Skip to content

Commit

Permalink
Add DescribeDBClusterSSL.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Feb 15, 2020
1 parent 79b7a74 commit db37555
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 1.8.106 - 2020-2-15
- Add DescribeDBClusterSSL.
- Add ModifyDBClusterSSL.


## 1.8.105 - 2020-2-14
- Update default endpoints.

Expand Down
40 changes: 40 additions & 0 deletions src/Polardb/V20170801/PolardbApiResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* @method DescribeDBClusterParameters describeDBClusterParameters(array $options = [])
* @method DescribeDBClusterPerformance describeDBClusterPerformance(array $options = [])
* @method DescribeDBClusters describeDBClusters(array $options = [])
* @method DescribeDBClusterSSL describeDBClusterSSL(array $options = [])
* @method DescribeDBNodePerformance describeDBNodePerformance(array $options = [])
* @method DescribeRegions describeRegions(array $options = [])
* @method DescribeSlowLogRecords describeSlowLogRecords(array $options = [])
Expand All @@ -50,6 +51,7 @@
* @method ModifyDBClusterMaintainTime modifyDBClusterMaintainTime(array $options = [])
* @method ModifyDBClusterMigration modifyDBClusterMigration(array $options = [])
* @method ModifyDBClusterParameters modifyDBClusterParameters(array $options = [])
* @method ModifyDBClusterSSL modifyDBClusterSSL(array $options = [])
* @method ModifyDBDescription modifyDBDescription(array $options = [])
* @method ModifyDBEndpointAddress modifyDBEndpointAddress(array $options = [])
* @method ModifyDBNodeClass modifyDBNodeClass(array $options = [])
Expand Down Expand Up @@ -726,6 +728,22 @@ public function withTag(array $tag)
}
}

/**
* @method string getResourceOwnerId()
* @method $this withResourceOwnerId($value)
* @method string getResourceOwnerAccount()
* @method $this withResourceOwnerAccount($value)
* @method string getDBClusterId()
* @method $this withDBClusterId($value)
* @method string getOwnerAccount()
* @method $this withOwnerAccount($value)
* @method string getOwnerId()
* @method $this withOwnerId($value)
*/
class DescribeDBClusterSSL extends Rpc
{
}

/**
* @method string getResourceOwnerId()
* @method $this withResourceOwnerId($value)
Expand Down Expand Up @@ -1127,6 +1145,28 @@ class ModifyDBClusterParameters extends Rpc
{
}

/**
* @method string getResourceOwnerId()
* @method $this withResourceOwnerId($value)
* @method string getDBEndpointId()
* @method $this withDBEndpointId($value)
* @method string getResourceOwnerAccount()
* @method $this withResourceOwnerAccount($value)
* @method string getDBClusterId()
* @method $this withDBClusterId($value)
* @method string getOwnerAccount()
* @method $this withOwnerAccount($value)
* @method string getOwnerId()
* @method $this withOwnerId($value)
* @method string getNetType()
* @method $this withNetType($value)
* @method string getSSLEnabled()
* @method $this withSSLEnabled($value)
*/
class ModifyDBClusterSSL extends Rpc
{
}

/**
* @method string getResourceOwnerId()
* @method $this withResourceOwnerId($value)
Expand Down
2 changes: 1 addition & 1 deletion src/Release.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Release
/**
* Version of the SDK
*/
const VERSION = '1.8.105';
const VERSION = '1.8.106';

/**
* @param Event $event
Expand Down

0 comments on commit db37555

Please sign in to comment.