oci-vbsinst 2.52.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 (140) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +167 -0
  9. package/lib/client.js +804 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/model/action-type.d.ts +31 -0
  12. package/lib/model/action-type.js +42 -0
  13. package/lib/model/action-type.js.map +1 -0
  14. package/lib/model/change-vbs-instance-compartment-details.d.ts +27 -0
  15. package/lib/model/change-vbs-instance-compartment-details.js +29 -0
  16. package/lib/model/change-vbs-instance-compartment-details.js.map +1 -0
  17. package/lib/model/create-vbs-instance-details.d.ts +59 -0
  18. package/lib/model/create-vbs-instance-details.js +29 -0
  19. package/lib/model/create-vbs-instance-details.js.map +1 -0
  20. package/lib/model/index.d.ts +50 -0
  21. package/lib/model/index.js +73 -0
  22. package/lib/model/index.js.map +1 -0
  23. package/lib/model/lifecycle-state.d.ts +32 -0
  24. package/lib/model/lifecycle-state.js +43 -0
  25. package/lib/model/lifecycle-state.js.map +1 -0
  26. package/lib/model/operation-status.d.ts +32 -0
  27. package/lib/model/operation-status.js +43 -0
  28. package/lib/model/operation-status.js.map +1 -0
  29. package/lib/model/operation-type.d.ts +30 -0
  30. package/lib/model/operation-type.js +41 -0
  31. package/lib/model/operation-type.js.map +1 -0
  32. package/lib/model/sort-order.d.ts +23 -0
  33. package/lib/model/sort-order.js +34 -0
  34. package/lib/model/sort-order.js.map +1 -0
  35. package/lib/model/update-vbs-instance-details.d.ts +51 -0
  36. package/lib/model/update-vbs-instance-details.js +29 -0
  37. package/lib/model/update-vbs-instance-details.js.map +1 -0
  38. package/lib/model/vbs-instance-summary-collection.d.ts +26 -0
  39. package/lib/model/vbs-instance-summary-collection.js +61 -0
  40. package/lib/model/vbs-instance-summary-collection.js.map +1 -0
  41. package/lib/model/vbs-instance-summary.d.ts +86 -0
  42. package/lib/model/vbs-instance-summary.js +29 -0
  43. package/lib/model/vbs-instance-summary.js.map +1 -0
  44. package/lib/model/vbs-instance.d.ts +94 -0
  45. package/lib/model/vbs-instance.js +29 -0
  46. package/lib/model/vbs-instance.js.map +1 -0
  47. package/lib/model/work-request-error-collection.d.ts +26 -0
  48. package/lib/model/work-request-error-collection.js +61 -0
  49. package/lib/model/work-request-error-collection.js.map +1 -0
  50. package/lib/model/work-request-error.d.ts +35 -0
  51. package/lib/model/work-request-error.js +29 -0
  52. package/lib/model/work-request-error.js.map +1 -0
  53. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  54. package/lib/model/work-request-log-entry-collection.js +61 -0
  55. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  56. package/lib/model/work-request-log-entry.d.ts +29 -0
  57. package/lib/model/work-request-log-entry.js +29 -0
  58. package/lib/model/work-request-log-entry.js.map +1 -0
  59. package/lib/model/work-request-resource.d.ts +42 -0
  60. package/lib/model/work-request-resource.js +29 -0
  61. package/lib/model/work-request-resource.js.map +1 -0
  62. package/lib/model/work-request-summary-collection.d.ts +26 -0
  63. package/lib/model/work-request-summary-collection.js +61 -0
  64. package/lib/model/work-request-summary-collection.js.map +1 -0
  65. package/lib/model/work-request-summary.d.ts +67 -0
  66. package/lib/model/work-request-summary.js +61 -0
  67. package/lib/model/work-request-summary.js.map +1 -0
  68. package/lib/model/work-request.d.ts +67 -0
  69. package/lib/model/work-request.js +61 -0
  70. package/lib/model/work-request.js.map +1 -0
  71. package/lib/request/change-vbs-instance-compartment-request.d.ts +40 -0
  72. package/lib/request/change-vbs-instance-compartment-request.js +15 -0
  73. package/lib/request/change-vbs-instance-compartment-request.js.map +1 -0
  74. package/lib/request/create-vbs-instance-request.d.ts +40 -0
  75. package/lib/request/create-vbs-instance-request.js +15 -0
  76. package/lib/request/create-vbs-instance-request.js.map +1 -0
  77. package/lib/request/delete-vbs-instance-request.d.ts +35 -0
  78. package/lib/request/delete-vbs-instance-request.js +15 -0
  79. package/lib/request/delete-vbs-instance-request.js.map +1 -0
  80. package/lib/request/get-vbs-instance-request.d.ts +26 -0
  81. package/lib/request/get-vbs-instance-request.js +15 -0
  82. package/lib/request/get-vbs-instance-request.js.map +1 -0
  83. package/lib/request/get-work-request-request.d.ts +26 -0
  84. package/lib/request/get-work-request-request.js +15 -0
  85. package/lib/request/get-work-request-request.js.map +1 -0
  86. package/lib/request/index.d.ts +32 -0
  87. package/lib/request/index.js +43 -0
  88. package/lib/request/index.js.map +1 -0
  89. package/lib/request/list-vbs-instances-request.d.ts +62 -0
  90. package/lib/request/list-vbs-instances-request.js +24 -0
  91. package/lib/request/list-vbs-instances-request.js.map +1 -0
  92. package/lib/request/list-work-request-errors-request.d.ts +49 -0
  93. package/lib/request/list-work-request-errors-request.js +23 -0
  94. package/lib/request/list-work-request-errors-request.js.map +1 -0
  95. package/lib/request/list-work-request-logs-request.d.ts +49 -0
  96. package/lib/request/list-work-request-logs-request.js +23 -0
  97. package/lib/request/list-work-request-logs-request.js.map +1 -0
  98. package/lib/request/list-work-requests-request.d.ts +53 -0
  99. package/lib/request/list-work-requests-request.js +23 -0
  100. package/lib/request/list-work-requests-request.js.map +1 -0
  101. package/lib/request/update-vbs-instance-request.d.ts +40 -0
  102. package/lib/request/update-vbs-instance-request.js +15 -0
  103. package/lib/request/update-vbs-instance-request.js.map +1 -0
  104. package/lib/response/change-vbs-instance-compartment-response.d.ts +25 -0
  105. package/lib/response/change-vbs-instance-compartment-response.js +15 -0
  106. package/lib/response/change-vbs-instance-compartment-response.js.map +1 -0
  107. package/lib/response/create-vbs-instance-response.d.ts +25 -0
  108. package/lib/response/create-vbs-instance-response.js +15 -0
  109. package/lib/response/create-vbs-instance-response.js.map +1 -0
  110. package/lib/response/delete-vbs-instance-response.d.ts +25 -0
  111. package/lib/response/delete-vbs-instance-response.js +15 -0
  112. package/lib/response/delete-vbs-instance-response.js.map +1 -0
  113. package/lib/response/get-vbs-instance-response.d.ts +30 -0
  114. package/lib/response/get-vbs-instance-response.js +15 -0
  115. package/lib/response/get-vbs-instance-response.js.map +1 -0
  116. package/lib/response/get-work-request-response.d.ts +29 -0
  117. package/lib/response/get-work-request-response.js +15 -0
  118. package/lib/response/get-work-request-response.js.map +1 -0
  119. package/lib/response/index.d.ts +32 -0
  120. package/lib/response/index.js +15 -0
  121. package/lib/response/index.js.map +1 -0
  122. package/lib/response/list-vbs-instances-response.d.ts +32 -0
  123. package/lib/response/list-vbs-instances-response.js +15 -0
  124. package/lib/response/list-vbs-instances-response.js.map +1 -0
  125. package/lib/response/list-work-request-errors-response.d.ts +32 -0
  126. package/lib/response/list-work-request-errors-response.js +15 -0
  127. package/lib/response/list-work-request-errors-response.js.map +1 -0
  128. package/lib/response/list-work-request-logs-response.d.ts +32 -0
  129. package/lib/response/list-work-request-logs-response.js +15 -0
  130. package/lib/response/list-work-request-logs-response.js.map +1 -0
  131. package/lib/response/list-work-requests-response.d.ts +32 -0
  132. package/lib/response/list-work-requests-response.js +15 -0
  133. package/lib/response/list-work-requests-response.js.map +1 -0
  134. package/lib/response/update-vbs-instance-response.d.ts +25 -0
  135. package/lib/response/update-vbs-instance-response.js +15 -0
  136. package/lib/response/update-vbs-instance-response.js.map +1 -0
  137. package/lib/vbsinstance-waiter.d.ts +36 -0
  138. package/lib/vbsinstance-waiter.js +76 -0
  139. package/lib/vbsinstance-waiter.js.map +1 -0
  140. package/package.json +29 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/vbsinst/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAWX;AAXD,WAAY,aAAa;IACvB,0DAAyC,CAAA;IACzC,0DAAyC,CAAA;IACzC,0DAAyC,CAAA;IACzC,sDAAqC,CAAA;IAErC;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAXW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAWxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ * VbsControlplaneInstance API
3
+ * A description of the VbsControlplaneInstance API
4
+ * OpenAPI spec version: 20180828
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
+ /**
14
+ * Sort orders.
15
+ **/
16
+ export declare enum SortOrder {
17
+ Asc = "ASC",
18
+ Desc = "DESC"
19
+ }
20
+ export declare namespace SortOrder {
21
+ function getJsonObj(obj: SortOrder): SortOrder;
22
+ function getDeserializedJsonObj(obj: SortOrder): SortOrder;
23
+ }
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ /**
3
+ * VbsControlplaneInstance API
4
+ * A description of the VbsControlplaneInstance API
5
+ * OpenAPI spec version: 20180828
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.SortOrder = void 0;
16
+ /**
17
+ * Sort orders.
18
+ **/
19
+ var SortOrder;
20
+ (function (SortOrder) {
21
+ SortOrder["Asc"] = "ASC";
22
+ SortOrder["Desc"] = "DESC";
23
+ })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
24
+ (function (SortOrder) {
25
+ function getJsonObj(obj) {
26
+ return obj;
27
+ }
28
+ SortOrder.getJsonObj = getJsonObj;
29
+ function getDeserializedJsonObj(obj) {
30
+ return obj;
31
+ }
32
+ SortOrder.getDeserializedJsonObj = getDeserializedJsonObj;
33
+ })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
34
+ //# sourceMappingURL=sort-order.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-order.js","sourceRoot":"","sources":["../../../../../lib/vbsinst/lib/model/sort-order.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB;AAED,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOzB"}
@@ -0,0 +1,51 @@
1
+ /**
2
+ * VbsControlplaneInstance API
3
+ * A description of the VbsControlplaneInstance API
4
+ * OpenAPI spec version: 20180828
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
+ /**
14
+ * The information to be updated.
15
+ */
16
+ export interface UpdateVbsInstanceDetails {
17
+ /**
18
+ * Display Name
19
+ */
20
+ "displayName": string;
21
+ /**
22
+ * Whether VBS is authorized to create and use resources in the customer tenancy
23
+ */
24
+ "isResourceUsageAgreementGranted"?: boolean;
25
+ /**
26
+ * Compartment where VBS may create additional resources for the service instance
27
+ */
28
+ "resourceCompartmentId"?: string;
29
+ /**
30
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
31
+ * Example: `{\"bar-key\": \"value\"}`
32
+ *
33
+ */
34
+ "freeformTags"?: {
35
+ [key: string]: string;
36
+ };
37
+ /**
38
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
39
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
40
+ *
41
+ */
42
+ "definedTags"?: {
43
+ [key: string]: {
44
+ [key: string]: any;
45
+ };
46
+ };
47
+ }
48
+ export declare namespace UpdateVbsInstanceDetails {
49
+ function getJsonObj(obj: UpdateVbsInstanceDetails): object;
50
+ function getDeserializedJsonObj(obj: UpdateVbsInstanceDetails): object;
51
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * VbsControlplaneInstance API
4
+ * A description of the VbsControlplaneInstance API
5
+ * OpenAPI spec version: 20180828
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.UpdateVbsInstanceDetails = void 0;
16
+ var UpdateVbsInstanceDetails;
17
+ (function (UpdateVbsInstanceDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateVbsInstanceDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateVbsInstanceDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateVbsInstanceDetails = exports.UpdateVbsInstanceDetails || (exports.UpdateVbsInstanceDetails = {}));
29
+ //# sourceMappingURL=update-vbs-instance-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-vbs-instance-details.js","sourceRoot":"","sources":["../../../../../lib/vbsinst/lib/model/update-vbs-instance-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmCH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * VbsControlplaneInstance API
3
+ * A description of the VbsControlplaneInstance API
4
+ * OpenAPI spec version: 20180828
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
+ /**
15
+ * Wrapped list of Visual Builder Studio service instances
16
+ */
17
+ export interface VbsInstanceSummaryCollection {
18
+ /**
19
+ * The Visual Builder Studio service instances
20
+ */
21
+ "items": Array<model.VbsInstanceSummary>;
22
+ }
23
+ export declare namespace VbsInstanceSummaryCollection {
24
+ function getJsonObj(obj: VbsInstanceSummaryCollection): object;
25
+ function getDeserializedJsonObj(obj: VbsInstanceSummaryCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * VbsControlplaneInstance API
4
+ * A description of the VbsControlplaneInstance API
5
+ * OpenAPI spec version: 20180828
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.VbsInstanceSummaryCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var VbsInstanceSummaryCollection;
37
+ (function (VbsInstanceSummaryCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.VbsInstanceSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ VbsInstanceSummaryCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.VbsInstanceSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ VbsInstanceSummaryCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(VbsInstanceSummaryCollection = exports.VbsInstanceSummaryCollection || (exports.VbsInstanceSummaryCollection = {}));
61
+ //# sourceMappingURL=vbs-instance-summary-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vbs-instance-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/vbsinst/lib/model/vbs-instance-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,4BAA4B,CA6B5C;AA7BD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,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,uCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,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,mDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA6B5C"}
@@ -0,0 +1,86 @@
1
+ /**
2
+ * VbsControlplaneInstance API
3
+ * A description of the VbsControlplaneInstance API
4
+ * OpenAPI spec version: 20180828
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
+ /**
15
+ * Summary of the Visual Builder Studio service instance
16
+ */
17
+ export interface VbsInstanceSummary {
18
+ /**
19
+ * Unique identifier that is immutable on creation
20
+ */
21
+ "id": string;
22
+ /**
23
+ * Service instance name (unique identifier)
24
+ */
25
+ "name": string;
26
+ /**
27
+ * Service instance display name
28
+ */
29
+ "displayName": string;
30
+ /**
31
+ * Compartment of the service instance
32
+ */
33
+ "compartmentId": string;
34
+ /**
35
+ * Whether the VBS service instance owner explicitly approved VBS to create and use resources in the customer tenancy
36
+ */
37
+ "isResourceUsageAgreementGranted"?: boolean;
38
+ /**
39
+ * The time the the VbsInstance was created. An RFC3339 formatted datetime string
40
+ */
41
+ "timeCreated"?: Date;
42
+ /**
43
+ * The time the VbsInstance was updated. An RFC3339 formatted datetime string
44
+ */
45
+ "timeUpdated"?: Date;
46
+ /**
47
+ * The current state of the VbsInstance.
48
+ */
49
+ "lifecycleState"?: model.LifecycleState;
50
+ /**
51
+ * A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
52
+ */
53
+ "lifecycleDetails"?: string;
54
+ /**
55
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
56
+ * Example: `{\"bar-key\": \"value\"}`
57
+ *
58
+ */
59
+ "freeformTags"?: {
60
+ [key: string]: string;
61
+ };
62
+ /**
63
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
64
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
65
+ *
66
+ */
67
+ "definedTags"?: {
68
+ [key: string]: {
69
+ [key: string]: any;
70
+ };
71
+ };
72
+ /**
73
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
74
+ * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
75
+ *
76
+ */
77
+ "systemTags"?: {
78
+ [key: string]: {
79
+ [key: string]: any;
80
+ };
81
+ };
82
+ }
83
+ export declare namespace VbsInstanceSummary {
84
+ function getJsonObj(obj: VbsInstanceSummary): object;
85
+ function getDeserializedJsonObj(obj: VbsInstanceSummary): object;
86
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * VbsControlplaneInstance API
4
+ * A description of the VbsControlplaneInstance API
5
+ * OpenAPI spec version: 20180828
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.VbsInstanceSummary = void 0;
16
+ var VbsInstanceSummary;
17
+ (function (VbsInstanceSummary) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ VbsInstanceSummary.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ VbsInstanceSummary.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(VbsInstanceSummary = exports.VbsInstanceSummary || (exports.VbsInstanceSummary = {}));
29
+ //# sourceMappingURL=vbs-instance-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vbs-instance-summary.js","sourceRoot":"","sources":["../../../../../lib/vbsinst/lib/model/vbs-instance-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiEH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
@@ -0,0 +1,94 @@
1
+ /**
2
+ * VbsControlplaneInstance API
3
+ * A description of the VbsControlplaneInstance API
4
+ * OpenAPI spec version: 20180828
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
+ /**
15
+ * Visual Builder Studio service instance
16
+ */
17
+ export interface VbsInstance {
18
+ /**
19
+ * Unique identifier that is immutable on creation
20
+ */
21
+ "id": string;
22
+ /**
23
+ * Service instance name (unique identifier)
24
+ */
25
+ "name": string;
26
+ /**
27
+ * Service instance display name
28
+ */
29
+ "displayName": string;
30
+ /**
31
+ * Compartment of the service instance
32
+ */
33
+ "compartmentId": string;
34
+ /**
35
+ * Whether the VBS service instance owner explicitly approved VBS to create and use resources in the customer tenancy
36
+ */
37
+ "isResourceUsageAgreementGranted"?: boolean;
38
+ /**
39
+ * Compartment where VBS may create additional resources for the service instance
40
+ */
41
+ "resourceCompartmentId"?: string;
42
+ /**
43
+ * Public web URL for accessing the VBS service instance
44
+ */
45
+ "vbsAccessUrl"?: string;
46
+ /**
47
+ * The time the the VbsInstance was created. An RFC3339 formatted datetime string
48
+ */
49
+ "timeCreated"?: Date;
50
+ /**
51
+ * The time the VbsInstance was updated. An RFC3339 formatted datetime string
52
+ */
53
+ "timeUpdated"?: Date;
54
+ /**
55
+ * The current state of the VbsInstance.
56
+ */
57
+ "lifecycleState"?: model.LifecycleState;
58
+ /**
59
+ * A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
60
+ */
61
+ "lifecyleDetails"?: string;
62
+ /**
63
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
64
+ * Example: `{\"bar-key\": \"value\"}`
65
+ *
66
+ */
67
+ "freeformTags"?: {
68
+ [key: string]: string;
69
+ };
70
+ /**
71
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
72
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
73
+ *
74
+ */
75
+ "definedTags"?: {
76
+ [key: string]: {
77
+ [key: string]: any;
78
+ };
79
+ };
80
+ /**
81
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
82
+ * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
83
+ *
84
+ */
85
+ "systemTags"?: {
86
+ [key: string]: {
87
+ [key: string]: any;
88
+ };
89
+ };
90
+ }
91
+ export declare namespace VbsInstance {
92
+ function getJsonObj(obj: VbsInstance): object;
93
+ function getDeserializedJsonObj(obj: VbsInstance): object;
94
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * VbsControlplaneInstance API
4
+ * A description of the VbsControlplaneInstance API
5
+ * OpenAPI spec version: 20180828
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.VbsInstance = void 0;
16
+ var VbsInstance;
17
+ (function (VbsInstance) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ VbsInstance.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ VbsInstance.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(VbsInstance = exports.VbsInstance || (exports.VbsInstance = {}));
29
+ //# sourceMappingURL=vbs-instance.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vbs-instance.js","sourceRoot":"","sources":["../../../../../lib/vbsinst/lib/model/vbs-instance.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyEH,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,26 @@
1
+ /**
2
+ * VbsControlplaneInstance API
3
+ * A description of the VbsControlplaneInstance API
4
+ * OpenAPI spec version: 20180828
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
+ /**
15
+ * A list of errors encountered while executing a work request.
16
+ */
17
+ export interface WorkRequestErrorCollection {
18
+ /**
19
+ * The errors.
20
+ */
21
+ "items": Array<model.WorkRequestError>;
22
+ }
23
+ export declare namespace WorkRequestErrorCollection {
24
+ function getJsonObj(obj: WorkRequestErrorCollection): object;
25
+ function getDeserializedJsonObj(obj: WorkRequestErrorCollection): object;
26
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ /**
3
+ * VbsControlplaneInstance API
4
+ * A description of the VbsControlplaneInstance API
5
+ * OpenAPI spec version: 20180828
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.WorkRequestErrorCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var WorkRequestErrorCollection;
37
+ (function (WorkRequestErrorCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.WorkRequestError.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ WorkRequestErrorCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.WorkRequestError.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ WorkRequestErrorCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(WorkRequestErrorCollection = exports.WorkRequestErrorCollection || (exports.WorkRequestErrorCollection = {}));
61
+ //# sourceMappingURL=work-request-error-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-request-error-collection.js","sourceRoot":"","sources":["../../../../../lib/vbsinst/lib/model/work-request-error-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,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,gBAAgB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,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,gBAAgB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * VbsControlplaneInstance API
3
+ * A description of the VbsControlplaneInstance API
4
+ * OpenAPI spec version: 20180828
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
+ /**
14
+ * An error encountered while executing a work request.
15
+ */
16
+ export interface WorkRequestError {
17
+ /**
18
+ * A machine-usable code for the error that occured. Error codes are listed on
19
+ * (https://docs.cloud.oracle.com/Content/API/References/apierrors.htm)
20
+ *
21
+ */
22
+ "code": string;
23
+ /**
24
+ * A human readable description of the issue encountered.
25
+ */
26
+ "message": string;
27
+ /**
28
+ * The time the error occured. An RFC3339 formatted datetime string.
29
+ */
30
+ "timestamp": Date;
31
+ }
32
+ export declare namespace WorkRequestError {
33
+ function getJsonObj(obj: WorkRequestError): object;
34
+ function getDeserializedJsonObj(obj: WorkRequestError): object;
35
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * VbsControlplaneInstance API
4
+ * A description of the VbsControlplaneInstance API
5
+ * OpenAPI spec version: 20180828
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.WorkRequestError = void 0;
16
+ var WorkRequestError;
17
+ (function (WorkRequestError) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ WorkRequestError.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ WorkRequestError.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(WorkRequestError = exports.WorkRequestError || (exports.WorkRequestError = {}));
29
+ //# sourceMappingURL=work-request-error.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-request-error.js","sourceRoot":"","sources":["../../../../../lib/vbsinst/lib/model/work-request-error.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyBH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}