oci-bds 2.89.4 → 2.91.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 (166) hide show
  1. package/lib/bds-waiter.d.ts +8 -0
  2. package/lib/bds-waiter.js +12 -0
  3. package/lib/bds-waiter.js.map +1 -1
  4. package/lib/client.d.ts +158 -66
  5. package/lib/client.js +495 -66
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/auto-scale-policy-metric-rule.d.ts +2 -1
  8. package/lib/model/auto-scale-policy-metric-rule.js +1 -0
  9. package/lib/model/auto-scale-policy-metric-rule.js.map +1 -1
  10. package/lib/model/batching-based-odh-patching-config.d.ts +33 -0
  11. package/lib/model/batching-based-odh-patching-config.js +55 -0
  12. package/lib/model/batching-based-odh-patching-config.js.map +1 -0
  13. package/lib/model/batching-based-patching-configs.d.ts +1 -1
  14. package/lib/model/create-resource-principal-configuration-details.d.ts +34 -0
  15. package/lib/model/create-resource-principal-configuration-details.js +30 -0
  16. package/lib/model/create-resource-principal-configuration-details.js.map +1 -0
  17. package/lib/model/domain-based-odh-patching-config.d.ts +29 -0
  18. package/lib/model/domain-based-odh-patching-config.js +55 -0
  19. package/lib/model/domain-based-odh-patching-config.js.map +1 -0
  20. package/lib/model/domain-based-patching-configs.d.ts +33 -0
  21. package/lib/model/domain-based-patching-configs.js +55 -0
  22. package/lib/model/domain-based-patching-configs.js.map +1 -0
  23. package/lib/model/downtime-based-odh-patching-config.d.ts +25 -0
  24. package/lib/model/downtime-based-odh-patching-config.js +55 -0
  25. package/lib/model/downtime-based-odh-patching-config.js.map +1 -0
  26. package/lib/model/force-refresh-resource-principal-details.d.ts +26 -0
  27. package/lib/model/force-refresh-resource-principal-details.js +30 -0
  28. package/lib/model/force-refresh-resource-principal-details.js.map +1 -0
  29. package/lib/model/index.d.ts +22 -0
  30. package/lib/model/index.js +25 -3
  31. package/lib/model/index.js.map +1 -1
  32. package/lib/model/install-os-patch-details.d.ts +1 -1
  33. package/lib/model/install-os-patch-details.js.map +1 -1
  34. package/lib/model/install-patch-details.d.ts +2 -0
  35. package/lib/model/install-patch-details.js +30 -2
  36. package/lib/model/install-patch-details.js.map +1 -1
  37. package/lib/model/node.d.ts +4 -0
  38. package/lib/model/node.js.map +1 -1
  39. package/lib/model/odh-patching-config.d.ts +23 -0
  40. package/lib/model/odh-patching-config.js +77 -0
  41. package/lib/model/odh-patching-config.js.map +1 -0
  42. package/lib/model/operation-types.d.ts +4 -0
  43. package/lib/model/operation-types.js +4 -0
  44. package/lib/model/operation-types.js.map +1 -1
  45. package/lib/model/patching-configs.d.ts +1 -1
  46. package/lib/model/patching-configs.js +4 -0
  47. package/lib/model/patching-configs.js.map +1 -1
  48. package/lib/model/remove-resource-principal-configuration-details.d.ts +26 -0
  49. package/lib/model/remove-resource-principal-configuration-details.js +30 -0
  50. package/lib/model/remove-resource-principal-configuration-details.js.map +1 -0
  51. package/lib/model/resource-principal-configuration-summary.d.ts +55 -0
  52. package/lib/model/resource-principal-configuration-summary.js +30 -0
  53. package/lib/model/resource-principal-configuration-summary.js.map +1 -0
  54. package/lib/model/resource-principal-configuration.d.ts +72 -0
  55. package/lib/model/resource-principal-configuration.js +44 -0
  56. package/lib/model/resource-principal-configuration.js.map +1 -0
  57. package/lib/model/update-resource-principal-configuration-details.d.ts +30 -0
  58. package/lib/model/update-resource-principal-configuration-details.js +30 -0
  59. package/lib/model/update-resource-principal-configuration-details.js.map +1 -0
  60. package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
  61. package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
  62. package/lib/request/add-block-storage-request.d.ts +1 -1
  63. package/lib/request/add-cloud-sql-request.d.ts +1 -1
  64. package/lib/request/add-kafka-request.d.ts +1 -1
  65. package/lib/request/add-master-nodes-request.d.ts +1 -1
  66. package/lib/request/add-utility-nodes-request.d.ts +1 -1
  67. package/lib/request/add-worker-nodes-request.d.ts +1 -1
  68. package/lib/request/backup-node-request.d.ts +1 -1
  69. package/lib/request/certificate-service-info-request.d.ts +1 -1
  70. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  71. package/lib/request/change-shape-request.d.ts +1 -1
  72. package/lib/request/create-bds-api-key-request.d.ts +1 -1
  73. package/lib/request/create-bds-instance-request.d.ts +1 -1
  74. package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
  75. package/lib/request/create-node-backup-configuration-request.d.ts +1 -1
  76. package/lib/request/create-node-replace-configuration-request.d.ts +1 -1
  77. package/lib/request/create-resource-principal-configuration-request.d.ts +40 -0
  78. package/lib/request/create-resource-principal-configuration-request.js +15 -0
  79. package/lib/request/create-resource-principal-configuration-request.js.map +1 -0
  80. package/lib/request/delete-bds-api-key-request.d.ts +1 -1
  81. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  82. package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
  83. package/lib/request/delete-node-backup-configuration-request.d.ts +1 -1
  84. package/lib/request/delete-node-backup-request.d.ts +1 -1
  85. package/lib/request/disable-certificate-request.d.ts +1 -1
  86. package/lib/request/enable-certificate-request.d.ts +1 -1
  87. package/lib/request/execute-bootstrap-script-request.d.ts +1 -1
  88. package/lib/request/force-refresh-resource-principal-request.d.ts +53 -0
  89. package/lib/request/force-refresh-resource-principal-request.js +15 -0
  90. package/lib/request/force-refresh-resource-principal-request.js.map +1 -0
  91. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  92. package/lib/request/get-bds-api-key-request.d.ts +1 -1
  93. package/lib/request/get-bds-instance-request.d.ts +1 -1
  94. package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
  95. package/lib/request/get-node-backup-configuration-request.d.ts +1 -1
  96. package/lib/request/get-node-backup-request.d.ts +1 -1
  97. package/lib/request/get-node-replace-configuration-request.d.ts +1 -1
  98. package/lib/request/get-os-patch-details-request.d.ts +1 -1
  99. package/lib/request/get-resource-principal-configuration-request.d.ts +30 -0
  100. package/lib/request/get-resource-principal-configuration-request.js +15 -0
  101. package/lib/request/get-resource-principal-configuration-request.js.map +1 -0
  102. package/lib/request/get-work-request-request.d.ts +1 -1
  103. package/lib/request/index.d.ts +12 -0
  104. package/lib/request/index.js +3 -1
  105. package/lib/request/index.js.map +1 -1
  106. package/lib/request/install-os-patch-request.d.ts +1 -1
  107. package/lib/request/install-patch-request.d.ts +1 -1
  108. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  109. package/lib/request/list-bds-api-keys-request.d.ts +1 -1
  110. package/lib/request/list-bds-instances-request.d.ts +1 -1
  111. package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
  112. package/lib/request/list-node-backup-configurations-request.d.ts +1 -1
  113. package/lib/request/list-node-backups-request.d.ts +1 -1
  114. package/lib/request/list-node-replace-configurations-request.d.ts +1 -1
  115. package/lib/request/list-os-patches-request.d.ts +1 -1
  116. package/lib/request/list-patch-histories-request.d.ts +1 -1
  117. package/lib/request/list-patches-request.d.ts +1 -1
  118. package/lib/request/list-resource-principal-configurations-request.d.ts +58 -0
  119. package/lib/request/list-resource-principal-configurations-request.js +24 -0
  120. package/lib/request/list-resource-principal-configurations-request.js.map +1 -0
  121. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  122. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  123. package/lib/request/list-work-requests-request.d.ts +1 -1
  124. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  125. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  126. package/lib/request/remove-kafka-request.d.ts +1 -1
  127. package/lib/request/remove-node-replace-configuration-request.d.ts +1 -1
  128. package/lib/request/remove-node-request.d.ts +1 -1
  129. package/lib/request/remove-resource-principal-configuration-request.d.ts +44 -0
  130. package/lib/request/remove-resource-principal-configuration-request.js +15 -0
  131. package/lib/request/remove-resource-principal-configuration-request.js.map +1 -0
  132. package/lib/request/renew-certificate-request.d.ts +1 -1
  133. package/lib/request/replace-node-request.d.ts +1 -1
  134. package/lib/request/restart-node-request.d.ts +1 -1
  135. package/lib/request/start-bds-instance-request.d.ts +1 -1
  136. package/lib/request/stop-bds-instance-request.d.ts +1 -1
  137. package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
  138. package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
  139. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  140. package/lib/request/update-bds-instance-request.d.ts +1 -1
  141. package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
  142. package/lib/request/update-node-backup-configuration-request.d.ts +1 -1
  143. package/lib/request/update-node-replace-configuration-request.d.ts +1 -1
  144. package/lib/request/update-resource-principal-configuration-request.d.ts +53 -0
  145. package/lib/request/update-resource-principal-configuration-request.js +15 -0
  146. package/lib/request/update-resource-principal-configuration-request.js.map +1 -0
  147. package/lib/response/create-resource-principal-configuration-response.d.ts +25 -0
  148. package/lib/response/create-resource-principal-configuration-response.js +15 -0
  149. package/lib/response/create-resource-principal-configuration-response.js.map +1 -0
  150. package/lib/response/force-refresh-resource-principal-response.d.ts +25 -0
  151. package/lib/response/force-refresh-resource-principal-response.js +15 -0
  152. package/lib/response/force-refresh-resource-principal-response.js.map +1 -0
  153. package/lib/response/get-resource-principal-configuration-response.d.ts +30 -0
  154. package/lib/response/get-resource-principal-configuration-response.js +15 -0
  155. package/lib/response/get-resource-principal-configuration-response.js.map +1 -0
  156. package/lib/response/index.d.ts +12 -0
  157. package/lib/response/list-resource-principal-configurations-response.d.ts +32 -0
  158. package/lib/response/list-resource-principal-configurations-response.js +15 -0
  159. package/lib/response/list-resource-principal-configurations-response.js.map +1 -0
  160. package/lib/response/remove-resource-principal-configuration-response.d.ts +25 -0
  161. package/lib/response/remove-resource-principal-configuration-response.js +15 -0
  162. package/lib/response/remove-resource-principal-configuration-response.js.map +1 -0
  163. package/lib/response/update-resource-principal-configuration-response.d.ts +25 -0
  164. package/lib/response/update-resource-principal-configuration-response.js +15 -0
  165. package/lib/response/update-resource-principal-configuration-response.js.map +1 -0
  166. package/package.json +3 -3
@@ -0,0 +1,72 @@
1
+ /**
2
+ * Big Data Service API
3
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
4
+
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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
+ * Resource Principal Session Token Details.
16
+ */
17
+ export interface ResourcePrincipalConfiguration {
18
+ /**
19
+ * The id of the ResourcePrincipalConfiguration.
20
+ */
21
+ "id": string;
22
+ /**
23
+ * The OCID of the bdsInstance which is the parent resource id.
24
+ */
25
+ "bdsInstanceId": string;
26
+ /**
27
+ * A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
28
+ */
29
+ "displayName": string;
30
+ /**
31
+ * Life span in hours of each resource principal session token. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
32
+ */
33
+ "sessionTokenLifeSpanDurationInHours": number;
34
+ /**
35
+ * The state of the ResourcePrincipalConfiguration.
36
+ */
37
+ "lifecycleState": ResourcePrincipalConfiguration.LifecycleState;
38
+ /**
39
+ * the time the resource principal session token was refreshed, shown as an rfc 3339 formatted datetime string.
40
+ */
41
+ "timeTokenRefreshed"?: Date;
42
+ /**
43
+ * the time the resource principal session token will expired, shown as an rfc 3339 formatted datetime string.
44
+ */
45
+ "timeTokenExpiry"?: Date;
46
+ /**
47
+ * The time the ResourcePrincipalConfiguration was created, shown as an RFC 3339 formatted datetime string.
48
+ */
49
+ "timeCreated": Date;
50
+ /**
51
+ * The time the ResourcePrincipalConfiguration was updated, shown as an RFC 3339 formatted datetime string.
52
+ *
53
+ */
54
+ "timeUpdated": Date;
55
+ }
56
+ export declare namespace ResourcePrincipalConfiguration {
57
+ enum LifecycleState {
58
+ Creating = "CREATING",
59
+ Active = "ACTIVE",
60
+ Updating = "UPDATING",
61
+ Deleting = "DELETING",
62
+ Deleted = "DELETED",
63
+ Failed = "FAILED",
64
+ /**
65
+ * This value is used if a service returns a value for this enum that is not recognized by this
66
+ * version of the SDK.
67
+ */
68
+ UnknownValue = "UNKNOWN_VALUE"
69
+ }
70
+ function getJsonObj(obj: ResourcePrincipalConfiguration): object;
71
+ function getDeserializedJsonObj(obj: ResourcePrincipalConfiguration): object;
72
+ }
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ /**
3
+ * Big Data Service API
4
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
5
+
6
+ * OpenAPI spec version: 20190531
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, 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.ResourcePrincipalConfiguration = void 0;
17
+ var ResourcePrincipalConfiguration;
18
+ (function (ResourcePrincipalConfiguration) {
19
+ let LifecycleState;
20
+ (function (LifecycleState) {
21
+ LifecycleState["Creating"] = "CREATING";
22
+ LifecycleState["Active"] = "ACTIVE";
23
+ LifecycleState["Updating"] = "UPDATING";
24
+ LifecycleState["Deleting"] = "DELETING";
25
+ LifecycleState["Deleted"] = "DELETED";
26
+ LifecycleState["Failed"] = "FAILED";
27
+ /**
28
+ * This value is used if a service returns a value for this enum that is not recognized by this
29
+ * version of the SDK.
30
+ */
31
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
32
+ })(LifecycleState = ResourcePrincipalConfiguration.LifecycleState || (ResourcePrincipalConfiguration.LifecycleState = {}));
33
+ function getJsonObj(obj) {
34
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
35
+ return jsonObj;
36
+ }
37
+ ResourcePrincipalConfiguration.getJsonObj = getJsonObj;
38
+ function getDeserializedJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
40
+ return jsonObj;
41
+ }
42
+ ResourcePrincipalConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
43
+ })(ResourcePrincipalConfiguration = exports.ResourcePrincipalConfiguration || (exports.ResourcePrincipalConfiguration = {}));
44
+ //# sourceMappingURL=resource-principal-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resource-principal-configuration.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/resource-principal-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAgDH,IAAiB,8BAA8B,CAyB9C;AAzBD,WAAiB,8BAA8B;IAC7C,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,6CAAc,KAAd,6CAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAzBgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAyB9C"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Big Data Service API
3
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
4
+
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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
+ * Details of updating the resource principal configuration for the cluster.
16
+ */
17
+ export interface UpdateResourcePrincipalConfigurationDetails {
18
+ /**
19
+ * A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
20
+ */
21
+ "displayName"?: string;
22
+ /**
23
+ * Life span in hours for the resource principal session token. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
24
+ */
25
+ "sessionTokenLifeSpanDurationInHours"?: number;
26
+ }
27
+ export declare namespace UpdateResourcePrincipalConfigurationDetails {
28
+ function getJsonObj(obj: UpdateResourcePrincipalConfigurationDetails): object;
29
+ function getDeserializedJsonObj(obj: UpdateResourcePrincipalConfigurationDetails): object;
30
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * Big Data Service API
4
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
5
+
6
+ * OpenAPI spec version: 20190531
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, 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.UpdateResourcePrincipalConfigurationDetails = void 0;
17
+ var UpdateResourcePrincipalConfigurationDetails;
18
+ (function (UpdateResourcePrincipalConfigurationDetails) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ UpdateResourcePrincipalConfigurationDetails.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ UpdateResourcePrincipalConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(UpdateResourcePrincipalConfigurationDetails = exports.UpdateResourcePrincipalConfigurationDetails || (exports.UpdateResourcePrincipalConfigurationDetails = {}));
30
+ //# sourceMappingURL=update-resource-principal-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-resource-principal-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/update-resource-principal-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAmBH,IAAiB,2CAA2C,CAW3D;AAXD,WAAiB,2CAA2C;IAC1D,SAAgB,UAAU,CAAC,GAAgD;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgD;QACrF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QAW3D"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface ActivateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface AddAutoScalingConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorageRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorageRequest.
17
17
  */
18
18
  export interface AddBlockStorageRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSqlRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSqlRequest.
17
17
  */
18
18
  export interface AddCloudSqlRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/AddKafka.ts.html |here} to see how to use AddKafkaRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/AddKafka.ts.html |here} to see how to use AddKafkaRequest.
17
17
  */
18
18
  export interface AddKafkaRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodesRequest.
17
17
  */
18
18
  export interface AddMasterNodesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodesRequest.
17
17
  */
18
18
  export interface AddUtilityNodesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodesRequest.
17
17
  */
18
18
  export interface AddWorkerNodesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/BackupNode.ts.html |here} to see how to use BackupNodeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/BackupNode.ts.html |here} to see how to use BackupNodeRequest.
17
17
  */
18
18
  export interface BackupNodeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/CertificateServiceInfo.ts.html |here} to see how to use CertificateServiceInfoRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CertificateServiceInfo.ts.html |here} to see how to use CertificateServiceInfoRequest.
17
17
  */
18
18
  export interface CertificateServiceInfoRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartmentRequest.
17
17
  */
18
18
  export interface ChangeBdsInstanceCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ChangeShape.ts.html |here} to see how to use ChangeShapeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ChangeShape.ts.html |here} to see how to use ChangeShapeRequest.
17
17
  */
18
18
  export interface ChangeShapeRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKeyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKeyRequest.
17
17
  */
18
18
  export interface CreateBdsApiKeyRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstanceRequest.
17
17
  */
18
18
  export interface CreateBdsInstanceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface CreateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/CreateNodeBackupConfiguration.ts.html |here} to see how to use CreateNodeBackupConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CreateNodeBackupConfiguration.ts.html |here} to see how to use CreateNodeBackupConfigurationRequest.
17
17
  */
18
18
  export interface CreateNodeBackupConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/CreateNodeReplaceConfiguration.ts.html |here} to see how to use CreateNodeReplaceConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CreateNodeReplaceConfiguration.ts.html |here} to see how to use CreateNodeReplaceConfigurationRequest.
17
17
  */
18
18
  export interface CreateNodeReplaceConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/CreateResourcePrincipalConfiguration.ts.html |here} to see how to use CreateResourcePrincipalConfigurationRequest.
17
+ */
18
+ export interface CreateResourcePrincipalConfigurationRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * Details of creating resource principal session token for the bds cluster.
25
+ */
26
+ "createResourcePrincipalConfigurationDetails": model.CreateResourcePrincipalConfigurationDetails;
27
+ /**
28
+ * The client request ID for tracing.
29
+ */
30
+ "opcRequestId"?: string;
31
+ /**
32
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
33
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
34
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
35
+ * has been deleted and purged from the system, then a retry of the original creation request
36
+ * might be rejected.
37
+ *
38
+ */
39
+ "opcRetryToken"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-resource-principal-configuration-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-resource-principal-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/create-resource-principal-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKeyRequest.
16
16
  */
17
17
  export interface DeleteBdsApiKeyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstanceRequest.
16
16
  */
17
17
  export interface DeleteBdsInstanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest.
16
16
  */
17
17
  export interface DeleteBdsMetastoreConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/DeleteNodeBackupConfiguration.ts.html |here} to see how to use DeleteNodeBackupConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeleteNodeBackupConfiguration.ts.html |here} to see how to use DeleteNodeBackupConfigurationRequest.
16
16
  */
17
17
  export interface DeleteNodeBackupConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/DeleteNodeBackup.ts.html |here} to see how to use DeleteNodeBackupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DeleteNodeBackup.ts.html |here} to see how to use DeleteNodeBackupRequest.
16
16
  */
17
17
  export interface DeleteNodeBackupRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/DisableCertificate.ts.html |here} to see how to use DisableCertificateRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/DisableCertificate.ts.html |here} to see how to use DisableCertificateRequest.
17
17
  */
18
18
  export interface DisableCertificateRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/EnableCertificate.ts.html |here} to see how to use EnableCertificateRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/EnableCertificate.ts.html |here} to see how to use EnableCertificateRequest.
17
17
  */
18
18
  export interface EnableCertificateRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScriptRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScriptRequest.
17
17
  */
18
18
  export interface ExecuteBootstrapScriptRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,53 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190531
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/ForceRefreshResourcePrincipal.ts.html |here} to see how to use ForceRefreshResourcePrincipalRequest.
17
+ */
18
+ export interface ForceRefreshResourcePrincipalRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * Unique Oracle-assigned identifier of the ResourcePrincipalConfiguration.
25
+ */
26
+ "resourcePrincipalConfigurationId": string;
27
+ /**
28
+ * Details of refreshing resource principal session token
29
+ */
30
+ "forceRefreshResourcePrincipalDetails": model.ForceRefreshResourcePrincipalDetails;
31
+ /**
32
+ * The client request ID for tracing.
33
+ */
34
+ "opcRequestId"?: string;
35
+ /**
36
+ * For optimistic concurrency control. In the PUT or DELETE call
37
+ * for a resource, set the {@code if-match} parameter to the value of the
38
+ * etag from a previous GET or POST response for that resource.
39
+ * The resource will be updated or deleted only if the etag you
40
+ * provide matches the resource's current etag value.
41
+ *
42
+ */
43
+ "ifMatch"?: string;
44
+ /**
45
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
46
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
47
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
48
+ * has been deleted and purged from the system, then a retry of the original creation request
49
+ * might be rejected.
50
+ *
51
+ */
52
+ "opcRetryToken"?: string;
53
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=force-refresh-resource-principal-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"force-refresh-resource-principal-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/force-refresh-resource-principal-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
16
16
  */
17
17
  export interface GetAutoScalingConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKeyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKeyRequest.
16
16
  */
17
17
  export interface GetBdsApiKeyRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstanceRequest.
16
16
  */
17
17
  export interface GetBdsInstanceRequest extends common.BaseRequest {
18
18
  /**