oci-mysql 2.24.0 → 2.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +98 -98
- package/lib/client.js +146 -146
- package/lib/client.js.map +1 -1
- package/lib/model/ca-certificate.js +2 -2
- package/lib/model/ca-certificate.js.map +1 -1
- package/lib/model/channel-source.js +2 -2
- package/lib/model/channel-source.js.map +1 -1
- package/lib/model/channel-target.js +2 -2
- package/lib/model/channel-target.js.map +1 -1
- package/lib/model/create-channel-source-details.js +2 -2
- package/lib/model/create-channel-source-details.js.map +1 -1
- package/lib/model/create-channel-target-details.js +2 -2
- package/lib/model/create-channel-target-details.js.map +1 -1
- package/lib/model/create-db-system-source-details.js +2 -2
- package/lib/model/create-db-system-source-details.js.map +1 -1
- package/lib/model/db-system-snapshot.d.ts +1 -2
- package/lib/model/db-system-snapshot.js.map +1 -1
- package/lib/model/db-system-source.js +2 -2
- package/lib/model/db-system-source.js.map +1 -1
- package/lib/model/db-system-summary.d.ts +1 -2
- package/lib/model/db-system-summary.js.map +1 -1
- package/lib/model/db-system.d.ts +1 -2
- package/lib/model/db-system.js.map +1 -1
- package/lib/model/update-channel-source-details.js +2 -2
- package/lib/model/update-channel-source-details.js.map +1 -1
- package/lib/model/update-channel-target-details.js +2 -2
- package/lib/model/update-channel-target-details.js.map +1 -1
- package/lib/model/update-db-system-details.d.ts +8 -4
- package/lib/model/update-db-system-details.js.map +1 -1
- package/lib/request/add-analytics-cluster-request.d.ts +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/delete-analytics-cluster-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/generate-analytics-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-analytics-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-analytics-cluster-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-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-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-analytics-cluster-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-analytics-cluster-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-analytics-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-analytics-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/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -76,20 +76,20 @@ export declare class ChannelsClient {
|
|
|
76
76
|
/**
|
|
77
77
|
* Creates a Channel to establish replication from a source to a target.
|
|
78
78
|
*
|
|
79
|
-
* This operation
|
|
79
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
80
80
|
* @param CreateChannelRequest
|
|
81
81
|
* @return CreateChannelResponse
|
|
82
82
|
* @throws OciError when an error occurs
|
|
83
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
83
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
84
84
|
*/
|
|
85
85
|
createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;
|
|
86
86
|
/**
|
|
87
87
|
* Deletes the specified Channel.
|
|
88
|
-
* This operation
|
|
88
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
89
89
|
* @param DeleteChannelRequest
|
|
90
90
|
* @return DeleteChannelResponse
|
|
91
91
|
* @throws OciError when an error occurs
|
|
92
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
93
93
|
*/
|
|
94
94
|
deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;
|
|
95
95
|
/**
|
|
@@ -97,20 +97,20 @@ export declare class ChannelsClient {
|
|
|
97
97
|
* configuration parameters (passwords are omitted), as well as information about
|
|
98
98
|
* the state of the Channel, its sources and targets.
|
|
99
99
|
*
|
|
100
|
-
* This operation
|
|
100
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
101
101
|
* @param GetChannelRequest
|
|
102
102
|
* @return GetChannelResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
105
105
|
*/
|
|
106
106
|
getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;
|
|
107
107
|
/**
|
|
108
108
|
* Lists all the Channels that match the specified filters.
|
|
109
|
-
* This operation
|
|
109
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
110
110
|
* @param ListChannelsRequest
|
|
111
111
|
* @return ListChannelsResponse
|
|
112
112
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
114
114
|
*/
|
|
115
115
|
listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
|
|
116
116
|
/**
|
|
@@ -149,11 +149,11 @@ export declare class ChannelsClient {
|
|
|
149
149
|
* Resets the specified Channel by purging its cached information, leaving the Channel
|
|
150
150
|
* as if it had just been created. This operation is only accepted in Inactive Channels.
|
|
151
151
|
*
|
|
152
|
-
* This operation
|
|
152
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
153
153
|
* @param ResetChannelRequest
|
|
154
154
|
* @return ResetChannelResponse
|
|
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.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
157
157
|
*/
|
|
158
158
|
resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;
|
|
159
159
|
/**
|
|
@@ -161,11 +161,11 @@ export declare class ChannelsClient {
|
|
|
161
161
|
* requires that the error that cause the Channel to become Inactive has already been fixed,
|
|
162
162
|
* otherwise the operation may fail.
|
|
163
163
|
*
|
|
164
|
-
* This operation
|
|
164
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
165
165
|
* @param ResumeChannelRequest
|
|
166
166
|
* @return ResumeChannelResponse
|
|
167
167
|
* @throws OciError when an error occurs
|
|
168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
169
169
|
*/
|
|
170
170
|
resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;
|
|
171
171
|
/**
|
|
@@ -174,11 +174,11 @@ export declare class ChannelsClient {
|
|
|
174
174
|
* parameters to the Channel and the Channel may become temporarily unavailable. Otherwise, the
|
|
175
175
|
* new configuration will be applied the next time the Channel becomes Active.
|
|
176
176
|
*
|
|
177
|
-
* This operation
|
|
177
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
178
178
|
* @param UpdateChannelRequest
|
|
179
179
|
* @return UpdateChannelResponse
|
|
180
180
|
* @throws OciError when an error occurs
|
|
181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
182
182
|
*/
|
|
183
183
|
updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;
|
|
184
184
|
}
|
|
@@ -244,46 +244,46 @@ export declare class DbBackupsClient {
|
|
|
244
244
|
* @param ChangeBackupCompartmentRequest
|
|
245
245
|
* @return ChangeBackupCompartmentResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
248
248
|
*/
|
|
249
249
|
changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
|
|
250
250
|
/**
|
|
251
251
|
* Create a backup of a DB System.
|
|
252
252
|
*
|
|
253
|
-
* This operation
|
|
253
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
254
254
|
* @param CreateBackupRequest
|
|
255
255
|
* @return CreateBackupResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
258
258
|
*/
|
|
259
259
|
createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
|
|
260
260
|
/**
|
|
261
261
|
* Delete a Backup.
|
|
262
262
|
*
|
|
263
|
-
* This operation
|
|
263
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
264
264
|
* @param DeleteBackupRequest
|
|
265
265
|
* @return DeleteBackupResponse
|
|
266
266
|
* @throws OciError when an error occurs
|
|
267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
268
268
|
*/
|
|
269
269
|
deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
|
|
270
270
|
/**
|
|
271
271
|
* Get information about the specified Backup
|
|
272
|
-
* This operation
|
|
272
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
273
273
|
* @param GetBackupRequest
|
|
274
274
|
* @return GetBackupResponse
|
|
275
275
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
277
277
|
*/
|
|
278
278
|
getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
|
|
279
279
|
/**
|
|
280
280
|
* Get a list of DB System backups.
|
|
281
281
|
*
|
|
282
|
-
* This operation
|
|
282
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
283
283
|
* @param ListBackupsRequest
|
|
284
284
|
* @return ListBackupsResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
287
287
|
*/
|
|
288
288
|
listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
|
|
289
289
|
/**
|
|
@@ -320,11 +320,11 @@ export declare class DbBackupsClient {
|
|
|
320
320
|
listBackupsResponseIterator(request: requests.ListBackupsRequest): AsyncIterableIterator<responses.ListBackupsResponse>;
|
|
321
321
|
/**
|
|
322
322
|
* Update the metadata of a Backup. Metadata such as the displayName or description
|
|
323
|
-
* This operation
|
|
323
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
324
324
|
* @param UpdateBackupRequest
|
|
325
325
|
* @return UpdateBackupResponse
|
|
326
326
|
* @throws OciError when an error occurs
|
|
327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
328
328
|
*/
|
|
329
329
|
updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
|
|
330
330
|
}
|
|
@@ -386,31 +386,31 @@ export declare class DbSystemClient {
|
|
|
386
386
|
* DEPRECATED -- please use HeatWave API instead.
|
|
387
387
|
* Adds an Analytics Cluster to the DB System.
|
|
388
388
|
*
|
|
389
|
-
* This operation
|
|
389
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
390
390
|
* @param AddAnalyticsClusterRequest
|
|
391
391
|
* @return AddAnalyticsClusterResponse
|
|
392
392
|
* @throws OciError when an error occurs
|
|
393
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
|
|
394
394
|
*/
|
|
395
395
|
addAnalyticsCluster(addAnalyticsClusterRequest: requests.AddAnalyticsClusterRequest): Promise<responses.AddAnalyticsClusterResponse>;
|
|
396
396
|
/**
|
|
397
397
|
* Adds a HeatWave cluster to the DB System.
|
|
398
398
|
*
|
|
399
|
-
* This operation
|
|
399
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
400
400
|
* @param AddHeatWaveClusterRequest
|
|
401
401
|
* @return AddHeatWaveClusterResponse
|
|
402
402
|
* @throws OciError when an error occurs
|
|
403
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
404
404
|
*/
|
|
405
405
|
addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
|
|
406
406
|
/**
|
|
407
407
|
* Creates and launches a DB System.
|
|
408
408
|
*
|
|
409
|
-
* This operation
|
|
409
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
410
410
|
* @param CreateDbSystemRequest
|
|
411
411
|
* @return CreateDbSystemResponse
|
|
412
412
|
* @throws OciError when an error occurs
|
|
413
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
413
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
414
414
|
*/
|
|
415
415
|
createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
|
|
416
416
|
/**
|
|
@@ -418,65 +418,65 @@ export declare class DbSystemClient {
|
|
|
418
418
|
* Deletes the Analytics Cluster including terminating, detaching, removing, finalizing and
|
|
419
419
|
* otherwise deleting all related resources.
|
|
420
420
|
*
|
|
421
|
-
* This operation
|
|
421
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
422
422
|
* @param DeleteAnalyticsClusterRequest
|
|
423
423
|
* @return DeleteAnalyticsClusterResponse
|
|
424
424
|
* @throws OciError when an error occurs
|
|
425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
|
|
426
426
|
*/
|
|
427
427
|
deleteAnalyticsCluster(deleteAnalyticsClusterRequest: requests.DeleteAnalyticsClusterRequest): Promise<responses.DeleteAnalyticsClusterResponse>;
|
|
428
428
|
/**
|
|
429
429
|
* Delete a DB System, including terminating, detaching,
|
|
430
430
|
* removing, finalizing and otherwise deleting all related resources.
|
|
431
431
|
*
|
|
432
|
-
* This operation
|
|
432
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
433
433
|
* @param DeleteDbSystemRequest
|
|
434
434
|
* @return DeleteDbSystemResponse
|
|
435
435
|
* @throws OciError when an error occurs
|
|
436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
437
437
|
*/
|
|
438
438
|
deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
|
|
439
439
|
/**
|
|
440
440
|
* Deletes the HeatWave cluster including terminating, detaching, removing, finalizing and
|
|
441
441
|
* otherwise deleting all related resources.
|
|
442
442
|
*
|
|
443
|
-
* This operation
|
|
443
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
444
444
|
* @param DeleteHeatWaveClusterRequest
|
|
445
445
|
* @return DeleteHeatWaveClusterResponse
|
|
446
446
|
* @throws OciError when an error occurs
|
|
447
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
448
448
|
*/
|
|
449
449
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
|
|
450
450
|
/**
|
|
451
451
|
* DEPRECATED -- please use HeatWave API instead.
|
|
452
452
|
* Sends a request to estimate the memory footprints of user tables when loaded to Analytics Cluster memory.
|
|
453
453
|
*
|
|
454
|
-
* This operation
|
|
454
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
455
455
|
* @param GenerateAnalyticsClusterMemoryEstimateRequest
|
|
456
456
|
* @return GenerateAnalyticsClusterMemoryEstimateResponse
|
|
457
457
|
* @throws OciError when an error occurs
|
|
458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
|
|
459
459
|
*/
|
|
460
460
|
generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest: requests.GenerateAnalyticsClusterMemoryEstimateRequest): Promise<responses.GenerateAnalyticsClusterMemoryEstimateResponse>;
|
|
461
461
|
/**
|
|
462
462
|
* Sends a request to estimate the memory footprints of user tables when loaded to HeatWave cluster memory.
|
|
463
463
|
*
|
|
464
|
-
* This operation
|
|
464
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
465
465
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
466
466
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
467
467
|
* @throws OciError when an error occurs
|
|
468
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
468
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
469
469
|
*/
|
|
470
470
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
|
|
471
471
|
/**
|
|
472
472
|
* DEPRECATED -- please use HeatWave API instead.
|
|
473
473
|
* Gets information about the Analytics Cluster.
|
|
474
474
|
*
|
|
475
|
-
* This operation
|
|
475
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
476
476
|
* @param GetAnalyticsClusterRequest
|
|
477
477
|
* @return GetAnalyticsClusterResponse
|
|
478
478
|
* @throws OciError when an error occurs
|
|
479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
479
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
|
|
480
480
|
*/
|
|
481
481
|
getAnalyticsCluster(getAnalyticsClusterRequest: requests.GetAnalyticsClusterRequest): Promise<responses.GetAnalyticsClusterResponse>;
|
|
482
482
|
/**
|
|
@@ -484,51 +484,51 @@ export declare class DbSystemClient {
|
|
|
484
484
|
* Gets the most recent Analytics Cluster memory estimate that can be used to determine a suitable
|
|
485
485
|
* Analytics Cluster size.
|
|
486
486
|
*
|
|
487
|
-
* This operation
|
|
487
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
488
488
|
* @param GetAnalyticsClusterMemoryEstimateRequest
|
|
489
489
|
* @return GetAnalyticsClusterMemoryEstimateResponse
|
|
490
490
|
* @throws OciError when an error occurs
|
|
491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
|
|
492
492
|
*/
|
|
493
493
|
getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest: requests.GetAnalyticsClusterMemoryEstimateRequest): Promise<responses.GetAnalyticsClusterMemoryEstimateResponse>;
|
|
494
494
|
/**
|
|
495
495
|
* Get information about the specified DB System.
|
|
496
|
-
* This operation
|
|
496
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
497
497
|
* @param GetDbSystemRequest
|
|
498
498
|
* @return GetDbSystemResponse
|
|
499
499
|
* @throws OciError when an error occurs
|
|
500
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
501
501
|
*/
|
|
502
502
|
getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
|
|
503
503
|
/**
|
|
504
504
|
* Gets information about the HeatWave cluster.
|
|
505
|
-
* This operation
|
|
505
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
506
506
|
* @param GetHeatWaveClusterRequest
|
|
507
507
|
* @return GetHeatWaveClusterResponse
|
|
508
508
|
* @throws OciError when an error occurs
|
|
509
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
510
510
|
*/
|
|
511
511
|
getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
|
|
512
512
|
/**
|
|
513
513
|
* Gets the most recent HeatWave cluster memory estimate that can be used to determine a suitable
|
|
514
514
|
* HeatWave cluster size.
|
|
515
515
|
*
|
|
516
|
-
* This operation
|
|
516
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
517
517
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
518
518
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
519
519
|
* @throws OciError when an error occurs
|
|
520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
521
521
|
*/
|
|
522
522
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
|
|
523
523
|
/**
|
|
524
524
|
* Get a list of DB Systems in the specified compartment.
|
|
525
525
|
* The default sort order is by timeUpdated, descending.
|
|
526
526
|
*
|
|
527
|
-
* This operation
|
|
527
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
528
528
|
* @param ListDbSystemsRequest
|
|
529
529
|
* @return ListDbSystemsResponse
|
|
530
530
|
* @throws OciError when an error occurs
|
|
531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
531
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
532
532
|
*/
|
|
533
533
|
listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
|
|
534
534
|
/**
|
|
@@ -567,69 +567,69 @@ export declare class DbSystemClient {
|
|
|
567
567
|
* DEPRECATED -- please use HeatWave API instead.
|
|
568
568
|
* Restarts the Analytics Cluster.
|
|
569
569
|
*
|
|
570
|
-
* This operation
|
|
570
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
571
571
|
* @param RestartAnalyticsClusterRequest
|
|
572
572
|
* @return RestartAnalyticsClusterResponse
|
|
573
573
|
* @throws OciError when an error occurs
|
|
574
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
|
|
575
575
|
*/
|
|
576
576
|
restartAnalyticsCluster(restartAnalyticsClusterRequest: requests.RestartAnalyticsClusterRequest): Promise<responses.RestartAnalyticsClusterResponse>;
|
|
577
577
|
/**
|
|
578
578
|
* Restarts the specified DB System.
|
|
579
|
-
* This operation
|
|
579
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
580
580
|
* @param RestartDbSystemRequest
|
|
581
581
|
* @return RestartDbSystemResponse
|
|
582
582
|
* @throws OciError when an error occurs
|
|
583
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
583
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
584
584
|
*/
|
|
585
585
|
restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
|
|
586
586
|
/**
|
|
587
587
|
* Restarts the HeatWave cluster.
|
|
588
|
-
* This operation
|
|
588
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
589
589
|
* @param RestartHeatWaveClusterRequest
|
|
590
590
|
* @return RestartHeatWaveClusterResponse
|
|
591
591
|
* @throws OciError when an error occurs
|
|
592
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
592
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
593
593
|
*/
|
|
594
594
|
restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
|
|
595
595
|
/**
|
|
596
596
|
* DEPRECATED -- please use HeatWave API instead.
|
|
597
597
|
* Starts the Analytics Cluster.
|
|
598
598
|
*
|
|
599
|
-
* This operation
|
|
599
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
600
600
|
* @param StartAnalyticsClusterRequest
|
|
601
601
|
* @return StartAnalyticsClusterResponse
|
|
602
602
|
* @throws OciError when an error occurs
|
|
603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
603
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
|
|
604
604
|
*/
|
|
605
605
|
startAnalyticsCluster(startAnalyticsClusterRequest: requests.StartAnalyticsClusterRequest): Promise<responses.StartAnalyticsClusterResponse>;
|
|
606
606
|
/**
|
|
607
607
|
* Start the specified DB System.
|
|
608
|
-
* This operation
|
|
608
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
609
609
|
* @param StartDbSystemRequest
|
|
610
610
|
* @return StartDbSystemResponse
|
|
611
611
|
* @throws OciError when an error occurs
|
|
612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
613
613
|
*/
|
|
614
614
|
startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
|
|
615
615
|
/**
|
|
616
616
|
* Starts the HeatWave cluster.
|
|
617
|
-
* This operation
|
|
617
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
618
618
|
* @param StartHeatWaveClusterRequest
|
|
619
619
|
* @return StartHeatWaveClusterResponse
|
|
620
620
|
* @throws OciError when an error occurs
|
|
621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
622
622
|
*/
|
|
623
623
|
startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
|
|
624
624
|
/**
|
|
625
625
|
* DEPRECATED -- please use HeatWave API instead.
|
|
626
626
|
* Stops the Analytics Cluster.
|
|
627
627
|
*
|
|
628
|
-
* This operation
|
|
628
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
629
629
|
* @param StopAnalyticsClusterRequest
|
|
630
630
|
* @return StopAnalyticsClusterResponse
|
|
631
631
|
* @throws OciError when an error occurs
|
|
632
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
|
|
633
633
|
*/
|
|
634
634
|
stopAnalyticsCluster(stopAnalyticsClusterRequest: requests.StopAnalyticsClusterRequest): Promise<responses.StopAnalyticsClusterResponse>;
|
|
635
635
|
/**
|
|
@@ -637,31 +637,31 @@ export declare class DbSystemClient {
|
|
|
637
637
|
* <p>
|
|
638
638
|
A stopped DB System is not billed.
|
|
639
639
|
*
|
|
640
|
-
* This operation
|
|
640
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
641
641
|
* @param StopDbSystemRequest
|
|
642
642
|
* @return StopDbSystemResponse
|
|
643
643
|
* @throws OciError when an error occurs
|
|
644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
645
645
|
*/
|
|
646
646
|
stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
|
|
647
647
|
/**
|
|
648
648
|
* Stops the HeatWave cluster.
|
|
649
|
-
* This operation
|
|
649
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
650
650
|
* @param StopHeatWaveClusterRequest
|
|
651
651
|
* @return StopHeatWaveClusterResponse
|
|
652
652
|
* @throws OciError when an error occurs
|
|
653
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
653
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
654
654
|
*/
|
|
655
655
|
stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
|
|
656
656
|
/**
|
|
657
657
|
* DEPRECATED -- please use HeatWave API instead.
|
|
658
658
|
* Updates the Analytics Cluster.
|
|
659
659
|
*
|
|
660
|
-
* This operation
|
|
660
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
661
661
|
* @param UpdateAnalyticsClusterRequest
|
|
662
662
|
* @return UpdateAnalyticsClusterResponse
|
|
663
663
|
* @throws OciError when an error occurs
|
|
664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
|
|
665
665
|
*/
|
|
666
666
|
updateAnalyticsCluster(updateAnalyticsClusterRequest: requests.UpdateAnalyticsClusterRequest): Promise<responses.UpdateAnalyticsClusterResponse>;
|
|
667
667
|
/**
|
|
@@ -674,21 +674,21 @@ export declare class DbSystemClient {
|
|
|
674
674
|
* Compute resources, pausing the DB System and migrating storage
|
|
675
675
|
* before making the DB System available again.
|
|
676
676
|
*
|
|
677
|
-
* This operation
|
|
677
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
678
678
|
* @param UpdateDbSystemRequest
|
|
679
679
|
* @return UpdateDbSystemResponse
|
|
680
680
|
* @throws OciError when an error occurs
|
|
681
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
681
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
682
682
|
*/
|
|
683
683
|
updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
|
|
684
684
|
/**
|
|
685
685
|
* Updates the HeatWave cluster.
|
|
686
686
|
*
|
|
687
|
-
* This operation
|
|
687
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
688
688
|
* @param UpdateHeatWaveClusterRequest
|
|
689
689
|
* @return UpdateHeatWaveClusterResponse
|
|
690
690
|
* @throws OciError when an error occurs
|
|
691
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
692
692
|
*/
|
|
693
693
|
updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
|
|
694
694
|
}
|
|
@@ -752,28 +752,28 @@ export declare class MysqlaasClient {
|
|
|
752
752
|
* @param CreateConfigurationRequest
|
|
753
753
|
* @return CreateConfigurationResponse
|
|
754
754
|
* @throws OciError when an error occurs
|
|
755
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
755
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
756
756
|
*/
|
|
757
757
|
createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
|
|
758
758
|
/**
|
|
759
759
|
* Deletes a Configuration.
|
|
760
760
|
* The Configuration must not be in use by any DB Systems.
|
|
761
761
|
*
|
|
762
|
-
* This operation
|
|
762
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
763
763
|
* @param DeleteConfigurationRequest
|
|
764
764
|
* @return DeleteConfigurationResponse
|
|
765
765
|
* @throws OciError when an error occurs
|
|
766
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
766
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
767
767
|
*/
|
|
768
768
|
deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
|
|
769
769
|
/**
|
|
770
770
|
* Get the full details of the specified Configuration, including the list of MySQL Variables and their values.
|
|
771
771
|
*
|
|
772
|
-
* This operation
|
|
772
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
773
773
|
* @param GetConfigurationRequest
|
|
774
774
|
* @return GetConfigurationResponse
|
|
775
775
|
* @throws OciError when an error occurs
|
|
776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
777
777
|
*/
|
|
778
778
|
getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
|
|
779
779
|
/**
|
|
@@ -786,11 +786,11 @@ export declare class MysqlaasClient {
|
|
|
786
786
|
* - DEFAULT-before-CUSTOM
|
|
787
787
|
* - displayName ascending
|
|
788
788
|
*
|
|
789
|
-
* This operation
|
|
789
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
790
790
|
* @param ListConfigurationsRequest
|
|
791
791
|
* @return ListConfigurationsResponse
|
|
792
792
|
* @throws OciError when an error occurs
|
|
793
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
793
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
794
794
|
*/
|
|
795
795
|
listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
|
|
796
796
|
/**
|
|
@@ -831,11 +831,11 @@ export declare class MysqlaasClient {
|
|
|
831
831
|
* CPU cores and memory for VM shapes; CPU cores, memory and
|
|
832
832
|
* storage for non-VM (or bare metal) shapes.
|
|
833
833
|
*
|
|
834
|
-
* This operation
|
|
834
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
835
835
|
* @param ListShapesRequest
|
|
836
836
|
* @return ListShapesResponse
|
|
837
837
|
* @throws OciError when an error occurs
|
|
838
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
838
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
839
839
|
*/
|
|
840
840
|
listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
|
|
841
841
|
/**
|
|
@@ -843,20 +843,20 @@ export declare class MysqlaasClient {
|
|
|
843
843
|
* <p>
|
|
844
844
|
The list is sorted by version family.
|
|
845
845
|
*
|
|
846
|
-
* This operation
|
|
846
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
847
847
|
* @param ListVersionsRequest
|
|
848
848
|
* @return ListVersionsResponse
|
|
849
849
|
* @throws OciError when an error occurs
|
|
850
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
850
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
851
851
|
*/
|
|
852
852
|
listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
|
|
853
853
|
/**
|
|
854
854
|
* Updates the Configuration details.
|
|
855
|
-
* This operation
|
|
855
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
856
856
|
* @param UpdateConfigurationRequest
|
|
857
857
|
* @return UpdateConfigurationResponse
|
|
858
858
|
* @throws OciError when an error occurs
|
|
859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
860
860
|
*/
|
|
861
861
|
updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
|
|
862
862
|
}
|
|
@@ -916,21 +916,21 @@ export declare class WorkRequestsClient {
|
|
|
916
916
|
getWaiters(): WorkRequestsWaiter;
|
|
917
917
|
/**
|
|
918
918
|
* Gets the status of the work request with the given ID.
|
|
919
|
-
* This operation
|
|
919
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
920
920
|
* @param GetWorkRequestRequest
|
|
921
921
|
* @return GetWorkRequestResponse
|
|
922
922
|
* @throws OciError when an error occurs
|
|
923
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
923
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
924
924
|
*/
|
|
925
925
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
926
926
|
/**
|
|
927
927
|
* Return a (paginated) list of errors for a given work request.
|
|
928
928
|
*
|
|
929
|
-
* This operation
|
|
929
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
930
930
|
* @param ListWorkRequestErrorsRequest
|
|
931
931
|
* @return ListWorkRequestErrorsResponse
|
|
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.
|
|
933
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
934
934
|
*/
|
|
935
935
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
936
936
|
/**
|
|
@@ -968,11 +968,11 @@ export declare class WorkRequestsClient {
|
|
|
968
968
|
/**
|
|
969
969
|
* Return a (paginated) list of logs for a given work request.
|
|
970
970
|
*
|
|
971
|
-
* This operation
|
|
971
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
972
972
|
* @param ListWorkRequestLogsRequest
|
|
973
973
|
* @return ListWorkRequestLogsResponse
|
|
974
974
|
* @throws OciError when an error occurs
|
|
975
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
975
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
976
976
|
*/
|
|
977
977
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
978
978
|
/**
|
|
@@ -1010,11 +1010,11 @@ export declare class WorkRequestsClient {
|
|
|
1010
1010
|
/**
|
|
1011
1011
|
* Lists the work requests in a specified compartment.
|
|
1012
1012
|
*
|
|
1013
|
-
* This operation
|
|
1013
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1014
1014
|
* @param ListWorkRequestsRequest
|
|
1015
1015
|
* @return ListWorkRequestsResponse
|
|
1016
1016
|
* @throws OciError when an error occurs
|
|
1017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1018
1018
|
*/
|
|
1019
1019
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1020
1020
|
/**
|