oci-dataflow 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 (49) hide show
  1. package/lib/client.d.ts +25 -24
  2. package/lib/client.js +27 -26
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/application-summary.d.ts +5 -0
  5. package/lib/model/application-summary.js.map +1 -1
  6. package/lib/model/application-type.d.ts +30 -0
  7. package/lib/model/application-type.js +41 -0
  8. package/lib/model/application-type.js.map +1 -0
  9. package/lib/model/application.d.ts +5 -0
  10. package/lib/model/application.js.map +1 -1
  11. package/lib/model/create-application-details.d.ts +5 -0
  12. package/lib/model/create-application-details.js.map +1 -1
  13. package/lib/model/create-run-details.d.ts +5 -0
  14. package/lib/model/create-run-details.js.map +1 -1
  15. package/lib/model/index.d.ts +2 -0
  16. package/lib/model/index.js +3 -1
  17. package/lib/model/index.js.map +1 -1
  18. package/lib/model/run-lifecycle-state.d.ts +2 -0
  19. package/lib/model/run-lifecycle-state.js +2 -0
  20. package/lib/model/run-lifecycle-state.js.map +1 -1
  21. package/lib/model/run-summary.d.ts +5 -0
  22. package/lib/model/run-summary.js.map +1 -1
  23. package/lib/model/run.d.ts +5 -0
  24. package/lib/model/run.js.map +1 -1
  25. package/lib/request/change-application-compartment-request.d.ts +1 -1
  26. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  27. package/lib/request/change-run-compartment-request.d.ts +1 -1
  28. package/lib/request/create-application-request.d.ts +1 -1
  29. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  30. package/lib/request/create-run-request.d.ts +1 -1
  31. package/lib/request/delete-application-request.d.ts +1 -1
  32. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  33. package/lib/request/delete-run-request.d.ts +1 -1
  34. package/lib/request/get-application-request.d.ts +1 -1
  35. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  36. package/lib/request/get-run-log-request.d.ts +1 -1
  37. package/lib/request/get-run-request.d.ts +1 -1
  38. package/lib/request/get-work-request-request.d.ts +1 -1
  39. package/lib/request/list-applications-request.d.ts +1 -1
  40. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  41. package/lib/request/list-run-logs-request.d.ts +1 -1
  42. package/lib/request/list-runs-request.d.ts +1 -1
  43. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  44. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  45. package/lib/request/list-work-requests-request.d.ts +1 -1
  46. package/lib/request/update-application-request.d.ts +1 -1
  47. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  48. package/lib/request/update-run-request.d.ts +1 -1
  49. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -23,6 +23,7 @@ export declare enum DataFlowApiKeys {
23
23
  */
24
24
  export declare class DataFlowClient {
25
25
  protected static serviceEndpointTemplate: string;
26
+ protected static endpointServiceName: string;
26
27
  protected "_endpoint": string;
27
28
  protected "_defaultHeaders": any;
28
29
  protected "_waiters": DataFlowWaiter;
@@ -76,7 +77,7 @@ export declare class DataFlowClient {
76
77
  * @param ChangeApplicationCompartmentRequest
77
78
  * @return ChangeApplicationCompartmentResponse
78
79
  * @throws OciError when an error occurs
79
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
80
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
80
81
  */
81
82
  changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
82
83
  /**
@@ -86,7 +87,7 @@ export declare class DataFlowClient {
86
87
  * @param ChangePrivateEndpointCompartmentRequest
87
88
  * @return ChangePrivateEndpointCompartmentResponse
88
89
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
90
91
  */
91
92
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest: requests.ChangePrivateEndpointCompartmentRequest): Promise<responses.ChangePrivateEndpointCompartmentResponse>;
92
93
  /**
@@ -99,7 +100,7 @@ export declare class DataFlowClient {
99
100
  * @param ChangeRunCompartmentRequest
100
101
  * @return ChangeRunCompartmentResponse
101
102
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
103
104
  */
104
105
  changeRunCompartment(changeRunCompartmentRequest: requests.ChangeRunCompartmentRequest): Promise<responses.ChangeRunCompartmentResponse>;
105
106
  /**
@@ -109,7 +110,7 @@ export declare class DataFlowClient {
109
110
  * @param CreateApplicationRequest
110
111
  * @return CreateApplicationResponse
111
112
  * @throws OciError when an error occurs
112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
113
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
113
114
  */
114
115
  createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
115
116
  /**
@@ -119,7 +120,7 @@ export declare class DataFlowClient {
119
120
  * @param CreatePrivateEndpointRequest
120
121
  * @return CreatePrivateEndpointResponse
121
122
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
123
124
  */
124
125
  createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
125
126
  /**
@@ -129,7 +130,7 @@ export declare class DataFlowClient {
129
130
  * @param CreateRunRequest
130
131
  * @return CreateRunResponse
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/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
133
134
  */
134
135
  createRun(createRunRequest: requests.CreateRunRequest): Promise<responses.CreateRunResponse>;
135
136
  /**
@@ -139,7 +140,7 @@ export declare class DataFlowClient {
139
140
  * @param DeleteApplicationRequest
140
141
  * @return DeleteApplicationResponse
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/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
143
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
143
144
  */
144
145
  deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
145
146
  /**
@@ -149,7 +150,7 @@ export declare class DataFlowClient {
149
150
  * @param DeletePrivateEndpointRequest
150
151
  * @return DeletePrivateEndpointResponse
151
152
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
153
154
  */
154
155
  deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
155
156
  /**
@@ -160,7 +161,7 @@ export declare class DataFlowClient {
160
161
  * @param DeleteRunRequest
161
162
  * @return DeleteRunResponse
162
163
  * @throws OciError when an error occurs
163
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
164
165
  */
165
166
  deleteRun(deleteRunRequest: requests.DeleteRunRequest): Promise<responses.DeleteRunResponse>;
166
167
  /**
@@ -170,7 +171,7 @@ export declare class DataFlowClient {
170
171
  * @param GetApplicationRequest
171
172
  * @return GetApplicationResponse
172
173
  * @throws OciError when an error occurs
173
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
174
175
  */
175
176
  getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
176
177
  /**
@@ -180,7 +181,7 @@ export declare class DataFlowClient {
180
181
  * @param GetPrivateEndpointRequest
181
182
  * @return GetPrivateEndpointResponse
182
183
  * @throws OciError when an error occurs
183
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
184
185
  */
185
186
  getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
186
187
  /**
@@ -190,7 +191,7 @@ export declare class DataFlowClient {
190
191
  * @param GetRunRequest
191
192
  * @return GetRunResponse
192
193
  * @throws OciError when an error occurs
193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
194
195
  */
195
196
  getRun(getRunRequest: requests.GetRunRequest): Promise<responses.GetRunResponse>;
196
197
  /**
@@ -200,7 +201,7 @@ export declare class DataFlowClient {
200
201
  * @param GetRunLogRequest
201
202
  * @return GetRunLogResponse
202
203
  * @throws OciError when an error occurs
203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
204
205
  */
205
206
  getRunLog(getRunLogRequest: requests.GetRunLogRequest): Promise<responses.GetRunLogResponse>;
206
207
  /**
@@ -210,7 +211,7 @@ export declare class DataFlowClient {
210
211
  * @param GetWorkRequestRequest
211
212
  * @return GetWorkRequestResponse
212
213
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
214
215
  */
215
216
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
216
217
  /**
@@ -220,7 +221,7 @@ export declare class DataFlowClient {
220
221
  * @param ListApplicationsRequest
221
222
  * @return ListApplicationsResponse
222
223
  * @throws OciError when an error occurs
223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
224
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
224
225
  */
225
226
  listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
226
227
  /**
@@ -262,7 +263,7 @@ export declare class DataFlowClient {
262
263
  * @param ListPrivateEndpointsRequest
263
264
  * @return ListPrivateEndpointsResponse
264
265
  * @throws OciError when an error occurs
265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
266
267
  */
267
268
  listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
268
269
  /**
@@ -272,7 +273,7 @@ export declare class DataFlowClient {
272
273
  * @param ListRunLogsRequest
273
274
  * @return ListRunLogsResponse
274
275
  * @throws OciError when an error occurs
275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
276
277
  */
277
278
  listRunLogs(listRunLogsRequest: requests.ListRunLogsRequest): Promise<responses.ListRunLogsResponse>;
278
279
  /**
@@ -314,7 +315,7 @@ export declare class DataFlowClient {
314
315
  * @param ListRunsRequest
315
316
  * @return ListRunsResponse
316
317
  * @throws OciError when an error occurs
317
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
318
319
  */
319
320
  listRuns(listRunsRequest: requests.ListRunsRequest): Promise<responses.ListRunsResponse>;
320
321
  /**
@@ -356,7 +357,7 @@ export declare class DataFlowClient {
356
357
  * @param ListWorkRequestErrorsRequest
357
358
  * @return ListWorkRequestErrorsResponse
358
359
  * @throws OciError when an error occurs
359
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
360
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
360
361
  */
361
362
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
362
363
  /**
@@ -366,7 +367,7 @@ export declare class DataFlowClient {
366
367
  * @param ListWorkRequestLogsRequest
367
368
  * @return ListWorkRequestLogsResponse
368
369
  * @throws OciError when an error occurs
369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
370
371
  */
371
372
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
372
373
  /**
@@ -376,7 +377,7 @@ export declare class DataFlowClient {
376
377
  * @param ListWorkRequestsRequest
377
378
  * @return ListWorkRequestsResponse
378
379
  * @throws OciError when an error occurs
379
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
380
381
  */
381
382
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
382
383
  /**
@@ -386,7 +387,7 @@ export declare class DataFlowClient {
386
387
  * @param UpdateApplicationRequest
387
388
  * @return UpdateApplicationResponse
388
389
  * @throws OciError when an error occurs
389
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
390
391
  */
391
392
  updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
392
393
  /**
@@ -398,7 +399,7 @@ export declare class DataFlowClient {
398
399
  * @param UpdatePrivateEndpointRequest
399
400
  * @return UpdatePrivateEndpointResponse
400
401
  * @throws OciError when an error occurs
401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
402
403
  */
403
404
  updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
404
405
  /**
@@ -408,7 +409,7 @@ export declare class DataFlowClient {
408
409
  * @param UpdateRunRequest
409
410
  * @return UpdateRunResponse
410
411
  * @throws OciError when an error occurs
411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
412
413
  */
413
414
  updateRun(updateRunRequest: requests.UpdateRunRequest): Promise<responses.UpdateRunResponse>;
414
415
  }
package/lib/client.js CHANGED
@@ -112,7 +112,7 @@ class DataFlowClient {
112
112
  * @param region The region of the service.
113
113
  */
114
114
  set region(region) {
115
- this.endpoint = common.EndpointBuilder.createEndpointFromRegion(DataFlowClient.serviceEndpointTemplate, region);
115
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegion(DataFlowClient.serviceEndpointTemplate, region, DataFlowClient.endpointServiceName);
116
116
  }
117
117
  /**
118
118
  * Sets the regionId to call (ex, 'us-phoenix-1').
@@ -123,7 +123,7 @@ class DataFlowClient {
123
123
  * @param regionId The public region ID.
124
124
  */
125
125
  set regionId(regionId) {
126
- this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(DataFlowClient.serviceEndpointTemplate, regionId);
126
+ this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(DataFlowClient.serviceEndpointTemplate, regionId, DataFlowClient.endpointServiceName);
127
127
  }
128
128
  /**
129
129
  * Creates a new DataFlowWaiter for resources for this service.
@@ -154,7 +154,7 @@ class DataFlowClient {
154
154
  * @param ChangeApplicationCompartmentRequest
155
155
  * @return ChangeApplicationCompartmentResponse
156
156
  * @throws OciError when an error occurs
157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
158
158
  */
159
159
  changeApplicationCompartment(changeApplicationCompartmentRequest) {
160
160
  return __awaiter(this, void 0, void 0, function* () {
@@ -210,7 +210,7 @@ class DataFlowClient {
210
210
  * @param ChangePrivateEndpointCompartmentRequest
211
211
  * @return ChangePrivateEndpointCompartmentResponse
212
212
  * @throws OciError when an error occurs
213
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
214
214
  */
215
215
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest) {
216
216
  return __awaiter(this, void 0, void 0, function* () {
@@ -273,7 +273,7 @@ class DataFlowClient {
273
273
  * @param ChangeRunCompartmentRequest
274
274
  * @return ChangeRunCompartmentResponse
275
275
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
277
277
  */
278
278
  changeRunCompartment(changeRunCompartmentRequest) {
279
279
  return __awaiter(this, void 0, void 0, function* () {
@@ -329,7 +329,7 @@ class DataFlowClient {
329
329
  * @param CreateApplicationRequest
330
330
  * @return CreateApplicationResponse
331
331
  * @throws OciError when an error occurs
332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
333
333
  */
334
334
  createApplication(createApplicationRequest) {
335
335
  return __awaiter(this, void 0, void 0, function* () {
@@ -391,7 +391,7 @@ class DataFlowClient {
391
391
  * @param CreatePrivateEndpointRequest
392
392
  * @return CreatePrivateEndpointResponse
393
393
  * @throws OciError when an error occurs
394
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
394
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
395
395
  */
396
396
  createPrivateEndpoint(createPrivateEndpointRequest) {
397
397
  return __awaiter(this, void 0, void 0, function* () {
@@ -463,7 +463,7 @@ class DataFlowClient {
463
463
  * @param CreateRunRequest
464
464
  * @return CreateRunResponse
465
465
  * @throws OciError when an error occurs
466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
466
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
467
467
  */
468
468
  createRun(createRunRequest) {
469
469
  return __awaiter(this, void 0, void 0, function* () {
@@ -525,7 +525,7 @@ class DataFlowClient {
525
525
  * @param DeleteApplicationRequest
526
526
  * @return DeleteApplicationResponse
527
527
  * @throws OciError when an error occurs
528
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
528
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
529
529
  */
530
530
  deleteApplication(deleteApplicationRequest) {
531
531
  return __awaiter(this, void 0, void 0, function* () {
@@ -579,7 +579,7 @@ class DataFlowClient {
579
579
  * @param DeletePrivateEndpointRequest
580
580
  * @return DeletePrivateEndpointResponse
581
581
  * @throws OciError when an error occurs
582
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
582
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
583
583
  */
584
584
  deletePrivateEndpoint(deletePrivateEndpointRequest) {
585
585
  return __awaiter(this, void 0, void 0, function* () {
@@ -639,7 +639,7 @@ class DataFlowClient {
639
639
  * @param DeleteRunRequest
640
640
  * @return DeleteRunResponse
641
641
  * @throws OciError when an error occurs
642
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
642
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
643
643
  */
644
644
  deleteRun(deleteRunRequest) {
645
645
  return __awaiter(this, void 0, void 0, function* () {
@@ -693,7 +693,7 @@ class DataFlowClient {
693
693
  * @param GetApplicationRequest
694
694
  * @return GetApplicationResponse
695
695
  * @throws OciError when an error occurs
696
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
696
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
697
697
  */
698
698
  getApplication(getApplicationRequest) {
699
699
  return __awaiter(this, void 0, void 0, function* () {
@@ -755,7 +755,7 @@ class DataFlowClient {
755
755
  * @param GetPrivateEndpointRequest
756
756
  * @return GetPrivateEndpointResponse
757
757
  * @throws OciError when an error occurs
758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
758
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
759
759
  */
760
760
  getPrivateEndpoint(getPrivateEndpointRequest) {
761
761
  return __awaiter(this, void 0, void 0, function* () {
@@ -817,7 +817,7 @@ class DataFlowClient {
817
817
  * @param GetRunRequest
818
818
  * @return GetRunResponse
819
819
  * @throws OciError when an error occurs
820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
821
821
  */
822
822
  getRun(getRunRequest) {
823
823
  return __awaiter(this, void 0, void 0, function* () {
@@ -879,7 +879,7 @@ class DataFlowClient {
879
879
  * @param GetRunLogRequest
880
880
  * @return GetRunLogResponse
881
881
  * @throws OciError when an error occurs
882
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
882
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
883
883
  */
884
884
  getRunLog(getRunLogRequest) {
885
885
  return __awaiter(this, void 0, void 0, function* () {
@@ -964,7 +964,7 @@ class DataFlowClient {
964
964
  * @param GetWorkRequestRequest
965
965
  * @return GetWorkRequestResponse
966
966
  * @throws OciError when an error occurs
967
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
967
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
968
968
  */
969
969
  getWorkRequest(getWorkRequestRequest) {
970
970
  return __awaiter(this, void 0, void 0, function* () {
@@ -1021,7 +1021,7 @@ class DataFlowClient {
1021
1021
  * @param ListApplicationsRequest
1022
1022
  * @return ListApplicationsResponse
1023
1023
  * @throws OciError when an error occurs
1024
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1024
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1025
1025
  */
1026
1026
  listApplications(listApplicationsRequest) {
1027
1027
  return __awaiter(this, void 0, void 0, function* () {
@@ -1136,7 +1136,7 @@ class DataFlowClient {
1136
1136
  * @param ListPrivateEndpointsRequest
1137
1137
  * @return ListPrivateEndpointsResponse
1138
1138
  * @throws OciError when an error occurs
1139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1140
1140
  */
1141
1141
  listPrivateEndpoints(listPrivateEndpointsRequest) {
1142
1142
  return __awaiter(this, void 0, void 0, function* () {
@@ -1211,7 +1211,7 @@ class DataFlowClient {
1211
1211
  * @param ListRunLogsRequest
1212
1212
  * @return ListRunLogsResponse
1213
1213
  * @throws OciError when an error occurs
1214
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
1214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
1215
1215
  */
1216
1216
  listRunLogs(listRunLogsRequest) {
1217
1217
  return __awaiter(this, void 0, void 0, function* () {
@@ -1321,7 +1321,7 @@ class DataFlowClient {
1321
1321
  * @param ListRunsRequest
1322
1322
  * @return ListRunsResponse
1323
1323
  * @throws OciError when an error occurs
1324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
1324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
1325
1325
  */
1326
1326
  listRuns(listRunsRequest) {
1327
1327
  return __awaiter(this, void 0, void 0, function* () {
@@ -1438,7 +1438,7 @@ class DataFlowClient {
1438
1438
  * @param ListWorkRequestErrorsRequest
1439
1439
  * @return ListWorkRequestErrorsResponse
1440
1440
  * @throws OciError when an error occurs
1441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1442
1442
  */
1443
1443
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1444
1444
  return __awaiter(this, void 0, void 0, function* () {
@@ -1508,7 +1508,7 @@ class DataFlowClient {
1508
1508
  * @param ListWorkRequestLogsRequest
1509
1509
  * @return ListWorkRequestLogsResponse
1510
1510
  * @throws OciError when an error occurs
1511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1512
1512
  */
1513
1513
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1514
1514
  return __awaiter(this, void 0, void 0, function* () {
@@ -1578,7 +1578,7 @@ class DataFlowClient {
1578
1578
  * @param ListWorkRequestsRequest
1579
1579
  * @return ListWorkRequestsResponse
1580
1580
  * @throws OciError when an error occurs
1581
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1581
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1582
1582
  */
1583
1583
  listWorkRequests(listWorkRequestsRequest) {
1584
1584
  return __awaiter(this, void 0, void 0, function* () {
@@ -1647,7 +1647,7 @@ class DataFlowClient {
1647
1647
  * @param UpdateApplicationRequest
1648
1648
  * @return UpdateApplicationResponse
1649
1649
  * @throws OciError when an error occurs
1650
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1650
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
1651
1651
  */
1652
1652
  updateApplication(updateApplicationRequest) {
1653
1653
  return __awaiter(this, void 0, void 0, function* () {
@@ -1713,7 +1713,7 @@ class DataFlowClient {
1713
1713
  * @param UpdatePrivateEndpointRequest
1714
1714
  * @return UpdatePrivateEndpointResponse
1715
1715
  * @throws OciError when an error occurs
1716
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
1716
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
1717
1717
  */
1718
1718
  updatePrivateEndpoint(updatePrivateEndpointRequest) {
1719
1719
  return __awaiter(this, void 0, void 0, function* () {
@@ -1773,7 +1773,7 @@ class DataFlowClient {
1773
1773
  * @param UpdateRunRequest
1774
1774
  * @return UpdateRunResponse
1775
1775
  * @throws OciError when an error occurs
1776
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.11.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
1776
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
1777
1777
  */
1778
1778
  updateRun(updateRunRequest) {
1779
1779
  return __awaiter(this, void 0, void 0, function* () {
@@ -1833,4 +1833,5 @@ class DataFlowClient {
1833
1833
  }
1834
1834
  exports.DataFlowClient = DataFlowClient;
1835
1835
  DataFlowClient.serviceEndpointTemplate = "https://dataflow.{region}.oci.{secondLevelDomain}";
1836
+ DataFlowClient.endpointServiceName = "";
1836
1837
  //# sourceMappingURL=client.js.map