oci-globallydistributeddatabase 2.83.0 → 2.84.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 (32) hide show
  1. package/lib/client.d.ts +29 -29
  2. package/lib/client.js +29 -29
  3. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  4. package/lib/request/change-sharded-database-compartment-request.d.ts +1 -1
  5. package/lib/request/configure-sharded-database-gsms-request.d.ts +1 -1
  6. package/lib/request/configure-sharding-request.d.ts +1 -1
  7. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  8. package/lib/request/create-sharded-database-request.d.ts +1 -1
  9. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  10. package/lib/request/delete-sharded-database-request.d.ts +1 -1
  11. package/lib/request/download-gsm-certificate-signing-request-request.d.ts +1 -1
  12. package/lib/request/fetch-connection-string-request.d.ts +1 -1
  13. package/lib/request/fetch-shardable-cloud-autonomous-vm-clusters-request.d.ts +1 -1
  14. package/lib/request/generate-gsm-certificate-signing-request-request.d.ts +1 -1
  15. package/lib/request/generate-wallet-request.d.ts +1 -1
  16. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  17. package/lib/request/get-sharded-database-request.d.ts +1 -1
  18. package/lib/request/get-work-request-request.d.ts +1 -1
  19. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  20. package/lib/request/list-sharded-databases-request.d.ts +1 -1
  21. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  22. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  23. package/lib/request/list-work-requests-request.d.ts +1 -1
  24. package/lib/request/patch-sharded-database-request.d.ts +1 -1
  25. package/lib/request/prevalidate-sharded-database-request.d.ts +1 -1
  26. package/lib/request/start-sharded-database-request.d.ts +1 -1
  27. package/lib/request/stop-sharded-database-request.d.ts +1 -1
  28. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  29. package/lib/request/update-sharded-database-request.d.ts +1 -1
  30. package/lib/request/upload-signed-certificate-and-generate-wallet-request.d.ts +1 -1
  31. package/lib/request/validate-network-request.d.ts +1 -1
  32. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -92,7 +92,7 @@ export declare class ShardedDatabaseServiceClient {
92
92
  * @param ChangePrivateEndpointCompartmentRequest
93
93
  * @return ChangePrivateEndpointCompartmentResponse
94
94
  * @throws OciError when an error occurs
95
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
95
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
96
96
  */
97
97
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest: requests.ChangePrivateEndpointCompartmentRequest): Promise<responses.ChangePrivateEndpointCompartmentResponse>;
98
98
  /**
@@ -102,7 +102,7 @@ export declare class ShardedDatabaseServiceClient {
102
102
  * @param ChangeShardedDatabaseCompartmentRequest
103
103
  * @return ChangeShardedDatabaseCompartmentResponse
104
104
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ChangeShardedDatabaseCompartment.ts.html |here} to see how to use ChangeShardedDatabaseCompartment API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ChangeShardedDatabaseCompartment.ts.html |here} to see how to use ChangeShardedDatabaseCompartment API.
106
106
  */
107
107
  changeShardedDatabaseCompartment(changeShardedDatabaseCompartmentRequest: requests.ChangeShardedDatabaseCompartmentRequest): Promise<responses.ChangeShardedDatabaseCompartmentResponse>;
108
108
  /**
@@ -115,7 +115,7 @@ export declare class ShardedDatabaseServiceClient {
115
115
  * @param ConfigureShardedDatabaseGsmsRequest
116
116
  * @return ConfigureShardedDatabaseGsmsResponse
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.83.0/globallydistributeddatabase/ConfigureShardedDatabaseGsms.ts.html |here} to see how to use ConfigureShardedDatabaseGsms API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ConfigureShardedDatabaseGsms.ts.html |here} to see how to use ConfigureShardedDatabaseGsms API.
119
119
  */
120
120
  configureShardedDatabaseGsms(configureShardedDatabaseGsmsRequest: requests.ConfigureShardedDatabaseGsmsRequest): Promise<responses.ConfigureShardedDatabaseGsmsResponse>;
121
121
  /**
@@ -129,7 +129,7 @@ export declare class ShardedDatabaseServiceClient {
129
129
  * @param ConfigureShardingRequest
130
130
  * @return ConfigureShardingResponse
131
131
  * @throws OciError when an error occurs
132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ConfigureSharding.ts.html |here} to see how to use ConfigureSharding API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ConfigureSharding.ts.html |here} to see how to use ConfigureSharding API.
133
133
  */
134
134
  configureSharding(configureShardingRequest: requests.ConfigureShardingRequest): Promise<responses.ConfigureShardingResponse>;
135
135
  /**
@@ -139,7 +139,7 @@ export declare class ShardedDatabaseServiceClient {
139
139
  * @param CreatePrivateEndpointRequest
140
140
  * @return CreatePrivateEndpointResponse
141
141
  * @throws OciError when an error occurs
142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
143
143
  */
144
144
  createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
145
145
  /**
@@ -149,7 +149,7 @@ export declare class ShardedDatabaseServiceClient {
149
149
  * @param CreateShardedDatabaseRequest
150
150
  * @return CreateShardedDatabaseResponse
151
151
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/CreateShardedDatabase.ts.html |here} to see how to use CreateShardedDatabase API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/CreateShardedDatabase.ts.html |here} to see how to use CreateShardedDatabase API.
153
153
  */
154
154
  createShardedDatabase(createShardedDatabaseRequest: requests.CreateShardedDatabaseRequest): Promise<responses.CreateShardedDatabaseResponse>;
155
155
  /**
@@ -159,7 +159,7 @@ export declare class ShardedDatabaseServiceClient {
159
159
  * @param DeletePrivateEndpointRequest
160
160
  * @return DeletePrivateEndpointResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
163
163
  */
164
164
  deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
165
165
  /**
@@ -169,7 +169,7 @@ export declare class ShardedDatabaseServiceClient {
169
169
  * @param DeleteShardedDatabaseRequest
170
170
  * @return DeleteShardedDatabaseResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/DeleteShardedDatabase.ts.html |here} to see how to use DeleteShardedDatabase API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/DeleteShardedDatabase.ts.html |here} to see how to use DeleteShardedDatabase API.
173
173
  */
174
174
  deleteShardedDatabase(deleteShardedDatabaseRequest: requests.DeleteShardedDatabaseRequest): Promise<responses.DeleteShardedDatabaseResponse>;
175
175
  /**
@@ -182,7 +182,7 @@ export declare class ShardedDatabaseServiceClient {
182
182
  * @param DownloadGsmCertificateSigningRequestRequest
183
183
  * @return DownloadGsmCertificateSigningRequestResponse
184
184
  * @throws OciError when an error occurs
185
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/DownloadGsmCertificateSigningRequest.ts.html |here} to see how to use DownloadGsmCertificateSigningRequest API.
185
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/DownloadGsmCertificateSigningRequest.ts.html |here} to see how to use DownloadGsmCertificateSigningRequest API.
186
186
  */
187
187
  downloadGsmCertificateSigningRequest(downloadGsmCertificateSigningRequestRequest: requests.DownloadGsmCertificateSigningRequestRequest): Promise<responses.DownloadGsmCertificateSigningRequestResponse>;
188
188
  /**
@@ -192,7 +192,7 @@ export declare class ShardedDatabaseServiceClient {
192
192
  * @param FetchConnectionStringRequest
193
193
  * @return FetchConnectionStringResponse
194
194
  * @throws OciError when an error occurs
195
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/FetchConnectionString.ts.html |here} to see how to use FetchConnectionString API.
195
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/FetchConnectionString.ts.html |here} to see how to use FetchConnectionString API.
196
196
  */
197
197
  fetchConnectionString(fetchConnectionStringRequest: requests.FetchConnectionStringRequest): Promise<responses.FetchConnectionStringResponse>;
198
198
  /**
@@ -202,7 +202,7 @@ export declare class ShardedDatabaseServiceClient {
202
202
  * @param FetchShardableCloudAutonomousVmClustersRequest
203
203
  * @return FetchShardableCloudAutonomousVmClustersResponse
204
204
  * @throws OciError when an error occurs
205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/FetchShardableCloudAutonomousVmClusters.ts.html |here} to see how to use FetchShardableCloudAutonomousVmClusters API.
205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/FetchShardableCloudAutonomousVmClusters.ts.html |here} to see how to use FetchShardableCloudAutonomousVmClusters API.
206
206
  */
207
207
  fetchShardableCloudAutonomousVmClusters(fetchShardableCloudAutonomousVmClustersRequest: requests.FetchShardableCloudAutonomousVmClustersRequest): Promise<responses.FetchShardableCloudAutonomousVmClustersResponse>;
208
208
  /**
@@ -214,7 +214,7 @@ export declare class ShardedDatabaseServiceClient {
214
214
  * @param GenerateGsmCertificateSigningRequestRequest
215
215
  * @return GenerateGsmCertificateSigningRequestResponse
216
216
  * @throws OciError when an error occurs
217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/GenerateGsmCertificateSigningRequest.ts.html |here} to see how to use GenerateGsmCertificateSigningRequest API.
217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/GenerateGsmCertificateSigningRequest.ts.html |here} to see how to use GenerateGsmCertificateSigningRequest API.
218
218
  */
219
219
  generateGsmCertificateSigningRequest(generateGsmCertificateSigningRequestRequest: requests.GenerateGsmCertificateSigningRequestRequest): Promise<responses.GenerateGsmCertificateSigningRequestResponse>;
220
220
  /**
@@ -224,7 +224,7 @@ export declare class ShardedDatabaseServiceClient {
224
224
  * @param GenerateWalletRequest
225
225
  * @return GenerateWalletResponse
226
226
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/GenerateWallet.ts.html |here} to see how to use GenerateWallet API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/GenerateWallet.ts.html |here} to see how to use GenerateWallet API.
228
228
  */
229
229
  generateWallet(generateWalletRequest: requests.GenerateWalletRequest): Promise<responses.GenerateWalletResponse>;
230
230
  /**
@@ -234,7 +234,7 @@ export declare class ShardedDatabaseServiceClient {
234
234
  * @param GetPrivateEndpointRequest
235
235
  * @return GetPrivateEndpointResponse
236
236
  * @throws OciError when an error occurs
237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
238
238
  */
239
239
  getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
240
240
  /**
@@ -244,7 +244,7 @@ export declare class ShardedDatabaseServiceClient {
244
244
  * @param GetShardedDatabaseRequest
245
245
  * @return GetShardedDatabaseResponse
246
246
  * @throws OciError when an error occurs
247
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/GetShardedDatabase.ts.html |here} to see how to use GetShardedDatabase API.
247
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/GetShardedDatabase.ts.html |here} to see how to use GetShardedDatabase API.
248
248
  */
249
249
  getShardedDatabase(getShardedDatabaseRequest: requests.GetShardedDatabaseRequest): Promise<responses.GetShardedDatabaseResponse>;
250
250
  /**
@@ -253,7 +253,7 @@ export declare class ShardedDatabaseServiceClient {
253
253
  * @param GetWorkRequestRequest
254
254
  * @return GetWorkRequestResponse
255
255
  * @throws OciError when an error occurs
256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
256
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
257
257
  */
258
258
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
259
259
  /**
@@ -263,7 +263,7 @@ export declare class ShardedDatabaseServiceClient {
263
263
  * @param ListPrivateEndpointsRequest
264
264
  * @return ListPrivateEndpointsResponse
265
265
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
267
267
  */
268
268
  listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
269
269
  /**
@@ -273,7 +273,7 @@ export declare class ShardedDatabaseServiceClient {
273
273
  * @param ListShardedDatabasesRequest
274
274
  * @return ListShardedDatabasesResponse
275
275
  * @throws OciError when an error occurs
276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ListShardedDatabases.ts.html |here} to see how to use ListShardedDatabases API.
276
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ListShardedDatabases.ts.html |here} to see how to use ListShardedDatabases API.
277
277
  */
278
278
  listShardedDatabases(listShardedDatabasesRequest: requests.ListShardedDatabasesRequest): Promise<responses.ListShardedDatabasesResponse>;
279
279
  /**
@@ -283,7 +283,7 @@ export declare class ShardedDatabaseServiceClient {
283
283
  * @param ListWorkRequestErrorsRequest
284
284
  * @return ListWorkRequestErrorsResponse
285
285
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
287
287
  */
288
288
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
289
289
  /**
@@ -293,7 +293,7 @@ export declare class ShardedDatabaseServiceClient {
293
293
  * @param ListWorkRequestLogsRequest
294
294
  * @return ListWorkRequestLogsResponse
295
295
  * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
297
297
  */
298
298
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
299
299
  /**
@@ -303,7 +303,7 @@ export declare class ShardedDatabaseServiceClient {
303
303
  * @param ListWorkRequestsRequest
304
304
  * @return ListWorkRequestsResponse
305
305
  * @throws OciError when an error occurs
306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
307
307
  */
308
308
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
309
309
  /**
@@ -315,7 +315,7 @@ export declare class ShardedDatabaseServiceClient {
315
315
  * @param PatchShardedDatabaseRequest
316
316
  * @return PatchShardedDatabaseResponse
317
317
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/PatchShardedDatabase.ts.html |here} to see how to use PatchShardedDatabase API.
318
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/PatchShardedDatabase.ts.html |here} to see how to use PatchShardedDatabase API.
319
319
  */
320
320
  patchShardedDatabase(patchShardedDatabaseRequest: requests.PatchShardedDatabaseRequest): Promise<responses.PatchShardedDatabaseResponse>;
321
321
  /**
@@ -325,7 +325,7 @@ export declare class ShardedDatabaseServiceClient {
325
325
  * @param PrevalidateShardedDatabaseRequest
326
326
  * @return PrevalidateShardedDatabaseResponse
327
327
  * @throws OciError when an error occurs
328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/PrevalidateShardedDatabase.ts.html |here} to see how to use PrevalidateShardedDatabase API.
328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/PrevalidateShardedDatabase.ts.html |here} to see how to use PrevalidateShardedDatabase API.
329
329
  */
330
330
  prevalidateShardedDatabase(prevalidateShardedDatabaseRequest: requests.PrevalidateShardedDatabaseRequest): Promise<responses.PrevalidateShardedDatabaseResponse>;
331
331
  /**
@@ -334,7 +334,7 @@ export declare class ShardedDatabaseServiceClient {
334
334
  * @param StartShardedDatabaseRequest
335
335
  * @return StartShardedDatabaseResponse
336
336
  * @throws OciError when an error occurs
337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/StartShardedDatabase.ts.html |here} to see how to use StartShardedDatabase API.
337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/StartShardedDatabase.ts.html |here} to see how to use StartShardedDatabase API.
338
338
  */
339
339
  startShardedDatabase(startShardedDatabaseRequest: requests.StartShardedDatabaseRequest): Promise<responses.StartShardedDatabaseResponse>;
340
340
  /**
@@ -343,7 +343,7 @@ export declare class ShardedDatabaseServiceClient {
343
343
  * @param StopShardedDatabaseRequest
344
344
  * @return StopShardedDatabaseResponse
345
345
  * @throws OciError when an error occurs
346
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/StopShardedDatabase.ts.html |here} to see how to use StopShardedDatabase API.
346
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/StopShardedDatabase.ts.html |here} to see how to use StopShardedDatabase API.
347
347
  */
348
348
  stopShardedDatabase(stopShardedDatabaseRequest: requests.StopShardedDatabaseRequest): Promise<responses.StopShardedDatabaseResponse>;
349
349
  /**
@@ -353,7 +353,7 @@ export declare class ShardedDatabaseServiceClient {
353
353
  * @param UpdatePrivateEndpointRequest
354
354
  * @return UpdatePrivateEndpointResponse
355
355
  * @throws OciError when an error occurs
356
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
356
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
357
357
  */
358
358
  updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
359
359
  /**
@@ -363,7 +363,7 @@ export declare class ShardedDatabaseServiceClient {
363
363
  * @param UpdateShardedDatabaseRequest
364
364
  * @return UpdateShardedDatabaseResponse
365
365
  * @throws OciError when an error occurs
366
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/UpdateShardedDatabase.ts.html |here} to see how to use UpdateShardedDatabase API.
366
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/UpdateShardedDatabase.ts.html |here} to see how to use UpdateShardedDatabase API.
367
367
  */
368
368
  updateShardedDatabase(updateShardedDatabaseRequest: requests.UpdateShardedDatabaseRequest): Promise<responses.UpdateShardedDatabaseResponse>;
369
369
  /**
@@ -375,7 +375,7 @@ export declare class ShardedDatabaseServiceClient {
375
375
  * @param UploadSignedCertificateAndGenerateWalletRequest
376
376
  * @return UploadSignedCertificateAndGenerateWalletResponse
377
377
  * @throws OciError when an error occurs
378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/UploadSignedCertificateAndGenerateWallet.ts.html |here} to see how to use UploadSignedCertificateAndGenerateWallet API.
378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/UploadSignedCertificateAndGenerateWallet.ts.html |here} to see how to use UploadSignedCertificateAndGenerateWallet API.
379
379
  */
380
380
  uploadSignedCertificateAndGenerateWallet(uploadSignedCertificateAndGenerateWalletRequest: requests.UploadSignedCertificateAndGenerateWalletRequest): Promise<responses.UploadSignedCertificateAndGenerateWalletResponse>;
381
381
  /**
@@ -385,7 +385,7 @@ export declare class ShardedDatabaseServiceClient {
385
385
  * @param ValidateNetworkRequest
386
386
  * @return ValidateNetworkResponse
387
387
  * @throws OciError when an error occurs
388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ValidateNetwork.ts.html |here} to see how to use ValidateNetwork API.
388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ValidateNetwork.ts.html |here} to see how to use ValidateNetwork API.
389
389
  */
390
390
  validateNetwork(validateNetworkRequest: requests.ValidateNetworkRequest): Promise<responses.ValidateNetworkResponse>;
391
391
  }
package/lib/client.js CHANGED
@@ -197,7 +197,7 @@ class ShardedDatabaseServiceClient {
197
197
  * @param ChangePrivateEndpointCompartmentRequest
198
198
  * @return ChangePrivateEndpointCompartmentResponse
199
199
  * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
201
201
  */
202
202
  changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest) {
203
203
  return __awaiter(this, void 0, void 0, function* () {
@@ -260,7 +260,7 @@ class ShardedDatabaseServiceClient {
260
260
  * @param ChangeShardedDatabaseCompartmentRequest
261
261
  * @return ChangeShardedDatabaseCompartmentResponse
262
262
  * @throws OciError when an error occurs
263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ChangeShardedDatabaseCompartment.ts.html |here} to see how to use ChangeShardedDatabaseCompartment API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ChangeShardedDatabaseCompartment.ts.html |here} to see how to use ChangeShardedDatabaseCompartment API.
264
264
  */
265
265
  changeShardedDatabaseCompartment(changeShardedDatabaseCompartmentRequest) {
266
266
  return __awaiter(this, void 0, void 0, function* () {
@@ -326,7 +326,7 @@ class ShardedDatabaseServiceClient {
326
326
  * @param ConfigureShardedDatabaseGsmsRequest
327
327
  * @return ConfigureShardedDatabaseGsmsResponse
328
328
  * @throws OciError when an error occurs
329
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ConfigureShardedDatabaseGsms.ts.html |here} to see how to use ConfigureShardedDatabaseGsms API.
329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ConfigureShardedDatabaseGsms.ts.html |here} to see how to use ConfigureShardedDatabaseGsms API.
330
330
  */
331
331
  configureShardedDatabaseGsms(configureShardedDatabaseGsmsRequest) {
332
332
  return __awaiter(this, void 0, void 0, function* () {
@@ -393,7 +393,7 @@ class ShardedDatabaseServiceClient {
393
393
  * @param ConfigureShardingRequest
394
394
  * @return ConfigureShardingResponse
395
395
  * @throws OciError when an error occurs
396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ConfigureSharding.ts.html |here} to see how to use ConfigureSharding API.
396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ConfigureSharding.ts.html |here} to see how to use ConfigureSharding API.
397
397
  */
398
398
  configureSharding(configureShardingRequest) {
399
399
  return __awaiter(this, void 0, void 0, function* () {
@@ -457,7 +457,7 @@ class ShardedDatabaseServiceClient {
457
457
  * @param CreatePrivateEndpointRequest
458
458
  * @return CreatePrivateEndpointResponse
459
459
  * @throws OciError when an error occurs
460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
460
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
461
461
  */
462
462
  createPrivateEndpoint(createPrivateEndpointRequest) {
463
463
  return __awaiter(this, void 0, void 0, function* () {
@@ -526,7 +526,7 @@ class ShardedDatabaseServiceClient {
526
526
  * @param CreateShardedDatabaseRequest
527
527
  * @return CreateShardedDatabaseResponse
528
528
  * @throws OciError when an error occurs
529
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/CreateShardedDatabase.ts.html |here} to see how to use CreateShardedDatabase API.
529
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/CreateShardedDatabase.ts.html |here} to see how to use CreateShardedDatabase API.
530
530
  */
531
531
  createShardedDatabase(createShardedDatabaseRequest) {
532
532
  return __awaiter(this, void 0, void 0, function* () {
@@ -595,7 +595,7 @@ class ShardedDatabaseServiceClient {
595
595
  * @param DeletePrivateEndpointRequest
596
596
  * @return DeletePrivateEndpointResponse
597
597
  * @throws OciError when an error occurs
598
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
598
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
599
599
  */
600
600
  deletePrivateEndpoint(deletePrivateEndpointRequest) {
601
601
  return __awaiter(this, void 0, void 0, function* () {
@@ -657,7 +657,7 @@ class ShardedDatabaseServiceClient {
657
657
  * @param DeleteShardedDatabaseRequest
658
658
  * @return DeleteShardedDatabaseResponse
659
659
  * @throws OciError when an error occurs
660
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/DeleteShardedDatabase.ts.html |here} to see how to use DeleteShardedDatabase API.
660
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/DeleteShardedDatabase.ts.html |here} to see how to use DeleteShardedDatabase API.
661
661
  */
662
662
  deleteShardedDatabase(deleteShardedDatabaseRequest) {
663
663
  return __awaiter(this, void 0, void 0, function* () {
@@ -722,7 +722,7 @@ class ShardedDatabaseServiceClient {
722
722
  * @param DownloadGsmCertificateSigningRequestRequest
723
723
  * @return DownloadGsmCertificateSigningRequestResponse
724
724
  * @throws OciError when an error occurs
725
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/DownloadGsmCertificateSigningRequest.ts.html |here} to see how to use DownloadGsmCertificateSigningRequest API.
725
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/DownloadGsmCertificateSigningRequest.ts.html |here} to see how to use DownloadGsmCertificateSigningRequest API.
726
726
  */
727
727
  downloadGsmCertificateSigningRequest(downloadGsmCertificateSigningRequestRequest) {
728
728
  return __awaiter(this, void 0, void 0, function* () {
@@ -797,7 +797,7 @@ class ShardedDatabaseServiceClient {
797
797
  * @param FetchConnectionStringRequest
798
798
  * @return FetchConnectionStringResponse
799
799
  * @throws OciError when an error occurs
800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/FetchConnectionString.ts.html |here} to see how to use FetchConnectionString API.
800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/FetchConnectionString.ts.html |here} to see how to use FetchConnectionString API.
801
801
  */
802
802
  fetchConnectionString(fetchConnectionStringRequest) {
803
803
  return __awaiter(this, void 0, void 0, function* () {
@@ -863,7 +863,7 @@ class ShardedDatabaseServiceClient {
863
863
  * @param FetchShardableCloudAutonomousVmClustersRequest
864
864
  * @return FetchShardableCloudAutonomousVmClustersResponse
865
865
  * @throws OciError when an error occurs
866
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/FetchShardableCloudAutonomousVmClusters.ts.html |here} to see how to use FetchShardableCloudAutonomousVmClusters API.
866
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/FetchShardableCloudAutonomousVmClusters.ts.html |here} to see how to use FetchShardableCloudAutonomousVmClusters API.
867
867
  */
868
868
  fetchShardableCloudAutonomousVmClusters(fetchShardableCloudAutonomousVmClustersRequest) {
869
869
  return __awaiter(this, void 0, void 0, function* () {
@@ -924,7 +924,7 @@ class ShardedDatabaseServiceClient {
924
924
  * @param GenerateGsmCertificateSigningRequestRequest
925
925
  * @return GenerateGsmCertificateSigningRequestResponse
926
926
  * @throws OciError when an error occurs
927
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/GenerateGsmCertificateSigningRequest.ts.html |here} to see how to use GenerateGsmCertificateSigningRequest API.
927
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/GenerateGsmCertificateSigningRequest.ts.html |here} to see how to use GenerateGsmCertificateSigningRequest API.
928
928
  */
929
929
  generateGsmCertificateSigningRequest(generateGsmCertificateSigningRequestRequest) {
930
930
  return __awaiter(this, void 0, void 0, function* () {
@@ -986,7 +986,7 @@ class ShardedDatabaseServiceClient {
986
986
  * @param GenerateWalletRequest
987
987
  * @return GenerateWalletResponse
988
988
  * @throws OciError when an error occurs
989
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/GenerateWallet.ts.html |here} to see how to use GenerateWallet API.
989
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/GenerateWallet.ts.html |here} to see how to use GenerateWallet API.
990
990
  */
991
991
  generateWallet(generateWalletRequest) {
992
992
  return __awaiter(this, void 0, void 0, function* () {
@@ -1062,7 +1062,7 @@ class ShardedDatabaseServiceClient {
1062
1062
  * @param GetPrivateEndpointRequest
1063
1063
  * @return GetPrivateEndpointResponse
1064
1064
  * @throws OciError when an error occurs
1065
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
1065
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
1066
1066
  */
1067
1067
  getPrivateEndpoint(getPrivateEndpointRequest) {
1068
1068
  return __awaiter(this, void 0, void 0, function* () {
@@ -1126,7 +1126,7 @@ class ShardedDatabaseServiceClient {
1126
1126
  * @param GetShardedDatabaseRequest
1127
1127
  * @return GetShardedDatabaseResponse
1128
1128
  * @throws OciError when an error occurs
1129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/GetShardedDatabase.ts.html |here} to see how to use GetShardedDatabase API.
1129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/GetShardedDatabase.ts.html |here} to see how to use GetShardedDatabase API.
1130
1130
  */
1131
1131
  getShardedDatabase(getShardedDatabaseRequest) {
1132
1132
  return __awaiter(this, void 0, void 0, function* () {
@@ -1191,7 +1191,7 @@ class ShardedDatabaseServiceClient {
1191
1191
  * @param GetWorkRequestRequest
1192
1192
  * @return GetWorkRequestResponse
1193
1193
  * @throws OciError when an error occurs
1194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1195
1195
  */
1196
1196
  getWorkRequest(getWorkRequestRequest) {
1197
1197
  return __awaiter(this, void 0, void 0, function* () {
@@ -1255,7 +1255,7 @@ class ShardedDatabaseServiceClient {
1255
1255
  * @param ListPrivateEndpointsRequest
1256
1256
  * @return ListPrivateEndpointsResponse
1257
1257
  * @throws OciError when an error occurs
1258
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
1259
1259
  */
1260
1260
  listPrivateEndpoints(listPrivateEndpointsRequest) {
1261
1261
  return __awaiter(this, void 0, void 0, function* () {
@@ -1325,7 +1325,7 @@ class ShardedDatabaseServiceClient {
1325
1325
  * @param ListShardedDatabasesRequest
1326
1326
  * @return ListShardedDatabasesResponse
1327
1327
  * @throws OciError when an error occurs
1328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ListShardedDatabases.ts.html |here} to see how to use ListShardedDatabases API.
1328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ListShardedDatabases.ts.html |here} to see how to use ListShardedDatabases API.
1329
1329
  */
1330
1330
  listShardedDatabases(listShardedDatabasesRequest) {
1331
1331
  return __awaiter(this, void 0, void 0, function* () {
@@ -1395,7 +1395,7 @@ class ShardedDatabaseServiceClient {
1395
1395
  * @param ListWorkRequestErrorsRequest
1396
1396
  * @return ListWorkRequestErrorsResponse
1397
1397
  * @throws OciError when an error occurs
1398
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1398
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1399
1399
  */
1400
1400
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1401
1401
  return __awaiter(this, void 0, void 0, function* () {
@@ -1464,7 +1464,7 @@ class ShardedDatabaseServiceClient {
1464
1464
  * @param ListWorkRequestLogsRequest
1465
1465
  * @return ListWorkRequestLogsResponse
1466
1466
  * @throws OciError when an error occurs
1467
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1467
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1468
1468
  */
1469
1469
  listWorkRequestLogs(listWorkRequestLogsRequest) {
1470
1470
  return __awaiter(this, void 0, void 0, function* () {
@@ -1533,7 +1533,7 @@ class ShardedDatabaseServiceClient {
1533
1533
  * @param ListWorkRequestsRequest
1534
1534
  * @return ListWorkRequestsResponse
1535
1535
  * @throws OciError when an error occurs
1536
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1536
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1537
1537
  */
1538
1538
  listWorkRequests(listWorkRequestsRequest) {
1539
1539
  return __awaiter(this, void 0, void 0, function* () {
@@ -1606,7 +1606,7 @@ class ShardedDatabaseServiceClient {
1606
1606
  * @param PatchShardedDatabaseRequest
1607
1607
  * @return PatchShardedDatabaseResponse
1608
1608
  * @throws OciError when an error occurs
1609
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/PatchShardedDatabase.ts.html |here} to see how to use PatchShardedDatabase API.
1609
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/PatchShardedDatabase.ts.html |here} to see how to use PatchShardedDatabase API.
1610
1610
  */
1611
1611
  patchShardedDatabase(patchShardedDatabaseRequest) {
1612
1612
  return __awaiter(this, void 0, void 0, function* () {
@@ -1668,7 +1668,7 @@ class ShardedDatabaseServiceClient {
1668
1668
  * @param PrevalidateShardedDatabaseRequest
1669
1669
  * @return PrevalidateShardedDatabaseResponse
1670
1670
  * @throws OciError when an error occurs
1671
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/PrevalidateShardedDatabase.ts.html |here} to see how to use PrevalidateShardedDatabase API.
1671
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/PrevalidateShardedDatabase.ts.html |here} to see how to use PrevalidateShardedDatabase API.
1672
1672
  */
1673
1673
  prevalidateShardedDatabase(prevalidateShardedDatabaseRequest) {
1674
1674
  return __awaiter(this, void 0, void 0, function* () {
@@ -1728,7 +1728,7 @@ class ShardedDatabaseServiceClient {
1728
1728
  * @param StartShardedDatabaseRequest
1729
1729
  * @return StartShardedDatabaseResponse
1730
1730
  * @throws OciError when an error occurs
1731
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/StartShardedDatabase.ts.html |here} to see how to use StartShardedDatabase API.
1731
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/StartShardedDatabase.ts.html |here} to see how to use StartShardedDatabase API.
1732
1732
  */
1733
1733
  startShardedDatabase(startShardedDatabaseRequest) {
1734
1734
  return __awaiter(this, void 0, void 0, function* () {
@@ -1789,7 +1789,7 @@ class ShardedDatabaseServiceClient {
1789
1789
  * @param StopShardedDatabaseRequest
1790
1790
  * @return StopShardedDatabaseResponse
1791
1791
  * @throws OciError when an error occurs
1792
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/StopShardedDatabase.ts.html |here} to see how to use StopShardedDatabase API.
1792
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/StopShardedDatabase.ts.html |here} to see how to use StopShardedDatabase API.
1793
1793
  */
1794
1794
  stopShardedDatabase(stopShardedDatabaseRequest) {
1795
1795
  return __awaiter(this, void 0, void 0, function* () {
@@ -1851,7 +1851,7 @@ class ShardedDatabaseServiceClient {
1851
1851
  * @param UpdatePrivateEndpointRequest
1852
1852
  * @return UpdatePrivateEndpointResponse
1853
1853
  * @throws OciError when an error occurs
1854
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
1854
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
1855
1855
  */
1856
1856
  updatePrivateEndpoint(updatePrivateEndpointRequest) {
1857
1857
  return __awaiter(this, void 0, void 0, function* () {
@@ -1918,7 +1918,7 @@ class ShardedDatabaseServiceClient {
1918
1918
  * @param UpdateShardedDatabaseRequest
1919
1919
  * @return UpdateShardedDatabaseResponse
1920
1920
  * @throws OciError when an error occurs
1921
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/UpdateShardedDatabase.ts.html |here} to see how to use UpdateShardedDatabase API.
1921
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/UpdateShardedDatabase.ts.html |here} to see how to use UpdateShardedDatabase API.
1922
1922
  */
1923
1923
  updateShardedDatabase(updateShardedDatabaseRequest) {
1924
1924
  return __awaiter(this, void 0, void 0, function* () {
@@ -1986,7 +1986,7 @@ class ShardedDatabaseServiceClient {
1986
1986
  * @param UploadSignedCertificateAndGenerateWalletRequest
1987
1987
  * @return UploadSignedCertificateAndGenerateWalletResponse
1988
1988
  * @throws OciError when an error occurs
1989
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/UploadSignedCertificateAndGenerateWallet.ts.html |here} to see how to use UploadSignedCertificateAndGenerateWallet API.
1989
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/UploadSignedCertificateAndGenerateWallet.ts.html |here} to see how to use UploadSignedCertificateAndGenerateWallet API.
1990
1990
  */
1991
1991
  uploadSignedCertificateAndGenerateWallet(uploadSignedCertificateAndGenerateWalletRequest) {
1992
1992
  return __awaiter(this, void 0, void 0, function* () {
@@ -2049,7 +2049,7 @@ class ShardedDatabaseServiceClient {
2049
2049
  * @param ValidateNetworkRequest
2050
2050
  * @return ValidateNetworkResponse
2051
2051
  * @throws OciError when an error occurs
2052
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ValidateNetwork.ts.html |here} to see how to use ValidateNetwork API.
2052
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ValidateNetwork.ts.html |here} to see how to use ValidateNetwork API.
2053
2053
  */
2054
2054
  validateNetwork(validateNetworkRequest) {
2055
2055
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartmentRequest.
17
17
  */
18
18
  export interface ChangePrivateEndpointCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ChangeShardedDatabaseCompartment.ts.html |here} to see how to use ChangeShardedDatabaseCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ChangeShardedDatabaseCompartment.ts.html |here} to see how to use ChangeShardedDatabaseCompartmentRequest.
17
17
  */
18
18
  export interface ChangeShardedDatabaseCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ConfigureShardedDatabaseGsms.ts.html |here} to see how to use ConfigureShardedDatabaseGsmsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ConfigureShardedDatabaseGsms.ts.html |here} to see how to use ConfigureShardedDatabaseGsmsRequest.
17
17
  */
18
18
  export interface ConfigureShardedDatabaseGsmsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ConfigureSharding.ts.html |here} to see how to use ConfigureShardingRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ConfigureSharding.ts.html |here} to see how to use ConfigureShardingRequest.
16
16
  */
17
17
  export interface ConfigureShardingRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpointRequest.
17
17
  */
18
18
  export interface CreatePrivateEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/CreateShardedDatabase.ts.html |here} to see how to use CreateShardedDatabaseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/CreateShardedDatabase.ts.html |here} to see how to use CreateShardedDatabaseRequest.
17
17
  */
18
18
  export interface CreateShardedDatabaseRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpointRequest.
16
16
  */
17
17
  export interface DeletePrivateEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/DeleteShardedDatabase.ts.html |here} to see how to use DeleteShardedDatabaseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/DeleteShardedDatabase.ts.html |here} to see how to use DeleteShardedDatabaseRequest.
16
16
  */
17
17
  export interface DeleteShardedDatabaseRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/DownloadGsmCertificateSigningRequest.ts.html |here} to see how to use DownloadGsmCertificateSigningRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/DownloadGsmCertificateSigningRequest.ts.html |here} to see how to use DownloadGsmCertificateSigningRequestRequest.
16
16
  */
17
17
  export interface DownloadGsmCertificateSigningRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/FetchConnectionString.ts.html |here} to see how to use FetchConnectionStringRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/FetchConnectionString.ts.html |here} to see how to use FetchConnectionStringRequest.
16
16
  */
17
17
  export interface FetchConnectionStringRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/FetchShardableCloudAutonomousVmClusters.ts.html |here} to see how to use FetchShardableCloudAutonomousVmClustersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/FetchShardableCloudAutonomousVmClusters.ts.html |here} to see how to use FetchShardableCloudAutonomousVmClustersRequest.
17
17
  */
18
18
  export interface FetchShardableCloudAutonomousVmClustersRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/GenerateGsmCertificateSigningRequest.ts.html |here} to see how to use GenerateGsmCertificateSigningRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/GenerateGsmCertificateSigningRequest.ts.html |here} to see how to use GenerateGsmCertificateSigningRequestRequest.
16
16
  */
17
17
  export interface GenerateGsmCertificateSigningRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/GenerateWallet.ts.html |here} to see how to use GenerateWalletRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/GenerateWallet.ts.html |here} to see how to use GenerateWalletRequest.
17
17
  */
18
18
  export interface GenerateWalletRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpointRequest.
16
16
  */
17
17
  export interface GetPrivateEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/GetShardedDatabase.ts.html |here} to see how to use GetShardedDatabaseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/GetShardedDatabase.ts.html |here} to see how to use GetShardedDatabaseRequest.
16
16
  */
17
17
  export interface GetShardedDatabaseRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpointsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpointsRequest.
17
17
  */
18
18
  export interface ListPrivateEndpointsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ListShardedDatabases.ts.html |here} to see how to use ListShardedDatabasesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ListShardedDatabases.ts.html |here} to see how to use ListShardedDatabasesRequest.
17
17
  */
18
18
  export interface ListShardedDatabasesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/PatchShardedDatabase.ts.html |here} to see how to use PatchShardedDatabaseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/PatchShardedDatabase.ts.html |here} to see how to use PatchShardedDatabaseRequest.
17
17
  */
18
18
  export interface PatchShardedDatabaseRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/PrevalidateShardedDatabase.ts.html |here} to see how to use PrevalidateShardedDatabaseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/PrevalidateShardedDatabase.ts.html |here} to see how to use PrevalidateShardedDatabaseRequest.
17
17
  */
18
18
  export interface PrevalidateShardedDatabaseRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/StartShardedDatabase.ts.html |here} to see how to use StartShardedDatabaseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/StartShardedDatabase.ts.html |here} to see how to use StartShardedDatabaseRequest.
16
16
  */
17
17
  export interface StartShardedDatabaseRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/StopShardedDatabase.ts.html |here} to see how to use StopShardedDatabaseRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/StopShardedDatabase.ts.html |here} to see how to use StopShardedDatabaseRequest.
16
16
  */
17
17
  export interface StopShardedDatabaseRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpointRequest.
17
17
  */
18
18
  export interface UpdatePrivateEndpointRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/UpdateShardedDatabase.ts.html |here} to see how to use UpdateShardedDatabaseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/UpdateShardedDatabase.ts.html |here} to see how to use UpdateShardedDatabaseRequest.
17
17
  */
18
18
  export interface UpdateShardedDatabaseRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/UploadSignedCertificateAndGenerateWallet.ts.html |here} to see how to use UploadSignedCertificateAndGenerateWalletRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/UploadSignedCertificateAndGenerateWallet.ts.html |here} to see how to use UploadSignedCertificateAndGenerateWalletRequest.
17
17
  */
18
18
  export interface UploadSignedCertificateAndGenerateWalletRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.83.0/globallydistributeddatabase/ValidateNetwork.ts.html |here} to see how to use ValidateNetworkRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.84.0/globallydistributeddatabase/ValidateNetwork.ts.html |here} to see how to use ValidateNetworkRequest.
16
16
  */
17
17
  export interface ValidateNetworkRequest extends common.BaseRequest {
18
18
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-globallydistributeddatabase",
3
- "version": "2.83.0",
3
+ "version": "2.84.0",
4
4
  "description": "OCI NodeJS client for Globally Distributed Database Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.83.0",
19
- "oci-workrequests": "2.83.0"
18
+ "oci-common": "2.84.0",
19
+ "oci-workrequests": "2.84.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"