oci-dataflow 2.62.3 → 2.63.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 (125) hide show
  1. package/lib/client.d.ts +93 -36
  2. package/lib/client.js +423 -36
  3. package/lib/client.js.map +1 -1
  4. package/lib/dataflow-waiter.d.ts +8 -0
  5. package/lib/dataflow-waiter.js +12 -0
  6. package/lib/dataflow-waiter.js.map +1 -1
  7. package/lib/model/change-sql-endpoint-compartment-details.d.ts +26 -0
  8. package/lib/model/change-sql-endpoint-compartment-details.js +30 -0
  9. package/lib/model/change-sql-endpoint-compartment-details.js.map +1 -0
  10. package/lib/model/create-sql-endpoint-details.d.ts +100 -0
  11. package/lib/model/create-sql-endpoint-details.js +70 -0
  12. package/lib/model/create-sql-endpoint-details.js.map +1 -0
  13. package/lib/model/index.d.ts +26 -0
  14. package/lib/model/index.js +28 -2
  15. package/lib/model/index.js.map +1 -1
  16. package/lib/model/ip-notation-type.d.ts +31 -0
  17. package/lib/model/ip-notation-type.js +42 -0
  18. package/lib/model/ip-notation-type.js.map +1 -0
  19. package/lib/model/network-type.d.ts +29 -0
  20. package/lib/model/network-type.js +40 -0
  21. package/lib/model/network-type.js.map +1 -0
  22. package/lib/model/secure-access-control-rule.d.ts +35 -0
  23. package/lib/model/secure-access-control-rule.js +30 -0
  24. package/lib/model/secure-access-control-rule.js.map +1 -0
  25. package/lib/model/sql-endpoint-collection.d.ts +27 -0
  26. package/lib/model/sql-endpoint-collection.js +62 -0
  27. package/lib/model/sql-endpoint-collection.js.map +1 -0
  28. package/lib/model/sql-endpoint-lifecycle-state.d.ts +38 -0
  29. package/lib/model/sql-endpoint-lifecycle-state.js +49 -0
  30. package/lib/model/sql-endpoint-lifecycle-state.js.map +1 -0
  31. package/lib/model/sql-endpoint-network-configuration.d.ts +23 -0
  32. package/lib/model/sql-endpoint-network-configuration.js +73 -0
  33. package/lib/model/sql-endpoint-network-configuration.js.map +1 -0
  34. package/lib/model/sql-endpoint-secure-access-config.d.ts +33 -0
  35. package/lib/model/sql-endpoint-secure-access-config.js +67 -0
  36. package/lib/model/sql-endpoint-secure-access-config.js.map +1 -0
  37. package/lib/model/sql-endpoint-summary.d.ts +146 -0
  38. package/lib/model/sql-endpoint-summary.js +70 -0
  39. package/lib/model/sql-endpoint-summary.js.map +1 -0
  40. package/lib/model/sql-endpoint-vcn-config.d.ts +45 -0
  41. package/lib/model/sql-endpoint-vcn-config.js +55 -0
  42. package/lib/model/sql-endpoint-vcn-config.js.map +1 -0
  43. package/lib/model/sql-endpoint.d.ts +141 -0
  44. package/lib/model/sql-endpoint.js +70 -0
  45. package/lib/model/sql-endpoint.js.map +1 -0
  46. package/lib/model/update-sql-endpoint-details.d.ts +41 -0
  47. package/lib/model/update-sql-endpoint-details.js +30 -0
  48. package/lib/model/update-sql-endpoint-details.js.map +1 -0
  49. package/lib/request/change-application-compartment-request.d.ts +1 -1
  50. package/lib/request/change-pool-compartment-request.d.ts +1 -1
  51. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  52. package/lib/request/change-run-compartment-request.d.ts +1 -1
  53. package/lib/request/change-sql-endpoint-compartment-request.d.ts +48 -0
  54. package/lib/request/change-sql-endpoint-compartment-request.js +15 -0
  55. package/lib/request/change-sql-endpoint-compartment-request.js.map +1 -0
  56. package/lib/request/create-application-request.d.ts +1 -1
  57. package/lib/request/create-pool-request.d.ts +1 -1
  58. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  59. package/lib/request/create-run-request.d.ts +1 -1
  60. package/lib/request/create-sql-endpoint-request.d.ts +37 -0
  61. package/lib/request/create-sql-endpoint-request.js +15 -0
  62. package/lib/request/create-sql-endpoint-request.js.map +1 -0
  63. package/lib/request/create-statement-request.d.ts +1 -1
  64. package/lib/request/delete-application-request.d.ts +1 -1
  65. package/lib/request/delete-pool-request.d.ts +1 -1
  66. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  67. package/lib/request/delete-run-request.d.ts +1 -1
  68. package/lib/request/delete-sql-endpoint-request.d.ts +35 -0
  69. package/lib/request/delete-sql-endpoint-request.js +15 -0
  70. package/lib/request/delete-sql-endpoint-request.js.map +1 -0
  71. package/lib/request/delete-statement-request.d.ts +1 -1
  72. package/lib/request/get-application-request.d.ts +1 -1
  73. package/lib/request/get-pool-request.d.ts +1 -1
  74. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  75. package/lib/request/get-run-log-request.d.ts +1 -1
  76. package/lib/request/get-run-request.d.ts +1 -1
  77. package/lib/request/get-sql-endpoint-request.d.ts +28 -0
  78. package/lib/request/get-sql-endpoint-request.js +15 -0
  79. package/lib/request/get-sql-endpoint-request.js.map +1 -0
  80. package/lib/request/get-statement-request.d.ts +1 -1
  81. package/lib/request/get-work-request-request.d.ts +1 -1
  82. package/lib/request/index.d.ts +12 -0
  83. package/lib/request/index.js +3 -1
  84. package/lib/request/index.js.map +1 -1
  85. package/lib/request/list-applications-request.d.ts +1 -1
  86. package/lib/request/list-pools-request.d.ts +1 -1
  87. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  88. package/lib/request/list-run-logs-request.d.ts +1 -1
  89. package/lib/request/list-runs-request.d.ts +1 -1
  90. package/lib/request/list-sql-endpoints-request.d.ts +71 -0
  91. package/lib/request/list-sql-endpoints-request.js +30 -0
  92. package/lib/request/list-sql-endpoints-request.js.map +1 -0
  93. package/lib/request/list-statements-request.d.ts +1 -1
  94. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  95. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  96. package/lib/request/list-work-requests-request.d.ts +1 -1
  97. package/lib/request/start-pool-request.d.ts +1 -1
  98. package/lib/request/stop-pool-request.d.ts +1 -1
  99. package/lib/request/update-application-request.d.ts +1 -1
  100. package/lib/request/update-pool-request.d.ts +1 -1
  101. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  102. package/lib/request/update-run-request.d.ts +1 -1
  103. package/lib/request/update-sql-endpoint-request.d.ts +40 -0
  104. package/lib/request/update-sql-endpoint-request.js +15 -0
  105. package/lib/request/update-sql-endpoint-request.js.map +1 -0
  106. package/lib/response/change-sql-endpoint-compartment-response.d.ts +25 -0
  107. package/lib/response/change-sql-endpoint-compartment-response.js +15 -0
  108. package/lib/response/change-sql-endpoint-compartment-response.js.map +1 -0
  109. package/lib/response/create-sql-endpoint-response.d.ts +36 -0
  110. package/lib/response/create-sql-endpoint-response.js +15 -0
  111. package/lib/response/create-sql-endpoint-response.js.map +1 -0
  112. package/lib/response/delete-sql-endpoint-response.d.ts +25 -0
  113. package/lib/response/delete-sql-endpoint-response.js +15 -0
  114. package/lib/response/delete-sql-endpoint-response.js.map +1 -0
  115. package/lib/response/get-sql-endpoint-response.d.ts +31 -0
  116. package/lib/response/get-sql-endpoint-response.js +15 -0
  117. package/lib/response/get-sql-endpoint-response.js.map +1 -0
  118. package/lib/response/index.d.ts +12 -0
  119. package/lib/response/list-sql-endpoints-response.d.ts +31 -0
  120. package/lib/response/list-sql-endpoints-response.js +15 -0
  121. package/lib/response/list-sql-endpoints-response.js.map +1 -0
  122. package/lib/response/update-sql-endpoint-response.d.ts +25 -0
  123. package/lib/response/update-sql-endpoint-response.js +15 -0
  124. package/lib/response/update-sql-endpoint-response.js.map +1 -0
  125. package/package.json +3 -3
@@ -33,6 +33,8 @@ import * as ChangePrivateEndpointCompartmentDetails from "./change-private-endpo
33
33
  export import ChangePrivateEndpointCompartmentDetails = ChangePrivateEndpointCompartmentDetails.ChangePrivateEndpointCompartmentDetails;
34
34
  import * as ChangeRunCompartmentDetails from "./change-run-compartment-details";
35
35
  export import ChangeRunCompartmentDetails = ChangeRunCompartmentDetails.ChangeRunCompartmentDetails;
36
+ import * as ChangeSqlEndpointCompartmentDetails from "./change-sql-endpoint-compartment-details";
37
+ export import ChangeSqlEndpointCompartmentDetails = ChangeSqlEndpointCompartmentDetails.ChangeSqlEndpointCompartmentDetails;
36
38
  import * as CreateApplicationDetails from "./create-application-details";
37
39
  export import CreateApplicationDetails = CreateApplicationDetails.CreateApplicationDetails;
38
40
  import * as CreatePoolDetails from "./create-pool-details";
@@ -41,10 +43,16 @@ import * as CreatePrivateEndpointDetails from "./create-private-endpoint-details
41
43
  export import CreatePrivateEndpointDetails = CreatePrivateEndpointDetails.CreatePrivateEndpointDetails;
42
44
  import * as CreateRunDetails from "./create-run-details";
43
45
  export import CreateRunDetails = CreateRunDetails.CreateRunDetails;
46
+ import * as CreateSqlEndpointDetails from "./create-sql-endpoint-details";
47
+ export import CreateSqlEndpointDetails = CreateSqlEndpointDetails.CreateSqlEndpointDetails;
44
48
  import * as CreateStatementDetails from "./create-statement-details";
45
49
  export import CreateStatementDetails = CreateStatementDetails.CreateStatementDetails;
46
50
  import * as DayOfWeek from "./day-of-week";
47
51
  export import DayOfWeek = DayOfWeek.DayOfWeek;
52
+ import * as IpNotationType from "./ip-notation-type";
53
+ export import IpNotationType = IpNotationType.IpNotationType;
54
+ import * as NetworkType from "./network-type";
55
+ export import NetworkType = NetworkType.NetworkType;
48
56
  import * as NodeCount from "./node-count";
49
57
  export import NodeCount = NodeCount.NodeCount;
50
58
  import * as Pool from "./pool";
@@ -79,8 +87,20 @@ import * as RunSummary from "./run-summary";
79
87
  export import RunSummary = RunSummary.RunSummary;
80
88
  import * as Scan from "./scan";
81
89
  export import Scan = Scan.Scan;
90
+ import * as SecureAccessControlRule from "./secure-access-control-rule";
91
+ export import SecureAccessControlRule = SecureAccessControlRule.SecureAccessControlRule;
82
92
  import * as ShapeConfig from "./shape-config";
83
93
  export import ShapeConfig = ShapeConfig.ShapeConfig;
94
+ import * as SqlEndpoint from "./sql-endpoint";
95
+ export import SqlEndpoint = SqlEndpoint.SqlEndpoint;
96
+ import * as SqlEndpointCollection from "./sql-endpoint-collection";
97
+ export import SqlEndpointCollection = SqlEndpointCollection.SqlEndpointCollection;
98
+ import * as SqlEndpointLifecycleState from "./sql-endpoint-lifecycle-state";
99
+ export import SqlEndpointLifecycleState = SqlEndpointLifecycleState.SqlEndpointLifecycleState;
100
+ import * as SqlEndpointNetworkConfiguration from "./sql-endpoint-network-configuration";
101
+ export import SqlEndpointNetworkConfiguration = SqlEndpointNetworkConfiguration.SqlEndpointNetworkConfiguration;
102
+ import * as SqlEndpointSummary from "./sql-endpoint-summary";
103
+ export import SqlEndpointSummary = SqlEndpointSummary.SqlEndpointSummary;
84
104
  import * as Statement from "./statement";
85
105
  export import Statement = Statement.Statement;
86
106
  import * as StatementCollection from "./statement-collection";
@@ -101,6 +121,8 @@ import * as UpdatePrivateEndpointDetails from "./update-private-endpoint-details
101
121
  export import UpdatePrivateEndpointDetails = UpdatePrivateEndpointDetails.UpdatePrivateEndpointDetails;
102
122
  import * as UpdateRunDetails from "./update-run-details";
103
123
  export import UpdateRunDetails = UpdateRunDetails.UpdateRunDetails;
124
+ import * as UpdateSqlEndpointDetails from "./update-sql-endpoint-details";
125
+ export import UpdateSqlEndpointDetails = UpdateSqlEndpointDetails.UpdateSqlEndpointDetails;
104
126
  import * as WorkRequest from "./work-request";
105
127
  export import WorkRequest = WorkRequest.WorkRequest;
106
128
  import * as WorkRequestCollection from "./work-request-collection";
@@ -123,6 +145,10 @@ import * as WorkRequestSummary from "./work-request-summary";
123
145
  export import WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
124
146
  import * as ImagePngStatementOutputData from "./image-png-statement-output-data";
125
147
  export import ImagePngStatementOutputData = ImagePngStatementOutputData.ImagePngStatementOutputData;
148
+ import * as SqlEndpointSecureAccessConfig from "./sql-endpoint-secure-access-config";
149
+ export import SqlEndpointSecureAccessConfig = SqlEndpointSecureAccessConfig.SqlEndpointSecureAccessConfig;
150
+ import * as SqlEndpointVcnConfig from "./sql-endpoint-vcn-config";
151
+ export import SqlEndpointVcnConfig = SqlEndpointVcnConfig.SqlEndpointVcnConfig;
126
152
  import * as TextHtmlStatementOutputData from "./text-html-statement-output-data";
127
153
  export import TextHtmlStatementOutputData = TextHtmlStatementOutputData.TextHtmlStatementOutputData;
128
154
  import * as TextPlainStatementOutputData from "./text-plain-statement-output-data";
@@ -32,8 +32,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
32
32
  return result;
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.WorkRequestLog = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequestCollection = exports.WorkRequest = exports.UpdateRunDetails = exports.UpdatePrivateEndpointDetails = exports.UpdatePoolDetails = exports.UpdateApplicationDetails = exports.StatementSummary = exports.StatementOutputData = exports.StatementOutput = exports.StatementLifecycleState = exports.StatementCollection = exports.Statement = exports.ShapeConfig = exports.Scan = exports.RunSummary = exports.RunLogSummary = exports.RunLifecycleState = exports.Run = exports.PrivateEndpointSummary = exports.PrivateEndpointLifecycleState = exports.PrivateEndpointCollection = exports.PrivateEndpoint = exports.PoolSummary = exports.PoolSchedule = exports.PoolMetrics = exports.PoolLifecycleState = exports.PoolConfig = exports.PoolCollection = exports.Pool = exports.NodeCount = exports.DayOfWeek = exports.CreateStatementDetails = exports.CreateRunDetails = exports.CreatePrivateEndpointDetails = exports.CreatePoolDetails = exports.CreateApplicationDetails = exports.ChangeRunCompartmentDetails = exports.ChangePrivateEndpointCompartmentDetails = exports.ChangePoolCompartmentDetails = exports.ChangeApplicationCompartmentDetails = exports.ApplicationType = exports.ApplicationSummary = exports.ApplicationParameter = exports.ApplicationLogConfig = exports.ApplicationLifecycleState = exports.ApplicationLanguage = exports.Application = void 0;
36
- exports.TextPlainStatementOutputData = exports.TextHtmlStatementOutputData = exports.ImagePngStatementOutputData = exports.WorkRequestSummary = exports.WorkRequestStatus = exports.WorkRequestResource = exports.WorkRequestOperation = exports.WorkRequestLogCollection = void 0;
35
+ exports.StatementOutputData = exports.StatementOutput = exports.StatementLifecycleState = exports.StatementCollection = exports.Statement = exports.SqlEndpointSummary = exports.SqlEndpointNetworkConfiguration = exports.SqlEndpointLifecycleState = exports.SqlEndpointCollection = exports.SqlEndpoint = exports.ShapeConfig = exports.SecureAccessControlRule = exports.Scan = exports.RunSummary = exports.RunLogSummary = exports.RunLifecycleState = exports.Run = exports.PrivateEndpointSummary = exports.PrivateEndpointLifecycleState = exports.PrivateEndpointCollection = exports.PrivateEndpoint = exports.PoolSummary = exports.PoolSchedule = exports.PoolMetrics = exports.PoolLifecycleState = exports.PoolConfig = exports.PoolCollection = exports.Pool = exports.NodeCount = exports.NetworkType = exports.IpNotationType = exports.DayOfWeek = exports.CreateStatementDetails = exports.CreateSqlEndpointDetails = exports.CreateRunDetails = exports.CreatePrivateEndpointDetails = exports.CreatePoolDetails = exports.CreateApplicationDetails = exports.ChangeSqlEndpointCompartmentDetails = exports.ChangeRunCompartmentDetails = exports.ChangePrivateEndpointCompartmentDetails = exports.ChangePoolCompartmentDetails = exports.ChangeApplicationCompartmentDetails = exports.ApplicationType = exports.ApplicationSummary = exports.ApplicationParameter = exports.ApplicationLogConfig = exports.ApplicationLifecycleState = exports.ApplicationLanguage = exports.Application = void 0;
36
+ exports.TextPlainStatementOutputData = exports.TextHtmlStatementOutputData = exports.SqlEndpointVcnConfig = exports.SqlEndpointSecureAccessConfig = exports.ImagePngStatementOutputData = exports.WorkRequestSummary = exports.WorkRequestStatus = exports.WorkRequestResource = exports.WorkRequestOperation = exports.WorkRequestLogCollection = exports.WorkRequestLog = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequestCollection = exports.WorkRequest = exports.UpdateSqlEndpointDetails = exports.UpdateRunDetails = exports.UpdatePrivateEndpointDetails = exports.UpdatePoolDetails = exports.UpdateApplicationDetails = exports.StatementSummary = void 0;
37
37
  const Application = __importStar(require("./application"));
38
38
  exports.Application = Application.Application;
39
39
  const ApplicationLanguage = __importStar(require("./application-language"));
@@ -56,6 +56,8 @@ const ChangePrivateEndpointCompartmentDetails = __importStar(require("./change-p
56
56
  exports.ChangePrivateEndpointCompartmentDetails = ChangePrivateEndpointCompartmentDetails.ChangePrivateEndpointCompartmentDetails;
57
57
  const ChangeRunCompartmentDetails = __importStar(require("./change-run-compartment-details"));
58
58
  exports.ChangeRunCompartmentDetails = ChangeRunCompartmentDetails.ChangeRunCompartmentDetails;
59
+ const ChangeSqlEndpointCompartmentDetails = __importStar(require("./change-sql-endpoint-compartment-details"));
60
+ exports.ChangeSqlEndpointCompartmentDetails = ChangeSqlEndpointCompartmentDetails.ChangeSqlEndpointCompartmentDetails;
59
61
  const CreateApplicationDetails = __importStar(require("./create-application-details"));
60
62
  exports.CreateApplicationDetails = CreateApplicationDetails.CreateApplicationDetails;
61
63
  const CreatePoolDetails = __importStar(require("./create-pool-details"));
@@ -64,10 +66,16 @@ const CreatePrivateEndpointDetails = __importStar(require("./create-private-endp
64
66
  exports.CreatePrivateEndpointDetails = CreatePrivateEndpointDetails.CreatePrivateEndpointDetails;
65
67
  const CreateRunDetails = __importStar(require("./create-run-details"));
66
68
  exports.CreateRunDetails = CreateRunDetails.CreateRunDetails;
69
+ const CreateSqlEndpointDetails = __importStar(require("./create-sql-endpoint-details"));
70
+ exports.CreateSqlEndpointDetails = CreateSqlEndpointDetails.CreateSqlEndpointDetails;
67
71
  const CreateStatementDetails = __importStar(require("./create-statement-details"));
68
72
  exports.CreateStatementDetails = CreateStatementDetails.CreateStatementDetails;
69
73
  const DayOfWeek = __importStar(require("./day-of-week"));
70
74
  exports.DayOfWeek = DayOfWeek.DayOfWeek;
75
+ const IpNotationType = __importStar(require("./ip-notation-type"));
76
+ exports.IpNotationType = IpNotationType.IpNotationType;
77
+ const NetworkType = __importStar(require("./network-type"));
78
+ exports.NetworkType = NetworkType.NetworkType;
71
79
  const NodeCount = __importStar(require("./node-count"));
72
80
  exports.NodeCount = NodeCount.NodeCount;
73
81
  const Pool = __importStar(require("./pool"));
@@ -102,8 +110,20 @@ const RunSummary = __importStar(require("./run-summary"));
102
110
  exports.RunSummary = RunSummary.RunSummary;
103
111
  const Scan = __importStar(require("./scan"));
104
112
  exports.Scan = Scan.Scan;
113
+ const SecureAccessControlRule = __importStar(require("./secure-access-control-rule"));
114
+ exports.SecureAccessControlRule = SecureAccessControlRule.SecureAccessControlRule;
105
115
  const ShapeConfig = __importStar(require("./shape-config"));
106
116
  exports.ShapeConfig = ShapeConfig.ShapeConfig;
117
+ const SqlEndpoint = __importStar(require("./sql-endpoint"));
118
+ exports.SqlEndpoint = SqlEndpoint.SqlEndpoint;
119
+ const SqlEndpointCollection = __importStar(require("./sql-endpoint-collection"));
120
+ exports.SqlEndpointCollection = SqlEndpointCollection.SqlEndpointCollection;
121
+ const SqlEndpointLifecycleState = __importStar(require("./sql-endpoint-lifecycle-state"));
122
+ exports.SqlEndpointLifecycleState = SqlEndpointLifecycleState.SqlEndpointLifecycleState;
123
+ const SqlEndpointNetworkConfiguration = __importStar(require("./sql-endpoint-network-configuration"));
124
+ exports.SqlEndpointNetworkConfiguration = SqlEndpointNetworkConfiguration.SqlEndpointNetworkConfiguration;
125
+ const SqlEndpointSummary = __importStar(require("./sql-endpoint-summary"));
126
+ exports.SqlEndpointSummary = SqlEndpointSummary.SqlEndpointSummary;
107
127
  const Statement = __importStar(require("./statement"));
108
128
  exports.Statement = Statement.Statement;
109
129
  const StatementCollection = __importStar(require("./statement-collection"));
@@ -124,6 +144,8 @@ const UpdatePrivateEndpointDetails = __importStar(require("./update-private-endp
124
144
  exports.UpdatePrivateEndpointDetails = UpdatePrivateEndpointDetails.UpdatePrivateEndpointDetails;
125
145
  const UpdateRunDetails = __importStar(require("./update-run-details"));
126
146
  exports.UpdateRunDetails = UpdateRunDetails.UpdateRunDetails;
147
+ const UpdateSqlEndpointDetails = __importStar(require("./update-sql-endpoint-details"));
148
+ exports.UpdateSqlEndpointDetails = UpdateSqlEndpointDetails.UpdateSqlEndpointDetails;
127
149
  const WorkRequest = __importStar(require("./work-request"));
128
150
  exports.WorkRequest = WorkRequest.WorkRequest;
129
151
  const WorkRequestCollection = __importStar(require("./work-request-collection"));
@@ -146,6 +168,10 @@ const WorkRequestSummary = __importStar(require("./work-request-summary"));
146
168
  exports.WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
147
169
  const ImagePngStatementOutputData = __importStar(require("./image-png-statement-output-data"));
148
170
  exports.ImagePngStatementOutputData = ImagePngStatementOutputData.ImagePngStatementOutputData;
171
+ const SqlEndpointSecureAccessConfig = __importStar(require("./sql-endpoint-secure-access-config"));
172
+ exports.SqlEndpointSecureAccessConfig = SqlEndpointSecureAccessConfig.SqlEndpointSecureAccessConfig;
173
+ const SqlEndpointVcnConfig = __importStar(require("./sql-endpoint-vcn-config"));
174
+ exports.SqlEndpointVcnConfig = SqlEndpointVcnConfig.SqlEndpointVcnConfig;
149
175
  const TextHtmlStatementOutputData = __importStar(require("./text-html-statement-output-data"));
150
176
  exports.TextHtmlStatementOutputData = TextHtmlStatementOutputData.TextHtmlStatementOutputData;
151
177
  const TextPlainStatementOutputData = __importStar(require("./text-plain-statement-output-data"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,31 @@
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
+ * The IP notation types for secure access.
16
+ **/
17
+ export declare enum IpNotationType {
18
+ IpAddress = "IP_ADDRESS",
19
+ Cidr = "CIDR",
20
+ Vcn = "VCN",
21
+ VcnOcid = "VCN_OCID",
22
+ /**
23
+ * This value is used if a service returns a value for this enum that is not recognized by this
24
+ * version of the SDK.
25
+ */
26
+ UnknownValue = "UNKNOWN_VALUE"
27
+ }
28
+ export declare namespace IpNotationType {
29
+ function getJsonObj(obj: IpNotationType): IpNotationType;
30
+ function getDeserializedJsonObj(obj: IpNotationType): IpNotationType;
31
+ }
@@ -0,0 +1,42 @@
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.IpNotationType = void 0;
17
+ /**
18
+ * The IP notation types for secure access.
19
+ **/
20
+ var IpNotationType;
21
+ (function (IpNotationType) {
22
+ IpNotationType["IpAddress"] = "IP_ADDRESS";
23
+ IpNotationType["Cidr"] = "CIDR";
24
+ IpNotationType["Vcn"] = "VCN";
25
+ IpNotationType["VcnOcid"] = "VCN_OCID";
26
+ /**
27
+ * This value is used if a service returns a value for this enum that is not recognized by this
28
+ * version of the SDK.
29
+ */
30
+ IpNotationType["UnknownValue"] = "UNKNOWN_VALUE";
31
+ })(IpNotationType = exports.IpNotationType || (exports.IpNotationType = {}));
32
+ (function (IpNotationType) {
33
+ function getJsonObj(obj) {
34
+ return obj;
35
+ }
36
+ IpNotationType.getJsonObj = getJsonObj;
37
+ function getDeserializedJsonObj(obj) {
38
+ return obj;
39
+ }
40
+ IpNotationType.getDeserializedJsonObj = getDeserializedJsonObj;
41
+ })(IpNotationType = exports.IpNotationType || (exports.IpNotationType = {}));
42
+ //# sourceMappingURL=ip-notation-type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ip-notation-type.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/ip-notation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,cAWX;AAXD,WAAY,cAAc;IACxB,0CAAwB,CAAA;IACxB,+BAAa,CAAA;IACb,6BAAW,CAAA;IACX,sCAAoB,CAAA;IAEpB;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EAXW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAWzB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
@@ -0,0 +1,29 @@
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
+ * The possible network types.
16
+ **/
17
+ export declare enum NetworkType {
18
+ Vcn = "VCN",
19
+ SecureAccess = "SECURE_ACCESS",
20
+ /**
21
+ * This value is used if a service returns a value for this enum that is not recognized by this
22
+ * version of the SDK.
23
+ */
24
+ UnknownValue = "UNKNOWN_VALUE"
25
+ }
26
+ export declare namespace NetworkType {
27
+ function getJsonObj(obj: NetworkType): NetworkType;
28
+ function getDeserializedJsonObj(obj: NetworkType): NetworkType;
29
+ }
@@ -0,0 +1,40 @@
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.NetworkType = void 0;
17
+ /**
18
+ * The possible network types.
19
+ **/
20
+ var NetworkType;
21
+ (function (NetworkType) {
22
+ NetworkType["Vcn"] = "VCN";
23
+ NetworkType["SecureAccess"] = "SECURE_ACCESS";
24
+ /**
25
+ * This value is used if a service returns a value for this enum that is not recognized by this
26
+ * version of the SDK.
27
+ */
28
+ NetworkType["UnknownValue"] = "UNKNOWN_VALUE";
29
+ })(NetworkType = exports.NetworkType || (exports.NetworkType = {}));
30
+ (function (NetworkType) {
31
+ function getJsonObj(obj) {
32
+ return obj;
33
+ }
34
+ NetworkType.getJsonObj = getJsonObj;
35
+ function getDeserializedJsonObj(obj) {
36
+ return obj;
37
+ }
38
+ NetworkType.getDeserializedJsonObj = getDeserializedJsonObj;
39
+ })(NetworkType = exports.NetworkType || (exports.NetworkType = {}));
40
+ //# sourceMappingURL=network-type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"network-type.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/network-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,WASX;AATD,WAAY,WAAW;IACrB,0BAAW,CAAA;IACX,6CAA8B,CAAA;IAE9B;;;OAGG;IACH,6CAA8B,CAAA;AAChC,CAAC,EATW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAStB;AAED,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,kCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAO3B"}
@@ -0,0 +1,35 @@
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
+ import * as model from "../model";
15
+ /**
16
+ * The access control rule for SECURE_ACCESS network type selection.
17
+ */
18
+ export interface SecureAccessControlRule {
19
+ /**
20
+ * The type of IP notation.
21
+ */
22
+ "ipNotation": model.IpNotationType;
23
+ /**
24
+ * The associated value of the selected IP notation.
25
+ */
26
+ "value": string;
27
+ /**
28
+ * A comma-separated IP or CIDR address for VCN OCID IP notation selection.
29
+ */
30
+ "vcnIps"?: string;
31
+ }
32
+ export declare namespace SecureAccessControlRule {
33
+ function getJsonObj(obj: SecureAccessControlRule): object;
34
+ function getDeserializedJsonObj(obj: SecureAccessControlRule): object;
35
+ }
@@ -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.SecureAccessControlRule = void 0;
17
+ var SecureAccessControlRule;
18
+ (function (SecureAccessControlRule) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ SecureAccessControlRule.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ SecureAccessControlRule.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(SecureAccessControlRule = exports.SecureAccessControlRule || (exports.SecureAccessControlRule = {}));
30
+ //# sourceMappingURL=secure-access-control-rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"secure-access-control-rule.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/secure-access-control-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuBH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
@@ -0,0 +1,27 @@
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
+ import * as model from "../model";
15
+ /**
16
+ * The results of a Sql Endpoint search. It contains the objects in a SqlEndpointSummary.
17
+ */
18
+ export interface SqlEndpointCollection {
19
+ /**
20
+ * The collection of SqlEndpointSummary objects.
21
+ */
22
+ "items": Array<model.SqlEndpointSummary>;
23
+ }
24
+ export declare namespace SqlEndpointCollection {
25
+ function getJsonObj(obj: SqlEndpointCollection): object;
26
+ function getDeserializedJsonObj(obj: SqlEndpointCollection): object;
27
+ }
@@ -0,0 +1,62 @@
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.SqlEndpointCollection = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var SqlEndpointCollection;
38
+ (function (SqlEndpointCollection) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "items": obj.items
42
+ ? obj.items.map(item => {
43
+ return model.SqlEndpointSummary.getJsonObj(item);
44
+ })
45
+ : undefined
46
+ });
47
+ return jsonObj;
48
+ }
49
+ SqlEndpointCollection.getJsonObj = getJsonObj;
50
+ function getDeserializedJsonObj(obj) {
51
+ const jsonObj = Object.assign(Object.assign({}, obj), {
52
+ "items": obj.items
53
+ ? obj.items.map(item => {
54
+ return model.SqlEndpointSummary.getDeserializedJsonObj(item);
55
+ })
56
+ : undefined
57
+ });
58
+ return jsonObj;
59
+ }
60
+ SqlEndpointCollection.getDeserializedJsonObj = getDeserializedJsonObj;
61
+ })(SqlEndpointCollection = exports.SqlEndpointCollection || (exports.SqlEndpointCollection = {}));
62
+ //# sourceMappingURL=sql-endpoint-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sql-endpoint-collection.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/sql-endpoint-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,qBAAqB,CA6BrC;AA7BD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA6BrC"}
@@ -0,0 +1,38 @@
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
+ * Common lifecycle states for resources in a Sql Endpoint:
16
+ * CREATING - The resource is being created and might not be usable until the entire metadata is defined.
17
+ * ACTIVE - The resource is valid and available for access.
18
+ * DELETING - The resource is being deleted, and might require a deep clean of any children.
19
+ * DELETED - The resource has been deleted, and isn't available.
20
+ * FAILED - The resource is in a failed state due to validation or other errors.
21
+ *
22
+ **/
23
+ export declare enum SqlEndpointLifecycleState {
24
+ Creating = "CREATING",
25
+ Active = "ACTIVE",
26
+ Deleting = "DELETING",
27
+ Deleted = "DELETED",
28
+ Failed = "FAILED",
29
+ /**
30
+ * This value is used if a service returns a value for this enum that is not recognized by this
31
+ * version of the SDK.
32
+ */
33
+ UnknownValue = "UNKNOWN_VALUE"
34
+ }
35
+ export declare namespace SqlEndpointLifecycleState {
36
+ function getJsonObj(obj: SqlEndpointLifecycleState): SqlEndpointLifecycleState;
37
+ function getDeserializedJsonObj(obj: SqlEndpointLifecycleState): SqlEndpointLifecycleState;
38
+ }
@@ -0,0 +1,49 @@
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.SqlEndpointLifecycleState = void 0;
17
+ /**
18
+ * Common lifecycle states for resources in a Sql Endpoint:
19
+ * CREATING - The resource is being created and might not be usable until the entire metadata is defined.
20
+ * ACTIVE - The resource is valid and available for access.
21
+ * DELETING - The resource is being deleted, and might require a deep clean of any children.
22
+ * DELETED - The resource has been deleted, and isn't available.
23
+ * FAILED - The resource is in a failed state due to validation or other errors.
24
+ *
25
+ **/
26
+ var SqlEndpointLifecycleState;
27
+ (function (SqlEndpointLifecycleState) {
28
+ SqlEndpointLifecycleState["Creating"] = "CREATING";
29
+ SqlEndpointLifecycleState["Active"] = "ACTIVE";
30
+ SqlEndpointLifecycleState["Deleting"] = "DELETING";
31
+ SqlEndpointLifecycleState["Deleted"] = "DELETED";
32
+ SqlEndpointLifecycleState["Failed"] = "FAILED";
33
+ /**
34
+ * This value is used if a service returns a value for this enum that is not recognized by this
35
+ * version of the SDK.
36
+ */
37
+ SqlEndpointLifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
38
+ })(SqlEndpointLifecycleState = exports.SqlEndpointLifecycleState || (exports.SqlEndpointLifecycleState = {}));
39
+ (function (SqlEndpointLifecycleState) {
40
+ function getJsonObj(obj) {
41
+ return obj;
42
+ }
43
+ SqlEndpointLifecycleState.getJsonObj = getJsonObj;
44
+ function getDeserializedJsonObj(obj) {
45
+ return obj;
46
+ }
47
+ SqlEndpointLifecycleState.getDeserializedJsonObj = getDeserializedJsonObj;
48
+ })(SqlEndpointLifecycleState = exports.SqlEndpointLifecycleState || (exports.SqlEndpointLifecycleState = {}));
49
+ //# sourceMappingURL=sql-endpoint-lifecycle-state.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sql-endpoint-lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/sql-endpoint-lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;;;;;;;IAQI;AACJ,IAAY,yBAYX;AAZD,WAAY,yBAAyB;IACnC,kDAAqB,CAAA;IACrB,8CAAiB,CAAA;IACjB,kDAAqB,CAAA;IACrB,gDAAmB,CAAA;IACnB,8CAAiB,CAAA;IAEjB;;;OAGG;IACH,2DAA8B,CAAA;AAChC,CAAC,EAZW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAYpC;AAED,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA8B;QAE9B,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EATgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QASzC"}
@@ -0,0 +1,23 @@
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
+ * The network configuration of a SQL Endpoint.
16
+ */
17
+ export interface SqlEndpointNetworkConfiguration {
18
+ "networkType": string;
19
+ }
20
+ export declare namespace SqlEndpointNetworkConfiguration {
21
+ function getJsonObj(obj: SqlEndpointNetworkConfiguration): object;
22
+ function getDeserializedJsonObj(obj: SqlEndpointNetworkConfiguration): object;
23
+ }