oci-globallydistributeddatabase 2.102.2 → 2.103.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.
- package/lib/client.d.ts +30 -30
- package/lib/client.js +30 -30
- package/lib/model/change-private-endpoint-compartment-details.d.ts +1 -1
- package/lib/model/change-sharded-database-compartment-details.d.ts +1 -1
- package/lib/model/create-dedicated-catalog-detail.d.ts +2 -2
- package/lib/model/create-dedicated-shard-detail.d.ts +2 -2
- package/lib/model/dedicated-shard-or-catalog-encryption-key-details.d.ts +3 -3
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-sharded-database-compartment-request.d.ts +1 -1
- package/lib/request/configure-sharded-database-gsms-request.d.ts +1 -1
- package/lib/request/configure-sharding-request.d.ts +1 -1
- package/lib/request/create-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-sharded-database-request.d.ts +1 -1
- package/lib/request/delete-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-sharded-database-request.d.ts +1 -1
- package/lib/request/download-gsm-certificate-signing-request-request.d.ts +1 -1
- package/lib/request/fetch-connection-string-request.d.ts +1 -1
- package/lib/request/fetch-shardable-cloud-autonomous-vm-clusters-request.d.ts +1 -1
- package/lib/request/generate-gsm-certificate-signing-request-request.d.ts +1 -1
- package/lib/request/generate-wallet-request.d.ts +1 -1
- package/lib/request/get-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-sharded-database-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-sharded-databases-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/patch-sharded-database-request.d.ts +1 -1
- package/lib/request/prevalidate-sharded-database-request.d.ts +1 -1
- package/lib/request/reinstate-proxy-instance-request.d.ts +1 -1
- package/lib/request/start-sharded-database-request.d.ts +1 -1
- package/lib/request/stop-sharded-database-request.d.ts +1 -1
- package/lib/request/update-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-sharded-database-request.d.ts +1 -1
- package/lib/request/upload-signed-certificate-and-generate-wallet-request.d.ts +1 -1
- package/lib/request/validate-network-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -101,7 +101,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
101
101
|
* @param ChangePrivateEndpointCompartmentRequest
|
|
102
102
|
* @return ChangePrivateEndpointCompartmentResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.
|
|
104
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
|
|
105
105
|
*/
|
|
106
106
|
changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest: requests.ChangePrivateEndpointCompartmentRequest): Promise<responses.ChangePrivateEndpointCompartmentResponse>;
|
|
107
107
|
/**
|
|
@@ -111,7 +111,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
111
111
|
* @param ChangeShardedDatabaseCompartmentRequest
|
|
112
112
|
* @return ChangeShardedDatabaseCompartmentResponse
|
|
113
113
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.
|
|
114
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ChangeShardedDatabaseCompartment.ts.html |here} to see how to use ChangeShardedDatabaseCompartment API.
|
|
115
115
|
*/
|
|
116
116
|
changeShardedDatabaseCompartment(changeShardedDatabaseCompartmentRequest: requests.ChangeShardedDatabaseCompartmentRequest): Promise<responses.ChangeShardedDatabaseCompartmentResponse>;
|
|
117
117
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
124
124
|
* @param ConfigureShardedDatabaseGsmsRequest
|
|
125
125
|
* @return ConfigureShardedDatabaseGsmsResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.
|
|
127
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ConfigureShardedDatabaseGsms.ts.html |here} to see how to use ConfigureShardedDatabaseGsms API.
|
|
128
128
|
*/
|
|
129
129
|
configureShardedDatabaseGsms(configureShardedDatabaseGsmsRequest: requests.ConfigureShardedDatabaseGsmsRequest): Promise<responses.ConfigureShardedDatabaseGsmsResponse>;
|
|
130
130
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
138
138
|
* @param ConfigureShardingRequest
|
|
139
139
|
* @return ConfigureShardingResponse
|
|
140
140
|
* @throws OciError when an error occurs
|
|
141
|
-
* @example Click {@link https://docs.
|
|
141
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ConfigureSharding.ts.html |here} to see how to use ConfigureSharding API.
|
|
142
142
|
*/
|
|
143
143
|
configureSharding(configureShardingRequest: requests.ConfigureShardingRequest): Promise<responses.ConfigureShardingResponse>;
|
|
144
144
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
148
148
|
* @param CreatePrivateEndpointRequest
|
|
149
149
|
* @return CreatePrivateEndpointResponse
|
|
150
150
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.
|
|
151
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
|
|
152
152
|
*/
|
|
153
153
|
createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
|
|
154
154
|
/**
|
|
@@ -158,7 +158,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
158
158
|
* @param CreateShardedDatabaseRequest
|
|
159
159
|
* @return CreateShardedDatabaseResponse
|
|
160
160
|
* @throws OciError when an error occurs
|
|
161
|
-
* @example Click {@link https://docs.
|
|
161
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/CreateShardedDatabase.ts.html |here} to see how to use CreateShardedDatabase API.
|
|
162
162
|
*/
|
|
163
163
|
createShardedDatabase(createShardedDatabaseRequest: requests.CreateShardedDatabaseRequest): Promise<responses.CreateShardedDatabaseResponse>;
|
|
164
164
|
/**
|
|
@@ -168,7 +168,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
168
168
|
* @param DeletePrivateEndpointRequest
|
|
169
169
|
* @return DeletePrivateEndpointResponse
|
|
170
170
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.
|
|
171
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
|
|
172
172
|
*/
|
|
173
173
|
deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
|
|
174
174
|
/**
|
|
@@ -178,7 +178,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
178
178
|
* @param DeleteShardedDatabaseRequest
|
|
179
179
|
* @return DeleteShardedDatabaseResponse
|
|
180
180
|
* @throws OciError when an error occurs
|
|
181
|
-
* @example Click {@link https://docs.
|
|
181
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/DeleteShardedDatabase.ts.html |here} to see how to use DeleteShardedDatabase API.
|
|
182
182
|
*/
|
|
183
183
|
deleteShardedDatabase(deleteShardedDatabaseRequest: requests.DeleteShardedDatabaseRequest): Promise<responses.DeleteShardedDatabaseResponse>;
|
|
184
184
|
/**
|
|
@@ -191,7 +191,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
191
191
|
* @param DownloadGsmCertificateSigningRequestRequest
|
|
192
192
|
* @return DownloadGsmCertificateSigningRequestResponse
|
|
193
193
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.
|
|
194
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/DownloadGsmCertificateSigningRequest.ts.html |here} to see how to use DownloadGsmCertificateSigningRequest API.
|
|
195
195
|
*/
|
|
196
196
|
downloadGsmCertificateSigningRequest(downloadGsmCertificateSigningRequestRequest: requests.DownloadGsmCertificateSigningRequestRequest): Promise<responses.DownloadGsmCertificateSigningRequestResponse>;
|
|
197
197
|
/**
|
|
@@ -201,7 +201,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
201
201
|
* @param FetchConnectionStringRequest
|
|
202
202
|
* @return FetchConnectionStringResponse
|
|
203
203
|
* @throws OciError when an error occurs
|
|
204
|
-
* @example Click {@link https://docs.
|
|
204
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/FetchConnectionString.ts.html |here} to see how to use FetchConnectionString API.
|
|
205
205
|
*/
|
|
206
206
|
fetchConnectionString(fetchConnectionStringRequest: requests.FetchConnectionStringRequest): Promise<responses.FetchConnectionStringResponse>;
|
|
207
207
|
/**
|
|
@@ -211,7 +211,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
211
211
|
* @param FetchShardableCloudAutonomousVmClustersRequest
|
|
212
212
|
* @return FetchShardableCloudAutonomousVmClustersResponse
|
|
213
213
|
* @throws OciError when an error occurs
|
|
214
|
-
* @example Click {@link https://docs.
|
|
214
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/FetchShardableCloudAutonomousVmClusters.ts.html |here} to see how to use FetchShardableCloudAutonomousVmClusters API.
|
|
215
215
|
*/
|
|
216
216
|
fetchShardableCloudAutonomousVmClusters(fetchShardableCloudAutonomousVmClustersRequest: requests.FetchShardableCloudAutonomousVmClustersRequest): Promise<responses.FetchShardableCloudAutonomousVmClustersResponse>;
|
|
217
217
|
/**
|
|
@@ -223,7 +223,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
223
223
|
* @param GenerateGsmCertificateSigningRequestRequest
|
|
224
224
|
* @return GenerateGsmCertificateSigningRequestResponse
|
|
225
225
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.
|
|
226
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/GenerateGsmCertificateSigningRequest.ts.html |here} to see how to use GenerateGsmCertificateSigningRequest API.
|
|
227
227
|
*/
|
|
228
228
|
generateGsmCertificateSigningRequest(generateGsmCertificateSigningRequestRequest: requests.GenerateGsmCertificateSigningRequestRequest): Promise<responses.GenerateGsmCertificateSigningRequestResponse>;
|
|
229
229
|
/**
|
|
@@ -233,7 +233,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
233
233
|
* @param GenerateWalletRequest
|
|
234
234
|
* @return GenerateWalletResponse
|
|
235
235
|
* @throws OciError when an error occurs
|
|
236
|
-
* @example Click {@link https://docs.
|
|
236
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/GenerateWallet.ts.html |here} to see how to use GenerateWallet API.
|
|
237
237
|
*/
|
|
238
238
|
generateWallet(generateWalletRequest: requests.GenerateWalletRequest): Promise<responses.GenerateWalletResponse>;
|
|
239
239
|
/**
|
|
@@ -243,7 +243,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
243
243
|
* @param GetPrivateEndpointRequest
|
|
244
244
|
* @return GetPrivateEndpointResponse
|
|
245
245
|
* @throws OciError when an error occurs
|
|
246
|
-
* @example Click {@link https://docs.
|
|
246
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
|
|
247
247
|
*/
|
|
248
248
|
getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
|
|
249
249
|
/**
|
|
@@ -253,7 +253,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
253
253
|
* @param GetShardedDatabaseRequest
|
|
254
254
|
* @return GetShardedDatabaseResponse
|
|
255
255
|
* @throws OciError when an error occurs
|
|
256
|
-
* @example Click {@link https://docs.
|
|
256
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/GetShardedDatabase.ts.html |here} to see how to use GetShardedDatabase API.
|
|
257
257
|
*/
|
|
258
258
|
getShardedDatabase(getShardedDatabaseRequest: requests.GetShardedDatabaseRequest): Promise<responses.GetShardedDatabaseResponse>;
|
|
259
259
|
/**
|
|
@@ -262,7 +262,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
262
262
|
* @param GetWorkRequestRequest
|
|
263
263
|
* @return GetWorkRequestResponse
|
|
264
264
|
* @throws OciError when an error occurs
|
|
265
|
-
* @example Click {@link https://docs.
|
|
265
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
266
266
|
*/
|
|
267
267
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
268
268
|
/**
|
|
@@ -272,7 +272,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
272
272
|
* @param ListPrivateEndpointsRequest
|
|
273
273
|
* @return ListPrivateEndpointsResponse
|
|
274
274
|
* @throws OciError when an error occurs
|
|
275
|
-
* @example Click {@link https://docs.
|
|
275
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
|
|
276
276
|
*/
|
|
277
277
|
listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
|
|
278
278
|
/**
|
|
@@ -282,7 +282,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
282
282
|
* @param ListShardedDatabasesRequest
|
|
283
283
|
* @return ListShardedDatabasesResponse
|
|
284
284
|
* @throws OciError when an error occurs
|
|
285
|
-
* @example Click {@link https://docs.
|
|
285
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ListShardedDatabases.ts.html |here} to see how to use ListShardedDatabases API.
|
|
286
286
|
*/
|
|
287
287
|
listShardedDatabases(listShardedDatabasesRequest: requests.ListShardedDatabasesRequest): Promise<responses.ListShardedDatabasesResponse>;
|
|
288
288
|
/**
|
|
@@ -292,7 +292,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
292
292
|
* @param ListWorkRequestErrorsRequest
|
|
293
293
|
* @return ListWorkRequestErrorsResponse
|
|
294
294
|
* @throws OciError when an error occurs
|
|
295
|
-
* @example Click {@link https://docs.
|
|
295
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
296
296
|
*/
|
|
297
297
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
298
298
|
/**
|
|
@@ -302,7 +302,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
302
302
|
* @param ListWorkRequestLogsRequest
|
|
303
303
|
* @return ListWorkRequestLogsResponse
|
|
304
304
|
* @throws OciError when an error occurs
|
|
305
|
-
* @example Click {@link https://docs.
|
|
305
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
306
306
|
*/
|
|
307
307
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
308
308
|
/**
|
|
@@ -312,7 +312,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
312
312
|
* @param ListWorkRequestsRequest
|
|
313
313
|
* @return ListWorkRequestsResponse
|
|
314
314
|
* @throws OciError when an error occurs
|
|
315
|
-
* @example Click {@link https://docs.
|
|
315
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
316
316
|
*/
|
|
317
317
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
318
318
|
/**
|
|
@@ -324,7 +324,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
324
324
|
* @param PatchShardedDatabaseRequest
|
|
325
325
|
* @return PatchShardedDatabaseResponse
|
|
326
326
|
* @throws OciError when an error occurs
|
|
327
|
-
* @example Click {@link https://docs.
|
|
327
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/PatchShardedDatabase.ts.html |here} to see how to use PatchShardedDatabase API.
|
|
328
328
|
*/
|
|
329
329
|
patchShardedDatabase(patchShardedDatabaseRequest: requests.PatchShardedDatabaseRequest): Promise<responses.PatchShardedDatabaseResponse>;
|
|
330
330
|
/**
|
|
@@ -334,7 +334,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
334
334
|
* @param PrevalidateShardedDatabaseRequest
|
|
335
335
|
* @return PrevalidateShardedDatabaseResponse
|
|
336
336
|
* @throws OciError when an error occurs
|
|
337
|
-
* @example Click {@link https://docs.
|
|
337
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/PrevalidateShardedDatabase.ts.html |here} to see how to use PrevalidateShardedDatabase API.
|
|
338
338
|
*/
|
|
339
339
|
prevalidateShardedDatabase(prevalidateShardedDatabaseRequest: requests.PrevalidateShardedDatabaseRequest): Promise<responses.PrevalidateShardedDatabaseResponse>;
|
|
340
340
|
/**
|
|
@@ -344,7 +344,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
344
344
|
* @param ReinstateProxyInstanceRequest
|
|
345
345
|
* @return ReinstateProxyInstanceResponse
|
|
346
346
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.
|
|
347
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ReinstateProxyInstance.ts.html |here} to see how to use ReinstateProxyInstance API.
|
|
348
348
|
*/
|
|
349
349
|
reinstateProxyInstance(reinstateProxyInstanceRequest: requests.ReinstateProxyInstanceRequest): Promise<responses.ReinstateProxyInstanceResponse>;
|
|
350
350
|
/**
|
|
@@ -353,7 +353,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
353
353
|
* @param StartShardedDatabaseRequest
|
|
354
354
|
* @return StartShardedDatabaseResponse
|
|
355
355
|
* @throws OciError when an error occurs
|
|
356
|
-
* @example Click {@link https://docs.
|
|
356
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/StartShardedDatabase.ts.html |here} to see how to use StartShardedDatabase API.
|
|
357
357
|
*/
|
|
358
358
|
startShardedDatabase(startShardedDatabaseRequest: requests.StartShardedDatabaseRequest): Promise<responses.StartShardedDatabaseResponse>;
|
|
359
359
|
/**
|
|
@@ -362,7 +362,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
362
362
|
* @param StopShardedDatabaseRequest
|
|
363
363
|
* @return StopShardedDatabaseResponse
|
|
364
364
|
* @throws OciError when an error occurs
|
|
365
|
-
* @example Click {@link https://docs.
|
|
365
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/StopShardedDatabase.ts.html |here} to see how to use StopShardedDatabase API.
|
|
366
366
|
*/
|
|
367
367
|
stopShardedDatabase(stopShardedDatabaseRequest: requests.StopShardedDatabaseRequest): Promise<responses.StopShardedDatabaseResponse>;
|
|
368
368
|
/**
|
|
@@ -372,7 +372,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
372
372
|
* @param UpdatePrivateEndpointRequest
|
|
373
373
|
* @return UpdatePrivateEndpointResponse
|
|
374
374
|
* @throws OciError when an error occurs
|
|
375
|
-
* @example Click {@link https://docs.
|
|
375
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
|
|
376
376
|
*/
|
|
377
377
|
updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
|
|
378
378
|
/**
|
|
@@ -382,7 +382,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
382
382
|
* @param UpdateShardedDatabaseRequest
|
|
383
383
|
* @return UpdateShardedDatabaseResponse
|
|
384
384
|
* @throws OciError when an error occurs
|
|
385
|
-
* @example Click {@link https://docs.
|
|
385
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/UpdateShardedDatabase.ts.html |here} to see how to use UpdateShardedDatabase API.
|
|
386
386
|
*/
|
|
387
387
|
updateShardedDatabase(updateShardedDatabaseRequest: requests.UpdateShardedDatabaseRequest): Promise<responses.UpdateShardedDatabaseResponse>;
|
|
388
388
|
/**
|
|
@@ -394,7 +394,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
394
394
|
* @param UploadSignedCertificateAndGenerateWalletRequest
|
|
395
395
|
* @return UploadSignedCertificateAndGenerateWalletResponse
|
|
396
396
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.
|
|
397
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/UploadSignedCertificateAndGenerateWallet.ts.html |here} to see how to use UploadSignedCertificateAndGenerateWallet API.
|
|
398
398
|
*/
|
|
399
399
|
uploadSignedCertificateAndGenerateWallet(uploadSignedCertificateAndGenerateWalletRequest: requests.UploadSignedCertificateAndGenerateWalletRequest): Promise<responses.UploadSignedCertificateAndGenerateWalletResponse>;
|
|
400
400
|
/**
|
|
@@ -404,7 +404,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
404
404
|
* @param ValidateNetworkRequest
|
|
405
405
|
* @return ValidateNetworkResponse
|
|
406
406
|
* @throws OciError when an error occurs
|
|
407
|
-
* @example Click {@link https://docs.
|
|
407
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ValidateNetwork.ts.html |here} to see how to use ValidateNetwork API.
|
|
408
408
|
*/
|
|
409
409
|
validateNetwork(validateNetworkRequest: requests.ValidateNetworkRequest): Promise<responses.ValidateNetworkResponse>;
|
|
410
410
|
}
|
package/lib/client.js
CHANGED
|
@@ -214,7 +214,7 @@ class ShardedDatabaseServiceClient {
|
|
|
214
214
|
* @param ChangePrivateEndpointCompartmentRequest
|
|
215
215
|
* @return ChangePrivateEndpointCompartmentResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.
|
|
217
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
|
|
218
218
|
*/
|
|
219
219
|
changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest) {
|
|
220
220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -277,7 +277,7 @@ class ShardedDatabaseServiceClient {
|
|
|
277
277
|
* @param ChangeShardedDatabaseCompartmentRequest
|
|
278
278
|
* @return ChangeShardedDatabaseCompartmentResponse
|
|
279
279
|
* @throws OciError when an error occurs
|
|
280
|
-
* @example Click {@link https://docs.
|
|
280
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ChangeShardedDatabaseCompartment.ts.html |here} to see how to use ChangeShardedDatabaseCompartment API.
|
|
281
281
|
*/
|
|
282
282
|
changeShardedDatabaseCompartment(changeShardedDatabaseCompartmentRequest) {
|
|
283
283
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -343,7 +343,7 @@ class ShardedDatabaseServiceClient {
|
|
|
343
343
|
* @param ConfigureShardedDatabaseGsmsRequest
|
|
344
344
|
* @return ConfigureShardedDatabaseGsmsResponse
|
|
345
345
|
* @throws OciError when an error occurs
|
|
346
|
-
* @example Click {@link https://docs.
|
|
346
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ConfigureShardedDatabaseGsms.ts.html |here} to see how to use ConfigureShardedDatabaseGsms API.
|
|
347
347
|
*/
|
|
348
348
|
configureShardedDatabaseGsms(configureShardedDatabaseGsmsRequest) {
|
|
349
349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -410,7 +410,7 @@ class ShardedDatabaseServiceClient {
|
|
|
410
410
|
* @param ConfigureShardingRequest
|
|
411
411
|
* @return ConfigureShardingResponse
|
|
412
412
|
* @throws OciError when an error occurs
|
|
413
|
-
* @example Click {@link https://docs.
|
|
413
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ConfigureSharding.ts.html |here} to see how to use ConfigureSharding API.
|
|
414
414
|
*/
|
|
415
415
|
configureSharding(configureShardingRequest) {
|
|
416
416
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -474,7 +474,7 @@ class ShardedDatabaseServiceClient {
|
|
|
474
474
|
* @param CreatePrivateEndpointRequest
|
|
475
475
|
* @return CreatePrivateEndpointResponse
|
|
476
476
|
* @throws OciError when an error occurs
|
|
477
|
-
* @example Click {@link https://docs.
|
|
477
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
|
|
478
478
|
*/
|
|
479
479
|
createPrivateEndpoint(createPrivateEndpointRequest) {
|
|
480
480
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -543,7 +543,7 @@ class ShardedDatabaseServiceClient {
|
|
|
543
543
|
* @param CreateShardedDatabaseRequest
|
|
544
544
|
* @return CreateShardedDatabaseResponse
|
|
545
545
|
* @throws OciError when an error occurs
|
|
546
|
-
* @example Click {@link https://docs.
|
|
546
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/CreateShardedDatabase.ts.html |here} to see how to use CreateShardedDatabase API.
|
|
547
547
|
*/
|
|
548
548
|
createShardedDatabase(createShardedDatabaseRequest) {
|
|
549
549
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -612,7 +612,7 @@ class ShardedDatabaseServiceClient {
|
|
|
612
612
|
* @param DeletePrivateEndpointRequest
|
|
613
613
|
* @return DeletePrivateEndpointResponse
|
|
614
614
|
* @throws OciError when an error occurs
|
|
615
|
-
* @example Click {@link https://docs.
|
|
615
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
|
|
616
616
|
*/
|
|
617
617
|
deletePrivateEndpoint(deletePrivateEndpointRequest) {
|
|
618
618
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -674,7 +674,7 @@ class ShardedDatabaseServiceClient {
|
|
|
674
674
|
* @param DeleteShardedDatabaseRequest
|
|
675
675
|
* @return DeleteShardedDatabaseResponse
|
|
676
676
|
* @throws OciError when an error occurs
|
|
677
|
-
* @example Click {@link https://docs.
|
|
677
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/DeleteShardedDatabase.ts.html |here} to see how to use DeleteShardedDatabase API.
|
|
678
678
|
*/
|
|
679
679
|
deleteShardedDatabase(deleteShardedDatabaseRequest) {
|
|
680
680
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -739,7 +739,7 @@ class ShardedDatabaseServiceClient {
|
|
|
739
739
|
* @param DownloadGsmCertificateSigningRequestRequest
|
|
740
740
|
* @return DownloadGsmCertificateSigningRequestResponse
|
|
741
741
|
* @throws OciError when an error occurs
|
|
742
|
-
* @example Click {@link https://docs.
|
|
742
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/DownloadGsmCertificateSigningRequest.ts.html |here} to see how to use DownloadGsmCertificateSigningRequest API.
|
|
743
743
|
*/
|
|
744
744
|
downloadGsmCertificateSigningRequest(downloadGsmCertificateSigningRequestRequest) {
|
|
745
745
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -814,7 +814,7 @@ class ShardedDatabaseServiceClient {
|
|
|
814
814
|
* @param FetchConnectionStringRequest
|
|
815
815
|
* @return FetchConnectionStringResponse
|
|
816
816
|
* @throws OciError when an error occurs
|
|
817
|
-
* @example Click {@link https://docs.
|
|
817
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/FetchConnectionString.ts.html |here} to see how to use FetchConnectionString API.
|
|
818
818
|
*/
|
|
819
819
|
fetchConnectionString(fetchConnectionStringRequest) {
|
|
820
820
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -880,7 +880,7 @@ class ShardedDatabaseServiceClient {
|
|
|
880
880
|
* @param FetchShardableCloudAutonomousVmClustersRequest
|
|
881
881
|
* @return FetchShardableCloudAutonomousVmClustersResponse
|
|
882
882
|
* @throws OciError when an error occurs
|
|
883
|
-
* @example Click {@link https://docs.
|
|
883
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/FetchShardableCloudAutonomousVmClusters.ts.html |here} to see how to use FetchShardableCloudAutonomousVmClusters API.
|
|
884
884
|
*/
|
|
885
885
|
fetchShardableCloudAutonomousVmClusters(fetchShardableCloudAutonomousVmClustersRequest) {
|
|
886
886
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -941,7 +941,7 @@ class ShardedDatabaseServiceClient {
|
|
|
941
941
|
* @param GenerateGsmCertificateSigningRequestRequest
|
|
942
942
|
* @return GenerateGsmCertificateSigningRequestResponse
|
|
943
943
|
* @throws OciError when an error occurs
|
|
944
|
-
* @example Click {@link https://docs.
|
|
944
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/GenerateGsmCertificateSigningRequest.ts.html |here} to see how to use GenerateGsmCertificateSigningRequest API.
|
|
945
945
|
*/
|
|
946
946
|
generateGsmCertificateSigningRequest(generateGsmCertificateSigningRequestRequest) {
|
|
947
947
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1005,7 +1005,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1005
1005
|
* @param GenerateWalletRequest
|
|
1006
1006
|
* @return GenerateWalletResponse
|
|
1007
1007
|
* @throws OciError when an error occurs
|
|
1008
|
-
* @example Click {@link https://docs.
|
|
1008
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/GenerateWallet.ts.html |here} to see how to use GenerateWallet API.
|
|
1009
1009
|
*/
|
|
1010
1010
|
generateWallet(generateWalletRequest) {
|
|
1011
1011
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1081,7 +1081,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1081
1081
|
* @param GetPrivateEndpointRequest
|
|
1082
1082
|
* @return GetPrivateEndpointResponse
|
|
1083
1083
|
* @throws OciError when an error occurs
|
|
1084
|
-
* @example Click {@link https://docs.
|
|
1084
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
|
|
1085
1085
|
*/
|
|
1086
1086
|
getPrivateEndpoint(getPrivateEndpointRequest) {
|
|
1087
1087
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1146,7 +1146,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1146
1146
|
* @param GetShardedDatabaseRequest
|
|
1147
1147
|
* @return GetShardedDatabaseResponse
|
|
1148
1148
|
* @throws OciError when an error occurs
|
|
1149
|
-
* @example Click {@link https://docs.
|
|
1149
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/GetShardedDatabase.ts.html |here} to see how to use GetShardedDatabase API.
|
|
1150
1150
|
*/
|
|
1151
1151
|
getShardedDatabase(getShardedDatabaseRequest) {
|
|
1152
1152
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1212,7 +1212,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1212
1212
|
* @param GetWorkRequestRequest
|
|
1213
1213
|
* @return GetWorkRequestResponse
|
|
1214
1214
|
* @throws OciError when an error occurs
|
|
1215
|
-
* @example Click {@link https://docs.
|
|
1215
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1216
1216
|
*/
|
|
1217
1217
|
getWorkRequest(getWorkRequestRequest) {
|
|
1218
1218
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1276,7 +1276,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1276
1276
|
* @param ListPrivateEndpointsRequest
|
|
1277
1277
|
* @return ListPrivateEndpointsResponse
|
|
1278
1278
|
* @throws OciError when an error occurs
|
|
1279
|
-
* @example Click {@link https://docs.
|
|
1279
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
|
|
1280
1280
|
*/
|
|
1281
1281
|
listPrivateEndpoints(listPrivateEndpointsRequest) {
|
|
1282
1282
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1346,7 +1346,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1346
1346
|
* @param ListShardedDatabasesRequest
|
|
1347
1347
|
* @return ListShardedDatabasesResponse
|
|
1348
1348
|
* @throws OciError when an error occurs
|
|
1349
|
-
* @example Click {@link https://docs.
|
|
1349
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ListShardedDatabases.ts.html |here} to see how to use ListShardedDatabases API.
|
|
1350
1350
|
*/
|
|
1351
1351
|
listShardedDatabases(listShardedDatabasesRequest) {
|
|
1352
1352
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1416,7 +1416,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1416
1416
|
* @param ListWorkRequestErrorsRequest
|
|
1417
1417
|
* @return ListWorkRequestErrorsResponse
|
|
1418
1418
|
* @throws OciError when an error occurs
|
|
1419
|
-
* @example Click {@link https://docs.
|
|
1419
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1420
1420
|
*/
|
|
1421
1421
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1422
1422
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1485,7 +1485,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1485
1485
|
* @param ListWorkRequestLogsRequest
|
|
1486
1486
|
* @return ListWorkRequestLogsResponse
|
|
1487
1487
|
* @throws OciError when an error occurs
|
|
1488
|
-
* @example Click {@link https://docs.
|
|
1488
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1489
1489
|
*/
|
|
1490
1490
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1491
1491
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1554,7 +1554,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1554
1554
|
* @param ListWorkRequestsRequest
|
|
1555
1555
|
* @return ListWorkRequestsResponse
|
|
1556
1556
|
* @throws OciError when an error occurs
|
|
1557
|
-
* @example Click {@link https://docs.
|
|
1557
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1558
1558
|
*/
|
|
1559
1559
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1560
1560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1627,7 +1627,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1627
1627
|
* @param PatchShardedDatabaseRequest
|
|
1628
1628
|
* @return PatchShardedDatabaseResponse
|
|
1629
1629
|
* @throws OciError when an error occurs
|
|
1630
|
-
* @example Click {@link https://docs.
|
|
1630
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/PatchShardedDatabase.ts.html |here} to see how to use PatchShardedDatabase API.
|
|
1631
1631
|
*/
|
|
1632
1632
|
patchShardedDatabase(patchShardedDatabaseRequest) {
|
|
1633
1633
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1689,7 +1689,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1689
1689
|
* @param PrevalidateShardedDatabaseRequest
|
|
1690
1690
|
* @return PrevalidateShardedDatabaseResponse
|
|
1691
1691
|
* @throws OciError when an error occurs
|
|
1692
|
-
* @example Click {@link https://docs.
|
|
1692
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/PrevalidateShardedDatabase.ts.html |here} to see how to use PrevalidateShardedDatabase API.
|
|
1693
1693
|
*/
|
|
1694
1694
|
prevalidateShardedDatabase(prevalidateShardedDatabaseRequest) {
|
|
1695
1695
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1750,7 +1750,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1750
1750
|
* @param ReinstateProxyInstanceRequest
|
|
1751
1751
|
* @return ReinstateProxyInstanceResponse
|
|
1752
1752
|
* @throws OciError when an error occurs
|
|
1753
|
-
* @example Click {@link https://docs.
|
|
1753
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ReinstateProxyInstance.ts.html |here} to see how to use ReinstateProxyInstance API.
|
|
1754
1754
|
*/
|
|
1755
1755
|
reinstateProxyInstance(reinstateProxyInstanceRequest) {
|
|
1756
1756
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1811,7 +1811,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1811
1811
|
* @param StartShardedDatabaseRequest
|
|
1812
1812
|
* @return StartShardedDatabaseResponse
|
|
1813
1813
|
* @throws OciError when an error occurs
|
|
1814
|
-
* @example Click {@link https://docs.
|
|
1814
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/StartShardedDatabase.ts.html |here} to see how to use StartShardedDatabase API.
|
|
1815
1815
|
*/
|
|
1816
1816
|
startShardedDatabase(startShardedDatabaseRequest) {
|
|
1817
1817
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1872,7 +1872,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1872
1872
|
* @param StopShardedDatabaseRequest
|
|
1873
1873
|
* @return StopShardedDatabaseResponse
|
|
1874
1874
|
* @throws OciError when an error occurs
|
|
1875
|
-
* @example Click {@link https://docs.
|
|
1875
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/StopShardedDatabase.ts.html |here} to see how to use StopShardedDatabase API.
|
|
1876
1876
|
*/
|
|
1877
1877
|
stopShardedDatabase(stopShardedDatabaseRequest) {
|
|
1878
1878
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1934,7 +1934,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1934
1934
|
* @param UpdatePrivateEndpointRequest
|
|
1935
1935
|
* @return UpdatePrivateEndpointResponse
|
|
1936
1936
|
* @throws OciError when an error occurs
|
|
1937
|
-
* @example Click {@link https://docs.
|
|
1937
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
|
|
1938
1938
|
*/
|
|
1939
1939
|
updatePrivateEndpoint(updatePrivateEndpointRequest) {
|
|
1940
1940
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2001,7 +2001,7 @@ class ShardedDatabaseServiceClient {
|
|
|
2001
2001
|
* @param UpdateShardedDatabaseRequest
|
|
2002
2002
|
* @return UpdateShardedDatabaseResponse
|
|
2003
2003
|
* @throws OciError when an error occurs
|
|
2004
|
-
* @example Click {@link https://docs.
|
|
2004
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/UpdateShardedDatabase.ts.html |here} to see how to use UpdateShardedDatabase API.
|
|
2005
2005
|
*/
|
|
2006
2006
|
updateShardedDatabase(updateShardedDatabaseRequest) {
|
|
2007
2007
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2069,7 +2069,7 @@ class ShardedDatabaseServiceClient {
|
|
|
2069
2069
|
* @param UploadSignedCertificateAndGenerateWalletRequest
|
|
2070
2070
|
* @return UploadSignedCertificateAndGenerateWalletResponse
|
|
2071
2071
|
* @throws OciError when an error occurs
|
|
2072
|
-
* @example Click {@link https://docs.
|
|
2072
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/UploadSignedCertificateAndGenerateWallet.ts.html |here} to see how to use UploadSignedCertificateAndGenerateWallet API.
|
|
2073
2073
|
*/
|
|
2074
2074
|
uploadSignedCertificateAndGenerateWallet(uploadSignedCertificateAndGenerateWalletRequest) {
|
|
2075
2075
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2132,7 +2132,7 @@ class ShardedDatabaseServiceClient {
|
|
|
2132
2132
|
* @param ValidateNetworkRequest
|
|
2133
2133
|
* @return ValidateNetworkResponse
|
|
2134
2134
|
* @throws OciError when an error occurs
|
|
2135
|
-
* @example Click {@link https://docs.
|
|
2135
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ValidateNetwork.ts.html |here} to see how to use ValidateNetwork API.
|
|
2136
2136
|
*/
|
|
2137
2137
|
validateNetwork(validateNetworkRequest) {
|
|
2138
2138
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface ChangePrivateEndpointCompartmentDetails {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to move the resource to.
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"compartmentId": string;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
export interface ChangeShardedDatabaseCompartmentDetails {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to move the resource to.
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"compartmentId": string;
|
|
@@ -33,11 +33,11 @@ export interface CreateDedicatedCatalogDetail {
|
|
|
33
33
|
*/
|
|
34
34
|
"isAutoScalingEnabled": boolean;
|
|
35
35
|
/**
|
|
36
|
-
* The [OCID](https://docs.
|
|
36
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud Autonomous Exadata VM Cluster.
|
|
37
37
|
*/
|
|
38
38
|
"cloudAutonomousVmClusterId": string;
|
|
39
39
|
/**
|
|
40
|
-
* The [OCID](https://docs.
|
|
40
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer cloud Autonomous Exadata VM Cluster.
|
|
41
41
|
*/
|
|
42
42
|
"peerCloudAutonomousVmClusterId"?: string;
|
|
43
43
|
}
|
|
@@ -40,11 +40,11 @@ export interface CreateDedicatedShardDetail {
|
|
|
40
40
|
*/
|
|
41
41
|
"isAutoScalingEnabled": boolean;
|
|
42
42
|
/**
|
|
43
|
-
* The [OCID](https://docs.
|
|
43
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud Autonomous Exadata VM Cluster.
|
|
44
44
|
*/
|
|
45
45
|
"cloudAutonomousVmClusterId": string;
|
|
46
46
|
/**
|
|
47
|
-
* The [OCID](https://docs.
|
|
47
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer cloud Autonomous Exadata VM Cluster.
|
|
48
48
|
*/
|
|
49
49
|
"peerCloudAutonomousVmClusterId"?: string;
|
|
50
50
|
}
|
|
@@ -22,20 +22,20 @@
|
|
|
22
22
|
*/
|
|
23
23
|
export interface DedicatedShardOrCatalogEncryptionKeyDetails {
|
|
24
24
|
/**
|
|
25
|
-
* The [OCID](https://docs.
|
|
25
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the vault in customer tenancy where KMS key is present.
|
|
26
26
|
* For shard or catalog with cross-region data guard enabled, user needs to make sure to provide virtual private vault only,
|
|
27
27
|
* which is also replicated in the region of standby shard.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"vaultId": string;
|
|
31
31
|
/**
|
|
32
|
-
* The [OCID](https://docs.
|
|
32
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KMS key in vault identified by vaultId in customer tenancy
|
|
33
33
|
* that is used as the master encryption key.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
"kmsKeyId": string;
|
|
37
37
|
/**
|
|
38
|
-
* The [OCID](https://docs.
|
|
38
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KMS key version for key identified by kmsKeyId
|
|
39
39
|
* that is used in data encryption (TDE) operations.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
export interface WorkRequestError {
|
|
17
17
|
/**
|
|
18
18
|
* A machine-usable code for the error that occured. Error codes are listed on
|
|
19
|
-
* (https://docs.
|
|
19
|
+
* (https://docs.oracle.com/iaas/Content/API/References/apierrors.htm)
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"code": string;
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/globallydistributeddatabase/ReinstateProxyInstance.ts.html |here} to see how to use ReinstateProxyInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ReinstateProxyInstanceRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/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.
|
|
3
|
+
"version": "2.103.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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|