oci-logging 2.3.1 → 2.5.2

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.
Files changed (37) hide show
  1. package/LICENSE.txt +6 -0
  2. package/lib/client.d.ts +117 -32
  3. package/lib/client.js +137 -32
  4. package/lib/client.js.map +1 -1
  5. package/lib/request/change-log-group-compartment-request.d.ts +1 -1
  6. package/lib/request/change-log-log-group-request.d.ts +1 -1
  7. package/lib/request/change-log-saved-search-compartment-request.d.ts +1 -1
  8. package/lib/request/change-unified-agent-configuration-compartment-request.d.ts +1 -1
  9. package/lib/request/create-log-group-request.d.ts +1 -1
  10. package/lib/request/create-log-request.d.ts +1 -1
  11. package/lib/request/create-log-saved-search-request.d.ts +1 -1
  12. package/lib/request/create-unified-agent-configuration-request.d.ts +1 -1
  13. package/lib/request/delete-log-group-request.d.ts +1 -1
  14. package/lib/request/delete-log-request.d.ts +1 -1
  15. package/lib/request/delete-log-saved-search-request.d.ts +1 -1
  16. package/lib/request/delete-unified-agent-configuration-request.d.ts +1 -1
  17. package/lib/request/delete-work-request-request.d.ts +1 -1
  18. package/lib/request/get-log-group-request.d.ts +1 -1
  19. package/lib/request/get-log-included-search-request.d.ts +1 -1
  20. package/lib/request/get-log-request.d.ts +1 -1
  21. package/lib/request/get-log-saved-search-request.d.ts +1 -1
  22. package/lib/request/get-unified-agent-configuration-request.d.ts +1 -1
  23. package/lib/request/get-work-request-request.d.ts +1 -1
  24. package/lib/request/list-log-groups-request.d.ts +1 -1
  25. package/lib/request/list-log-included-searches-request.d.ts +1 -1
  26. package/lib/request/list-log-saved-searches-request.d.ts +1 -1
  27. package/lib/request/list-logs-request.d.ts +1 -1
  28. package/lib/request/list-services-request.d.ts +1 -1
  29. package/lib/request/list-unified-agent-configurations-request.d.ts +1 -1
  30. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  31. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  32. package/lib/request/list-work-requests-request.d.ts +1 -1
  33. package/lib/request/update-log-group-request.d.ts +1 -1
  34. package/lib/request/update-log-request.d.ts +1 -1
  35. package/lib/request/update-log-saved-search-request.d.ts +1 -1
  36. package/lib/request/update-unified-agent-configuration-request.d.ts +1 -1
  37. package/package.json +3 -3
package/LICENSE.txt CHANGED
@@ -1,3 +1,9 @@
1
+ Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
2
+
3
+ This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
4
+
5
+ ____________________________
6
+
1
7
  The Universal Permissive License (UPL), Version 1.0
2
8
 
3
9
  Subject to the condition set forth below, permission is hereby granted to any
package/lib/client.d.ts CHANGED
@@ -71,7 +71,7 @@ export declare class LoggingManagementClient {
71
71
  * @param ChangeLogGroupCompartmentRequest
72
72
  * @return ChangeLogGroupCompartmentResponse
73
73
  * @throws OciError when an error occurs
74
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
74
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
75
75
  */
76
76
  changeLogGroupCompartment(changeLogGroupCompartmentRequest: requests.ChangeLogGroupCompartmentRequest): Promise<responses.ChangeLogGroupCompartmentResponse>;
77
77
  /**
@@ -80,7 +80,7 @@ export declare class LoggingManagementClient {
80
80
  * @param ChangeLogLogGroupRequest
81
81
  * @return ChangeLogLogGroupResponse
82
82
  * @throws OciError when an error occurs
83
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
83
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
84
84
  */
85
85
  changeLogLogGroup(changeLogLogGroupRequest: requests.ChangeLogLogGroupRequest): Promise<responses.ChangeLogLogGroupResponse>;
86
86
  /**
@@ -90,7 +90,7 @@ export declare class LoggingManagementClient {
90
90
  * @param ChangeLogSavedSearchCompartmentRequest
91
91
  * @return ChangeLogSavedSearchCompartmentResponse
92
92
  * @throws OciError when an error occurs
93
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
93
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
94
94
  */
95
95
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest: requests.ChangeLogSavedSearchCompartmentRequest): Promise<responses.ChangeLogSavedSearchCompartmentResponse>;
96
96
  /**
@@ -100,7 +100,7 @@ export declare class LoggingManagementClient {
100
100
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
101
101
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
104
104
  */
105
105
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest: requests.ChangeUnifiedAgentConfigurationCompartmentRequest): Promise<responses.ChangeUnifiedAgentConfigurationCompartmentResponse>;
106
106
  /**
@@ -110,7 +110,7 @@ export declare class LoggingManagementClient {
110
110
  * @param CreateLogRequest
111
111
  * @return CreateLogResponse
112
112
  * @throws OciError when an error occurs
113
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
114
114
  */
115
115
  createLog(createLogRequest: requests.CreateLogRequest): Promise<responses.CreateLogResponse>;
116
116
  /**
@@ -120,7 +120,7 @@ export declare class LoggingManagementClient {
120
120
  * @param CreateLogGroupRequest
121
121
  * @return CreateLogGroupResponse
122
122
  * @throws OciError when an error occurs
123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
124
124
  */
125
125
  createLogGroup(createLogGroupRequest: requests.CreateLogGroupRequest): Promise<responses.CreateLogGroupResponse>;
126
126
  /**
@@ -129,7 +129,7 @@ export declare class LoggingManagementClient {
129
129
  * @param CreateLogSavedSearchRequest
130
130
  * @return CreateLogSavedSearchResponse
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.3.1/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
133
133
  */
134
134
  createLogSavedSearch(createLogSavedSearchRequest: requests.CreateLogSavedSearchRequest): Promise<responses.CreateLogSavedSearchResponse>;
135
135
  /**
@@ -137,7 +137,7 @@ export declare class LoggingManagementClient {
137
137
  * @param CreateUnifiedAgentConfigurationRequest
138
138
  * @return CreateUnifiedAgentConfigurationResponse
139
139
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
141
141
  */
142
142
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest: requests.CreateUnifiedAgentConfigurationRequest): Promise<responses.CreateUnifiedAgentConfigurationResponse>;
143
143
  /**
@@ -145,7 +145,7 @@ export declare class LoggingManagementClient {
145
145
  * @param DeleteLogRequest
146
146
  * @return DeleteLogResponse
147
147
  * @throws OciError when an error occurs
148
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
149
149
  */
150
150
  deleteLog(deleteLogRequest: requests.DeleteLogRequest): Promise<responses.DeleteLogResponse>;
151
151
  /**
@@ -153,7 +153,7 @@ export declare class LoggingManagementClient {
153
153
  * @param DeleteLogGroupRequest
154
154
  * @return DeleteLogGroupResponse
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.3.1/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
157
157
  */
158
158
  deleteLogGroup(deleteLogGroupRequest: requests.DeleteLogGroupRequest): Promise<responses.DeleteLogGroupResponse>;
159
159
  /**
@@ -161,7 +161,7 @@ export declare class LoggingManagementClient {
161
161
  * @param DeleteLogSavedSearchRequest
162
162
  * @return DeleteLogSavedSearchResponse
163
163
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
165
165
  */
166
166
  deleteLogSavedSearch(deleteLogSavedSearchRequest: requests.DeleteLogSavedSearchRequest): Promise<responses.DeleteLogSavedSearchResponse>;
167
167
  /**
@@ -169,7 +169,7 @@ export declare class LoggingManagementClient {
169
169
  * @param DeleteUnifiedAgentConfigurationRequest
170
170
  * @return DeleteUnifiedAgentConfigurationResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
173
173
  */
174
174
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest: requests.DeleteUnifiedAgentConfigurationRequest): Promise<responses.DeleteUnifiedAgentConfigurationResponse>;
175
175
  /**
@@ -178,7 +178,7 @@ export declare class LoggingManagementClient {
178
178
  * @param DeleteWorkRequestRequest
179
179
  * @return DeleteWorkRequestResponse
180
180
  * @throws OciError when an error occurs
181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
182
182
  */
183
183
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
184
184
  /**
@@ -187,7 +187,7 @@ export declare class LoggingManagementClient {
187
187
  * @param GetLogRequest
188
188
  * @return GetLogResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/GetLog.ts.html |here} to see how to use GetLog API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/GetLog.ts.html |here} to see how to use GetLog API.
191
191
  */
192
192
  getLog(getLogRequest: requests.GetLogRequest): Promise<responses.GetLogResponse>;
193
193
  /**
@@ -195,7 +195,7 @@ export declare class LoggingManagementClient {
195
195
  * @param GetLogGroupRequest
196
196
  * @return GetLogGroupResponse
197
197
  * @throws OciError when an error occurs
198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
199
199
  */
200
200
  getLogGroup(getLogGroupRequest: requests.GetLogGroupRequest): Promise<responses.GetLogGroupResponse>;
201
201
  /**
@@ -203,7 +203,7 @@ export declare class LoggingManagementClient {
203
203
  * @param GetLogIncludedSearchRequest
204
204
  * @return GetLogIncludedSearchResponse
205
205
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
207
207
  */
208
208
  getLogIncludedSearch(getLogIncludedSearchRequest: requests.GetLogIncludedSearchRequest): Promise<responses.GetLogIncludedSearchResponse>;
209
209
  /**
@@ -211,7 +211,7 @@ export declare class LoggingManagementClient {
211
211
  * @param GetLogSavedSearchRequest
212
212
  * @return GetLogSavedSearchResponse
213
213
  * @throws OciError when an error occurs
214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
215
215
  */
216
216
  getLogSavedSearch(getLogSavedSearchRequest: requests.GetLogSavedSearchRequest): Promise<responses.GetLogSavedSearchResponse>;
217
217
  /**
@@ -219,7 +219,7 @@ export declare class LoggingManagementClient {
219
219
  * @param GetUnifiedAgentConfigurationRequest
220
220
  * @return GetUnifiedAgentConfigurationResponse
221
221
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
223
223
  */
224
224
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest: requests.GetUnifiedAgentConfigurationRequest): Promise<responses.GetUnifiedAgentConfigurationResponse>;
225
225
  /**
@@ -227,7 +227,7 @@ export declare class LoggingManagementClient {
227
227
  * @param GetWorkRequestRequest
228
228
  * @return GetWorkRequestResponse
229
229
  * @throws OciError when an error occurs
230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
231
231
  */
232
232
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
233
233
  /**
@@ -235,10 +235,11 @@ export declare class LoggingManagementClient {
235
235
  * @param ListLogGroupsRequest
236
236
  * @return ListLogGroupsResponse
237
237
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
239
239
  */
240
240
  listLogGroups(listLogGroupsRequest: requests.ListLogGroupsRequest): Promise<responses.ListLogGroupsResponse>;
241
241
  /**
242
+ * NOTE: This function is deprecated in favor of listLogGroupsRecordIterator function.
242
243
  * Creates a new async iterator which will iterate over the models.LogGroupSummary objects
243
244
  * contained in responses from the listLogGroups operation. This iterator will fetch more data from the
244
245
  * server as needed.
@@ -247,19 +248,35 @@ export declare class LoggingManagementClient {
247
248
  */
248
249
  listAllLogGroups(request: requests.ListLogGroupsRequest): AsyncIterableIterator<model.LogGroupSummary>;
249
250
  /**
251
+ * NOTE: This function is deprecated in favor of listLogGroupsResponseIterator function.
250
252
  * Creates a new async iterator which will iterate over the responses received from the listLogGroups operation. This iterator
251
253
  * will fetch more data from the server as needed.
252
254
  *
253
255
  * @param request a request which can be sent to the service operation
254
256
  */
255
257
  listAllLogGroupsResponses(request: requests.ListLogGroupsRequest): AsyncIterableIterator<responses.ListLogGroupsResponse>;
258
+ /**
259
+ * Creates a new async iterator which will iterate over the models.LogGroupSummary objects
260
+ * contained in responses from the listLogGroups operation. This iterator will fetch more data from the
261
+ * server as needed.
262
+ *
263
+ * @param request a request which can be sent to the service operation
264
+ */
265
+ listLogGroupsRecordIterator(request: requests.ListLogGroupsRequest): AsyncIterableIterator<model.LogGroupSummary>;
266
+ /**
267
+ * Creates a new async iterator which will iterate over the responses received from the listLogGroups operation. This iterator
268
+ * will fetch more data from the server as needed.
269
+ *
270
+ * @param request a request which can be sent to the service operation
271
+ */
272
+ listLogGroupsResponseIterator(request: requests.ListLogGroupsRequest): AsyncIterableIterator<responses.ListLogGroupsResponse>;
256
273
  /**
257
274
  * Lists Logging Included Searches for this compartment.
258
275
  *
259
276
  * @param ListLogIncludedSearchesRequest
260
277
  * @return ListLogIncludedSearchesResponse
261
278
  * @throws OciError when an error occurs
262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
279
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
263
280
  */
264
281
  listLogIncludedSearches(listLogIncludedSearchesRequest: requests.ListLogIncludedSearchesRequest): Promise<responses.ListLogIncludedSearchesResponse>;
265
282
  /**
@@ -268,7 +285,7 @@ export declare class LoggingManagementClient {
268
285
  * @param ListLogSavedSearchesRequest
269
286
  * @return ListLogSavedSearchesResponse
270
287
  * @throws OciError when an error occurs
271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
272
289
  */
273
290
  listLogSavedSearches(listLogSavedSearchesRequest: requests.ListLogSavedSearchesRequest): Promise<responses.ListLogSavedSearchesResponse>;
274
291
  /**
@@ -276,10 +293,11 @@ export declare class LoggingManagementClient {
276
293
  * @param ListLogsRequest
277
294
  * @return ListLogsResponse
278
295
  * @throws OciError when an error occurs
279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
280
297
  */
281
298
  listLogs(listLogsRequest: requests.ListLogsRequest): Promise<responses.ListLogsResponse>;
282
299
  /**
300
+ * NOTE: This function is deprecated in favor of listLogsRecordIterator function.
283
301
  * Creates a new async iterator which will iterate over the models.LogSummary objects
284
302
  * contained in responses from the listLogs operation. This iterator will fetch more data from the
285
303
  * server as needed.
@@ -288,18 +306,34 @@ export declare class LoggingManagementClient {
288
306
  */
289
307
  listAllLogs(request: requests.ListLogsRequest): AsyncIterableIterator<model.LogSummary>;
290
308
  /**
309
+ * NOTE: This function is deprecated in favor of listLogsResponseIterator function.
291
310
  * Creates a new async iterator which will iterate over the responses received from the listLogs operation. This iterator
292
311
  * will fetch more data from the server as needed.
293
312
  *
294
313
  * @param request a request which can be sent to the service operation
295
314
  */
296
315
  listAllLogsResponses(request: requests.ListLogsRequest): AsyncIterableIterator<responses.ListLogsResponse>;
316
+ /**
317
+ * Creates a new async iterator which will iterate over the models.LogSummary objects
318
+ * contained in responses from the listLogs operation. This iterator will fetch more data from the
319
+ * server as needed.
320
+ *
321
+ * @param request a request which can be sent to the service operation
322
+ */
323
+ listLogsRecordIterator(request: requests.ListLogsRequest): AsyncIterableIterator<model.LogSummary>;
324
+ /**
325
+ * Creates a new async iterator which will iterate over the responses received from the listLogs operation. This iterator
326
+ * will fetch more data from the server as needed.
327
+ *
328
+ * @param request a request which can be sent to the service operation
329
+ */
330
+ listLogsResponseIterator(request: requests.ListLogsRequest): AsyncIterableIterator<responses.ListLogsResponse>;
297
331
  /**
298
332
  * Lists all services that support logging.
299
333
  * @param ListServicesRequest
300
334
  * @return ListServicesResponse
301
335
  * @throws OciError when an error occurs
302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/ListServices.ts.html |here} to see how to use ListServices API.
336
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListServices.ts.html |here} to see how to use ListServices API.
303
337
  */
304
338
  listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
305
339
  /**
@@ -307,7 +341,7 @@ export declare class LoggingManagementClient {
307
341
  * @param ListUnifiedAgentConfigurationsRequest
308
342
  * @return ListUnifiedAgentConfigurationsResponse
309
343
  * @throws OciError when an error occurs
310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
344
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
311
345
  */
312
346
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest: requests.ListUnifiedAgentConfigurationsRequest): Promise<responses.ListUnifiedAgentConfigurationsResponse>;
313
347
  /**
@@ -316,10 +350,11 @@ export declare class LoggingManagementClient {
316
350
  * @param ListWorkRequestErrorsRequest
317
351
  * @return ListWorkRequestErrorsResponse
318
352
  * @throws OciError when an error occurs
319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
320
354
  */
321
355
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
322
356
  /**
357
+ * NOTE: This function is deprecated in favor of listWorkRequestErrorsRecordIterator function.
323
358
  * Creates a new async iterator which will iterate over the models.WorkRequestError objects
324
359
  * contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the
325
360
  * server as needed.
@@ -328,22 +363,39 @@ export declare class LoggingManagementClient {
328
363
  */
329
364
  listAllWorkRequestErrors(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<model.WorkRequestError>;
330
365
  /**
366
+ * NOTE: This function is deprecated in favor of listWorkRequestErrorsResponseIterator function.
331
367
  * Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator
332
368
  * will fetch more data from the server as needed.
333
369
  *
334
370
  * @param request a request which can be sent to the service operation
335
371
  */
336
372
  listAllWorkRequestErrorsResponses(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<responses.ListWorkRequestErrorsResponse>;
373
+ /**
374
+ * Creates a new async iterator which will iterate over the models.WorkRequestError objects
375
+ * contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the
376
+ * server as needed.
377
+ *
378
+ * @param request a request which can be sent to the service operation
379
+ */
380
+ listWorkRequestErrorsRecordIterator(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<model.WorkRequestError>;
381
+ /**
382
+ * Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator
383
+ * will fetch more data from the server as needed.
384
+ *
385
+ * @param request a request which can be sent to the service operation
386
+ */
387
+ listWorkRequestErrorsResponseIterator(request: requests.ListWorkRequestErrorsRequest): AsyncIterableIterator<responses.ListWorkRequestErrorsResponse>;
337
388
  /**
338
389
  * Return a list of logs for a given work request.
339
390
  *
340
391
  * @param ListWorkRequestLogsRequest
341
392
  * @return ListWorkRequestLogsResponse
342
393
  * @throws OciError when an error occurs
343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
394
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
344
395
  */
345
396
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
346
397
  /**
398
+ * NOTE: This function is deprecated in favor of listWorkRequestLogsRecordIterator function.
347
399
  * Creates a new async iterator which will iterate over the models.WorkRequestLog objects
348
400
  * contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the
349
401
  * server as needed.
@@ -352,22 +404,39 @@ export declare class LoggingManagementClient {
352
404
  */
353
405
  listAllWorkRequestLogs(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<model.WorkRequestLog>;
354
406
  /**
407
+ * NOTE: This function is deprecated in favor of listWorkRequestLogsResponseIterator function.
355
408
  * Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator
356
409
  * will fetch more data from the server as needed.
357
410
  *
358
411
  * @param request a request which can be sent to the service operation
359
412
  */
360
413
  listAllWorkRequestLogsResponses(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<responses.ListWorkRequestLogsResponse>;
414
+ /**
415
+ * Creates a new async iterator which will iterate over the models.WorkRequestLog objects
416
+ * contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the
417
+ * server as needed.
418
+ *
419
+ * @param request a request which can be sent to the service operation
420
+ */
421
+ listWorkRequestLogsRecordIterator(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<model.WorkRequestLog>;
422
+ /**
423
+ * Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator
424
+ * will fetch more data from the server as needed.
425
+ *
426
+ * @param request a request which can be sent to the service operation
427
+ */
428
+ listWorkRequestLogsResponseIterator(request: requests.ListWorkRequestLogsRequest): AsyncIterableIterator<responses.ListWorkRequestLogsResponse>;
361
429
  /**
362
430
  * Lists the work requests in a compartment.
363
431
  *
364
432
  * @param ListWorkRequestsRequest
365
433
  * @return ListWorkRequestsResponse
366
434
  * @throws OciError when an error occurs
367
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
368
436
  */
369
437
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
370
438
  /**
439
+ * NOTE: This function is deprecated in favor of listWorkRequestsRecordIterator function.
371
440
  * Creates a new async iterator which will iterate over the models.WorkRequestSummary objects
372
441
  * contained in responses from the listWorkRequests operation. This iterator will fetch more data from the
373
442
  * server as needed.
@@ -376,12 +445,28 @@ export declare class LoggingManagementClient {
376
445
  */
377
446
  listAllWorkRequests(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<model.WorkRequestSummary>;
378
447
  /**
448
+ * NOTE: This function is deprecated in favor of listWorkRequestsResponseIterator function.
379
449
  * Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator
380
450
  * will fetch more data from the server as needed.
381
451
  *
382
452
  * @param request a request which can be sent to the service operation
383
453
  */
384
454
  listAllWorkRequestsResponses(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<responses.ListWorkRequestsResponse>;
455
+ /**
456
+ * Creates a new async iterator which will iterate over the models.WorkRequestSummary objects
457
+ * contained in responses from the listWorkRequests operation. This iterator will fetch more data from the
458
+ * server as needed.
459
+ *
460
+ * @param request a request which can be sent to the service operation
461
+ */
462
+ listWorkRequestsRecordIterator(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<model.WorkRequestSummary>;
463
+ /**
464
+ * Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator
465
+ * will fetch more data from the server as needed.
466
+ *
467
+ * @param request a request which can be sent to the service operation
468
+ */
469
+ listWorkRequestsResponseIterator(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<responses.ListWorkRequestsResponse>;
385
470
  /**
386
471
  * Updates the existing log object with the associated configuration. This call
387
472
  * fails if the log object does not exist.
@@ -389,7 +474,7 @@ export declare class LoggingManagementClient {
389
474
  * @param UpdateLogRequest
390
475
  * @return UpdateLogResponse
391
476
  * @throws OciError when an error occurs
392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
477
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
393
478
  */
394
479
  updateLog(updateLogRequest: requests.UpdateLogRequest): Promise<responses.UpdateLogResponse>;
395
480
  /**
@@ -399,7 +484,7 @@ export declare class LoggingManagementClient {
399
484
  * @param UpdateLogGroupRequest
400
485
  * @return UpdateLogGroupResponse
401
486
  * @throws OciError when an error occurs
402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
487
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
403
488
  */
404
489
  updateLogGroup(updateLogGroupRequest: requests.UpdateLogGroupRequest): Promise<responses.UpdateLogGroupResponse>;
405
490
  /**
@@ -408,7 +493,7 @@ export declare class LoggingManagementClient {
408
493
  * @param UpdateLogSavedSearchRequest
409
494
  * @return UpdateLogSavedSearchResponse
410
495
  * @throws OciError when an error occurs
411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
412
497
  */
413
498
  updateLogSavedSearch(updateLogSavedSearchRequest: requests.UpdateLogSavedSearchRequest): Promise<responses.UpdateLogSavedSearchResponse>;
414
499
  /**
@@ -418,7 +503,7 @@ export declare class LoggingManagementClient {
418
503
  * @param UpdateUnifiedAgentConfigurationRequest
419
504
  * @return UpdateUnifiedAgentConfigurationResponse
420
505
  * @throws OciError when an error occurs
421
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.3.1/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
506
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
422
507
  */
423
508
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest: requests.UpdateUnifiedAgentConfigurationRequest): Promise<responses.UpdateUnifiedAgentConfigurationResponse>;
424
509
  }