oci-mysql 2.48.1 → 2.49.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/index.d.ts +3 -0
- package/index.js +4 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +184 -50
- package/lib/client.js +527 -51
- package/lib/client.js.map +1 -1
- package/lib/model/anonymous-transactions-handling.d.ts +24 -0
- package/lib/model/anonymous-transactions-handling.js +76 -0
- package/lib/model/anonymous-transactions-handling.js.map +1 -0
- package/lib/model/assign-manual-uuid-handling.d.ts +48 -0
- package/lib/model/assign-manual-uuid-handling.js +54 -0
- package/lib/model/assign-manual-uuid-handling.js.map +1 -0
- package/lib/model/assign-target-uuid-handling.d.ts +42 -0
- package/lib/model/assign-target-uuid-handling.js +54 -0
- package/lib/model/assign-target-uuid-handling.js.map +1 -0
- package/lib/model/backup-summary.d.ts +4 -0
- package/lib/model/backup-summary.js.map +1 -1
- package/lib/model/channel-filter.d.ts +50 -0
- package/lib/model/channel-filter.js +44 -0
- package/lib/model/channel-filter.js.map +1 -0
- package/lib/model/channel-source-mysql.d.ts +1 -0
- package/lib/model/channel-source-mysql.js +6 -0
- package/lib/model/channel-source-mysql.js.map +1 -1
- package/lib/model/channel-target-db-system.d.ts +5 -0
- package/lib/model/channel-target-db-system.js +14 -2
- package/lib/model/channel-target-db-system.js.map +1 -1
- package/lib/model/create-channel-source-from-mysql-details.d.ts +1 -0
- package/lib/model/create-channel-source-from-mysql-details.js +6 -0
- package/lib/model/create-channel-source-from-mysql-details.js.map +1 -1
- package/lib/model/create-channel-target-from-db-system-details.d.ts +5 -0
- package/lib/model/create-channel-target-from-db-system-details.js +14 -2
- package/lib/model/create-channel-target-from-db-system-details.js.map +1 -1
- package/lib/model/create-maintenance-details.d.ts +3 -1
- package/lib/model/create-maintenance-details.js.map +1 -1
- package/lib/model/create-replica-details.d.ts +59 -0
- package/lib/model/create-replica-details.js +29 -0
- package/lib/model/create-replica-details.js.map +1 -0
- package/lib/model/db-system-endpoint.d.ts +18 -0
- package/lib/model/db-system-endpoint.js +11 -0
- package/lib/model/db-system-endpoint.js.map +1 -1
- package/lib/model/error-on-anonymous-handling.d.ts +26 -0
- package/lib/model/error-on-anonymous-handling.js +54 -0
- package/lib/model/error-on-anonymous-handling.js.map +1 -0
- package/lib/model/index.d.ts +18 -0
- package/lib/model/index.js +20 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/maintenance-details.d.ts +3 -1
- package/lib/model/maintenance-details.js.map +1 -1
- package/lib/model/replica-summary.d.ts +126 -0
- package/lib/model/replica-summary.js +45 -0
- package/lib/model/replica-summary.js.map +1 -0
- package/lib/model/replica.d.ts +126 -0
- package/lib/model/replica.js +45 -0
- package/lib/model/replica.js.map +1 -0
- package/lib/model/update-channel-source-from-mysql-details.d.ts +1 -0
- package/lib/model/update-channel-source-from-mysql-details.js +6 -0
- package/lib/model/update-channel-source-from-mysql-details.js.map +1 -1
- package/lib/model/update-channel-target-from-db-system-details.d.ts +5 -0
- package/lib/model/update-channel-target-from-db-system-details.js +14 -2
- package/lib/model/update-channel-target-from-db-system-details.js.map +1 -1
- package/lib/model/update-maintenance-details.d.ts +4 -1
- package/lib/model/update-maintenance-details.js.map +1 -1
- package/lib/model/update-replica-details.d.ts +55 -0
- package/lib/model/update-replica-details.js +29 -0
- package/lib/model/update-replica-details.js.map +1 -0
- package/lib/model/work-request-operation-type.d.ts +8 -0
- package/lib/model/work-request-operation-type.js +8 -0
- package/lib/model/work-request-operation-type.js.map +1 -1
- package/lib/replicas-waiter.d.ts +29 -0
- package/lib/replicas-waiter.js +65 -0
- package/lib/replicas-waiter.js.map +1 -0
- 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/create-replica-request.d.ts +40 -0
- package/lib/request/create-replica-request.js +15 -0
- package/lib/request/create-replica-request.js.map +1 -0
- 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/delete-replica-request.d.ts +38 -0
- package/lib/request/delete-replica-request.js +15 -0
- package/lib/request/delete-replica-request.js.map +1 -0
- 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-replica-request.d.ts +38 -0
- package/lib/request/get-replica-request.js +15 -0
- package/lib/request/get-replica-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +10 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +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 +77 -0
- package/lib/request/list-replicas-request.js +29 -0
- package/lib/request/list-replicas-request.js.map +1 -0
- 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/lib/request/update-replica-request.d.ts +43 -0
- package/lib/request/update-replica-request.js +15 -0
- package/lib/request/update-replica-request.js.map +1 -0
- package/lib/response/create-replica-response.d.ts +39 -0
- package/lib/response/create-replica-response.js +15 -0
- package/lib/response/create-replica-response.js.map +1 -0
- package/lib/response/delete-replica-response.d.ts +25 -0
- package/lib/response/delete-replica-response.js +15 -0
- package/lib/response/delete-replica-response.js.map +1 -0
- package/lib/response/get-replica-response.d.ts +37 -0
- package/lib/response/get-replica-response.js +15 -0
- package/lib/response/get-replica-response.js.map +1 -0
- package/lib/response/index.d.ts +10 -0
- package/lib/response/list-replicas-response.d.ts +32 -0
- package/lib/response/list-replicas-response.js +15 -0
- package/lib/response/list-replicas-response.js.map +1 -0
- package/lib/response/update-replica-response.d.ts +32 -0
- package/lib/response/update-replica-response.js +15 -0
- package/lib/response/update-replica-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ import { ChannelsWaiter } from "./channels-waiter";
|
|
|
18
18
|
import { DbBackupsWaiter } from "./dbbackups-waiter";
|
|
19
19
|
import { DbSystemWaiter } from "./dbsystem-waiter";
|
|
20
20
|
import { MysqlaasWaiter } from "./mysqlaas-waiter";
|
|
21
|
+
import { ReplicasWaiter } from "./replicas-waiter";
|
|
21
22
|
import { WorkRequestsWaiter } from "./workrequests-waiter";
|
|
22
23
|
export declare enum ChannelsApiKeys {
|
|
23
24
|
}
|
|
@@ -81,7 +82,7 @@ export declare class ChannelsClient {
|
|
|
81
82
|
* @param CreateChannelRequest
|
|
82
83
|
* @return CreateChannelResponse
|
|
83
84
|
* @throws OciError when an error occurs
|
|
84
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
85
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
85
86
|
*/
|
|
86
87
|
createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;
|
|
87
88
|
/**
|
|
@@ -90,7 +91,7 @@ export declare class ChannelsClient {
|
|
|
90
91
|
* @param DeleteChannelRequest
|
|
91
92
|
* @return DeleteChannelResponse
|
|
92
93
|
* @throws OciError when an error occurs
|
|
93
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
94
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
94
95
|
*/
|
|
95
96
|
deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;
|
|
96
97
|
/**
|
|
@@ -102,7 +103,7 @@ export declare class ChannelsClient {
|
|
|
102
103
|
* @param GetChannelRequest
|
|
103
104
|
* @return GetChannelResponse
|
|
104
105
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
106
107
|
*/
|
|
107
108
|
getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;
|
|
108
109
|
/**
|
|
@@ -111,7 +112,7 @@ export declare class ChannelsClient {
|
|
|
111
112
|
* @param ListChannelsRequest
|
|
112
113
|
* @return ListChannelsResponse
|
|
113
114
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
115
116
|
*/
|
|
116
117
|
listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
|
|
117
118
|
/**
|
|
@@ -154,7 +155,7 @@ export declare class ChannelsClient {
|
|
|
154
155
|
* @param ResetChannelRequest
|
|
155
156
|
* @return ResetChannelResponse
|
|
156
157
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
158
159
|
*/
|
|
159
160
|
resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;
|
|
160
161
|
/**
|
|
@@ -166,7 +167,7 @@ export declare class ChannelsClient {
|
|
|
166
167
|
* @param ResumeChannelRequest
|
|
167
168
|
* @return ResumeChannelResponse
|
|
168
169
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
170
171
|
*/
|
|
171
172
|
resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;
|
|
172
173
|
/**
|
|
@@ -179,7 +180,7 @@ export declare class ChannelsClient {
|
|
|
179
180
|
* @param UpdateChannelRequest
|
|
180
181
|
* @return UpdateChannelResponse
|
|
181
182
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
183
184
|
*/
|
|
184
185
|
updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;
|
|
185
186
|
}
|
|
@@ -246,7 +247,7 @@ export declare class DbBackupsClient {
|
|
|
246
247
|
* @param ChangeBackupCompartmentRequest
|
|
247
248
|
* @return ChangeBackupCompartmentResponse
|
|
248
249
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
250
251
|
*/
|
|
251
252
|
changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
|
|
252
253
|
/**
|
|
@@ -256,7 +257,7 @@ export declare class DbBackupsClient {
|
|
|
256
257
|
* @param CreateBackupRequest
|
|
257
258
|
* @return CreateBackupResponse
|
|
258
259
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
260
261
|
*/
|
|
261
262
|
createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
|
|
262
263
|
/**
|
|
@@ -266,7 +267,7 @@ export declare class DbBackupsClient {
|
|
|
266
267
|
* @param DeleteBackupRequest
|
|
267
268
|
* @return DeleteBackupResponse
|
|
268
269
|
* @throws OciError when an error occurs
|
|
269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
270
271
|
*/
|
|
271
272
|
deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
|
|
272
273
|
/**
|
|
@@ -275,7 +276,7 @@ export declare class DbBackupsClient {
|
|
|
275
276
|
* @param GetBackupRequest
|
|
276
277
|
* @return GetBackupResponse
|
|
277
278
|
* @throws OciError when an error occurs
|
|
278
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
279
280
|
*/
|
|
280
281
|
getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
|
|
281
282
|
/**
|
|
@@ -285,7 +286,7 @@ export declare class DbBackupsClient {
|
|
|
285
286
|
* @param ListBackupsRequest
|
|
286
287
|
* @return ListBackupsResponse
|
|
287
288
|
* @throws OciError when an error occurs
|
|
288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
289
290
|
*/
|
|
290
291
|
listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
|
|
291
292
|
/**
|
|
@@ -326,7 +327,7 @@ export declare class DbBackupsClient {
|
|
|
326
327
|
* @param UpdateBackupRequest
|
|
327
328
|
* @return UpdateBackupResponse
|
|
328
329
|
* @throws OciError when an error occurs
|
|
329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
330
331
|
*/
|
|
331
332
|
updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
|
|
332
333
|
}
|
|
@@ -393,7 +394,7 @@ export declare class DbSystemClient {
|
|
|
393
394
|
* @param AddAnalyticsClusterRequest
|
|
394
395
|
* @return AddAnalyticsClusterResponse
|
|
395
396
|
* @throws OciError when an error occurs
|
|
396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
|
|
397
398
|
*/
|
|
398
399
|
addAnalyticsCluster(addAnalyticsClusterRequest: requests.AddAnalyticsClusterRequest): Promise<responses.AddAnalyticsClusterResponse>;
|
|
399
400
|
/**
|
|
@@ -403,7 +404,7 @@ export declare class DbSystemClient {
|
|
|
403
404
|
* @param AddHeatWaveClusterRequest
|
|
404
405
|
* @return AddHeatWaveClusterResponse
|
|
405
406
|
* @throws OciError when an error occurs
|
|
406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
407
408
|
*/
|
|
408
409
|
addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
|
|
409
410
|
/**
|
|
@@ -413,7 +414,7 @@ export declare class DbSystemClient {
|
|
|
413
414
|
* @param CreateDbSystemRequest
|
|
414
415
|
* @return CreateDbSystemResponse
|
|
415
416
|
* @throws OciError when an error occurs
|
|
416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
417
418
|
*/
|
|
418
419
|
createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
|
|
419
420
|
/**
|
|
@@ -425,7 +426,7 @@ export declare class DbSystemClient {
|
|
|
425
426
|
* @param DeleteAnalyticsClusterRequest
|
|
426
427
|
* @return DeleteAnalyticsClusterResponse
|
|
427
428
|
* @throws OciError when an error occurs
|
|
428
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
|
|
429
430
|
*/
|
|
430
431
|
deleteAnalyticsCluster(deleteAnalyticsClusterRequest: requests.DeleteAnalyticsClusterRequest): Promise<responses.DeleteAnalyticsClusterResponse>;
|
|
431
432
|
/**
|
|
@@ -436,7 +437,7 @@ export declare class DbSystemClient {
|
|
|
436
437
|
* @param DeleteDbSystemRequest
|
|
437
438
|
* @return DeleteDbSystemResponse
|
|
438
439
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
440
441
|
*/
|
|
441
442
|
deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
|
|
442
443
|
/**
|
|
@@ -447,7 +448,7 @@ export declare class DbSystemClient {
|
|
|
447
448
|
* @param DeleteHeatWaveClusterRequest
|
|
448
449
|
* @return DeleteHeatWaveClusterResponse
|
|
449
450
|
* @throws OciError when an error occurs
|
|
450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
451
452
|
*/
|
|
452
453
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
|
|
453
454
|
/**
|
|
@@ -458,7 +459,7 @@ export declare class DbSystemClient {
|
|
|
458
459
|
* @param GenerateAnalyticsClusterMemoryEstimateRequest
|
|
459
460
|
* @return GenerateAnalyticsClusterMemoryEstimateResponse
|
|
460
461
|
* @throws OciError when an error occurs
|
|
461
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
|
|
462
463
|
*/
|
|
463
464
|
generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest: requests.GenerateAnalyticsClusterMemoryEstimateRequest): Promise<responses.GenerateAnalyticsClusterMemoryEstimateResponse>;
|
|
464
465
|
/**
|
|
@@ -468,7 +469,7 @@ export declare class DbSystemClient {
|
|
|
468
469
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
469
470
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
470
471
|
* @throws OciError when an error occurs
|
|
471
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
472
473
|
*/
|
|
473
474
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
|
|
474
475
|
/**
|
|
@@ -479,7 +480,7 @@ export declare class DbSystemClient {
|
|
|
479
480
|
* @param GetAnalyticsClusterRequest
|
|
480
481
|
* @return GetAnalyticsClusterResponse
|
|
481
482
|
* @throws OciError when an error occurs
|
|
482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
|
|
483
484
|
*/
|
|
484
485
|
getAnalyticsCluster(getAnalyticsClusterRequest: requests.GetAnalyticsClusterRequest): Promise<responses.GetAnalyticsClusterResponse>;
|
|
485
486
|
/**
|
|
@@ -491,7 +492,7 @@ export declare class DbSystemClient {
|
|
|
491
492
|
* @param GetAnalyticsClusterMemoryEstimateRequest
|
|
492
493
|
* @return GetAnalyticsClusterMemoryEstimateResponse
|
|
493
494
|
* @throws OciError when an error occurs
|
|
494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
|
|
495
496
|
*/
|
|
496
497
|
getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest: requests.GetAnalyticsClusterMemoryEstimateRequest): Promise<responses.GetAnalyticsClusterMemoryEstimateResponse>;
|
|
497
498
|
/**
|
|
@@ -500,7 +501,7 @@ export declare class DbSystemClient {
|
|
|
500
501
|
* @param GetDbSystemRequest
|
|
501
502
|
* @return GetDbSystemResponse
|
|
502
503
|
* @throws OciError when an error occurs
|
|
503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
504
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
504
505
|
*/
|
|
505
506
|
getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
|
|
506
507
|
/**
|
|
@@ -509,7 +510,7 @@ export declare class DbSystemClient {
|
|
|
509
510
|
* @param GetHeatWaveClusterRequest
|
|
510
511
|
* @return GetHeatWaveClusterResponse
|
|
511
512
|
* @throws OciError when an error occurs
|
|
512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
513
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
513
514
|
*/
|
|
514
515
|
getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
|
|
515
516
|
/**
|
|
@@ -520,7 +521,7 @@ export declare class DbSystemClient {
|
|
|
520
521
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
521
522
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
522
523
|
* @throws OciError when an error occurs
|
|
523
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
524
525
|
*/
|
|
525
526
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
|
|
526
527
|
/**
|
|
@@ -531,7 +532,7 @@ export declare class DbSystemClient {
|
|
|
531
532
|
* @param ListDbSystemsRequest
|
|
532
533
|
* @return ListDbSystemsResponse
|
|
533
534
|
* @throws OciError when an error occurs
|
|
534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
535
536
|
*/
|
|
536
537
|
listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
|
|
537
538
|
/**
|
|
@@ -574,7 +575,7 @@ export declare class DbSystemClient {
|
|
|
574
575
|
* @param RestartAnalyticsClusterRequest
|
|
575
576
|
* @return RestartAnalyticsClusterResponse
|
|
576
577
|
* @throws OciError when an error occurs
|
|
577
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
578
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
|
|
578
579
|
*/
|
|
579
580
|
restartAnalyticsCluster(restartAnalyticsClusterRequest: requests.RestartAnalyticsClusterRequest): Promise<responses.RestartAnalyticsClusterResponse>;
|
|
580
581
|
/**
|
|
@@ -583,7 +584,7 @@ export declare class DbSystemClient {
|
|
|
583
584
|
* @param RestartDbSystemRequest
|
|
584
585
|
* @return RestartDbSystemResponse
|
|
585
586
|
* @throws OciError when an error occurs
|
|
586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
587
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
587
588
|
*/
|
|
588
589
|
restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
|
|
589
590
|
/**
|
|
@@ -592,7 +593,7 @@ export declare class DbSystemClient {
|
|
|
592
593
|
* @param RestartHeatWaveClusterRequest
|
|
593
594
|
* @return RestartHeatWaveClusterResponse
|
|
594
595
|
* @throws OciError when an error occurs
|
|
595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
596
597
|
*/
|
|
597
598
|
restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
|
|
598
599
|
/**
|
|
@@ -603,7 +604,7 @@ export declare class DbSystemClient {
|
|
|
603
604
|
* @param StartAnalyticsClusterRequest
|
|
604
605
|
* @return StartAnalyticsClusterResponse
|
|
605
606
|
* @throws OciError when an error occurs
|
|
606
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
607
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
|
|
607
608
|
*/
|
|
608
609
|
startAnalyticsCluster(startAnalyticsClusterRequest: requests.StartAnalyticsClusterRequest): Promise<responses.StartAnalyticsClusterResponse>;
|
|
609
610
|
/**
|
|
@@ -612,7 +613,7 @@ export declare class DbSystemClient {
|
|
|
612
613
|
* @param StartDbSystemRequest
|
|
613
614
|
* @return StartDbSystemResponse
|
|
614
615
|
* @throws OciError when an error occurs
|
|
615
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
616
617
|
*/
|
|
617
618
|
startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
|
|
618
619
|
/**
|
|
@@ -621,7 +622,7 @@ export declare class DbSystemClient {
|
|
|
621
622
|
* @param StartHeatWaveClusterRequest
|
|
622
623
|
* @return StartHeatWaveClusterResponse
|
|
623
624
|
* @throws OciError when an error occurs
|
|
624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
625
626
|
*/
|
|
626
627
|
startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
|
|
627
628
|
/**
|
|
@@ -632,7 +633,7 @@ export declare class DbSystemClient {
|
|
|
632
633
|
* @param StopAnalyticsClusterRequest
|
|
633
634
|
* @return StopAnalyticsClusterResponse
|
|
634
635
|
* @throws OciError when an error occurs
|
|
635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
|
|
636
637
|
*/
|
|
637
638
|
stopAnalyticsCluster(stopAnalyticsClusterRequest: requests.StopAnalyticsClusterRequest): Promise<responses.StopAnalyticsClusterResponse>;
|
|
638
639
|
/**
|
|
@@ -644,7 +645,7 @@ export declare class DbSystemClient {
|
|
|
644
645
|
* @param StopDbSystemRequest
|
|
645
646
|
* @return StopDbSystemResponse
|
|
646
647
|
* @throws OciError when an error occurs
|
|
647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
648
649
|
*/
|
|
649
650
|
stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
|
|
650
651
|
/**
|
|
@@ -653,7 +654,7 @@ export declare class DbSystemClient {
|
|
|
653
654
|
* @param StopHeatWaveClusterRequest
|
|
654
655
|
* @return StopHeatWaveClusterResponse
|
|
655
656
|
* @throws OciError when an error occurs
|
|
656
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
657
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
657
658
|
*/
|
|
658
659
|
stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
|
|
659
660
|
/**
|
|
@@ -664,7 +665,7 @@ export declare class DbSystemClient {
|
|
|
664
665
|
* @param UpdateAnalyticsClusterRequest
|
|
665
666
|
* @return UpdateAnalyticsClusterResponse
|
|
666
667
|
* @throws OciError when an error occurs
|
|
667
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
|
|
668
669
|
*/
|
|
669
670
|
updateAnalyticsCluster(updateAnalyticsClusterRequest: requests.UpdateAnalyticsClusterRequest): Promise<responses.UpdateAnalyticsClusterResponse>;
|
|
670
671
|
/**
|
|
@@ -681,7 +682,7 @@ export declare class DbSystemClient {
|
|
|
681
682
|
* @param UpdateDbSystemRequest
|
|
682
683
|
* @return UpdateDbSystemResponse
|
|
683
684
|
* @throws OciError when an error occurs
|
|
684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
685
686
|
*/
|
|
686
687
|
updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
|
|
687
688
|
/**
|
|
@@ -691,7 +692,7 @@ export declare class DbSystemClient {
|
|
|
691
692
|
* @param UpdateHeatWaveClusterRequest
|
|
692
693
|
* @return UpdateHeatWaveClusterResponse
|
|
693
694
|
* @throws OciError when an error occurs
|
|
694
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
695
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
695
696
|
*/
|
|
696
697
|
updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
|
|
697
698
|
}
|
|
@@ -756,7 +757,7 @@ export declare class MysqlaasClient {
|
|
|
756
757
|
* @param CreateConfigurationRequest
|
|
757
758
|
* @return CreateConfigurationResponse
|
|
758
759
|
* @throws OciError when an error occurs
|
|
759
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
760
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
760
761
|
*/
|
|
761
762
|
createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
|
|
762
763
|
/**
|
|
@@ -767,7 +768,7 @@ export declare class MysqlaasClient {
|
|
|
767
768
|
* @param DeleteConfigurationRequest
|
|
768
769
|
* @return DeleteConfigurationResponse
|
|
769
770
|
* @throws OciError when an error occurs
|
|
770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
771
772
|
*/
|
|
772
773
|
deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
|
|
773
774
|
/**
|
|
@@ -777,7 +778,7 @@ export declare class MysqlaasClient {
|
|
|
777
778
|
* @param GetConfigurationRequest
|
|
778
779
|
* @return GetConfigurationResponse
|
|
779
780
|
* @throws OciError when an error occurs
|
|
780
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
781
782
|
*/
|
|
782
783
|
getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
|
|
783
784
|
/**
|
|
@@ -794,7 +795,7 @@ export declare class MysqlaasClient {
|
|
|
794
795
|
* @param ListConfigurationsRequest
|
|
795
796
|
* @return ListConfigurationsResponse
|
|
796
797
|
* @throws OciError when an error occurs
|
|
797
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
798
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
798
799
|
*/
|
|
799
800
|
listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
|
|
800
801
|
/**
|
|
@@ -839,7 +840,7 @@ export declare class MysqlaasClient {
|
|
|
839
840
|
* @param ListShapesRequest
|
|
840
841
|
* @return ListShapesResponse
|
|
841
842
|
* @throws OciError when an error occurs
|
|
842
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
843
844
|
*/
|
|
844
845
|
listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
|
|
845
846
|
/**
|
|
@@ -851,7 +852,7 @@ export declare class MysqlaasClient {
|
|
|
851
852
|
* @param ListVersionsRequest
|
|
852
853
|
* @return ListVersionsResponse
|
|
853
854
|
* @throws OciError when an error occurs
|
|
854
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
855
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
855
856
|
*/
|
|
856
857
|
listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
|
|
857
858
|
/**
|
|
@@ -860,10 +861,143 @@ export declare class MysqlaasClient {
|
|
|
860
861
|
* @param UpdateConfigurationRequest
|
|
861
862
|
* @return UpdateConfigurationResponse
|
|
862
863
|
* @throws OciError when an error occurs
|
|
863
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
864
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
864
865
|
*/
|
|
865
866
|
updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
|
|
866
867
|
}
|
|
868
|
+
export declare enum ReplicasApiKeys {
|
|
869
|
+
}
|
|
870
|
+
/**
|
|
871
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
872
|
+
*/
|
|
873
|
+
export declare class ReplicasClient {
|
|
874
|
+
protected static serviceEndpointTemplate: string;
|
|
875
|
+
protected static endpointServiceName: string;
|
|
876
|
+
protected "_endpoint": string;
|
|
877
|
+
protected "_defaultHeaders": any;
|
|
878
|
+
protected "_waiters": ReplicasWaiter;
|
|
879
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
880
|
+
protected _circuitBreaker: null;
|
|
881
|
+
protected _httpOptions: any;
|
|
882
|
+
targetService: string;
|
|
883
|
+
protected _httpClient: common.HttpClient;
|
|
884
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
885
|
+
/**
|
|
886
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
887
|
+
*/
|
|
888
|
+
get endpoint(): string;
|
|
889
|
+
/**
|
|
890
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
891
|
+
* @param endpoint The endpoint of the service.
|
|
892
|
+
*/
|
|
893
|
+
set endpoint(endpoint: string);
|
|
894
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
895
|
+
/**
|
|
896
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
897
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
898
|
+
* @param region The region of the service.
|
|
899
|
+
*/
|
|
900
|
+
set region(region: common.Region);
|
|
901
|
+
/**
|
|
902
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
903
|
+
*
|
|
904
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
905
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
906
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
907
|
+
* @param regionId The public region ID.
|
|
908
|
+
*/
|
|
909
|
+
set regionId(regionId: string);
|
|
910
|
+
/**
|
|
911
|
+
* Creates a new ReplicasWaiter for resources for this service.
|
|
912
|
+
*
|
|
913
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
914
|
+
* @return The service waiters.
|
|
915
|
+
*/
|
|
916
|
+
createWaiters(config?: common.WaiterConfiguration): ReplicasWaiter;
|
|
917
|
+
/**
|
|
918
|
+
* Gets the waiters available for resources for this service.
|
|
919
|
+
*
|
|
920
|
+
* @return The service waiters.
|
|
921
|
+
*/
|
|
922
|
+
getWaiters(): ReplicasWaiter;
|
|
923
|
+
/**
|
|
924
|
+
* Creates a DB System read replica.
|
|
925
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
926
|
+
* @param CreateReplicaRequest
|
|
927
|
+
* @return CreateReplicaResponse
|
|
928
|
+
* @throws OciError when an error occurs
|
|
929
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
|
|
930
|
+
*/
|
|
931
|
+
createReplica(createReplicaRequest: requests.CreateReplicaRequest): Promise<responses.CreateReplicaResponse>;
|
|
932
|
+
/**
|
|
933
|
+
* Deletes the specified read replica.
|
|
934
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
935
|
+
* @param DeleteReplicaRequest
|
|
936
|
+
* @return DeleteReplicaResponse
|
|
937
|
+
* @throws OciError when an error occurs
|
|
938
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
|
|
939
|
+
*/
|
|
940
|
+
deleteReplica(deleteReplicaRequest: requests.DeleteReplicaRequest): Promise<responses.DeleteReplicaResponse>;
|
|
941
|
+
/**
|
|
942
|
+
* Gets the full details of the specified read replica.
|
|
943
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
944
|
+
* @param GetReplicaRequest
|
|
945
|
+
* @return GetReplicaResponse
|
|
946
|
+
* @throws OciError when an error occurs
|
|
947
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
|
|
948
|
+
*/
|
|
949
|
+
getReplica(getReplicaRequest: requests.GetReplicaRequest): Promise<responses.GetReplicaResponse>;
|
|
950
|
+
/**
|
|
951
|
+
* Lists all the read replicas that match the specified filters.
|
|
952
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
953
|
+
* @param ListReplicasRequest
|
|
954
|
+
* @return ListReplicasResponse
|
|
955
|
+
* @throws OciError when an error occurs
|
|
956
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
|
|
957
|
+
*/
|
|
958
|
+
listReplicas(listReplicasRequest: requests.ListReplicasRequest): Promise<responses.ListReplicasResponse>;
|
|
959
|
+
/**
|
|
960
|
+
* NOTE: This function is deprecated in favor of listReplicasRecordIterator function.
|
|
961
|
+
* Creates a new async iterator which will iterate over the models.ReplicaSummary objects
|
|
962
|
+
* contained in responses from the listReplicas operation. This iterator will fetch more data from the
|
|
963
|
+
* server as needed.
|
|
964
|
+
*
|
|
965
|
+
* @param request a request which can be sent to the service operation
|
|
966
|
+
*/
|
|
967
|
+
listAllReplicas(request: requests.ListReplicasRequest): AsyncIterableIterator<model.ReplicaSummary>;
|
|
968
|
+
/**
|
|
969
|
+
* NOTE: This function is deprecated in favor of listReplicasResponseIterator function.
|
|
970
|
+
* Creates a new async iterator which will iterate over the responses received from the listReplicas operation. This iterator
|
|
971
|
+
* will fetch more data from the server as needed.
|
|
972
|
+
*
|
|
973
|
+
* @param request a request which can be sent to the service operation
|
|
974
|
+
*/
|
|
975
|
+
listAllReplicasResponses(request: requests.ListReplicasRequest): AsyncIterableIterator<responses.ListReplicasResponse>;
|
|
976
|
+
/**
|
|
977
|
+
* Creates a new async iterator which will iterate over the models.ReplicaSummary objects
|
|
978
|
+
* contained in responses from the listReplicas operation. This iterator will fetch more data from the
|
|
979
|
+
* server as needed.
|
|
980
|
+
*
|
|
981
|
+
* @param request a request which can be sent to the service operation
|
|
982
|
+
*/
|
|
983
|
+
listReplicasRecordIterator(request: requests.ListReplicasRequest): AsyncIterableIterator<model.ReplicaSummary>;
|
|
984
|
+
/**
|
|
985
|
+
* Creates a new async iterator which will iterate over the responses received from the listReplicas operation. This iterator
|
|
986
|
+
* will fetch more data from the server as needed.
|
|
987
|
+
*
|
|
988
|
+
* @param request a request which can be sent to the service operation
|
|
989
|
+
*/
|
|
990
|
+
listReplicasResponseIterator(request: requests.ListReplicasRequest): AsyncIterableIterator<responses.ListReplicasResponse>;
|
|
991
|
+
/**
|
|
992
|
+
* Updates the properties of the specified read replica.
|
|
993
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
994
|
+
* @param UpdateReplicaRequest
|
|
995
|
+
* @return UpdateReplicaResponse
|
|
996
|
+
* @throws OciError when an error occurs
|
|
997
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
|
|
998
|
+
*/
|
|
999
|
+
updateReplica(updateReplicaRequest: requests.UpdateReplicaRequest): Promise<responses.UpdateReplicaResponse>;
|
|
1000
|
+
}
|
|
867
1001
|
export declare enum WorkRequestsApiKeys {
|
|
868
1002
|
}
|
|
869
1003
|
/**
|
|
@@ -925,7 +1059,7 @@ export declare class WorkRequestsClient {
|
|
|
925
1059
|
* @param GetWorkRequestRequest
|
|
926
1060
|
* @return GetWorkRequestResponse
|
|
927
1061
|
* @throws OciError when an error occurs
|
|
928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1062
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
929
1063
|
*/
|
|
930
1064
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
931
1065
|
/**
|
|
@@ -935,7 +1069,7 @@ export declare class WorkRequestsClient {
|
|
|
935
1069
|
* @param ListWorkRequestErrorsRequest
|
|
936
1070
|
* @return ListWorkRequestErrorsResponse
|
|
937
1071
|
* @throws OciError when an error occurs
|
|
938
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1072
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
939
1073
|
*/
|
|
940
1074
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
941
1075
|
/**
|
|
@@ -977,7 +1111,7 @@ export declare class WorkRequestsClient {
|
|
|
977
1111
|
* @param ListWorkRequestLogsRequest
|
|
978
1112
|
* @return ListWorkRequestLogsResponse
|
|
979
1113
|
* @throws OciError when an error occurs
|
|
980
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
981
1115
|
*/
|
|
982
1116
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
983
1117
|
/**
|
|
@@ -1019,7 +1153,7 @@ export declare class WorkRequestsClient {
|
|
|
1019
1153
|
* @param ListWorkRequestsRequest
|
|
1020
1154
|
* @return ListWorkRequestsResponse
|
|
1021
1155
|
* @throws OciError when an error occurs
|
|
1022
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1023
1157
|
*/
|
|
1024
1158
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1025
1159
|
/**
|