oci-dataflow 2.102.2 → 2.103.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 (94) hide show
  1. package/lib/client.d.ts +45 -45
  2. package/lib/client.js +45 -45
  3. package/lib/model/application-summary.d.ts +2 -2
  4. package/lib/model/application.d.ts +6 -6
  5. package/lib/model/create-application-details.d.ts +6 -6
  6. package/lib/model/create-pool-details.d.ts +2 -2
  7. package/lib/model/create-private-endpoint-details.d.ts +2 -2
  8. package/lib/model/create-run-details.d.ts +5 -5
  9. package/lib/model/create-sql-endpoint-details.d.ts +2 -2
  10. package/lib/model/pool-summary.d.ts +2 -2
  11. package/lib/model/pool.d.ts +2 -2
  12. package/lib/model/private-endpoint-summary.d.ts +2 -2
  13. package/lib/model/private-endpoint.d.ts +2 -2
  14. package/lib/model/run-summary.d.ts +2 -2
  15. package/lib/model/run.d.ts +6 -6
  16. package/lib/model/shape-config.d.ts +1 -1
  17. package/lib/model/sql-endpoint-summary.d.ts +3 -3
  18. package/lib/model/sql-endpoint.d.ts +3 -3
  19. package/lib/model/update-application-details.d.ts +6 -6
  20. package/lib/model/update-pool-details.d.ts +2 -2
  21. package/lib/model/update-private-endpoint-details.d.ts +2 -2
  22. package/lib/model/update-run-details.d.ts +2 -2
  23. package/lib/model/update-sql-endpoint-details.d.ts +2 -2
  24. package/lib/request/cascading-delete-application-request.d.ts +1 -1
  25. package/lib/request/change-application-compartment-request.d.ts +1 -1
  26. package/lib/request/change-pool-compartment-request.d.ts +1 -1
  27. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  28. package/lib/request/change-run-compartment-request.d.ts +1 -1
  29. package/lib/request/change-sql-endpoint-compartment-request.d.ts +1 -1
  30. package/lib/request/create-application-request.d.ts +1 -1
  31. package/lib/request/create-pool-request.d.ts +1 -1
  32. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  33. package/lib/request/create-run-request.d.ts +1 -1
  34. package/lib/request/create-sql-endpoint-request.d.ts +1 -1
  35. package/lib/request/create-statement-request.d.ts +1 -1
  36. package/lib/request/delete-application-request.d.ts +1 -1
  37. package/lib/request/delete-pool-request.d.ts +1 -1
  38. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  39. package/lib/request/delete-run-request.d.ts +1 -1
  40. package/lib/request/delete-sql-endpoint-request.d.ts +1 -1
  41. package/lib/request/delete-statement-request.d.ts +1 -1
  42. package/lib/request/get-application-request.d.ts +1 -1
  43. package/lib/request/get-pool-request.d.ts +1 -1
  44. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  45. package/lib/request/get-run-log-request.d.ts +1 -1
  46. package/lib/request/get-run-request.d.ts +1 -1
  47. package/lib/request/get-sql-endpoint-request.d.ts +1 -1
  48. package/lib/request/get-statement-request.d.ts +1 -1
  49. package/lib/request/get-work-request-request.d.ts +1 -1
  50. package/lib/request/list-applications-request.d.ts +1 -1
  51. package/lib/request/list-pools-request.d.ts +1 -1
  52. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  53. package/lib/request/list-run-logs-request.d.ts +1 -1
  54. package/lib/request/list-runs-request.d.ts +1 -1
  55. package/lib/request/list-sql-endpoints-request.d.ts +1 -1
  56. package/lib/request/list-statements-request.d.ts +1 -1
  57. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  58. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  59. package/lib/request/list-work-requests-request.d.ts +1 -1
  60. package/lib/request/start-pool-request.d.ts +1 -1
  61. package/lib/request/start-sql-endpoint-request.d.ts +1 -1
  62. package/lib/request/stop-pool-request.d.ts +1 -1
  63. package/lib/request/stop-sql-endpoint-request.d.ts +1 -1
  64. package/lib/request/update-application-request.d.ts +1 -1
  65. package/lib/request/update-pool-request.d.ts +1 -1
  66. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  67. package/lib/request/update-run-request.d.ts +1 -1
  68. package/lib/request/update-sql-endpoint-request.d.ts +1 -1
  69. package/lib/response/create-application-response.d.ts +1 -1
  70. package/lib/response/create-pool-response.d.ts +1 -1
  71. package/lib/response/create-private-endpoint-response.d.ts +1 -1
  72. package/lib/response/create-run-response.d.ts +1 -1
  73. package/lib/response/create-sql-endpoint-response.d.ts +1 -1
  74. package/lib/response/create-statement-response.d.ts +1 -1
  75. package/lib/response/get-application-response.d.ts +1 -1
  76. package/lib/response/get-pool-response.d.ts +1 -1
  77. package/lib/response/get-private-endpoint-response.d.ts +1 -1
  78. package/lib/response/get-run-log-response.d.ts +1 -1
  79. package/lib/response/get-run-response.d.ts +1 -1
  80. package/lib/response/get-sql-endpoint-response.d.ts +1 -1
  81. package/lib/response/get-statement-response.d.ts +1 -1
  82. package/lib/response/list-applications-response.d.ts +2 -2
  83. package/lib/response/list-pools-response.d.ts +2 -2
  84. package/lib/response/list-private-endpoints-response.d.ts +2 -2
  85. package/lib/response/list-run-logs-response.d.ts +2 -2
  86. package/lib/response/list-runs-response.d.ts +2 -2
  87. package/lib/response/list-sql-endpoints-response.d.ts +1 -1
  88. package/lib/response/list-statements-response.d.ts +2 -2
  89. package/lib/response/list-work-request-errors-response.d.ts +2 -2
  90. package/lib/response/list-work-request-logs-response.d.ts +2 -2
  91. package/lib/response/list-work-requests-response.d.ts +2 -2
  92. package/lib/response/update-application-response.d.ts +1 -1
  93. package/lib/response/update-run-response.d.ts +1 -1
  94. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -216,7 +216,7 @@ class DataFlowClient {
216
216
  * @param CascadingDeleteApplicationRequest
217
217
  * @return CascadingDeleteApplicationResponse
218
218
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CascadingDeleteApplication.ts.html |here} to see how to use CascadingDeleteApplication API.
219
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CascadingDeleteApplication.ts.html |here} to see how to use CascadingDeleteApplication API.
220
220
  */
221
221
  cascadingDeleteApplication(cascadingDeleteApplicationRequest) {
222
222
  return __awaiter(this, void 0, void 0, function* () {
@@ -278,7 +278,7 @@ class DataFlowClient {
278
278
  * @param ChangeApplicationCompartmentRequest
279
279
  * @return ChangeApplicationCompartmentResponse
280
280
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
281
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
282
282
  */
283
283
  changeApplicationCompartment(changeApplicationCompartmentRequest) {
284
284
  return __awaiter(this, void 0, void 0, function* () {
@@ -339,7 +339,7 @@ class DataFlowClient {
339
339
  * @param ChangePoolCompartmentRequest
340
340
  * @return ChangePoolCompartmentResponse
341
341
  * @throws OciError when an error occurs
342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
342
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartment API.
343
343
  */
344
344
  changePoolCompartment(changePoolCompartmentRequest) {
345
345
  return __awaiter(this, void 0, void 0, function* () {
@@ -397,7 +397,7 @@ class DataFlowClient {
397
397
  * @param ChangePrivateEndpointCompartmentRequest
398
398
  * @return ChangePrivateEndpointCompartmentResponse
399
399
  * @throws OciError when an error occurs
400
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
400
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
401
401
  */
402
402
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest) {
403
403
  return __awaiter(this, void 0, void 0, function* () {
@@ -462,7 +462,7 @@ class DataFlowClient {
462
462
  * @param ChangeRunCompartmentRequest
463
463
  * @return ChangeRunCompartmentResponse
464
464
  * @throws OciError when an error occurs
465
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
465
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartment API.
466
466
  */
467
467
  changeRunCompartment(changeRunCompartmentRequest) {
468
468
  return __awaiter(this, void 0, void 0, function* () {
@@ -519,7 +519,7 @@ class DataFlowClient {
519
519
  * @param ChangeSqlEndpointCompartmentRequest
520
520
  * @return ChangeSqlEndpointCompartmentResponse
521
521
  * @throws OciError when an error occurs
522
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
522
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartment API.
523
523
  */
524
524
  changeSqlEndpointCompartment(changeSqlEndpointCompartmentRequest) {
525
525
  return __awaiter(this, void 0, void 0, function* () {
@@ -582,7 +582,7 @@ class DataFlowClient {
582
582
  * @param CreateApplicationRequest
583
583
  * @return CreateApplicationResponse
584
584
  * @throws OciError when an error occurs
585
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
585
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplication API.
586
586
  */
587
587
  createApplication(createApplicationRequest) {
588
588
  return __awaiter(this, void 0, void 0, function* () {
@@ -646,7 +646,7 @@ class DataFlowClient {
646
646
  * @param CreatePoolRequest
647
647
  * @return CreatePoolResponse
648
648
  * @throws OciError when an error occurs
649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
649
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreatePool.ts.html |here} to see how to use CreatePool API.
650
650
  */
651
651
  createPool(createPoolRequest) {
652
652
  return __awaiter(this, void 0, void 0, function* () {
@@ -720,7 +720,7 @@ class DataFlowClient {
720
720
  * @param CreatePrivateEndpointRequest
721
721
  * @return CreatePrivateEndpointResponse
722
722
  * @throws OciError when an error occurs
723
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
723
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
724
724
  */
725
725
  createPrivateEndpoint(createPrivateEndpointRequest) {
726
726
  return __awaiter(this, void 0, void 0, function* () {
@@ -794,7 +794,7 @@ class DataFlowClient {
794
794
  * @param CreateRunRequest
795
795
  * @return CreateRunResponse
796
796
  * @throws OciError when an error occurs
797
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
797
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreateRun.ts.html |here} to see how to use CreateRun API.
798
798
  */
799
799
  createRun(createRunRequest) {
800
800
  return __awaiter(this, void 0, void 0, function* () {
@@ -858,7 +858,7 @@ class DataFlowClient {
858
858
  * @param CreateSqlEndpointRequest
859
859
  * @return CreateSqlEndpointResponse
860
860
  * @throws OciError when an error occurs
861
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
861
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpoint API.
862
862
  */
863
863
  createSqlEndpoint(createSqlEndpointRequest) {
864
864
  return __awaiter(this, void 0, void 0, function* () {
@@ -927,7 +927,7 @@ class DataFlowClient {
927
927
  * @param CreateStatementRequest
928
928
  * @return CreateStatementResponse
929
929
  * @throws OciError when an error occurs
930
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
930
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatement API.
931
931
  */
932
932
  createStatement(createStatementRequest) {
933
933
  return __awaiter(this, void 0, void 0, function* () {
@@ -992,7 +992,7 @@ class DataFlowClient {
992
992
  * @param DeleteApplicationRequest
993
993
  * @return DeleteApplicationResponse
994
994
  * @throws OciError when an error occurs
995
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
995
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
996
996
  */
997
997
  deleteApplication(deleteApplicationRequest) {
998
998
  return __awaiter(this, void 0, void 0, function* () {
@@ -1048,7 +1048,7 @@ class DataFlowClient {
1048
1048
  * @param DeletePoolRequest
1049
1049
  * @return DeletePoolResponse
1050
1050
  * @throws OciError when an error occurs
1051
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
1051
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeletePool.ts.html |here} to see how to use DeletePool API.
1052
1052
  */
1053
1053
  deletePool(deletePoolRequest) {
1054
1054
  return __awaiter(this, void 0, void 0, function* () {
@@ -1104,7 +1104,7 @@ class DataFlowClient {
1104
1104
  * @param DeletePrivateEndpointRequest
1105
1105
  * @return DeletePrivateEndpointResponse
1106
1106
  * @throws OciError when an error occurs
1107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
1107
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
1108
1108
  */
1109
1109
  deletePrivateEndpoint(deletePrivateEndpointRequest) {
1110
1110
  return __awaiter(this, void 0, void 0, function* () {
@@ -1166,7 +1166,7 @@ class DataFlowClient {
1166
1166
  * @param DeleteRunRequest
1167
1167
  * @return DeleteRunResponse
1168
1168
  * @throws OciError when an error occurs
1169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
1169
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRun API.
1170
1170
  */
1171
1171
  deleteRun(deleteRunRequest) {
1172
1172
  return __awaiter(this, void 0, void 0, function* () {
@@ -1221,7 +1221,7 @@ class DataFlowClient {
1221
1221
  * @param DeleteSqlEndpointRequest
1222
1222
  * @return DeleteSqlEndpointResponse
1223
1223
  * @throws OciError when an error occurs
1224
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
1224
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpoint API.
1225
1225
  */
1226
1226
  deleteSqlEndpoint(deleteSqlEndpointRequest) {
1227
1227
  return __awaiter(this, void 0, void 0, function* () {
@@ -1282,7 +1282,7 @@ class DataFlowClient {
1282
1282
  * @param DeleteStatementRequest
1283
1283
  * @return DeleteStatementResponse
1284
1284
  * @throws OciError when an error occurs
1285
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
1285
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatement API.
1286
1286
  */
1287
1287
  deleteStatement(deleteStatementRequest) {
1288
1288
  return __awaiter(this, void 0, void 0, function* () {
@@ -1339,7 +1339,7 @@ class DataFlowClient {
1339
1339
  * @param GetApplicationRequest
1340
1340
  * @return GetApplicationResponse
1341
1341
  * @throws OciError when an error occurs
1342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
1342
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetApplication.ts.html |here} to see how to use GetApplication API.
1343
1343
  */
1344
1344
  getApplication(getApplicationRequest) {
1345
1345
  return __awaiter(this, void 0, void 0, function* () {
@@ -1403,7 +1403,7 @@ class DataFlowClient {
1403
1403
  * @param GetPoolRequest
1404
1404
  * @return GetPoolResponse
1405
1405
  * @throws OciError when an error occurs
1406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
1406
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetPool.ts.html |here} to see how to use GetPool API.
1407
1407
  */
1408
1408
  getPool(getPoolRequest) {
1409
1409
  return __awaiter(this, void 0, void 0, function* () {
@@ -1467,7 +1467,7 @@ class DataFlowClient {
1467
1467
  * @param GetPrivateEndpointRequest
1468
1468
  * @return GetPrivateEndpointResponse
1469
1469
  * @throws OciError when an error occurs
1470
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
1470
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
1471
1471
  */
1472
1472
  getPrivateEndpoint(getPrivateEndpointRequest) {
1473
1473
  return __awaiter(this, void 0, void 0, function* () {
@@ -1531,7 +1531,7 @@ class DataFlowClient {
1531
1531
  * @param GetRunRequest
1532
1532
  * @return GetRunResponse
1533
1533
  * @throws OciError when an error occurs
1534
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
1534
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetRun.ts.html |here} to see how to use GetRun API.
1535
1535
  */
1536
1536
  getRun(getRunRequest) {
1537
1537
  return __awaiter(this, void 0, void 0, function* () {
@@ -1595,7 +1595,7 @@ class DataFlowClient {
1595
1595
  * @param GetRunLogRequest
1596
1596
  * @return GetRunLogResponse
1597
1597
  * @throws OciError when an error occurs
1598
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
1598
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLog API.
1599
1599
  */
1600
1600
  getRunLog(getRunLogRequest) {
1601
1601
  return __awaiter(this, void 0, void 0, function* () {
@@ -1681,7 +1681,7 @@ class DataFlowClient {
1681
1681
  * @param GetSqlEndpointRequest
1682
1682
  * @return GetSqlEndpointResponse
1683
1683
  * @throws OciError when an error occurs
1684
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
1684
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpoint API.
1685
1685
  */
1686
1686
  getSqlEndpoint(getSqlEndpointRequest) {
1687
1687
  return __awaiter(this, void 0, void 0, function* () {
@@ -1745,7 +1745,7 @@ class DataFlowClient {
1745
1745
  * @param GetStatementRequest
1746
1746
  * @return GetStatementResponse
1747
1747
  * @throws OciError when an error occurs
1748
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
1748
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetStatement.ts.html |here} to see how to use GetStatement API.
1749
1749
  */
1750
1750
  getStatement(getStatementRequest) {
1751
1751
  return __awaiter(this, void 0, void 0, function* () {
@@ -1810,7 +1810,7 @@ class DataFlowClient {
1810
1810
  * @param GetWorkRequestRequest
1811
1811
  * @return GetWorkRequestResponse
1812
1812
  * @throws OciError when an error occurs
1813
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1813
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1814
1814
  */
1815
1815
  getWorkRequest(getWorkRequestRequest) {
1816
1816
  return __awaiter(this, void 0, void 0, function* () {
@@ -1869,7 +1869,7 @@ class DataFlowClient {
1869
1869
  * @param ListApplicationsRequest
1870
1870
  * @return ListApplicationsResponse
1871
1871
  * @throws OciError when an error occurs
1872
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1872
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListApplications.ts.html |here} to see how to use ListApplications API.
1873
1873
  */
1874
1874
  listApplications(listApplicationsRequest) {
1875
1875
  return __awaiter(this, void 0, void 0, function* () {
@@ -1986,7 +1986,7 @@ class DataFlowClient {
1986
1986
  * @param ListPoolsRequest
1987
1987
  * @return ListPoolsResponse
1988
1988
  * @throws OciError when an error occurs
1989
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
1989
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListPools.ts.html |here} to see how to use ListPools API.
1990
1990
  */
1991
1991
  listPools(listPoolsRequest) {
1992
1992
  return __awaiter(this, void 0, void 0, function* () {
@@ -2063,7 +2063,7 @@ class DataFlowClient {
2063
2063
  * @param ListPrivateEndpointsRequest
2064
2064
  * @return ListPrivateEndpointsResponse
2065
2065
  * @throws OciError when an error occurs
2066
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
2066
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
2067
2067
  */
2068
2068
  listPrivateEndpoints(listPrivateEndpointsRequest) {
2069
2069
  return __awaiter(this, void 0, void 0, function* () {
@@ -2140,7 +2140,7 @@ class DataFlowClient {
2140
2140
  * @param ListRunLogsRequest
2141
2141
  * @return ListRunLogsResponse
2142
2142
  * @throws OciError when an error occurs
2143
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
2143
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogs API.
2144
2144
  */
2145
2145
  listRunLogs(listRunLogsRequest) {
2146
2146
  return __awaiter(this, void 0, void 0, function* () {
@@ -2252,7 +2252,7 @@ class DataFlowClient {
2252
2252
  * @param ListRunsRequest
2253
2253
  * @return ListRunsResponse
2254
2254
  * @throws OciError when an error occurs
2255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
2255
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListRuns.ts.html |here} to see how to use ListRuns API.
2256
2256
  */
2257
2257
  listRuns(listRunsRequest) {
2258
2258
  return __awaiter(this, void 0, void 0, function* () {
@@ -2374,7 +2374,7 @@ class DataFlowClient {
2374
2374
  * @param ListSqlEndpointsRequest
2375
2375
  * @return ListSqlEndpointsResponse
2376
2376
  * @throws OciError when an error occurs
2377
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
2377
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpoints API.
2378
2378
  */
2379
2379
  listSqlEndpoints(listSqlEndpointsRequest) {
2380
2380
  return __awaiter(this, void 0, void 0, function* () {
@@ -2445,7 +2445,7 @@ class DataFlowClient {
2445
2445
  * @param ListStatementsRequest
2446
2446
  * @return ListStatementsResponse
2447
2447
  * @throws OciError when an error occurs
2448
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
2448
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListStatements.ts.html |here} to see how to use ListStatements API.
2449
2449
  */
2450
2450
  listStatements(listStatementsRequest) {
2451
2451
  return __awaiter(this, void 0, void 0, function* () {
@@ -2520,7 +2520,7 @@ class DataFlowClient {
2520
2520
  * @param ListWorkRequestErrorsRequest
2521
2521
  * @return ListWorkRequestErrorsResponse
2522
2522
  * @throws OciError when an error occurs
2523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2523
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
2524
2524
  */
2525
2525
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
2526
2526
  return __awaiter(this, void 0, void 0, function* () {
@@ -2592,7 +2592,7 @@ class DataFlowClient {
2592
2592
  * @param ListWorkRequestLogsRequest
2593
2593
  * @return ListWorkRequestLogsResponse
2594
2594
  * @throws OciError when an error occurs
2595
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2595
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2596
2596
  */
2597
2597
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2598
2598
  return __awaiter(this, void 0, void 0, function* () {
@@ -2664,7 +2664,7 @@ class DataFlowClient {
2664
2664
  * @param ListWorkRequestsRequest
2665
2665
  * @return ListWorkRequestsResponse
2666
2666
  * @throws OciError when an error occurs
2667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2667
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2668
2668
  */
2669
2669
  listWorkRequests(listWorkRequestsRequest) {
2670
2670
  return __awaiter(this, void 0, void 0, function* () {
@@ -2735,7 +2735,7 @@ class DataFlowClient {
2735
2735
  * @param StartPoolRequest
2736
2736
  * @return StartPoolResponse
2737
2737
  * @throws OciError when an error occurs
2738
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
2738
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StartPool.ts.html |here} to see how to use StartPool API.
2739
2739
  */
2740
2740
  startPool(startPoolRequest) {
2741
2741
  return __awaiter(this, void 0, void 0, function* () {
@@ -2796,7 +2796,7 @@ class DataFlowClient {
2796
2796
  * @param StartSqlEndpointRequest
2797
2797
  * @return StartSqlEndpointResponse
2798
2798
  * @throws OciError when an error occurs
2799
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StartSqlEndpoint.ts.html |here} to see how to use StartSqlEndpoint API.
2799
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StartSqlEndpoint.ts.html |here} to see how to use StartSqlEndpoint API.
2800
2800
  */
2801
2801
  startSqlEndpoint(startSqlEndpointRequest) {
2802
2802
  return __awaiter(this, void 0, void 0, function* () {
@@ -2858,7 +2858,7 @@ class DataFlowClient {
2858
2858
  * @param StopPoolRequest
2859
2859
  * @return StopPoolResponse
2860
2860
  * @throws OciError when an error occurs
2861
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
2861
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StopPool.ts.html |here} to see how to use StopPool API.
2862
2862
  */
2863
2863
  stopPool(stopPoolRequest) {
2864
2864
  return __awaiter(this, void 0, void 0, function* () {
@@ -2919,7 +2919,7 @@ class DataFlowClient {
2919
2919
  * @param StopSqlEndpointRequest
2920
2920
  * @return StopSqlEndpointResponse
2921
2921
  * @throws OciError when an error occurs
2922
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StopSqlEndpoint.ts.html |here} to see how to use StopSqlEndpoint API.
2922
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/StopSqlEndpoint.ts.html |here} to see how to use StopSqlEndpoint API.
2923
2923
  */
2924
2924
  stopSqlEndpoint(stopSqlEndpointRequest) {
2925
2925
  return __awaiter(this, void 0, void 0, function* () {
@@ -2981,7 +2981,7 @@ class DataFlowClient {
2981
2981
  * @param UpdateApplicationRequest
2982
2982
  * @return UpdateApplicationResponse
2983
2983
  * @throws OciError when an error occurs
2984
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
2984
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
2985
2985
  */
2986
2986
  updateApplication(updateApplicationRequest) {
2987
2987
  return __awaiter(this, void 0, void 0, function* () {
@@ -3049,7 +3049,7 @@ class DataFlowClient {
3049
3049
  * @param UpdatePoolRequest
3050
3050
  * @return UpdatePoolResponse
3051
3051
  * @throws OciError when an error occurs
3052
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
3052
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePool API.
3053
3053
  */
3054
3054
  updatePool(updatePoolRequest) {
3055
3055
  return __awaiter(this, void 0, void 0, function* () {
@@ -3113,7 +3113,7 @@ class DataFlowClient {
3113
3113
  * @param UpdatePrivateEndpointRequest
3114
3114
  * @return UpdatePrivateEndpointResponse
3115
3115
  * @throws OciError when an error occurs
3116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
3116
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
3117
3117
  */
3118
3118
  updatePrivateEndpoint(updatePrivateEndpointRequest) {
3119
3119
  return __awaiter(this, void 0, void 0, function* () {
@@ -3175,7 +3175,7 @@ class DataFlowClient {
3175
3175
  * @param UpdateRunRequest
3176
3176
  * @return UpdateRunResponse
3177
3177
  * @throws OciError when an error occurs
3178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
3178
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRun API.
3179
3179
  */
3180
3180
  updateRun(updateRunRequest) {
3181
3181
  return __awaiter(this, void 0, void 0, function* () {
@@ -3240,7 +3240,7 @@ class DataFlowClient {
3240
3240
  * @param UpdateSqlEndpointRequest
3241
3241
  * @return UpdateSqlEndpointResponse
3242
3242
  * @throws OciError when an error occurs
3243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
3243
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/dataflow/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpoint API.
3244
3244
  */
3245
3245
  updateSqlEndpoint(updateSqlEndpointRequest) {
3246
3246
  return __awaiter(this, void 0, void 0, function* () {
@@ -23,7 +23,7 @@ export interface ApplicationSummary {
23
23
  */
24
24
  "compartmentId": string;
25
25
  /**
26
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
26
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
27
27
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
28
28
  *
29
29
  */
@@ -39,7 +39,7 @@ export interface ApplicationSummary {
39
39
  "displayName": string;
40
40
  /**
41
41
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
42
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
42
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
43
43
  * Example: {@code {\"Department\": \"Finance\"}}
44
44
  *
45
45
  */
@@ -20,7 +20,7 @@ export interface Application {
20
20
  "applicationLogConfig"?: model.ApplicationLogConfig;
21
21
  /**
22
22
  * A comma separated list of one or more archive files as Oracle Cloud Infrastructure URIs. For example, {@code oci://path/to/a.zip,oci://path/to/b.zip}. An Oracle Cloud Infrastructure URI of an archive.zip file containing custom dependencies that may be used to support the execution of a Python, Java, or Scala application.
23
- * See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
23
+ * See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
24
24
  *
25
25
  */
26
26
  "archiveUri"?: string;
@@ -58,7 +58,7 @@ export interface Application {
58
58
  */
59
59
  "compartmentId": string;
60
60
  /**
61
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
61
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
62
62
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
63
63
  *
64
64
  */
@@ -100,13 +100,13 @@ export interface Application {
100
100
  "executorShapeConfig"?: model.ShapeConfig;
101
101
  /**
102
102
  * An Oracle Cloud Infrastructure URI of the file containing the application to execute.
103
- * See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
103
+ * See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
104
104
  *
105
105
  */
106
106
  "fileUri": string;
107
107
  /**
108
108
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
109
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
109
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
110
110
  * Example: {@code {\"Department\": \"Finance\"}}
111
111
  *
112
112
  */
@@ -130,7 +130,7 @@ export interface Application {
130
130
  "lifecycleState": model.ApplicationLifecycleState;
131
131
  /**
132
132
  * An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
133
- * See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
133
+ * See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
134
134
  *
135
135
  */
136
136
  "logsBucketUri"?: string;
@@ -198,7 +198,7 @@ export interface Application {
198
198
  /**
199
199
  * An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory
200
200
  * for BATCH SQL runs.
201
- * See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
201
+ * See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
202
202
  *
203
203
  */
204
204
  "warehouseBucketUri"?: string;
@@ -19,7 +19,7 @@ import * as model from "../model";
19
19
  export interface CreateApplicationDetails {
20
20
  /**
21
21
  * A comma separated list of one or more archive files as Oracle Cloud Infrastructure URIs. For example, {@code oci://path/to/a.zip,oci://path/to/b.zip}. An Oracle Cloud Infrastructure URI of an archive.zip file containing custom dependencies that may be used to support the execution of a Python, Java, or Scala application.
22
- * See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
22
+ * See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
23
23
  *
24
24
  */
25
25
  "archiveUri"?: string;
@@ -58,7 +58,7 @@ export interface CreateApplicationDetails {
58
58
  [key: string]: string;
59
59
  };
60
60
  /**
61
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
61
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
62
62
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
63
63
  *
64
64
  */
@@ -100,13 +100,13 @@ export interface CreateApplicationDetails {
100
100
  "executorShapeConfig"?: model.ShapeConfig;
101
101
  /**
102
102
  * An Oracle Cloud Infrastructure URI of the file containing the application to execute.
103
- * See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
103
+ * See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
104
104
  *
105
105
  */
106
106
  "fileUri"?: string;
107
107
  /**
108
108
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
109
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
109
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
110
110
  * Example: {@code {\"Department\": \"Finance\"}}
111
111
  *
112
112
  */
@@ -120,7 +120,7 @@ export interface CreateApplicationDetails {
120
120
  "language": model.ApplicationLanguage;
121
121
  /**
122
122
  * An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
123
- * See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
123
+ * See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
124
124
  *
125
125
  */
126
126
  "logsBucketUri"?: string;
@@ -165,7 +165,7 @@ export interface CreateApplicationDetails {
165
165
  /**
166
166
  * An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory
167
167
  * for BATCH SQL runs.
168
- * See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
168
+ * See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
169
169
  *
170
170
  */
171
171
  "warehouseBucketUri"?: string;
@@ -50,7 +50,7 @@ export interface CreatePoolDetails {
50
50
  "idleTimeoutInMinutes"?: number;
51
51
  /**
52
52
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
53
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
53
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
54
54
  * Example: {@code {\"Department\": \"Finance\"}}
55
55
  *
56
56
  */
@@ -58,7 +58,7 @@ export interface CreatePoolDetails {
58
58
  [key: string]: string;
59
59
  };
60
60
  /**
61
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
61
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
62
62
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
63
63
  *
64
64
  */
@@ -23,7 +23,7 @@ export interface CreatePrivateEndpointDetails {
23
23
  */
24
24
  "compartmentId": string;
25
25
  /**
26
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
26
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
27
27
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
28
28
  *
29
29
  */
@@ -50,7 +50,7 @@ export interface CreatePrivateEndpointDetails {
50
50
  "dnsZones": Array<string>;
51
51
  /**
52
52
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
53
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
53
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
54
54
  * Example: {@code {\"Department\": \"Finance\"}}
55
55
  *
56
56
  */
@@ -58,7 +58,7 @@ export interface CreateRunDetails {
58
58
  "applicationId"?: string;
59
59
  /**
60
60
  * A comma separated list of one or more archive files as Oracle Cloud Infrastructure URIs. For example, {@code oci://path/to/a.zip,oci://path/to/b.zip}. An Oracle Cloud Infrastructure URI of an archive.zip file containing custom dependencies that may be used to support the execution of a Python, Java, or Scala application.
61
- * See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
61
+ * See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
62
62
  *
63
63
  */
64
64
  "archiveUri"?: string;
@@ -91,7 +91,7 @@ export interface CreateRunDetails {
91
91
  [key: string]: string;
92
92
  };
93
93
  /**
94
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
94
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
95
95
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
96
96
  *
97
97
  */
@@ -128,7 +128,7 @@ export interface CreateRunDetails {
128
128
  "executorShapeConfig"?: model.ShapeConfig;
129
129
  /**
130
130
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
131
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
131
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
132
132
  * Example: {@code {\"Department\": \"Finance\"}}
133
133
  *
134
134
  */
@@ -137,7 +137,7 @@ export interface CreateRunDetails {
137
137
  };
138
138
  /**
139
139
  * An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
140
- * See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
140
+ * See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
141
141
  *
142
142
  */
143
143
  "logsBucketUri"?: string;
@@ -177,7 +177,7 @@ export interface CreateRunDetails {
177
177
  /**
178
178
  * An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory
179
179
  * for BATCH SQL runs.
180
- * See https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
180
+ * See https://docs.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#uriformat.
181
181
  *
182
182
  */
183
183
  "warehouseBucketUri"?: string;
@@ -64,7 +64,7 @@ export interface CreateSqlEndpointDetails {
64
64
  "warehouseBucketUri": string;
65
65
  /**
66
66
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
67
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
67
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
68
68
  * Example: {@code {\"Department\": \"Finance\"}}
69
69
  *
70
70
  */
@@ -72,7 +72,7 @@ export interface CreateSqlEndpointDetails {
72
72
  [key: string]: string;
73
73
  };
74
74
  /**
75
- * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
75
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
76
76
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
77
77
  *
78
78
  */