oci-logging 2.6.0 → 2.9.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 -33
- package/lib/client.js +34 -34
- 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
|
@@ -18,7 +18,7 @@ import { LoggingManagementWaiter } from "./loggingmanagement-waiter";
|
|
|
18
18
|
export declare enum LoggingManagementApiKeys {
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
|
-
* This service client
|
|
21
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
22
22
|
*/
|
|
23
23
|
export declare class LoggingManagementClient {
|
|
24
24
|
protected static serviceEndpointTemplate: string;
|
|
@@ -75,7 +75,7 @@ export declare class LoggingManagementClient {
|
|
|
75
75
|
* @param ChangeLogGroupCompartmentRequest
|
|
76
76
|
* @return ChangeLogGroupCompartmentResponse
|
|
77
77
|
* @throws OciError when an error occurs
|
|
78
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
78
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
|
|
79
79
|
*/
|
|
80
80
|
changeLogGroupCompartment(changeLogGroupCompartmentRequest: requests.ChangeLogGroupCompartmentRequest): Promise<responses.ChangeLogGroupCompartmentResponse>;
|
|
81
81
|
/**
|
|
@@ -85,7 +85,7 @@ export declare class LoggingManagementClient {
|
|
|
85
85
|
* @param ChangeLogLogGroupRequest
|
|
86
86
|
* @return ChangeLogLogGroupResponse
|
|
87
87
|
* @throws OciError when an error occurs
|
|
88
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
88
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
|
|
89
89
|
*/
|
|
90
90
|
changeLogLogGroup(changeLogLogGroupRequest: requests.ChangeLogLogGroupRequest): Promise<responses.ChangeLogLogGroupResponse>;
|
|
91
91
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class LoggingManagementClient {
|
|
|
96
96
|
* @param ChangeLogSavedSearchCompartmentRequest
|
|
97
97
|
* @return ChangeLogSavedSearchCompartmentResponse
|
|
98
98
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
|
|
100
100
|
*/
|
|
101
101
|
changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest: requests.ChangeLogSavedSearchCompartmentRequest): Promise<responses.ChangeLogSavedSearchCompartmentResponse>;
|
|
102
102
|
/**
|
|
@@ -107,7 +107,7 @@ export declare class LoggingManagementClient {
|
|
|
107
107
|
* @param ChangeUnifiedAgentConfigurationCompartmentRequest
|
|
108
108
|
* @return ChangeUnifiedAgentConfigurationCompartmentResponse
|
|
109
109
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
|
|
111
111
|
*/
|
|
112
112
|
changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest: requests.ChangeUnifiedAgentConfigurationCompartmentRequest): Promise<responses.ChangeUnifiedAgentConfigurationCompartmentResponse>;
|
|
113
113
|
/**
|
|
@@ -118,7 +118,7 @@ export declare class LoggingManagementClient {
|
|
|
118
118
|
* @param CreateLogRequest
|
|
119
119
|
* @return CreateLogResponse
|
|
120
120
|
* @throws OciError when an error occurs
|
|
121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
|
|
122
122
|
*/
|
|
123
123
|
createLog(createLogRequest: requests.CreateLogRequest): Promise<responses.CreateLogResponse>;
|
|
124
124
|
/**
|
|
@@ -129,7 +129,7 @@ export declare class LoggingManagementClient {
|
|
|
129
129
|
* @param CreateLogGroupRequest
|
|
130
130
|
* @return CreateLogGroupResponse
|
|
131
131
|
* @throws OciError when an error occurs
|
|
132
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
|
|
133
133
|
*/
|
|
134
134
|
createLogGroup(createLogGroupRequest: requests.CreateLogGroupRequest): Promise<responses.CreateLogGroupResponse>;
|
|
135
135
|
/**
|
|
@@ -139,7 +139,7 @@ export declare class LoggingManagementClient {
|
|
|
139
139
|
* @param CreateLogSavedSearchRequest
|
|
140
140
|
* @return CreateLogSavedSearchResponse
|
|
141
141
|
* @throws OciError when an error occurs
|
|
142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
|
|
143
143
|
*/
|
|
144
144
|
createLogSavedSearch(createLogSavedSearchRequest: requests.CreateLogSavedSearchRequest): Promise<responses.CreateLogSavedSearchResponse>;
|
|
145
145
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class LoggingManagementClient {
|
|
|
148
148
|
* @param CreateUnifiedAgentConfigurationRequest
|
|
149
149
|
* @return CreateUnifiedAgentConfigurationResponse
|
|
150
150
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
|
|
152
152
|
*/
|
|
153
153
|
createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest: requests.CreateUnifiedAgentConfigurationRequest): Promise<responses.CreateUnifiedAgentConfigurationResponse>;
|
|
154
154
|
/**
|
|
@@ -157,7 +157,7 @@ export declare class LoggingManagementClient {
|
|
|
157
157
|
* @param DeleteLogRequest
|
|
158
158
|
* @return DeleteLogResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
|
|
161
161
|
*/
|
|
162
162
|
deleteLog(deleteLogRequest: requests.DeleteLogRequest): Promise<responses.DeleteLogResponse>;
|
|
163
163
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class LoggingManagementClient {
|
|
|
166
166
|
* @param DeleteLogGroupRequest
|
|
167
167
|
* @return DeleteLogGroupResponse
|
|
168
168
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
|
|
170
170
|
*/
|
|
171
171
|
deleteLogGroup(deleteLogGroupRequest: requests.DeleteLogGroupRequest): Promise<responses.DeleteLogGroupResponse>;
|
|
172
172
|
/**
|
|
@@ -175,7 +175,7 @@ export declare class LoggingManagementClient {
|
|
|
175
175
|
* @param DeleteLogSavedSearchRequest
|
|
176
176
|
* @return DeleteLogSavedSearchResponse
|
|
177
177
|
* @throws OciError when an error occurs
|
|
178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
|
|
179
179
|
*/
|
|
180
180
|
deleteLogSavedSearch(deleteLogSavedSearchRequest: requests.DeleteLogSavedSearchRequest): Promise<responses.DeleteLogSavedSearchResponse>;
|
|
181
181
|
/**
|
|
@@ -184,7 +184,7 @@ export declare class LoggingManagementClient {
|
|
|
184
184
|
* @param DeleteUnifiedAgentConfigurationRequest
|
|
185
185
|
* @return DeleteUnifiedAgentConfigurationResponse
|
|
186
186
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
|
|
188
188
|
*/
|
|
189
189
|
deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest: requests.DeleteUnifiedAgentConfigurationRequest): Promise<responses.DeleteUnifiedAgentConfigurationResponse>;
|
|
190
190
|
/**
|
|
@@ -194,7 +194,7 @@ export declare class LoggingManagementClient {
|
|
|
194
194
|
* @param DeleteWorkRequestRequest
|
|
195
195
|
* @return DeleteWorkRequestResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
198
198
|
*/
|
|
199
199
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
200
200
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class LoggingManagementClient {
|
|
|
204
204
|
* @param GetLogRequest
|
|
205
205
|
* @return GetLogResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
|
|
208
208
|
*/
|
|
209
209
|
getLog(getLogRequest: requests.GetLogRequest): Promise<responses.GetLogResponse>;
|
|
210
210
|
/**
|
|
@@ -213,7 +213,7 @@ export declare class LoggingManagementClient {
|
|
|
213
213
|
* @param GetLogGroupRequest
|
|
214
214
|
* @return GetLogGroupResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
|
|
217
217
|
*/
|
|
218
218
|
getLogGroup(getLogGroupRequest: requests.GetLogGroupRequest): Promise<responses.GetLogGroupResponse>;
|
|
219
219
|
/**
|
|
@@ -222,7 +222,7 @@ export declare class LoggingManagementClient {
|
|
|
222
222
|
* @param GetLogIncludedSearchRequest
|
|
223
223
|
* @return GetLogIncludedSearchResponse
|
|
224
224
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
|
|
226
226
|
*/
|
|
227
227
|
getLogIncludedSearch(getLogIncludedSearchRequest: requests.GetLogIncludedSearchRequest): Promise<responses.GetLogIncludedSearchResponse>;
|
|
228
228
|
/**
|
|
@@ -231,7 +231,7 @@ export declare class LoggingManagementClient {
|
|
|
231
231
|
* @param GetLogSavedSearchRequest
|
|
232
232
|
* @return GetLogSavedSearchResponse
|
|
233
233
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
|
|
235
235
|
*/
|
|
236
236
|
getLogSavedSearch(getLogSavedSearchRequest: requests.GetLogSavedSearchRequest): Promise<responses.GetLogSavedSearchResponse>;
|
|
237
237
|
/**
|
|
@@ -240,7 +240,7 @@ export declare class LoggingManagementClient {
|
|
|
240
240
|
* @param GetUnifiedAgentConfigurationRequest
|
|
241
241
|
* @return GetUnifiedAgentConfigurationResponse
|
|
242
242
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
|
|
244
244
|
*/
|
|
245
245
|
getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest: requests.GetUnifiedAgentConfigurationRequest): Promise<responses.GetUnifiedAgentConfigurationResponse>;
|
|
246
246
|
/**
|
|
@@ -249,7 +249,7 @@ export declare class LoggingManagementClient {
|
|
|
249
249
|
* @param GetWorkRequestRequest
|
|
250
250
|
* @return GetWorkRequestResponse
|
|
251
251
|
* @throws OciError when an error occurs
|
|
252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
252
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
253
253
|
*/
|
|
254
254
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
255
255
|
/**
|
|
@@ -258,7 +258,7 @@ export declare class LoggingManagementClient {
|
|
|
258
258
|
* @param ListLogGroupsRequest
|
|
259
259
|
* @return ListLogGroupsResponse
|
|
260
260
|
* @throws OciError when an error occurs
|
|
261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
|
|
262
262
|
*/
|
|
263
263
|
listLogGroups(listLogGroupsRequest: requests.ListLogGroupsRequest): Promise<responses.ListLogGroupsResponse>;
|
|
264
264
|
/**
|
|
@@ -300,7 +300,7 @@ export declare class LoggingManagementClient {
|
|
|
300
300
|
* @param ListLogIncludedSearchesRequest
|
|
301
301
|
* @return ListLogIncludedSearchesResponse
|
|
302
302
|
* @throws OciError when an error occurs
|
|
303
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
|
|
304
304
|
*/
|
|
305
305
|
listLogIncludedSearches(listLogIncludedSearchesRequest: requests.ListLogIncludedSearchesRequest): Promise<responses.ListLogIncludedSearchesResponse>;
|
|
306
306
|
/**
|
|
@@ -310,7 +310,7 @@ export declare class LoggingManagementClient {
|
|
|
310
310
|
* @param ListLogSavedSearchesRequest
|
|
311
311
|
* @return ListLogSavedSearchesResponse
|
|
312
312
|
* @throws OciError when an error occurs
|
|
313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
|
|
314
314
|
*/
|
|
315
315
|
listLogSavedSearches(listLogSavedSearchesRequest: requests.ListLogSavedSearchesRequest): Promise<responses.ListLogSavedSearchesResponse>;
|
|
316
316
|
/**
|
|
@@ -319,7 +319,7 @@ export declare class LoggingManagementClient {
|
|
|
319
319
|
* @param ListLogsRequest
|
|
320
320
|
* @return ListLogsResponse
|
|
321
321
|
* @throws OciError when an error occurs
|
|
322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
|
|
323
323
|
*/
|
|
324
324
|
listLogs(listLogsRequest: requests.ListLogsRequest): Promise<responses.ListLogsResponse>;
|
|
325
325
|
/**
|
|
@@ -360,7 +360,7 @@ export declare class LoggingManagementClient {
|
|
|
360
360
|
* @param ListServicesRequest
|
|
361
361
|
* @return ListServicesResponse
|
|
362
362
|
* @throws OciError when an error occurs
|
|
363
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
363
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
|
|
364
364
|
*/
|
|
365
365
|
listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
|
|
366
366
|
/**
|
|
@@ -369,7 +369,7 @@ export declare class LoggingManagementClient {
|
|
|
369
369
|
* @param ListUnifiedAgentConfigurationsRequest
|
|
370
370
|
* @return ListUnifiedAgentConfigurationsResponse
|
|
371
371
|
* @throws OciError when an error occurs
|
|
372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
|
|
373
373
|
*/
|
|
374
374
|
listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest: requests.ListUnifiedAgentConfigurationsRequest): Promise<responses.ListUnifiedAgentConfigurationsResponse>;
|
|
375
375
|
/**
|
|
@@ -379,7 +379,7 @@ export declare class LoggingManagementClient {
|
|
|
379
379
|
* @param ListWorkRequestErrorsRequest
|
|
380
380
|
* @return ListWorkRequestErrorsResponse
|
|
381
381
|
* @throws OciError when an error occurs
|
|
382
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
382
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
383
383
|
*/
|
|
384
384
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
385
385
|
/**
|
|
@@ -421,7 +421,7 @@ export declare class LoggingManagementClient {
|
|
|
421
421
|
* @param ListWorkRequestLogsRequest
|
|
422
422
|
* @return ListWorkRequestLogsResponse
|
|
423
423
|
* @throws OciError when an error occurs
|
|
424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
424
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
425
425
|
*/
|
|
426
426
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
427
427
|
/**
|
|
@@ -463,7 +463,7 @@ export declare class LoggingManagementClient {
|
|
|
463
463
|
* @param ListWorkRequestsRequest
|
|
464
464
|
* @return ListWorkRequestsResponse
|
|
465
465
|
* @throws OciError when an error occurs
|
|
466
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
466
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
467
467
|
*/
|
|
468
468
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
469
469
|
/**
|
|
@@ -506,7 +506,7 @@ export declare class LoggingManagementClient {
|
|
|
506
506
|
* @param UpdateLogRequest
|
|
507
507
|
* @return UpdateLogResponse
|
|
508
508
|
* @throws OciError when an error occurs
|
|
509
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
|
|
510
510
|
*/
|
|
511
511
|
updateLog(updateLogRequest: requests.UpdateLogRequest): Promise<responses.UpdateLogResponse>;
|
|
512
512
|
/**
|
|
@@ -517,7 +517,7 @@ export declare class LoggingManagementClient {
|
|
|
517
517
|
* @param UpdateLogGroupRequest
|
|
518
518
|
* @return UpdateLogGroupResponse
|
|
519
519
|
* @throws OciError when an error occurs
|
|
520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
|
|
521
521
|
*/
|
|
522
522
|
updateLogGroup(updateLogGroupRequest: requests.UpdateLogGroupRequest): Promise<responses.UpdateLogGroupResponse>;
|
|
523
523
|
/**
|
|
@@ -527,7 +527,7 @@ export declare class LoggingManagementClient {
|
|
|
527
527
|
* @param UpdateLogSavedSearchRequest
|
|
528
528
|
* @return UpdateLogSavedSearchResponse
|
|
529
529
|
* @throws OciError when an error occurs
|
|
530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
|
|
531
531
|
*/
|
|
532
532
|
updateLogSavedSearch(updateLogSavedSearchRequest: requests.UpdateLogSavedSearchRequest): Promise<responses.UpdateLogSavedSearchResponse>;
|
|
533
533
|
/**
|
|
@@ -538,7 +538,7 @@ export declare class LoggingManagementClient {
|
|
|
538
538
|
* @param UpdateUnifiedAgentConfigurationRequest
|
|
539
539
|
* @return UpdateUnifiedAgentConfigurationResponse
|
|
540
540
|
* @throws OciError when an error occurs
|
|
541
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
541
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
|
|
542
542
|
*/
|
|
543
543
|
updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest: requests.UpdateUnifiedAgentConfigurationRequest): Promise<responses.UpdateUnifiedAgentConfigurationResponse>;
|
|
544
544
|
}
|
package/lib/client.js
CHANGED
|
@@ -53,7 +53,7 @@ var LoggingManagementApiKeys;
|
|
|
53
53
|
(function (LoggingManagementApiKeys) {
|
|
54
54
|
})(LoggingManagementApiKeys = exports.LoggingManagementApiKeys || (exports.LoggingManagementApiKeys = {}));
|
|
55
55
|
/**
|
|
56
|
-
* This service client
|
|
56
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
57
57
|
*/
|
|
58
58
|
class LoggingManagementClient {
|
|
59
59
|
constructor(params, clientConfiguration) {
|
|
@@ -70,7 +70,7 @@ class LoggingManagementClient {
|
|
|
70
70
|
: null;
|
|
71
71
|
}
|
|
72
72
|
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
|
|
73
|
-
const specCircuitBreakerEnabled =
|
|
73
|
+
const specCircuitBreakerEnabled = true;
|
|
74
74
|
if (!this._circuitBreaker &&
|
|
75
75
|
common.utils.isCircuitBreakerSystemEnabled(clientConfiguration) &&
|
|
76
76
|
(specCircuitBreakerEnabled || common.CircuitBreaker.DefaultCircuitBreakerOverriden)) {
|
|
@@ -153,7 +153,7 @@ class LoggingManagementClient {
|
|
|
153
153
|
* @param ChangeLogGroupCompartmentRequest
|
|
154
154
|
* @return ChangeLogGroupCompartmentResponse
|
|
155
155
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
|
|
157
157
|
*/
|
|
158
158
|
changeLogGroupCompartment(changeLogGroupCompartmentRequest) {
|
|
159
159
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -213,7 +213,7 @@ class LoggingManagementClient {
|
|
|
213
213
|
* @param ChangeLogLogGroupRequest
|
|
214
214
|
* @return ChangeLogLogGroupResponse
|
|
215
215
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
216
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
|
|
217
217
|
*/
|
|
218
218
|
changeLogLogGroup(changeLogLogGroupRequest) {
|
|
219
219
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -275,7 +275,7 @@ class LoggingManagementClient {
|
|
|
275
275
|
* @param ChangeLogSavedSearchCompartmentRequest
|
|
276
276
|
* @return ChangeLogSavedSearchCompartmentResponse
|
|
277
277
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
278
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
|
|
279
279
|
*/
|
|
280
280
|
changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest) {
|
|
281
281
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -332,7 +332,7 @@ class LoggingManagementClient {
|
|
|
332
332
|
* @param ChangeUnifiedAgentConfigurationCompartmentRequest
|
|
333
333
|
* @return ChangeUnifiedAgentConfigurationCompartmentResponse
|
|
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.9.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
|
|
336
336
|
*/
|
|
337
337
|
changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest) {
|
|
338
338
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -394,7 +394,7 @@ class LoggingManagementClient {
|
|
|
394
394
|
* @param CreateLogRequest
|
|
395
395
|
* @return CreateLogResponse
|
|
396
396
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
|
|
398
398
|
*/
|
|
399
399
|
createLog(createLogRequest) {
|
|
400
400
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -455,7 +455,7 @@ class LoggingManagementClient {
|
|
|
455
455
|
* @param CreateLogGroupRequest
|
|
456
456
|
* @return CreateLogGroupResponse
|
|
457
457
|
* @throws OciError when an error occurs
|
|
458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
|
|
459
459
|
*/
|
|
460
460
|
createLogGroup(createLogGroupRequest) {
|
|
461
461
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -513,7 +513,7 @@ class LoggingManagementClient {
|
|
|
513
513
|
* @param CreateLogSavedSearchRequest
|
|
514
514
|
* @return CreateLogSavedSearchResponse
|
|
515
515
|
* @throws OciError when an error occurs
|
|
516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
|
|
517
517
|
*/
|
|
518
518
|
createLogSavedSearch(createLogSavedSearchRequest) {
|
|
519
519
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -574,7 +574,7 @@ class LoggingManagementClient {
|
|
|
574
574
|
* @param CreateUnifiedAgentConfigurationRequest
|
|
575
575
|
* @return CreateUnifiedAgentConfigurationResponse
|
|
576
576
|
* @throws OciError when an error occurs
|
|
577
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
577
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
|
|
578
578
|
*/
|
|
579
579
|
createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest) {
|
|
580
580
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -631,7 +631,7 @@ class LoggingManagementClient {
|
|
|
631
631
|
* @param DeleteLogRequest
|
|
632
632
|
* @return DeleteLogResponse
|
|
633
633
|
* @throws OciError when an error occurs
|
|
634
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
634
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
|
|
635
635
|
*/
|
|
636
636
|
deleteLog(deleteLogRequest) {
|
|
637
637
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -690,7 +690,7 @@ class LoggingManagementClient {
|
|
|
690
690
|
* @param DeleteLogGroupRequest
|
|
691
691
|
* @return DeleteLogGroupResponse
|
|
692
692
|
* @throws OciError when an error occurs
|
|
693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
693
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
|
|
694
694
|
*/
|
|
695
695
|
deleteLogGroup(deleteLogGroupRequest) {
|
|
696
696
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -748,7 +748,7 @@ class LoggingManagementClient {
|
|
|
748
748
|
* @param DeleteLogSavedSearchRequest
|
|
749
749
|
* @return DeleteLogSavedSearchResponse
|
|
750
750
|
* @throws OciError when an error occurs
|
|
751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
751
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
|
|
752
752
|
*/
|
|
753
753
|
deleteLogSavedSearch(deleteLogSavedSearchRequest) {
|
|
754
754
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -801,7 +801,7 @@ class LoggingManagementClient {
|
|
|
801
801
|
* @param DeleteUnifiedAgentConfigurationRequest
|
|
802
802
|
* @return DeleteUnifiedAgentConfigurationResponse
|
|
803
803
|
* @throws OciError when an error occurs
|
|
804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
|
|
805
805
|
*/
|
|
806
806
|
deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest) {
|
|
807
807
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -860,7 +860,7 @@ class LoggingManagementClient {
|
|
|
860
860
|
* @param DeleteWorkRequestRequest
|
|
861
861
|
* @return DeleteWorkRequestResponse
|
|
862
862
|
* @throws OciError when an error occurs
|
|
863
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
864
864
|
*/
|
|
865
865
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
866
866
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -919,7 +919,7 @@ class LoggingManagementClient {
|
|
|
919
919
|
* @param GetLogRequest
|
|
920
920
|
* @return GetLogResponse
|
|
921
921
|
* @throws OciError when an error occurs
|
|
922
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
922
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
|
|
923
923
|
*/
|
|
924
924
|
getLog(getLogRequest) {
|
|
925
925
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -981,7 +981,7 @@ class LoggingManagementClient {
|
|
|
981
981
|
* @param GetLogGroupRequest
|
|
982
982
|
* @return GetLogGroupResponse
|
|
983
983
|
* @throws OciError when an error occurs
|
|
984
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
984
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
|
|
985
985
|
*/
|
|
986
986
|
getLogGroup(getLogGroupRequest) {
|
|
987
987
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1042,7 +1042,7 @@ class LoggingManagementClient {
|
|
|
1042
1042
|
* @param GetLogIncludedSearchRequest
|
|
1043
1043
|
* @return GetLogIncludedSearchResponse
|
|
1044
1044
|
* @throws OciError when an error occurs
|
|
1045
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
|
|
1046
1046
|
*/
|
|
1047
1047
|
getLogIncludedSearch(getLogIncludedSearchRequest) {
|
|
1048
1048
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1105,7 +1105,7 @@ class LoggingManagementClient {
|
|
|
1105
1105
|
* @param GetLogSavedSearchRequest
|
|
1106
1106
|
* @return GetLogSavedSearchResponse
|
|
1107
1107
|
* @throws OciError when an error occurs
|
|
1108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
|
|
1109
1109
|
*/
|
|
1110
1110
|
getLogSavedSearch(getLogSavedSearchRequest) {
|
|
1111
1111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1166,7 +1166,7 @@ class LoggingManagementClient {
|
|
|
1166
1166
|
* @param GetUnifiedAgentConfigurationRequest
|
|
1167
1167
|
* @return GetUnifiedAgentConfigurationResponse
|
|
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.9.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
|
|
1170
1170
|
*/
|
|
1171
1171
|
getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest) {
|
|
1172
1172
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1227,7 +1227,7 @@ class LoggingManagementClient {
|
|
|
1227
1227
|
* @param GetWorkRequestRequest
|
|
1228
1228
|
* @return GetWorkRequestResponse
|
|
1229
1229
|
* @throws OciError when an error occurs
|
|
1230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1231
1231
|
*/
|
|
1232
1232
|
getWorkRequest(getWorkRequestRequest) {
|
|
1233
1233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1293,7 +1293,7 @@ class LoggingManagementClient {
|
|
|
1293
1293
|
* @param ListLogGroupsRequest
|
|
1294
1294
|
* @return ListLogGroupsResponse
|
|
1295
1295
|
* @throws OciError when an error occurs
|
|
1296
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
|
|
1297
1297
|
*/
|
|
1298
1298
|
listLogGroups(listLogGroupsRequest) {
|
|
1299
1299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1406,7 +1406,7 @@ class LoggingManagementClient {
|
|
|
1406
1406
|
* @param ListLogIncludedSearchesRequest
|
|
1407
1407
|
* @return ListLogIncludedSearchesResponse
|
|
1408
1408
|
* @throws OciError when an error occurs
|
|
1409
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1409
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
|
|
1410
1410
|
*/
|
|
1411
1411
|
listLogIncludedSearches(listLogIncludedSearchesRequest) {
|
|
1412
1412
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1479,7 +1479,7 @@ class LoggingManagementClient {
|
|
|
1479
1479
|
* @param ListLogSavedSearchesRequest
|
|
1480
1480
|
* @return ListLogSavedSearchesResponse
|
|
1481
1481
|
* @throws OciError when an error occurs
|
|
1482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1482
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
|
|
1483
1483
|
*/
|
|
1484
1484
|
listLogSavedSearches(listLogSavedSearchesRequest) {
|
|
1485
1485
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1551,7 +1551,7 @@ class LoggingManagementClient {
|
|
|
1551
1551
|
* @param ListLogsRequest
|
|
1552
1552
|
* @return ListLogsResponse
|
|
1553
1553
|
* @throws OciError when an error occurs
|
|
1554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
|
|
1555
1555
|
*/
|
|
1556
1556
|
listLogs(listLogsRequest) {
|
|
1557
1557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1667,7 +1667,7 @@ class LoggingManagementClient {
|
|
|
1667
1667
|
* @param ListServicesRequest
|
|
1668
1668
|
* @return ListServicesResponse
|
|
1669
1669
|
* @throws OciError when an error occurs
|
|
1670
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1670
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
|
|
1671
1671
|
*/
|
|
1672
1672
|
listServices(listServicesRequest) {
|
|
1673
1673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1731,7 +1731,7 @@ class LoggingManagementClient {
|
|
|
1731
1731
|
* @param ListUnifiedAgentConfigurationsRequest
|
|
1732
1732
|
* @return ListUnifiedAgentConfigurationsResponse
|
|
1733
1733
|
* @throws OciError when an error occurs
|
|
1734
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1734
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
|
|
1735
1735
|
*/
|
|
1736
1736
|
listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest) {
|
|
1737
1737
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1807,7 +1807,7 @@ class LoggingManagementClient {
|
|
|
1807
1807
|
* @param ListWorkRequestErrorsRequest
|
|
1808
1808
|
* @return ListWorkRequestErrorsResponse
|
|
1809
1809
|
* @throws OciError when an error occurs
|
|
1810
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1810
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1811
1811
|
*/
|
|
1812
1812
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1813
1813
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1912,7 +1912,7 @@ class LoggingManagementClient {
|
|
|
1912
1912
|
* @param ListWorkRequestLogsRequest
|
|
1913
1913
|
* @return ListWorkRequestLogsResponse
|
|
1914
1914
|
* @throws OciError when an error occurs
|
|
1915
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1916
1916
|
*/
|
|
1917
1917
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1918
1918
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2017,7 +2017,7 @@ class LoggingManagementClient {
|
|
|
2017
2017
|
* @param ListWorkRequestsRequest
|
|
2018
2018
|
* @return ListWorkRequestsResponse
|
|
2019
2019
|
* @throws OciError when an error occurs
|
|
2020
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2020
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2021
2021
|
*/
|
|
2022
2022
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2023
2023
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2131,7 +2131,7 @@ class LoggingManagementClient {
|
|
|
2131
2131
|
* @param UpdateLogRequest
|
|
2132
2132
|
* @return UpdateLogResponse
|
|
2133
2133
|
* @throws OciError when an error occurs
|
|
2134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
|
|
2135
2135
|
*/
|
|
2136
2136
|
updateLog(updateLogRequest) {
|
|
2137
2137
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2193,7 +2193,7 @@ class LoggingManagementClient {
|
|
|
2193
2193
|
* @param UpdateLogGroupRequest
|
|
2194
2194
|
* @return UpdateLogGroupResponse
|
|
2195
2195
|
* @throws OciError when an error occurs
|
|
2196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
|
|
2197
2197
|
*/
|
|
2198
2198
|
updateLogGroup(updateLogGroupRequest) {
|
|
2199
2199
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2253,7 +2253,7 @@ class LoggingManagementClient {
|
|
|
2253
2253
|
* @param UpdateLogSavedSearchRequest
|
|
2254
2254
|
* @return UpdateLogSavedSearchResponse
|
|
2255
2255
|
* @throws OciError when an error occurs
|
|
2256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
|
|
2257
2257
|
*/
|
|
2258
2258
|
updateLogSavedSearch(updateLogSavedSearchRequest) {
|
|
2259
2259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2318,7 +2318,7 @@ class LoggingManagementClient {
|
|
|
2318
2318
|
* @param UpdateUnifiedAgentConfigurationRequest
|
|
2319
2319
|
* @return UpdateUnifiedAgentConfigurationResponse
|
|
2320
2320
|
* @throws OciError when an error occurs
|
|
2321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
|
|
2322
2322
|
*/
|
|
2323
2323
|
updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest) {
|
|
2324
2324
|
return __awaiter(this, void 0, void 0, function* () {
|