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
@@ -19,6 +19,8 @@ import * as ChangePrivateEndpointCompartmentRequest from "./change-private-endpo
19
19
  export import ChangePrivateEndpointCompartmentRequest = ChangePrivateEndpointCompartmentRequest.ChangePrivateEndpointCompartmentRequest;
20
20
  import * as ChangeRunCompartmentRequest from "./change-run-compartment-request";
21
21
  export import ChangeRunCompartmentRequest = ChangeRunCompartmentRequest.ChangeRunCompartmentRequest;
22
+ import * as ChangeSqlEndpointCompartmentRequest from "./change-sql-endpoint-compartment-request";
23
+ export import ChangeSqlEndpointCompartmentRequest = ChangeSqlEndpointCompartmentRequest.ChangeSqlEndpointCompartmentRequest;
22
24
  import * as CreateApplicationRequest from "./create-application-request";
23
25
  export import CreateApplicationRequest = CreateApplicationRequest.CreateApplicationRequest;
24
26
  import * as CreatePoolRequest from "./create-pool-request";
@@ -27,6 +29,8 @@ import * as CreatePrivateEndpointRequest from "./create-private-endpoint-request
27
29
  export import CreatePrivateEndpointRequest = CreatePrivateEndpointRequest.CreatePrivateEndpointRequest;
28
30
  import * as CreateRunRequest from "./create-run-request";
29
31
  export import CreateRunRequest = CreateRunRequest.CreateRunRequest;
32
+ import * as CreateSqlEndpointRequest from "./create-sql-endpoint-request";
33
+ export import CreateSqlEndpointRequest = CreateSqlEndpointRequest.CreateSqlEndpointRequest;
30
34
  import * as CreateStatementRequest from "./create-statement-request";
31
35
  export import CreateStatementRequest = CreateStatementRequest.CreateStatementRequest;
32
36
  import * as DeleteApplicationRequest from "./delete-application-request";
@@ -37,6 +41,8 @@ import * as DeletePrivateEndpointRequest from "./delete-private-endpoint-request
37
41
  export import DeletePrivateEndpointRequest = DeletePrivateEndpointRequest.DeletePrivateEndpointRequest;
38
42
  import * as DeleteRunRequest from "./delete-run-request";
39
43
  export import DeleteRunRequest = DeleteRunRequest.DeleteRunRequest;
44
+ import * as DeleteSqlEndpointRequest from "./delete-sql-endpoint-request";
45
+ export import DeleteSqlEndpointRequest = DeleteSqlEndpointRequest.DeleteSqlEndpointRequest;
40
46
  import * as DeleteStatementRequest from "./delete-statement-request";
41
47
  export import DeleteStatementRequest = DeleteStatementRequest.DeleteStatementRequest;
42
48
  import * as GetApplicationRequest from "./get-application-request";
@@ -49,6 +55,8 @@ import * as GetRunRequest from "./get-run-request";
49
55
  export import GetRunRequest = GetRunRequest.GetRunRequest;
50
56
  import * as GetRunLogRequest from "./get-run-log-request";
51
57
  export import GetRunLogRequest = GetRunLogRequest.GetRunLogRequest;
58
+ import * as GetSqlEndpointRequest from "./get-sql-endpoint-request";
59
+ export import GetSqlEndpointRequest = GetSqlEndpointRequest.GetSqlEndpointRequest;
52
60
  import * as GetStatementRequest from "./get-statement-request";
53
61
  export import GetStatementRequest = GetStatementRequest.GetStatementRequest;
54
62
  import * as GetWorkRequestRequest from "./get-work-request-request";
@@ -63,6 +71,8 @@ import * as ListRunLogsRequest from "./list-run-logs-request";
63
71
  export import ListRunLogsRequest = ListRunLogsRequest.ListRunLogsRequest;
64
72
  import * as ListRunsRequest from "./list-runs-request";
65
73
  export import ListRunsRequest = ListRunsRequest.ListRunsRequest;
74
+ import * as ListSqlEndpointsRequest from "./list-sql-endpoints-request";
75
+ export import ListSqlEndpointsRequest = ListSqlEndpointsRequest.ListSqlEndpointsRequest;
66
76
  import * as ListStatementsRequest from "./list-statements-request";
67
77
  export import ListStatementsRequest = ListStatementsRequest.ListStatementsRequest;
68
78
  import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
@@ -83,3 +93,5 @@ import * as UpdatePrivateEndpointRequest from "./update-private-endpoint-request
83
93
  export import UpdatePrivateEndpointRequest = UpdatePrivateEndpointRequest.UpdatePrivateEndpointRequest;
84
94
  import * as UpdateRunRequest from "./update-run-request";
85
95
  export import UpdateRunRequest = UpdateRunRequest.UpdateRunRequest;
96
+ import * as UpdateSqlEndpointRequest from "./update-sql-endpoint-request";
97
+ export import UpdateSqlEndpointRequest = UpdateSqlEndpointRequest.UpdateSqlEndpointRequest;
@@ -32,7 +32,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
32
32
  return result;
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.ListStatementsRequest = exports.ListRunsRequest = exports.ListPrivateEndpointsRequest = exports.ListPoolsRequest = exports.ListApplicationsRequest = void 0;
35
+ exports.ListStatementsRequest = exports.ListSqlEndpointsRequest = exports.ListRunsRequest = exports.ListPrivateEndpointsRequest = exports.ListPoolsRequest = exports.ListApplicationsRequest = void 0;
36
36
  const ListApplicationsRequest = __importStar(require("./list-applications-request"));
37
37
  exports.ListApplicationsRequest = ListApplicationsRequest.ListApplicationsRequest;
38
38
  const ListPoolsRequest = __importStar(require("./list-pools-request"));
@@ -41,6 +41,8 @@ const ListPrivateEndpointsRequest = __importStar(require("./list-private-endpoin
41
41
  exports.ListPrivateEndpointsRequest = ListPrivateEndpointsRequest.ListPrivateEndpointsRequest;
42
42
  const ListRunsRequest = __importStar(require("./list-runs-request"));
43
43
  exports.ListRunsRequest = ListRunsRequest.ListRunsRequest;
44
+ const ListSqlEndpointsRequest = __importStar(require("./list-sql-endpoints-request"));
45
+ exports.ListSqlEndpointsRequest = ListSqlEndpointsRequest.ListSqlEndpointsRequest;
44
46
  const ListStatementsRequest = __importStar(require("./list-statements-request"));
45
47
  exports.ListStatementsRequest = ListStatementsRequest.ListStatementsRequest;
46
48
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AA4CH,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AAGpG,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAoDH,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AAGpG,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC"}
@@ -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/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
16
16
  */
17
17
  export interface ListApplicationsRequest extends common.BaseRequest {
18
18
  /**
@@ -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/ListPools.ts.html |here} to see how to use ListPoolsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListPools.ts.html |here} to see how to use ListPoolsRequest.
17
17
  */
18
18
  export interface ListPoolsRequest 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/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpointsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpointsRequest.
17
17
  */
18
18
  export interface ListPrivateEndpointsRequest 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/ListRunLogs.ts.html |here} to see how to use ListRunLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListRunLogs.ts.html |here} to see how to use ListRunLogsRequest.
16
16
  */
17
17
  export interface ListRunLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -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/ListRuns.ts.html |here} to see how to use ListRunsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListRuns.ts.html |here} to see how to use ListRunsRequest.
17
17
  */
18
18
  export interface ListRunsRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,71 @@
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/ListSqlEndpoints.ts.html |here} to see how to use ListSqlEndpointsRequest.
17
+ */
18
+ export interface ListSqlEndpointsRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the compartment in which to query resources.
21
+ */
22
+ "compartmentId"?: string;
23
+ /**
24
+ * The unique id of the SQL Endpoint.
25
+ */
26
+ "sqlEndpointId"?: string;
27
+ /**
28
+ * A filter to return only those resources whose sqlEndpointLifecycleState matches the given sqlEndpointLifecycleState.
29
+ */
30
+ "lifecycleState"?: model.SqlEndpointLifecycleState;
31
+ /**
32
+ * The query parameter for the Spark application name.
33
+ *
34
+ */
35
+ "displayName"?: string;
36
+ /**
37
+ * The maximum number of items that can be returned.
38
+ */
39
+ "limit"?: number;
40
+ /**
41
+ * The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
42
+ */
43
+ "page"?: string;
44
+ /**
45
+ * The ordering of results in ascending or descending order.
46
+ *
47
+ */
48
+ "sortOrder"?: ListSqlEndpointsRequest.SortOrder;
49
+ /**
50
+ * The field to sort by. Only one sort order may be provided. The default order for timeCreated is descending. The default order for displayName is ascending. If no value is specified timeCreated is used by default.
51
+ *
52
+ */
53
+ "sortBy"?: ListSqlEndpointsRequest.SortBy;
54
+ /**
55
+ * Unique identifier for the request. If provided, the returned request ID will include this value.
56
+ * Otherwise, a random request ID will be generated by the service.
57
+ *
58
+ */
59
+ "opcRequestId"?: string;
60
+ }
61
+ export declare namespace ListSqlEndpointsRequest {
62
+ enum SortOrder {
63
+ Asc = "ASC",
64
+ Desc = "DESC"
65
+ }
66
+ enum SortBy {
67
+ Id = "id",
68
+ TimeCreated = "timeCreated",
69
+ DisplayName = "displayName"
70
+ }
71
+ }
@@ -0,0 +1,30 @@
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
+ exports.ListSqlEndpointsRequest = void 0;
16
+ var ListSqlEndpointsRequest;
17
+ (function (ListSqlEndpointsRequest) {
18
+ let SortOrder;
19
+ (function (SortOrder) {
20
+ SortOrder["Asc"] = "ASC";
21
+ SortOrder["Desc"] = "DESC";
22
+ })(SortOrder = ListSqlEndpointsRequest.SortOrder || (ListSqlEndpointsRequest.SortOrder = {}));
23
+ let SortBy;
24
+ (function (SortBy) {
25
+ SortBy["Id"] = "id";
26
+ SortBy["TimeCreated"] = "timeCreated";
27
+ SortBy["DisplayName"] = "displayName";
28
+ })(SortBy = ListSqlEndpointsRequest.SortBy || (ListSqlEndpointsRequest.SortBy = {}));
29
+ })(ListSqlEndpointsRequest = exports.ListSqlEndpointsRequest || (exports.ListSqlEndpointsRequest = {}));
30
+ //# sourceMappingURL=list-sql-endpoints-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-sql-endpoints-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/list-sql-endpoints-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoDH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,iCAAS,KAAT,iCAAS,QAGpB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,mBAAS,CAAA;QACT,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAJW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAIjB;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
@@ -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/ListStatements.ts.html |here} to see how to use ListStatementsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListStatements.ts.html |here} to see how to use ListStatementsRequest.
17
17
  */
18
18
  export interface ListStatementsRequest 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/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest 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/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest 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/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest 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/StartPool.ts.html |here} to see how to use StartPoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/StartPool.ts.html |here} to see how to use StartPoolRequest.
16
16
  */
17
17
  export interface StartPoolRequest 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/StopPool.ts.html |here} to see how to use StopPoolRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/StopPool.ts.html |here} to see how to use StopPoolRequest.
16
16
  */
17
17
  export interface StopPoolRequest extends common.BaseRequest {
18
18
  /**
@@ -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/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/UpdateApplication.ts.html |here} to see how to use UpdateApplicationRequest.
17
17
  */
18
18
  export interface UpdateApplicationRequest 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/UpdatePool.ts.html |here} to see how to use UpdatePoolRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/UpdatePool.ts.html |here} to see how to use UpdatePoolRequest.
17
17
  */
18
18
  export interface UpdatePoolRequest 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/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpointRequest.
17
17
  */
18
18
  export interface UpdatePrivateEndpointRequest 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/UpdateRun.ts.html |here} to see how to use UpdateRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.64.0/dataflow/UpdateRun.ts.html |here} to see how to use UpdateRunRequest.
17
17
  */
18
18
  export interface UpdateRunRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,40 @@
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/UpdateSqlEndpoint.ts.html |here} to see how to use UpdateSqlEndpointRequest.
17
+ */
18
+ export interface UpdateSqlEndpointRequest extends common.BaseRequest {
19
+ /**
20
+ * Details of the Sql Endpoint to be updated.
21
+ */
22
+ "updateSqlEndpointDetails": model.UpdateSqlEndpointDetails;
23
+ /**
24
+ * The unique id of the SQL Endpoint.
25
+ */
26
+ "sqlEndpointId": string;
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
+ }
@@ -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=update-sql-endpoint-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-sql-endpoint-request.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/request/update-sql-endpoint-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
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
+ export interface ChangeSqlEndpointCompartmentResponse {
14
+ /**
15
+ * Unique Oracle assigned identifier for the request.
16
+ * If you need to contact Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle assigned identifier for a work request.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-sql-endpoint-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/response/change-sql-endpoint-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,36 @@
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
+ export interface CreateSqlEndpointResponse {
15
+ /**
16
+ * Unique Oracle assigned identifier for the request.
17
+ * If you need to contact Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * Unique Oracle assigned identifier for a work request.
23
+ *
24
+ */
25
+ "opcWorkRequestId": string;
26
+ /**
27
+ * For optimistic concurrency control.
28
+ * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
29
+ *
30
+ */
31
+ "etag": string;
32
+ /**
33
+ * The returned model.SqlEndpoint instance.
34
+ */
35
+ "sqlEndpoint": model.SqlEndpoint;
36
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-sql-endpoint-response.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/response/create-sql-endpoint-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
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
+ export interface DeleteSqlEndpointResponse {
14
+ /**
15
+ * Unique Oracle assigned identifier for the request.
16
+ * If you need to contact Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * Unique Oracle assigned identifier for a work request.
22
+ *
23
+ */
24
+ "opcWorkRequestId": string;
25
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-sql-endpoint-response.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/response/delete-sql-endpoint-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,31 @@
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
+ export interface GetSqlEndpointResponse {
15
+ /**
16
+ * For optimistic concurrency control.
17
+ * See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
+ *
19
+ */
20
+ "etag": string;
21
+ /**
22
+ * Unique Oracle assigned identifier for the request.
23
+ * If you need to contact Oracle about a particular request, please provide the request ID.
24
+ *
25
+ */
26
+ "opcRequestId": string;
27
+ /**
28
+ * The returned model.SqlEndpoint instance.
29
+ */
30
+ "sqlEndpoint": model.SqlEndpoint;
31
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-sql-endpoint-response.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/response/get-sql-endpoint-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}