oci-bds 2.7.0 → 2.8.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 (77) hide show
  1. package/lib/bds-waiter.d.ts +8 -0
  2. package/lib/bds-waiter.js +12 -0
  3. package/lib/bds-waiter.js.map +1 -1
  4. package/lib/client.d.ts +101 -22
  5. package/lib/client.js +373 -23
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/bds-api-key-summary.d.ts +46 -0
  8. package/lib/model/bds-api-key-summary.js +30 -0
  9. package/lib/model/bds-api-key-summary.js.map +1 -0
  10. package/lib/model/bds-api-key.d.ts +74 -0
  11. package/lib/model/bds-api-key.js +43 -0
  12. package/lib/model/bds-api-key.js.map +1 -0
  13. package/lib/model/create-bds-api-key-details.d.ts +42 -0
  14. package/lib/model/create-bds-api-key-details.js +30 -0
  15. package/lib/model/create-bds-api-key-details.js.map +1 -0
  16. package/lib/model/index.d.ts +8 -0
  17. package/lib/model/index.js +9 -1
  18. package/lib/model/index.js.map +1 -1
  19. package/lib/model/test-bds-object-storage-connection-details.d.ts +34 -0
  20. package/lib/model/test-bds-object-storage-connection-details.js +30 -0
  21. package/lib/model/test-bds-object-storage-connection-details.js.map +1 -0
  22. package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
  23. package/lib/request/add-block-storage-request.d.ts +1 -1
  24. package/lib/request/add-cloud-sql-request.d.ts +1 -1
  25. package/lib/request/add-worker-nodes-request.d.ts +1 -1
  26. package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
  27. package/lib/request/change-shape-request.d.ts +1 -1
  28. package/lib/request/create-bds-api-key-request.d.ts +40 -0
  29. package/lib/request/create-bds-api-key-request.js +15 -0
  30. package/lib/request/create-bds-api-key-request.js.map +1 -0
  31. package/lib/request/create-bds-instance-request.d.ts +1 -1
  32. package/lib/request/delete-bds-api-key-request.d.ts +39 -0
  33. package/lib/request/delete-bds-api-key-request.js +15 -0
  34. package/lib/request/delete-bds-api-key-request.js.map +1 -0
  35. package/lib/request/delete-bds-instance-request.d.ts +1 -1
  36. package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
  37. package/lib/request/get-bds-api-key-request.d.ts +30 -0
  38. package/lib/request/get-bds-api-key-request.js +15 -0
  39. package/lib/request/get-bds-api-key-request.js.map +1 -0
  40. package/lib/request/get-bds-instance-request.d.ts +1 -1
  41. package/lib/request/get-work-request-request.d.ts +1 -1
  42. package/lib/request/index.d.ts +10 -0
  43. package/lib/request/index.js +3 -1
  44. package/lib/request/index.js.map +1 -1
  45. package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
  46. package/lib/request/list-bds-api-keys-request.d.ts +62 -0
  47. package/lib/request/list-bds-api-keys-request.js +24 -0
  48. package/lib/request/list-bds-api-keys-request.js.map +1 -0
  49. package/lib/request/list-bds-instances-request.d.ts +1 -1
  50. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  51. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  52. package/lib/request/list-work-requests-request.d.ts +1 -1
  53. package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
  54. package/lib/request/remove-cloud-sql-request.d.ts +1 -1
  55. package/lib/request/restart-node-request.d.ts +1 -1
  56. package/lib/request/test-bds-object-storage-connection-request.d.ts +35 -0
  57. package/lib/request/test-bds-object-storage-connection-request.js +15 -0
  58. package/lib/request/test-bds-object-storage-connection-request.js.map +1 -0
  59. package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
  60. package/lib/request/update-bds-instance-request.d.ts +1 -1
  61. package/lib/response/create-bds-api-key-response.d.ts +25 -0
  62. package/lib/response/create-bds-api-key-response.js +15 -0
  63. package/lib/response/create-bds-api-key-response.js.map +1 -0
  64. package/lib/response/delete-bds-api-key-response.d.ts +25 -0
  65. package/lib/response/delete-bds-api-key-response.js +15 -0
  66. package/lib/response/delete-bds-api-key-response.js.map +1 -0
  67. package/lib/response/get-bds-api-key-response.d.ts +30 -0
  68. package/lib/response/get-bds-api-key-response.js +15 -0
  69. package/lib/response/get-bds-api-key-response.js.map +1 -0
  70. package/lib/response/index.d.ts +10 -0
  71. package/lib/response/list-bds-api-keys-response.d.ts +32 -0
  72. package/lib/response/list-bds-api-keys-response.js +15 -0
  73. package/lib/response/list-bds-api-keys-response.js.map +1 -0
  74. package/lib/response/test-bds-object-storage-connection-response.d.ts +25 -0
  75. package/lib/response/test-bds-object-storage-connection-response.js +15 -0
  76. package/lib/response/test-bds-object-storage-connection-response.js.map +1 -0
  77. 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
  *
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
  *
@@ -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;;;;;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;AA3ED,8BA2EC"}
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;
@@ -75,7 +75,7 @@ export declare class BdsClient {
75
75
  * @param AddAutoScalingConfigurationRequest
76
76
  * @return AddAutoScalingConfigurationResponse
77
77
  * @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.
78
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/AddAutoScalingConfiguration.ts.html |here} to see how to use AddAutoScalingConfiguration API.
79
79
  */
80
80
  addAutoScalingConfiguration(addAutoScalingConfigurationRequest: requests.AddAutoScalingConfigurationRequest): Promise<responses.AddAutoScalingConfigurationResponse>;
81
81
  /**
@@ -85,7 +85,7 @@ export declare class BdsClient {
85
85
  * @param AddBlockStorageRequest
86
86
  * @return AddBlockStorageResponse
87
87
  * @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.
88
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/AddBlockStorage.ts.html |here} to see how to use AddBlockStorage API.
89
89
  */
90
90
  addBlockStorage(addBlockStorageRequest: requests.AddBlockStorageRequest): Promise<responses.AddBlockStorageResponse>;
91
91
  /**
@@ -95,7 +95,7 @@ export declare class BdsClient {
95
95
  * @param AddCloudSqlRequest
96
96
  * @return AddCloudSqlResponse
97
97
  * @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.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/AddCloudSql.ts.html |here} to see how to use AddCloudSql API.
99
99
  */
100
100
  addCloudSql(addCloudSqlRequest: requests.AddCloudSqlRequest): Promise<responses.AddCloudSqlResponse>;
101
101
  /**
@@ -105,7 +105,7 @@ export declare class BdsClient {
105
105
  * @param AddWorkerNodesRequest
106
106
  * @return AddWorkerNodesResponse
107
107
  * @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.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/AddWorkerNodes.ts.html |here} to see how to use AddWorkerNodes API.
109
109
  */
110
110
  addWorkerNodes(addWorkerNodesRequest: requests.AddWorkerNodesRequest): Promise<responses.AddWorkerNodesResponse>;
111
111
  /**
@@ -115,7 +115,7 @@ export declare class BdsClient {
115
115
  * @param ChangeBdsInstanceCompartmentRequest
116
116
  * @return ChangeBdsInstanceCompartmentResponse
117
117
  * @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.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/ChangeBdsInstanceCompartment.ts.html |here} to see how to use ChangeBdsInstanceCompartment API.
119
119
  */
120
120
  changeBdsInstanceCompartment(changeBdsInstanceCompartmentRequest: requests.ChangeBdsInstanceCompartmentRequest): Promise<responses.ChangeBdsInstanceCompartmentResponse>;
121
121
  /**
@@ -125,9 +125,19 @@ export declare class BdsClient {
125
125
  * @param ChangeShapeRequest
126
126
  * @return ChangeShapeResponse
127
127
  * @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.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/ChangeShape.ts.html |here} to see how to use ChangeShape API.
129
129
  */
130
130
  changeShape(changeShapeRequest: requests.ChangeShapeRequest): Promise<responses.ChangeShapeResponse>;
131
+ /**
132
+ * Create an API key on behalf of the specified user.
133
+ *
134
+ * This operation does not retry by default if the user has not defined a retry configuration.
135
+ * @param CreateBdsApiKeyRequest
136
+ * @return CreateBdsApiKeyResponse
137
+ * @throws OciError when an error occurs
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/CreateBdsApiKey.ts.html |here} to see how to use CreateBdsApiKey API.
139
+ */
140
+ createBdsApiKey(createBdsApiKeyRequest: requests.CreateBdsApiKeyRequest): Promise<responses.CreateBdsApiKeyResponse>;
131
141
  /**
132
142
  * Creates a Big Data Service cluster.
133
143
  *
@@ -135,16 +145,25 @@ export declare class BdsClient {
135
145
  * @param CreateBdsInstanceRequest
136
146
  * @return CreateBdsInstanceResponse
137
147
  * @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.
148
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/CreateBdsInstance.ts.html |here} to see how to use CreateBdsInstance API.
139
149
  */
140
150
  createBdsInstance(createBdsInstanceRequest: requests.CreateBdsInstanceRequest): Promise<responses.CreateBdsInstanceResponse>;
151
+ /**
152
+ * Deletes the user's API key represented by the provided ID.
153
+ * This operation does not retry by default if the user has not defined a retry configuration.
154
+ * @param DeleteBdsApiKeyRequest
155
+ * @return DeleteBdsApiKeyResponse
156
+ * @throws OciError when an error occurs
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/DeleteBdsApiKey.ts.html |here} to see how to use DeleteBdsApiKey API.
158
+ */
159
+ deleteBdsApiKey(deleteBdsApiKeyRequest: requests.DeleteBdsApiKeyRequest): Promise<responses.DeleteBdsApiKeyResponse>;
141
160
  /**
142
161
  * Deletes the cluster identified by the given ID.
143
162
  * This operation does not retry by default if the user has not defined a retry configuration.
144
163
  * @param DeleteBdsInstanceRequest
145
164
  * @return DeleteBdsInstanceResponse
146
165
  * @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.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/DeleteBdsInstance.ts.html |here} to see how to use DeleteBdsInstance API.
148
167
  */
149
168
  deleteBdsInstance(deleteBdsInstanceRequest: requests.DeleteBdsInstanceRequest): Promise<responses.DeleteBdsInstanceResponse>;
150
169
  /**
@@ -154,16 +173,25 @@ export declare class BdsClient {
154
173
  * @param GetAutoScalingConfigurationRequest
155
174
  * @return GetAutoScalingConfigurationResponse
156
175
  * @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.
176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
158
177
  */
159
178
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
179
+ /**
180
+ * Returns the user's API key information for the given ID.
181
+ * This operation does not retry by default if the user has not defined a retry configuration.
182
+ * @param GetBdsApiKeyRequest
183
+ * @return GetBdsApiKeyResponse
184
+ * @throws OciError when an error occurs
185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKey API.
186
+ */
187
+ getBdsApiKey(getBdsApiKeyRequest: requests.GetBdsApiKeyRequest): Promise<responses.GetBdsApiKeyResponse>;
160
188
  /**
161
189
  * Returns information about the Big Data Service cluster identified by the given ID.
162
190
  * This operation does not retry by default if the user has not defined a retry configuration.
163
191
  * @param GetBdsInstanceRequest
164
192
  * @return GetBdsInstanceResponse
165
193
  * @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.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstance API.
167
195
  */
168
196
  getBdsInstance(getBdsInstanceRequest: requests.GetBdsInstanceRequest): Promise<responses.GetBdsInstanceResponse>;
169
197
  /**
@@ -172,7 +200,7 @@ export declare class BdsClient {
172
200
  * @param GetWorkRequestRequest
173
201
  * @return GetWorkRequestResponse
174
202
  * @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.
203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
176
204
  */
177
205
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
178
206
  /**
@@ -182,7 +210,7 @@ export declare class BdsClient {
182
210
  * @param ListAutoScalingConfigurationsRequest
183
211
  * @return ListAutoScalingConfigurationsResponse
184
212
  * @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.
213
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
186
214
  */
187
215
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
188
216
  /**
@@ -217,6 +245,48 @@ export declare class BdsClient {
217
245
  * @param request a request which can be sent to the service operation
218
246
  */
219
247
  listAutoScalingConfigurationsResponseIterator(request: requests.ListAutoScalingConfigurationsRequest): AsyncIterableIterator<responses.ListAutoScalingConfigurationsResponse>;
248
+ /**
249
+ * Returns a list of all API keys associated with this Big Data Service cluster.
250
+ *
251
+ * This operation does not retry by default if the user has not defined a retry configuration.
252
+ * @param ListBdsApiKeysRequest
253
+ * @return ListBdsApiKeysResponse
254
+ * @throws OciError when an error occurs
255
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeys API.
256
+ */
257
+ listBdsApiKeys(listBdsApiKeysRequest: requests.ListBdsApiKeysRequest): Promise<responses.ListBdsApiKeysResponse>;
258
+ /**
259
+ * NOTE: This function is deprecated in favor of listBdsApiKeysRecordIterator function.
260
+ * Creates a new async iterator which will iterate over the models.BdsApiKeySummary objects
261
+ * contained in responses from the listBdsApiKeys operation. This iterator will fetch more data from the
262
+ * server as needed.
263
+ *
264
+ * @param request a request which can be sent to the service operation
265
+ */
266
+ listAllBdsApiKeys(request: requests.ListBdsApiKeysRequest): AsyncIterableIterator<model.BdsApiKeySummary>;
267
+ /**
268
+ * NOTE: This function is deprecated in favor of listBdsApiKeysResponseIterator function.
269
+ * Creates a new async iterator which will iterate over the responses received from the listBdsApiKeys operation. This iterator
270
+ * will fetch more data from the server as needed.
271
+ *
272
+ * @param request a request which can be sent to the service operation
273
+ */
274
+ listAllBdsApiKeysResponses(request: requests.ListBdsApiKeysRequest): AsyncIterableIterator<responses.ListBdsApiKeysResponse>;
275
+ /**
276
+ * Creates a new async iterator which will iterate over the models.BdsApiKeySummary objects
277
+ * contained in responses from the listBdsApiKeys operation. This iterator will fetch more data from the
278
+ * server as needed.
279
+ *
280
+ * @param request a request which can be sent to the service operation
281
+ */
282
+ listBdsApiKeysRecordIterator(request: requests.ListBdsApiKeysRequest): AsyncIterableIterator<model.BdsApiKeySummary>;
283
+ /**
284
+ * Creates a new async iterator which will iterate over the responses received from the listBdsApiKeys operation. This iterator
285
+ * will fetch more data from the server as needed.
286
+ *
287
+ * @param request a request which can be sent to the service operation
288
+ */
289
+ listBdsApiKeysResponseIterator(request: requests.ListBdsApiKeysRequest): AsyncIterableIterator<responses.ListBdsApiKeysResponse>;
220
290
  /**
221
291
  * Returns a list of all Big Data Service clusters in a compartment.
222
292
  *
@@ -224,7 +294,7 @@ export declare class BdsClient {
224
294
  * @param ListBdsInstancesRequest
225
295
  * @return ListBdsInstancesResponse
226
296
  * @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.
297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstances API.
228
298
  */
229
299
  listBdsInstances(listBdsInstancesRequest: requests.ListBdsInstancesRequest): Promise<responses.ListBdsInstancesResponse>;
230
300
  /**
@@ -266,7 +336,7 @@ export declare class BdsClient {
266
336
  * @param ListWorkRequestErrorsRequest
267
337
  * @return ListWorkRequestErrorsResponse
268
338
  * @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.
339
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
270
340
  */
271
341
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
272
342
  /**
@@ -308,7 +378,7 @@ export declare class BdsClient {
308
378
  * @param ListWorkRequestLogsRequest
309
379
  * @return ListWorkRequestLogsResponse
310
380
  * @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.
381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
312
382
  */
313
383
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
314
384
  /**
@@ -350,7 +420,7 @@ export declare class BdsClient {
350
420
  * @param ListWorkRequestsRequest
351
421
  * @return ListWorkRequestsResponse
352
422
  * @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.
423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
354
424
  */
355
425
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
356
426
  /**
@@ -392,7 +462,7 @@ export declare class BdsClient {
392
462
  * @param RemoveAutoScalingConfigurationRequest
393
463
  * @return RemoveAutoScalingConfigurationResponse
394
464
  * @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.
465
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/RemoveAutoScalingConfiguration.ts.html |here} to see how to use RemoveAutoScalingConfiguration API.
396
466
  */
397
467
  removeAutoScalingConfiguration(removeAutoScalingConfigurationRequest: requests.RemoveAutoScalingConfigurationRequest): Promise<responses.RemoveAutoScalingConfigurationResponse>;
398
468
  /**
@@ -402,7 +472,7 @@ export declare class BdsClient {
402
472
  * @param RemoveCloudSqlRequest
403
473
  * @return RemoveCloudSqlResponse
404
474
  * @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.
475
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/RemoveCloudSql.ts.html |here} to see how to use RemoveCloudSql API.
406
476
  */
407
477
  removeCloudSql(removeCloudSqlRequest: requests.RemoveCloudSqlRequest): Promise<responses.RemoveCloudSqlResponse>;
408
478
  /**
@@ -412,9 +482,18 @@ export declare class BdsClient {
412
482
  * @param RestartNodeRequest
413
483
  * @return RestartNodeResponse
414
484
  * @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.
485
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/RestartNode.ts.html |here} to see how to use RestartNode API.
416
486
  */
417
487
  restartNode(restartNodeRequest: requests.RestartNodeRequest): Promise<responses.RestartNodeResponse>;
488
+ /**
489
+ * Test access to specified Object Storage bucket using the API key.
490
+ * This operation does not retry by default if the user has not defined a retry configuration.
491
+ * @param TestBdsObjectStorageConnectionRequest
492
+ * @return TestBdsObjectStorageConnectionResponse
493
+ * @throws OciError when an error occurs
494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/TestBdsObjectStorageConnection.ts.html |here} to see how to use TestBdsObjectStorageConnection API.
495
+ */
496
+ testBdsObjectStorageConnection(testBdsObjectStorageConnectionRequest: requests.TestBdsObjectStorageConnectionRequest): Promise<responses.TestBdsObjectStorageConnectionResponse>;
418
497
  /**
419
498
  * Updates fields on an autoscale configuration, including the name, the threshold value, and whether the autoscale configuration is enabled.
420
499
  *
@@ -422,7 +501,7 @@ export declare class BdsClient {
422
501
  * @param UpdateAutoScalingConfigurationRequest
423
502
  * @return UpdateAutoScalingConfigurationResponse
424
503
  * @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.
504
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
426
505
  */
427
506
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
428
507
  /**
@@ -431,7 +510,7 @@ export declare class BdsClient {
431
510
  * @param UpdateBdsInstanceRequest
432
511
  * @return UpdateBdsInstanceResponse
433
512
  * @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.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/bds/UpdateBdsInstance.ts.html |here} to see how to use UpdateBdsInstance API.
435
514
  */
436
515
  updateBdsInstance(updateBdsInstanceRequest: requests.UpdateBdsInstanceRequest): Promise<responses.UpdateBdsInstanceResponse>;
437
516
  }