oci-bds 2.7.0 → 2.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (140) hide show
  1. package/lib/bds-waiter.d.ts +16 -0
  2. package/lib/bds-waiter.js +24 -0
  3. package/lib/bds-waiter.js.map +1 -1
  4. package/lib/client.d.ts +200 -22
  5. package/lib/client.js +883 -57
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/activate-bds-metastore-configuration-details.d.ts +30 -0
  8. package/lib/model/activate-bds-metastore-configuration-details.js +30 -0
  9. package/lib/model/activate-bds-metastore-configuration-details.js.map +1 -0
  10. package/lib/model/bds-api-key-summary.d.ts +46 -0
  11. package/lib/model/bds-api-key-summary.js +30 -0
  12. package/lib/model/bds-api-key-summary.js.map +1 -0
  13. package/lib/model/bds-api-key.d.ts +74 -0
  14. package/lib/model/bds-api-key.js +43 -0
  15. package/lib/model/bds-api-key.js.map +1 -0
  16. package/lib/model/bds-metastore-configuration-summary.d.ts +54 -0
  17. package/lib/model/bds-metastore-configuration-summary.js +30 -0
  18. package/lib/model/bds-metastore-configuration-summary.js.map +1 -0
  19. package/lib/model/bds-metastore-configuration.d.ts +78 -0
  20. package/lib/model/bds-metastore-configuration.js +56 -0
  21. package/lib/model/bds-metastore-configuration.js.map +1 -0
  22. package/lib/model/create-bds-api-key-details.d.ts +42 -0
  23. package/lib/model/create-bds-api-key-details.js +30 -0
  24. package/lib/model/create-bds-api-key-details.js.map +1 -0
  25. package/lib/model/create-bds-metastore-configuration-details.d.ts +42 -0
  26. package/lib/model/create-bds-metastore-configuration-details.js +30 -0
  27. package/lib/model/create-bds-metastore-configuration-details.js.map +1 -0
  28. package/lib/model/index.d.ts +20 -0
  29. package/lib/model/index.js +21 -1
  30. package/lib/model/index.js.map +1 -1
  31. package/lib/model/operation-types.d.ts +8 -0
  32. package/lib/model/operation-types.js +8 -0
  33. package/lib/model/operation-types.js.map +1 -1
  34. package/lib/model/test-bds-metastore-configuration-details.d.ts +26 -0
  35. package/lib/model/test-bds-metastore-configuration-details.js +30 -0
  36. package/lib/model/test-bds-metastore-configuration-details.js.map +1 -0
  37. package/lib/model/test-bds-object-storage-connection-details.d.ts +34 -0
  38. package/lib/model/test-bds-object-storage-connection-details.js +30 -0
  39. package/lib/model/test-bds-object-storage-connection-details.js.map +1 -0
  40. package/lib/model/update-bds-metastore-configuration-details.d.ts +38 -0
  41. package/lib/model/update-bds-metastore-configuration-details.js +30 -0
  42. package/lib/model/update-bds-metastore-configuration-details.js.map +1 -0
  43. package/lib/request/activate-bds-metastore-configuration-request.d.ts +53 -0
  44. package/lib/request/activate-bds-metastore-configuration-request.js +15 -0
  45. package/lib/request/activate-bds-metastore-configuration-request.js.map +1 -0
  46. package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
  47. package/lib/request/add-block-storage-request.d.ts +1 -1
  48. package/lib/request/add-cloud-sql-request.d.ts +1 -1
  49. package/lib/request/add-worker-nodes-request.d.ts +1 -1
  50. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  51. package/lib/request/change-shape-request.d.ts +1 -1
  52. package/lib/request/create-bds-api-key-request.d.ts +40 -0
  53. package/lib/request/create-bds-api-key-request.js +15 -0
  54. package/lib/request/create-bds-api-key-request.js.map +1 -0
  55. package/lib/request/create-bds-instance-request.d.ts +1 -1
  56. package/lib/request/create-bds-metastore-configuration-request.d.ts +40 -0
  57. package/lib/request/create-bds-metastore-configuration-request.js +15 -0
  58. package/lib/request/create-bds-metastore-configuration-request.js.map +1 -0
  59. package/lib/request/delete-bds-api-key-request.d.ts +39 -0
  60. package/lib/request/delete-bds-api-key-request.js +15 -0
  61. package/lib/request/delete-bds-api-key-request.js.map +1 -0
  62. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  63. package/lib/request/delete-bds-metastore-configuration-request.d.ts +39 -0
  64. package/lib/request/delete-bds-metastore-configuration-request.js +15 -0
  65. package/lib/request/delete-bds-metastore-configuration-request.js.map +1 -0
  66. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  67. package/lib/request/get-bds-api-key-request.d.ts +30 -0
  68. package/lib/request/get-bds-api-key-request.js +15 -0
  69. package/lib/request/get-bds-api-key-request.js.map +1 -0
  70. package/lib/request/get-bds-instance-request.d.ts +1 -1
  71. package/lib/request/get-bds-metastore-configuration-request.d.ts +30 -0
  72. package/lib/request/get-bds-metastore-configuration-request.js +15 -0
  73. package/lib/request/get-bds-metastore-configuration-request.js.map +1 -0
  74. package/lib/request/get-work-request-request.d.ts +1 -1
  75. package/lib/request/index.d.ts +24 -0
  76. package/lib/request/index.js +5 -1
  77. package/lib/request/index.js.map +1 -1
  78. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  79. package/lib/request/list-bds-api-keys-request.d.ts +62 -0
  80. package/lib/request/list-bds-api-keys-request.js +24 -0
  81. package/lib/request/list-bds-api-keys-request.js.map +1 -0
  82. package/lib/request/list-bds-instances-request.d.ts +1 -1
  83. package/lib/request/list-bds-metastore-configurations-request.d.ts +70 -0
  84. package/lib/request/list-bds-metastore-configurations-request.js +24 -0
  85. package/lib/request/list-bds-metastore-configurations-request.js.map +1 -0
  86. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  87. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  88. package/lib/request/list-work-requests-request.d.ts +1 -1
  89. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  90. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  91. package/lib/request/restart-node-request.d.ts +1 -1
  92. package/lib/request/test-bds-metastore-configuration-request.d.ts +44 -0
  93. package/lib/request/test-bds-metastore-configuration-request.js +15 -0
  94. package/lib/request/test-bds-metastore-configuration-request.js.map +1 -0
  95. package/lib/request/test-bds-object-storage-connection-request.d.ts +35 -0
  96. package/lib/request/test-bds-object-storage-connection-request.js +15 -0
  97. package/lib/request/test-bds-object-storage-connection-request.js.map +1 -0
  98. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  99. package/lib/request/update-bds-instance-request.d.ts +1 -1
  100. package/lib/request/update-bds-metastore-configuration-request.d.ts +44 -0
  101. package/lib/request/update-bds-metastore-configuration-request.js +15 -0
  102. package/lib/request/update-bds-metastore-configuration-request.js.map +1 -0
  103. package/lib/response/activate-bds-metastore-configuration-response.d.ts +25 -0
  104. package/lib/response/activate-bds-metastore-configuration-response.js +15 -0
  105. package/lib/response/activate-bds-metastore-configuration-response.js.map +1 -0
  106. package/lib/response/create-bds-api-key-response.d.ts +25 -0
  107. package/lib/response/create-bds-api-key-response.js +15 -0
  108. package/lib/response/create-bds-api-key-response.js.map +1 -0
  109. package/lib/response/create-bds-metastore-configuration-response.d.ts +25 -0
  110. package/lib/response/create-bds-metastore-configuration-response.js +15 -0
  111. package/lib/response/create-bds-metastore-configuration-response.js.map +1 -0
  112. package/lib/response/delete-bds-api-key-response.d.ts +25 -0
  113. package/lib/response/delete-bds-api-key-response.js +15 -0
  114. package/lib/response/delete-bds-api-key-response.js.map +1 -0
  115. package/lib/response/delete-bds-metastore-configuration-response.d.ts +25 -0
  116. package/lib/response/delete-bds-metastore-configuration-response.js +15 -0
  117. package/lib/response/delete-bds-metastore-configuration-response.js.map +1 -0
  118. package/lib/response/get-bds-api-key-response.d.ts +30 -0
  119. package/lib/response/get-bds-api-key-response.js +15 -0
  120. package/lib/response/get-bds-api-key-response.js.map +1 -0
  121. package/lib/response/get-bds-metastore-configuration-response.d.ts +30 -0
  122. package/lib/response/get-bds-metastore-configuration-response.js +15 -0
  123. package/lib/response/get-bds-metastore-configuration-response.js.map +1 -0
  124. package/lib/response/index.d.ts +24 -0
  125. package/lib/response/list-bds-api-keys-response.d.ts +32 -0
  126. package/lib/response/list-bds-api-keys-response.js +15 -0
  127. package/lib/response/list-bds-api-keys-response.js.map +1 -0
  128. package/lib/response/list-bds-metastore-configurations-response.d.ts +32 -0
  129. package/lib/response/list-bds-metastore-configurations-response.js +15 -0
  130. package/lib/response/list-bds-metastore-configurations-response.js.map +1 -0
  131. package/lib/response/test-bds-metastore-configuration-response.d.ts +25 -0
  132. package/lib/response/test-bds-metastore-configuration-response.js +15 -0
  133. package/lib/response/test-bds-metastore-configuration-response.js.map +1 -0
  134. package/lib/response/test-bds-object-storage-connection-response.d.ts +25 -0
  135. package/lib/response/test-bds-object-storage-connection-response.js +15 -0
  136. package/lib/response/test-bds-object-storage-connection-response.js.map +1 -0
  137. package/lib/response/update-bds-metastore-configuration-response.d.ts +25 -0
  138. package/lib/response/update-bds-metastore-configuration-response.js +15 -0
  139. package/lib/response/update-bds-metastore-configuration-response.js.map +1 -0
  140. package/package.json +3 -3
@@ -27,6 +27,14 @@ export declare class BdsWaiter {
27
27
  * @return response returns GetAutoScalingConfigurationResponse | null (null in case of 404 response)
28
28
  */
29
29
  forAutoScalingConfiguration(request: serviceRequests.GetAutoScalingConfigurationRequest, ...targetStates: models.AutoScalingConfiguration.LifecycleState[]): Promise<serviceResponses.GetAutoScalingConfigurationResponse | null>;
30
+ /**
31
+ * Waits forBdsApiKey till it reaches any of the provided states
32
+ *
33
+ * @param request the request to send
34
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
35
+ * @return response returns GetBdsApiKeyResponse | null (null in case of 404 response)
36
+ */
37
+ forBdsApiKey(request: serviceRequests.GetBdsApiKeyRequest, ...targetStates: models.BdsApiKey.LifecycleState[]): Promise<serviceResponses.GetBdsApiKeyResponse | null>;
30
38
  /**
31
39
  * Waits forBdsInstance till it reaches any of the provided states
32
40
  *
@@ -35,6 +43,14 @@ export declare class BdsWaiter {
35
43
  * @return response returns GetBdsInstanceResponse | null (null in case of 404 response)
36
44
  */
37
45
  forBdsInstance(request: serviceRequests.GetBdsInstanceRequest, ...targetStates: models.BdsInstance.LifecycleState[]): Promise<serviceResponses.GetBdsInstanceResponse | null>;
46
+ /**
47
+ * Waits forBdsMetastoreConfiguration till it reaches any of the provided states
48
+ *
49
+ * @param request the request to send
50
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
51
+ * @return response returns GetBdsMetastoreConfigurationResponse | null (null in case of 404 response)
52
+ */
53
+ forBdsMetastoreConfiguration(request: serviceRequests.GetBdsMetastoreConfigurationRequest, ...targetStates: models.BdsMetastoreConfiguration.LifecycleState[]): Promise<serviceResponses.GetBdsMetastoreConfigurationResponse | null>;
38
54
  /**
39
55
  * Waits forWorkRequest
40
56
  *
package/lib/bds-waiter.js CHANGED
@@ -61,6 +61,18 @@ class BdsWaiter {
61
61
  return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getAutoScalingConfiguration(request), response => targetStates.includes(response.autoScalingConfiguration.lifecycleState), targetStates.includes(models.AutoScalingConfiguration.LifecycleState.Deleted));
62
62
  });
63
63
  }
64
+ /**
65
+ * Waits forBdsApiKey till it reaches any of the provided states
66
+ *
67
+ * @param request the request to send
68
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
69
+ * @return response returns GetBdsApiKeyResponse | null (null in case of 404 response)
70
+ */
71
+ forBdsApiKey(request, ...targetStates) {
72
+ return __awaiter(this, void 0, void 0, function* () {
73
+ return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getBdsApiKey(request), response => targetStates.includes(response.bdsApiKey.lifecycleState), targetStates.includes(models.BdsApiKey.LifecycleState.Deleted));
74
+ });
75
+ }
64
76
  /**
65
77
  * Waits forBdsInstance till it reaches any of the provided states
66
78
  *
@@ -73,6 +85,18 @@ class BdsWaiter {
73
85
  return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getBdsInstance(request), response => targetStates.includes(response.bdsInstance.lifecycleState), targetStates.includes(models.BdsInstance.LifecycleState.Deleted));
74
86
  });
75
87
  }
88
+ /**
89
+ * Waits forBdsMetastoreConfiguration till it reaches any of the provided states
90
+ *
91
+ * @param request the request to send
92
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
93
+ * @return response returns GetBdsMetastoreConfigurationResponse | null (null in case of 404 response)
94
+ */
95
+ forBdsMetastoreConfiguration(request, ...targetStates) {
96
+ return __awaiter(this, void 0, void 0, function* () {
97
+ return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getBdsMetastoreConfiguration(request), response => targetStates.includes(response.bdsMetastoreConfiguration.lifecycleState), targetStates.includes(models.BdsMetastoreConfiguration.LifecycleState.Deleted));
98
+ });
99
+ }
76
100
  /**
77
101
  * Waits forWorkRequest
78
102
  *
@@ -1 +1 @@
1
- {"version":3,"file":"bds-waiter.js","sourceRoot":"","sources":["../../../../lib/bds/lib/bds-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,SAAS;IACpB,YAA2B,MAAiB,EAAmB,MAA4B;QAAhE,WAAM,GAAN,MAAM,CAAW;QAAmB,WAAM,GAAN,MAAM,CAAsB;IAAG,CAAC;IAE/F;;;;;;OAMG;IACU,2BAA2B,CACtC,OAA2D,EAC3D,GAAG,YAA8D;;YAEjE,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,2BAA2B,CAAC,OAAO,CAAC,EACtD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,wBAAwB,CAAC,cAAe,CAAC,EACpF,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,wBAAwB,CAAC,cAAc,CAAC,OAAO,CAAC,CAC9E,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,cAAc,CACzB,OAA8C,EAC9C,GAAG,YAAiD;;YAEpD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,WAAW,CAAC,cAAe,CAAC,EACvE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,WAAW,CAAC,cAAc,CAAC,OAAO,CAAC,CACjE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;OAKG;IACU,cAAc,CACzB,OAA8C;;YAE9C,OAAO,0BAAa,CAClB,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;CACF;AAxDD,8BAwDC"}
1
+ {"version":3,"file":"bds-waiter.js","sourceRoot":"","sources":["../../../../lib/bds/lib/bds-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,SAAS;IACpB,YAA2B,MAAiB,EAAmB,MAA4B;QAAhE,WAAM,GAAN,MAAM,CAAW;QAAmB,WAAM,GAAN,MAAM,CAAsB;IAAG,CAAC;IAE/F;;;;;;OAMG;IACU,2BAA2B,CACtC,OAA2D,EAC3D,GAAG,YAA8D;;YAEjE,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,2BAA2B,CAAC,OAAO,CAAC,EACtD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,wBAAwB,CAAC,cAAe,CAAC,EACpF,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,wBAAwB,CAAC,cAAc,CAAC,OAAO,CAAC,CAC9E,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,YAAY,CACvB,OAA4C,EAC5C,GAAG,YAA+C;;YAElD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,OAAO,CAAC,EACvC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,SAAS,CAAC,cAAe,CAAC,EACrE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,OAAO,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,cAAc,CACzB,OAA8C,EAC9C,GAAG,YAAiD;;YAEpD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,WAAW,CAAC,cAAe,CAAC,EACvE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,WAAW,CAAC,cAAc,CAAC,OAAO,CAAC,CACjE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,4BAA4B,CACvC,OAA4D,EAC5D,GAAG,YAA+D;;YAElE,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,4BAA4B,CAAC,OAAO,CAAC,EACvD,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,yBAAyB,CAAC,cAAe,CAAC,EACrF,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,yBAAyB,CAAC,cAAc,CAAC,OAAO,CAAC,CAC/E,CAAC;QACJ,CAAC;KAAA;IAED;;;;;OAKG;IACU,cAAc,CACzB,OAA8C;;YAE9C,OAAO,0BAAa,CAClB,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;CACF;AA9FD,8BA8FC"}
package/lib/client.d.ts CHANGED
@@ -19,7 +19,7 @@ import { BdsWaiter } from "./bds-waiter";
19
19
  export declare enum BdsApiKeys {
20
20
  }
21
21
  /**
22
- * This service client does not use circuit breakers by default if the user has not defined a circuit breaker configuration.
22
+ * This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
23
23
  */
24
24
  export declare class BdsClient {
25
25
  protected static serviceEndpointTemplate: string;
@@ -68,6 +68,16 @@ export declare class BdsClient {
68
68
  * @return The service waiters.
69
69
  */
70
70
  getWaiters(): BdsWaiter;
71
+ /**
72
+ * Activate specified metastore configuration.
73
+ *
74
+ * This operation does not retry by default if the user has not defined a retry configuration.
75
+ * @param ActivateBdsMetastoreConfigurationRequest
76
+ * @return ActivateBdsMetastoreConfigurationResponse
77
+ * @throws OciError when an error occurs
78
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/ActivateBdsMetastoreConfiguration.ts.html |here} to see how to use ActivateBdsMetastoreConfiguration API.
79
+ */
80
+ activateBdsMetastoreConfiguration(activateBdsMetastoreConfigurationRequest: requests.ActivateBdsMetastoreConfigurationRequest): Promise<responses.ActivateBdsMetastoreConfigurationResponse>;
71
81
  /**
72
82
  * Add an autoscale configuration to the cluster.
73
83
  *
@@ -75,7 +85,7 @@ export declare class BdsClient {
75
85
  * @param AddAutoScalingConfigurationRequest
76
86
  * @return AddAutoScalingConfigurationResponse
77
87
  * @throws OciError when an error occurs
78
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
88
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
79
89
  */
80
90
  addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
81
91
  /**
@@ -85,7 +95,7 @@ export declare class BdsClient {
85
95
  * @param AddBlockStorageRequest
86
96
  * @return AddBlockStorageResponse
87
97
  * @throws OciError when an error occurs
88
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
89
99
  */
90
100
  addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>;
91
101
  /**
@@ -95,7 +105,7 @@ export declare class BdsClient {
95
105
  * @param AddCloudSqlRequest
96
106
  * @return AddCloudSqlResponse
97
107
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
99
109
  */
100
110
  addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
101
111
  /**
@@ -105,7 +115,7 @@ export declare class BdsClient {
105
115
  * @param AddWorkerNodesRequest
106
116
  * @return AddWorkerNodesResponse
107
117
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
109
119
  */
110
120
  addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
111
121
  /**
@@ -115,7 +125,7 @@ export declare class BdsClient {
115
125
  * @param ChangeBdsInstanceCompartmentRequest
116
126
  * @return ChangeBdsInstanceCompartmentResponse
117
127
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
119
129
  */
120
130
  changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
121
131
  /**
@@ -125,9 +135,19 @@ export declare class BdsClient {
125
135
  * @param ChangeShapeRequest
126
136
  * @return ChangeShapeResponse
127
137
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
129
139
  */
130
140
  changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
141
+ /**
142
+ * Create an API key on behalf of the specified user.
143
+ *
144
+ * This operation does not retry by default if the user has not defined a retry configuration.
145
+ * @param CreateBdsApiKeyRequest
146
+ * @return CreateBdsApiKeyResponse
147
+ * @throws OciError when an error occurs
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
149
+ */
150
+ createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
131
151
  /**
132
152
  * Creates a Big Data Service cluster.
133
153
  *
@@ -135,18 +155,46 @@ export declare class BdsClient {
135
155
  * @param CreateBdsInstanceRequest
136
156
  * @return CreateBdsInstanceResponse
137
157
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
139
159
  */
140
160
  createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
161
+ /**
162
+ * Create and activate external metastore configuration.
163
+ *
164
+ * This operation does not retry by default if the user has not defined a retry configuration.
165
+ * @param CreateBdsMetastoreConfigurationRequest
166
+ * @return CreateBdsMetastoreConfigurationResponse
167
+ * @throws OciError when an error occurs
168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/CreateBdsMetastoreConfiguration.ts.html |here} to see how to use CreateBdsMetastoreConfiguration API.
169
+ */
170
+ createBdsMetastoreConfiguration(createBdsMetastoreConfigurationRequest: requests.CreateBdsMetastoreConfigurationRequest): Promise<responses.CreateBdsMetastoreConfigurationResponse>;
171
+ /**
172
+ * Deletes the user's API key represented by the provided ID.
173
+ * This operation does not retry by default if the user has not defined a retry configuration.
174
+ * @param DeleteBdsApiKeyRequest
175
+ * @return DeleteBdsApiKeyResponse
176
+ * @throws OciError when an error occurs
177
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
178
+ */
179
+ deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
141
180
  /**
142
181
  * Deletes the cluster identified by the given ID.
143
182
  * This operation does not retry by default if the user has not defined a retry configuration.
144
183
  * @param DeleteBdsInstanceRequest
145
184
  * @return DeleteBdsInstanceResponse
146
185
  * @throws OciError when an error occurs
147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
148
187
  */
149
188
  deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
189
+ /**
190
+ * Delete the BDS metastore configuration represented by the provided ID.
191
+ * This operation does not retry by default if the user has not defined a retry configuration.
192
+ * @param DeleteBdsMetastoreConfigurationRequest
193
+ * @return DeleteBdsMetastoreConfigurationResponse
194
+ * @throws OciError when an error occurs
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/DeleteBdsMetastoreConfiguration.ts.html |here} to see how to use DeleteBdsMetastoreConfiguration API.
196
+ */
197
+ deleteBdsMetastoreConfiguration(deleteBdsMetastoreConfigurationRequest: requests.DeleteBdsMetastoreConfigurationRequest): Promise<responses.DeleteBdsMetastoreConfigurationResponse>;
150
198
  /**
151
199
  * Returns details of the autoscale configuration identified by the given ID.
152
200
  *
@@ -154,25 +202,43 @@ export declare class BdsClient {
154
202
  * @param GetAutoScalingConfigurationRequest
155
203
  * @return GetAutoScalingConfigurationResponse
156
204
  * @throws OciError when an error occurs
157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
158
206
  */
159
207
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
208
+ /**
209
+ * Returns the user's API key information for the given ID.
210
+ * This operation does not retry by default if the user has not defined a retry configuration.
211
+ * @param GetBdsApiKeyRequest
212
+ * @return GetBdsApiKeyResponse
213
+ * @throws OciError when an error occurs
214
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
215
+ */
216
+ getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
160
217
  /**
161
218
  * Returns information about the Big Data Service cluster identified by the given ID.
162
219
  * This operation does not retry by default if the user has not defined a retry configuration.
163
220
  * @param GetBdsInstanceRequest
164
221
  * @return GetBdsInstanceResponse
165
222
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
167
224
  */
168
225
  getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
226
+ /**
227
+ * Returns the BDS Metastore configuration information for the given ID.
228
+ * This operation does not retry by default if the user has not defined a retry configuration.
229
+ * @param GetBdsMetastoreConfigurationRequest
230
+ * @return GetBdsMetastoreConfigurationResponse
231
+ * @throws OciError when an error occurs
232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfiguration API.
233
+ */
234
+ getBdsMetastoreConfiguration(getBdsMetastoreConfigurationRequest: requests.GetBdsMetastoreConfigurationRequest): Promise<responses.GetBdsMetastoreConfigurationResponse>;
169
235
  /**
170
236
  * Returns the status of the work request identified by the given ID.
171
237
  * This operation does not retry by default if the user has not defined a retry configuration.
172
238
  * @param GetWorkRequestRequest
173
239
  * @return GetWorkRequestResponse
174
240
  * @throws OciError when an error occurs
175
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
176
242
  */
177
243
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
178
244
  /**
@@ -182,7 +248,7 @@ export declare class BdsClient {
182
248
  * @param ListAutoScalingConfigurationsRequest
183
249
  * @return ListAutoScalingConfigurationsResponse
184
250
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
186
252
  */
187
253
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
188
254
  /**
@@ -217,6 +283,48 @@ export declare class BdsClient {
217
283
  * @param request a request which can be sent to the service operation
218
284
  */
219
285
  listAutoScalingConfigurationsResponseIterator(request: requests.ListAutoScalingConfigurationsRequest): AsyncIterableIterator<responses.ListAutoScalingConfigurationsResponse>;
286
+ /**
287
+ * Returns a list of all API keys associated with this Big Data Service cluster.
288
+ *
289
+ * This operation does not retry by default if the user has not defined a retry configuration.
290
+ * @param ListBdsApiKeysRequest
291
+ * @return ListBdsApiKeysResponse
292
+ * @throws OciError when an error occurs
293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
294
+ */
295
+ listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
296
+ /**
297
+ * NOTE: This function is deprecated in favor of listBdsApiKeysRecordIterator function.
298
+ * Creates a new async iterator which will iterate over the models.BdsApiKeySummary objects
299
+ * contained in responses from the listBdsApiKeys operation. This iterator will fetch more data from the
300
+ * server as needed.
301
+ *
302
+ * @param request a request which can be sent to the service operation
303
+ */
304
+ listAllBdsApiKeys(request: requests.ListBdsApiKeysRequest): AsyncIterableIterator<model.BdsApiKeySummary>;
305
+ /**
306
+ * NOTE: This function is deprecated in favor of listBdsApiKeysResponseIterator function.
307
+ * Creates a new async iterator which will iterate over the responses received from the listBdsApiKeys operation. This iterator
308
+ * will fetch more data from the server as needed.
309
+ *
310
+ * @param request a request which can be sent to the service operation
311
+ */
312
+ listAllBdsApiKeysResponses(request: requests.ListBdsApiKeysRequest): AsyncIterableIterator<responses.ListBdsApiKeysResponse>;
313
+ /**
314
+ * Creates a new async iterator which will iterate over the models.BdsApiKeySummary objects
315
+ * contained in responses from the listBdsApiKeys operation. This iterator will fetch more data from the
316
+ * server as needed.
317
+ *
318
+ * @param request a request which can be sent to the service operation
319
+ */
320
+ listBdsApiKeysRecordIterator(request: requests.ListBdsApiKeysRequest): AsyncIterableIterator<model.BdsApiKeySummary>;
321
+ /**
322
+ * Creates a new async iterator which will iterate over the responses received from the listBdsApiKeys operation. This iterator
323
+ * will fetch more data from the server as needed.
324
+ *
325
+ * @param request a request which can be sent to the service operation
326
+ */
327
+ listBdsApiKeysResponseIterator(request: requests.ListBdsApiKeysRequest): AsyncIterableIterator<responses.ListBdsApiKeysResponse>;
220
328
  /**
221
329
  * Returns a list of all Big Data Service clusters in a compartment.
222
330
  *
@@ -224,7 +332,7 @@ export declare class BdsClient {
224
332
  * @param ListBdsInstancesRequest
225
333
  * @return ListBdsInstancesResponse
226
334
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
228
336
  */
229
337
  listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
230
338
  /**
@@ -259,6 +367,48 @@ export declare class BdsClient {
259
367
  * @param request a request which can be sent to the service operation
260
368
  */
261
369
  listBdsInstancesResponseIterator(request: requests.ListBdsInstancesRequest): AsyncIterableIterator<responses.ListBdsInstancesResponse>;
370
+ /**
371
+ * Returns a list of metastore configurations ssociated with this Big Data Service cluster.
372
+ *
373
+ * This operation does not retry by default if the user has not defined a retry configuration.
374
+ * @param ListBdsMetastoreConfigurationsRequest
375
+ * @return ListBdsMetastoreConfigurationsResponse
376
+ * @throws OciError when an error occurs
377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurations API.
378
+ */
379
+ listBdsMetastoreConfigurations(listBdsMetastoreConfigurationsRequest: requests.ListBdsMetastoreConfigurationsRequest): Promise<responses.ListBdsMetastoreConfigurationsResponse>;
380
+ /**
381
+ * NOTE: This function is deprecated in favor of listBdsMetastoreConfigurationsRecordIterator function.
382
+ * Creates a new async iterator which will iterate over the models.BdsMetastoreConfigurationSummary objects
383
+ * contained in responses from the listBdsMetastoreConfigurations operation. This iterator will fetch more data from the
384
+ * server as needed.
385
+ *
386
+ * @param request a request which can be sent to the service operation
387
+ */
388
+ listAllBdsMetastoreConfigurations(request: requests.ListBdsMetastoreConfigurationsRequest): AsyncIterableIterator<model.BdsMetastoreConfigurationSummary>;
389
+ /**
390
+ * NOTE: This function is deprecated in favor of listBdsMetastoreConfigurationsResponseIterator function.
391
+ * Creates a new async iterator which will iterate over the responses received from the listBdsMetastoreConfigurations operation. This iterator
392
+ * will fetch more data from the server as needed.
393
+ *
394
+ * @param request a request which can be sent to the service operation
395
+ */
396
+ listAllBdsMetastoreConfigurationsResponses(request: requests.ListBdsMetastoreConfigurationsRequest): AsyncIterableIterator<responses.ListBdsMetastoreConfigurationsResponse>;
397
+ /**
398
+ * Creates a new async iterator which will iterate over the models.BdsMetastoreConfigurationSummary objects
399
+ * contained in responses from the listBdsMetastoreConfigurations operation. This iterator will fetch more data from the
400
+ * server as needed.
401
+ *
402
+ * @param request a request which can be sent to the service operation
403
+ */
404
+ listBdsMetastoreConfigurationsRecordIterator(request: requests.ListBdsMetastoreConfigurationsRequest): AsyncIterableIterator<model.BdsMetastoreConfigurationSummary>;
405
+ /**
406
+ * Creates a new async iterator which will iterate over the responses received from the listBdsMetastoreConfigurations operation. This iterator
407
+ * will fetch more data from the server as needed.
408
+ *
409
+ * @param request a request which can be sent to the service operation
410
+ */
411
+ listBdsMetastoreConfigurationsResponseIterator(request: requests.ListBdsMetastoreConfigurationsRequest): AsyncIterableIterator<responses.ListBdsMetastoreConfigurationsResponse>;
262
412
  /**
263
413
  * Returns a paginated list of errors for a work request identified by the given ID.
264
414
  *
@@ -266,7 +416,7 @@ export declare class BdsClient {
266
416
  * @param ListWorkRequestErrorsRequest
267
417
  * @return ListWorkRequestErrorsResponse
268
418
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
419
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
270
420
  */
271
421
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
272
422
  /**
@@ -308,7 +458,7 @@ export declare class BdsClient {
308
458
  * @param ListWorkRequestLogsRequest
309
459
  * @return ListWorkRequestLogsResponse
310
460
  * @throws OciError when an error occurs
311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
312
462
  */
313
463
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
314
464
  /**
@@ -350,7 +500,7 @@ export declare class BdsClient {
350
500
  * @param ListWorkRequestsRequest
351
501
  * @return ListWorkRequestsResponse
352
502
  * @throws OciError when an error occurs
353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
354
504
  */
355
505
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
356
506
  /**
@@ -392,7 +542,7 @@ export declare class BdsClient {
392
542
  * @param RemoveAutoScalingConfigurationRequest
393
543
  * @return RemoveAutoScalingConfigurationResponse
394
544
  * @throws OciError when an error occurs
395
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
545
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
396
546
  */
397
547
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
398
548
  /**
@@ -402,7 +552,7 @@ export declare class BdsClient {
402
552
  * @param RemoveCloudSqlRequest
403
553
  * @return RemoveCloudSqlResponse
404
554
  * @throws OciError when an error occurs
405
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
555
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
406
556
  */
407
557
  removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
408
558
  /**
@@ -412,9 +562,28 @@ export declare class BdsClient {
412
562
  * @param RestartNodeRequest
413
563
  * @return RestartNodeResponse
414
564
  * @throws OciError when an error occurs
415
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
565
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
416
566
  */
417
567
  restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
568
+ /**
569
+ * Test specified metastore configuration.
570
+ *
571
+ * This operation does not retry by default if the user has not defined a retry configuration.
572
+ * @param TestBdsMetastoreConfigurationRequest
573
+ * @return TestBdsMetastoreConfigurationResponse
574
+ * @throws OciError when an error occurs
575
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/TestBdsMetastoreConfiguration.ts.html |here} to see how to use TestBdsMetastoreConfiguration API.
576
+ */
577
+ testBdsMetastoreConfiguration(testBdsMetastoreConfigurationRequest: requests.TestBdsMetastoreConfigurationRequest): Promise<responses.TestBdsMetastoreConfigurationResponse>;
578
+ /**
579
+ * Test access to specified Object Storage bucket using the API key.
580
+ * This operation does not retry by default if the user has not defined a retry configuration.
581
+ * @param TestBdsObjectStorageConnectionRequest
582
+ * @return TestBdsObjectStorageConnectionResponse
583
+ * @throws OciError when an error occurs
584
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
585
+ */
586
+ testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
418
587
  /**
419
588
  * Updates fields on an autoscale configuration, including the name, the threshold value, and whether the autoscale configuration is enabled.
420
589
  *
@@ -422,7 +591,7 @@ export declare class BdsClient {
422
591
  * @param UpdateAutoScalingConfigurationRequest
423
592
  * @return UpdateAutoScalingConfigurationResponse
424
593
  * @throws OciError when an error occurs
425
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
594
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
426
595
  */
427
596
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
428
597
  /**
@@ -431,7 +600,16 @@ export declare class BdsClient {
431
600
  * @param UpdateBdsInstanceRequest
432
601
  * @return UpdateBdsInstanceResponse
433
602
  * @throws OciError when an error occurs
434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
603
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
435
604
  */
436
605
  updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
606
+ /**
607
+ * Update the BDS metastore configuration represented by the provided ID.
608
+ * This operation does not retry by default if the user has not defined a retry configuration.
609
+ * @param UpdateBdsMetastoreConfigurationRequest
610
+ * @return UpdateBdsMetastoreConfigurationResponse
611
+ * @throws OciError when an error occurs
612
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/bds/UpdateBdsMetastoreConfiguration.ts.html |here} to see how to use UpdateBdsMetastoreConfiguration API.
613
+ */
614
+ updateBdsMetastoreConfiguration(updateBdsMetastoreConfigurationRequest: requests.UpdateBdsMetastoreConfigurationRequest): Promise<responses.UpdateBdsMetastoreConfigurationResponse>;
437
615
  }