oci-logging 2.11.0 → 2.13.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.
Files changed (36) hide show
  1. package/lib/client.d.ts +33 -32
  2. package/lib/client.js +35 -34
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/change-log-group-compartment-request.d.ts +1 -1
  5. package/lib/request/change-log-log-group-request.d.ts +1 -1
  6. package/lib/request/change-log-saved-search-compartment-request.d.ts +1 -1
  7. package/lib/request/change-unified-agent-configuration-compartment-request.d.ts +1 -1
  8. package/lib/request/create-log-group-request.d.ts +1 -1
  9. package/lib/request/create-log-request.d.ts +1 -1
  10. package/lib/request/create-log-saved-search-request.d.ts +1 -1
  11. package/lib/request/create-unified-agent-configuration-request.d.ts +1 -1
  12. package/lib/request/delete-log-group-request.d.ts +1 -1
  13. package/lib/request/delete-log-request.d.ts +1 -1
  14. package/lib/request/delete-log-saved-search-request.d.ts +1 -1
  15. package/lib/request/delete-unified-agent-configuration-request.d.ts +1 -1
  16. package/lib/request/delete-work-request-request.d.ts +1 -1
  17. package/lib/request/get-log-group-request.d.ts +1 -1
  18. package/lib/request/get-log-included-search-request.d.ts +1 -1
  19. package/lib/request/get-log-request.d.ts +1 -1
  20. package/lib/request/get-log-saved-search-request.d.ts +1 -1
  21. package/lib/request/get-unified-agent-configuration-request.d.ts +1 -1
  22. package/lib/request/get-work-request-request.d.ts +1 -1
  23. package/lib/request/list-log-groups-request.d.ts +1 -1
  24. package/lib/request/list-log-included-searches-request.d.ts +1 -1
  25. package/lib/request/list-log-saved-searches-request.d.ts +1 -1
  26. package/lib/request/list-logs-request.d.ts +1 -1
  27. package/lib/request/list-services-request.d.ts +1 -1
  28. package/lib/request/list-unified-agent-configurations-request.d.ts +1 -1
  29. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  30. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  31. package/lib/request/list-work-requests-request.d.ts +1 -1
  32. package/lib/request/update-log-group-request.d.ts +1 -1
  33. package/lib/request/update-log-request.d.ts +1 -1
  34. package/lib/request/update-log-saved-search-request.d.ts +1 -1
  35. package/lib/request/update-unified-agent-configuration-request.d.ts +1 -1
  36. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -22,6 +22,7 @@ export declare enum LoggingManagementApiKeys {
22
22
  */
23
23
  export declare class LoggingManagementClient {
24
24
  protected static serviceEndpointTemplate: string;
25
+ protected static endpointServiceName: string;
25
26
  protected "_endpoint": string;
26
27
  protected "_defaultHeaders": any;
27
28
  protected "_waiters": LoggingManagementWaiter;
@@ -75,7 +76,7 @@ export declare class LoggingManagementClient {
75
76
  * @param ChangeLogGroupCompartmentRequest
76
77
  * @return ChangeLogGroupCompartmentResponse
77
78
  * @throws OciError when an error occurs
78
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
79
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
79
80
  */
80
81
  changeLogGroupCompartment(changeLogGroupCompartmentRequest: requests.ChangeLogGroupCompartmentRequest): Promise<responses.ChangeLogGroupCompartmentResponse>;
81
82
  /**
@@ -85,7 +86,7 @@ export declare class LoggingManagementClient {
85
86
  * @param ChangeLogLogGroupRequest
86
87
  * @return ChangeLogLogGroupResponse
87
88
  * @throws OciError when an error occurs
88
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
89
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
89
90
  */
90
91
  changeLogLogGroup(changeLogLogGroupRequest: requests.ChangeLogLogGroupRequest): Promise<responses.ChangeLogLogGroupResponse>;
91
92
  /**
@@ -96,7 +97,7 @@ export declare class LoggingManagementClient {
96
97
  * @param ChangeLogSavedSearchCompartmentRequest
97
98
  * @return ChangeLogSavedSearchCompartmentResponse
98
99
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
100
101
  */
101
102
  changeLogSavedSearchCompartment(changeLogSavedSearchCompartmentRequest: requests.ChangeLogSavedSearchCompartmentRequest): Promise<responses.ChangeLogSavedSearchCompartmentResponse>;
102
103
  /**
@@ -107,7 +108,7 @@ export declare class LoggingManagementClient {
107
108
  * @param ChangeUnifiedAgentConfigurationCompartmentRequest
108
109
  * @return ChangeUnifiedAgentConfigurationCompartmentResponse
109
110
  * @throws OciError when an error occurs
110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
111
112
  */
112
113
  changeUnifiedAgentConfigurationCompartment(changeUnifiedAgentConfigurationCompartmentRequest: requests.ChangeUnifiedAgentConfigurationCompartmentRequest): Promise<responses.ChangeUnifiedAgentConfigurationCompartmentResponse>;
113
114
  /**
@@ -118,7 +119,7 @@ export declare class LoggingManagementClient {
118
119
  * @param CreateLogRequest
119
120
  * @return CreateLogResponse
120
121
  * @throws OciError when an error occurs
121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
122
123
  */
123
124
  createLog(createLogRequest: requests.CreateLogRequest): Promise<responses.CreateLogResponse>;
124
125
  /**
@@ -129,7 +130,7 @@ export declare class LoggingManagementClient {
129
130
  * @param CreateLogGroupRequest
130
131
  * @return CreateLogGroupResponse
131
132
  * @throws OciError when an error occurs
132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
133
134
  */
134
135
  createLogGroup(createLogGroupRequest: requests.CreateLogGroupRequest): Promise<responses.CreateLogGroupResponse>;
135
136
  /**
@@ -139,7 +140,7 @@ export declare class LoggingManagementClient {
139
140
  * @param CreateLogSavedSearchRequest
140
141
  * @return CreateLogSavedSearchResponse
141
142
  * @throws OciError when an error occurs
142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
143
144
  */
144
145
  createLogSavedSearch(createLogSavedSearchRequest: requests.CreateLogSavedSearchRequest): Promise<responses.CreateLogSavedSearchResponse>;
145
146
  /**
@@ -148,7 +149,7 @@ export declare class LoggingManagementClient {
148
149
  * @param CreateUnifiedAgentConfigurationRequest
149
150
  * @return CreateUnifiedAgentConfigurationResponse
150
151
  * @throws OciError when an error occurs
151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
152
153
  */
153
154
  createUnifiedAgentConfiguration(createUnifiedAgentConfigurationRequest: requests.CreateUnifiedAgentConfigurationRequest): Promise<responses.CreateUnifiedAgentConfigurationResponse>;
154
155
  /**
@@ -157,7 +158,7 @@ export declare class LoggingManagementClient {
157
158
  * @param DeleteLogRequest
158
159
  * @return DeleteLogResponse
159
160
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
161
162
  */
162
163
  deleteLog(deleteLogRequest: requests.DeleteLogRequest): Promise<responses.DeleteLogResponse>;
163
164
  /**
@@ -166,7 +167,7 @@ export declare class LoggingManagementClient {
166
167
  * @param DeleteLogGroupRequest
167
168
  * @return DeleteLogGroupResponse
168
169
  * @throws OciError when an error occurs
169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
170
171
  */
171
172
  deleteLogGroup(deleteLogGroupRequest: requests.DeleteLogGroupRequest): Promise<responses.DeleteLogGroupResponse>;
172
173
  /**
@@ -175,7 +176,7 @@ export declare class LoggingManagementClient {
175
176
  * @param DeleteLogSavedSearchRequest
176
177
  * @return DeleteLogSavedSearchResponse
177
178
  * @throws OciError when an error occurs
178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
179
180
  */
180
181
  deleteLogSavedSearch(deleteLogSavedSearchRequest: requests.DeleteLogSavedSearchRequest): Promise<responses.DeleteLogSavedSearchResponse>;
181
182
  /**
@@ -184,7 +185,7 @@ export declare class LoggingManagementClient {
184
185
  * @param DeleteUnifiedAgentConfigurationRequest
185
186
  * @return DeleteUnifiedAgentConfigurationResponse
186
187
  * @throws OciError when an error occurs
187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
188
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
188
189
  */
189
190
  deleteUnifiedAgentConfiguration(deleteUnifiedAgentConfigurationRequest: requests.DeleteUnifiedAgentConfigurationRequest): Promise<responses.DeleteUnifiedAgentConfigurationResponse>;
190
191
  /**
@@ -194,7 +195,7 @@ export declare class LoggingManagementClient {
194
195
  * @param DeleteWorkRequestRequest
195
196
  * @return DeleteWorkRequestResponse
196
197
  * @throws OciError when an error occurs
197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
198
199
  */
199
200
  deleteWorkRequest(deleteWorkRequestRequest: requests.DeleteWorkRequestRequest): Promise<responses.DeleteWorkRequestResponse>;
200
201
  /**
@@ -204,7 +205,7 @@ export declare class LoggingManagementClient {
204
205
  * @param GetLogRequest
205
206
  * @return GetLogResponse
206
207
  * @throws OciError when an error occurs
207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
208
209
  */
209
210
  getLog(getLogRequest: requests.GetLogRequest): Promise<responses.GetLogResponse>;
210
211
  /**
@@ -213,7 +214,7 @@ export declare class LoggingManagementClient {
213
214
  * @param GetLogGroupRequest
214
215
  * @return GetLogGroupResponse
215
216
  * @throws OciError when an error occurs
216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
217
218
  */
218
219
  getLogGroup(getLogGroupRequest: requests.GetLogGroupRequest): Promise<responses.GetLogGroupResponse>;
219
220
  /**
@@ -222,7 +223,7 @@ export declare class LoggingManagementClient {
222
223
  * @param GetLogIncludedSearchRequest
223
224
  * @return GetLogIncludedSearchResponse
224
225
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
226
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
226
227
  */
227
228
  getLogIncludedSearch(getLogIncludedSearchRequest: requests.GetLogIncludedSearchRequest): Promise<responses.GetLogIncludedSearchResponse>;
228
229
  /**
@@ -231,7 +232,7 @@ export declare class LoggingManagementClient {
231
232
  * @param GetLogSavedSearchRequest
232
233
  * @return GetLogSavedSearchResponse
233
234
  * @throws OciError when an error occurs
234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
235
236
  */
236
237
  getLogSavedSearch(getLogSavedSearchRequest: requests.GetLogSavedSearchRequest): Promise<responses.GetLogSavedSearchResponse>;
237
238
  /**
@@ -240,7 +241,7 @@ export declare class LoggingManagementClient {
240
241
  * @param GetUnifiedAgentConfigurationRequest
241
242
  * @return GetUnifiedAgentConfigurationResponse
242
243
  * @throws OciError when an error occurs
243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
244
245
  */
245
246
  getUnifiedAgentConfiguration(getUnifiedAgentConfigurationRequest: requests.GetUnifiedAgentConfigurationRequest): Promise<responses.GetUnifiedAgentConfigurationResponse>;
246
247
  /**
@@ -249,7 +250,7 @@ export declare class LoggingManagementClient {
249
250
  * @param GetWorkRequestRequest
250
251
  * @return GetWorkRequestResponse
251
252
  * @throws OciError when an error occurs
252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
253
254
  */
254
255
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
255
256
  /**
@@ -258,7 +259,7 @@ export declare class LoggingManagementClient {
258
259
  * @param ListLogGroupsRequest
259
260
  * @return ListLogGroupsResponse
260
261
  * @throws OciError when an error occurs
261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
262
263
  */
263
264
  listLogGroups(listLogGroupsRequest: requests.ListLogGroupsRequest): Promise<responses.ListLogGroupsResponse>;
264
265
  /**
@@ -300,7 +301,7 @@ export declare class LoggingManagementClient {
300
301
  * @param ListLogIncludedSearchesRequest
301
302
  * @return ListLogIncludedSearchesResponse
302
303
  * @throws OciError when an error occurs
303
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
304
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
304
305
  */
305
306
  listLogIncludedSearches(listLogIncludedSearchesRequest: requests.ListLogIncludedSearchesRequest): Promise<responses.ListLogIncludedSearchesResponse>;
306
307
  /**
@@ -310,7 +311,7 @@ export declare class LoggingManagementClient {
310
311
  * @param ListLogSavedSearchesRequest
311
312
  * @return ListLogSavedSearchesResponse
312
313
  * @throws OciError when an error occurs
313
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
314
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
314
315
  */
315
316
  listLogSavedSearches(listLogSavedSearchesRequest: requests.ListLogSavedSearchesRequest): Promise<responses.ListLogSavedSearchesResponse>;
316
317
  /**
@@ -319,7 +320,7 @@ export declare class LoggingManagementClient {
319
320
  * @param ListLogsRequest
320
321
  * @return ListLogsResponse
321
322
  * @throws OciError when an error occurs
322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
323
324
  */
324
325
  listLogs(listLogsRequest: requests.ListLogsRequest): Promise<responses.ListLogsResponse>;
325
326
  /**
@@ -360,7 +361,7 @@ export declare class LoggingManagementClient {
360
361
  * @param ListServicesRequest
361
362
  * @return ListServicesResponse
362
363
  * @throws OciError when an error occurs
363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
364
365
  */
365
366
  listServices(listServicesRequest: requests.ListServicesRequest): Promise<responses.ListServicesResponse>;
366
367
  /**
@@ -369,7 +370,7 @@ export declare class LoggingManagementClient {
369
370
  * @param ListUnifiedAgentConfigurationsRequest
370
371
  * @return ListUnifiedAgentConfigurationsResponse
371
372
  * @throws OciError when an error occurs
372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
373
374
  */
374
375
  listUnifiedAgentConfigurations(listUnifiedAgentConfigurationsRequest: requests.ListUnifiedAgentConfigurationsRequest): Promise<responses.ListUnifiedAgentConfigurationsResponse>;
375
376
  /**
@@ -379,7 +380,7 @@ export declare class LoggingManagementClient {
379
380
  * @param ListWorkRequestErrorsRequest
380
381
  * @return ListWorkRequestErrorsResponse
381
382
  * @throws OciError when an error occurs
382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
383
384
  */
384
385
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
385
386
  /**
@@ -421,7 +422,7 @@ export declare class LoggingManagementClient {
421
422
  * @param ListWorkRequestLogsRequest
422
423
  * @return ListWorkRequestLogsResponse
423
424
  * @throws OciError when an error occurs
424
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
425
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
425
426
  */
426
427
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
427
428
  /**
@@ -463,7 +464,7 @@ export declare class LoggingManagementClient {
463
464
  * @param ListWorkRequestsRequest
464
465
  * @return ListWorkRequestsResponse
465
466
  * @throws OciError when an error occurs
466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
467
468
  */
468
469
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
469
470
  /**
@@ -506,7 +507,7 @@ export declare class LoggingManagementClient {
506
507
  * @param UpdateLogRequest
507
508
  * @return UpdateLogResponse
508
509
  * @throws OciError when an error occurs
509
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
510
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
510
511
  */
511
512
  updateLog(updateLogRequest: requests.UpdateLogRequest): Promise<responses.UpdateLogResponse>;
512
513
  /**
@@ -517,7 +518,7 @@ export declare class LoggingManagementClient {
517
518
  * @param UpdateLogGroupRequest
518
519
  * @return UpdateLogGroupResponse
519
520
  * @throws OciError when an error occurs
520
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
521
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
521
522
  */
522
523
  updateLogGroup(updateLogGroupRequest: requests.UpdateLogGroupRequest): Promise<responses.UpdateLogGroupResponse>;
523
524
  /**
@@ -527,7 +528,7 @@ export declare class LoggingManagementClient {
527
528
  * @param UpdateLogSavedSearchRequest
528
529
  * @return UpdateLogSavedSearchResponse
529
530
  * @throws OciError when an error occurs
530
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
531
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
531
532
  */
532
533
  updateLogSavedSearch(updateLogSavedSearchRequest: requests.UpdateLogSavedSearchRequest): Promise<responses.UpdateLogSavedSearchResponse>;
533
534
  /**
@@ -538,7 +539,7 @@ export declare class LoggingManagementClient {
538
539
  * @param UpdateUnifiedAgentConfigurationRequest
539
540
  * @return UpdateUnifiedAgentConfigurationResponse
540
541
  * @throws OciError when an error occurs
541
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
542
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
542
543
  */
543
544
  updateUnifiedAgentConfiguration(updateUnifiedAgentConfigurationRequest: requests.UpdateUnifiedAgentConfigurationRequest): Promise<responses.UpdateUnifiedAgentConfigurationResponse>;
544
545
  }
package/lib/client.js CHANGED
@@ -111,7 +111,7 @@ class LoggingManagementClient {
111
111
  * @param region The region of the service.
112
112
  */
113
113
  set region(region) {
114
- this.endpoint = common.EndpointBuilder.createEndpointFromRegion(LoggingManagementClient.serviceEndpointTemplate, region);
114
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegion(LoggingManagementClient.serviceEndpointTemplate, region, LoggingManagementClient.endpointServiceName);
115
115
  }
116
116
  /**
117
117
  * Sets the regionId to call (ex, 'us-phoenix-1').
@@ -122,7 +122,7 @@ class LoggingManagementClient {
122
122
  * @param regionId The public region ID.
123
123
  */
124
124
  set regionId(regionId) {
125
- this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(LoggingManagementClient.serviceEndpointTemplate, regionId);
125
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(LoggingManagementClient.serviceEndpointTemplate, regionId, LoggingManagementClient.endpointServiceName);
126
126
  }
127
127
  /**
128
128
  * Creates a new LoggingManagementWaiter for resources for this service.
@@ -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.11.0/logging/ChangeLogGroupCompartment.ts.html |here} to see how to use ChangeLogGroupCompartment API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/ChangeLogLogGroup.ts.html |here} to see how to use ChangeLogLogGroup API.
216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/ChangeLogSavedSearchCompartment.ts.html |here} to see how to use ChangeLogSavedSearchCompartment API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/ChangeUnifiedAgentConfigurationCompartment.ts.html |here} to see how to use ChangeUnifiedAgentConfigurationCompartment API.
335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/CreateLog.ts.html |here} to see how to use CreateLog API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/CreateLogGroup.ts.html |here} to see how to use CreateLogGroup API.
458
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/CreateLogSavedSearch.ts.html |here} to see how to use CreateLogSavedSearch API.
516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/CreateUnifiedAgentConfiguration.ts.html |here} to see how to use CreateUnifiedAgentConfiguration API.
577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/DeleteLog.ts.html |here} to see how to use DeleteLog API.
634
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/DeleteLogGroup.ts.html |here} to see how to use DeleteLogGroup API.
693
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/DeleteLogSavedSearch.ts.html |here} to see how to use DeleteLogSavedSearch API.
751
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/DeleteUnifiedAgentConfiguration.ts.html |here} to see how to use DeleteUnifiedAgentConfiguration API.
804
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/DeleteWorkRequest.ts.html |here} to see how to use DeleteWorkRequest API.
863
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/GetLog.ts.html |here} to see how to use GetLog API.
922
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/GetLogGroup.ts.html |here} to see how to use GetLogGroup API.
984
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/GetLogIncludedSearch.ts.html |here} to see how to use GetLogIncludedSearch API.
1045
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/GetLogSavedSearch.ts.html |here} to see how to use GetLogSavedSearch API.
1108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/GetUnifiedAgentConfiguration.ts.html |here} to see how to use GetUnifiedAgentConfiguration API.
1169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/ListLogGroups.ts.html |here} to see how to use ListLogGroups API.
1296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/ListLogIncludedSearches.ts.html |here} to see how to use ListLogIncludedSearches API.
1409
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/ListLogSavedSearches.ts.html |here} to see how to use ListLogSavedSearches API.
1482
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/ListLogs.ts.html |here} to see how to use ListLogs API.
1554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/ListServices.ts.html |here} to see how to use ListServices API.
1670
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/ListUnifiedAgentConfigurations.ts.html |here} to see how to use ListUnifiedAgentConfigurations API.
1734
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1810
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1915
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2020
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/UpdateLog.ts.html |here} to see how to use UpdateLog API.
2134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/UpdateLogGroup.ts.html |here} to see how to use UpdateLogGroup API.
2196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/UpdateLogSavedSearch.ts.html |here} to see how to use UpdateLogSavedSearch API.
2256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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.11.0/logging/UpdateUnifiedAgentConfiguration.ts.html |here} to see how to use UpdateUnifiedAgentConfiguration API.
2321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.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* () {
@@ -2374,4 +2374,5 @@ class LoggingManagementClient {
2374
2374
  }
2375
2375
  exports.LoggingManagementClient = LoggingManagementClient;
2376
2376
  LoggingManagementClient.serviceEndpointTemplate = "https://logging.{region}.oci.{secondLevelDomain}";
2377
+ LoggingManagementClient.endpointServiceName = "";
2377
2378
  //# sourceMappingURL=client.js.map