oci-dataflow 2.62.3 → 2.64.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 (126) hide show
  1. package/LICENSE.txt +6 -6
  2. package/lib/client.d.ts +93 -36
  3. package/lib/client.js +423 -36
  4. package/lib/client.js.map +1 -1
  5. package/lib/dataflow-waiter.d.ts +8 -0
  6. package/lib/dataflow-waiter.js +12 -0
  7. package/lib/dataflow-waiter.js.map +1 -1
  8. package/lib/model/change-sql-endpoint-compartment-details.d.ts +26 -0
  9. package/lib/model/change-sql-endpoint-compartment-details.js +30 -0
  10. package/lib/model/change-sql-endpoint-compartment-details.js.map +1 -0
  11. package/lib/model/create-sql-endpoint-details.d.ts +100 -0
  12. package/lib/model/create-sql-endpoint-details.js +70 -0
  13. package/lib/model/create-sql-endpoint-details.js.map +1 -0
  14. package/lib/model/index.d.ts +26 -0
  15. package/lib/model/index.js +28 -2
  16. package/lib/model/index.js.map +1 -1
  17. package/lib/model/ip-notation-type.d.ts +31 -0
  18. package/lib/model/ip-notation-type.js +42 -0
  19. package/lib/model/ip-notation-type.js.map +1 -0
  20. package/lib/model/network-type.d.ts +29 -0
  21. package/lib/model/network-type.js +40 -0
  22. package/lib/model/network-type.js.map +1 -0
  23. package/lib/model/secure-access-control-rule.d.ts +35 -0
  24. package/lib/model/secure-access-control-rule.js +30 -0
  25. package/lib/model/secure-access-control-rule.js.map +1 -0
  26. package/lib/model/sql-endpoint-collection.d.ts +27 -0
  27. package/lib/model/sql-endpoint-collection.js +62 -0
  28. package/lib/model/sql-endpoint-collection.js.map +1 -0
  29. package/lib/model/sql-endpoint-lifecycle-state.d.ts +38 -0
  30. package/lib/model/sql-endpoint-lifecycle-state.js +49 -0
  31. package/lib/model/sql-endpoint-lifecycle-state.js.map +1 -0
  32. package/lib/model/sql-endpoint-network-configuration.d.ts +23 -0
  33. package/lib/model/sql-endpoint-network-configuration.js +73 -0
  34. package/lib/model/sql-endpoint-network-configuration.js.map +1 -0
  35. package/lib/model/sql-endpoint-secure-access-config.d.ts +33 -0
  36. package/lib/model/sql-endpoint-secure-access-config.js +67 -0
  37. package/lib/model/sql-endpoint-secure-access-config.js.map +1 -0
  38. package/lib/model/sql-endpoint-summary.d.ts +146 -0
  39. package/lib/model/sql-endpoint-summary.js +70 -0
  40. package/lib/model/sql-endpoint-summary.js.map +1 -0
  41. package/lib/model/sql-endpoint-vcn-config.d.ts +45 -0
  42. package/lib/model/sql-endpoint-vcn-config.js +55 -0
  43. package/lib/model/sql-endpoint-vcn-config.js.map +1 -0
  44. package/lib/model/sql-endpoint.d.ts +141 -0
  45. package/lib/model/sql-endpoint.js +70 -0
  46. package/lib/model/sql-endpoint.js.map +1 -0
  47. package/lib/model/update-sql-endpoint-details.d.ts +41 -0
  48. package/lib/model/update-sql-endpoint-details.js +30 -0
  49. package/lib/model/update-sql-endpoint-details.js.map +1 -0
  50. package/lib/request/change-application-compartment-request.d.ts +1 -1
  51. package/lib/request/change-pool-compartment-request.d.ts +1 -1
  52. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  53. package/lib/request/change-run-compartment-request.d.ts +1 -1
  54. package/lib/request/change-sql-endpoint-compartment-request.d.ts +48 -0
  55. package/lib/request/change-sql-endpoint-compartment-request.js +15 -0
  56. package/lib/request/change-sql-endpoint-compartment-request.js.map +1 -0
  57. package/lib/request/create-application-request.d.ts +1 -1
  58. package/lib/request/create-pool-request.d.ts +1 -1
  59. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  60. package/lib/request/create-run-request.d.ts +1 -1
  61. package/lib/request/create-sql-endpoint-request.d.ts +37 -0
  62. package/lib/request/create-sql-endpoint-request.js +15 -0
  63. package/lib/request/create-sql-endpoint-request.js.map +1 -0
  64. package/lib/request/create-statement-request.d.ts +1 -1
  65. package/lib/request/delete-application-request.d.ts +1 -1
  66. package/lib/request/delete-pool-request.d.ts +1 -1
  67. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  68. package/lib/request/delete-run-request.d.ts +1 -1
  69. package/lib/request/delete-sql-endpoint-request.d.ts +35 -0
  70. package/lib/request/delete-sql-endpoint-request.js +15 -0
  71. package/lib/request/delete-sql-endpoint-request.js.map +1 -0
  72. package/lib/request/delete-statement-request.d.ts +1 -1
  73. package/lib/request/get-application-request.d.ts +1 -1
  74. package/lib/request/get-pool-request.d.ts +1 -1
  75. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  76. package/lib/request/get-run-log-request.d.ts +1 -1
  77. package/lib/request/get-run-request.d.ts +1 -1
  78. package/lib/request/get-sql-endpoint-request.d.ts +28 -0
  79. package/lib/request/get-sql-endpoint-request.js +15 -0
  80. package/lib/request/get-sql-endpoint-request.js.map +1 -0
  81. package/lib/request/get-statement-request.d.ts +1 -1
  82. package/lib/request/get-work-request-request.d.ts +1 -1
  83. package/lib/request/index.d.ts +12 -0
  84. package/lib/request/index.js +3 -1
  85. package/lib/request/index.js.map +1 -1
  86. package/lib/request/list-applications-request.d.ts +1 -1
  87. package/lib/request/list-pools-request.d.ts +1 -1
  88. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  89. package/lib/request/list-run-logs-request.d.ts +1 -1
  90. package/lib/request/list-runs-request.d.ts +1 -1
  91. package/lib/request/list-sql-endpoints-request.d.ts +71 -0
  92. package/lib/request/list-sql-endpoints-request.js +30 -0
  93. package/lib/request/list-sql-endpoints-request.js.map +1 -0
  94. package/lib/request/list-statements-request.d.ts +1 -1
  95. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  96. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  97. package/lib/request/list-work-requests-request.d.ts +1 -1
  98. package/lib/request/start-pool-request.d.ts +1 -1
  99. package/lib/request/stop-pool-request.d.ts +1 -1
  100. package/lib/request/update-application-request.d.ts +1 -1
  101. package/lib/request/update-pool-request.d.ts +1 -1
  102. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  103. package/lib/request/update-run-request.d.ts +1 -1
  104. package/lib/request/update-sql-endpoint-request.d.ts +40 -0
  105. package/lib/request/update-sql-endpoint-request.js +15 -0
  106. package/lib/request/update-sql-endpoint-request.js.map +1 -0
  107. package/lib/response/change-sql-endpoint-compartment-response.d.ts +25 -0
  108. package/lib/response/change-sql-endpoint-compartment-response.js +15 -0
  109. package/lib/response/change-sql-endpoint-compartment-response.js.map +1 -0
  110. package/lib/response/create-sql-endpoint-response.d.ts +36 -0
  111. package/lib/response/create-sql-endpoint-response.js +15 -0
  112. package/lib/response/create-sql-endpoint-response.js.map +1 -0
  113. package/lib/response/delete-sql-endpoint-response.d.ts +25 -0
  114. package/lib/response/delete-sql-endpoint-response.js +15 -0
  115. package/lib/response/delete-sql-endpoint-response.js.map +1 -0
  116. package/lib/response/get-sql-endpoint-response.d.ts +31 -0
  117. package/lib/response/get-sql-endpoint-response.js +15 -0
  118. package/lib/response/get-sql-endpoint-response.js.map +1 -0
  119. package/lib/response/index.d.ts +12 -0
  120. package/lib/response/list-sql-endpoints-response.d.ts +31 -0
  121. package/lib/response/list-sql-endpoints-response.js +15 -0
  122. package/lib/response/list-sql-endpoints-response.js.map +1 -0
  123. package/lib/response/update-sql-endpoint-response.d.ts +25 -0
  124. package/lib/response/update-sql-endpoint-response.js +15 -0
  125. package/lib/response/update-sql-endpoint-response.js.map +1 -0
  126. package/package.json +3 -3
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ /**
3
+ * Data Flow API
4
+ * Use the Data Flow APIs to run any Apache Spark application at any scale without deploying or managing any infrastructure.
5
+
6
+ * OpenAPI spec version: 20200129
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.SqlEndpoint = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var SqlEndpoint;
38
+ (function (SqlEndpoint) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "driverShapeConfig": obj.driverShapeConfig
42
+ ? model.ShapeConfig.getJsonObj(obj.driverShapeConfig)
43
+ : undefined,
44
+ "executorShapeConfig": obj.executorShapeConfig
45
+ ? model.ShapeConfig.getJsonObj(obj.executorShapeConfig)
46
+ : undefined,
47
+ "networkConfiguration": obj.networkConfiguration
48
+ ? model.SqlEndpointNetworkConfiguration.getJsonObj(obj.networkConfiguration)
49
+ : undefined
50
+ });
51
+ return jsonObj;
52
+ }
53
+ SqlEndpoint.getJsonObj = getJsonObj;
54
+ function getDeserializedJsonObj(obj) {
55
+ const jsonObj = Object.assign(Object.assign({}, obj), {
56
+ "driverShapeConfig": obj.driverShapeConfig
57
+ ? model.ShapeConfig.getDeserializedJsonObj(obj.driverShapeConfig)
58
+ : undefined,
59
+ "executorShapeConfig": obj.executorShapeConfig
60
+ ? model.ShapeConfig.getDeserializedJsonObj(obj.executorShapeConfig)
61
+ : undefined,
62
+ "networkConfiguration": obj.networkConfiguration
63
+ ? model.SqlEndpointNetworkConfiguration.getDeserializedJsonObj(obj.networkConfiguration)
64
+ : undefined
65
+ });
66
+ return jsonObj;
67
+ }
68
+ SqlEndpoint.getDeserializedJsonObj = getDeserializedJsonObj;
69
+ })(SqlEndpoint = exports.SqlEndpoint || (exports.SqlEndpoint = {}));
70
+ //# sourceMappingURL=sql-endpoint.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sql-endpoint.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/sql-endpoint.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmHlC,IAAiB,WAAW,CAyC3B;AAzCD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACrD,CAAC,CAAC,SAAS;YAEb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACvD,CAAC,CAAC,SAAS;YAEb,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAC5E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,sBAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACjE,CAAC,CAAC,SAAS;YAEb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACnE,CAAC,CAAC,SAAS;YAEb,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACxF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,kCAAsB,yBAmBrC,CAAA;AACH,CAAC,EAzCgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAyC3B"}
@@ -0,0 +1,41 @@
1
+ /**
2
+ * Data Flow API
3
+ * Use the Data Flow APIs to run any Apache Spark application at any scale without deploying or managing any infrastructure.
4
+
5
+ * OpenAPI spec version: 20200129
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ /**
15
+ * Currently only the tags of a SQL Endpoint can be updated.
16
+ */
17
+ export interface UpdateSqlEndpointDetails {
18
+ /**
19
+ * 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).
20
+ * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
21
+ *
22
+ */
23
+ "definedTags"?: {
24
+ [key: string]: {
25
+ [key: string]: any;
26
+ };
27
+ };
28
+ /**
29
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
30
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
31
+ * Example: `{\"Department\": \"Finance\"}`
32
+ *
33
+ */
34
+ "freeformTags"?: {
35
+ [key: string]: string;
36
+ };
37
+ }
38
+ export declare namespace UpdateSqlEndpointDetails {
39
+ function getJsonObj(obj: UpdateSqlEndpointDetails): object;
40
+ function getDeserializedJsonObj(obj: UpdateSqlEndpointDetails): object;
41
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * Data Flow API
4
+ * Use the Data Flow APIs to run any Apache Spark application at any scale without deploying or managing any infrastructure.
5
+
6
+ * OpenAPI spec version: 20200129
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.UpdateSqlEndpointDetails = void 0;
17
+ var UpdateSqlEndpointDetails;
18
+ (function (UpdateSqlEndpointDetails) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ UpdateSqlEndpointDetails.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ UpdateSqlEndpointDetails.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(UpdateSqlEndpointDetails = exports.UpdateSqlEndpointDetails || (exports.UpdateSqlEndpointDetails = {}));
30
+ //# sourceMappingURL=update-sql-endpoint-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-sql-endpoint-details.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/update-sql-endpoint-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAwBH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeApplicationCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ChangePoolCompartment.ts.html |here} to see how to use ChangePoolCompartmentRequest.
17
17
  */
18
18
  export interface ChangePoolCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartmentRequest.
17
17
  */
18
18
  export interface ChangePrivateEndpointCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ChangeRunCompartment.ts.html |here} to see how to use ChangeRunCompartmentRequest.
17
17
  */
18
18
  export interface ChangeRunCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,48 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200129
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ChangeSqlEndpointCompartment.ts.html |here} to see how to use ChangeSqlEndpointCompartmentRequest.
17
+ */
18
+ export interface ChangeSqlEndpointCompartmentRequest extends common.BaseRequest {
19
+ /**
20
+ * The unique id of the SQL Endpoint.
21
+ */
22
+ "sqlEndpointId": string;
23
+ /**
24
+ * The details to change the compartment of the Sql Endpoint.
25
+ */
26
+ "changeSqlEndpointCompartmentDetails": model.ChangeSqlEndpointCompartmentDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource,
29
+ * set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
30
+ * The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
+ *
32
+ */
33
+ "ifMatch"?: string;
34
+ /**
35
+ * Unique identifier for the request. If provided, the returned request ID will include this value.
36
+ * Otherwise, a random request ID will be generated by the service.
37
+ *
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or server error
42
+ * without risk of executing that same action again. Retry tokens expire after 24 hours,
43
+ * but can be invalidated before then due to conflicting operations.
44
+ * For example, if a resource has been deleted and purged from the system, then a retry of the original creation request may be rejected.
45
+ *
46
+ */
47
+ "opcRetryToken"?: string;
48
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200129
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-sql-endpoint-compartment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-sql-endpoint-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/change-sql-endpoint-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
17
17
  */
18
18
  export interface CreateApplicationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/CreatePool.ts.html |here} to see how to use CreatePoolRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/CreatePool.ts.html |here} to see how to use CreatePoolRequest.
17
17
  */
18
18
  export interface CreatePoolRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpointRequest.
17
17
  */
18
18
  export interface CreatePrivateEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/CreateRun.ts.html |here} to see how to use CreateRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/CreateRun.ts.html |here} to see how to use CreateRunRequest.
17
17
  */
18
18
  export interface CreateRunRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,37 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200129
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/CreateSqlEndpoint.ts.html |here} to see how to use CreateSqlEndpointRequest.
17
+ */
18
+ export interface CreateSqlEndpointRequest extends common.BaseRequest {
19
+ /**
20
+ * Details of the new Sql Endpoint.
21
+ */
22
+ "createSqlEndpointDetails": model.CreateSqlEndpointDetails;
23
+ /**
24
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or server error
25
+ * without risk of executing that same action again. Retry tokens expire after 24 hours,
26
+ * but can be invalidated before then due to conflicting operations.
27
+ * For example, if a resource has been deleted and purged from the system, then a retry of the original creation request may be rejected.
28
+ *
29
+ */
30
+ "opcRetryToken"?: string;
31
+ /**
32
+ * Unique identifier for the request. If provided, the returned request ID will include this value.
33
+ * Otherwise, a random request ID will be generated by the service.
34
+ *
35
+ */
36
+ "opcRequestId"?: string;
37
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200129
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-sql-endpoint-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-sql-endpoint-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/create-sql-endpoint-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatementRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/CreateStatement.ts.html |here} to see how to use CreateStatementRequest.
17
17
  */
18
18
  export interface CreateStatementRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
16
16
  */
17
17
  export interface DeleteApplicationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/DeletePool.ts.html |here} to see how to use DeletePoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/DeletePool.ts.html |here} to see how to use DeletePoolRequest.
16
16
  */
17
17
  export interface DeletePoolRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpointRequest.
16
16
  */
17
17
  export interface DeletePrivateEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/DeleteRun.ts.html |here} to see how to use DeleteRunRequest.
16
16
  */
17
17
  export interface DeleteRunRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,35 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200129
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/DeleteSqlEndpoint.ts.html |here} to see how to use DeleteSqlEndpointRequest.
16
+ */
17
+ export interface DeleteSqlEndpointRequest extends common.BaseRequest {
18
+ /**
19
+ * The unique id of the SQL Endpoint.
20
+ */
21
+ "sqlEndpointId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource,
24
+ * set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource.
25
+ * The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.
26
+ *
27
+ */
28
+ "ifMatch"?: string;
29
+ /**
30
+ * Unique identifier for the request. If provided, the returned request ID will include this value.
31
+ * Otherwise, a random request ID will be generated by the service.
32
+ *
33
+ */
34
+ "opcRequestId"?: string;
35
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200129
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-sql-endpoint-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-sql-endpoint-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/delete-sql-endpoint-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatementRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/DeleteStatement.ts.html |here} to see how to use DeleteStatementRequest.
16
16
  */
17
17
  export interface DeleteStatementRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
16
16
  */
17
17
  export interface GetApplicationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/GetPool.ts.html |here} to see how to use GetPoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/GetPool.ts.html |here} to see how to use GetPoolRequest.
16
16
  */
17
17
  export interface GetPoolRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpointRequest.
16
16
  */
17
17
  export interface GetPrivateEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLogRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/GetRunLog.ts.html |here} to see how to use GetRunLogRequest.
16
16
  */
17
17
  export interface GetRunLogRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/GetRun.ts.html |here} to see how to use GetRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/GetRun.ts.html |here} to see how to use GetRunRequest.
16
16
  */
17
17
  export interface GetRunRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,28 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200129
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/GetSqlEndpoint.ts.html |here} to see how to use GetSqlEndpointRequest.
16
+ */
17
+ export interface GetSqlEndpointRequest extends common.BaseRequest {
18
+ /**
19
+ * The unique id of the SQL Endpoint.
20
+ */
21
+ "sqlEndpointId": string;
22
+ /**
23
+ * Unique identifier for the request. If provided, the returned request ID will include this value.
24
+ * Otherwise, a random request ID will be generated by the service.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200129
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-sql-endpoint-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-sql-endpoint-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/get-sql-endpoint-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/GetStatement.ts.html |here} to see how to use GetStatementRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/GetStatement.ts.html |here} to see how to use GetStatementRequest.
16
16
  */
17
17
  export interface GetStatementRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.62.3/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**