Skip to content

Commit 426c114

Browse files
committed
Supported Add the history event signature function.
1 parent 7f74005 commit 426c114

File tree

5 files changed

+164
-8
lines changed

5 files changed

+164
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.8.68 - 2020-1-17
4+
- Supported Add the history event signature function.
5+
6+
37
## 1.8.67 - 2020-1-17
48
- Supported AAA for BBB.
59
- Fixed bugs for CCC.

src/Rds/README-EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[¼òÌåÖÐÎÄ](./README.md) | English
1+
[简体中文](./README.md) | English
22

33
<p align="center">
44
<a href=" https://www.aliyun.com"><img src="https://aliyunsdk-pages.alicdn.com/icons/AlibabaCloud.svg"></a>

src/Rds/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
简体中文 | [English](./README-EN.md)
1+
简体中文 | [English](./README-EN.md)
22

33
<p align="center">
44
<a href=" https://www.aliyun.com"><img src="https://aliyunsdk-pages.alicdn.com/icons/Aliyun.svg"></a>
55
</p>
66

77
<h1 align="center">Alibaba Cloud Rds SDK for PHP</h1>
88

9-
若已安装 [Alibaba Cloud SDK for PHP][sdk] 则无需安装本产品依赖包。本产品依赖包只是从 [Alibaba Cloud SDK for PHP][sdk] 中同步出来的一部分,其命名空间、用法与 [Alibaba Cloud SDK for PHP][sdk] 一致。
9+
若已安装 [Alibaba Cloud SDK for PHP][sdk] 则无需安装本产品依赖包。本产品依赖包只是从 [Alibaba Cloud SDK for PHP][sdk] 中同步出来的一部分,其命名空间、用法与 [Alibaba Cloud SDK for PHP][sdk] 一致。
1010

11-
如果您不在乎文件体积,建议您安装 [Alibaba Cloud SDK for PHP][sdk] 并经常更新,以便保持最新、最全的产品支持:
11+
如果您不在乎文件体积,建议您安装 [Alibaba Cloud SDK for PHP][sdk] 并经常更新,以便保持最新、最全的产品支持:
1212
```
1313
composer require alibabacloud/sdk
1414
```
1515

16-
也可仅安装本产品:
17-
> 本产品的版本始终和 [Alibaba Cloud SDK for PHP][sdk] 保持同步,以保证在不改变业务代码的情况下随时和 [Alibaba Cloud SDK for PHP][sdk] 相互切换,尽管本产品不同版本之间的代码可能没有变化。
16+
也可仅安装本产品:
17+
> 本产品的版本始终和 [Alibaba Cloud SDK for PHP][sdk] 保持同步,以保证在不改变业务代码的情况下随时和 [Alibaba Cloud SDK for PHP][sdk] 相互切换,尽管本产品不同版本之间的代码可能没有变化。
1818
```
1919
composer require alibabacloud/rds
2020
```
2121

2222
***
23-
更多 SDK 的使用请参考 [Alibaba Cloud SDK for PHP][sdk] 文档。
23+
更多 SDK 的使用请参考 [Alibaba Cloud SDK for PHP][sdk] 文档。
2424

2525
[sdk]: https://github.com/aliyun/openapi-sdk-php

src/Rds/V20140815/RdsApiResolver.php

Lines changed: 152 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
* @method DescribeDBInstancesByExpireTime describeDBInstancesByExpireTime(array $options = [])
7676
* @method DescribeDBInstancesByPerformance describeDBInstancesByPerformance(array $options = [])
7777
* @method DescribeDBInstancesForClone describeDBInstancesForClone(array $options = [])
78+
* @method DescribeDBInstancesOverview describeDBInstancesOverview(array $options = [])
7879
* @method DescribeDBInstanceSSL describeDBInstanceSSL(array $options = [])
7980
* @method DescribeDBInstanceTDE describeDBInstanceTDE(array $options = [])
8081
* @method DescribeDBProxy describeDBProxy(array $options = [])
@@ -96,6 +97,7 @@
9697
* @method DescribeMigrateTasks describeMigrateTasks(array $options = [])
9798
* @method DescribeMigrateTasksForSQLServer describeMigrateTasksForSQLServer(array $options = [])
9899
* @method DescribeModifyParameterLog describeModifyParameterLog(array $options = [])
100+
* @method DescribeNextEventForSign describeNextEventForSign(array $options = [])
99101
* @method DescribeOssDownloads describeOssDownloads(array $options = [])
100102
* @method DescribeOssDownloadsForSQLServer describeOssDownloadsForSQLServer(array $options = [])
101103
* @method DescribeParameterGroup describeParameterGroup(array $options = [])
@@ -108,8 +110,11 @@
108110
* @method DescribeRenewalPrice describeRenewalPrice(array $options = [])
109111
* @method DescribeResourceUsage describeResourceUsage(array $options = [])
110112
* @method DescribeSecurityGroupConfiguration describeSecurityGroupConfiguration(array $options = [])
113+
* @method DescribeSignedEventActions describeSignedEventActions(array $options = [])
111114
* @method DescribeSlowLogRecords describeSlowLogRecords(array $options = [])
112115
* @method DescribeSlowLogs describeSlowLogs(array $options = [])
116+
* @method DescribeSQLCollectorPolicy describeSQLCollectorPolicy(array $options = [])
117+
* @method DescribeSQLCollectorRetention describeSQLCollectorRetention(array $options = [])
113118
* @method DescribeSQLLogFiles describeSQLLogFiles(array $options = [])
114119
* @method DescribeSQLLogRecords describeSQLLogRecords(array $options = [])
115120
* @method DescribeSQLLogReportList describeSQLLogReportList(array $options = [])
@@ -129,6 +134,7 @@
129134
* @method MigrateToOtherZone migrateToOtherZone(array $options = [])
130135
* @method ModifyAccountDescription modifyAccountDescription(array $options = [])
131136
* @method ModifyActionEventPolicy modifyActionEventPolicy(array $options = [])
137+
* @method ModifyActionEventVerifyPolicy modifyActionEventVerifyPolicy(array $options = [])
132138
* @method ModifyBackupPolicy modifyBackupPolicy(array $options = [])
133139
* @method ModifyCollationTimeZone modifyCollationTimeZone(array $options = [])
134140
* @method ModifyDBDescription modifyDBDescription(array $options = [])
@@ -164,6 +170,7 @@
164170
* @method ModifySecurityGroupConfiguration modifySecurityGroupConfiguration(array $options = [])
165171
* @method ModifySecurityIps modifySecurityIps(array $options = [])
166172
* @method ModifySQLCollectorPolicy modifySQLCollectorPolicy(array $options = [])
173+
* @method ModifySQLCollectorRetention modifySQLCollectorRetention(array $options = [])
167174
* @method PurgeDBInstanceLog purgeDBInstanceLog(array $options = [])
168175
* @method RebuildDBInstance rebuildDBInstance(array $options = [])
169176
* @method RecoveryDBInstance recoveryDBInstance(array $options = [])
@@ -182,6 +189,7 @@
182189
* @method RestoreTable restoreTable(array $options = [])
183190
* @method RevokeAccountPrivilege revokeAccountPrivilege(array $options = [])
184191
* @method RevokeOperatorPermission revokeOperatorPermission(array $options = [])
192+
* @method SignEventAction signEventAction(array $options = [])
185193
* @method SwitchDBInstanceHA switchDBInstanceHA(array $options = [])
186194
* @method SwitchDBInstanceNetType switchDBInstanceNetType(array $options = [])
187195
* @method SwitchDBInstanceVpc switchDBInstanceVpc(array $options = [])
@@ -1917,6 +1925,8 @@ class DescribeDBInstanceNetInfo extends Rpc
19171925
* @method $this withEndTime($value)
19181926
* @method string getOwnerId()
19191927
* @method $this withOwnerId($value)
1928+
* @method string getUseNullWhenMissingPoint()
1929+
* @method $this withUseNullWhenMissingPoint($value)
19201930
*/
19211931
class DescribeDBInstancePerformance extends Rpc
19221932
{
@@ -2399,6 +2409,8 @@ public function withTag4key($value)
23992409
* @method $this withExpired($value)
24002410
* @method string getEngine()
24012411
* @method $this withEngine($value)
2412+
* @method string getCurrentInstanceId()
2413+
* @method $this withCurrentInstanceId($value)
24022414
* @method string getPageSize()
24032415
* @method $this withPageSize($value)
24042416
* @method string getDBInstanceStatus()
@@ -2444,6 +2456,30 @@ public function withProxyId($value)
24442456
}
24452457
}
24462458

2459+
/**
2460+
* @method string getResourceOwnerId()
2461+
* @method $this withResourceOwnerId($value)
2462+
* @method string getClientToken()
2463+
* @method $this withClientToken($value)
2464+
* @method string getExpired()
2465+
* @method $this withExpired($value)
2466+
* @method string getEngine()
2467+
* @method $this withEngine($value)
2468+
* @method string getDBInstanceId()
2469+
* @method $this withDBInstanceId($value)
2470+
* @method string getProxyId()
2471+
* @method $this withProxyId($value)
2472+
* @method string getResourceOwnerAccount()
2473+
* @method $this withResourceOwnerAccount($value)
2474+
* @method string getOwnerId()
2475+
* @method $this withOwnerId($value)
2476+
* @method string getZoneId()
2477+
* @method $this withZoneId($value)
2478+
*/
2479+
class DescribeDBInstancesOverview extends Rpc
2480+
{
2481+
}
2482+
24472483
/**
24482484
* @method string getResourceOwnerId()
24492485
* @method $this withResourceOwnerId($value)
@@ -2852,6 +2888,18 @@ class DescribeModifyParameterLog extends Rpc
28522888
{
28532889
}
28542890

2891+
/**
2892+
* @method string getResourceOwnerId()
2893+
* @method $this withResourceOwnerId($value)
2894+
* @method string getResourceOwnerAccount()
2895+
* @method $this withResourceOwnerAccount($value)
2896+
* @method string getOwnerId()
2897+
* @method $this withOwnerId($value)
2898+
*/
2899+
class DescribeNextEventForSign extends Rpc
2900+
{
2901+
}
2902+
28552903
/**
28562904
* @method string getResourceOwnerId()
28572905
* @method $this withResourceOwnerId($value)
@@ -3100,6 +3148,22 @@ class DescribeSecurityGroupConfiguration extends Rpc
31003148
{
31013149
}
31023150

3151+
/**
3152+
* @method string getResourceOwnerId()
3153+
* @method $this withResourceOwnerId($value)
3154+
* @method string getBeginEventId()
3155+
* @method $this withBeginEventId($value)
3156+
* @method string getResourceOwnerAccount()
3157+
* @method $this withResourceOwnerAccount($value)
3158+
* @method string getOwnerId()
3159+
* @method $this withOwnerId($value)
3160+
* @method string getPageSize()
3161+
* @method $this withPageSize($value)
3162+
*/
3163+
class DescribeSignedEventActions extends Rpc
3164+
{
3165+
}
3166+
31033167
/**
31043168
* @method string getResourceOwnerId()
31053169
* @method $this withResourceOwnerId($value)
@@ -3156,6 +3220,42 @@ class DescribeSlowLogs extends Rpc
31563220
{
31573221
}
31583222

3223+
/**
3224+
* @method string getResourceOwnerId()
3225+
* @method $this withResourceOwnerId($value)
3226+
* @method string getResourceOwnerAccount()
3227+
* @method $this withResourceOwnerAccount($value)
3228+
* @method string getClientToken()
3229+
* @method $this withClientToken($value)
3230+
* @method string getOwnerAccount()
3231+
* @method $this withOwnerAccount($value)
3232+
* @method string getOwnerId()
3233+
* @method $this withOwnerId($value)
3234+
* @method string getDBInstanceId()
3235+
* @method $this withDBInstanceId($value)
3236+
*/
3237+
class DescribeSQLCollectorPolicy extends Rpc
3238+
{
3239+
}
3240+
3241+
/**
3242+
* @method string getResourceOwnerId()
3243+
* @method $this withResourceOwnerId($value)
3244+
* @method string getSecurityToken()
3245+
* @method $this withSecurityToken($value)
3246+
* @method string getDBInstanceId()
3247+
* @method $this withDBInstanceId($value)
3248+
* @method string getResourceOwnerAccount()
3249+
* @method $this withResourceOwnerAccount($value)
3250+
* @method string getOwnerAccount()
3251+
* @method $this withOwnerAccount($value)
3252+
* @method string getOwnerId()
3253+
* @method $this withOwnerId($value)
3254+
*/
3255+
class DescribeSQLCollectorRetention extends Rpc
3256+
{
3257+
}
3258+
31593259
/**
31603260
* @method string getResourceOwnerId()
31613261
* @method $this withResourceOwnerId($value)
@@ -3633,6 +3733,20 @@ class ModifyActionEventPolicy extends Rpc
36333733
{
36343734
}
36353735

3736+
/**
3737+
* @method string getResourceOwnerId()
3738+
* @method $this withResourceOwnerId($value)
3739+
* @method string getResourceOwnerAccount()
3740+
* @method $this withResourceOwnerAccount($value)
3741+
* @method string getOwnerId()
3742+
* @method $this withOwnerId($value)
3743+
* @method string getUserPublicKey()
3744+
* @method $this withUserPublicKey($value)
3745+
*/
3746+
class ModifyActionEventVerifyPolicy extends Rpc
3747+
{
3748+
}
3749+
36363750
/**
36373751
* @method string getResourceOwnerId()
36383752
* @method $this withResourceOwnerId($value)
@@ -3982,6 +4096,8 @@ class ModifyDBInstanceProxyConfiguration extends Rpc
39824096
* @method $this withDBInstanceId($value)
39834097
* @method string getDBInstanceStorageType()
39844098
* @method $this withDBInstanceStorageType($value)
4099+
* @method string getSourceBiz()
4100+
* @method $this withSourceBiz($value)
39854101
* @method string getDirection()
39864102
* @method $this withDirection($value)
39874103
* @method string getResourceOwnerAccount()
@@ -4449,6 +4565,26 @@ class ModifySQLCollectorPolicy extends Rpc
44494565
{
44504566
}
44514567

4568+
/**
4569+
* @method string getResourceOwnerId()
4570+
* @method $this withResourceOwnerId($value)
4571+
* @method string getSecurityToken()
4572+
* @method $this withSecurityToken($value)
4573+
* @method string getDBInstanceId()
4574+
* @method $this withDBInstanceId($value)
4575+
* @method string getResourceOwnerAccount()
4576+
* @method $this withResourceOwnerAccount($value)
4577+
* @method string getOwnerAccount()
4578+
* @method $this withOwnerAccount($value)
4579+
* @method string getConfigValue()
4580+
* @method $this withConfigValue($value)
4581+
* @method string getOwnerId()
4582+
* @method $this withOwnerId($value)
4583+
*/
4584+
class ModifySQLCollectorRetention extends Rpc
4585+
{
4586+
}
4587+
44524588
/**
44534589
* @method string getResourceOwnerId()
44544590
* @method $this withResourceOwnerId($value)
@@ -4977,6 +5113,22 @@ class RevokeOperatorPermission extends Rpc
49775113
{
49785114
}
49795115

5116+
/**
5117+
* @method string getEventId()
5118+
* @method $this withEventId($value)
5119+
* @method string getResourceOwnerId()
5120+
* @method $this withResourceOwnerId($value)
5121+
* @method string getEventSig()
5122+
* @method $this withEventSig($value)
5123+
* @method string getResourceOwnerAccount()
5124+
* @method $this withResourceOwnerAccount($value)
5125+
* @method string getOwnerId()
5126+
* @method $this withOwnerId($value)
5127+
*/
5128+
class SignEventAction extends Rpc
5129+
{
5130+
}
5131+
49805132
/**
49815133
* @method string getResourceOwnerId()
49825134
* @method $this withResourceOwnerId($value)

src/Release.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Release
1616
/**
1717
* Version of the SDK
1818
*/
19-
const VERSION = '1.8.67';
19+
const VERSION = '1.8.68';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)