oci-mysql 2.79.0 → 2.79.1
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 +46 -52
- package/lib/client.js +104 -272
- package/lib/client.js.map +1 -1
- package/lib/model/anonymous-transactions-handling.js +2 -4
- package/lib/model/anonymous-transactions-handling.js.map +1 -1
- package/lib/model/ca-certificate.js +2 -4
- package/lib/model/ca-certificate.js.map +1 -1
- package/lib/model/channel-source.js +2 -4
- package/lib/model/channel-source.js.map +1 -1
- package/lib/model/channel-target.js +2 -4
- package/lib/model/channel-target.js.map +1 -1
- package/lib/model/create-channel-source-details.js +2 -4
- package/lib/model/create-channel-source-details.js.map +1 -1
- package/lib/model/create-channel-target-details.js +2 -4
- package/lib/model/create-channel-target-details.js.map +1 -1
- package/lib/model/create-db-system-source-details.js +2 -4
- package/lib/model/create-db-system-source-details.js.map +1 -1
- package/lib/model/db-system-source.js +2 -4
- package/lib/model/db-system-source.js.map +1 -1
- package/lib/model/update-channel-source-details.js +2 -4
- package/lib/model/update-channel-source-details.js.map +1 -1
- package/lib/model/update-channel-target-details.js +2 -4
- package/lib/model/update-channel-target-details.js.map +1 -1
- package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/change-backup-compartment-request.d.ts +1 -1
- package/lib/request/create-backup-request.d.ts +1 -1
- package/lib/request/create-channel-request.d.ts +1 -1
- package/lib/request/create-configuration-request.d.ts +1 -1
- package/lib/request/create-db-system-request.d.ts +1 -1
- package/lib/request/create-replica-request.d.ts +1 -1
- package/lib/request/delete-backup-request.d.ts +1 -1
- package/lib/request/delete-channel-request.d.ts +1 -1
- package/lib/request/delete-configuration-request.d.ts +1 -1
- package/lib/request/delete-db-system-request.d.ts +1 -1
- package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/delete-replica-request.d.ts +1 -1
- package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-backup-request.d.ts +1 -1
- package/lib/request/get-channel-request.d.ts +1 -1
- package/lib/request/get-configuration-request.d.ts +1 -1
- package/lib/request/get-db-system-request.d.ts +1 -1
- package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/get-replica-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-backups-request.d.ts +1 -1
- package/lib/request/list-channels-request.d.ts +1 -1
- package/lib/request/list-configurations-request.d.ts +1 -1
- package/lib/request/list-db-systems-request.d.ts +1 -1
- package/lib/request/list-replicas-request.d.ts +1 -1
- package/lib/request/list-shapes-request.d.ts +1 -1
- package/lib/request/list-versions-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/reset-channel-request.d.ts +1 -1
- package/lib/request/restart-db-system-request.d.ts +1 -1
- package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/resume-channel-request.d.ts +1 -1
- package/lib/request/start-db-system-request.d.ts +1 -1
- package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/stop-db-system-request.d.ts +1 -1
- package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/update-backup-request.d.ts +1 -1
- package/lib/request/update-channel-request.d.ts +1 -1
- package/lib/request/update-configuration-request.d.ts +1 -1
- package/lib/request/update-db-system-request.d.ts +1 -1
- package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/update-replica-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -52,7 +52,6 @@ export declare class ChannelsClient {
|
|
|
52
52
|
* @param endpoint The endpoint of the service.
|
|
53
53
|
*/
|
|
54
54
|
set endpoint(endpoint: string);
|
|
55
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
56
55
|
/**
|
|
57
56
|
* Determines whether realm specific endpoint should be used or not.
|
|
58
57
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -98,7 +97,7 @@ export declare class ChannelsClient {
|
|
|
98
97
|
* @param CreateChannelRequest
|
|
99
98
|
* @return CreateChannelResponse
|
|
100
99
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
102
101
|
*/
|
|
103
102
|
createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;
|
|
104
103
|
/**
|
|
@@ -107,7 +106,7 @@ export declare class ChannelsClient {
|
|
|
107
106
|
* @param DeleteChannelRequest
|
|
108
107
|
* @return DeleteChannelResponse
|
|
109
108
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
111
110
|
*/
|
|
112
111
|
deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;
|
|
113
112
|
/**
|
|
@@ -119,7 +118,7 @@ export declare class ChannelsClient {
|
|
|
119
118
|
* @param GetChannelRequest
|
|
120
119
|
* @return GetChannelResponse
|
|
121
120
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
123
122
|
*/
|
|
124
123
|
getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;
|
|
125
124
|
/**
|
|
@@ -128,7 +127,7 @@ export declare class ChannelsClient {
|
|
|
128
127
|
* @param ListChannelsRequest
|
|
129
128
|
* @return ListChannelsResponse
|
|
130
129
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
132
131
|
*/
|
|
133
132
|
listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
|
|
134
133
|
/**
|
|
@@ -171,7 +170,7 @@ export declare class ChannelsClient {
|
|
|
171
170
|
* @param ResetChannelRequest
|
|
172
171
|
* @return ResetChannelResponse
|
|
173
172
|
* @throws OciError when an error occurs
|
|
174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
175
174
|
*/
|
|
176
175
|
resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;
|
|
177
176
|
/**
|
|
@@ -183,7 +182,7 @@ export declare class ChannelsClient {
|
|
|
183
182
|
* @param ResumeChannelRequest
|
|
184
183
|
* @return ResumeChannelResponse
|
|
185
184
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
187
186
|
*/
|
|
188
187
|
resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;
|
|
189
188
|
/**
|
|
@@ -196,7 +195,7 @@ export declare class ChannelsClient {
|
|
|
196
195
|
* @param UpdateChannelRequest
|
|
197
196
|
* @return UpdateChannelResponse
|
|
198
197
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
200
199
|
*/
|
|
201
200
|
updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;
|
|
202
201
|
}
|
|
@@ -231,7 +230,6 @@ export declare class DbBackupsClient {
|
|
|
231
230
|
* @param endpoint The endpoint of the service.
|
|
232
231
|
*/
|
|
233
232
|
set endpoint(endpoint: string);
|
|
234
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
235
233
|
/**
|
|
236
234
|
* Determines whether realm specific endpoint should be used or not.
|
|
237
235
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -278,7 +276,7 @@ export declare class DbBackupsClient {
|
|
|
278
276
|
* @param ChangeBackupCompartmentRequest
|
|
279
277
|
* @return ChangeBackupCompartmentResponse
|
|
280
278
|
* @throws OciError when an error occurs
|
|
281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
282
280
|
*/
|
|
283
281
|
changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
|
|
284
282
|
/**
|
|
@@ -288,7 +286,7 @@ export declare class DbBackupsClient {
|
|
|
288
286
|
* @param CreateBackupRequest
|
|
289
287
|
* @return CreateBackupResponse
|
|
290
288
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
292
290
|
*/
|
|
293
291
|
createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
|
|
294
292
|
/**
|
|
@@ -298,7 +296,7 @@ export declare class DbBackupsClient {
|
|
|
298
296
|
* @param DeleteBackupRequest
|
|
299
297
|
* @return DeleteBackupResponse
|
|
300
298
|
* @throws OciError when an error occurs
|
|
301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
302
300
|
*/
|
|
303
301
|
deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
|
|
304
302
|
/**
|
|
@@ -307,7 +305,7 @@ export declare class DbBackupsClient {
|
|
|
307
305
|
* @param GetBackupRequest
|
|
308
306
|
* @return GetBackupResponse
|
|
309
307
|
* @throws OciError when an error occurs
|
|
310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
311
309
|
*/
|
|
312
310
|
getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
|
|
313
311
|
/**
|
|
@@ -317,7 +315,7 @@ export declare class DbBackupsClient {
|
|
|
317
315
|
* @param ListBackupsRequest
|
|
318
316
|
* @return ListBackupsResponse
|
|
319
317
|
* @throws OciError when an error occurs
|
|
320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
321
319
|
*/
|
|
322
320
|
listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
|
|
323
321
|
/**
|
|
@@ -358,7 +356,7 @@ export declare class DbBackupsClient {
|
|
|
358
356
|
* @param UpdateBackupRequest
|
|
359
357
|
* @return UpdateBackupResponse
|
|
360
358
|
* @throws OciError when an error occurs
|
|
361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
359
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
362
360
|
*/
|
|
363
361
|
updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
|
|
364
362
|
}
|
|
@@ -393,7 +391,6 @@ export declare class DbSystemClient {
|
|
|
393
391
|
* @param endpoint The endpoint of the service.
|
|
394
392
|
*/
|
|
395
393
|
set endpoint(endpoint: string);
|
|
396
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
397
394
|
/**
|
|
398
395
|
* Determines whether realm specific endpoint should be used or not.
|
|
399
396
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -439,7 +436,7 @@ export declare class DbSystemClient {
|
|
|
439
436
|
* @param AddHeatWaveClusterRequest
|
|
440
437
|
* @return AddHeatWaveClusterResponse
|
|
441
438
|
* @throws OciError when an error occurs
|
|
442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
443
440
|
*/
|
|
444
441
|
addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
|
|
445
442
|
/**
|
|
@@ -449,7 +446,7 @@ export declare class DbSystemClient {
|
|
|
449
446
|
* @param CreateDbSystemRequest
|
|
450
447
|
* @return CreateDbSystemResponse
|
|
451
448
|
* @throws OciError when an error occurs
|
|
452
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
449
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
453
450
|
*/
|
|
454
451
|
createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
|
|
455
452
|
/**
|
|
@@ -460,7 +457,7 @@ export declare class DbSystemClient {
|
|
|
460
457
|
* @param DeleteDbSystemRequest
|
|
461
458
|
* @return DeleteDbSystemResponse
|
|
462
459
|
* @throws OciError when an error occurs
|
|
463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
460
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
464
461
|
*/
|
|
465
462
|
deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
|
|
466
463
|
/**
|
|
@@ -471,7 +468,7 @@ export declare class DbSystemClient {
|
|
|
471
468
|
* @param DeleteHeatWaveClusterRequest
|
|
472
469
|
* @return DeleteHeatWaveClusterResponse
|
|
473
470
|
* @throws OciError when an error occurs
|
|
474
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
475
472
|
*/
|
|
476
473
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
|
|
477
474
|
/**
|
|
@@ -481,7 +478,7 @@ export declare class DbSystemClient {
|
|
|
481
478
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
482
479
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
483
480
|
* @throws OciError when an error occurs
|
|
484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
481
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
485
482
|
*/
|
|
486
483
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
|
|
487
484
|
/**
|
|
@@ -490,7 +487,7 @@ export declare class DbSystemClient {
|
|
|
490
487
|
* @param GetDbSystemRequest
|
|
491
488
|
* @return GetDbSystemResponse
|
|
492
489
|
* @throws OciError when an error occurs
|
|
493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
494
491
|
*/
|
|
495
492
|
getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
|
|
496
493
|
/**
|
|
@@ -499,7 +496,7 @@ export declare class DbSystemClient {
|
|
|
499
496
|
* @param GetHeatWaveClusterRequest
|
|
500
497
|
* @return GetHeatWaveClusterResponse
|
|
501
498
|
* @throws OciError when an error occurs
|
|
502
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
503
500
|
*/
|
|
504
501
|
getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
|
|
505
502
|
/**
|
|
@@ -510,7 +507,7 @@ export declare class DbSystemClient {
|
|
|
510
507
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
511
508
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
512
509
|
* @throws OciError when an error occurs
|
|
513
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
510
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
514
511
|
*/
|
|
515
512
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
|
|
516
513
|
/**
|
|
@@ -521,7 +518,7 @@ export declare class DbSystemClient {
|
|
|
521
518
|
* @param ListDbSystemsRequest
|
|
522
519
|
* @return ListDbSystemsResponse
|
|
523
520
|
* @throws OciError when an error occurs
|
|
524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
525
522
|
*/
|
|
526
523
|
listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
|
|
527
524
|
/**
|
|
@@ -562,7 +559,7 @@ export declare class DbSystemClient {
|
|
|
562
559
|
* @param RestartDbSystemRequest
|
|
563
560
|
* @return RestartDbSystemResponse
|
|
564
561
|
* @throws OciError when an error occurs
|
|
565
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
566
563
|
*/
|
|
567
564
|
restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
|
|
568
565
|
/**
|
|
@@ -571,7 +568,7 @@ export declare class DbSystemClient {
|
|
|
571
568
|
* @param RestartHeatWaveClusterRequest
|
|
572
569
|
* @return RestartHeatWaveClusterResponse
|
|
573
570
|
* @throws OciError when an error occurs
|
|
574
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
571
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
575
572
|
*/
|
|
576
573
|
restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
|
|
577
574
|
/**
|
|
@@ -580,7 +577,7 @@ export declare class DbSystemClient {
|
|
|
580
577
|
* @param StartDbSystemRequest
|
|
581
578
|
* @return StartDbSystemResponse
|
|
582
579
|
* @throws OciError when an error occurs
|
|
583
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
584
581
|
*/
|
|
585
582
|
startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
|
|
586
583
|
/**
|
|
@@ -589,7 +586,7 @@ export declare class DbSystemClient {
|
|
|
589
586
|
* @param StartHeatWaveClusterRequest
|
|
590
587
|
* @return StartHeatWaveClusterResponse
|
|
591
588
|
* @throws OciError when an error occurs
|
|
592
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
589
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
593
590
|
*/
|
|
594
591
|
startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
|
|
595
592
|
/**
|
|
@@ -601,7 +598,7 @@ export declare class DbSystemClient {
|
|
|
601
598
|
* @param StopDbSystemRequest
|
|
602
599
|
* @return StopDbSystemResponse
|
|
603
600
|
* @throws OciError when an error occurs
|
|
604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
601
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
605
602
|
*/
|
|
606
603
|
stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
|
|
607
604
|
/**
|
|
@@ -610,7 +607,7 @@ export declare class DbSystemClient {
|
|
|
610
607
|
* @param StopHeatWaveClusterRequest
|
|
611
608
|
* @return StopHeatWaveClusterResponse
|
|
612
609
|
* @throws OciError when an error occurs
|
|
613
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
610
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
614
611
|
*/
|
|
615
612
|
stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
|
|
616
613
|
/**
|
|
@@ -627,7 +624,7 @@ export declare class DbSystemClient {
|
|
|
627
624
|
* @param UpdateDbSystemRequest
|
|
628
625
|
* @return UpdateDbSystemResponse
|
|
629
626
|
* @throws OciError when an error occurs
|
|
630
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
631
628
|
*/
|
|
632
629
|
updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
|
|
633
630
|
/**
|
|
@@ -637,7 +634,7 @@ export declare class DbSystemClient {
|
|
|
637
634
|
* @param UpdateHeatWaveClusterRequest
|
|
638
635
|
* @return UpdateHeatWaveClusterResponse
|
|
639
636
|
* @throws OciError when an error occurs
|
|
640
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
637
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
641
638
|
*/
|
|
642
639
|
updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
|
|
643
640
|
}
|
|
@@ -672,7 +669,6 @@ export declare class MysqlaasClient {
|
|
|
672
669
|
* @param endpoint The endpoint of the service.
|
|
673
670
|
*/
|
|
674
671
|
set endpoint(endpoint: string);
|
|
675
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
676
672
|
/**
|
|
677
673
|
* Determines whether realm specific endpoint should be used or not.
|
|
678
674
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -717,7 +713,7 @@ export declare class MysqlaasClient {
|
|
|
717
713
|
* @param CreateConfigurationRequest
|
|
718
714
|
* @return CreateConfigurationResponse
|
|
719
715
|
* @throws OciError when an error occurs
|
|
720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
716
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
721
717
|
*/
|
|
722
718
|
createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
|
|
723
719
|
/**
|
|
@@ -728,7 +724,7 @@ export declare class MysqlaasClient {
|
|
|
728
724
|
* @param DeleteConfigurationRequest
|
|
729
725
|
* @return DeleteConfigurationResponse
|
|
730
726
|
* @throws OciError when an error occurs
|
|
731
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
727
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
732
728
|
*/
|
|
733
729
|
deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
|
|
734
730
|
/**
|
|
@@ -738,7 +734,7 @@ export declare class MysqlaasClient {
|
|
|
738
734
|
* @param GetConfigurationRequest
|
|
739
735
|
* @return GetConfigurationResponse
|
|
740
736
|
* @throws OciError when an error occurs
|
|
741
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
737
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
742
738
|
*/
|
|
743
739
|
getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
|
|
744
740
|
/**
|
|
@@ -755,7 +751,7 @@ export declare class MysqlaasClient {
|
|
|
755
751
|
* @param ListConfigurationsRequest
|
|
756
752
|
* @return ListConfigurationsResponse
|
|
757
753
|
* @throws OciError when an error occurs
|
|
758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
754
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
759
755
|
*/
|
|
760
756
|
listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
|
|
761
757
|
/**
|
|
@@ -800,7 +796,7 @@ export declare class MysqlaasClient {
|
|
|
800
796
|
* @param ListShapesRequest
|
|
801
797
|
* @return ListShapesResponse
|
|
802
798
|
* @throws OciError when an error occurs
|
|
803
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
799
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
804
800
|
*/
|
|
805
801
|
listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
|
|
806
802
|
/**
|
|
@@ -812,7 +808,7 @@ export declare class MysqlaasClient {
|
|
|
812
808
|
* @param ListVersionsRequest
|
|
813
809
|
* @return ListVersionsResponse
|
|
814
810
|
* @throws OciError when an error occurs
|
|
815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
816
812
|
*/
|
|
817
813
|
listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
|
|
818
814
|
/**
|
|
@@ -821,7 +817,7 @@ export declare class MysqlaasClient {
|
|
|
821
817
|
* @param UpdateConfigurationRequest
|
|
822
818
|
* @return UpdateConfigurationResponse
|
|
823
819
|
* @throws OciError when an error occurs
|
|
824
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
825
821
|
*/
|
|
826
822
|
updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
|
|
827
823
|
}
|
|
@@ -856,7 +852,6 @@ export declare class ReplicasClient {
|
|
|
856
852
|
* @param endpoint The endpoint of the service.
|
|
857
853
|
*/
|
|
858
854
|
set endpoint(endpoint: string);
|
|
859
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
860
855
|
/**
|
|
861
856
|
* Determines whether realm specific endpoint should be used or not.
|
|
862
857
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -901,7 +896,7 @@ export declare class ReplicasClient {
|
|
|
901
896
|
* @param CreateReplicaRequest
|
|
902
897
|
* @return CreateReplicaResponse
|
|
903
898
|
* @throws OciError when an error occurs
|
|
904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
899
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
|
|
905
900
|
*/
|
|
906
901
|
createReplica(createReplicaRequest: requests.CreateReplicaRequest): Promise<responses.CreateReplicaResponse>;
|
|
907
902
|
/**
|
|
@@ -910,7 +905,7 @@ export declare class ReplicasClient {
|
|
|
910
905
|
* @param DeleteReplicaRequest
|
|
911
906
|
* @return DeleteReplicaResponse
|
|
912
907
|
* @throws OciError when an error occurs
|
|
913
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
908
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
|
|
914
909
|
*/
|
|
915
910
|
deleteReplica(deleteReplicaRequest: requests.DeleteReplicaRequest): Promise<responses.DeleteReplicaResponse>;
|
|
916
911
|
/**
|
|
@@ -919,7 +914,7 @@ export declare class ReplicasClient {
|
|
|
919
914
|
* @param GetReplicaRequest
|
|
920
915
|
* @return GetReplicaResponse
|
|
921
916
|
* @throws OciError when an error occurs
|
|
922
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
917
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
|
|
923
918
|
*/
|
|
924
919
|
getReplica(getReplicaRequest: requests.GetReplicaRequest): Promise<responses.GetReplicaResponse>;
|
|
925
920
|
/**
|
|
@@ -928,7 +923,7 @@ export declare class ReplicasClient {
|
|
|
928
923
|
* @param ListReplicasRequest
|
|
929
924
|
* @return ListReplicasResponse
|
|
930
925
|
* @throws OciError when an error occurs
|
|
931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
|
|
932
927
|
*/
|
|
933
928
|
listReplicas(listReplicasRequest: requests.ListReplicasRequest): Promise<responses.ListReplicasResponse>;
|
|
934
929
|
/**
|
|
@@ -969,7 +964,7 @@ export declare class ReplicasClient {
|
|
|
969
964
|
* @param UpdateReplicaRequest
|
|
970
965
|
* @return UpdateReplicaResponse
|
|
971
966
|
* @throws OciError when an error occurs
|
|
972
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
967
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
|
|
973
968
|
*/
|
|
974
969
|
updateReplica(updateReplicaRequest: requests.UpdateReplicaRequest): Promise<responses.UpdateReplicaResponse>;
|
|
975
970
|
}
|
|
@@ -1004,7 +999,6 @@ export declare class WorkRequestsClient {
|
|
|
1004
999
|
* @param endpoint The endpoint of the service.
|
|
1005
1000
|
*/
|
|
1006
1001
|
set endpoint(endpoint: string);
|
|
1007
|
-
get logger(): import("oci-common/lib/log").Logger;
|
|
1008
1002
|
/**
|
|
1009
1003
|
* Determines whether realm specific endpoint should be used or not.
|
|
1010
1004
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -1049,7 +1043,7 @@ export declare class WorkRequestsClient {
|
|
|
1049
1043
|
* @param GetWorkRequestRequest
|
|
1050
1044
|
* @return GetWorkRequestResponse
|
|
1051
1045
|
* @throws OciError when an error occurs
|
|
1052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1046
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1053
1047
|
*/
|
|
1054
1048
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
1055
1049
|
/**
|
|
@@ -1059,7 +1053,7 @@ export declare class WorkRequestsClient {
|
|
|
1059
1053
|
* @param ListWorkRequestErrorsRequest
|
|
1060
1054
|
* @return ListWorkRequestErrorsResponse
|
|
1061
1055
|
* @throws OciError when an error occurs
|
|
1062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1056
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1063
1057
|
*/
|
|
1064
1058
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
1065
1059
|
/**
|
|
@@ -1101,7 +1095,7 @@ export declare class WorkRequestsClient {
|
|
|
1101
1095
|
* @param ListWorkRequestLogsRequest
|
|
1102
1096
|
* @return ListWorkRequestLogsResponse
|
|
1103
1097
|
* @throws OciError when an error occurs
|
|
1104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1105
1099
|
*/
|
|
1106
1100
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
1107
1101
|
/**
|
|
@@ -1143,7 +1137,7 @@ export declare class WorkRequestsClient {
|
|
|
1143
1137
|
* @param ListWorkRequestsRequest
|
|
1144
1138
|
* @return ListWorkRequestsResponse
|
|
1145
1139
|
* @throws OciError when an error occurs
|
|
1146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.
|
|
1140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.1/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1147
1141
|
*/
|
|
1148
1142
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1149
1143
|
/**
|