New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

oci-mysql

Package Overview
Dependencies
Maintainers
3
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-mysql - npm Package Compare versions

Comparing version

to
1.19.4

98

lib/client.d.ts

@@ -77,3 +77,3 @@ /**

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
*/

@@ -86,3 +86,3 @@ createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
*/

@@ -98,3 +98,3 @@ deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
*/

@@ -107,3 +107,3 @@ getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
*/

@@ -133,3 +133,3 @@ listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
*/

@@ -145,3 +145,3 @@ resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
*/

@@ -158,3 +158,3 @@ resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
*/

@@ -218,3 +218,3 @@ updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
*/

@@ -228,3 +228,3 @@ createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
*/

@@ -237,3 +237,3 @@ deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
*/

@@ -247,3 +247,3 @@ getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
*/

@@ -271,3 +271,3 @@ listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
*/

@@ -332,3 +332,3 @@ updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
*/

@@ -342,3 +342,3 @@ addAnalyticsCluster(addAnalyticsClusterRequest: requests.AddAnalyticsClusterRequest): Promise<responses.AddAnalyticsClusterResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
*/

@@ -352,3 +352,3 @@ addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
*/

@@ -364,3 +364,3 @@ createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
*/

@@ -375,3 +375,3 @@ deleteAnalyticsCluster(deleteAnalyticsClusterRequest: requests.DeleteAnalyticsClusterRequest): Promise<responses.DeleteAnalyticsClusterResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
*/

@@ -386,3 +386,3 @@ deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
*/

@@ -397,3 +397,3 @@ deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
*/

@@ -407,3 +407,3 @@ generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest: requests.GenerateAnalyticsClusterMemoryEstimateRequest): Promise<responses.GenerateAnalyticsClusterMemoryEstimateResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
*/

@@ -418,3 +418,3 @@ generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
*/

@@ -430,3 +430,3 @@ getAnalyticsCluster(getAnalyticsClusterRequest: requests.GetAnalyticsClusterRequest): Promise<responses.GetAnalyticsClusterResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
*/

@@ -439,3 +439,3 @@ getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest: requests.GetAnalyticsClusterMemoryEstimateRequest): Promise<responses.GetAnalyticsClusterMemoryEstimateResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
*/

@@ -448,3 +448,3 @@ getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
*/

@@ -459,3 +459,3 @@ getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
*/

@@ -470,3 +470,3 @@ getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
*/

@@ -496,3 +496,3 @@ listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
*/

@@ -505,3 +505,3 @@ restartAnalyticsCluster(restartAnalyticsClusterRequest: requests.RestartAnalyticsClusterRequest): Promise<responses.RestartAnalyticsClusterResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
*/

@@ -514,3 +514,3 @@ restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
*/

@@ -525,3 +525,3 @@ restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
*/

@@ -534,3 +534,3 @@ startAnalyticsCluster(startAnalyticsClusterRequest: requests.StartAnalyticsClusterRequest): Promise<responses.StartAnalyticsClusterResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
*/

@@ -543,3 +543,3 @@ startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
*/

@@ -554,3 +554,3 @@ startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
*/

@@ -566,3 +566,3 @@ stopAnalyticsCluster(stopAnalyticsClusterRequest: requests.StopAnalyticsClusterRequest): Promise<responses.StopAnalyticsClusterResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
*/

@@ -575,3 +575,3 @@ stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
*/

@@ -586,3 +586,3 @@ stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
*/

@@ -603,3 +603,3 @@ updateAnalyticsCluster(updateAnalyticsClusterRequest: requests.UpdateAnalyticsClusterRequest): Promise<responses.UpdateAnalyticsClusterResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
*/

@@ -613,3 +613,3 @@ updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
*/

@@ -672,3 +672,3 @@ updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
*/

@@ -683,3 +683,3 @@ createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
*/

@@ -693,3 +693,3 @@ deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
*/

@@ -710,3 +710,3 @@ getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
*/

@@ -738,3 +738,3 @@ listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
*/

@@ -750,3 +750,3 @@ listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
*/

@@ -759,3 +759,3 @@ listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
*/

@@ -818,3 +818,3 @@ updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
*/

@@ -828,3 +828,3 @@ getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
*/

@@ -853,3 +853,3 @@ listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
*/

@@ -878,3 +878,3 @@ listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
*/

@@ -881,0 +881,0 @@ listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsClusterRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsClusterRequest.
*/

@@ -19,0 +19,0 @@ export interface AddAnalyticsClusterRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveClusterRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveClusterRequest.
*/

@@ -19,0 +19,0 @@ export interface AddHeatWaveClusterRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/CreateBackup.ts.html |here} to see how to use CreateBackupRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/CreateBackup.ts.html |here} to see how to use CreateBackupRequest.
*/

@@ -19,0 +19,0 @@ export interface CreateBackupRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/CreateChannel.ts.html |here} to see how to use CreateChannelRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/CreateChannel.ts.html |here} to see how to use CreateChannelRequest.
*/

@@ -19,0 +19,0 @@ export interface CreateChannelRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfigurationRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfigurationRequest.
*/

@@ -19,0 +19,0 @@ export interface CreateConfigurationRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystemRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystemRequest.
*/

@@ -19,0 +19,0 @@ export interface CreateDbSystemRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsClusterRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsClusterRequest.
*/

@@ -18,0 +18,0 @@ export interface DeleteAnalyticsClusterRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackupRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackupRequest.
*/

@@ -18,0 +18,0 @@ export interface DeleteBackupRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannelRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannelRequest.
*/

@@ -18,0 +18,0 @@ export interface DeleteChannelRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfigurationRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfigurationRequest.
*/

@@ -18,0 +18,0 @@ export interface DeleteConfigurationRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystemRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystemRequest.
*/

@@ -18,0 +18,0 @@ export interface DeleteDbSystemRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveClusterRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveClusterRequest.
*/

@@ -18,0 +18,0 @@ export interface DeleteHeatWaveClusterRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimateRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimateRequest.
*/

@@ -18,0 +18,0 @@ export interface GenerateAnalyticsClusterMemoryEstimateRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimateRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimateRequest.
*/

@@ -18,0 +18,0 @@ export interface GenerateHeatWaveClusterMemoryEstimateRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimateRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimateRequest.
*/

@@ -18,0 +18,0 @@ export interface GetAnalyticsClusterMemoryEstimateRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsClusterRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsClusterRequest.
*/

@@ -18,0 +18,0 @@ export interface GetAnalyticsClusterRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GetBackup.ts.html |here} to see how to use GetBackupRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GetBackup.ts.html |here} to see how to use GetBackupRequest.
*/

@@ -18,0 +18,0 @@ export interface GetBackupRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GetChannel.ts.html |here} to see how to use GetChannelRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GetChannel.ts.html |here} to see how to use GetChannelRequest.
*/

@@ -18,0 +18,0 @@ export interface GetChannelRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GetConfiguration.ts.html |here} to see how to use GetConfigurationRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GetConfiguration.ts.html |here} to see how to use GetConfigurationRequest.
*/

@@ -18,0 +18,0 @@ export interface GetConfigurationRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystemRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystemRequest.
*/

@@ -18,0 +18,0 @@ export interface GetDbSystemRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimateRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimateRequest.
*/

@@ -18,0 +18,0 @@ export interface GetHeatWaveClusterMemoryEstimateRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveClusterRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveClusterRequest.
*/

@@ -18,0 +18,0 @@ export interface GetHeatWaveClusterRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
*/

@@ -18,0 +18,0 @@ export interface GetWorkRequestRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ListBackups.ts.html |here} to see how to use ListBackupsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ListBackups.ts.html |here} to see how to use ListBackupsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListBackupsRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ListChannels.ts.html |here} to see how to use ListChannelsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ListChannels.ts.html |here} to see how to use ListChannelsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListChannelsRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurationsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurationsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListConfigurationsRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystemsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystemsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListDbSystemsRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ListShapes.ts.html |here} to see how to use ListShapesRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ListShapes.ts.html |here} to see how to use ListShapesRequest.
*/

@@ -18,0 +18,0 @@ export interface ListShapesRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ListVersions.ts.html |here} to see how to use ListVersionsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ListVersions.ts.html |here} to see how to use ListVersionsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListVersionsRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ResetChannel.ts.html |here} to see how to use ResetChannelRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ResetChannel.ts.html |here} to see how to use ResetChannelRequest.
*/

@@ -18,0 +18,0 @@ export interface ResetChannelRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsClusterRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsClusterRequest.
*/

@@ -18,0 +18,0 @@ export interface RestartAnalyticsClusterRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystemRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystemRequest.
*/

@@ -19,0 +19,0 @@ export interface RestartDbSystemRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveClusterRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveClusterRequest.
*/

@@ -18,0 +18,0 @@ export interface RestartHeatWaveClusterRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannelRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannelRequest.
*/

@@ -18,0 +18,0 @@ export interface ResumeChannelRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsClusterRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsClusterRequest.
*/

@@ -18,0 +18,0 @@ export interface StartAnalyticsClusterRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystemRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystemRequest.
*/

@@ -18,0 +18,0 @@ export interface StartDbSystemRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveClusterRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveClusterRequest.
*/

@@ -18,0 +18,0 @@ export interface StartHeatWaveClusterRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsClusterRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsClusterRequest.
*/

@@ -18,0 +18,0 @@ export interface StopAnalyticsClusterRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystemRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystemRequest.
*/

@@ -19,0 +19,0 @@ export interface StopDbSystemRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveClusterRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveClusterRequest.
*/

@@ -18,0 +18,0 @@ export interface StopHeatWaveClusterRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsClusterRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsClusterRequest.
*/

@@ -19,0 +19,0 @@ export interface UpdateAnalyticsClusterRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackupRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackupRequest.
*/

@@ -19,0 +19,0 @@ export interface UpdateBackupRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannelRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannelRequest.
*/

@@ -19,0 +19,0 @@ export interface UpdateChannelRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfigurationRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfigurationRequest.
*/

@@ -19,0 +19,0 @@ export interface UpdateConfigurationRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystemRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystemRequest.
*/

@@ -19,0 +19,0 @@ export interface UpdateDbSystemRequest extends common.BaseRequest {

@@ -16,3 +16,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.3/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveClusterRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.19.4/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveClusterRequest.
*/

@@ -19,0 +19,0 @@ export interface UpdateHeatWaveClusterRequest extends common.BaseRequest {

{
"name": "oci-mysql",
"version": "1.19.3",
"version": "1.19.4",
"description": "OCI NodeJS client for Mysql ",

@@ -18,4 +18,4 @@ "repository": {

"dependencies": {
"oci-common": "1.19.3",
"oci-workrequests": "1.19.3"
"oci-common": "1.19.4",
"oci-workrequests": "1.19.4"
},

@@ -22,0 +22,0 @@ "publishConfig": {

Sorry, the diff of this file is too big to display