Skip to content

Commit 4c6f7b7

Browse files
committed
Generated 2015-12-01 for Dds.
1 parent d14b39c commit 4c6f7b7

File tree

5 files changed

+143
-3
lines changed

5 files changed

+143
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.8.2262 - 2025-4-8
4+
- Generated 2015-12-01 for `Dds`.
5+
6+
37
## 1.8.2261 - 2025-4-7
48
- Generated 2020-05-18 for `dataworks-public`.
59

src/Dds/V20151201/DdsApiResolver.php

+136
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @method AllocatePublicNetworkAddress allocatePublicNetworkAddress(array $options = [])
1010
* @method CheckCloudResourceAuthorized checkCloudResourceAuthorized(array $options = [])
1111
* @method CheckRecoveryCondition checkRecoveryCondition(array $options = [])
12+
* @method CheckServiceLinkedRole checkServiceLinkedRole(array $options = [])
1213
* @method CreateAccount createAccount(array $options = [])
1314
* @method CreateBackup createBackup(array $options = [])
1415
* @method CreateDBInstance createDBInstance(array $options = [])
@@ -20,7 +21,10 @@
2021
* @method DeleteGlobalSecurityIPGroup deleteGlobalSecurityIPGroup(array $options = [])
2122
* @method DeleteNode deleteNode(array $options = [])
2223
* @method DescribeAccounts describeAccounts(array $options = [])
24+
* @method DescribeActiveOperationMaintenanceConfig describeActiveOperationMaintenanceConfig(array $options = [])
25+
* @method DescribeActiveOperationTask describeActiveOperationTask(array $options = [])
2326
* @method DescribeActiveOperationTaskCount describeActiveOperationTaskCount(array $options = [])
27+
* @method DescribeActiveOperationTaskRegion describeActiveOperationTaskRegion(array $options = [])
2428
* @method DescribeActiveOperationTasks describeActiveOperationTasks(array $options = [])
2529
* @method DescribeActiveOperationTaskType describeActiveOperationTaskType(array $options = [])
2630
* @method DescribeAuditLogFilter describeAuditLogFilter(array $options = [])
@@ -42,6 +46,7 @@
4246
* @method DescribeDBInstancePerformance describeDBInstancePerformance(array $options = [])
4347
* @method DescribeDBInstances describeDBInstances(array $options = [])
4448
* @method DescribeDBInstancesOverview describeDBInstancesOverview(array $options = [])
49+
* @method DescribeDBInstanceSpecInfo describeDBInstanceSpecInfo(array $options = [])
4550
* @method DescribeDBInstanceSSL describeDBInstanceSSL(array $options = [])
4651
* @method DescribeDBInstanceSwitchLog describeDBInstanceSwitchLog(array $options = [])
4752
* @method DescribeDBInstanceTDEInfo describeDBInstanceTDEInfo(array $options = [])
@@ -81,6 +86,7 @@
8186
* @method ModifyAuditLogFilter modifyAuditLogFilter(array $options = [])
8287
* @method ModifyAuditPolicy modifyAuditPolicy(array $options = [])
8388
* @method ModifyBackupPolicy modifyBackupPolicy(array $options = [])
89+
* @method ModifyDBInstanceConfig modifyDBInstanceConfig(array $options = [])
8490
* @method ModifyDBInstanceConnectionString modifyDBInstanceConnectionString(array $options = [])
8591
* @method ModifyDBInstanceDescription modifyDBInstanceDescription(array $options = [])
8692
* @method ModifyDBInstanceDiskType modifyDBInstanceDiskType(array $options = [])
@@ -231,6 +237,18 @@ class CheckRecoveryCondition extends Rpc
231237
{
232238
}
233239

240+
/**
241+
* @method string getResourceOwnerAccount()
242+
* @method $this withResourceOwnerAccount($value)
243+
* @method string getOwnerAccount()
244+
* @method $this withOwnerAccount($value)
245+
* @method string getOwnerId()
246+
* @method $this withOwnerId($value)
247+
*/
248+
class CheckServiceLinkedRole extends Rpc
249+
{
250+
}
251+
234252
/**
235253
* @method string getResourceOwnerId()
236254
* @method $this withResourceOwnerId($value)
@@ -246,6 +264,8 @@ class CheckRecoveryCondition extends Rpc
246264
* @method $this withOwnerId($value)
247265
* @method string getAccountPassword()
248266
* @method $this withAccountPassword($value)
267+
* @method string getCharacterType()
268+
* @method $this withCharacterType($value)
249269
*/
250270
class CreateAccount extends Rpc
251271
{
@@ -708,6 +728,46 @@ class DescribeAccounts extends Rpc
708728
{
709729
}
710730

731+
/**
732+
* @method string getResourceOwnerId()
733+
* @method $this withResourceOwnerId($value)
734+
* @method string getResourceOwnerAccount()
735+
* @method $this withResourceOwnerAccount($value)
736+
* @method string getOwnerAccount()
737+
* @method $this withOwnerAccount($value)
738+
* @method string getOwnerId()
739+
* @method $this withOwnerId($value)
740+
*/
741+
class DescribeActiveOperationMaintenanceConfig extends Rpc
742+
{
743+
}
744+
745+
/**
746+
* @method string getResourceOwnerId()
747+
* @method $this withResourceOwnerId($value)
748+
* @method string getProductId()
749+
* @method $this withProductId($value)
750+
* @method string getPageNumber()
751+
* @method $this withPageNumber($value)
752+
* @method string getIsHistory()
753+
* @method $this withIsHistory($value)
754+
* @method string getPageSize()
755+
* @method $this withPageSize($value)
756+
* @method string getTaskType()
757+
* @method $this withTaskType($value)
758+
* @method string getResourceOwnerAccount()
759+
* @method $this withResourceOwnerAccount($value)
760+
* @method string getOwnerAccount()
761+
* @method $this withOwnerAccount($value)
762+
* @method string getOwnerId()
763+
* @method $this withOwnerId($value)
764+
* @method string getRegion()
765+
* @method $this withRegion($value)
766+
*/
767+
class DescribeActiveOperationTask extends Rpc
768+
{
769+
}
770+
711771
/**
712772
* @method string getResourceOwnerId()
713773
* @method $this withResourceOwnerId($value)
@@ -724,6 +784,24 @@ class DescribeActiveOperationTaskCount extends Rpc
724784
{
725785
}
726786

787+
/**
788+
* @method string getResourceOwnerId()
789+
* @method $this withResourceOwnerId($value)
790+
* @method string getIsHistory()
791+
* @method $this withIsHistory($value)
792+
* @method string getTaskType()
793+
* @method $this withTaskType($value)
794+
* @method string getResourceOwnerAccount()
795+
* @method $this withResourceOwnerAccount($value)
796+
* @method string getOwnerAccount()
797+
* @method $this withOwnerAccount($value)
798+
* @method string getOwnerId()
799+
* @method $this withOwnerId($value)
800+
*/
801+
class DescribeActiveOperationTaskRegion extends Rpc
802+
{
803+
}
804+
727805
/**
728806
* @method string getResourceOwnerId()
729807
* @method $this withResourceOwnerId($value)
@@ -733,6 +811,8 @@ class DescribeActiveOperationTaskCount extends Rpc
733811
* @method $this withChangeLevel($value)
734812
* @method string getPageNumber()
735813
* @method $this withPageNumber($value)
814+
* @method string getResourceGroupId()
815+
* @method $this withResourceGroupId($value)
736816
* @method string getInsName()
737817
* @method $this withInsName($value)
738818
* @method string getPageSize()
@@ -863,6 +943,8 @@ class DescribeAuditRecords extends Rpc
863943
* @method $this withResourceGroupId($value)
864944
* @method string getExcludeZoneId()
865945
* @method $this withExcludeZoneId($value)
946+
* @method string getInstanceType()
947+
* @method $this withInstanceType($value)
866948
* @method string getExcludeSecondaryZoneId()
867949
* @method $this withExcludeSecondaryZoneId($value)
868950
* @method string getInstanceChargeType()
@@ -1289,6 +1371,8 @@ public function withTag(array $tag)
12891371
/**
12901372
* @method string getResourceOwnerId()
12911373
* @method $this withResourceOwnerId($value)
1374+
* @method string getShowTags()
1375+
* @method $this withShowTags($value)
12921376
* @method string getNetworkType()
12931377
* @method $this withNetworkType($value)
12941378
* @method string getEngineVersion()
@@ -1322,6 +1406,27 @@ class DescribeDBInstancesOverview extends Rpc
13221406
{
13231407
}
13241408

1409+
/**
1410+
* @method string getResourceOwnerId()
1411+
* @method $this withResourceOwnerId($value)
1412+
* @method string getInstanceClass()
1413+
* @method $this withInstanceClass($value)
1414+
* @method string getSecurityToken()
1415+
* @method $this withSecurityToken($value)
1416+
* @method string getResourceOwnerAccount()
1417+
* @method $this withResourceOwnerAccount($value)
1418+
* @method string getOwnerAccount()
1419+
* @method $this withOwnerAccount($value)
1420+
* @method string getOwnerId()
1421+
* @method $this withOwnerId($value)
1422+
*/
1423+
class DescribeDBInstanceSpecInfo extends Rpc
1424+
{
1425+
1426+
/** @var string */
1427+
public $scheme = 'https';
1428+
}
1429+
13251430
/**
13261431
* @method string getResourceOwnerId()
13271432
* @method $this withResourceOwnerId($value)
@@ -1457,6 +1562,8 @@ class DescribeGlobalSecurityIPGroupRelation extends Rpc
14571562
* @method $this withToStartTime($value)
14581563
* @method string getPageNumber()
14591564
* @method $this withPageNumber($value)
1565+
* @method string getResourceGroupId()
1566+
* @method $this withResourceGroupId($value)
14601567
* @method string getPageSize()
14611568
* @method $this withPageSize($value)
14621569
* @method string getInstanceType()
@@ -1487,6 +1594,8 @@ class DescribeHistoryTasks extends Rpc
14871594
* @method $this withResourceOwnerId($value)
14881595
* @method string getToStartTime()
14891596
* @method $this withToStartTime($value)
1597+
* @method string getResourceGroupId()
1598+
* @method $this withResourceGroupId($value)
14901599
* @method string getTaskId()
14911600
* @method $this withTaskId($value)
14921601
* @method string getToExecTime()
@@ -2124,6 +2233,8 @@ class MigrateToOtherZone extends Rpc
21242233
* @method $this withOwnerAccount($value)
21252234
* @method string getOwnerId()
21262235
* @method $this withOwnerId($value)
2236+
* @method string getCharacterType()
2237+
* @method $this withCharacterType($value)
21272238
*/
21282239
class ModifyAccountDescription extends Rpc
21292240
{
@@ -2132,6 +2243,8 @@ class ModifyAccountDescription extends Rpc
21322243
/**
21332244
* @method string getResourceOwnerId()
21342245
* @method $this withResourceOwnerId($value)
2246+
* @method string getResourceGroupId()
2247+
* @method $this withResourceGroupId($value)
21352248
* @method string getSwitchTime()
21362249
* @method $this withSwitchTime($value)
21372250
* @method string getResourceOwnerAccount()
@@ -2247,6 +2360,29 @@ class ModifyBackupPolicy extends Rpc
22472360
{
22482361
}
22492362

2363+
/**
2364+
* @method string getResourceOwnerId()
2365+
* @method $this withResourceOwnerId($value)
2366+
* @method string getConfigName()
2367+
* @method $this withConfigName($value)
2368+
* @method string getDBInstanceId()
2369+
* @method $this withDBInstanceId($value)
2370+
* @method string getResourceOwnerAccount()
2371+
* @method $this withResourceOwnerAccount($value)
2372+
* @method string getOwnerAccount()
2373+
* @method $this withOwnerAccount($value)
2374+
* @method string getConfigValue()
2375+
* @method $this withConfigValue($value)
2376+
* @method string getOwnerId()
2377+
* @method $this withOwnerId($value)
2378+
*/
2379+
class ModifyDBInstanceConfig extends Rpc
2380+
{
2381+
2382+
/** @var string */
2383+
public $scheme = 'https';
2384+
}
2385+
22502386
/**
22512387
* @method string getResourceOwnerId()
22522388
* @method $this withResourceOwnerId($value)

src/Dds/endpoints.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"endpoint_map":{"cn-qingdao":"mongodb.aliyuncs.com","cn-beijing":"mongodb.aliyuncs.com","cn-zhangjiakou":"mongodb.cn-zhangjiakou.aliyuncs.com","cn-huhehaote":"mongodb.cn-huhehaote.aliyuncs.com","cn-wulanchabu":"mongodb.aliyuncs.com","cn-hangzhou":"mongodb.aliyuncs.com","cn-shanghai":"mongodb.aliyuncs.com","cn-shenzhen":"mongodb.aliyuncs.com","cn-heyuan":"mongodb.aliyuncs.com","cn-guangzhou":"mongodb.aliyuncs.com","cn-chengdu":"mongodb.cn-chengdu.aliyuncs.com","cn-hongkong":"mongodb.cn-hongkong.aliyuncs.com","ap-northeast-1":"mongodb.ap-northeast-1.aliyuncs.com","ap-southeast-1":"mongodb.ap-southeast-1.aliyuncs.com","ap-southeast-2":"mongodb.ap-southeast-2.aliyuncs.com","ap-southeast-3":"mongodb.ap-southeast-3.aliyuncs.com","ap-southeast-5":"mongodb.ap-southeast-5.aliyuncs.com","us-east-1":"mongodb.us-east-1.aliyuncs.com","us-west-1":"mongodb.us-west-1.aliyuncs.com","eu-west-1":"mongodb.eu-west-1.aliyuncs.com","eu-central-1":"mongodb.eu-central-1.aliyuncs.com","ap-south-1":"mongodb.ap-south-1.aliyuncs.com","me-east-1":"mongodb.me-east-1.aliyuncs.com","cn-hangzhou-finance":"mongodb.aliyuncs.com","cn-shanghai-finance-1":"mongodb.aliyuncs.com","cn-shenzhen-finance-1":"mongodb.aliyuncs.com","cn-north-2-gov-1":"mongodb.aliyuncs.com","ap-northeast-2-pop":"mongodb.aliyuncs.com","cn-beijing-finance-1":"mongodb.aliyuncs.com","cn-beijing-finance-pop":"mongodb.aliyuncs.com","cn-beijing-gov-1":"mongodb.aliyuncs.com","cn-beijing-nu16-b01":"mongodb.aliyuncs.com","cn-edge-1":"mongodb.aliyuncs.com","cn-fujian":"mongodb.aliyuncs.com","cn-haidian-cm12-c01":"mongodb.aliyuncs.com","cn-hangzhou-bj-b01":"mongodb.aliyuncs.com","cn-hangzhou-internal-prod-1":"mongodb.aliyuncs.com","cn-hangzhou-internal-test-1":"mongodb.aliyuncs.com","cn-hangzhou-internal-test-2":"mongodb.aliyuncs.com","cn-hangzhou-internal-test-3":"mongodb.aliyuncs.com","cn-hangzhou-test-306":"mongodb.aliyuncs.com","cn-hongkong-finance-pop":"mongodb.aliyuncs.com","cn-huhehaote-nebula-1":"mongodb.aliyuncs.com","cn-qingdao-nebula":"mongodb.aliyuncs.com","cn-shanghai-et15-b01":"mongodb.aliyuncs.com","cn-shanghai-et2-b01":"mongodb.aliyuncs.com","cn-shanghai-inner":"mongodb.aliyuncs.com","cn-shanghai-internal-test-1":"mongodb.aliyuncs.com","cn-shenzhen-inner":"mongodb.aliyuncs.com","cn-shenzhen-st4-d01":"mongodb.aliyuncs.com","cn-shenzhen-su18-b01":"mongodb.aliyuncs.com","cn-wuhan":"mongodb.aliyuncs.com","cn-yushanfang":"mongodb.aliyuncs.com","cn-zhangbei":"mongodb.aliyuncs.com","cn-zhangbei-na61-b01":"mongodb.aliyuncs.com","cn-zhangjiakou-na62-a01":"mongodb.aliyuncs.com","cn-zhengzhou-nebula-1":"mongodb.aliyuncs.com","eu-west-1-oxs":"mongodb.aliyuncs.com","rus-west-1-pop":"mongodb.aliyuncs.com"},"endpoint_regional":"regional","standard":[],"regions":["cn-qingdao","cn-beijing","cn-zhangjiakou","cn-huhehaote","cn-wulanchabu","cn-hangzhou","cn-shanghai","cn-shenzhen","cn-heyuan","cn-guangzhou","cn-chengdu","cn-hongkong","ap-northeast-1","ap-southeast-1","ap-southeast-2","ap-southeast-3","ap-southeast-5","us-east-1","us-west-1","eu-west-1","eu-central-1","ap-south-1","me-east-1","cn-hangzhou-finance","cn-shanghai-finance-1","cn-shenzhen-finance-1","cn-north-2-gov-1","ap-northeast-2-pop","cn-beijing-finance-1","cn-beijing-finance-pop","cn-beijing-gov-1","cn-beijing-nu16-b01","cn-edge-1","cn-fujian","cn-haidian-cm12-c01","cn-hangzhou-bj-b01","cn-hangzhou-internal-prod-1","cn-hangzhou-internal-test-1","cn-hangzhou-internal-test-2","cn-hangzhou-internal-test-3","cn-hangzhou-test-306","cn-hongkong-finance-pop","cn-huhehaote-nebula-1","cn-qingdao-nebula","cn-shanghai-et15-b01","cn-shanghai-et2-b01","cn-shanghai-inner","cn-shanghai-internal-test-1","cn-shenzhen-inner","cn-shenzhen-st4-d01","cn-shenzhen-su18-b01","cn-wuhan","cn-yushanfang","cn-zhangbei","cn-zhangbei-na61-b01","cn-zhangjiakou-na62-a01","cn-zhengzhou-nebula-1","eu-west-1-oxs","rus-west-1-pop"],"endpoint_health":{"ap-south-1":"timeout","me-east-1":"timeout"}}
1+
{"endpoint_map":{"cn-qingdao":"mongodb.aliyuncs.com","cn-beijing":"mongodb.aliyuncs.com","cn-zhangjiakou":"mongodb.cn-zhangjiakou.aliyuncs.com","cn-huhehaote":"mongodb.cn-huhehaote.aliyuncs.com","cn-wulanchabu":"mongodb.aliyuncs.com","cn-hangzhou":"mongodb.aliyuncs.com","cn-shanghai":"mongodb.aliyuncs.com","cn-shenzhen":"mongodb.aliyuncs.com","cn-heyuan":"mongodb.aliyuncs.com","cn-guangzhou":"mongodb.aliyuncs.com","cn-chengdu":"mongodb.cn-chengdu.aliyuncs.com","cn-hongkong":"mongodb.cn-hongkong.aliyuncs.com","ap-northeast-1":"mongodb.ap-northeast-1.aliyuncs.com","ap-southeast-1":"mongodb.ap-southeast-1.aliyuncs.com","ap-southeast-2":"mongodb.ap-southeast-2.aliyuncs.com","ap-southeast-3":"mongodb.ap-southeast-3.aliyuncs.com","ap-southeast-5":"mongodb.ap-southeast-5.aliyuncs.com","us-east-1":"mongodb.us-east-1.aliyuncs.com","us-west-1":"mongodb.us-west-1.aliyuncs.com","eu-west-1":"mongodb.eu-west-1.aliyuncs.com","eu-central-1":"mongodb.eu-central-1.aliyuncs.com","ap-south-1":"mongodb.ap-south-1.aliyuncs.com","me-east-1":"mongodb.me-east-1.aliyuncs.com","cn-hangzhou-finance":"mongodb.aliyuncs.com","cn-shanghai-finance-1":"mongodb.aliyuncs.com","cn-shenzhen-finance-1":"mongodb.aliyuncs.com","cn-north-2-gov-1":"mongodb.cn-north-2-gov-1.aliyuncs.com","ap-northeast-2-pop":"mongodb.aliyuncs.com","cn-beijing-finance-1":"mongodb.aliyuncs.com","cn-beijing-finance-pop":"mongodb.aliyuncs.com","cn-beijing-gov-1":"mongodb.aliyuncs.com","cn-beijing-nu16-b01":"mongodb.aliyuncs.com","cn-edge-1":"mongodb.aliyuncs.com","cn-fujian":"mongodb.aliyuncs.com","cn-haidian-cm12-c01":"mongodb.aliyuncs.com","cn-hangzhou-bj-b01":"mongodb.aliyuncs.com","cn-hangzhou-internal-prod-1":"mongodb.aliyuncs.com","cn-hangzhou-internal-test-1":"mongodb.aliyuncs.com","cn-hangzhou-internal-test-2":"mongodb.aliyuncs.com","cn-hangzhou-internal-test-3":"mongodb.aliyuncs.com","cn-hangzhou-test-306":"mongodb.aliyuncs.com","cn-hongkong-finance-pop":"mongodb.aliyuncs.com","cn-huhehaote-nebula-1":"mongodb.aliyuncs.com","cn-qingdao-nebula":"mongodb.aliyuncs.com","cn-shanghai-et15-b01":"mongodb.aliyuncs.com","cn-shanghai-et2-b01":"mongodb.aliyuncs.com","cn-shanghai-inner":"mongodb.aliyuncs.com","cn-shanghai-internal-test-1":"mongodb.aliyuncs.com","cn-shenzhen-inner":"mongodb.aliyuncs.com","cn-shenzhen-st4-d01":"mongodb.aliyuncs.com","cn-shenzhen-su18-b01":"mongodb.aliyuncs.com","cn-wuhan":"mongodb.aliyuncs.com","cn-yushanfang":"mongodb.aliyuncs.com","cn-zhangbei":"mongodb.aliyuncs.com","cn-zhangbei-na61-b01":"mongodb.aliyuncs.com","cn-zhangjiakou-na62-a01":"mongodb.aliyuncs.com","cn-zhengzhou-nebula-1":"mongodb.aliyuncs.com","eu-west-1-oxs":"mongodb.aliyuncs.com","rus-west-1-pop":"mongodb.aliyuncs.com"},"endpoint_regional":"regional","standard":[],"regions":["cn-qingdao","cn-beijing","cn-zhangjiakou","cn-huhehaote","cn-wulanchabu","cn-hangzhou","cn-shanghai","cn-shenzhen","cn-heyuan","cn-guangzhou","cn-chengdu","cn-hongkong","ap-northeast-1","ap-southeast-1","ap-southeast-2","ap-southeast-3","ap-southeast-5","us-east-1","us-west-1","eu-west-1","eu-central-1","ap-south-1","me-east-1","cn-hangzhou-finance","cn-shanghai-finance-1","cn-shenzhen-finance-1","cn-north-2-gov-1","ap-northeast-2-pop","cn-beijing-finance-1","cn-beijing-finance-pop","cn-beijing-gov-1","cn-beijing-nu16-b01","cn-edge-1","cn-fujian","cn-haidian-cm12-c01","cn-hangzhou-bj-b01","cn-hangzhou-internal-prod-1","cn-hangzhou-internal-test-1","cn-hangzhou-internal-test-2","cn-hangzhou-internal-test-3","cn-hangzhou-test-306","cn-hongkong-finance-pop","cn-huhehaote-nebula-1","cn-qingdao-nebula","cn-shanghai-et15-b01","cn-shanghai-et2-b01","cn-shanghai-inner","cn-shanghai-internal-test-1","cn-shenzhen-inner","cn-shenzhen-st4-d01","cn-shenzhen-su18-b01","cn-wuhan","cn-yushanfang","cn-zhangbei","cn-zhangbei-na61-b01","cn-zhangjiakou-na62-a01","cn-zhengzhou-nebula-1","eu-west-1-oxs","rus-west-1-pop"],"endpoint_health":{"ap-southeast-2":"DomainNotFound","ap-south-1":"DomainNotFound"}}

src/Release.php

+1-1
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.2261';
19+
const VERSION = '1.8.2262';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)