oci-globallydistributeddatabase 2.89.3 → 2.89.4
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/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
|
@@ -96,7 +96,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
96
96
|
* @param ChangePrivateEndpointCompartmentRequest
|
|
97
97
|
* @return ChangePrivateEndpointCompartmentResponse
|
|
98
98
|
* @throws OciError when an error occurs
|
|
99
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
99
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
|
|
100
100
|
*/
|
|
101
101
|
changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest: requests.ChangePrivateEndpointCompartmentRequest): Promise<responses.ChangePrivateEndpointCompartmentResponse>;
|
|
102
102
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
106
106
|
* @param ChangeShardedDatabaseCompartmentRequest
|
|
107
107
|
* @return ChangeShardedDatabaseCompartmentResponse
|
|
108
108
|
* @throws OciError when an error occurs
|
|
109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ChangeShardedDatabaseCompartment.ts.html |here} to see how to use ChangeShardedDatabaseCompartment API.
|
|
110
110
|
*/
|
|
111
111
|
changeShardedDatabaseCompartment(changeShardedDatabaseCompartmentRequest: requests.ChangeShardedDatabaseCompartmentRequest): Promise<responses.ChangeShardedDatabaseCompartmentResponse>;
|
|
112
112
|
/**
|
|
@@ -119,7 +119,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
119
119
|
* @param ConfigureShardedDatabaseGsmsRequest
|
|
120
120
|
* @return ConfigureShardedDatabaseGsmsResponse
|
|
121
121
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ConfigureShardedDatabaseGsms.ts.html |here} to see how to use ConfigureShardedDatabaseGsms API.
|
|
123
123
|
*/
|
|
124
124
|
configureShardedDatabaseGsms(configureShardedDatabaseGsmsRequest: requests.ConfigureShardedDatabaseGsmsRequest): Promise<responses.ConfigureShardedDatabaseGsmsResponse>;
|
|
125
125
|
/**
|
|
@@ -133,7 +133,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
133
133
|
* @param ConfigureShardingRequest
|
|
134
134
|
* @return ConfigureShardingResponse
|
|
135
135
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ConfigureSharding.ts.html |here} to see how to use ConfigureSharding API.
|
|
137
137
|
*/
|
|
138
138
|
configureSharding(configureShardingRequest: requests.ConfigureShardingRequest): Promise<responses.ConfigureShardingResponse>;
|
|
139
139
|
/**
|
|
@@ -143,7 +143,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
143
143
|
* @param CreatePrivateEndpointRequest
|
|
144
144
|
* @return CreatePrivateEndpointResponse
|
|
145
145
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
|
|
147
147
|
*/
|
|
148
148
|
createPrivateEndpoint(createPrivateEndpointRequest: requests.CreatePrivateEndpointRequest): Promise<responses.CreatePrivateEndpointResponse>;
|
|
149
149
|
/**
|
|
@@ -153,7 +153,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
153
153
|
* @param CreateShardedDatabaseRequest
|
|
154
154
|
* @return CreateShardedDatabaseResponse
|
|
155
155
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/CreateShardedDatabase.ts.html |here} to see how to use CreateShardedDatabase API.
|
|
157
157
|
*/
|
|
158
158
|
createShardedDatabase(createShardedDatabaseRequest: requests.CreateShardedDatabaseRequest): Promise<responses.CreateShardedDatabaseResponse>;
|
|
159
159
|
/**
|
|
@@ -163,7 +163,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
163
163
|
* @param DeletePrivateEndpointRequest
|
|
164
164
|
* @return DeletePrivateEndpointResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
|
|
167
167
|
*/
|
|
168
168
|
deletePrivateEndpoint(deletePrivateEndpointRequest: requests.DeletePrivateEndpointRequest): Promise<responses.DeletePrivateEndpointResponse>;
|
|
169
169
|
/**
|
|
@@ -173,7 +173,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
173
173
|
* @param DeleteShardedDatabaseRequest
|
|
174
174
|
* @return DeleteShardedDatabaseResponse
|
|
175
175
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/DeleteShardedDatabase.ts.html |here} to see how to use DeleteShardedDatabase API.
|
|
177
177
|
*/
|
|
178
178
|
deleteShardedDatabase(deleteShardedDatabaseRequest: requests.DeleteShardedDatabaseRequest): Promise<responses.DeleteShardedDatabaseResponse>;
|
|
179
179
|
/**
|
|
@@ -186,7 +186,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
186
186
|
* @param DownloadGsmCertificateSigningRequestRequest
|
|
187
187
|
* @return DownloadGsmCertificateSigningRequestResponse
|
|
188
188
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/DownloadGsmCertificateSigningRequest.ts.html |here} to see how to use DownloadGsmCertificateSigningRequest API.
|
|
190
190
|
*/
|
|
191
191
|
downloadGsmCertificateSigningRequest(downloadGsmCertificateSigningRequestRequest: requests.DownloadGsmCertificateSigningRequestRequest): Promise<responses.DownloadGsmCertificateSigningRequestResponse>;
|
|
192
192
|
/**
|
|
@@ -196,7 +196,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
196
196
|
* @param FetchConnectionStringRequest
|
|
197
197
|
* @return FetchConnectionStringResponse
|
|
198
198
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/FetchConnectionString.ts.html |here} to see how to use FetchConnectionString API.
|
|
200
200
|
*/
|
|
201
201
|
fetchConnectionString(fetchConnectionStringRequest: requests.FetchConnectionStringRequest): Promise<responses.FetchConnectionStringResponse>;
|
|
202
202
|
/**
|
|
@@ -206,7 +206,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
206
206
|
* @param FetchShardableCloudAutonomousVmClustersRequest
|
|
207
207
|
* @return FetchShardableCloudAutonomousVmClustersResponse
|
|
208
208
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/FetchShardableCloudAutonomousVmClusters.ts.html |here} to see how to use FetchShardableCloudAutonomousVmClusters API.
|
|
210
210
|
*/
|
|
211
211
|
fetchShardableCloudAutonomousVmClusters(fetchShardableCloudAutonomousVmClustersRequest: requests.FetchShardableCloudAutonomousVmClustersRequest): Promise<responses.FetchShardableCloudAutonomousVmClustersResponse>;
|
|
212
212
|
/**
|
|
@@ -218,7 +218,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
218
218
|
* @param GenerateGsmCertificateSigningRequestRequest
|
|
219
219
|
* @return GenerateGsmCertificateSigningRequestResponse
|
|
220
220
|
* @throws OciError when an error occurs
|
|
221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/GenerateGsmCertificateSigningRequest.ts.html |here} to see how to use GenerateGsmCertificateSigningRequest API.
|
|
222
222
|
*/
|
|
223
223
|
generateGsmCertificateSigningRequest(generateGsmCertificateSigningRequestRequest: requests.GenerateGsmCertificateSigningRequestRequest): Promise<responses.GenerateGsmCertificateSigningRequestResponse>;
|
|
224
224
|
/**
|
|
@@ -228,7 +228,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
228
228
|
* @param GenerateWalletRequest
|
|
229
229
|
* @return GenerateWalletResponse
|
|
230
230
|
* @throws OciError when an error occurs
|
|
231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/GenerateWallet.ts.html |here} to see how to use GenerateWallet API.
|
|
232
232
|
*/
|
|
233
233
|
generateWallet(generateWalletRequest: requests.GenerateWalletRequest): Promise<responses.GenerateWalletResponse>;
|
|
234
234
|
/**
|
|
@@ -238,7 +238,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
238
238
|
* @param GetPrivateEndpointRequest
|
|
239
239
|
* @return GetPrivateEndpointResponse
|
|
240
240
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
|
|
242
242
|
*/
|
|
243
243
|
getPrivateEndpoint(getPrivateEndpointRequest: requests.GetPrivateEndpointRequest): Promise<responses.GetPrivateEndpointResponse>;
|
|
244
244
|
/**
|
|
@@ -248,7 +248,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
248
248
|
* @param GetShardedDatabaseRequest
|
|
249
249
|
* @return GetShardedDatabaseResponse
|
|
250
250
|
* @throws OciError when an error occurs
|
|
251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/GetShardedDatabase.ts.html |here} to see how to use GetShardedDatabase API.
|
|
252
252
|
*/
|
|
253
253
|
getShardedDatabase(getShardedDatabaseRequest: requests.GetShardedDatabaseRequest): Promise<responses.GetShardedDatabaseResponse>;
|
|
254
254
|
/**
|
|
@@ -257,7 +257,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
257
257
|
* @param GetWorkRequestRequest
|
|
258
258
|
* @return GetWorkRequestResponse
|
|
259
259
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
261
261
|
*/
|
|
262
262
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
263
263
|
/**
|
|
@@ -267,7 +267,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
267
267
|
* @param ListPrivateEndpointsRequest
|
|
268
268
|
* @return ListPrivateEndpointsResponse
|
|
269
269
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
|
|
271
271
|
*/
|
|
272
272
|
listPrivateEndpoints(listPrivateEndpointsRequest: requests.ListPrivateEndpointsRequest): Promise<responses.ListPrivateEndpointsResponse>;
|
|
273
273
|
/**
|
|
@@ -277,7 +277,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
277
277
|
* @param ListShardedDatabasesRequest
|
|
278
278
|
* @return ListShardedDatabasesResponse
|
|
279
279
|
* @throws OciError when an error occurs
|
|
280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ListShardedDatabases.ts.html |here} to see how to use ListShardedDatabases API.
|
|
281
281
|
*/
|
|
282
282
|
listShardedDatabases(listShardedDatabasesRequest: requests.ListShardedDatabasesRequest): Promise<responses.ListShardedDatabasesResponse>;
|
|
283
283
|
/**
|
|
@@ -287,7 +287,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
287
287
|
* @param ListWorkRequestErrorsRequest
|
|
288
288
|
* @return ListWorkRequestErrorsResponse
|
|
289
289
|
* @throws OciError when an error occurs
|
|
290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
290
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
291
291
|
*/
|
|
292
292
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
293
293
|
/**
|
|
@@ -297,7 +297,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
297
297
|
* @param ListWorkRequestLogsRequest
|
|
298
298
|
* @return ListWorkRequestLogsResponse
|
|
299
299
|
* @throws OciError when an error occurs
|
|
300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
301
301
|
*/
|
|
302
302
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
303
303
|
/**
|
|
@@ -307,7 +307,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
307
307
|
* @param ListWorkRequestsRequest
|
|
308
308
|
* @return ListWorkRequestsResponse
|
|
309
309
|
* @throws OciError when an error occurs
|
|
310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
310
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
311
311
|
*/
|
|
312
312
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
313
313
|
/**
|
|
@@ -319,7 +319,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
319
319
|
* @param PatchShardedDatabaseRequest
|
|
320
320
|
* @return PatchShardedDatabaseResponse
|
|
321
321
|
* @throws OciError when an error occurs
|
|
322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/PatchShardedDatabase.ts.html |here} to see how to use PatchShardedDatabase API.
|
|
323
323
|
*/
|
|
324
324
|
patchShardedDatabase(patchShardedDatabaseRequest: requests.PatchShardedDatabaseRequest): Promise<responses.PatchShardedDatabaseResponse>;
|
|
325
325
|
/**
|
|
@@ -329,7 +329,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
329
329
|
* @param PrevalidateShardedDatabaseRequest
|
|
330
330
|
* @return PrevalidateShardedDatabaseResponse
|
|
331
331
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/PrevalidateShardedDatabase.ts.html |here} to see how to use PrevalidateShardedDatabase API.
|
|
333
333
|
*/
|
|
334
334
|
prevalidateShardedDatabase(prevalidateShardedDatabaseRequest: requests.PrevalidateShardedDatabaseRequest): Promise<responses.PrevalidateShardedDatabaseResponse>;
|
|
335
335
|
/**
|
|
@@ -339,7 +339,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
339
339
|
* @param ReinstateProxyInstanceRequest
|
|
340
340
|
* @return ReinstateProxyInstanceResponse
|
|
341
341
|
* @throws OciError when an error occurs
|
|
342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ReinstateProxyInstance.ts.html |here} to see how to use ReinstateProxyInstance API.
|
|
343
343
|
*/
|
|
344
344
|
reinstateProxyInstance(reinstateProxyInstanceRequest: requests.ReinstateProxyInstanceRequest): Promise<responses.ReinstateProxyInstanceResponse>;
|
|
345
345
|
/**
|
|
@@ -348,7 +348,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
348
348
|
* @param StartShardedDatabaseRequest
|
|
349
349
|
* @return StartShardedDatabaseResponse
|
|
350
350
|
* @throws OciError when an error occurs
|
|
351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/StartShardedDatabase.ts.html |here} to see how to use StartShardedDatabase API.
|
|
352
352
|
*/
|
|
353
353
|
startShardedDatabase(startShardedDatabaseRequest: requests.StartShardedDatabaseRequest): Promise<responses.StartShardedDatabaseResponse>;
|
|
354
354
|
/**
|
|
@@ -357,7 +357,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
357
357
|
* @param StopShardedDatabaseRequest
|
|
358
358
|
* @return StopShardedDatabaseResponse
|
|
359
359
|
* @throws OciError when an error occurs
|
|
360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/StopShardedDatabase.ts.html |here} to see how to use StopShardedDatabase API.
|
|
361
361
|
*/
|
|
362
362
|
stopShardedDatabase(stopShardedDatabaseRequest: requests.StopShardedDatabaseRequest): Promise<responses.StopShardedDatabaseResponse>;
|
|
363
363
|
/**
|
|
@@ -367,7 +367,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
367
367
|
* @param UpdatePrivateEndpointRequest
|
|
368
368
|
* @return UpdatePrivateEndpointResponse
|
|
369
369
|
* @throws OciError when an error occurs
|
|
370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
|
|
371
371
|
*/
|
|
372
372
|
updatePrivateEndpoint(updatePrivateEndpointRequest: requests.UpdatePrivateEndpointRequest): Promise<responses.UpdatePrivateEndpointResponse>;
|
|
373
373
|
/**
|
|
@@ -377,7 +377,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
377
377
|
* @param UpdateShardedDatabaseRequest
|
|
378
378
|
* @return UpdateShardedDatabaseResponse
|
|
379
379
|
* @throws OciError when an error occurs
|
|
380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/UpdateShardedDatabase.ts.html |here} to see how to use UpdateShardedDatabase API.
|
|
381
381
|
*/
|
|
382
382
|
updateShardedDatabase(updateShardedDatabaseRequest: requests.UpdateShardedDatabaseRequest): Promise<responses.UpdateShardedDatabaseResponse>;
|
|
383
383
|
/**
|
|
@@ -389,7 +389,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
389
389
|
* @param UploadSignedCertificateAndGenerateWalletRequest
|
|
390
390
|
* @return UploadSignedCertificateAndGenerateWalletResponse
|
|
391
391
|
* @throws OciError when an error occurs
|
|
392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/UploadSignedCertificateAndGenerateWallet.ts.html |here} to see how to use UploadSignedCertificateAndGenerateWallet API.
|
|
393
393
|
*/
|
|
394
394
|
uploadSignedCertificateAndGenerateWallet(uploadSignedCertificateAndGenerateWalletRequest: requests.UploadSignedCertificateAndGenerateWalletRequest): Promise<responses.UploadSignedCertificateAndGenerateWalletResponse>;
|
|
395
395
|
/**
|
|
@@ -399,7 +399,7 @@ export declare class ShardedDatabaseServiceClient {
|
|
|
399
399
|
* @param ValidateNetworkRequest
|
|
400
400
|
* @return ValidateNetworkResponse
|
|
401
401
|
* @throws OciError when an error occurs
|
|
402
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
402
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ValidateNetwork.ts.html |here} to see how to use ValidateNetwork API.
|
|
403
403
|
*/
|
|
404
404
|
validateNetwork(validateNetworkRequest: requests.ValidateNetworkRequest): Promise<responses.ValidateNetworkResponse>;
|
|
405
405
|
}
|
package/lib/client.js
CHANGED
|
@@ -203,7 +203,7 @@ class ShardedDatabaseServiceClient {
|
|
|
203
203
|
* @param ChangePrivateEndpointCompartmentRequest
|
|
204
204
|
* @return ChangePrivateEndpointCompartmentResponse
|
|
205
205
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ChangePrivateEndpointCompartment.ts.html |here} to see how to use ChangePrivateEndpointCompartment API.
|
|
207
207
|
*/
|
|
208
208
|
changePrivateEndpointCompartment(changePrivateEndpointCompartmentRequest) {
|
|
209
209
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -266,7 +266,7 @@ class ShardedDatabaseServiceClient {
|
|
|
266
266
|
* @param ChangeShardedDatabaseCompartmentRequest
|
|
267
267
|
* @return ChangeShardedDatabaseCompartmentResponse
|
|
268
268
|
* @throws OciError when an error occurs
|
|
269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ChangeShardedDatabaseCompartment.ts.html |here} to see how to use ChangeShardedDatabaseCompartment API.
|
|
270
270
|
*/
|
|
271
271
|
changeShardedDatabaseCompartment(changeShardedDatabaseCompartmentRequest) {
|
|
272
272
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -332,7 +332,7 @@ class ShardedDatabaseServiceClient {
|
|
|
332
332
|
* @param ConfigureShardedDatabaseGsmsRequest
|
|
333
333
|
* @return ConfigureShardedDatabaseGsmsResponse
|
|
334
334
|
* @throws OciError when an error occurs
|
|
335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ConfigureShardedDatabaseGsms.ts.html |here} to see how to use ConfigureShardedDatabaseGsms API.
|
|
336
336
|
*/
|
|
337
337
|
configureShardedDatabaseGsms(configureShardedDatabaseGsmsRequest) {
|
|
338
338
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -399,7 +399,7 @@ class ShardedDatabaseServiceClient {
|
|
|
399
399
|
* @param ConfigureShardingRequest
|
|
400
400
|
* @return ConfigureShardingResponse
|
|
401
401
|
* @throws OciError when an error occurs
|
|
402
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
402
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ConfigureSharding.ts.html |here} to see how to use ConfigureSharding API.
|
|
403
403
|
*/
|
|
404
404
|
configureSharding(configureShardingRequest) {
|
|
405
405
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -463,7 +463,7 @@ class ShardedDatabaseServiceClient {
|
|
|
463
463
|
* @param CreatePrivateEndpointRequest
|
|
464
464
|
* @return CreatePrivateEndpointResponse
|
|
465
465
|
* @throws OciError when an error occurs
|
|
466
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
466
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/CreatePrivateEndpoint.ts.html |here} to see how to use CreatePrivateEndpoint API.
|
|
467
467
|
*/
|
|
468
468
|
createPrivateEndpoint(createPrivateEndpointRequest) {
|
|
469
469
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -532,7 +532,7 @@ class ShardedDatabaseServiceClient {
|
|
|
532
532
|
* @param CreateShardedDatabaseRequest
|
|
533
533
|
* @return CreateShardedDatabaseResponse
|
|
534
534
|
* @throws OciError when an error occurs
|
|
535
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/CreateShardedDatabase.ts.html |here} to see how to use CreateShardedDatabase API.
|
|
536
536
|
*/
|
|
537
537
|
createShardedDatabase(createShardedDatabaseRequest) {
|
|
538
538
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -601,7 +601,7 @@ class ShardedDatabaseServiceClient {
|
|
|
601
601
|
* @param DeletePrivateEndpointRequest
|
|
602
602
|
* @return DeletePrivateEndpointResponse
|
|
603
603
|
* @throws OciError when an error occurs
|
|
604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
604
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpoint API.
|
|
605
605
|
*/
|
|
606
606
|
deletePrivateEndpoint(deletePrivateEndpointRequest) {
|
|
607
607
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -663,7 +663,7 @@ class ShardedDatabaseServiceClient {
|
|
|
663
663
|
* @param DeleteShardedDatabaseRequest
|
|
664
664
|
* @return DeleteShardedDatabaseResponse
|
|
665
665
|
* @throws OciError when an error occurs
|
|
666
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
666
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/DeleteShardedDatabase.ts.html |here} to see how to use DeleteShardedDatabase API.
|
|
667
667
|
*/
|
|
668
668
|
deleteShardedDatabase(deleteShardedDatabaseRequest) {
|
|
669
669
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -728,7 +728,7 @@ class ShardedDatabaseServiceClient {
|
|
|
728
728
|
* @param DownloadGsmCertificateSigningRequestRequest
|
|
729
729
|
* @return DownloadGsmCertificateSigningRequestResponse
|
|
730
730
|
* @throws OciError when an error occurs
|
|
731
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
731
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/DownloadGsmCertificateSigningRequest.ts.html |here} to see how to use DownloadGsmCertificateSigningRequest API.
|
|
732
732
|
*/
|
|
733
733
|
downloadGsmCertificateSigningRequest(downloadGsmCertificateSigningRequestRequest) {
|
|
734
734
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -803,7 +803,7 @@ class ShardedDatabaseServiceClient {
|
|
|
803
803
|
* @param FetchConnectionStringRequest
|
|
804
804
|
* @return FetchConnectionStringResponse
|
|
805
805
|
* @throws OciError when an error occurs
|
|
806
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
806
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/FetchConnectionString.ts.html |here} to see how to use FetchConnectionString API.
|
|
807
807
|
*/
|
|
808
808
|
fetchConnectionString(fetchConnectionStringRequest) {
|
|
809
809
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -869,7 +869,7 @@ class ShardedDatabaseServiceClient {
|
|
|
869
869
|
* @param FetchShardableCloudAutonomousVmClustersRequest
|
|
870
870
|
* @return FetchShardableCloudAutonomousVmClustersResponse
|
|
871
871
|
* @throws OciError when an error occurs
|
|
872
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
872
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/FetchShardableCloudAutonomousVmClusters.ts.html |here} to see how to use FetchShardableCloudAutonomousVmClusters API.
|
|
873
873
|
*/
|
|
874
874
|
fetchShardableCloudAutonomousVmClusters(fetchShardableCloudAutonomousVmClustersRequest) {
|
|
875
875
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -930,7 +930,7 @@ class ShardedDatabaseServiceClient {
|
|
|
930
930
|
* @param GenerateGsmCertificateSigningRequestRequest
|
|
931
931
|
* @return GenerateGsmCertificateSigningRequestResponse
|
|
932
932
|
* @throws OciError when an error occurs
|
|
933
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
933
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/GenerateGsmCertificateSigningRequest.ts.html |here} to see how to use GenerateGsmCertificateSigningRequest API.
|
|
934
934
|
*/
|
|
935
935
|
generateGsmCertificateSigningRequest(generateGsmCertificateSigningRequestRequest) {
|
|
936
936
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -994,7 +994,7 @@ class ShardedDatabaseServiceClient {
|
|
|
994
994
|
* @param GenerateWalletRequest
|
|
995
995
|
* @return GenerateWalletResponse
|
|
996
996
|
* @throws OciError when an error occurs
|
|
997
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
997
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/GenerateWallet.ts.html |here} to see how to use GenerateWallet API.
|
|
998
998
|
*/
|
|
999
999
|
generateWallet(generateWalletRequest) {
|
|
1000
1000
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1070,7 +1070,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1070
1070
|
* @param GetPrivateEndpointRequest
|
|
1071
1071
|
* @return GetPrivateEndpointResponse
|
|
1072
1072
|
* @throws OciError when an error occurs
|
|
1073
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1073
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpoint API.
|
|
1074
1074
|
*/
|
|
1075
1075
|
getPrivateEndpoint(getPrivateEndpointRequest) {
|
|
1076
1076
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1135,7 +1135,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1135
1135
|
* @param GetShardedDatabaseRequest
|
|
1136
1136
|
* @return GetShardedDatabaseResponse
|
|
1137
1137
|
* @throws OciError when an error occurs
|
|
1138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/GetShardedDatabase.ts.html |here} to see how to use GetShardedDatabase API.
|
|
1139
1139
|
*/
|
|
1140
1140
|
getShardedDatabase(getShardedDatabaseRequest) {
|
|
1141
1141
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1201,7 +1201,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1201
1201
|
* @param GetWorkRequestRequest
|
|
1202
1202
|
* @return GetWorkRequestResponse
|
|
1203
1203
|
* @throws OciError when an error occurs
|
|
1204
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1205
1205
|
*/
|
|
1206
1206
|
getWorkRequest(getWorkRequestRequest) {
|
|
1207
1207
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1265,7 +1265,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1265
1265
|
* @param ListPrivateEndpointsRequest
|
|
1266
1266
|
* @return ListPrivateEndpointsResponse
|
|
1267
1267
|
* @throws OciError when an error occurs
|
|
1268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ListPrivateEndpoints.ts.html |here} to see how to use ListPrivateEndpoints API.
|
|
1269
1269
|
*/
|
|
1270
1270
|
listPrivateEndpoints(listPrivateEndpointsRequest) {
|
|
1271
1271
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1335,7 +1335,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1335
1335
|
* @param ListShardedDatabasesRequest
|
|
1336
1336
|
* @return ListShardedDatabasesResponse
|
|
1337
1337
|
* @throws OciError when an error occurs
|
|
1338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ListShardedDatabases.ts.html |here} to see how to use ListShardedDatabases API.
|
|
1339
1339
|
*/
|
|
1340
1340
|
listShardedDatabases(listShardedDatabasesRequest) {
|
|
1341
1341
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1405,7 +1405,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1405
1405
|
* @param ListWorkRequestErrorsRequest
|
|
1406
1406
|
* @return ListWorkRequestErrorsResponse
|
|
1407
1407
|
* @throws OciError when an error occurs
|
|
1408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1409
1409
|
*/
|
|
1410
1410
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
1411
1411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1474,7 +1474,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1474
1474
|
* @param ListWorkRequestLogsRequest
|
|
1475
1475
|
* @return ListWorkRequestLogsResponse
|
|
1476
1476
|
* @throws OciError when an error occurs
|
|
1477
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1477
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1478
1478
|
*/
|
|
1479
1479
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
1480
1480
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1543,7 +1543,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1543
1543
|
* @param ListWorkRequestsRequest
|
|
1544
1544
|
* @return ListWorkRequestsResponse
|
|
1545
1545
|
* @throws OciError when an error occurs
|
|
1546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1547
1547
|
*/
|
|
1548
1548
|
listWorkRequests(listWorkRequestsRequest) {
|
|
1549
1549
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1616,7 +1616,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1616
1616
|
* @param PatchShardedDatabaseRequest
|
|
1617
1617
|
* @return PatchShardedDatabaseResponse
|
|
1618
1618
|
* @throws OciError when an error occurs
|
|
1619
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1619
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/PatchShardedDatabase.ts.html |here} to see how to use PatchShardedDatabase API.
|
|
1620
1620
|
*/
|
|
1621
1621
|
patchShardedDatabase(patchShardedDatabaseRequest) {
|
|
1622
1622
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1678,7 +1678,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1678
1678
|
* @param PrevalidateShardedDatabaseRequest
|
|
1679
1679
|
* @return PrevalidateShardedDatabaseResponse
|
|
1680
1680
|
* @throws OciError when an error occurs
|
|
1681
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1681
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/PrevalidateShardedDatabase.ts.html |here} to see how to use PrevalidateShardedDatabase API.
|
|
1682
1682
|
*/
|
|
1683
1683
|
prevalidateShardedDatabase(prevalidateShardedDatabaseRequest) {
|
|
1684
1684
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1739,7 +1739,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1739
1739
|
* @param ReinstateProxyInstanceRequest
|
|
1740
1740
|
* @return ReinstateProxyInstanceResponse
|
|
1741
1741
|
* @throws OciError when an error occurs
|
|
1742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1742
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ReinstateProxyInstance.ts.html |here} to see how to use ReinstateProxyInstance API.
|
|
1743
1743
|
*/
|
|
1744
1744
|
reinstateProxyInstance(reinstateProxyInstanceRequest) {
|
|
1745
1745
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1800,7 +1800,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1800
1800
|
* @param StartShardedDatabaseRequest
|
|
1801
1801
|
* @return StartShardedDatabaseResponse
|
|
1802
1802
|
* @throws OciError when an error occurs
|
|
1803
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1803
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/StartShardedDatabase.ts.html |here} to see how to use StartShardedDatabase API.
|
|
1804
1804
|
*/
|
|
1805
1805
|
startShardedDatabase(startShardedDatabaseRequest) {
|
|
1806
1806
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1861,7 +1861,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1861
1861
|
* @param StopShardedDatabaseRequest
|
|
1862
1862
|
* @return StopShardedDatabaseResponse
|
|
1863
1863
|
* @throws OciError when an error occurs
|
|
1864
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1864
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/StopShardedDatabase.ts.html |here} to see how to use StopShardedDatabase API.
|
|
1865
1865
|
*/
|
|
1866
1866
|
stopShardedDatabase(stopShardedDatabaseRequest) {
|
|
1867
1867
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1923,7 +1923,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1923
1923
|
* @param UpdatePrivateEndpointRequest
|
|
1924
1924
|
* @return UpdatePrivateEndpointResponse
|
|
1925
1925
|
* @throws OciError when an error occurs
|
|
1926
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/UpdatePrivateEndpoint.ts.html |here} to see how to use UpdatePrivateEndpoint API.
|
|
1927
1927
|
*/
|
|
1928
1928
|
updatePrivateEndpoint(updatePrivateEndpointRequest) {
|
|
1929
1929
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1990,7 +1990,7 @@ class ShardedDatabaseServiceClient {
|
|
|
1990
1990
|
* @param UpdateShardedDatabaseRequest
|
|
1991
1991
|
* @return UpdateShardedDatabaseResponse
|
|
1992
1992
|
* @throws OciError when an error occurs
|
|
1993
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1993
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/UpdateShardedDatabase.ts.html |here} to see how to use UpdateShardedDatabase API.
|
|
1994
1994
|
*/
|
|
1995
1995
|
updateShardedDatabase(updateShardedDatabaseRequest) {
|
|
1996
1996
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2058,7 +2058,7 @@ class ShardedDatabaseServiceClient {
|
|
|
2058
2058
|
* @param UploadSignedCertificateAndGenerateWalletRequest
|
|
2059
2059
|
* @return UploadSignedCertificateAndGenerateWalletResponse
|
|
2060
2060
|
* @throws OciError when an error occurs
|
|
2061
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2061
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/UploadSignedCertificateAndGenerateWallet.ts.html |here} to see how to use UploadSignedCertificateAndGenerateWallet API.
|
|
2062
2062
|
*/
|
|
2063
2063
|
uploadSignedCertificateAndGenerateWallet(uploadSignedCertificateAndGenerateWalletRequest) {
|
|
2064
2064
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2121,7 +2121,7 @@ class ShardedDatabaseServiceClient {
|
|
|
2121
2121
|
* @param ValidateNetworkRequest
|
|
2122
2122
|
* @return ValidateNetworkResponse
|
|
2123
2123
|
* @throws OciError when an error occurs
|
|
2124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/globallydistributeddatabase/ValidateNetwork.ts.html |here} to see how to use ValidateNetwork API.
|
|
2125
2125
|
*/
|
|
2126
2126
|
validateNetwork(validateNetworkRequest) {
|
|
2127
2127
|
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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
3
|
+
"version": "2.89.4",
|
|
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.89.
|
|
19
|
-
"oci-workrequests": "2.89.
|
|
18
|
+
"oci-common": "2.89.4",
|
|
19
|
+
"oci-workrequests": "2.89.4"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|