oci-logging 2.76.1 → 2.77.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 +30 -30
- package/lib/client.js +30 -30
- package/lib/model/create-log-details.d.ts +2 -2
- package/lib/model/create-log-group-details.d.ts +2 -2
- package/lib/model/create-log-saved-search-details.d.ts +2 -2
- package/lib/model/create-unified-agent-configuration-details.d.ts +2 -2
- package/lib/model/log-group-summary.d.ts +2 -2
- package/lib/model/log-group.d.ts +2 -2
- package/lib/model/log-saved-search-summary.d.ts +2 -2
- package/lib/model/log-saved-search.d.ts +2 -2
- package/lib/model/log-summary.d.ts +2 -2
- package/lib/model/log.d.ts +2 -2
- package/lib/model/unified-agent-configuration-summary.d.ts +2 -2
- package/lib/model/unified-agent-configuration.d.ts +2 -2
- package/lib/model/update-log-details.d.ts +2 -2
- package/lib/model/update-log-group-details.d.ts +2 -2
- package/lib/model/update-log-saved-search-details.d.ts +2 -2
- package/lib/model/update-unified-agent-configuration-details.d.ts +2 -2
- package/lib/request/change-log-group-compartment-request.d.ts +2 -2
- package/lib/request/change-log-log-group-request.d.ts +2 -2
- package/lib/request/change-log-saved-search-compartment-request.d.ts +2 -2
- package/lib/request/change-unified-agent-configuration-compartment-request.d.ts +2 -2
- 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 +2 -2
- package/lib/request/delete-log-request.d.ts +2 -2
- package/lib/request/delete-log-saved-search-request.d.ts +2 -2
- package/lib/request/delete-unified-agent-configuration-request.d.ts +2 -2
- package/lib/request/delete-work-request-request.d.ts +2 -2
- package/lib/request/get-log-group-request.d.ts +1 -1
- package/lib/request/get-log-request.d.ts +1 -1
- package/lib/request/get-log-saved-search-request.d.ts +1 -1
- package/lib/request/get-unified-agent-configuration-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-log-groups-request.d.ts +3 -3
- package/lib/request/list-log-saved-searches-request.d.ts +3 -3
- package/lib/request/list-logs-request.d.ts +3 -3
- package/lib/request/list-services-request.d.ts +1 -1
- package/lib/request/list-unified-agent-configurations-request.d.ts +3 -3
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/update-log-group-request.d.ts +2 -2
- package/lib/request/update-log-request.d.ts +2 -2
- package/lib/request/update-log-saved-search-request.d.ts +2 -2
- package/lib/request/update-unified-agent-configuration-request.d.ts +2 -2
- package/lib/response/create-log-saved-search-response.d.ts +1 -1
- package/lib/response/get-log-group-response.d.ts +1 -1
- package/lib/response/get-log-response.d.ts +1 -1
- package/lib/response/get-log-saved-search-response.d.ts +1 -1
- package/lib/response/get-unified-agent-configuration-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/update-log-saved-search-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -93,7 +93,7 @@ export declare class LoggingManagementClient {
|
|
|
93
93
|
* @param ChangeLogGroupCompartmentRequest
|
|
94
94
|
* @return ChangeLogGroupCompartmentResponse
|
|
95
95
|
* @throws OciError when an error occurs
|
|
96
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
96
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
|
|
97
97
|
*/
|
|
98
98
|
changeLogGroupCompartment(changeLogGroupCompartmentRequest: requests.ChangeLogGroupCompartmentRequest): Promise<responses.ChangeLogGroupCompartmentResponse>;
|
|
99
99
|
/**
|
|
@@ -103,7 +103,7 @@ export declare class LoggingManagementClient {
|
|
|
103
103
|
* @param ChangeLogLogGroupRequest
|
|
104
104
|
* @return ChangeLogLogGroupResponse
|
|
105
105
|
* @throws OciError when an error occurs
|
|
106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
|
|
107
107
|
*/
|
|
108
108
|
changeLogLogGroup(changeLogLogGroupRequest: requests.ChangeLogLogGroupRequest): Promise<responses.ChangeLogLogGroupResponse>;
|
|
109
109
|
/**
|
|
@@ -114,7 +114,7 @@ export declare class LoggingManagementClient {
|
|
|
114
114
|
* @param ChangeLogSavedSearchCompartmentRequest
|
|
115
115
|
* @return ChangeLogSavedSearchCompartmentResponse
|
|
116
116
|
* @throws OciError when an error occurs
|
|
117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
|
|
118
118
|
*/
|
|
119
119
|
changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest: requests.ChangeLogSavedSearchCompartmentRequest): Promise<responses.ChangeLogSavedSearchCompartmentResponse>;
|
|
120
120
|
/**
|
|
@@ -125,7 +125,7 @@ export declare class LoggingManagementClient {
|
|
|
125
125
|
* @param ChangeUnifiedAgentConfigurationCompartmentRequest
|
|
126
126
|
* @return ChangeUnifiedAgentConfigurationCompartmentResponse
|
|
127
127
|
* @throws OciError when an error occurs
|
|
128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
|
|
129
129
|
*/
|
|
130
130
|
changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest: requests.ChangeUnifiedAgentConfigurationCompartmentRequest): Promise<responses.ChangeUnifiedAgentConfigurationCompartmentResponse>;
|
|
131
131
|
/**
|
|
@@ -136,7 +136,7 @@ export declare class LoggingManagementClient {
|
|
|
136
136
|
* @param CreateLogRequest
|
|
137
137
|
* @return CreateLogResponse
|
|
138
138
|
* @throws OciError when an error occurs
|
|
139
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
|
|
140
140
|
*/
|
|
141
141
|
createLog(createLogRequest: requests.CreateLogRequest): Promise<responses.CreateLogResponse>;
|
|
142
142
|
/**
|
|
@@ -147,7 +147,7 @@ export declare class LoggingManagementClient {
|
|
|
147
147
|
* @param CreateLogGroupRequest
|
|
148
148
|
* @return CreateLogGroupResponse
|
|
149
149
|
* @throws OciError when an error occurs
|
|
150
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
|
|
151
151
|
*/
|
|
152
152
|
createLogGroup(createLogGroupRequest: requests.CreateLogGroupRequest): Promise<responses.CreateLogGroupResponse>;
|
|
153
153
|
/**
|
|
@@ -157,7 +157,7 @@ export declare class LoggingManagementClient {
|
|
|
157
157
|
* @param CreateLogSavedSearchRequest
|
|
158
158
|
* @return CreateLogSavedSearchResponse
|
|
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.77.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
|
|
161
161
|
*/
|
|
162
162
|
createLogSavedSearch(createLogSavedSearchRequest: requests.CreateLogSavedSearchRequest): Promise<responses.CreateLogSavedSearchResponse>;
|
|
163
163
|
/**
|
|
@@ -166,7 +166,7 @@ export declare class LoggingManagementClient {
|
|
|
166
166
|
* @param CreateUnifiedAgentConfigurationRequest
|
|
167
167
|
* @return CreateUnifiedAgentConfigurationResponse
|
|
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.77.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
|
|
170
170
|
*/
|
|
171
171
|
createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest: requests.CreateUnifiedAgentConfigurationRequest): Promise<responses.CreateUnifiedAgentConfigurationResponse>;
|
|
172
172
|
/**
|
|
@@ -175,7 +175,7 @@ export declare class LoggingManagementClient {
|
|
|
175
175
|
* @param DeleteLogRequest
|
|
176
176
|
* @return DeleteLogResponse
|
|
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.77.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
|
|
179
179
|
*/
|
|
180
180
|
deleteLog(deleteLogRequest: requests.DeleteLogRequest): Promise<responses.DeleteLogResponse>;
|
|
181
181
|
/**
|
|
@@ -184,7 +184,7 @@ export declare class LoggingManagementClient {
|
|
|
184
184
|
* @param DeleteLogGroupRequest
|
|
185
185
|
* @return DeleteLogGroupResponse
|
|
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.77.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
|
|
188
188
|
*/
|
|
189
189
|
deleteLogGroup(deleteLogGroupRequest: requests.DeleteLogGroupRequest): Promise<responses.DeleteLogGroupResponse>;
|
|
190
190
|
/**
|
|
@@ -193,7 +193,7 @@ export declare class LoggingManagementClient {
|
|
|
193
193
|
* @param DeleteLogSavedSearchRequest
|
|
194
194
|
* @return DeleteLogSavedSearchResponse
|
|
195
195
|
* @throws OciError when an error occurs
|
|
196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
|
|
197
197
|
*/
|
|
198
198
|
deleteLogSavedSearch(deleteLogSavedSearchRequest: requests.DeleteLogSavedSearchRequest): Promise<responses.DeleteLogSavedSearchResponse>;
|
|
199
199
|
/**
|
|
@@ -202,7 +202,7 @@ export declare class LoggingManagementClient {
|
|
|
202
202
|
* @param DeleteUnifiedAgentConfigurationRequest
|
|
203
203
|
* @return DeleteUnifiedAgentConfigurationResponse
|
|
204
204
|
* @throws OciError when an error occurs
|
|
205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
|
|
206
206
|
*/
|
|
207
207
|
deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest: requests.DeleteUnifiedAgentConfigurationRequest): Promise<responses.DeleteUnifiedAgentConfigurationResponse>;
|
|
208
208
|
/**
|
|
@@ -212,7 +212,7 @@ export declare class LoggingManagementClient {
|
|
|
212
212
|
* @param DeleteWorkRequestRequest
|
|
213
213
|
* @return DeleteWorkRequestResponse
|
|
214
214
|
* @throws OciError when an error occurs
|
|
215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
216
216
|
*/
|
|
217
217
|
deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
|
|
218
218
|
/**
|
|
@@ -222,7 +222,7 @@ export declare class LoggingManagementClient {
|
|
|
222
222
|
* @param GetLogRequest
|
|
223
223
|
* @return GetLogResponse
|
|
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.77.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
|
|
226
226
|
*/
|
|
227
227
|
getLog(getLogRequest: requests.GetLogRequest): Promise<responses.GetLogResponse>;
|
|
228
228
|
/**
|
|
@@ -231,7 +231,7 @@ export declare class LoggingManagementClient {
|
|
|
231
231
|
* @param GetLogGroupRequest
|
|
232
232
|
* @return GetLogGroupResponse
|
|
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.77.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
|
|
235
235
|
*/
|
|
236
236
|
getLogGroup(getLogGroupRequest: requests.GetLogGroupRequest): Promise<responses.GetLogGroupResponse>;
|
|
237
237
|
/**
|
|
@@ -240,7 +240,7 @@ export declare class LoggingManagementClient {
|
|
|
240
240
|
* @param GetLogSavedSearchRequest
|
|
241
241
|
* @return GetLogSavedSearchResponse
|
|
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.77.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
|
|
244
244
|
*/
|
|
245
245
|
getLogSavedSearch(getLogSavedSearchRequest: requests.GetLogSavedSearchRequest): Promise<responses.GetLogSavedSearchResponse>;
|
|
246
246
|
/**
|
|
@@ -249,7 +249,7 @@ export declare class LoggingManagementClient {
|
|
|
249
249
|
* @param GetUnifiedAgentConfigurationRequest
|
|
250
250
|
* @return GetUnifiedAgentConfigurationResponse
|
|
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.77.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
|
|
253
253
|
*/
|
|
254
254
|
getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest: requests.GetUnifiedAgentConfigurationRequest): Promise<responses.GetUnifiedAgentConfigurationResponse>;
|
|
255
255
|
/**
|
|
@@ -258,7 +258,7 @@ export declare class LoggingManagementClient {
|
|
|
258
258
|
* @param GetWorkRequestRequest
|
|
259
259
|
* @return GetWorkRequestResponse
|
|
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.77.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
262
262
|
*/
|
|
263
263
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
264
264
|
/**
|
|
@@ -267,7 +267,7 @@ export declare class LoggingManagementClient {
|
|
|
267
267
|
* @param ListLogGroupsRequest
|
|
268
268
|
* @return ListLogGroupsResponse
|
|
269
269
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
|
|
271
271
|
*/
|
|
272
272
|
listLogGroups(listLogGroupsRequest: requests.ListLogGroupsRequest): Promise<responses.ListLogGroupsResponse>;
|
|
273
273
|
/**
|
|
@@ -309,7 +309,7 @@ export declare class LoggingManagementClient {
|
|
|
309
309
|
* @param ListLogSavedSearchesRequest
|
|
310
310
|
* @return ListLogSavedSearchesResponse
|
|
311
311
|
* @throws OciError when an error occurs
|
|
312
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
|
|
313
313
|
*/
|
|
314
314
|
listLogSavedSearches(listLogSavedSearchesRequest: requests.ListLogSavedSearchesRequest): Promise<responses.ListLogSavedSearchesResponse>;
|
|
315
315
|
/**
|
|
@@ -318,7 +318,7 @@ export declare class LoggingManagementClient {
|
|
|
318
318
|
* @param ListLogsRequest
|
|
319
319
|
* @return ListLogsResponse
|
|
320
320
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
|
|
322
322
|
*/
|
|
323
323
|
listLogs(listLogsRequest: requests.ListLogsRequest): Promise<responses.ListLogsResponse>;
|
|
324
324
|
/**
|
|
@@ -359,7 +359,7 @@ export declare class LoggingManagementClient {
|
|
|
359
359
|
* @param ListServicesRequest
|
|
360
360
|
* @return ListServicesResponse
|
|
361
361
|
* @throws OciError when an error occurs
|
|
362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
362
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
|
|
363
363
|
*/
|
|
364
364
|
listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
|
|
365
365
|
/**
|
|
@@ -368,7 +368,7 @@ export declare class LoggingManagementClient {
|
|
|
368
368
|
* @param ListUnifiedAgentConfigurationsRequest
|
|
369
369
|
* @return ListUnifiedAgentConfigurationsResponse
|
|
370
370
|
* @throws OciError when an error occurs
|
|
371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
|
|
372
372
|
*/
|
|
373
373
|
listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest: requests.ListUnifiedAgentConfigurationsRequest): Promise<responses.ListUnifiedAgentConfigurationsResponse>;
|
|
374
374
|
/**
|
|
@@ -378,7 +378,7 @@ export declare class LoggingManagementClient {
|
|
|
378
378
|
* @param ListWorkRequestErrorsRequest
|
|
379
379
|
* @return ListWorkRequestErrorsResponse
|
|
380
380
|
* @throws OciError when an error occurs
|
|
381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
382
382
|
*/
|
|
383
383
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
384
384
|
/**
|
|
@@ -420,7 +420,7 @@ export declare class LoggingManagementClient {
|
|
|
420
420
|
* @param ListWorkRequestLogsRequest
|
|
421
421
|
* @return ListWorkRequestLogsResponse
|
|
422
422
|
* @throws OciError when an error occurs
|
|
423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
424
424
|
*/
|
|
425
425
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
426
426
|
/**
|
|
@@ -462,7 +462,7 @@ export declare class LoggingManagementClient {
|
|
|
462
462
|
* @param ListWorkRequestsRequest
|
|
463
463
|
* @return ListWorkRequestsResponse
|
|
464
464
|
* @throws OciError when an error occurs
|
|
465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
465
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
466
466
|
*/
|
|
467
467
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
468
468
|
/**
|
|
@@ -505,7 +505,7 @@ export declare class LoggingManagementClient {
|
|
|
505
505
|
* @param UpdateLogRequest
|
|
506
506
|
* @return UpdateLogResponse
|
|
507
507
|
* @throws OciError when an error occurs
|
|
508
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
508
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
|
|
509
509
|
*/
|
|
510
510
|
updateLog(updateLogRequest: requests.UpdateLogRequest): Promise<responses.UpdateLogResponse>;
|
|
511
511
|
/**
|
|
@@ -516,7 +516,7 @@ export declare class LoggingManagementClient {
|
|
|
516
516
|
* @param UpdateLogGroupRequest
|
|
517
517
|
* @return UpdateLogGroupResponse
|
|
518
518
|
* @throws OciError when an error occurs
|
|
519
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
|
|
520
520
|
*/
|
|
521
521
|
updateLogGroup(updateLogGroupRequest: requests.UpdateLogGroupRequest): Promise<responses.UpdateLogGroupResponse>;
|
|
522
522
|
/**
|
|
@@ -526,7 +526,7 @@ export declare class LoggingManagementClient {
|
|
|
526
526
|
* @param UpdateLogSavedSearchRequest
|
|
527
527
|
* @return UpdateLogSavedSearchResponse
|
|
528
528
|
* @throws OciError when an error occurs
|
|
529
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
|
|
530
530
|
*/
|
|
531
531
|
updateLogSavedSearch(updateLogSavedSearchRequest: requests.UpdateLogSavedSearchRequest): Promise<responses.UpdateLogSavedSearchResponse>;
|
|
532
532
|
/**
|
|
@@ -537,7 +537,7 @@ export declare class LoggingManagementClient {
|
|
|
537
537
|
* @param UpdateUnifiedAgentConfigurationRequest
|
|
538
538
|
* @return UpdateUnifiedAgentConfigurationResponse
|
|
539
539
|
* @throws OciError when an error occurs
|
|
540
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
540
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
|
|
541
541
|
*/
|
|
542
542
|
updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest: requests.UpdateUnifiedAgentConfigurationRequest): Promise<responses.UpdateUnifiedAgentConfigurationResponse>;
|
|
543
543
|
}
|
package/lib/client.js
CHANGED
|
@@ -194,7 +194,7 @@ class LoggingManagementClient {
|
|
|
194
194
|
* @param ChangeLogGroupCompartmentRequest
|
|
195
195
|
* @return ChangeLogGroupCompartmentResponse
|
|
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.77.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
|
|
198
198
|
*/
|
|
199
199
|
changeLogGroupCompartment(changeLogGroupCompartmentRequest) {
|
|
200
200
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -256,7 +256,7 @@ class LoggingManagementClient {
|
|
|
256
256
|
* @param ChangeLogLogGroupRequest
|
|
257
257
|
* @return ChangeLogLogGroupResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
|
|
260
260
|
*/
|
|
261
261
|
changeLogLogGroup(changeLogLogGroupRequest) {
|
|
262
262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -320,7 +320,7 @@ class LoggingManagementClient {
|
|
|
320
320
|
* @param ChangeLogSavedSearchCompartmentRequest
|
|
321
321
|
* @return ChangeLogSavedSearchCompartmentResponse
|
|
322
322
|
* @throws OciError when an error occurs
|
|
323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
|
|
324
324
|
*/
|
|
325
325
|
changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest) {
|
|
326
326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -379,7 +379,7 @@ class LoggingManagementClient {
|
|
|
379
379
|
* @param ChangeUnifiedAgentConfigurationCompartmentRequest
|
|
380
380
|
* @return ChangeUnifiedAgentConfigurationCompartmentResponse
|
|
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.77.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
|
|
383
383
|
*/
|
|
384
384
|
changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest) {
|
|
385
385
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -443,7 +443,7 @@ class LoggingManagementClient {
|
|
|
443
443
|
* @param CreateLogRequest
|
|
444
444
|
* @return CreateLogResponse
|
|
445
445
|
* @throws OciError when an error occurs
|
|
446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
|
|
447
447
|
*/
|
|
448
448
|
createLog(createLogRequest) {
|
|
449
449
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -506,7 +506,7 @@ class LoggingManagementClient {
|
|
|
506
506
|
* @param CreateLogGroupRequest
|
|
507
507
|
* @return CreateLogGroupResponse
|
|
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.77.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
|
|
510
510
|
*/
|
|
511
511
|
createLogGroup(createLogGroupRequest) {
|
|
512
512
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -566,7 +566,7 @@ class LoggingManagementClient {
|
|
|
566
566
|
* @param CreateLogSavedSearchRequest
|
|
567
567
|
* @return CreateLogSavedSearchResponse
|
|
568
568
|
* @throws OciError when an error occurs
|
|
569
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
569
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
|
|
570
570
|
*/
|
|
571
571
|
createLogSavedSearch(createLogSavedSearchRequest) {
|
|
572
572
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -629,7 +629,7 @@ class LoggingManagementClient {
|
|
|
629
629
|
* @param CreateUnifiedAgentConfigurationRequest
|
|
630
630
|
* @return CreateUnifiedAgentConfigurationResponse
|
|
631
631
|
* @throws OciError when an error occurs
|
|
632
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
|
|
633
633
|
*/
|
|
634
634
|
createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest) {
|
|
635
635
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -688,7 +688,7 @@ class LoggingManagementClient {
|
|
|
688
688
|
* @param DeleteLogRequest
|
|
689
689
|
* @return DeleteLogResponse
|
|
690
690
|
* @throws OciError when an error occurs
|
|
691
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
|
|
692
692
|
*/
|
|
693
693
|
deleteLog(deleteLogRequest) {
|
|
694
694
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -749,7 +749,7 @@ class LoggingManagementClient {
|
|
|
749
749
|
* @param DeleteLogGroupRequest
|
|
750
750
|
* @return DeleteLogGroupResponse
|
|
751
751
|
* @throws OciError when an error occurs
|
|
752
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
752
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
|
|
753
753
|
*/
|
|
754
754
|
deleteLogGroup(deleteLogGroupRequest) {
|
|
755
755
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -809,7 +809,7 @@ class LoggingManagementClient {
|
|
|
809
809
|
* @param DeleteLogSavedSearchRequest
|
|
810
810
|
* @return DeleteLogSavedSearchResponse
|
|
811
811
|
* @throws OciError when an error occurs
|
|
812
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
812
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
|
|
813
813
|
*/
|
|
814
814
|
deleteLogSavedSearch(deleteLogSavedSearchRequest) {
|
|
815
815
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -864,7 +864,7 @@ class LoggingManagementClient {
|
|
|
864
864
|
* @param DeleteUnifiedAgentConfigurationRequest
|
|
865
865
|
* @return DeleteUnifiedAgentConfigurationResponse
|
|
866
866
|
* @throws OciError when an error occurs
|
|
867
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
|
|
868
868
|
*/
|
|
869
869
|
deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest) {
|
|
870
870
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -925,7 +925,7 @@ class LoggingManagementClient {
|
|
|
925
925
|
* @param DeleteWorkRequestRequest
|
|
926
926
|
* @return DeleteWorkRequestResponse
|
|
927
927
|
* @throws OciError when an error occurs
|
|
928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
|
|
929
929
|
*/
|
|
930
930
|
deleteWorkRequest(deleteWorkRequestRequest) {
|
|
931
931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -986,7 +986,7 @@ class LoggingManagementClient {
|
|
|
986
986
|
* @param GetLogRequest
|
|
987
987
|
* @return GetLogResponse
|
|
988
988
|
* @throws OciError when an error occurs
|
|
989
|
-
* @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.77.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
|
|
990
990
|
*/
|
|
991
991
|
getLog(getLogRequest) {
|
|
992
992
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1050,7 +1050,7 @@ class LoggingManagementClient {
|
|
|
1050
1050
|
* @param GetLogGroupRequest
|
|
1051
1051
|
* @return GetLogGroupResponse
|
|
1052
1052
|
* @throws OciError when an error occurs
|
|
1053
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1053
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
|
|
1054
1054
|
*/
|
|
1055
1055
|
getLogGroup(getLogGroupRequest) {
|
|
1056
1056
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1113,7 +1113,7 @@ class LoggingManagementClient {
|
|
|
1113
1113
|
* @param GetLogSavedSearchRequest
|
|
1114
1114
|
* @return GetLogSavedSearchResponse
|
|
1115
1115
|
* @throws OciError when an error occurs
|
|
1116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
|
|
1117
1117
|
*/
|
|
1118
1118
|
getLogSavedSearch(getLogSavedSearchRequest) {
|
|
1119
1119
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1176,7 +1176,7 @@ class LoggingManagementClient {
|
|
|
1176
1176
|
* @param GetUnifiedAgentConfigurationRequest
|
|
1177
1177
|
* @return GetUnifiedAgentConfigurationResponse
|
|
1178
1178
|
* @throws OciError when an error occurs
|
|
1179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1179
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
|
|
1180
1180
|
*/
|
|
1181
1181
|
getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest) {
|
|
1182
1182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1239,7 +1239,7 @@ class LoggingManagementClient {
|
|
|
1239
1239
|
* @param GetWorkRequestRequest
|
|
1240
1240
|
* @return GetWorkRequestResponse
|
|
1241
1241
|
* @throws OciError when an error occurs
|
|
1242
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1242
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1243
1243
|
*/
|
|
1244
1244
|
getWorkRequest(getWorkRequestRequest) {
|
|
1245
1245
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1307,7 +1307,7 @@ class LoggingManagementClient {
|
|
|
1307
1307
|
* @param ListLogGroupsRequest
|
|
1308
1308
|
* @return ListLogGroupsResponse
|
|
1309
1309
|
* @throws OciError when an error occurs
|
|
1310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
|
|
1311
1311
|
*/
|
|
1312
1312
|
listLogGroups(listLogGroupsRequest) {
|
|
1313
1313
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1422,7 +1422,7 @@ class LoggingManagementClient {
|
|
|
1422
1422
|
* @param ListLogSavedSearchesRequest
|
|
1423
1423
|
* @return ListLogSavedSearchesResponse
|
|
1424
1424
|
* @throws OciError when an error occurs
|
|
1425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
|
|
1426
1426
|
*/
|
|
1427
1427
|
listLogSavedSearches(listLogSavedSearchesRequest) {
|
|
1428
1428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1496,7 +1496,7 @@ class LoggingManagementClient {
|
|
|
1496
1496
|
* @param ListLogsRequest
|
|
1497
1497
|
* @return ListLogsResponse
|
|
1498
1498
|
* @throws OciError when an error occurs
|
|
1499
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
|
|
1500
1500
|
*/
|
|
1501
1501
|
listLogs(listLogsRequest) {
|
|
1502
1502
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1614,7 +1614,7 @@ class LoggingManagementClient {
|
|
|
1614
1614
|
* @param ListServicesRequest
|
|
1615
1615
|
* @return ListServicesResponse
|
|
1616
1616
|
* @throws OciError when an error occurs
|
|
1617
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
|
|
1618
1618
|
*/
|
|
1619
1619
|
listServices(listServicesRequest) {
|
|
1620
1620
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1680,7 +1680,7 @@ class LoggingManagementClient {
|
|
|
1680
1680
|
* @param ListUnifiedAgentConfigurationsRequest
|
|
1681
1681
|
* @return ListUnifiedAgentConfigurationsResponse
|
|
1682
1682
|
* @throws OciError when an error occurs
|
|
1683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
|
|
1684
1684
|
*/
|
|
1685
1685
|
listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest) {
|
|
1686
1686
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1758,7 +1758,7 @@ class LoggingManagementClient {
|
|
|
1758
1758
|
* @param ListWorkRequestErrorsRequest
|
|
1759
1759
|
* @return ListWorkRequestErrorsResponse
|
|
1760
1760
|
* @throws OciError when an error occurs
|
|
1761
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1761
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1762
1762
|
*/
|
|
1763
1763
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1764
1764
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1865,7 +1865,7 @@ class LoggingManagementClient {
|
|
|
1865
1865
|
* @param ListWorkRequestLogsRequest
|
|
1866
1866
|
* @return ListWorkRequestLogsResponse
|
|
1867
1867
|
* @throws OciError when an error occurs
|
|
1868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1868
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1869
1869
|
*/
|
|
1870
1870
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1871
1871
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1972,7 +1972,7 @@ class LoggingManagementClient {
|
|
|
1972
1972
|
* @param ListWorkRequestsRequest
|
|
1973
1973
|
* @return ListWorkRequestsResponse
|
|
1974
1974
|
* @throws OciError when an error occurs
|
|
1975
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1975
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1976
1976
|
*/
|
|
1977
1977
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1978
1978
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2088,7 +2088,7 @@ class LoggingManagementClient {
|
|
|
2088
2088
|
* @param UpdateLogRequest
|
|
2089
2089
|
* @return UpdateLogResponse
|
|
2090
2090
|
* @throws OciError when an error occurs
|
|
2091
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2091
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
|
|
2092
2092
|
*/
|
|
2093
2093
|
updateLog(updateLogRequest) {
|
|
2094
2094
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2152,7 +2152,7 @@ class LoggingManagementClient {
|
|
|
2152
2152
|
* @param UpdateLogGroupRequest
|
|
2153
2153
|
* @return UpdateLogGroupResponse
|
|
2154
2154
|
* @throws OciError when an error occurs
|
|
2155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
|
|
2156
2156
|
*/
|
|
2157
2157
|
updateLogGroup(updateLogGroupRequest) {
|
|
2158
2158
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2214,7 +2214,7 @@ class LoggingManagementClient {
|
|
|
2214
2214
|
* @param UpdateLogSavedSearchRequest
|
|
2215
2215
|
* @return UpdateLogSavedSearchResponse
|
|
2216
2216
|
* @throws OciError when an error occurs
|
|
2217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
|
|
2218
2218
|
*/
|
|
2219
2219
|
updateLogSavedSearch(updateLogSavedSearchRequest) {
|
|
2220
2220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2281,7 +2281,7 @@ class LoggingManagementClient {
|
|
|
2281
2281
|
* @param UpdateUnifiedAgentConfigurationRequest
|
|
2282
2282
|
* @return UpdateUnifiedAgentConfigurationResponse
|
|
2283
2283
|
* @throws OciError when an error occurs
|
|
2284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
|
|
2285
2285
|
*/
|
|
2286
2286
|
updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest) {
|
|
2287
2287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -37,7 +37,7 @@ export interface CreateLogDetails {
|
|
|
37
37
|
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
38
38
|
* namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
39
39
|
* <p>
|
|
40
|
-
Example:
|
|
40
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
"definedTags"?: {
|
|
@@ -48,7 +48,7 @@ export interface CreateLogDetails {
|
|
|
48
48
|
/**
|
|
49
49
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
50
50
|
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
51
|
-
* Example:
|
|
51
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
54
54
|
"freeformTags"?: {
|
|
@@ -36,7 +36,7 @@ export interface CreateLogGroupDetails {
|
|
|
36
36
|
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
37
37
|
* namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
38
38
|
* <p>
|
|
39
|
-
Example:
|
|
39
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"definedTags"?: {
|
|
@@ -47,7 +47,7 @@ export interface CreateLogGroupDetails {
|
|
|
47
47
|
/**
|
|
48
48
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
49
49
|
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
50
|
-
* Example:
|
|
50
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
"freeformTags"?: {
|
|
@@ -42,7 +42,7 @@ export interface CreateLogSavedSearchDetails {
|
|
|
42
42
|
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
43
43
|
* namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
44
44
|
* <p>
|
|
45
|
-
Example:
|
|
45
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"definedTags"?: {
|
|
@@ -53,7 +53,7 @@ export interface CreateLogSavedSearchDetails {
|
|
|
53
53
|
/**
|
|
54
54
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
55
55
|
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
56
|
-
* Example:
|
|
56
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
57
57
|
*
|
|
58
58
|
*/
|
|
59
59
|
"freeformTags"?: {
|
|
@@ -34,7 +34,7 @@ export interface CreateUnifiedAgentConfigurationDetails {
|
|
|
34
34
|
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
35
35
|
* namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
36
36
|
* <p>
|
|
37
|
-
Example:
|
|
37
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
"definedTags"?: {
|
|
@@ -45,7 +45,7 @@ export interface CreateUnifiedAgentConfigurationDetails {
|
|
|
45
45
|
/**
|
|
46
46
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
47
47
|
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
48
|
-
* Example:
|
|
48
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
"freeformTags"?: {
|