oci-bds 2.64.0 → 2.66.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 (114) hide show
  1. package/lib/client.d.ts +122 -42
  2. package/lib/client.js +415 -43
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/add-master-nodes-details.d.ts +41 -0
  5. package/lib/model/add-master-nodes-details.js +58 -0
  6. package/lib/model/add-master-nodes-details.js.map +1 -0
  7. package/lib/model/add-utility-nodes-details.d.ts +41 -0
  8. package/lib/model/add-utility-nodes-details.js +58 -0
  9. package/lib/model/add-utility-nodes-details.js.map +1 -0
  10. package/lib/model/bds-instance-summary.d.ts +4 -0
  11. package/lib/model/bds-instance-summary.js.map +1 -1
  12. package/lib/model/bds-instance.d.ts +4 -0
  13. package/lib/model/bds-instance.js.map +1 -1
  14. package/lib/model/index.d.ts +12 -0
  15. package/lib/model/index.js +14 -2
  16. package/lib/model/index.js.map +1 -1
  17. package/lib/model/install-os-patch-details.d.ts +30 -0
  18. package/lib/model/install-os-patch-details.js +30 -0
  19. package/lib/model/install-os-patch-details.js.map +1 -0
  20. package/lib/model/node.d.ts +4 -0
  21. package/lib/model/node.js.map +1 -1
  22. package/lib/model/operation-types.d.ts +4 -0
  23. package/lib/model/operation-types.js +4 -0
  24. package/lib/model/operation-types.js.map +1 -1
  25. package/lib/model/os-patch-details.d.ts +64 -0
  26. package/lib/model/os-patch-details.js +73 -0
  27. package/lib/model/os-patch-details.js.map +1 -0
  28. package/lib/model/os-patch-package-summary.d.ts +48 -0
  29. package/lib/model/os-patch-package-summary.js +41 -0
  30. package/lib/model/os-patch-package-summary.js.map +1 -0
  31. package/lib/model/os-patch-summary.d.ts +30 -0
  32. package/lib/model/os-patch-summary.js +30 -0
  33. package/lib/model/os-patch-summary.js.map +1 -0
  34. package/lib/model/patch-history-summary.d.ts +17 -0
  35. package/lib/model/patch-history-summary.js +10 -0
  36. package/lib/model/patch-history-summary.js.map +1 -1
  37. package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
  38. package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
  39. package/lib/request/add-block-storage-request.d.ts +1 -1
  40. package/lib/request/add-cloud-sql-request.d.ts +1 -1
  41. package/lib/request/add-kafka-request.d.ts +1 -1
  42. package/lib/request/add-master-nodes-request.d.ts +49 -0
  43. package/lib/request/add-master-nodes-request.js +15 -0
  44. package/lib/request/add-master-nodes-request.js.map +1 -0
  45. package/lib/request/add-utility-nodes-request.d.ts +49 -0
  46. package/lib/request/add-utility-nodes-request.js +15 -0
  47. package/lib/request/add-utility-nodes-request.js.map +1 -0
  48. package/lib/request/add-worker-nodes-request.d.ts +1 -1
  49. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  50. package/lib/request/change-shape-request.d.ts +1 -1
  51. package/lib/request/create-bds-api-key-request.d.ts +1 -1
  52. package/lib/request/create-bds-instance-request.d.ts +1 -1
  53. package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
  54. package/lib/request/delete-bds-api-key-request.d.ts +1 -1
  55. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  56. package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
  57. package/lib/request/execute-bootstrap-script-request.d.ts +1 -1
  58. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  59. package/lib/request/get-bds-api-key-request.d.ts +1 -1
  60. package/lib/request/get-bds-instance-request.d.ts +1 -1
  61. package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
  62. package/lib/request/get-os-patch-details-request.d.ts +48 -0
  63. package/lib/request/get-os-patch-details-request.js +15 -0
  64. package/lib/request/get-os-patch-details-request.js.map +1 -0
  65. package/lib/request/get-work-request-request.d.ts +1 -1
  66. package/lib/request/index.d.ts +10 -0
  67. package/lib/request/index.js +3 -1
  68. package/lib/request/index.js.map +1 -1
  69. package/lib/request/install-os-patch-request.d.ts +49 -0
  70. package/lib/request/install-os-patch-request.js +15 -0
  71. package/lib/request/install-os-patch-request.js.map +1 -0
  72. package/lib/request/install-patch-request.d.ts +1 -1
  73. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  74. package/lib/request/list-bds-api-keys-request.d.ts +1 -1
  75. package/lib/request/list-bds-instances-request.d.ts +1 -1
  76. package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
  77. package/lib/request/list-os-patches-request.d.ts +68 -0
  78. package/lib/request/list-os-patches-request.js +24 -0
  79. package/lib/request/list-os-patches-request.js.map +1 -0
  80. package/lib/request/list-patch-histories-request.d.ts +5 -1
  81. package/lib/request/list-patch-histories-request.js.map +1 -1
  82. package/lib/request/list-patches-request.d.ts +1 -1
  83. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  84. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  85. package/lib/request/list-work-requests-request.d.ts +1 -1
  86. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  87. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  88. package/lib/request/remove-kafka-request.d.ts +1 -1
  89. package/lib/request/remove-node-request.d.ts +1 -1
  90. package/lib/request/restart-node-request.d.ts +1 -1
  91. package/lib/request/start-bds-instance-request.d.ts +1 -1
  92. package/lib/request/stop-bds-instance-request.d.ts +1 -1
  93. package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
  94. package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
  95. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  96. package/lib/request/update-bds-instance-request.d.ts +1 -1
  97. package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
  98. package/lib/response/add-master-nodes-response.d.ts +25 -0
  99. package/lib/response/add-master-nodes-response.js +15 -0
  100. package/lib/response/add-master-nodes-response.js.map +1 -0
  101. package/lib/response/add-utility-nodes-response.d.ts +25 -0
  102. package/lib/response/add-utility-nodes-response.js +15 -0
  103. package/lib/response/add-utility-nodes-response.js.map +1 -0
  104. package/lib/response/get-os-patch-details-response.d.ts +30 -0
  105. package/lib/response/get-os-patch-details-response.js +15 -0
  106. package/lib/response/get-os-patch-details-response.js.map +1 -0
  107. package/lib/response/index.d.ts +10 -0
  108. package/lib/response/install-os-patch-response.d.ts +25 -0
  109. package/lib/response/install-os-patch-response.js +15 -0
  110. package/lib/response/install-os-patch-response.js.map +1 -0
  111. package/lib/response/list-os-patches-response.d.ts +37 -0
  112. package/lib/response/list-os-patches-response.js +15 -0
  113. package/lib/response/list-os-patches-response.js.map +1 -0
  114. package/package.json +3 -3
@@ -27,6 +27,16 @@ var PatchHistorySummary;
27
27
  */
28
28
  LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
29
29
  })(LifecycleState = PatchHistorySummary.LifecycleState || (PatchHistorySummary.LifecycleState = {}));
30
+ let PatchType;
31
+ (function (PatchType) {
32
+ PatchType["Odh"] = "ODH";
33
+ PatchType["Os"] = "OS";
34
+ /**
35
+ * This value is used if a service returns a value for this enum that is not recognized by this
36
+ * version of the SDK.
37
+ */
38
+ PatchType["UnknownValue"] = "UNKNOWN_VALUE";
39
+ })(PatchType = PatchHistorySummary.PatchType || (PatchHistorySummary.PatchType = {}));
30
40
  function getJsonObj(obj) {
31
41
  const jsonObj = Object.assign(Object.assign({}, obj), {});
32
42
  return jsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"patch-history-summary.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/patch-history-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuBH,IAAiB,mBAAmB,CAsBnC;AAtBD,WAAiB,mBAAmB;IAClC,IAAY,cASX;IATD,WAAY,cAAc;QACxB,2CAAyB,CAAA;QACzB,yCAAuB,CAAA;QACvB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EATW,cAAc,GAAd,kCAAc,KAAd,kCAAc,QASzB;IAED,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAtBgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAsBnC"}
1
+ {"version":3,"file":"patch-history-summary.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/patch-history-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AA+BH,IAAiB,mBAAmB,CAgCnC;AAhCD,WAAiB,mBAAmB;IAClC,IAAY,cASX;IATD,WAAY,cAAc;QACxB,2CAAyB,CAAA;QACzB,yCAAuB,CAAA;QACvB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EATW,cAAc,GAAd,kCAAc,KAAd,kCAAc,QASzB;IAED,IAAY,SAQX;IARD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,sBAAS,CAAA;QACT;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EARW,SAAS,GAAT,6BAAS,KAAT,6BAAS,QAQpB;IAED,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAhCgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAgCnC"}
@@ -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.64.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.66.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.64.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.66.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.64.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.66.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.64.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.66.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.64.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.66.0/bds/AddKafka.ts.html |here} to see how to use AddKafkaRequest.
17
17
  */
18
18
  export interface AddKafkaRequest 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.66.0/bds/AddMasterNodes.ts.html |here} to see how to use AddMasterNodesRequest.
17
+ */
18
+ export interface AddMasterNodesRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * Details for the newly added nodes.
25
+ */
26
+ "addMasterNodesDetails": model.AddMasterNodesDetails;
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=add-master-nodes-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-master-nodes-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/add-master-nodes-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.66.0/bds/AddUtilityNodes.ts.html |here} to see how to use AddUtilityNodesRequest.
17
+ */
18
+ export interface AddUtilityNodesRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * Details for the newly added nodes.
25
+ */
26
+ "addUtilityNodesDetails": model.AddUtilityNodesDetails;
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=add-utility-nodes-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-utility-nodes-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/add-utility-nodes-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.64.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.66.0/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.64.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.66.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.64.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.66.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.64.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.66.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.64.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.66.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.64.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.66.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.64.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.66.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.64.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.66.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.64.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.66.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfigurationRequest.
16
16
  */
17
17
  export interface DeleteBdsMetastoreConfigurationRequest 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.64.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.66.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.64.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.66.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.64.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.66.0/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.64.0/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/2.66.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstanceRequest.
16
16
  */
17
17
  export interface GetBdsInstanceRequest 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.64.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfigurationRequest.
16
16
  */
17
17
  export interface GetBdsMetastoreConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,48 @@
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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetailsRequest.
16
+ */
17
+ export interface GetOsPatchDetailsRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the cluster.
20
+ */
21
+ "bdsInstanceId": string;
22
+ /**
23
+ * The version of the OS patch.
24
+ */
25
+ "osPatchVersion": string;
26
+ /**
27
+ * The client request ID for tracing.
28
+ */
29
+ "opcRequestId"?: string;
30
+ /**
31
+ * For optimistic concurrency control. In the PUT or DELETE call
32
+ * for a resource, set the `if-match` parameter to the value of the
33
+ * etag from a previous GET or POST response for that resource.
34
+ * The resource will be updated or deleted only if the etag you
35
+ * provide matches the resource's current etag value.
36
+ *
37
+ */
38
+ "ifMatch"?: string;
39
+ /**
40
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
41
+ * server error, without risk of executing that same action again. Retry tokens expire after 24
42
+ * hours but can be invalidated before then due to conflicting operations. For example, if a resource
43
+ * has been deleted and purged from the system, then a retry of the original creation request
44
+ * might be rejected.
45
+ *
46
+ */
47
+ "opcRetryToken"?: string;
48
+ }
@@ -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=get-os-patch-details-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-os-patch-details-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/get-os-patch-details-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.64.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -21,6 +21,10 @@ import * as AddCloudSqlRequest from "./add-cloud-sql-request";
21
21
  export import AddCloudSqlRequest = AddCloudSqlRequest.AddCloudSqlRequest;
22
22
  import * as AddKafkaRequest from "./add-kafka-request";
23
23
  export import AddKafkaRequest = AddKafkaRequest.AddKafkaRequest;
24
+ import * as AddMasterNodesRequest from "./add-master-nodes-request";
25
+ export import AddMasterNodesRequest = AddMasterNodesRequest.AddMasterNodesRequest;
26
+ import * as AddUtilityNodesRequest from "./add-utility-nodes-request";
27
+ export import AddUtilityNodesRequest = AddUtilityNodesRequest.AddUtilityNodesRequest;
24
28
  import * as AddWorkerNodesRequest from "./add-worker-nodes-request";
25
29
  export import AddWorkerNodesRequest = AddWorkerNodesRequest.AddWorkerNodesRequest;
26
30
  import * as ChangeBdsInstanceCompartmentRequest from "./change-bds-instance-compartment-request";
@@ -49,8 +53,12 @@ import * as GetBdsInstanceRequest from "./get-bds-instance-request";
49
53
  export import GetBdsInstanceRequest = GetBdsInstanceRequest.GetBdsInstanceRequest;
50
54
  import * as GetBdsMetastoreConfigurationRequest from "./get-bds-metastore-configuration-request";
51
55
  export import GetBdsMetastoreConfigurationRequest = GetBdsMetastoreConfigurationRequest.GetBdsMetastoreConfigurationRequest;
56
+ import * as GetOsPatchDetailsRequest from "./get-os-patch-details-request";
57
+ export import GetOsPatchDetailsRequest = GetOsPatchDetailsRequest.GetOsPatchDetailsRequest;
52
58
  import * as GetWorkRequestRequest from "./get-work-request-request";
53
59
  export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
60
+ import * as InstallOsPatchRequest from "./install-os-patch-request";
61
+ export import InstallOsPatchRequest = InstallOsPatchRequest.InstallOsPatchRequest;
54
62
  import * as InstallPatchRequest from "./install-patch-request";
55
63
  export import InstallPatchRequest = InstallPatchRequest.InstallPatchRequest;
56
64
  import * as ListAutoScalingConfigurationsRequest from "./list-auto-scaling-configurations-request";
@@ -61,6 +69,8 @@ import * as ListBdsInstancesRequest from "./list-bds-instances-request";
61
69
  export import ListBdsInstancesRequest = ListBdsInstancesRequest.ListBdsInstancesRequest;
62
70
  import * as ListBdsMetastoreConfigurationsRequest from "./list-bds-metastore-configurations-request";
63
71
  export import ListBdsMetastoreConfigurationsRequest = ListBdsMetastoreConfigurationsRequest.ListBdsMetastoreConfigurationsRequest;
72
+ import * as ListOsPatchesRequest from "./list-os-patches-request";
73
+ export import ListOsPatchesRequest = ListOsPatchesRequest.ListOsPatchesRequest;
64
74
  import * as ListPatchHistoriesRequest from "./list-patch-histories-request";
65
75
  export import ListPatchHistoriesRequest = ListPatchHistoriesRequest.ListPatchHistoriesRequest;
66
76
  import * as ListPatchesRequest from "./list-patches-request";
@@ -32,7 +32,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
32
32
  return result;
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListPatchHistoriesRequest = exports.ListBdsMetastoreConfigurationsRequest = exports.ListBdsInstancesRequest = exports.ListBdsApiKeysRequest = exports.ListAutoScalingConfigurationsRequest = void 0;
35
+ exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListPatchHistoriesRequest = exports.ListOsPatchesRequest = exports.ListBdsMetastoreConfigurationsRequest = exports.ListBdsInstancesRequest = exports.ListBdsApiKeysRequest = exports.ListAutoScalingConfigurationsRequest = void 0;
36
36
  const ListAutoScalingConfigurationsRequest = __importStar(require("./list-auto-scaling-configurations-request"));
37
37
  exports.ListAutoScalingConfigurationsRequest = ListAutoScalingConfigurationsRequest.ListAutoScalingConfigurationsRequest;
38
38
  const ListBdsApiKeysRequest = __importStar(require("./list-bds-api-keys-request"));
@@ -41,6 +41,8 @@ const ListBdsInstancesRequest = __importStar(require("./list-bds-instances-reque
41
41
  exports.ListBdsInstancesRequest = ListBdsInstancesRequest.ListBdsInstancesRequest;
42
42
  const ListBdsMetastoreConfigurationsRequest = __importStar(require("./list-bds-metastore-configurations-request"));
43
43
  exports.ListBdsMetastoreConfigurationsRequest = ListBdsMetastoreConfigurationsRequest.ListBdsMetastoreConfigurationsRequest;
44
+ const ListOsPatchesRequest = __importStar(require("./list-os-patches-request"));
45
+ exports.ListOsPatchesRequest = ListOsPatchesRequest.ListOsPatchesRequest;
44
46
  const ListPatchHistoriesRequest = __importStar(require("./list-patch-histories-request"));
45
47
  exports.ListPatchHistoriesRequest = ListPatchHistoriesRequest.ListPatchHistoriesRequest;
46
48
  const ListWorkRequestErrorsRequest = __importStar(require("./list-work-request-errors-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AA4CH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,mFAAqE;AACvD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAG9F,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAoDH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,mFAAqE;AACvD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,gFAAkE;AACpD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAG9F,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -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.66.0/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatchRequest.
17
+ */
18
+ export interface InstallOsPatchRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the cluster.
21
+ */
22
+ "bdsInstanceId": string;
23
+ /**
24
+ * Details of the target os patch that will be installed
25
+ */
26
+ "installOsPatchDetails": model.InstallOsPatchDetails;
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=install-os-patch-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"install-os-patch-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/install-os-patch-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.64.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatchRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/InstallPatch.ts.html |here} to see how to use InstallPatchRequest.
17
17
  */
18
18
  export interface InstallPatchRequest 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.64.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest.
17
17
  */
18
18
  export interface ListAutoScalingConfigurationsRequest 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.64.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeysRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeysRequest.
17
17
  */
18
18
  export interface ListBdsApiKeysRequest 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.64.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstancesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstancesRequest.
17
17
  */
18
18
  export interface ListBdsInstancesRequest extends common.BaseRequest {
19
19
  /**