oci-dataflow 2.62.2 → 2.62.3

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 (145) hide show
  1. package/lib/client.d.ts +113 -28
  2. package/lib/client.js +549 -28
  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/application-summary.d.ts +7 -2
  8. package/lib/model/application-summary.js.map +1 -1
  9. package/lib/model/application.d.ts +7 -2
  10. package/lib/model/application.js.map +1 -1
  11. package/lib/model/change-pool-compartment-details.d.ts +28 -0
  12. package/lib/model/change-pool-compartment-details.js +30 -0
  13. package/lib/model/change-pool-compartment-details.js.map +1 -0
  14. package/lib/model/create-application-details.d.ts +5 -0
  15. package/lib/model/create-application-details.js.map +1 -1
  16. package/lib/model/create-pool-details.d.ts +74 -0
  17. package/lib/model/create-pool-details.js +72 -0
  18. package/lib/model/create-pool-details.js.map +1 -0
  19. package/lib/model/create-run-details.d.ts +5 -0
  20. package/lib/model/create-run-details.js.map +1 -1
  21. package/lib/model/day-of-week.d.ts +35 -0
  22. package/lib/model/day-of-week.js +46 -0
  23. package/lib/model/day-of-week.js.map +1 -0
  24. package/lib/model/index.d.ts +24 -0
  25. package/lib/model/index.js +26 -1
  26. package/lib/model/index.js.map +1 -1
  27. package/lib/model/node-count.d.ts +33 -0
  28. package/lib/model/node-count.js +30 -0
  29. package/lib/model/node-count.js.map +1 -0
  30. package/lib/model/pool-collection.d.ts +29 -0
  31. package/lib/model/pool-collection.js +62 -0
  32. package/lib/model/pool-collection.js.map +1 -0
  33. package/lib/model/pool-config.d.ts +40 -0
  34. package/lib/model/pool-config.js +56 -0
  35. package/lib/model/pool-config.js.map +1 -0
  36. package/lib/model/pool-lifecycle-state.d.ts +38 -0
  37. package/lib/model/pool-lifecycle-state.js +49 -0
  38. package/lib/model/pool-lifecycle-state.js.map +1 -0
  39. package/lib/model/pool-metrics.d.ts +54 -0
  40. package/lib/model/pool-metrics.js +62 -0
  41. package/lib/model/pool-metrics.js.map +1 -0
  42. package/lib/model/pool-schedule.d.ts +36 -0
  43. package/lib/model/pool-schedule.js +30 -0
  44. package/lib/model/pool-schedule.js.map +1 -0
  45. package/lib/model/pool-summary.d.ts +86 -0
  46. package/lib/model/pool-summary.js +30 -0
  47. package/lib/model/pool-summary.js.map +1 -0
  48. package/lib/model/pool.d.ts +113 -0
  49. package/lib/model/pool.js +76 -0
  50. package/lib/model/pool.js.map +1 -0
  51. package/lib/model/private-endpoint-summary.d.ts +2 -2
  52. package/lib/model/private-endpoint.d.ts +2 -2
  53. package/lib/model/run-summary.d.ts +7 -2
  54. package/lib/model/run-summary.js.map +1 -1
  55. package/lib/model/run.d.ts +7 -2
  56. package/lib/model/run.js.map +1 -1
  57. package/lib/model/statement-summary.d.ts +1 -1
  58. package/lib/model/statement.d.ts +1 -1
  59. package/lib/model/update-application-details.d.ts +5 -0
  60. package/lib/model/update-application-details.js.map +1 -1
  61. package/lib/model/update-pool-details.d.ts +69 -0
  62. package/lib/model/update-pool-details.js +72 -0
  63. package/lib/model/update-pool-details.js.map +1 -0
  64. package/lib/request/change-application-compartment-request.d.ts +1 -1
  65. package/lib/request/change-pool-compartment-request.d.ts +50 -0
  66. package/lib/request/change-pool-compartment-request.js +15 -0
  67. package/lib/request/change-pool-compartment-request.js.map +1 -0
  68. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  69. package/lib/request/change-run-compartment-request.d.ts +1 -1
  70. package/lib/request/create-application-request.d.ts +1 -1
  71. package/lib/request/create-pool-request.d.ts +38 -0
  72. package/lib/request/create-pool-request.js +15 -0
  73. package/lib/request/create-pool-request.js.map +1 -0
  74. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  75. package/lib/request/create-run-request.d.ts +1 -1
  76. package/lib/request/create-statement-request.d.ts +1 -1
  77. package/lib/request/delete-application-request.d.ts +1 -1
  78. package/lib/request/delete-pool-request.d.ts +36 -0
  79. package/lib/request/delete-pool-request.js +15 -0
  80. package/lib/request/delete-pool-request.js.map +1 -0
  81. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  82. package/lib/request/delete-run-request.d.ts +1 -1
  83. package/lib/request/delete-statement-request.d.ts +1 -1
  84. package/lib/request/get-application-request.d.ts +1 -1
  85. package/lib/request/get-pool-request.d.ts +29 -0
  86. package/lib/request/get-pool-request.js +15 -0
  87. package/lib/request/get-pool-request.js.map +1 -0
  88. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  89. package/lib/request/get-run-log-request.d.ts +1 -1
  90. package/lib/request/get-run-request.d.ts +1 -1
  91. package/lib/request/get-statement-request.d.ts +1 -1
  92. package/lib/request/get-work-request-request.d.ts +1 -1
  93. package/lib/request/index.d.ts +16 -0
  94. package/lib/request/index.js +3 -1
  95. package/lib/request/index.js.map +1 -1
  96. package/lib/request/list-applications-request.d.ts +1 -1
  97. package/lib/request/list-pools-request.d.ts +80 -0
  98. package/lib/request/list-pools-request.js +28 -0
  99. package/lib/request/list-pools-request.js.map +1 -0
  100. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  101. package/lib/request/list-run-logs-request.d.ts +1 -1
  102. package/lib/request/list-runs-request.d.ts +6 -1
  103. package/lib/request/list-runs-request.js.map +1 -1
  104. package/lib/request/list-statements-request.d.ts +1 -1
  105. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  106. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  107. package/lib/request/list-work-requests-request.d.ts +1 -1
  108. package/lib/request/start-pool-request.d.ts +44 -0
  109. package/lib/request/start-pool-request.js +15 -0
  110. package/lib/request/start-pool-request.js.map +1 -0
  111. package/lib/request/stop-pool-request.d.ts +44 -0
  112. package/lib/request/stop-pool-request.js +15 -0
  113. package/lib/request/stop-pool-request.js.map +1 -0
  114. package/lib/request/update-application-request.d.ts +1 -1
  115. package/lib/request/update-pool-request.d.ts +42 -0
  116. package/lib/request/update-pool-request.js +15 -0
  117. package/lib/request/update-pool-request.js.map +1 -0
  118. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  119. package/lib/request/update-run-request.d.ts +1 -1
  120. package/lib/response/change-pool-compartment-response.d.ts +20 -0
  121. package/lib/response/change-pool-compartment-response.js +15 -0
  122. package/lib/response/change-pool-compartment-response.js.map +1 -0
  123. package/lib/response/create-pool-response.d.ts +41 -0
  124. package/lib/response/create-pool-response.js +15 -0
  125. package/lib/response/create-pool-response.js.map +1 -0
  126. package/lib/response/delete-pool-response.d.ts +20 -0
  127. package/lib/response/delete-pool-response.js +15 -0
  128. package/lib/response/delete-pool-response.js.map +1 -0
  129. package/lib/response/get-pool-response.d.ts +31 -0
  130. package/lib/response/get-pool-response.js +15 -0
  131. package/lib/response/get-pool-response.js.map +1 -0
  132. package/lib/response/index.d.ts +16 -0
  133. package/lib/response/list-pools-response.d.ts +38 -0
  134. package/lib/response/list-pools-response.js +15 -0
  135. package/lib/response/list-pools-response.js.map +1 -0
  136. package/lib/response/start-pool-response.d.ts +25 -0
  137. package/lib/response/start-pool-response.js +15 -0
  138. package/lib/response/start-pool-response.js.map +1 -0
  139. package/lib/response/stop-pool-response.d.ts +25 -0
  140. package/lib/response/stop-pool-response.js +15 -0
  141. package/lib/response/stop-pool-response.js.map +1 -0
  142. package/lib/response/update-pool-response.d.ts +25 -0
  143. package/lib/response/update-pool-response.js +15 -0
  144. package/lib/response/update-pool-response.js.map +1 -0
  145. package/package.json +3 -3
@@ -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.PoolLifecycleState = void 0;
17
+ /**
18
+ * The lifecycle state of a pool.
19
+ *
20
+ **/
21
+ var PoolLifecycleState;
22
+ (function (PoolLifecycleState) {
23
+ PoolLifecycleState["Accepted"] = "ACCEPTED";
24
+ PoolLifecycleState["Scheduled"] = "SCHEDULED";
25
+ PoolLifecycleState["Creating"] = "CREATING";
26
+ PoolLifecycleState["Active"] = "ACTIVE";
27
+ PoolLifecycleState["Stopping"] = "STOPPING";
28
+ PoolLifecycleState["Stopped"] = "STOPPED";
29
+ PoolLifecycleState["Updating"] = "UPDATING";
30
+ PoolLifecycleState["Deleting"] = "DELETING";
31
+ PoolLifecycleState["Deleted"] = "DELETED";
32
+ PoolLifecycleState["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
+ PoolLifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
38
+ })(PoolLifecycleState = exports.PoolLifecycleState || (exports.PoolLifecycleState = {}));
39
+ (function (PoolLifecycleState) {
40
+ function getJsonObj(obj) {
41
+ return obj;
42
+ }
43
+ PoolLifecycleState.getJsonObj = getJsonObj;
44
+ function getDeserializedJsonObj(obj) {
45
+ return obj;
46
+ }
47
+ PoolLifecycleState.getDeserializedJsonObj = getDeserializedJsonObj;
48
+ })(PoolLifecycleState = exports.PoolLifecycleState || (exports.PoolLifecycleState = {}));
49
+ //# sourceMappingURL=pool-lifecycle-state.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pool-lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/pool-lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;;IAGI;AACJ,IAAY,kBAiBX;AAjBD,WAAY,kBAAkB;IAC5B,2CAAqB,CAAA;IACrB,6CAAuB,CAAA;IACvB,2CAAqB,CAAA;IACrB,uCAAiB,CAAA;IACjB,2CAAqB,CAAA;IACrB,yCAAmB,CAAA;IACnB,2CAAqB,CAAA;IACrB,2CAAqB,CAAA;IACrB,yCAAmB,CAAA;IACnB,uCAAiB,CAAA;IAEjB;;;OAGG;IACH,oDAA8B,CAAA;AAChC,CAAC,EAjBW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAiB7B;AAED,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,6BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAOlC"}
@@ -0,0 +1,54 @@
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
+ * A collection of metrics related to a particular pool.
17
+ *
18
+ */
19
+ export interface PoolMetrics {
20
+ /**
21
+ * The last time this pool was started.
22
+ *
23
+ */
24
+ "timeLastStarted"?: Date;
25
+ /**
26
+ * The last time this pool was stopped.
27
+ *
28
+ */
29
+ "timeLastStopped"?: Date;
30
+ /**
31
+ * The last time a run used this pool.
32
+ *
33
+ */
34
+ "timeLastUsed"?: Date;
35
+ /**
36
+ * The last time the mertics were updated for this.
37
+ *
38
+ */
39
+ "timeLastMetricsUpdated"?: Date;
40
+ /**
41
+ * The number of runs that are currently running that are using this pool.
42
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
43
+ */
44
+ "activeRunsCount"?: number;
45
+ /**
46
+ * A count of the nodes that are currently being used for each shape in this pool.
47
+ *
48
+ */
49
+ "activelyUsedNodeCount"?: Array<model.NodeCount>;
50
+ }
51
+ export declare namespace PoolMetrics {
52
+ function getJsonObj(obj: PoolMetrics): object;
53
+ function getDeserializedJsonObj(obj: PoolMetrics): object;
54
+ }
@@ -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.PoolMetrics = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var PoolMetrics;
38
+ (function (PoolMetrics) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "activelyUsedNodeCount": obj.activelyUsedNodeCount
42
+ ? obj.activelyUsedNodeCount.map(item => {
43
+ return model.NodeCount.getJsonObj(item);
44
+ })
45
+ : undefined
46
+ });
47
+ return jsonObj;
48
+ }
49
+ PoolMetrics.getJsonObj = getJsonObj;
50
+ function getDeserializedJsonObj(obj) {
51
+ const jsonObj = Object.assign(Object.assign({}, obj), {
52
+ "activelyUsedNodeCount": obj.activelyUsedNodeCount
53
+ ? obj.activelyUsedNodeCount.map(item => {
54
+ return model.NodeCount.getDeserializedJsonObj(item);
55
+ })
56
+ : undefined
57
+ });
58
+ return jsonObj;
59
+ }
60
+ PoolMetrics.getDeserializedJsonObj = getDeserializedJsonObj;
61
+ })(PoolMetrics = exports.PoolMetrics || (exports.PoolMetrics = {}));
62
+ //# sourceMappingURL=pool-metrics.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pool-metrics.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/pool-metrics.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwClC,IAAiB,WAAW,CA6B3B;AA7BD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,GAAG,CAAC,qBAAqB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnC,OAAO,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,GAAG,CAAC,qBAAqB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnC,OAAO,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA6B3B"}
@@ -0,0 +1,36 @@
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
+ * Definition of when pool auto start or stop for a given day of a week.
17
+ */
18
+ export interface PoolSchedule {
19
+ /**
20
+ * Day of the week SUN-SAT
21
+ *
22
+ */
23
+ "dayOfWeek"?: model.DayOfWeek;
24
+ /**
25
+ * Hour of the day to start or stop pool. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
26
+ */
27
+ "startTime"?: number;
28
+ /**
29
+ * Hour of the day to stop the pool. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
30
+ */
31
+ "stopTime"?: number;
32
+ }
33
+ export declare namespace PoolSchedule {
34
+ function getJsonObj(obj: PoolSchedule): object;
35
+ function getDeserializedJsonObj(obj: PoolSchedule): object;
36
+ }
@@ -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.PoolSchedule = void 0;
17
+ var PoolSchedule;
18
+ (function (PoolSchedule) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ PoolSchedule.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ PoolSchedule.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(PoolSchedule = exports.PoolSchedule || (exports.PoolSchedule = {}));
30
+ //# sourceMappingURL=pool-schedule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pool-schedule.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/pool-schedule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAwBH,IAAiB,YAAY,CAW5B;AAXD,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAW5B"}
@@ -0,0 +1,86 @@
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
+ * A pool object used in bulk listings.
17
+ *
18
+ */
19
+ export interface PoolSummary {
20
+ /**
21
+ * The OCID of a compartment.
22
+ *
23
+ */
24
+ "compartmentId": string;
25
+ /**
26
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
27
+ * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
28
+ *
29
+ */
30
+ "definedTags": {
31
+ [key: string]: {
32
+ [key: string]: any;
33
+ };
34
+ };
35
+ /**
36
+ * A user-friendly name. It does not have to be unique. Avoid entering confidential information.
37
+ *
38
+ */
39
+ "displayName": string;
40
+ /**
41
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
42
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
43
+ * Example: `{\"Department\": \"Finance\"}`
44
+ *
45
+ */
46
+ "freeformTags": {
47
+ [key: string]: string;
48
+ };
49
+ /**
50
+ * The OCID of a pool. Unique Id to indentify a dataflow pool resource.
51
+ *
52
+ */
53
+ "id": string;
54
+ /**
55
+ * The current state of this pool.
56
+ *
57
+ */
58
+ "lifecycleState": model.PoolLifecycleState;
59
+ /**
60
+ * The OCID of the user who created the resource.
61
+ *
62
+ */
63
+ "ownerPrincipalId": string;
64
+ /**
65
+ * The username of the user who created the resource. If the username of the owner does not exist,
66
+ * `null` will be returned and the caller should refer to the ownerPrincipalId value instead.
67
+ *
68
+ */
69
+ "ownerUserName": string;
70
+ /**
71
+ * The date and time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
72
+ * Example: `2018-04-03T21:10:29.600Z`
73
+ *
74
+ */
75
+ "timeCreated": Date;
76
+ /**
77
+ * The date and time the resource was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
78
+ * Example: `2018-04-03T21:10:29.600Z`
79
+ *
80
+ */
81
+ "timeUpdated": Date;
82
+ }
83
+ export declare namespace PoolSummary {
84
+ function getJsonObj(obj: PoolSummary): object;
85
+ function getDeserializedJsonObj(obj: PoolSummary): object;
86
+ }
@@ -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.PoolSummary = void 0;
17
+ var PoolSummary;
18
+ (function (PoolSummary) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ PoolSummary.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ PoolSummary.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(PoolSummary = exports.PoolSummary || (exports.PoolSummary = {}));
30
+ //# sourceMappingURL=pool-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pool-summary.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/pool-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAoEH,IAAiB,WAAW,CAW3B;AAXD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAW3B"}
@@ -0,0 +1,113 @@
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
+ * A Data Flow pool object.
17
+ *
18
+ */
19
+ export interface Pool {
20
+ /**
21
+ * The OCID of a compartment.
22
+ *
23
+ */
24
+ "compartmentId": string;
25
+ /**
26
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
27
+ * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
28
+ *
29
+ */
30
+ "definedTags": {
31
+ [key: string]: {
32
+ [key: string]: any;
33
+ };
34
+ };
35
+ /**
36
+ * A user-friendly description. Avoid entering confidential information.
37
+ *
38
+ */
39
+ "description"?: string;
40
+ /**
41
+ * A user-friendly name. It does not have to be unique. Avoid entering confidential information.
42
+ *
43
+ */
44
+ "displayName": string;
45
+ /**
46
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
47
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
48
+ * Example: `{\"Department\": \"Finance\"}`
49
+ *
50
+ */
51
+ "freeformTags": {
52
+ [key: string]: string;
53
+ };
54
+ /**
55
+ * The OCID of a pool. Unique Id to indentify a dataflow pool resource.
56
+ *
57
+ */
58
+ "id": string;
59
+ /**
60
+ * The detailed messages about the lifecycle state.
61
+ *
62
+ */
63
+ "lifecycleDetails"?: string;
64
+ /**
65
+ * The current state of this pool.
66
+ *
67
+ */
68
+ "lifecycleState": model.PoolLifecycleState;
69
+ /**
70
+ * The OCID of the user who created the resource.
71
+ *
72
+ */
73
+ "ownerPrincipalId": string;
74
+ /**
75
+ * The username of the user who created the resource. If the username of the owner does not exist,
76
+ * `null` will be returned and the caller should refer to the ownerPrincipalId value instead.
77
+ *
78
+ */
79
+ "ownerUserName"?: string;
80
+ "poolMetrics"?: model.PoolMetrics;
81
+ /**
82
+ * List of PoolConfig items.
83
+ *
84
+ */
85
+ "configurations": Array<model.PoolConfig>;
86
+ /**
87
+ * A list of schedules for pool to auto start and stop.
88
+ *
89
+ */
90
+ "schedules"?: Array<model.PoolSchedule>;
91
+ /**
92
+ * Optional timeout value in minutes used to auto stop Pools. A Pool will be auto stopped after inactivity for this amount of time period.
93
+ * If value not set, pool will not be auto stopped auto.
94
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
95
+ */
96
+ "idleTimeoutInMinutes"?: number;
97
+ /**
98
+ * The date and time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
99
+ * Example: `2018-04-03T21:10:29.600Z`
100
+ *
101
+ */
102
+ "timeCreated": Date;
103
+ /**
104
+ * The date and time the resource was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
105
+ * Example: `2018-04-03T21:10:29.600Z`
106
+ *
107
+ */
108
+ "timeUpdated": Date;
109
+ }
110
+ export declare namespace Pool {
111
+ function getJsonObj(obj: Pool): object;
112
+ function getDeserializedJsonObj(obj: Pool): object;
113
+ }
@@ -0,0 +1,76 @@
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.Pool = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var Pool;
38
+ (function (Pool) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "poolMetrics": obj.poolMetrics ? model.PoolMetrics.getJsonObj(obj.poolMetrics) : undefined,
42
+ "configurations": obj.configurations
43
+ ? obj.configurations.map(item => {
44
+ return model.PoolConfig.getJsonObj(item);
45
+ })
46
+ : undefined,
47
+ "schedules": obj.schedules
48
+ ? obj.schedules.map(item => {
49
+ return model.PoolSchedule.getJsonObj(item);
50
+ })
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ Pool.getJsonObj = getJsonObj;
56
+ function getDeserializedJsonObj(obj) {
57
+ const jsonObj = Object.assign(Object.assign({}, obj), {
58
+ "poolMetrics": obj.poolMetrics
59
+ ? model.PoolMetrics.getDeserializedJsonObj(obj.poolMetrics)
60
+ : undefined,
61
+ "configurations": obj.configurations
62
+ ? obj.configurations.map(item => {
63
+ return model.PoolConfig.getDeserializedJsonObj(item);
64
+ })
65
+ : undefined,
66
+ "schedules": obj.schedules
67
+ ? obj.schedules.map(item => {
68
+ return model.PoolSchedule.getDeserializedJsonObj(item);
69
+ })
70
+ : undefined
71
+ });
72
+ return jsonObj;
73
+ }
74
+ Pool.getDeserializedJsonObj = getDeserializedJsonObj;
75
+ })(Pool = exports.Pool || (exports.Pool = {}));
76
+ //# sourceMappingURL=pool.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pool.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/pool.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6FlC,IAAiB,IAAI,CA2CpB;AA3CD,WAAiB,IAAI;IACnB,SAAgB,UAAU,CAAC,GAAS;QAClC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;YAC1F,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC3C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,eAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAS;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,2BAAsB,yBAqBrC,CAAA;AACH,CAAC,EA3CgB,IAAI,GAAJ,YAAI,KAAJ,YAAI,QA2CpB"}
@@ -98,13 +98,13 @@ export interface PrivateEndpointSummary {
98
98
  */
99
99
  "subnetId": string;
100
100
  /**
101
- * The date and time a application was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
101
+ * The date and time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
102
102
  * Example: `2018-04-03T21:10:29.600Z`
103
103
  *
104
104
  */
105
105
  "timeCreated": Date;
106
106
  /**
107
- * The date and time a application was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
107
+ * The date and time the resource was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
108
108
  * Example: `2018-04-03T21:10:29.600Z`
109
109
  *
110
110
  */
@@ -108,13 +108,13 @@ export interface PrivateEndpoint {
108
108
  */
109
109
  "subnetId": string;
110
110
  /**
111
- * The date and time a application was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
111
+ * The date and time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
112
112
  * Example: `2018-04-03T21:10:29.600Z`
113
113
  *
114
114
  */
115
115
  "timeCreated": Date;
116
116
  /**
117
- * The date and time a application was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
117
+ * The date and time the resource was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
118
118
  * Example: `2018-04-03T21:10:29.600Z`
119
119
  *
120
120
  */
@@ -98,6 +98,11 @@ export interface RunSummary {
98
98
  *
99
99
  */
100
100
  "ownerUserName"?: string;
101
+ /**
102
+ * The OCID of a pool. Unique Id to indentify a dataflow pool resource.
103
+ *
104
+ */
105
+ "poolId"?: string;
101
106
  /**
102
107
  * The duration of the run in milliseconds.
103
108
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
@@ -109,13 +114,13 @@ export interface RunSummary {
109
114
  */
110
115
  "totalOCpu"?: number;
111
116
  /**
112
- * The date and time a application was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
117
+ * The date and time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
113
118
  * Example: `2018-04-03T21:10:29.600Z`
114
119
  *
115
120
  */
116
121
  "timeCreated": Date;
117
122
  /**
118
- * The date and time a application was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
123
+ * The date and time the resource was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
119
124
  * Example: `2018-04-03T21:10:29.600Z`
120
125
  *
121
126
  */
@@ -1 +1 @@
1
- {"version":3,"file":"run-summary.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/run-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAkHH,IAAiB,UAAU,CAW1B;AAXD,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAW1B"}
1
+ {"version":3,"file":"run-summary.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/run-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuHH,IAAiB,UAAU,CAW1B;AAXD,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAW1B"}
@@ -184,6 +184,11 @@ export interface Run {
184
184
  *
185
185
  */
186
186
  "parameters"?: Array<model.ApplicationParameter>;
187
+ /**
188
+ * The OCID of a pool. Unique Id to indentify a dataflow pool resource.
189
+ *
190
+ */
191
+ "poolId"?: string;
187
192
  /**
188
193
  * An array of DNS zone names.
189
194
  * Example: `[ \"app.examplecorp.com\", \"app.examplecorp2.com\" ]`
@@ -224,13 +229,13 @@ export interface Run {
224
229
  */
225
230
  "sparkVersion": string;
226
231
  /**
227
- * The date and time a application was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
232
+ * The date and time the resource was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
228
233
  * Example: `2018-04-03T21:10:29.600Z`
229
234
  *
230
235
  */
231
236
  "timeCreated": Date;
232
237
  /**
233
- * The date and time a application was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
238
+ * The date and time the resource was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
234
239
  * Example: `2018-04-03T21:10:29.600Z`
235
240
  *
236
241
  */