oci-bds 2.73.0 → 2.74.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 (108) hide show
  1. package/lib/client.d.ts +87 -47
  2. package/lib/client.js +303 -47
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/certificate-service-info-details.d.ts +27 -0
  5. package/lib/model/certificate-service-info-details.js +62 -0
  6. package/lib/model/certificate-service-info-details.js.map +1 -0
  7. package/lib/model/certificate-service-info-summary.d.ts +63 -0
  8. package/lib/model/certificate-service-info-summary.js +92 -0
  9. package/lib/model/certificate-service-info-summary.js.map +1 -0
  10. package/lib/model/disable-certificate-details.d.ts +31 -0
  11. package/lib/model/disable-certificate-details.js +62 -0
  12. package/lib/model/disable-certificate-details.js.map +1 -0
  13. package/lib/model/enable-certificate-details.d.ts +43 -0
  14. package/lib/model/enable-certificate-details.js +72 -0
  15. package/lib/model/enable-certificate-details.js.map +1 -0
  16. package/lib/model/host-cert-details.d.ts +34 -0
  17. package/lib/model/host-cert-details.js +30 -0
  18. package/lib/model/host-cert-details.js.map +1 -0
  19. package/lib/model/host-specific-certificate-details.d.ts +43 -0
  20. package/lib/model/host-specific-certificate-details.js +40 -0
  21. package/lib/model/host-specific-certificate-details.js.map +1 -0
  22. package/lib/model/index.d.ts +16 -0
  23. package/lib/model/index.js +18 -2
  24. package/lib/model/index.js.map +1 -1
  25. package/lib/model/operation-types.d.ts +1 -0
  26. package/lib/model/operation-types.js +1 -0
  27. package/lib/model/operation-types.js.map +1 -1
  28. package/lib/model/renew-certificate-details.d.ts +43 -0
  29. package/lib/model/renew-certificate-details.js +72 -0
  30. package/lib/model/renew-certificate-details.js.map +1 -0
  31. package/lib/model/service.d.ts +34 -0
  32. package/lib/model/service.js +45 -0
  33. package/lib/model/service.js.map +1 -0
  34. package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
  35. package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
  36. package/lib/request/add-block-storage-request.d.ts +1 -1
  37. package/lib/request/add-cloud-sql-request.d.ts +1 -1
  38. package/lib/request/add-kafka-request.d.ts +1 -1
  39. package/lib/request/add-master-nodes-request.d.ts +1 -1
  40. package/lib/request/add-utility-nodes-request.d.ts +1 -1
  41. package/lib/request/add-worker-nodes-request.d.ts +1 -1
  42. package/lib/request/certificate-service-info-request.d.ts +49 -0
  43. package/lib/request/certificate-service-info-request.js +15 -0
  44. package/lib/request/certificate-service-info-request.js.map +1 -0
  45. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  46. package/lib/request/change-shape-request.d.ts +1 -1
  47. package/lib/request/create-bds-api-key-request.d.ts +1 -1
  48. package/lib/request/create-bds-instance-request.d.ts +1 -1
  49. package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
  50. package/lib/request/delete-bds-api-key-request.d.ts +1 -1
  51. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  52. package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
  53. package/lib/request/disable-certificate-request.d.ts +49 -0
  54. package/lib/request/disable-certificate-request.js +15 -0
  55. package/lib/request/disable-certificate-request.js.map +1 -0
  56. package/lib/request/enable-certificate-request.d.ts +49 -0
  57. package/lib/request/enable-certificate-request.js +15 -0
  58. package/lib/request/enable-certificate-request.js.map +1 -0
  59. package/lib/request/execute-bootstrap-script-request.d.ts +1 -1
  60. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  61. package/lib/request/get-bds-api-key-request.d.ts +1 -1
  62. package/lib/request/get-bds-instance-request.d.ts +1 -1
  63. package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
  64. package/lib/request/get-os-patch-details-request.d.ts +1 -1
  65. package/lib/request/get-work-request-request.d.ts +1 -1
  66. package/lib/request/index.d.ts +8 -0
  67. package/lib/request/index.js.map +1 -1
  68. package/lib/request/install-os-patch-request.d.ts +1 -1
  69. package/lib/request/install-patch-request.d.ts +1 -1
  70. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  71. package/lib/request/list-bds-api-keys-request.d.ts +1 -1
  72. package/lib/request/list-bds-instances-request.d.ts +1 -1
  73. package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
  74. package/lib/request/list-os-patches-request.d.ts +1 -1
  75. package/lib/request/list-patch-histories-request.d.ts +1 -1
  76. package/lib/request/list-patches-request.d.ts +1 -1
  77. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  78. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  79. package/lib/request/list-work-requests-request.d.ts +1 -1
  80. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  81. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  82. package/lib/request/remove-kafka-request.d.ts +1 -1
  83. package/lib/request/remove-node-request.d.ts +1 -1
  84. package/lib/request/renew-certificate-request.d.ts +49 -0
  85. package/lib/request/renew-certificate-request.js +15 -0
  86. package/lib/request/renew-certificate-request.js.map +1 -0
  87. package/lib/request/restart-node-request.d.ts +1 -1
  88. package/lib/request/start-bds-instance-request.d.ts +1 -1
  89. package/lib/request/stop-bds-instance-request.d.ts +1 -1
  90. package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
  91. package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
  92. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  93. package/lib/request/update-bds-instance-request.d.ts +1 -1
  94. package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
  95. package/lib/response/certificate-service-info-response.d.ts +30 -0
  96. package/lib/response/certificate-service-info-response.js +15 -0
  97. package/lib/response/certificate-service-info-response.js.map +1 -0
  98. package/lib/response/disable-certificate-response.d.ts +25 -0
  99. package/lib/response/disable-certificate-response.js +15 -0
  100. package/lib/response/disable-certificate-response.js.map +1 -0
  101. package/lib/response/enable-certificate-response.d.ts +25 -0
  102. package/lib/response/enable-certificate-response.js +15 -0
  103. package/lib/response/enable-certificate-response.js.map +1 -0
  104. package/lib/response/index.d.ts +8 -0
  105. package/lib/response/renew-certificate-response.d.ts +25 -0
  106. package/lib/response/renew-certificate-response.js +15 -0
  107. package/lib/response/renew-certificate-response.js.map +1 -0
  108. package/package.json +3 -3
@@ -54,6 +54,7 @@ var OperationTypes;
54
54
  OperationTypes["AddKafka"] = "ADD_KAFKA";
55
55
  OperationTypes["RemoveKafka"] = "REMOVE_KAFKA";
56
56
  OperationTypes["ExecuteBootstrapScript"] = "EXECUTE_BOOTSTRAP_SCRIPT";
57
+ OperationTypes["OdhServiceCertificateUpdate"] = "ODH_SERVICE_CERTIFICATE_UPDATE";
57
58
  /**
58
59
  * This value is used if a service returns a value for this enum that is not recognized by this
59
60
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"operation-types.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/operation-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,cA0CX;AA1CD,WAAY,cAAc;IACxB,0CAAwB,CAAA;IACxB,0CAAwB,CAAA;IACxB,0CAAwB,CAAA;IACxB,uDAAqC,CAAA;IACrC,qDAAmC,CAAA;IACnC,uDAAqC,CAAA;IACrC,qDAAmC,CAAA;IACnC,+CAA6B,CAAA;IAC7B,qDAAmC,CAAA;IACnC,wEAAsD,CAAA;IACtD,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAC5B,4CAA0B,CAAA;IAC1B,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,sDAAoC,CAAA;IACpC,gDAA8B,CAAA;IAC9B,iDAA+B,CAAA;IAC/B,iDAA+B,CAAA;IAC/B,4EAA0D,CAAA;IAC1D,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,uEAAqD,CAAA;IACrD,+DAA6C,CAAA;IAC7C,wCAAsB,CAAA;IACtB,wCAAsB,CAAA;IACtB,sCAAoB,CAAA;IACpB,sCAAoB,CAAA;IACpB,wCAAsB,CAAA;IACtB,wCAAsB,CAAA;IACtB,8CAA4B,CAAA;IAC5B,qEAAmD,CAAA;IAEnD;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EA1CW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QA0CzB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
1
+ {"version":3,"file":"operation-types.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/operation-types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,cA2CX;AA3CD,WAAY,cAAc;IACxB,0CAAwB,CAAA;IACxB,0CAAwB,CAAA;IACxB,0CAAwB,CAAA;IACxB,uDAAqC,CAAA;IACrC,qDAAmC,CAAA;IACnC,uDAAqC,CAAA;IACrC,qDAAmC,CAAA;IACnC,+CAA6B,CAAA;IAC7B,qDAAmC,CAAA;IACnC,wEAAsD,CAAA;IACtD,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAC5B,8CAA4B,CAAA;IAC5B,4CAA0B,CAAA;IAC1B,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,sDAAoC,CAAA;IACpC,gDAA8B,CAAA;IAC9B,iDAA+B,CAAA;IAC/B,iDAA+B,CAAA;IAC/B,4EAA0D,CAAA;IAC1D,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,mEAAiD,CAAA;IACjD,uEAAqD,CAAA;IACrD,+DAA6C,CAAA;IAC7C,wCAAsB,CAAA;IACtB,wCAAsB,CAAA;IACtB,sCAAoB,CAAA;IACpB,sCAAoB,CAAA;IACpB,wCAAsB,CAAA;IACtB,wCAAsB,CAAA;IACtB,8CAA4B,CAAA;IAC5B,qEAAmD,CAAA;IACnD,gFAA8D,CAAA;IAE9D;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EA3CW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QA2CzB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
@@ -0,0 +1,43 @@
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
+ * Contact: rahul.ra.arora@oracle.com
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ import * as model from "../model";
15
+ /**
16
+ * The request body info about renew certificate service list.
17
+ */
18
+ export interface RenewCertificateDetails {
19
+ /**
20
+ * Base-64 encoded password for the cluster admin user.
21
+ */
22
+ "clusterAdminPassword": string;
23
+ /**
24
+ * List of services for which certificate needs to be renewed. If no services provided renew will happen only for default services - AMBARI,RANGER,HUE,LIVY.
25
+ */
26
+ "services"?: Array<model.Service>;
27
+ /**
28
+ * Plain text certificate/s in order, separated by new line character. If not provided in request a self-signed root certificate is generated inside the cluster. In case hostCertDetails is provided, root certificate is mandatory.
29
+ */
30
+ "rootCertificate"?: string;
31
+ /**
32
+ * List of leaf certificates to use for services on each host. If custom host certificate is provided the root certificate becomes required.
33
+ */
34
+ "hostCertDetails"?: Array<model.HostCertDetails>;
35
+ /**
36
+ * Base-64 encoded password for CA certificate's private key. This value can be empty.
37
+ */
38
+ "serverKeyPassword"?: string;
39
+ }
40
+ export declare namespace RenewCertificateDetails {
41
+ function getJsonObj(obj: RenewCertificateDetails): object;
42
+ function getDeserializedJsonObj(obj: RenewCertificateDetails): object;
43
+ }
@@ -0,0 +1,72 @@
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
+ * Contact: rahul.ra.arora@oracle.com
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.RenewCertificateDetails = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var RenewCertificateDetails;
38
+ (function (RenewCertificateDetails) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "services": obj.services
42
+ ? obj.services.map(item => {
43
+ return model.Service.getJsonObj(item);
44
+ })
45
+ : undefined,
46
+ "hostCertDetails": obj.hostCertDetails
47
+ ? obj.hostCertDetails.map(item => {
48
+ return model.HostCertDetails.getJsonObj(item);
49
+ })
50
+ : undefined
51
+ });
52
+ return jsonObj;
53
+ }
54
+ RenewCertificateDetails.getJsonObj = getJsonObj;
55
+ function getDeserializedJsonObj(obj) {
56
+ const jsonObj = Object.assign(Object.assign({}, obj), {
57
+ "services": obj.services
58
+ ? obj.services.map(item => {
59
+ return model.Service.getDeserializedJsonObj(item);
60
+ })
61
+ : undefined,
62
+ "hostCertDetails": obj.hostCertDetails
63
+ ? obj.hostCertDetails.map(item => {
64
+ return model.HostCertDetails.getDeserializedJsonObj(item);
65
+ })
66
+ : undefined
67
+ });
68
+ return jsonObj;
69
+ }
70
+ RenewCertificateDetails.getDeserializedJsonObj = getDeserializedJsonObj;
71
+ })(RenewCertificateDetails = exports.RenewCertificateDetails || (exports.RenewCertificateDetails = {}));
72
+ //# sourceMappingURL=renew-certificate-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"renew-certificate-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/renew-certificate-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6BlC,IAAiB,uBAAuB,CAyCvC;AAzCD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,kCAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,OAAO,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,8CAAsB,yBAmBrC,CAAA;AACH,CAAC,EAzCgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAyCvC"}
@@ -0,0 +1,34 @@
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
+ * Contact: rahul.ra.arora@oracle.com
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ /**
15
+ * The type of service.
16
+ **/
17
+ export declare enum Service {
18
+ Zookeeper = "ZOOKEEPER",
19
+ Ams = "AMS",
20
+ Hdfs = "HDFS",
21
+ Yarn = "YARN",
22
+ Mapreduce = "MAPREDUCE",
23
+ Oozie = "OOZIE",
24
+ Hbase = "HBASE",
25
+ Spark = "SPARK",
26
+ Hive = "HIVE",
27
+ Kafka = "KAFKA",
28
+ Flink = "FLINK",
29
+ Registry = "REGISTRY"
30
+ }
31
+ export declare namespace Service {
32
+ function getJsonObj(obj: Service): Service;
33
+ function getDeserializedJsonObj(obj: Service): Service;
34
+ }
@@ -0,0 +1,45 @@
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
+ * Contact: rahul.ra.arora@oracle.com
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.Service = void 0;
17
+ /**
18
+ * The type of service.
19
+ **/
20
+ var Service;
21
+ (function (Service) {
22
+ Service["Zookeeper"] = "ZOOKEEPER";
23
+ Service["Ams"] = "AMS";
24
+ Service["Hdfs"] = "HDFS";
25
+ Service["Yarn"] = "YARN";
26
+ Service["Mapreduce"] = "MAPREDUCE";
27
+ Service["Oozie"] = "OOZIE";
28
+ Service["Hbase"] = "HBASE";
29
+ Service["Spark"] = "SPARK";
30
+ Service["Hive"] = "HIVE";
31
+ Service["Kafka"] = "KAFKA";
32
+ Service["Flink"] = "FLINK";
33
+ Service["Registry"] = "REGISTRY";
34
+ })(Service = exports.Service || (exports.Service = {}));
35
+ (function (Service) {
36
+ function getJsonObj(obj) {
37
+ return obj;
38
+ }
39
+ Service.getJsonObj = getJsonObj;
40
+ function getDeserializedJsonObj(obj) {
41
+ return obj;
42
+ }
43
+ Service.getDeserializedJsonObj = getDeserializedJsonObj;
44
+ })(Service = exports.Service || (exports.Service = {}));
45
+ //# sourceMappingURL=service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"service.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/service.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;IAEI;AACJ,IAAY,OAaX;AAbD,WAAY,OAAO;IACjB,kCAAuB,CAAA;IACvB,sBAAW,CAAA;IACX,wBAAa,CAAA;IACb,wBAAa,CAAA;IACb,kCAAuB,CAAA;IACvB,0BAAe,CAAA;IACf,0BAAe,CAAA;IACf,0BAAe,CAAA;IACf,wBAAa,CAAA;IACb,0BAAe,CAAA;IACf,0BAAe,CAAA;IACf,gCAAqB,CAAA;AACvB,CAAC,EAbW,OAAO,GAAP,eAAO,KAAP,eAAO,QAalB;AAED,WAAiB,OAAO;IACtB,SAAgB,UAAU,CAAC,GAAY;QACrC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,kBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAY;QACjD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,8BAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAOvB"}
@@ -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.73.0/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/2.74.0/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.73.0/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/2.74.0/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.73.0/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/2.74.0/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.73.0/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/2.74.0/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.73.0/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/2.74.0/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.73.0/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/2.74.0/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.73.0/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/2.74.0/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.73.0/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/2.74.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodesRequest.
17
17
  */
18
18
  export interface AddWorkerNodesRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,49 @@
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, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/CertificateServiceInfo.ts.html |here} to see how to use CertificateServiceInfoRequest.
17
+ */
18
+ export interface CertificateServiceInfoRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * Details for certificate service info
25
+ */
26
+ "certificateServiceInfoDetails": model.CertificateServiceInfoDetails;
27
+ /**
28
+ * The client request ID for tracing.
29
+ */
30
+ "opcRequestId"?: string;
31
+ /**
32
+ * For optimistic concurrency control. In the PUT or DELETE call
33
+ * for a resource, set the `if-match` parameter to the value of the
34
+ * etag from a previous GET or POST response for that resource.
35
+ * The resource will be updated or deleted only if the etag you
36
+ * provide matches the resource's current etag value.
37
+ *
38
+ */
39
+ "ifMatch"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
43
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
44
+ * has been deleted and purged from the system, then a retry of the original creation request
45
+ * might be rejected.
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ }
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=certificate-service-info-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"certificate-service-info-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/certificate-service-info-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.73.0/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/2.74.0/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.73.0/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/2.74.0/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.73.0/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/2.74.0/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.73.0/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/2.74.0/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.73.0/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/2.74.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfigurationRequest.
17
17
  */
18
18
  export interface CreateBdsMetastoreConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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/2.74.0/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.73.0/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/2.74.0/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.73.0/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/2.74.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest.
16
16
  */
17
17
  export interface DeleteBdsMetastoreConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,49 @@
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, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/DisableCertificate.ts.html |here} to see how to use DisableCertificateRequest.
17
+ */
18
+ export interface DisableCertificateRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * Details for disabling certificate.
25
+ */
26
+ "disableCertificateDetails": model.DisableCertificateDetails;
27
+ /**
28
+ * The client request ID for tracing.
29
+ */
30
+ "opcRequestId"?: string;
31
+ /**
32
+ * For optimistic concurrency control. In the PUT or DELETE call
33
+ * for a resource, set the `if-match` parameter to the value of the
34
+ * etag from a previous GET or POST response for that resource.
35
+ * The resource will be updated or deleted only if the etag you
36
+ * provide matches the resource's current etag value.
37
+ *
38
+ */
39
+ "ifMatch"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
43
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
44
+ * has been deleted and purged from the system, then a retry of the original creation request
45
+ * might be rejected.
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ }
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=disable-certificate-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"disable-certificate-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/disable-certificate-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,49 @@
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, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.74.0/bds/EnableCertificate.ts.html |here} to see how to use EnableCertificateRequest.
17
+ */
18
+ export interface EnableCertificateRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * Details for configuring certificate.
25
+ */
26
+ "enableCertificateDetails": model.EnableCertificateDetails;
27
+ /**
28
+ * The client request ID for tracing.
29
+ */
30
+ "opcRequestId"?: string;
31
+ /**
32
+ * For optimistic concurrency control. In the PUT or DELETE call
33
+ * for a resource, set the `if-match` parameter to the value of the
34
+ * etag from a previous GET or POST response for that resource.
35
+ * The resource will be updated or deleted only if the etag you
36
+ * provide matches the resource's current etag value.
37
+ *
38
+ */
39
+ "ifMatch"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
43
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
44
+ * has been deleted and purged from the system, then a retry of the original creation request
45
+ * might be rejected.
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ }
@@ -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, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=enable-certificate-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enable-certificate-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/enable-certificate-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.73.0/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/2.74.0/bds/ExecuteBootstrapScript.ts.html |here} to see how to use ExecuteBootstrapScriptRequest.
17
17
  */
18
18
  export interface ExecuteBootstrapScriptRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/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/2.74.0/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.73.0/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/2.74.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKeyRequest.
16
16
  */
17
17
  export interface GetBdsApiKeyRequest extends common.BaseRequest {
18
18
  /**