oci-globallydistributeddatabase 2.88.0 → 2.88.2

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 (53) hide show
  1. package/lib/client.d.ts +39 -29
  2. package/lib/client.js +96 -30
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-dedicated-sharded-database.d.ts +13 -0
  5. package/lib/model/create-dedicated-sharded-database.js.map +1 -1
  6. package/lib/model/dedicated-sharded-database-summary.d.ts +13 -0
  7. package/lib/model/dedicated-sharded-database-summary.js.map +1 -1
  8. package/lib/model/dedicated-sharded-database.d.ts +24 -0
  9. package/lib/model/dedicated-sharded-database.js +10 -0
  10. package/lib/model/dedicated-sharded-database.js.map +1 -1
  11. package/lib/model/operation-type.d.ts +12 -0
  12. package/lib/model/operation-type.js +12 -0
  13. package/lib/model/operation-type.js.map +1 -1
  14. package/lib/model/private-endpoint.d.ts +4 -0
  15. package/lib/model/private-endpoint.js.map +1 -1
  16. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  17. package/lib/request/change-sharded-database-compartment-request.d.ts +1 -1
  18. package/lib/request/configure-sharded-database-gsms-request.d.ts +1 -1
  19. package/lib/request/configure-sharding-request.d.ts +1 -1
  20. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  21. package/lib/request/create-sharded-database-request.d.ts +1 -1
  22. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  23. package/lib/request/delete-sharded-database-request.d.ts +1 -1
  24. package/lib/request/download-gsm-certificate-signing-request-request.d.ts +1 -1
  25. package/lib/request/fetch-connection-string-request.d.ts +1 -1
  26. package/lib/request/fetch-shardable-cloud-autonomous-vm-clusters-request.d.ts +1 -1
  27. package/lib/request/generate-gsm-certificate-signing-request-request.d.ts +5 -1
  28. package/lib/request/generate-wallet-request.d.ts +1 -1
  29. package/lib/request/get-private-endpoint-request.d.ts +10 -1
  30. package/lib/request/get-sharded-database-request.d.ts +10 -1
  31. package/lib/request/get-work-request-request.d.ts +1 -1
  32. package/lib/request/index.d.ts +2 -0
  33. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  34. package/lib/request/list-sharded-databases-request.d.ts +1 -1
  35. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  36. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  37. package/lib/request/list-work-requests-request.d.ts +1 -1
  38. package/lib/request/patch-sharded-database-request.d.ts +1 -1
  39. package/lib/request/prevalidate-sharded-database-request.d.ts +1 -1
  40. package/lib/request/reinstate-proxy-instance-request.d.ts +44 -0
  41. package/lib/request/reinstate-proxy-instance-request.js +15 -0
  42. package/lib/request/reinstate-proxy-instance-request.js.map +1 -0
  43. package/lib/request/start-sharded-database-request.d.ts +1 -1
  44. package/lib/request/stop-sharded-database-request.d.ts +1 -1
  45. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  46. package/lib/request/update-sharded-database-request.d.ts +1 -1
  47. package/lib/request/upload-signed-certificate-and-generate-wallet-request.d.ts +1 -1
  48. package/lib/request/validate-network-request.d.ts +1 -1
  49. package/lib/response/index.d.ts +2 -0
  50. package/lib/response/reinstate-proxy-instance-response.d.ts +25 -0
  51. package/lib/response/reinstate-proxy-instance-response.js +15 -0
  52. package/lib/response/reinstate-proxy-instance-response.js.map +1 -0
  53. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -96,7 +96,7 @@ export declare class ShardedDatabaseServiceClient {
96
96
  * @param ChangePrivateEndpointCompartmentRequest
97
97
  * @return ChangePrivateEndpointCompartmentResponse
98
98
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
100
100
  */
101
101
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest: requests.ChangePrivateEndpointCompartmentRequest): Promise<responses.ChangePrivateEndpointCompartmentResponse>;
102
102
  /**
@@ -106,7 +106,7 @@ export declare class ShardedDatabaseServiceClient {
106
106
  * @param ChangeShardedDatabaseCompartmentRequest
107
107
  * @return ChangeShardedDatabaseCompartmentResponse
108
108
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ChangeShardedDatabaseCompartment.ts.html |here} to see how to use ChangeShardedDatabaseCompartment API.
109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ChangeShardedDatabaseCompartment.ts.html |here} to see how to use ChangeShardedDatabaseCompartment API.
110
110
  */
111
111
  changeShardedDatabaseCompartment(changeShardedDatabaseCompartmentRequest: requests.ChangeShardedDatabaseCompartmentRequest): Promise<responses.ChangeShardedDatabaseCompartmentResponse>;
112
112
  /**
@@ -119,7 +119,7 @@ export declare class ShardedDatabaseServiceClient {
119
119
  * @param ConfigureShardedDatabaseGsmsRequest
120
120
  * @return ConfigureShardedDatabaseGsmsResponse
121
121
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ConfigureShardedDatabaseGsms.ts.html |here} to see how to use ConfigureShardedDatabaseGsms API.
122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ConfigureShardedDatabaseGsms.ts.html |here} to see how to use ConfigureShardedDatabaseGsms API.
123
123
  */
124
124
  configureShardedDatabaseGsms(configureShardedDatabaseGsmsRequest: requests.ConfigureShardedDatabaseGsmsRequest): Promise<responses.ConfigureShardedDatabaseGsmsResponse>;
125
125
  /**
@@ -133,7 +133,7 @@ export declare class ShardedDatabaseServiceClient {
133
133
  * @param ConfigureShardingRequest
134
134
  * @return ConfigureShardingResponse
135
135
  * @throws OciError when an error occurs
136
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ConfigureSharding.ts.html |here} to see how to use ConfigureSharding API.
136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ConfigureSharding.ts.html |here} to see how to use ConfigureSharding API.
137
137
  */
138
138
  configureSharding(configureShardingRequest: requests.ConfigureShardingRequest): Promise<responses.ConfigureShardingResponse>;
139
139
  /**
@@ -143,7 +143,7 @@ export declare class ShardedDatabaseServiceClient {
143
143
  * @param CreatePrivateEndpointRequest
144
144
  * @return CreatePrivateEndpointResponse
145
145
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
147
147
  */
148
148
  createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
149
149
  /**
@@ -153,7 +153,7 @@ export declare class ShardedDatabaseServiceClient {
153
153
  * @param CreateShardedDatabaseRequest
154
154
  * @return CreateShardedDatabaseResponse
155
155
  * @throws OciError when an error occurs
156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/CreateShardedDatabase.ts.html |here} to see how to use CreateShardedDatabase API.
156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/CreateShardedDatabase.ts.html |here} to see how to use CreateShardedDatabase API.
157
157
  */
158
158
  createShardedDatabase(createShardedDatabaseRequest: requests.CreateShardedDatabaseRequest): Promise<responses.CreateShardedDatabaseResponse>;
159
159
  /**
@@ -163,7 +163,7 @@ export declare class ShardedDatabaseServiceClient {
163
163
  * @param DeletePrivateEndpointRequest
164
164
  * @return DeletePrivateEndpointResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
167
167
  */
168
168
  deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
169
169
  /**
@@ -173,7 +173,7 @@ export declare class ShardedDatabaseServiceClient {
173
173
  * @param DeleteShardedDatabaseRequest
174
174
  * @return DeleteShardedDatabaseResponse
175
175
  * @throws OciError when an error occurs
176
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/DeleteShardedDatabase.ts.html |here} to see how to use DeleteShardedDatabase API.
176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/DeleteShardedDatabase.ts.html |here} to see how to use DeleteShardedDatabase API.
177
177
  */
178
178
  deleteShardedDatabase(deleteShardedDatabaseRequest: requests.DeleteShardedDatabaseRequest): Promise<responses.DeleteShardedDatabaseResponse>;
179
179
  /**
@@ -186,7 +186,7 @@ export declare class ShardedDatabaseServiceClient {
186
186
  * @param DownloadGsmCertificateSigningRequestRequest
187
187
  * @return DownloadGsmCertificateSigningRequestResponse
188
188
  * @throws OciError when an error occurs
189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/DownloadGsmCertificateSigningRequest.ts.html |here} to see how to use DownloadGsmCertificateSigningRequest API.
189
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/DownloadGsmCertificateSigningRequest.ts.html |here} to see how to use DownloadGsmCertificateSigningRequest API.
190
190
  */
191
191
  downloadGsmCertificateSigningRequest(downloadGsmCertificateSigningRequestRequest: requests.DownloadGsmCertificateSigningRequestRequest): Promise<responses.DownloadGsmCertificateSigningRequestResponse>;
192
192
  /**
@@ -196,7 +196,7 @@ export declare class ShardedDatabaseServiceClient {
196
196
  * @param FetchConnectionStringRequest
197
197
  * @return FetchConnectionStringResponse
198
198
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/FetchConnectionString.ts.html |here} to see how to use FetchConnectionString API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/FetchConnectionString.ts.html |here} to see how to use FetchConnectionString API.
200
200
  */
201
201
  fetchConnectionString(fetchConnectionStringRequest: requests.FetchConnectionStringRequest): Promise<responses.FetchConnectionStringResponse>;
202
202
  /**
@@ -206,7 +206,7 @@ export declare class ShardedDatabaseServiceClient {
206
206
  * @param FetchShardableCloudAutonomousVmClustersRequest
207
207
  * @return FetchShardableCloudAutonomousVmClustersResponse
208
208
  * @throws OciError when an error occurs
209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/FetchShardableCloudAutonomousVmClusters.ts.html |here} to see how to use FetchShardableCloudAutonomousVmClusters API.
209
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/FetchShardableCloudAutonomousVmClusters.ts.html |here} to see how to use FetchShardableCloudAutonomousVmClusters API.
210
210
  */
211
211
  fetchShardableCloudAutonomousVmClusters(fetchShardableCloudAutonomousVmClustersRequest: requests.FetchShardableCloudAutonomousVmClustersRequest): Promise<responses.FetchShardableCloudAutonomousVmClustersResponse>;
212
212
  /**
@@ -218,7 +218,7 @@ export declare class ShardedDatabaseServiceClient {
218
218
  * @param GenerateGsmCertificateSigningRequestRequest
219
219
  * @return GenerateGsmCertificateSigningRequestResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/GenerateGsmCertificateSigningRequest.ts.html |here} to see how to use GenerateGsmCertificateSigningRequest API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/GenerateGsmCertificateSigningRequest.ts.html |here} to see how to use GenerateGsmCertificateSigningRequest API.
222
222
  */
223
223
  generateGsmCertificateSigningRequest(generateGsmCertificateSigningRequestRequest: requests.GenerateGsmCertificateSigningRequestRequest): Promise<responses.GenerateGsmCertificateSigningRequestResponse>;
224
224
  /**
@@ -228,7 +228,7 @@ export declare class ShardedDatabaseServiceClient {
228
228
  * @param GenerateWalletRequest
229
229
  * @return GenerateWalletResponse
230
230
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/GenerateWallet.ts.html |here} to see how to use GenerateWallet API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/GenerateWallet.ts.html |here} to see how to use GenerateWallet API.
232
232
  */
233
233
  generateWallet(generateWalletRequest: requests.GenerateWalletRequest): Promise<responses.GenerateWalletResponse>;
234
234
  /**
@@ -238,7 +238,7 @@ export declare class ShardedDatabaseServiceClient {
238
238
  * @param GetPrivateEndpointRequest
239
239
  * @return GetPrivateEndpointResponse
240
240
  * @throws OciError when an error occurs
241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
242
242
  */
243
243
  getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
244
244
  /**
@@ -248,7 +248,7 @@ export declare class ShardedDatabaseServiceClient {
248
248
  * @param GetShardedDatabaseRequest
249
249
  * @return GetShardedDatabaseResponse
250
250
  * @throws OciError when an error occurs
251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/GetShardedDatabase.ts.html |here} to see how to use GetShardedDatabase API.
251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/GetShardedDatabase.ts.html |here} to see how to use GetShardedDatabase API.
252
252
  */
253
253
  getShardedDatabase(getShardedDatabaseRequest: requests.GetShardedDatabaseRequest): Promise<responses.GetShardedDatabaseResponse>;
254
254
  /**
@@ -257,7 +257,7 @@ export declare class ShardedDatabaseServiceClient {
257
257
  * @param GetWorkRequestRequest
258
258
  * @return GetWorkRequestResponse
259
259
  * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
261
261
  */
262
262
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
263
263
  /**
@@ -267,7 +267,7 @@ export declare class ShardedDatabaseServiceClient {
267
267
  * @param ListPrivateEndpointsRequest
268
268
  * @return ListPrivateEndpointsResponse
269
269
  * @throws OciError when an error occurs
270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
271
271
  */
272
272
  listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
273
273
  /**
@@ -277,7 +277,7 @@ export declare class ShardedDatabaseServiceClient {
277
277
  * @param ListShardedDatabasesRequest
278
278
  * @return ListShardedDatabasesResponse
279
279
  * @throws OciError when an error occurs
280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ListShardedDatabases.ts.html |here} to see how to use ListShardedDatabases API.
280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ListShardedDatabases.ts.html |here} to see how to use ListShardedDatabases API.
281
281
  */
282
282
  listShardedDatabases(listShardedDatabasesRequest: requests.ListShardedDatabasesRequest): Promise<responses.ListShardedDatabasesResponse>;
283
283
  /**
@@ -287,7 +287,7 @@ export declare class ShardedDatabaseServiceClient {
287
287
  * @param ListWorkRequestErrorsRequest
288
288
  * @return ListWorkRequestErrorsResponse
289
289
  * @throws OciError when an error occurs
290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
291
291
  */
292
292
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
293
293
  /**
@@ -297,7 +297,7 @@ export declare class ShardedDatabaseServiceClient {
297
297
  * @param ListWorkRequestLogsRequest
298
298
  * @return ListWorkRequestLogsResponse
299
299
  * @throws OciError when an error occurs
300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
301
301
  */
302
302
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
303
303
  /**
@@ -307,7 +307,7 @@ export declare class ShardedDatabaseServiceClient {
307
307
  * @param ListWorkRequestsRequest
308
308
  * @return ListWorkRequestsResponse
309
309
  * @throws OciError when an error occurs
310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
311
311
  */
312
312
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
313
313
  /**
@@ -319,7 +319,7 @@ export declare class ShardedDatabaseServiceClient {
319
319
  * @param PatchShardedDatabaseRequest
320
320
  * @return PatchShardedDatabaseResponse
321
321
  * @throws OciError when an error occurs
322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/PatchShardedDatabase.ts.html |here} to see how to use PatchShardedDatabase API.
322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/PatchShardedDatabase.ts.html |here} to see how to use PatchShardedDatabase API.
323
323
  */
324
324
  patchShardedDatabase(patchShardedDatabaseRequest: requests.PatchShardedDatabaseRequest): Promise<responses.PatchShardedDatabaseResponse>;
325
325
  /**
@@ -329,16 +329,26 @@ export declare class ShardedDatabaseServiceClient {
329
329
  * @param PrevalidateShardedDatabaseRequest
330
330
  * @return PrevalidateShardedDatabaseResponse
331
331
  * @throws OciError when an error occurs
332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/PrevalidateShardedDatabase.ts.html |here} to see how to use PrevalidateShardedDatabase API.
332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/PrevalidateShardedDatabase.ts.html |here} to see how to use PrevalidateShardedDatabase API.
333
333
  */
334
334
  prevalidateShardedDatabase(prevalidateShardedDatabaseRequest: requests.PrevalidateShardedDatabaseRequest): Promise<responses.PrevalidateShardedDatabaseResponse>;
335
+ /**
336
+ * API to reinstate the proxy instances associated with the private endpoint.
337
+ *
338
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
339
+ * @param ReinstateProxyInstanceRequest
340
+ * @return ReinstateProxyInstanceResponse
341
+ * @throws OciError when an error occurs
342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ReinstateProxyInstance.ts.html |here} to see how to use ReinstateProxyInstance API.
343
+ */
344
+ reinstateProxyInstance(reinstateProxyInstanceRequest: requests.ReinstateProxyInstanceRequest): Promise<responses.ReinstateProxyInstanceResponse>;
335
345
  /**
336
346
  * Start the shards, catalog and GSMs of Sharded Database.
337
347
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
338
348
  * @param StartShardedDatabaseRequest
339
349
  * @return StartShardedDatabaseResponse
340
350
  * @throws OciError when an error occurs
341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/StartShardedDatabase.ts.html |here} to see how to use StartShardedDatabase API.
351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/StartShardedDatabase.ts.html |here} to see how to use StartShardedDatabase API.
342
352
  */
343
353
  startShardedDatabase(startShardedDatabaseRequest: requests.StartShardedDatabaseRequest): Promise<responses.StartShardedDatabaseResponse>;
344
354
  /**
@@ -347,7 +357,7 @@ export declare class ShardedDatabaseServiceClient {
347
357
  * @param StopShardedDatabaseRequest
348
358
  * @return StopShardedDatabaseResponse
349
359
  * @throws OciError when an error occurs
350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/StopShardedDatabase.ts.html |here} to see how to use StopShardedDatabase API.
360
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/StopShardedDatabase.ts.html |here} to see how to use StopShardedDatabase API.
351
361
  */
352
362
  stopShardedDatabase(stopShardedDatabaseRequest: requests.StopShardedDatabaseRequest): Promise<responses.StopShardedDatabaseResponse>;
353
363
  /**
@@ -357,7 +367,7 @@ export declare class ShardedDatabaseServiceClient {
357
367
  * @param UpdatePrivateEndpointRequest
358
368
  * @return UpdatePrivateEndpointResponse
359
369
  * @throws OciError when an error occurs
360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
370
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
361
371
  */
362
372
  updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
363
373
  /**
@@ -367,7 +377,7 @@ export declare class ShardedDatabaseServiceClient {
367
377
  * @param UpdateShardedDatabaseRequest
368
378
  * @return UpdateShardedDatabaseResponse
369
379
  * @throws OciError when an error occurs
370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/UpdateShardedDatabase.ts.html |here} to see how to use UpdateShardedDatabase API.
380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/UpdateShardedDatabase.ts.html |here} to see how to use UpdateShardedDatabase API.
371
381
  */
372
382
  updateShardedDatabase(updateShardedDatabaseRequest: requests.UpdateShardedDatabaseRequest): Promise<responses.UpdateShardedDatabaseResponse>;
373
383
  /**
@@ -379,7 +389,7 @@ export declare class ShardedDatabaseServiceClient {
379
389
  * @param UploadSignedCertificateAndGenerateWalletRequest
380
390
  * @return UploadSignedCertificateAndGenerateWalletResponse
381
391
  * @throws OciError when an error occurs
382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/UploadSignedCertificateAndGenerateWallet.ts.html |here} to see how to use UploadSignedCertificateAndGenerateWallet API.
392
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/UploadSignedCertificateAndGenerateWallet.ts.html |here} to see how to use UploadSignedCertificateAndGenerateWallet API.
383
393
  */
384
394
  uploadSignedCertificateAndGenerateWallet(uploadSignedCertificateAndGenerateWalletRequest: requests.UploadSignedCertificateAndGenerateWalletRequest): Promise<responses.UploadSignedCertificateAndGenerateWalletResponse>;
385
395
  /**
@@ -389,7 +399,7 @@ export declare class ShardedDatabaseServiceClient {
389
399
  * @param ValidateNetworkRequest
390
400
  * @return ValidateNetworkResponse
391
401
  * @throws OciError when an error occurs
392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ValidateNetwork.ts.html |here} to see how to use ValidateNetwork API.
402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ValidateNetwork.ts.html |here} to see how to use ValidateNetwork API.
393
403
  */
394
404
  validateNetwork(validateNetworkRequest: requests.ValidateNetworkRequest): Promise<responses.ValidateNetworkResponse>;
395
405
  }
package/lib/client.js CHANGED
@@ -203,7 +203,7 @@ class ShardedDatabaseServiceClient {
203
203
  * @param ChangePrivateEndpointCompartmentRequest
204
204
  * @return ChangePrivateEndpointCompartmentResponse
205
205
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
207
207
  */
208
208
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest) {
209
209
  return __awaiter(this, void 0, void 0, function* () {
@@ -266,7 +266,7 @@ class ShardedDatabaseServiceClient {
266
266
  * @param ChangeShardedDatabaseCompartmentRequest
267
267
  * @return ChangeShardedDatabaseCompartmentResponse
268
268
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ChangeShardedDatabaseCompartment.ts.html |here} to see how to use ChangeShardedDatabaseCompartment API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ChangeShardedDatabaseCompartment.ts.html |here} to see how to use ChangeShardedDatabaseCompartment API.
270
270
  */
271
271
  changeShardedDatabaseCompartment(changeShardedDatabaseCompartmentRequest) {
272
272
  return __awaiter(this, void 0, void 0, function* () {
@@ -332,7 +332,7 @@ class ShardedDatabaseServiceClient {
332
332
  * @param ConfigureShardedDatabaseGsmsRequest
333
333
  * @return ConfigureShardedDatabaseGsmsResponse
334
334
  * @throws OciError when an error occurs
335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ConfigureShardedDatabaseGsms.ts.html |here} to see how to use ConfigureShardedDatabaseGsms API.
335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ConfigureShardedDatabaseGsms.ts.html |here} to see how to use ConfigureShardedDatabaseGsms API.
336
336
  */
337
337
  configureShardedDatabaseGsms(configureShardedDatabaseGsmsRequest) {
338
338
  return __awaiter(this, void 0, void 0, function* () {
@@ -399,7 +399,7 @@ class ShardedDatabaseServiceClient {
399
399
  * @param ConfigureShardingRequest
400
400
  * @return ConfigureShardingResponse
401
401
  * @throws OciError when an error occurs
402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ConfigureSharding.ts.html |here} to see how to use ConfigureSharding API.
402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ConfigureSharding.ts.html |here} to see how to use ConfigureSharding API.
403
403
  */
404
404
  configureSharding(configureShardingRequest) {
405
405
  return __awaiter(this, void 0, void 0, function* () {
@@ -463,7 +463,7 @@ class ShardedDatabaseServiceClient {
463
463
  * @param CreatePrivateEndpointRequest
464
464
  * @return CreatePrivateEndpointResponse
465
465
  * @throws OciError when an error occurs
466
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
466
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
467
467
  */
468
468
  createPrivateEndpoint(createPrivateEndpointRequest) {
469
469
  return __awaiter(this, void 0, void 0, function* () {
@@ -532,7 +532,7 @@ class ShardedDatabaseServiceClient {
532
532
  * @param CreateShardedDatabaseRequest
533
533
  * @return CreateShardedDatabaseResponse
534
534
  * @throws OciError when an error occurs
535
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/CreateShardedDatabase.ts.html |here} to see how to use CreateShardedDatabase API.
535
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/CreateShardedDatabase.ts.html |here} to see how to use CreateShardedDatabase API.
536
536
  */
537
537
  createShardedDatabase(createShardedDatabaseRequest) {
538
538
  return __awaiter(this, void 0, void 0, function* () {
@@ -601,7 +601,7 @@ class ShardedDatabaseServiceClient {
601
601
  * @param DeletePrivateEndpointRequest
602
602
  * @return DeletePrivateEndpointResponse
603
603
  * @throws OciError when an error occurs
604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
605
605
  */
606
606
  deletePrivateEndpoint(deletePrivateEndpointRequest) {
607
607
  return __awaiter(this, void 0, void 0, function* () {
@@ -663,7 +663,7 @@ class ShardedDatabaseServiceClient {
663
663
  * @param DeleteShardedDatabaseRequest
664
664
  * @return DeleteShardedDatabaseResponse
665
665
  * @throws OciError when an error occurs
666
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/DeleteShardedDatabase.ts.html |here} to see how to use DeleteShardedDatabase API.
666
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/DeleteShardedDatabase.ts.html |here} to see how to use DeleteShardedDatabase API.
667
667
  */
668
668
  deleteShardedDatabase(deleteShardedDatabaseRequest) {
669
669
  return __awaiter(this, void 0, void 0, function* () {
@@ -728,7 +728,7 @@ class ShardedDatabaseServiceClient {
728
728
  * @param DownloadGsmCertificateSigningRequestRequest
729
729
  * @return DownloadGsmCertificateSigningRequestResponse
730
730
  * @throws OciError when an error occurs
731
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/DownloadGsmCertificateSigningRequest.ts.html |here} to see how to use DownloadGsmCertificateSigningRequest API.
731
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/DownloadGsmCertificateSigningRequest.ts.html |here} to see how to use DownloadGsmCertificateSigningRequest API.
732
732
  */
733
733
  downloadGsmCertificateSigningRequest(downloadGsmCertificateSigningRequestRequest) {
734
734
  return __awaiter(this, void 0, void 0, function* () {
@@ -803,7 +803,7 @@ class ShardedDatabaseServiceClient {
803
803
  * @param FetchConnectionStringRequest
804
804
  * @return FetchConnectionStringResponse
805
805
  * @throws OciError when an error occurs
806
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/FetchConnectionString.ts.html |here} to see how to use FetchConnectionString API.
806
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/FetchConnectionString.ts.html |here} to see how to use FetchConnectionString API.
807
807
  */
808
808
  fetchConnectionString(fetchConnectionStringRequest) {
809
809
  return __awaiter(this, void 0, void 0, function* () {
@@ -869,7 +869,7 @@ class ShardedDatabaseServiceClient {
869
869
  * @param FetchShardableCloudAutonomousVmClustersRequest
870
870
  * @return FetchShardableCloudAutonomousVmClustersResponse
871
871
  * @throws OciError when an error occurs
872
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/FetchShardableCloudAutonomousVmClusters.ts.html |here} to see how to use FetchShardableCloudAutonomousVmClusters API.
872
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/FetchShardableCloudAutonomousVmClusters.ts.html |here} to see how to use FetchShardableCloudAutonomousVmClusters API.
873
873
  */
874
874
  fetchShardableCloudAutonomousVmClusters(fetchShardableCloudAutonomousVmClustersRequest) {
875
875
  return __awaiter(this, void 0, void 0, function* () {
@@ -930,7 +930,7 @@ class ShardedDatabaseServiceClient {
930
930
  * @param GenerateGsmCertificateSigningRequestRequest
931
931
  * @return GenerateGsmCertificateSigningRequestResponse
932
932
  * @throws OciError when an error occurs
933
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/GenerateGsmCertificateSigningRequest.ts.html |here} to see how to use GenerateGsmCertificateSigningRequest API.
933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/GenerateGsmCertificateSigningRequest.ts.html |here} to see how to use GenerateGsmCertificateSigningRequest API.
934
934
  */
935
935
  generateGsmCertificateSigningRequest(generateGsmCertificateSigningRequestRequest) {
936
936
  return __awaiter(this, void 0, void 0, function* () {
@@ -941,7 +941,9 @@ class ShardedDatabaseServiceClient {
941
941
  const pathParams = {
942
942
  "{shardedDatabaseId}": generateGsmCertificateSigningRequestRequest.shardedDatabaseId
943
943
  };
944
- const queryParams = {};
944
+ const queryParams = {
945
+ "caBundleId": generateGsmCertificateSigningRequestRequest.caBundleId
946
+ };
945
947
  let headerParams = {
946
948
  "Content-Type": common.Constants.APPLICATION_JSON,
947
949
  "opc-request-id": generateGsmCertificateSigningRequestRequest.opcRequestId,
@@ -992,7 +994,7 @@ class ShardedDatabaseServiceClient {
992
994
  * @param GenerateWalletRequest
993
995
  * @return GenerateWalletResponse
994
996
  * @throws OciError when an error occurs
995
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/GenerateWallet.ts.html |here} to see how to use GenerateWallet API.
997
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/GenerateWallet.ts.html |here} to see how to use GenerateWallet API.
996
998
  */
997
999
  generateWallet(generateWalletRequest) {
998
1000
  return __awaiter(this, void 0, void 0, function* () {
@@ -1068,7 +1070,7 @@ class ShardedDatabaseServiceClient {
1068
1070
  * @param GetPrivateEndpointRequest
1069
1071
  * @return GetPrivateEndpointResponse
1070
1072
  * @throws OciError when an error occurs
1071
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
1073
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
1072
1074
  */
1073
1075
  getPrivateEndpoint(getPrivateEndpointRequest) {
1074
1076
  return __awaiter(this, void 0, void 0, function* () {
@@ -1082,6 +1084,7 @@ class ShardedDatabaseServiceClient {
1082
1084
  const queryParams = {};
1083
1085
  let headerParams = {
1084
1086
  "Content-Type": common.Constants.APPLICATION_JSON,
1087
+ "if-none-match": getPrivateEndpointRequest.ifNoneMatch,
1085
1088
  "opc-request-id": getPrivateEndpointRequest.opcRequestId
1086
1089
  };
1087
1090
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
@@ -1132,7 +1135,7 @@ class ShardedDatabaseServiceClient {
1132
1135
  * @param GetShardedDatabaseRequest
1133
1136
  * @return GetShardedDatabaseResponse
1134
1137
  * @throws OciError when an error occurs
1135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/GetShardedDatabase.ts.html |here} to see how to use GetShardedDatabase API.
1138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/GetShardedDatabase.ts.html |here} to see how to use GetShardedDatabase API.
1136
1139
  */
1137
1140
  getShardedDatabase(getShardedDatabaseRequest) {
1138
1141
  return __awaiter(this, void 0, void 0, function* () {
@@ -1148,6 +1151,7 @@ class ShardedDatabaseServiceClient {
1148
1151
  };
1149
1152
  let headerParams = {
1150
1153
  "Content-Type": common.Constants.APPLICATION_JSON,
1154
+ "if-none-match": getShardedDatabaseRequest.ifNoneMatch,
1151
1155
  "opc-request-id": getShardedDatabaseRequest.opcRequestId
1152
1156
  };
1153
1157
  const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
@@ -1197,7 +1201,7 @@ class ShardedDatabaseServiceClient {
1197
1201
  * @param GetWorkRequestRequest
1198
1202
  * @return GetWorkRequestResponse
1199
1203
  * @throws OciError when an error occurs
1200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1201
1205
  */
1202
1206
  getWorkRequest(getWorkRequestRequest) {
1203
1207
  return __awaiter(this, void 0, void 0, function* () {
@@ -1261,7 +1265,7 @@ class ShardedDatabaseServiceClient {
1261
1265
  * @param ListPrivateEndpointsRequest
1262
1266
  * @return ListPrivateEndpointsResponse
1263
1267
  * @throws OciError when an error occurs
1264
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1265
1269
  */
1266
1270
  listPrivateEndpoints(listPrivateEndpointsRequest) {
1267
1271
  return __awaiter(this, void 0, void 0, function* () {
@@ -1331,7 +1335,7 @@ class ShardedDatabaseServiceClient {
1331
1335
  * @param ListShardedDatabasesRequest
1332
1336
  * @return ListShardedDatabasesResponse
1333
1337
  * @throws OciError when an error occurs
1334
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ListShardedDatabases.ts.html |here} to see how to use ListShardedDatabases API.
1338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ListShardedDatabases.ts.html |here} to see how to use ListShardedDatabases API.
1335
1339
  */
1336
1340
  listShardedDatabases(listShardedDatabasesRequest) {
1337
1341
  return __awaiter(this, void 0, void 0, function* () {
@@ -1401,7 +1405,7 @@ class ShardedDatabaseServiceClient {
1401
1405
  * @param ListWorkRequestErrorsRequest
1402
1406
  * @return ListWorkRequestErrorsResponse
1403
1407
  * @throws OciError when an error occurs
1404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1405
1409
  */
1406
1410
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1407
1411
  return __awaiter(this, void 0, void 0, function* () {
@@ -1470,7 +1474,7 @@ class ShardedDatabaseServiceClient {
1470
1474
  * @param ListWorkRequestLogsRequest
1471
1475
  * @return ListWorkRequestLogsResponse
1472
1476
  * @throws OciError when an error occurs
1473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1477
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1474
1478
  */
1475
1479
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1476
1480
  return __awaiter(this, void 0, void 0, function* () {
@@ -1539,7 +1543,7 @@ class ShardedDatabaseServiceClient {
1539
1543
  * @param ListWorkRequestsRequest
1540
1544
  * @return ListWorkRequestsResponse
1541
1545
  * @throws OciError when an error occurs
1542
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1543
1547
  */
1544
1548
  listWorkRequests(listWorkRequestsRequest) {
1545
1549
  return __awaiter(this, void 0, void 0, function* () {
@@ -1612,7 +1616,7 @@ class ShardedDatabaseServiceClient {
1612
1616
  * @param PatchShardedDatabaseRequest
1613
1617
  * @return PatchShardedDatabaseResponse
1614
1618
  * @throws OciError when an error occurs
1615
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/PatchShardedDatabase.ts.html |here} to see how to use PatchShardedDatabase API.
1619
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/PatchShardedDatabase.ts.html |here} to see how to use PatchShardedDatabase API.
1616
1620
  */
1617
1621
  patchShardedDatabase(patchShardedDatabaseRequest) {
1618
1622
  return __awaiter(this, void 0, void 0, function* () {
@@ -1674,7 +1678,7 @@ class ShardedDatabaseServiceClient {
1674
1678
  * @param PrevalidateShardedDatabaseRequest
1675
1679
  * @return PrevalidateShardedDatabaseResponse
1676
1680
  * @throws OciError when an error occurs
1677
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/PrevalidateShardedDatabase.ts.html |here} to see how to use PrevalidateShardedDatabase API.
1681
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/PrevalidateShardedDatabase.ts.html |here} to see how to use PrevalidateShardedDatabase API.
1678
1682
  */
1679
1683
  prevalidateShardedDatabase(prevalidateShardedDatabaseRequest) {
1680
1684
  return __awaiter(this, void 0, void 0, function* () {
@@ -1728,13 +1732,75 @@ class ShardedDatabaseServiceClient {
1728
1732
  }
1729
1733
  });
1730
1734
  }
1735
+ /**
1736
+ * API to reinstate the proxy instances associated with the private endpoint.
1737
+ *
1738
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1739
+ * @param ReinstateProxyInstanceRequest
1740
+ * @return ReinstateProxyInstanceResponse
1741
+ * @throws OciError when an error occurs
1742
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ReinstateProxyInstance.ts.html |here} to see how to use ReinstateProxyInstance API.
1743
+ */
1744
+ reinstateProxyInstance(reinstateProxyInstanceRequest) {
1745
+ return __awaiter(this, void 0, void 0, function* () {
1746
+ if (this.logger)
1747
+ this.logger.debug("Calling operation ShardedDatabaseServiceClient#reinstateProxyInstance.");
1748
+ const operationName = "reinstateProxyInstance";
1749
+ const apiReferenceLink = "";
1750
+ const pathParams = {
1751
+ "{privateEndpointId}": reinstateProxyInstanceRequest.privateEndpointId
1752
+ };
1753
+ const queryParams = {};
1754
+ let headerParams = {
1755
+ "Content-Type": common.Constants.APPLICATION_JSON,
1756
+ "opc-request-id": reinstateProxyInstanceRequest.opcRequestId,
1757
+ "if-match": reinstateProxyInstanceRequest.ifMatch,
1758
+ "opc-retry-token": reinstateProxyInstanceRequest.opcRetryToken
1759
+ };
1760
+ const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
1761
+ const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, reinstateProxyInstanceRequest.retryConfiguration, specRetryConfiguration);
1762
+ if (this.logger)
1763
+ retrier.logger = this.logger;
1764
+ const request = yield oci_common_1.composeRequest({
1765
+ baseEndpoint: this._endpoint,
1766
+ defaultHeaders: this._defaultHeaders,
1767
+ path: "/privateEndpoints/{privateEndpointId}/actions/reinstateProxyInstance",
1768
+ method: "POST",
1769
+ pathParams: pathParams,
1770
+ headerParams: headerParams,
1771
+ queryParams: queryParams
1772
+ });
1773
+ try {
1774
+ const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
1775
+ const sdkResponse = oci_common_1.composeResponse({
1776
+ responseObject: {},
1777
+ responseHeaders: [
1778
+ {
1779
+ value: response.headers.get("opc-work-request-id"),
1780
+ key: "opcWorkRequestId",
1781
+ dataType: "string"
1782
+ },
1783
+ {
1784
+ value: response.headers.get("opc-request-id"),
1785
+ key: "opcRequestId",
1786
+ dataType: "string"
1787
+ }
1788
+ ]
1789
+ });
1790
+ return sdkResponse;
1791
+ }
1792
+ catch (err) {
1793
+ throw err;
1794
+ }
1795
+ });
1796
+ }
1731
1797
  /**
1732
1798
  * Start the shards, catalog and GSMs of Sharded Database.
1733
1799
  * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1734
1800
  * @param StartShardedDatabaseRequest
1735
1801
  * @return StartShardedDatabaseResponse
1736
1802
  * @throws OciError when an error occurs
1737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/StartShardedDatabase.ts.html |here} to see how to use StartShardedDatabase API.
1803
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/StartShardedDatabase.ts.html |here} to see how to use StartShardedDatabase API.
1738
1804
  */
1739
1805
  startShardedDatabase(startShardedDatabaseRequest) {
1740
1806
  return __awaiter(this, void 0, void 0, function* () {
@@ -1795,7 +1861,7 @@ class ShardedDatabaseServiceClient {
1795
1861
  * @param StopShardedDatabaseRequest
1796
1862
  * @return StopShardedDatabaseResponse
1797
1863
  * @throws OciError when an error occurs
1798
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/StopShardedDatabase.ts.html |here} to see how to use StopShardedDatabase API.
1864
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/StopShardedDatabase.ts.html |here} to see how to use StopShardedDatabase API.
1799
1865
  */
1800
1866
  stopShardedDatabase(stopShardedDatabaseRequest) {
1801
1867
  return __awaiter(this, void 0, void 0, function* () {
@@ -1857,7 +1923,7 @@ class ShardedDatabaseServiceClient {
1857
1923
  * @param UpdatePrivateEndpointRequest
1858
1924
  * @return UpdatePrivateEndpointResponse
1859
1925
  * @throws OciError when an error occurs
1860
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
1926
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
1861
1927
  */
1862
1928
  updatePrivateEndpoint(updatePrivateEndpointRequest) {
1863
1929
  return __awaiter(this, void 0, void 0, function* () {
@@ -1924,7 +1990,7 @@ class ShardedDatabaseServiceClient {
1924
1990
  * @param UpdateShardedDatabaseRequest
1925
1991
  * @return UpdateShardedDatabaseResponse
1926
1992
  * @throws OciError when an error occurs
1927
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/UpdateShardedDatabase.ts.html |here} to see how to use UpdateShardedDatabase API.
1993
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/UpdateShardedDatabase.ts.html |here} to see how to use UpdateShardedDatabase API.
1928
1994
  */
1929
1995
  updateShardedDatabase(updateShardedDatabaseRequest) {
1930
1996
  return __awaiter(this, void 0, void 0, function* () {
@@ -1992,7 +2058,7 @@ class ShardedDatabaseServiceClient {
1992
2058
  * @param UploadSignedCertificateAndGenerateWalletRequest
1993
2059
  * @return UploadSignedCertificateAndGenerateWalletResponse
1994
2060
  * @throws OciError when an error occurs
1995
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/UploadSignedCertificateAndGenerateWallet.ts.html |here} to see how to use UploadSignedCertificateAndGenerateWallet API.
2061
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/UploadSignedCertificateAndGenerateWallet.ts.html |here} to see how to use UploadSignedCertificateAndGenerateWallet API.
1996
2062
  */
1997
2063
  uploadSignedCertificateAndGenerateWallet(uploadSignedCertificateAndGenerateWalletRequest) {
1998
2064
  return __awaiter(this, void 0, void 0, function* () {
@@ -2055,7 +2121,7 @@ class ShardedDatabaseServiceClient {
2055
2121
  * @param ValidateNetworkRequest
2056
2122
  * @return ValidateNetworkResponse
2057
2123
  * @throws OciError when an error occurs
2058
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/globallydistributeddatabase/ValidateNetwork.ts.html |here} to see how to use ValidateNetwork API.
2124
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/globallydistributeddatabase/ValidateNetwork.ts.html |here} to see how to use ValidateNetwork API.
2059
2125
  */
2060
2126
  validateNetwork(validateNetworkRequest) {
2061
2127
  return __awaiter(this, void 0, void 0, function* () {