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
2
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.15.0

80

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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
*/

@@ -331,3 +331,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.14.0/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.15.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
*/

@@ -341,3 +341,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.14.0/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.15.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
*/

@@ -352,3 +352,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.14.0/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.15.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
*/

@@ -363,3 +363,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.14.0/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.15.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
*/

@@ -373,3 +373,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.14.0/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.15.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
*/

@@ -382,3 +382,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.14.0/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.15.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
*/

@@ -393,3 +393,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.14.0/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.15.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
*/

@@ -402,3 +402,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.14.0/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.15.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
*/

@@ -413,3 +413,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.14.0/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.15.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
*/

@@ -437,3 +437,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.14.0/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.15.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
*/

@@ -446,3 +446,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.14.0/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.15.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
*/

@@ -455,3 +455,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.14.0/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.15.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
*/

@@ -464,3 +464,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.14.0/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.15.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
*/

@@ -473,3 +473,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.14.0/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.15.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
*/

@@ -485,3 +485,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.14.0/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.15.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
*/

@@ -495,3 +495,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.14.0/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.15.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
*/

@@ -512,3 +512,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.14.0/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.15.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
*/

@@ -571,3 +571,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.14.0/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.15.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
*/

@@ -582,3 +582,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.14.0/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.15.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
*/

@@ -592,3 +592,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.14.0/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.15.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
*/

@@ -609,3 +609,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.14.0/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.15.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
*/

@@ -637,3 +637,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.14.0/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.15.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
*/

@@ -649,3 +649,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.14.0/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.15.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
*/

@@ -658,3 +658,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.14.0/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.15.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
*/

@@ -717,3 +717,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.14.0/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.15.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
*/

@@ -727,3 +727,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.14.0/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.15.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
*/

@@ -752,3 +752,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.14.0/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.15.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
*/

@@ -777,3 +777,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.14.0/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.15.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
*/

@@ -780,0 +780,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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystemRequest.
*/

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

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

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/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.14.0/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.15.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystemRequest.
*/

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

{
"name": "oci-mysql",
"version": "1.14.0",
"version": "1.15.0",
"description": "OCI NodeJS client for Mysql ",

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

"dependencies": {
"oci-common": "1.14.0",
"oci-workrequests": "1.14.0"
"oci-common": "1.15.0",
"oci-workrequests": "1.15.0"
},

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

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