@alicloud/polardb20170801 5.4.0 → 5.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +100 -41
- package/dist/client.js +932 -157
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1030 -194
package/src/client.ts
CHANGED
|
@@ -3336,6 +3336,10 @@ export class DescribeDBClusterSSLResponseBodyItems extends $dara.Model {
|
|
|
3336
3336
|
* pe-************
|
|
3337
3337
|
*/
|
|
3338
3338
|
DBEndpointId?: string;
|
|
3339
|
+
/**
|
|
3340
|
+
* @example
|
|
3341
|
+
* Enable
|
|
3342
|
+
*/
|
|
3339
3343
|
SSLAutoRotate?: string;
|
|
3340
3344
|
/**
|
|
3341
3345
|
* @remarks
|
|
@@ -3475,7 +3479,7 @@ export class DescribeDBClusterVersionResponseBodyProxyRevisionVersionList extend
|
|
|
3475
3479
|
* * **BETA**: a preview version
|
|
3476
3480
|
*
|
|
3477
3481
|
* @example
|
|
3478
|
-
*
|
|
3482
|
+
* LTS
|
|
3479
3483
|
*/
|
|
3480
3484
|
releaseType?: string;
|
|
3481
3485
|
/**
|
|
@@ -5740,7 +5744,17 @@ export class DescribeGlobalDatabaseNetworkResponseBodyDBClustersDBNodes extends
|
|
|
5740
5744
|
export class DescribeGlobalDatabaseNetworkResponseBodyDBClusters extends $dara.Model {
|
|
5741
5745
|
/**
|
|
5742
5746
|
* @remarks
|
|
5743
|
-
* The edition of the cluster.
|
|
5747
|
+
* The edition of the cluster. Valid values:
|
|
5748
|
+
*
|
|
5749
|
+
* Normal: Cluster Edition Basic: Single Node Edition Archive: X-Engine Edition NormalMultimaster: Multi-master Cluster Edition SENormal: Standard Edition
|
|
5750
|
+
*
|
|
5751
|
+
* >
|
|
5752
|
+
*
|
|
5753
|
+
* * PolarDB for PostgreSQL clusters that run the PostgreSQL 11 database engine do not support Single Node Edition.
|
|
5754
|
+
*
|
|
5755
|
+
* * PolarDB for MySQL 8.0 and 5.7 clusters, and PolarDB for PostgreSQL clusters that run the PostgreSQL 14 database engine support Standard Edition.
|
|
5756
|
+
*
|
|
5757
|
+
* * PolarDB for MySQL 8.0 clusters support X-Engine Edition and Multi-master Cluster Edition.
|
|
5744
5758
|
*
|
|
5745
5759
|
* @example
|
|
5746
5760
|
* Normal
|
|
@@ -8026,7 +8040,7 @@ export class DescribeVSwitchesResponseBodyVSwitchs extends $dara.Model {
|
|
|
8026
8040
|
cidrBlock?: string;
|
|
8027
8041
|
/**
|
|
8028
8042
|
* @remarks
|
|
8029
|
-
* The
|
|
8043
|
+
* The description of the vSwitch.
|
|
8030
8044
|
*
|
|
8031
8045
|
* @example
|
|
8032
8046
|
* vSwitchDescription
|
|
@@ -11404,8 +11418,10 @@ export class CreateDBClusterEndpointRequest extends $dara.Model {
|
|
|
11404
11418
|
resourceOwnerId?: number;
|
|
11405
11419
|
/**
|
|
11406
11420
|
* @remarks
|
|
11407
|
-
*
|
|
11408
|
-
*
|
|
11421
|
+
* Specifies whether to enable the global consistency (high-performance mode) feature for the nodes. Valid values:
|
|
11422
|
+
*
|
|
11423
|
+
* * **ON**
|
|
11424
|
+
* * **OFF**
|
|
11409
11425
|
*
|
|
11410
11426
|
* @example
|
|
11411
11427
|
* on
|
|
@@ -11990,12 +12006,18 @@ export class CreateDBNodesRequest extends $dara.Model {
|
|
|
11990
12006
|
DBNode?: CreateDBNodesRequestDBNode[];
|
|
11991
12007
|
/**
|
|
11992
12008
|
* @remarks
|
|
11993
|
-
* The type
|
|
12009
|
+
* The node type. Valid values:
|
|
11994
12010
|
*
|
|
11995
12011
|
* * RO
|
|
11996
12012
|
* * STANDBY
|
|
11997
12013
|
* * DLNode
|
|
11998
12014
|
*
|
|
12015
|
+
* Enumerated values:
|
|
12016
|
+
*
|
|
12017
|
+
* * DLNode: AI node
|
|
12018
|
+
* * STANDBY: standby node
|
|
12019
|
+
* * RO: read-only node
|
|
12020
|
+
*
|
|
11999
12021
|
* @example
|
|
12000
12022
|
* RO
|
|
12001
12023
|
*/
|
|
@@ -14230,10 +14252,17 @@ export class DeleteDBNodesRequest extends $dara.Model {
|
|
|
14230
14252
|
DBNodeId?: string[];
|
|
14231
14253
|
/**
|
|
14232
14254
|
* @remarks
|
|
14233
|
-
* The type
|
|
14255
|
+
* The node type. Valid values:
|
|
14234
14256
|
*
|
|
14235
14257
|
* * RO
|
|
14236
14258
|
* * STANDBY
|
|
14259
|
+
* * DLNode
|
|
14260
|
+
*
|
|
14261
|
+
* Enumerated values:
|
|
14262
|
+
*
|
|
14263
|
+
* * DLNode: AI node
|
|
14264
|
+
* * STANDBY: standby node
|
|
14265
|
+
* * RO: read-only node
|
|
14237
14266
|
*
|
|
14238
14267
|
* @example
|
|
14239
14268
|
* RO
|
|
@@ -15608,6 +15637,11 @@ export class DescribeActivationCodesRequest extends $dara.Model {
|
|
|
15608
15637
|
* 2233****445566
|
|
15609
15638
|
*/
|
|
15610
15639
|
aliyunOrderId?: string;
|
|
15640
|
+
/**
|
|
15641
|
+
* @example
|
|
15642
|
+
* aa:bb:cc:dd:ee:ff
|
|
15643
|
+
*/
|
|
15644
|
+
macAddress?: string;
|
|
15611
15645
|
ownerAccount?: string;
|
|
15612
15646
|
ownerId?: number;
|
|
15613
15647
|
/**
|
|
@@ -15628,27 +15662,36 @@ export class DescribeActivationCodesRequest extends $dara.Model {
|
|
|
15628
15662
|
pageSize?: number;
|
|
15629
15663
|
resourceOwnerAccount?: string;
|
|
15630
15664
|
resourceOwnerId?: number;
|
|
15665
|
+
/**
|
|
15666
|
+
* @example
|
|
15667
|
+
* 3312548696141831911
|
|
15668
|
+
*/
|
|
15669
|
+
systemIdentifier?: string;
|
|
15631
15670
|
static names(): { [key: string]: string } {
|
|
15632
15671
|
return {
|
|
15633
15672
|
aliyunOrderId: 'AliyunOrderId',
|
|
15673
|
+
macAddress: 'MacAddress',
|
|
15634
15674
|
ownerAccount: 'OwnerAccount',
|
|
15635
15675
|
ownerId: 'OwnerId',
|
|
15636
15676
|
pageNumber: 'PageNumber',
|
|
15637
15677
|
pageSize: 'PageSize',
|
|
15638
15678
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
15639
15679
|
resourceOwnerId: 'ResourceOwnerId',
|
|
15680
|
+
systemIdentifier: 'SystemIdentifier',
|
|
15640
15681
|
};
|
|
15641
15682
|
}
|
|
15642
15683
|
|
|
15643
15684
|
static types(): { [key: string]: any } {
|
|
15644
15685
|
return {
|
|
15645
15686
|
aliyunOrderId: 'string',
|
|
15687
|
+
macAddress: 'string',
|
|
15646
15688
|
ownerAccount: 'string',
|
|
15647
15689
|
ownerId: 'number',
|
|
15648
15690
|
pageNumber: 'number',
|
|
15649
15691
|
pageSize: 'number',
|
|
15650
15692
|
resourceOwnerAccount: 'string',
|
|
15651
15693
|
resourceOwnerId: 'number',
|
|
15694
|
+
systemIdentifier: 'string',
|
|
15652
15695
|
};
|
|
15653
15696
|
}
|
|
15654
15697
|
|
|
@@ -15795,11 +15838,21 @@ export class DescribeActiveOperationTasksRequest extends $dara.Model {
|
|
|
15795
15838
|
ownerAccount?: string;
|
|
15796
15839
|
ownerId?: number;
|
|
15797
15840
|
/**
|
|
15841
|
+
* @remarks
|
|
15842
|
+
* The page number of the page to return. The value must be an integer that is greater than 0. Default value: 1.
|
|
15843
|
+
*
|
|
15798
15844
|
* @example
|
|
15799
15845
|
* 1
|
|
15800
15846
|
*/
|
|
15801
15847
|
pageNumber?: number;
|
|
15802
15848
|
/**
|
|
15849
|
+
* @remarks
|
|
15850
|
+
* The number of entries per page. Valid values:
|
|
15851
|
+
*
|
|
15852
|
+
* * **30** (default)
|
|
15853
|
+
* * **50**
|
|
15854
|
+
* * **100**
|
|
15855
|
+
*
|
|
15803
15856
|
* @example
|
|
15804
15857
|
* 30
|
|
15805
15858
|
*/
|
|
@@ -20274,6 +20327,10 @@ export class DescribeDBClusterTDEResponseBody extends $dara.Model {
|
|
|
20274
20327
|
* 2a4f4ac2-****-****-****-************
|
|
20275
20328
|
*/
|
|
20276
20329
|
encryptionKey?: string;
|
|
20330
|
+
/**
|
|
20331
|
+
* @example
|
|
20332
|
+
* Enabled
|
|
20333
|
+
*/
|
|
20277
20334
|
encryptionKeyStatus?: string;
|
|
20278
20335
|
/**
|
|
20279
20336
|
* @remarks
|
|
@@ -21072,7 +21129,7 @@ export class DescribeDBClustersWithBackupsRequest extends $dara.Model {
|
|
|
21072
21129
|
pageNumber?: number;
|
|
21073
21130
|
/**
|
|
21074
21131
|
* @remarks
|
|
21075
|
-
* The number of entries
|
|
21132
|
+
* The number of entries per page. Valid values:
|
|
21076
21133
|
*
|
|
21077
21134
|
* * **30**
|
|
21078
21135
|
* * **50**
|
|
@@ -22222,7 +22279,7 @@ export class DescribeDasConfigRequest extends $dara.Model {
|
|
|
22222
22279
|
export class DescribeDasConfigResponseBody extends $dara.Model {
|
|
22223
22280
|
/**
|
|
22224
22281
|
* @remarks
|
|
22225
|
-
*
|
|
22282
|
+
* The request ID.
|
|
22226
22283
|
*
|
|
22227
22284
|
* @example
|
|
22228
22285
|
* 593AE1C5-B70C-463F-9207-074639******
|
|
@@ -22230,7 +22287,10 @@ export class DescribeDasConfigResponseBody extends $dara.Model {
|
|
|
22230
22287
|
requestId?: string;
|
|
22231
22288
|
/**
|
|
22232
22289
|
* @remarks
|
|
22233
|
-
*
|
|
22290
|
+
* Specifies whether to enable automatic storage scaling for the Standard Edition cluster. Valid values:
|
|
22291
|
+
*
|
|
22292
|
+
* * Enable
|
|
22293
|
+
* * Disable
|
|
22234
22294
|
*
|
|
22235
22295
|
* @example
|
|
22236
22296
|
* Enable
|
|
@@ -22238,9 +22298,9 @@ export class DescribeDasConfigResponseBody extends $dara.Model {
|
|
|
22238
22298
|
storageAutoScale?: string;
|
|
22239
22299
|
/**
|
|
22240
22300
|
* @remarks
|
|
22241
|
-
* The maximum storage capacity
|
|
22301
|
+
* The maximum storage capacity that is allowed for storage automatic scaling of the Standard Edition cluster. Unit: GB.
|
|
22242
22302
|
*
|
|
22243
|
-
* > This parameter is
|
|
22303
|
+
* > This parameter is valid only when the StorageAutoScale parameter is set to Enable.
|
|
22244
22304
|
*
|
|
22245
22305
|
* @example
|
|
22246
22306
|
* 800
|
|
@@ -23017,7 +23077,7 @@ export class DescribeGlobalDatabaseNetworksRequest extends $dara.Model {
|
|
|
23017
23077
|
ownerId?: number;
|
|
23018
23078
|
/**
|
|
23019
23079
|
* @remarks
|
|
23020
|
-
* The page
|
|
23080
|
+
* The number of the page to return. Default value: 1. The value must be an integer that is greater than 0.
|
|
23021
23081
|
*
|
|
23022
23082
|
* @example
|
|
23023
23083
|
* 1
|
|
@@ -23025,7 +23085,7 @@ export class DescribeGlobalDatabaseNetworksRequest extends $dara.Model {
|
|
|
23025
23085
|
pageNumber?: number;
|
|
23026
23086
|
/**
|
|
23027
23087
|
* @remarks
|
|
23028
|
-
* The number of entries
|
|
23088
|
+
* The number of entries per page. Default value: 30. Valid values:
|
|
23029
23089
|
*
|
|
23030
23090
|
* * 30
|
|
23031
23091
|
* * 50
|
|
@@ -23748,7 +23808,7 @@ export class DescribeLicenseOrdersRequest extends $dara.Model {
|
|
|
23748
23808
|
ownerId?: number;
|
|
23749
23809
|
/**
|
|
23750
23810
|
* @remarks
|
|
23751
|
-
* The type
|
|
23811
|
+
* The plan type. Valid values:
|
|
23752
23812
|
*
|
|
23753
23813
|
* * single_node_subscribe: Single-node Edition (Subscription).
|
|
23754
23814
|
* * single_node_long_term: Single-node Edition (Long-term).
|
|
@@ -25022,7 +25082,7 @@ export class DescribePendingMaintenanceActionRequest extends $dara.Model {
|
|
|
25022
25082
|
ownerId?: number;
|
|
25023
25083
|
/**
|
|
25024
25084
|
* @remarks
|
|
25025
|
-
* The page
|
|
25085
|
+
* The number of the page to return. Specify the parameter to a positive integer that does not exceed the maximum value of the INTEGER data type. Default value: **1**.
|
|
25026
25086
|
*
|
|
25027
25087
|
* @example
|
|
25028
25088
|
* 1
|
|
@@ -25030,7 +25090,7 @@ export class DescribePendingMaintenanceActionRequest extends $dara.Model {
|
|
|
25030
25090
|
pageNumber?: number;
|
|
25031
25091
|
/**
|
|
25032
25092
|
* @remarks
|
|
25033
|
-
* The number of entries per page. Valid values: **30**, **50**,
|
|
25093
|
+
* The number of entries per page. Valid values: **30**, **50**, and **100**.
|
|
25034
25094
|
*
|
|
25035
25095
|
* Default value: **30**.
|
|
25036
25096
|
*
|
|
@@ -25931,9 +25991,9 @@ export class DescribeSlowLogRecordsRequest extends $dara.Model {
|
|
|
25931
25991
|
ownerId?: number;
|
|
25932
25992
|
/**
|
|
25933
25993
|
* @remarks
|
|
25934
|
-
*
|
|
25994
|
+
* The page number. The value must be an integer that is greater than 0.
|
|
25935
25995
|
*
|
|
25936
|
-
*
|
|
25996
|
+
* Default value: **1**.
|
|
25937
25997
|
*
|
|
25938
25998
|
* @example
|
|
25939
25999
|
* 1
|
|
@@ -25941,12 +26001,13 @@ export class DescribeSlowLogRecordsRequest extends $dara.Model {
|
|
|
25941
26001
|
pageNumber?: number;
|
|
25942
26002
|
/**
|
|
25943
26003
|
* @remarks
|
|
25944
|
-
*
|
|
25945
|
-
*
|
|
25946
|
-
* *
|
|
25947
|
-
* *
|
|
26004
|
+
* The number of entries per page. Valid values:
|
|
26005
|
+
*
|
|
26006
|
+
* * **30**
|
|
26007
|
+
* * **50**
|
|
26008
|
+
* * **100**
|
|
25948
26009
|
*
|
|
25949
|
-
*
|
|
26010
|
+
* Default value: **30**.
|
|
25950
26011
|
*
|
|
25951
26012
|
* @example
|
|
25952
26013
|
* 30
|
|
@@ -26190,7 +26251,7 @@ export class DescribeSlowLogsRequest extends $dara.Model {
|
|
|
26190
26251
|
ownerId?: number;
|
|
26191
26252
|
/**
|
|
26192
26253
|
* @remarks
|
|
26193
|
-
* The
|
|
26254
|
+
* The page number. Pages start from 1.
|
|
26194
26255
|
*
|
|
26195
26256
|
* Default value: 1.
|
|
26196
26257
|
*
|
|
@@ -26449,7 +26510,7 @@ export class DescribeTasksRequest extends $dara.Model {
|
|
|
26449
26510
|
ownerId?: number;
|
|
26450
26511
|
/**
|
|
26451
26512
|
* @remarks
|
|
26452
|
-
* The page number
|
|
26513
|
+
* The page number. Pages start from page 1.
|
|
26453
26514
|
*
|
|
26454
26515
|
* Default value: **1**.
|
|
26455
26516
|
*
|
|
@@ -26459,7 +26520,7 @@ export class DescribeTasksRequest extends $dara.Model {
|
|
|
26459
26520
|
pageNumber?: number;
|
|
26460
26521
|
/**
|
|
26461
26522
|
* @remarks
|
|
26462
|
-
* The number of entries
|
|
26523
|
+
* The number of entries per page. Valid values: **30**, **50**, and **100**.
|
|
26463
26524
|
*
|
|
26464
26525
|
* Default value: **30**.
|
|
26465
26526
|
*
|
|
@@ -26850,7 +26911,7 @@ export class DescribeVSwitchesRequest extends $dara.Model {
|
|
|
26850
26911
|
pageNumber?: number;
|
|
26851
26912
|
/**
|
|
26852
26913
|
* @remarks
|
|
26853
|
-
* The number of entries to return
|
|
26914
|
+
* The number of entries to return on each page. Maximum value: 50. The default value is 50.
|
|
26854
26915
|
*
|
|
26855
26916
|
* @example
|
|
26856
26917
|
* 50
|
|
@@ -26858,7 +26919,7 @@ export class DescribeVSwitchesRequest extends $dara.Model {
|
|
|
26858
26919
|
pageSize?: number;
|
|
26859
26920
|
/**
|
|
26860
26921
|
* @remarks
|
|
26861
|
-
* The ID of the region where the vSwitch
|
|
26922
|
+
* The ID of the region where the vSwitch is deployed.
|
|
26862
26923
|
*
|
|
26863
26924
|
* @example
|
|
26864
26925
|
* cn-hangzhou
|
|
@@ -26971,7 +27032,7 @@ export class DescribeVSwitchesResponseBody extends $dara.Model {
|
|
|
26971
27032
|
totalCount?: number;
|
|
26972
27033
|
/**
|
|
26973
27034
|
* @remarks
|
|
26974
|
-
* The
|
|
27035
|
+
* The vSwitches.
|
|
26975
27036
|
*/
|
|
26976
27037
|
vSwitchs?: DescribeVSwitchesResponseBodyVSwitchs[];
|
|
26977
27038
|
static names(): { [key: string]: string } {
|
|
@@ -30553,11 +30614,6 @@ export class ModifyDBClusterEndpointRequest extends $dara.Model {
|
|
|
30553
30614
|
* * **ON**
|
|
30554
30615
|
* * **OFF**
|
|
30555
30616
|
*
|
|
30556
|
-
* Valid values:
|
|
30557
|
-
*
|
|
30558
|
-
* * on
|
|
30559
|
-
* * off
|
|
30560
|
-
*
|
|
30561
30617
|
* @example
|
|
30562
30618
|
* on
|
|
30563
30619
|
*/
|
|
@@ -31368,7 +31424,7 @@ export class ModifyDBClusterPrimaryZoneRequest extends $dara.Model {
|
|
|
31368
31424
|
zoneId?: string;
|
|
31369
31425
|
/**
|
|
31370
31426
|
* @remarks
|
|
31371
|
-
* The type
|
|
31427
|
+
* The zone type. Valid values:
|
|
31372
31428
|
*
|
|
31373
31429
|
* * **Primary**: primary zone
|
|
31374
31430
|
* * **Standby**: secondary zone
|
|
@@ -31938,7 +31994,6 @@ export class ModifyDBClusterServerlessConfRequest extends $dara.Model {
|
|
|
31938
31994
|
*
|
|
31939
31995
|
* @example
|
|
31940
31996
|
* normal
|
|
31941
|
-
* flexible
|
|
31942
31997
|
*/
|
|
31943
31998
|
serverlessRuleMode?: string;
|
|
31944
31999
|
/**
|
|
@@ -32087,6 +32142,14 @@ export class ModifyDBClusterServerlessConfResponse extends $dara.Model {
|
|
|
32087
32142
|
|
|
32088
32143
|
export class ModifyDBClusterStoragePerformanceRequest extends $dara.Model {
|
|
32089
32144
|
/**
|
|
32145
|
+
* @remarks
|
|
32146
|
+
* Specifies whether to enable the I/O Burst feature for the ESSD AutoPL disk. Valid value:
|
|
32147
|
+
*
|
|
32148
|
+
* * **true**
|
|
32149
|
+
* * **false** (default)
|
|
32150
|
+
*
|
|
32151
|
+
* > This parameter is available only when the StorageType parameter is set to ESSDAUTOPL.
|
|
32152
|
+
*
|
|
32090
32153
|
* @example
|
|
32091
32154
|
* false
|
|
32092
32155
|
*/
|
|
@@ -37292,7 +37355,12 @@ export default class Client extends OpenApi {
|
|
|
37292
37355
|
reqBodyType: "formData",
|
|
37293
37356
|
bodyType: "json",
|
|
37294
37357
|
});
|
|
37295
|
-
|
|
37358
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
37359
|
+
return $dara.cast<CancelActiveOperationTasksResponse>(await this.callApi(params, req, runtime), new CancelActiveOperationTasksResponse({}));
|
|
37360
|
+
} else {
|
|
37361
|
+
return $dara.cast<CancelActiveOperationTasksResponse>(await this.execute(params, req, runtime), new CancelActiveOperationTasksResponse({}));
|
|
37362
|
+
}
|
|
37363
|
+
|
|
37296
37364
|
}
|
|
37297
37365
|
|
|
37298
37366
|
/**
|
|
@@ -37358,7 +37426,12 @@ export default class Client extends OpenApi {
|
|
|
37358
37426
|
reqBodyType: "formData",
|
|
37359
37427
|
bodyType: "json",
|
|
37360
37428
|
});
|
|
37361
|
-
|
|
37429
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
37430
|
+
return $dara.cast<CancelScheduleTasksResponse>(await this.callApi(params, req, runtime), new CancelScheduleTasksResponse({}));
|
|
37431
|
+
} else {
|
|
37432
|
+
return $dara.cast<CancelScheduleTasksResponse>(await this.execute(params, req, runtime), new CancelScheduleTasksResponse({}));
|
|
37433
|
+
}
|
|
37434
|
+
|
|
37362
37435
|
}
|
|
37363
37436
|
|
|
37364
37437
|
/**
|
|
@@ -37420,7 +37493,12 @@ export default class Client extends OpenApi {
|
|
|
37420
37493
|
reqBodyType: "formData",
|
|
37421
37494
|
bodyType: "json",
|
|
37422
37495
|
});
|
|
37423
|
-
|
|
37496
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
37497
|
+
return $dara.cast<CheckAccountNameResponse>(await this.callApi(params, req, runtime), new CheckAccountNameResponse({}));
|
|
37498
|
+
} else {
|
|
37499
|
+
return $dara.cast<CheckAccountNameResponse>(await this.execute(params, req, runtime), new CheckAccountNameResponse({}));
|
|
37500
|
+
}
|
|
37501
|
+
|
|
37424
37502
|
}
|
|
37425
37503
|
|
|
37426
37504
|
/**
|
|
@@ -37482,7 +37560,12 @@ export default class Client extends OpenApi {
|
|
|
37482
37560
|
reqBodyType: "formData",
|
|
37483
37561
|
bodyType: "json",
|
|
37484
37562
|
});
|
|
37485
|
-
|
|
37563
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
37564
|
+
return $dara.cast<CheckDBNameResponse>(await this.callApi(params, req, runtime), new CheckDBNameResponse({}));
|
|
37565
|
+
} else {
|
|
37566
|
+
return $dara.cast<CheckDBNameResponse>(await this.execute(params, req, runtime), new CheckDBNameResponse({}));
|
|
37567
|
+
}
|
|
37568
|
+
|
|
37486
37569
|
}
|
|
37487
37570
|
|
|
37488
37571
|
/**
|
|
@@ -37548,7 +37631,12 @@ export default class Client extends OpenApi {
|
|
|
37548
37631
|
reqBodyType: "formData",
|
|
37549
37632
|
bodyType: "json",
|
|
37550
37633
|
});
|
|
37551
|
-
|
|
37634
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
37635
|
+
return $dara.cast<CheckKMSAuthorizedResponse>(await this.callApi(params, req, runtime), new CheckKMSAuthorizedResponse({}));
|
|
37636
|
+
} else {
|
|
37637
|
+
return $dara.cast<CheckKMSAuthorizedResponse>(await this.execute(params, req, runtime), new CheckKMSAuthorizedResponse({}));
|
|
37638
|
+
}
|
|
37639
|
+
|
|
37552
37640
|
}
|
|
37553
37641
|
|
|
37554
37642
|
/**
|
|
@@ -37602,7 +37690,12 @@ export default class Client extends OpenApi {
|
|
|
37602
37690
|
reqBodyType: "formData",
|
|
37603
37691
|
bodyType: "json",
|
|
37604
37692
|
});
|
|
37605
|
-
|
|
37693
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
37694
|
+
return $dara.cast<CheckServiceLinkedRoleResponse>(await this.callApi(params, req, runtime), new CheckServiceLinkedRoleResponse({}));
|
|
37695
|
+
} else {
|
|
37696
|
+
return $dara.cast<CheckServiceLinkedRoleResponse>(await this.execute(params, req, runtime), new CheckServiceLinkedRoleResponse({}));
|
|
37697
|
+
}
|
|
37698
|
+
|
|
37606
37699
|
}
|
|
37607
37700
|
|
|
37608
37701
|
/**
|
|
@@ -37664,7 +37757,12 @@ export default class Client extends OpenApi {
|
|
|
37664
37757
|
reqBodyType: "formData",
|
|
37665
37758
|
bodyType: "json",
|
|
37666
37759
|
});
|
|
37667
|
-
|
|
37760
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
37761
|
+
return $dara.cast<CloseAITaskResponse>(await this.callApi(params, req, runtime), new CloseAITaskResponse({}));
|
|
37762
|
+
} else {
|
|
37763
|
+
return $dara.cast<CloseAITaskResponse>(await this.execute(params, req, runtime), new CloseAITaskResponse({}));
|
|
37764
|
+
}
|
|
37765
|
+
|
|
37668
37766
|
}
|
|
37669
37767
|
|
|
37670
37768
|
/**
|
|
@@ -37731,7 +37829,12 @@ export default class Client extends OpenApi {
|
|
|
37731
37829
|
reqBodyType: "formData",
|
|
37732
37830
|
bodyType: "json",
|
|
37733
37831
|
});
|
|
37734
|
-
|
|
37832
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
37833
|
+
return $dara.cast<CloseDBClusterMigrationResponse>(await this.callApi(params, req, runtime), new CloseDBClusterMigrationResponse({}));
|
|
37834
|
+
} else {
|
|
37835
|
+
return $dara.cast<CloseDBClusterMigrationResponse>(await this.execute(params, req, runtime), new CloseDBClusterMigrationResponse({}));
|
|
37836
|
+
}
|
|
37837
|
+
|
|
37735
37838
|
}
|
|
37736
37839
|
|
|
37737
37840
|
/**
|
|
@@ -37826,7 +37929,12 @@ export default class Client extends OpenApi {
|
|
|
37826
37929
|
reqBodyType: "formData",
|
|
37827
37930
|
bodyType: "json",
|
|
37828
37931
|
});
|
|
37829
|
-
|
|
37932
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
37933
|
+
return $dara.cast<CreateAccountResponse>(await this.callApi(params, req, runtime), new CreateAccountResponse({}));
|
|
37934
|
+
} else {
|
|
37935
|
+
return $dara.cast<CreateAccountResponse>(await this.execute(params, req, runtime), new CreateAccountResponse({}));
|
|
37936
|
+
}
|
|
37937
|
+
|
|
37830
37938
|
}
|
|
37831
37939
|
|
|
37832
37940
|
/**
|
|
@@ -37900,7 +38008,12 @@ export default class Client extends OpenApi {
|
|
|
37900
38008
|
reqBodyType: "formData",
|
|
37901
38009
|
bodyType: "json",
|
|
37902
38010
|
});
|
|
37903
|
-
|
|
38011
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
38012
|
+
return $dara.cast<CreateActivationCodeResponse>(await this.callApi(params, req, runtime), new CreateActivationCodeResponse({}));
|
|
38013
|
+
} else {
|
|
38014
|
+
return $dara.cast<CreateActivationCodeResponse>(await this.execute(params, req, runtime), new CreateActivationCodeResponse({}));
|
|
38015
|
+
}
|
|
38016
|
+
|
|
37904
38017
|
}
|
|
37905
38018
|
|
|
37906
38019
|
/**
|
|
@@ -37968,7 +38081,12 @@ export default class Client extends OpenApi {
|
|
|
37968
38081
|
reqBodyType: "formData",
|
|
37969
38082
|
bodyType: "json",
|
|
37970
38083
|
});
|
|
37971
|
-
|
|
38084
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
38085
|
+
return $dara.cast<CreateBackupResponse>(await this.callApi(params, req, runtime), new CreateBackupResponse({}));
|
|
38086
|
+
} else {
|
|
38087
|
+
return $dara.cast<CreateBackupResponse>(await this.execute(params, req, runtime), new CreateBackupResponse({}));
|
|
38088
|
+
}
|
|
38089
|
+
|
|
37972
38090
|
}
|
|
37973
38091
|
|
|
37974
38092
|
/**
|
|
@@ -38044,7 +38162,12 @@ export default class Client extends OpenApi {
|
|
|
38044
38162
|
reqBodyType: "formData",
|
|
38045
38163
|
bodyType: "json",
|
|
38046
38164
|
});
|
|
38047
|
-
|
|
38165
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
38166
|
+
return $dara.cast<CreateColdStorageInstanceResponse>(await this.callApi(params, req, runtime), new CreateColdStorageInstanceResponse({}));
|
|
38167
|
+
} else {
|
|
38168
|
+
return $dara.cast<CreateColdStorageInstanceResponse>(await this.execute(params, req, runtime), new CreateColdStorageInstanceResponse({}));
|
|
38169
|
+
}
|
|
38170
|
+
|
|
38048
38171
|
}
|
|
38049
38172
|
|
|
38050
38173
|
/**
|
|
@@ -38314,7 +38437,12 @@ export default class Client extends OpenApi {
|
|
|
38314
38437
|
reqBodyType: "formData",
|
|
38315
38438
|
bodyType: "json",
|
|
38316
38439
|
});
|
|
38317
|
-
|
|
38440
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
38441
|
+
return $dara.cast<CreateDBClusterResponse>(await this.callApi(params, req, runtime), new CreateDBClusterResponse({}));
|
|
38442
|
+
} else {
|
|
38443
|
+
return $dara.cast<CreateDBClusterResponse>(await this.execute(params, req, runtime), new CreateDBClusterResponse({}));
|
|
38444
|
+
}
|
|
38445
|
+
|
|
38318
38446
|
}
|
|
38319
38447
|
|
|
38320
38448
|
/**
|
|
@@ -38412,7 +38540,12 @@ export default class Client extends OpenApi {
|
|
|
38412
38540
|
reqBodyType: "formData",
|
|
38413
38541
|
bodyType: "json",
|
|
38414
38542
|
});
|
|
38415
|
-
|
|
38543
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
38544
|
+
return $dara.cast<CreateDBClusterEndpointResponse>(await this.callApi(params, req, runtime), new CreateDBClusterEndpointResponse({}));
|
|
38545
|
+
} else {
|
|
38546
|
+
return $dara.cast<CreateDBClusterEndpointResponse>(await this.execute(params, req, runtime), new CreateDBClusterEndpointResponse({}));
|
|
38547
|
+
}
|
|
38548
|
+
|
|
38416
38549
|
}
|
|
38417
38550
|
|
|
38418
38551
|
/**
|
|
@@ -38497,7 +38630,12 @@ export default class Client extends OpenApi {
|
|
|
38497
38630
|
reqBodyType: "formData",
|
|
38498
38631
|
bodyType: "json",
|
|
38499
38632
|
});
|
|
38500
|
-
|
|
38633
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
38634
|
+
return $dara.cast<CreateDBEndpointAddressResponse>(await this.callApi(params, req, runtime), new CreateDBEndpointAddressResponse({}));
|
|
38635
|
+
} else {
|
|
38636
|
+
return $dara.cast<CreateDBEndpointAddressResponse>(await this.execute(params, req, runtime), new CreateDBEndpointAddressResponse({}));
|
|
38637
|
+
}
|
|
38638
|
+
|
|
38501
38639
|
}
|
|
38502
38640
|
|
|
38503
38641
|
/**
|
|
@@ -38612,7 +38750,12 @@ export default class Client extends OpenApi {
|
|
|
38612
38750
|
reqBodyType: "formData",
|
|
38613
38751
|
bodyType: "json",
|
|
38614
38752
|
});
|
|
38615
|
-
|
|
38753
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
38754
|
+
return $dara.cast<CreateDBLinkResponse>(await this.callApi(params, req, runtime), new CreateDBLinkResponse({}));
|
|
38755
|
+
} else {
|
|
38756
|
+
return $dara.cast<CreateDBLinkResponse>(await this.execute(params, req, runtime), new CreateDBLinkResponse({}));
|
|
38757
|
+
}
|
|
38758
|
+
|
|
38616
38759
|
}
|
|
38617
38760
|
|
|
38618
38761
|
/**
|
|
@@ -38708,7 +38851,12 @@ export default class Client extends OpenApi {
|
|
|
38708
38851
|
reqBodyType: "formData",
|
|
38709
38852
|
bodyType: "json",
|
|
38710
38853
|
});
|
|
38711
|
-
|
|
38854
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
38855
|
+
return $dara.cast<CreateDBNodesResponse>(await this.callApi(params, req, runtime), new CreateDBNodesResponse({}));
|
|
38856
|
+
} else {
|
|
38857
|
+
return $dara.cast<CreateDBNodesResponse>(await this.execute(params, req, runtime), new CreateDBNodesResponse({}));
|
|
38858
|
+
}
|
|
38859
|
+
|
|
38712
38860
|
}
|
|
38713
38861
|
|
|
38714
38862
|
/**
|
|
@@ -38799,7 +38947,12 @@ export default class Client extends OpenApi {
|
|
|
38799
38947
|
reqBodyType: "formData",
|
|
38800
38948
|
bodyType: "json",
|
|
38801
38949
|
});
|
|
38802
|
-
|
|
38950
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
38951
|
+
return $dara.cast<CreateDatabaseResponse>(await this.callApi(params, req, runtime), new CreateDatabaseResponse({}));
|
|
38952
|
+
} else {
|
|
38953
|
+
return $dara.cast<CreateDatabaseResponse>(await this.execute(params, req, runtime), new CreateDatabaseResponse({}));
|
|
38954
|
+
}
|
|
38955
|
+
|
|
38803
38956
|
}
|
|
38804
38957
|
|
|
38805
38958
|
/**
|
|
@@ -38881,7 +39034,12 @@ export default class Client extends OpenApi {
|
|
|
38881
39034
|
reqBodyType: "formData",
|
|
38882
39035
|
bodyType: "json",
|
|
38883
39036
|
});
|
|
38884
|
-
|
|
39037
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
39038
|
+
return $dara.cast<CreateGlobalDatabaseNetworkResponse>(await this.callApi(params, req, runtime), new CreateGlobalDatabaseNetworkResponse({}));
|
|
39039
|
+
} else {
|
|
39040
|
+
return $dara.cast<CreateGlobalDatabaseNetworkResponse>(await this.execute(params, req, runtime), new CreateGlobalDatabaseNetworkResponse({}));
|
|
39041
|
+
}
|
|
39042
|
+
|
|
38885
39043
|
}
|
|
38886
39044
|
|
|
38887
39045
|
/**
|
|
@@ -38958,7 +39116,12 @@ export default class Client extends OpenApi {
|
|
|
38958
39116
|
reqBodyType: "formData",
|
|
38959
39117
|
bodyType: "json",
|
|
38960
39118
|
});
|
|
38961
|
-
|
|
39119
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
39120
|
+
return $dara.cast<CreateGlobalSecurityIPGroupResponse>(await this.callApi(params, req, runtime), new CreateGlobalSecurityIPGroupResponse({}));
|
|
39121
|
+
} else {
|
|
39122
|
+
return $dara.cast<CreateGlobalSecurityIPGroupResponse>(await this.execute(params, req, runtime), new CreateGlobalSecurityIPGroupResponse({}));
|
|
39123
|
+
}
|
|
39124
|
+
|
|
38962
39125
|
}
|
|
38963
39126
|
|
|
38964
39127
|
/**
|
|
@@ -39016,7 +39179,12 @@ export default class Client extends OpenApi {
|
|
|
39016
39179
|
reqBodyType: "formData",
|
|
39017
39180
|
bodyType: "json",
|
|
39018
39181
|
});
|
|
39019
|
-
|
|
39182
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
39183
|
+
return $dara.cast<CreateOrGetVirtualLicenseOrderResponse>(await this.callApi(params, req, runtime), new CreateOrGetVirtualLicenseOrderResponse({}));
|
|
39184
|
+
} else {
|
|
39185
|
+
return $dara.cast<CreateOrGetVirtualLicenseOrderResponse>(await this.execute(params, req, runtime), new CreateOrGetVirtualLicenseOrderResponse({}));
|
|
39186
|
+
}
|
|
39187
|
+
|
|
39020
39188
|
}
|
|
39021
39189
|
|
|
39022
39190
|
/**
|
|
@@ -39102,7 +39270,12 @@ export default class Client extends OpenApi {
|
|
|
39102
39270
|
reqBodyType: "formData",
|
|
39103
39271
|
bodyType: "json",
|
|
39104
39272
|
});
|
|
39105
|
-
|
|
39273
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
39274
|
+
return $dara.cast<CreateParameterGroupResponse>(await this.callApi(params, req, runtime), new CreateParameterGroupResponse({}));
|
|
39275
|
+
} else {
|
|
39276
|
+
return $dara.cast<CreateParameterGroupResponse>(await this.execute(params, req, runtime), new CreateParameterGroupResponse({}));
|
|
39277
|
+
}
|
|
39278
|
+
|
|
39106
39279
|
}
|
|
39107
39280
|
|
|
39108
39281
|
/**
|
|
@@ -39160,7 +39333,12 @@ export default class Client extends OpenApi {
|
|
|
39160
39333
|
reqBodyType: "formData",
|
|
39161
39334
|
bodyType: "json",
|
|
39162
39335
|
});
|
|
39163
|
-
|
|
39336
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
39337
|
+
return $dara.cast<CreateServiceLinkedRoleResponse>(await this.callApi(params, req, runtime), new CreateServiceLinkedRoleResponse({}));
|
|
39338
|
+
} else {
|
|
39339
|
+
return $dara.cast<CreateServiceLinkedRoleResponse>(await this.execute(params, req, runtime), new CreateServiceLinkedRoleResponse({}));
|
|
39340
|
+
}
|
|
39341
|
+
|
|
39164
39342
|
}
|
|
39165
39343
|
|
|
39166
39344
|
/**
|
|
@@ -39234,7 +39412,12 @@ export default class Client extends OpenApi {
|
|
|
39234
39412
|
reqBodyType: "formData",
|
|
39235
39413
|
bodyType: "json",
|
|
39236
39414
|
});
|
|
39237
|
-
|
|
39415
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
39416
|
+
return $dara.cast<CreateStoragePlanResponse>(await this.callApi(params, req, runtime), new CreateStoragePlanResponse({}));
|
|
39417
|
+
} else {
|
|
39418
|
+
return $dara.cast<CreateStoragePlanResponse>(await this.execute(params, req, runtime), new CreateStoragePlanResponse({}));
|
|
39419
|
+
}
|
|
39420
|
+
|
|
39238
39421
|
}
|
|
39239
39422
|
|
|
39240
39423
|
/**
|
|
@@ -39299,7 +39482,12 @@ export default class Client extends OpenApi {
|
|
|
39299
39482
|
reqBodyType: "formData",
|
|
39300
39483
|
bodyType: "json",
|
|
39301
39484
|
});
|
|
39302
|
-
|
|
39485
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
39486
|
+
return $dara.cast<DeleteAccountResponse>(await this.callApi(params, req, runtime), new DeleteAccountResponse({}));
|
|
39487
|
+
} else {
|
|
39488
|
+
return $dara.cast<DeleteAccountResponse>(await this.execute(params, req, runtime), new DeleteAccountResponse({}));
|
|
39489
|
+
}
|
|
39490
|
+
|
|
39303
39491
|
}
|
|
39304
39492
|
|
|
39305
39493
|
/**
|
|
@@ -39371,7 +39559,12 @@ export default class Client extends OpenApi {
|
|
|
39371
39559
|
reqBodyType: "formData",
|
|
39372
39560
|
bodyType: "json",
|
|
39373
39561
|
});
|
|
39374
|
-
|
|
39562
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
39563
|
+
return $dara.cast<DeleteBackupResponse>(await this.callApi(params, req, runtime), new DeleteBackupResponse({}));
|
|
39564
|
+
} else {
|
|
39565
|
+
return $dara.cast<DeleteBackupResponse>(await this.execute(params, req, runtime), new DeleteBackupResponse({}));
|
|
39566
|
+
}
|
|
39567
|
+
|
|
39375
39568
|
}
|
|
39376
39569
|
|
|
39377
39570
|
/**
|
|
@@ -39440,7 +39633,12 @@ export default class Client extends OpenApi {
|
|
|
39440
39633
|
reqBodyType: "formData",
|
|
39441
39634
|
bodyType: "json",
|
|
39442
39635
|
});
|
|
39443
|
-
|
|
39636
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
39637
|
+
return $dara.cast<DeleteDBClusterResponse>(await this.callApi(params, req, runtime), new DeleteDBClusterResponse({}));
|
|
39638
|
+
} else {
|
|
39639
|
+
return $dara.cast<DeleteDBClusterResponse>(await this.execute(params, req, runtime), new DeleteDBClusterResponse({}));
|
|
39640
|
+
}
|
|
39641
|
+
|
|
39444
39642
|
}
|
|
39445
39643
|
|
|
39446
39644
|
/**
|
|
@@ -39502,7 +39700,12 @@ export default class Client extends OpenApi {
|
|
|
39502
39700
|
reqBodyType: "formData",
|
|
39503
39701
|
bodyType: "json",
|
|
39504
39702
|
});
|
|
39505
|
-
|
|
39703
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
39704
|
+
return $dara.cast<DeleteDBClusterEndpointResponse>(await this.callApi(params, req, runtime), new DeleteDBClusterEndpointResponse({}));
|
|
39705
|
+
} else {
|
|
39706
|
+
return $dara.cast<DeleteDBClusterEndpointResponse>(await this.execute(params, req, runtime), new DeleteDBClusterEndpointResponse({}));
|
|
39707
|
+
}
|
|
39708
|
+
|
|
39506
39709
|
}
|
|
39507
39710
|
|
|
39508
39711
|
/**
|
|
@@ -39572,7 +39775,12 @@ export default class Client extends OpenApi {
|
|
|
39572
39775
|
reqBodyType: "formData",
|
|
39573
39776
|
bodyType: "json",
|
|
39574
39777
|
});
|
|
39575
|
-
|
|
39778
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
39779
|
+
return $dara.cast<DeleteDBEndpointAddressResponse>(await this.callApi(params, req, runtime), new DeleteDBEndpointAddressResponse({}));
|
|
39780
|
+
} else {
|
|
39781
|
+
return $dara.cast<DeleteDBEndpointAddressResponse>(await this.execute(params, req, runtime), new DeleteDBEndpointAddressResponse({}));
|
|
39782
|
+
}
|
|
39783
|
+
|
|
39576
39784
|
}
|
|
39577
39785
|
|
|
39578
39786
|
/**
|
|
@@ -39638,7 +39846,12 @@ export default class Client extends OpenApi {
|
|
|
39638
39846
|
reqBodyType: "formData",
|
|
39639
39847
|
bodyType: "json",
|
|
39640
39848
|
});
|
|
39641
|
-
|
|
39849
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
39850
|
+
return $dara.cast<DeleteDBLinkResponse>(await this.callApi(params, req, runtime), new DeleteDBLinkResponse({}));
|
|
39851
|
+
} else {
|
|
39852
|
+
return $dara.cast<DeleteDBLinkResponse>(await this.execute(params, req, runtime), new DeleteDBLinkResponse({}));
|
|
39853
|
+
}
|
|
39854
|
+
|
|
39642
39855
|
}
|
|
39643
39856
|
|
|
39644
39857
|
/**
|
|
@@ -39708,7 +39921,12 @@ export default class Client extends OpenApi {
|
|
|
39708
39921
|
reqBodyType: "formData",
|
|
39709
39922
|
bodyType: "json",
|
|
39710
39923
|
});
|
|
39711
|
-
|
|
39924
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
39925
|
+
return $dara.cast<DeleteDBNodesResponse>(await this.callApi(params, req, runtime), new DeleteDBNodesResponse({}));
|
|
39926
|
+
} else {
|
|
39927
|
+
return $dara.cast<DeleteDBNodesResponse>(await this.execute(params, req, runtime), new DeleteDBNodesResponse({}));
|
|
39928
|
+
}
|
|
39929
|
+
|
|
39712
39930
|
}
|
|
39713
39931
|
|
|
39714
39932
|
/**
|
|
@@ -39774,7 +39992,12 @@ export default class Client extends OpenApi {
|
|
|
39774
39992
|
reqBodyType: "formData",
|
|
39775
39993
|
bodyType: "json",
|
|
39776
39994
|
});
|
|
39777
|
-
|
|
39995
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
39996
|
+
return $dara.cast<DeleteDatabaseResponse>(await this.callApi(params, req, runtime), new DeleteDatabaseResponse({}));
|
|
39997
|
+
} else {
|
|
39998
|
+
return $dara.cast<DeleteDatabaseResponse>(await this.execute(params, req, runtime), new DeleteDatabaseResponse({}));
|
|
39999
|
+
}
|
|
40000
|
+
|
|
39778
40001
|
}
|
|
39779
40002
|
|
|
39780
40003
|
/**
|
|
@@ -39847,7 +40070,12 @@ export default class Client extends OpenApi {
|
|
|
39847
40070
|
reqBodyType: "formData",
|
|
39848
40071
|
bodyType: "json",
|
|
39849
40072
|
});
|
|
39850
|
-
|
|
40073
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
40074
|
+
return $dara.cast<DeleteGlobalDatabaseNetworkResponse>(await this.callApi(params, req, runtime), new DeleteGlobalDatabaseNetworkResponse({}));
|
|
40075
|
+
} else {
|
|
40076
|
+
return $dara.cast<DeleteGlobalDatabaseNetworkResponse>(await this.execute(params, req, runtime), new DeleteGlobalDatabaseNetworkResponse({}));
|
|
40077
|
+
}
|
|
40078
|
+
|
|
39851
40079
|
}
|
|
39852
40080
|
|
|
39853
40081
|
/**
|
|
@@ -39924,7 +40152,12 @@ export default class Client extends OpenApi {
|
|
|
39924
40152
|
reqBodyType: "formData",
|
|
39925
40153
|
bodyType: "json",
|
|
39926
40154
|
});
|
|
39927
|
-
|
|
40155
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
40156
|
+
return $dara.cast<DeleteGlobalSecurityIPGroupResponse>(await this.callApi(params, req, runtime), new DeleteGlobalSecurityIPGroupResponse({}));
|
|
40157
|
+
} else {
|
|
40158
|
+
return $dara.cast<DeleteGlobalSecurityIPGroupResponse>(await this.execute(params, req, runtime), new DeleteGlobalSecurityIPGroupResponse({}));
|
|
40159
|
+
}
|
|
40160
|
+
|
|
39928
40161
|
}
|
|
39929
40162
|
|
|
39930
40163
|
/**
|
|
@@ -39970,7 +40203,12 @@ export default class Client extends OpenApi {
|
|
|
39970
40203
|
reqBodyType: "formData",
|
|
39971
40204
|
bodyType: "json",
|
|
39972
40205
|
});
|
|
39973
|
-
|
|
40206
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
40207
|
+
return $dara.cast<DeleteMaskingRulesResponse>(await this.callApi(params, req, runtime), new DeleteMaskingRulesResponse({}));
|
|
40208
|
+
} else {
|
|
40209
|
+
return $dara.cast<DeleteMaskingRulesResponse>(await this.execute(params, req, runtime), new DeleteMaskingRulesResponse({}));
|
|
40210
|
+
}
|
|
40211
|
+
|
|
39974
40212
|
}
|
|
39975
40213
|
|
|
39976
40214
|
/**
|
|
@@ -40040,7 +40278,12 @@ export default class Client extends OpenApi {
|
|
|
40040
40278
|
reqBodyType: "formData",
|
|
40041
40279
|
bodyType: "json",
|
|
40042
40280
|
});
|
|
40043
|
-
|
|
40281
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
40282
|
+
return $dara.cast<DeleteParameterGroupResponse>(await this.callApi(params, req, runtime), new DeleteParameterGroupResponse({}));
|
|
40283
|
+
} else {
|
|
40284
|
+
return $dara.cast<DeleteParameterGroupResponse>(await this.execute(params, req, runtime), new DeleteParameterGroupResponse({}));
|
|
40285
|
+
}
|
|
40286
|
+
|
|
40044
40287
|
}
|
|
40045
40288
|
|
|
40046
40289
|
/**
|
|
@@ -40082,7 +40325,12 @@ export default class Client extends OpenApi {
|
|
|
40082
40325
|
reqBodyType: "formData",
|
|
40083
40326
|
bodyType: "json",
|
|
40084
40327
|
});
|
|
40085
|
-
|
|
40328
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
40329
|
+
return $dara.cast<DescribeAITaskStatusResponse>(await this.callApi(params, req, runtime), new DescribeAITaskStatusResponse({}));
|
|
40330
|
+
} else {
|
|
40331
|
+
return $dara.cast<DescribeAITaskStatusResponse>(await this.execute(params, req, runtime), new DescribeAITaskStatusResponse({}));
|
|
40332
|
+
}
|
|
40333
|
+
|
|
40086
40334
|
}
|
|
40087
40335
|
|
|
40088
40336
|
/**
|
|
@@ -40152,7 +40400,12 @@ export default class Client extends OpenApi {
|
|
|
40152
40400
|
reqBodyType: "formData",
|
|
40153
40401
|
bodyType: "json",
|
|
40154
40402
|
});
|
|
40155
|
-
|
|
40403
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
40404
|
+
return $dara.cast<DescribeAccountsResponse>(await this.callApi(params, req, runtime), new DescribeAccountsResponse({}));
|
|
40405
|
+
} else {
|
|
40406
|
+
return $dara.cast<DescribeAccountsResponse>(await this.execute(params, req, runtime), new DescribeAccountsResponse({}));
|
|
40407
|
+
}
|
|
40408
|
+
|
|
40156
40409
|
}
|
|
40157
40410
|
|
|
40158
40411
|
/**
|
|
@@ -40214,7 +40467,12 @@ export default class Client extends OpenApi {
|
|
|
40214
40467
|
reqBodyType: "formData",
|
|
40215
40468
|
bodyType: "json",
|
|
40216
40469
|
});
|
|
40217
|
-
|
|
40470
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
40471
|
+
return $dara.cast<DescribeActivationCodeDetailsResponse>(await this.callApi(params, req, runtime), new DescribeActivationCodeDetailsResponse({}));
|
|
40472
|
+
} else {
|
|
40473
|
+
return $dara.cast<DescribeActivationCodeDetailsResponse>(await this.execute(params, req, runtime), new DescribeActivationCodeDetailsResponse({}));
|
|
40474
|
+
}
|
|
40475
|
+
|
|
40218
40476
|
}
|
|
40219
40477
|
|
|
40220
40478
|
/**
|
|
@@ -40242,6 +40500,10 @@ export default class Client extends OpenApi {
|
|
|
40242
40500
|
query["AliyunOrderId"] = request.aliyunOrderId;
|
|
40243
40501
|
}
|
|
40244
40502
|
|
|
40503
|
+
if (!$dara.isNull(request.macAddress)) {
|
|
40504
|
+
query["MacAddress"] = request.macAddress;
|
|
40505
|
+
}
|
|
40506
|
+
|
|
40245
40507
|
if (!$dara.isNull(request.ownerAccount)) {
|
|
40246
40508
|
query["OwnerAccount"] = request.ownerAccount;
|
|
40247
40509
|
}
|
|
@@ -40266,6 +40528,10 @@ export default class Client extends OpenApi {
|
|
|
40266
40528
|
query["ResourceOwnerId"] = request.resourceOwnerId;
|
|
40267
40529
|
}
|
|
40268
40530
|
|
|
40531
|
+
if (!$dara.isNull(request.systemIdentifier)) {
|
|
40532
|
+
query["SystemIdentifier"] = request.systemIdentifier;
|
|
40533
|
+
}
|
|
40534
|
+
|
|
40269
40535
|
let req = new $OpenApiUtil.OpenApiRequest({
|
|
40270
40536
|
query: OpenApiUtil.query(query),
|
|
40271
40537
|
});
|
|
@@ -40280,7 +40546,12 @@ export default class Client extends OpenApi {
|
|
|
40280
40546
|
reqBodyType: "formData",
|
|
40281
40547
|
bodyType: "json",
|
|
40282
40548
|
});
|
|
40283
|
-
|
|
40549
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
40550
|
+
return $dara.cast<DescribeActivationCodesResponse>(await this.callApi(params, req, runtime), new DescribeActivationCodesResponse({}));
|
|
40551
|
+
} else {
|
|
40552
|
+
return $dara.cast<DescribeActivationCodesResponse>(await this.execute(params, req, runtime), new DescribeActivationCodesResponse({}));
|
|
40553
|
+
}
|
|
40554
|
+
|
|
40284
40555
|
}
|
|
40285
40556
|
|
|
40286
40557
|
/**
|
|
@@ -40378,7 +40649,12 @@ export default class Client extends OpenApi {
|
|
|
40378
40649
|
reqBodyType: "formData",
|
|
40379
40650
|
bodyType: "json",
|
|
40380
40651
|
});
|
|
40381
|
-
|
|
40652
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
40653
|
+
return $dara.cast<DescribeActiveOperationTasksResponse>(await this.callApi(params, req, runtime), new DescribeActiveOperationTasksResponse({}));
|
|
40654
|
+
} else {
|
|
40655
|
+
return $dara.cast<DescribeActiveOperationTasksResponse>(await this.execute(params, req, runtime), new DescribeActiveOperationTasksResponse({}));
|
|
40656
|
+
}
|
|
40657
|
+
|
|
40382
40658
|
}
|
|
40383
40659
|
|
|
40384
40660
|
/**
|
|
@@ -40452,7 +40728,12 @@ export default class Client extends OpenApi {
|
|
|
40452
40728
|
reqBodyType: "formData",
|
|
40453
40729
|
bodyType: "json",
|
|
40454
40730
|
});
|
|
40455
|
-
|
|
40731
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
40732
|
+
return $dara.cast<DescribeAutoRenewAttributeResponse>(await this.callApi(params, req, runtime), new DescribeAutoRenewAttributeResponse({}));
|
|
40733
|
+
} else {
|
|
40734
|
+
return $dara.cast<DescribeAutoRenewAttributeResponse>(await this.execute(params, req, runtime), new DescribeAutoRenewAttributeResponse({}));
|
|
40735
|
+
}
|
|
40736
|
+
|
|
40456
40737
|
}
|
|
40457
40738
|
|
|
40458
40739
|
/**
|
|
@@ -40530,7 +40811,12 @@ export default class Client extends OpenApi {
|
|
|
40530
40811
|
reqBodyType: "formData",
|
|
40531
40812
|
bodyType: "json",
|
|
40532
40813
|
});
|
|
40533
|
-
|
|
40814
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
40815
|
+
return $dara.cast<DescribeBackupLogsResponse>(await this.callApi(params, req, runtime), new DescribeBackupLogsResponse({}));
|
|
40816
|
+
} else {
|
|
40817
|
+
return $dara.cast<DescribeBackupLogsResponse>(await this.execute(params, req, runtime), new DescribeBackupLogsResponse({}));
|
|
40818
|
+
}
|
|
40819
|
+
|
|
40534
40820
|
}
|
|
40535
40821
|
|
|
40536
40822
|
/**
|
|
@@ -40588,7 +40874,12 @@ export default class Client extends OpenApi {
|
|
|
40588
40874
|
reqBodyType: "formData",
|
|
40589
40875
|
bodyType: "json",
|
|
40590
40876
|
});
|
|
40591
|
-
|
|
40877
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
40878
|
+
return $dara.cast<DescribeBackupPolicyResponse>(await this.callApi(params, req, runtime), new DescribeBackupPolicyResponse({}));
|
|
40879
|
+
} else {
|
|
40880
|
+
return $dara.cast<DescribeBackupPolicyResponse>(await this.execute(params, req, runtime), new DescribeBackupPolicyResponse({}));
|
|
40881
|
+
}
|
|
40882
|
+
|
|
40592
40883
|
}
|
|
40593
40884
|
|
|
40594
40885
|
/**
|
|
@@ -40654,7 +40945,12 @@ export default class Client extends OpenApi {
|
|
|
40654
40945
|
reqBodyType: "formData",
|
|
40655
40946
|
bodyType: "json",
|
|
40656
40947
|
});
|
|
40657
|
-
|
|
40948
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
40949
|
+
return $dara.cast<DescribeBackupTasksResponse>(await this.callApi(params, req, runtime), new DescribeBackupTasksResponse({}));
|
|
40950
|
+
} else {
|
|
40951
|
+
return $dara.cast<DescribeBackupTasksResponse>(await this.execute(params, req, runtime), new DescribeBackupTasksResponse({}));
|
|
40952
|
+
}
|
|
40953
|
+
|
|
40658
40954
|
}
|
|
40659
40955
|
|
|
40660
40956
|
/**
|
|
@@ -40744,7 +41040,12 @@ export default class Client extends OpenApi {
|
|
|
40744
41040
|
reqBodyType: "formData",
|
|
40745
41041
|
bodyType: "json",
|
|
40746
41042
|
});
|
|
40747
|
-
|
|
41043
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
41044
|
+
return $dara.cast<DescribeBackupsResponse>(await this.callApi(params, req, runtime), new DescribeBackupsResponse({}));
|
|
41045
|
+
} else {
|
|
41046
|
+
return $dara.cast<DescribeBackupsResponse>(await this.execute(params, req, runtime), new DescribeBackupsResponse({}));
|
|
41047
|
+
}
|
|
41048
|
+
|
|
40748
41049
|
}
|
|
40749
41050
|
|
|
40750
41051
|
/**
|
|
@@ -40806,7 +41107,12 @@ export default class Client extends OpenApi {
|
|
|
40806
41107
|
reqBodyType: "formData",
|
|
40807
41108
|
bodyType: "json",
|
|
40808
41109
|
});
|
|
40809
|
-
|
|
41110
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
41111
|
+
return $dara.cast<DescribeCharacterSetNameResponse>(await this.callApi(params, req, runtime), new DescribeCharacterSetNameResponse({}));
|
|
41112
|
+
} else {
|
|
41113
|
+
return $dara.cast<DescribeCharacterSetNameResponse>(await this.execute(params, req, runtime), new DescribeCharacterSetNameResponse({}));
|
|
41114
|
+
}
|
|
41115
|
+
|
|
40810
41116
|
}
|
|
40811
41117
|
|
|
40812
41118
|
/**
|
|
@@ -40880,7 +41186,12 @@ export default class Client extends OpenApi {
|
|
|
40880
41186
|
reqBodyType: "formData",
|
|
40881
41187
|
bodyType: "json",
|
|
40882
41188
|
});
|
|
40883
|
-
|
|
41189
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
41190
|
+
return $dara.cast<DescribeClassListResponse>(await this.callApi(params, req, runtime), new DescribeClassListResponse({}));
|
|
41191
|
+
} else {
|
|
41192
|
+
return $dara.cast<DescribeClassListResponse>(await this.execute(params, req, runtime), new DescribeClassListResponse({}));
|
|
41193
|
+
}
|
|
41194
|
+
|
|
40884
41195
|
}
|
|
40885
41196
|
|
|
40886
41197
|
/**
|
|
@@ -40938,7 +41249,12 @@ export default class Client extends OpenApi {
|
|
|
40938
41249
|
reqBodyType: "formData",
|
|
40939
41250
|
bodyType: "json",
|
|
40940
41251
|
});
|
|
40941
|
-
|
|
41252
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
41253
|
+
return $dara.cast<DescribeDBClusterAccessWhitelistResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterAccessWhitelistResponse({}));
|
|
41254
|
+
} else {
|
|
41255
|
+
return $dara.cast<DescribeDBClusterAccessWhitelistResponse>(await this.execute(params, req, runtime), new DescribeDBClusterAccessWhitelistResponse({}));
|
|
41256
|
+
}
|
|
41257
|
+
|
|
40942
41258
|
}
|
|
40943
41259
|
|
|
40944
41260
|
/**
|
|
@@ -41000,7 +41316,12 @@ export default class Client extends OpenApi {
|
|
|
41000
41316
|
reqBodyType: "formData",
|
|
41001
41317
|
bodyType: "json",
|
|
41002
41318
|
});
|
|
41003
|
-
|
|
41319
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
41320
|
+
return $dara.cast<DescribeDBClusterAttributeResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterAttributeResponse({}));
|
|
41321
|
+
} else {
|
|
41322
|
+
return $dara.cast<DescribeDBClusterAttributeResponse>(await this.execute(params, req, runtime), new DescribeDBClusterAttributeResponse({}));
|
|
41323
|
+
}
|
|
41324
|
+
|
|
41004
41325
|
}
|
|
41005
41326
|
|
|
41006
41327
|
/**
|
|
@@ -41058,7 +41379,12 @@ export default class Client extends OpenApi {
|
|
|
41058
41379
|
reqBodyType: "formData",
|
|
41059
41380
|
bodyType: "json",
|
|
41060
41381
|
});
|
|
41061
|
-
|
|
41382
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
41383
|
+
return $dara.cast<DescribeDBClusterAuditLogCollectorResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterAuditLogCollectorResponse({}));
|
|
41384
|
+
} else {
|
|
41385
|
+
return $dara.cast<DescribeDBClusterAuditLogCollectorResponse>(await this.execute(params, req, runtime), new DescribeDBClusterAuditLogCollectorResponse({}));
|
|
41386
|
+
}
|
|
41387
|
+
|
|
41062
41388
|
}
|
|
41063
41389
|
|
|
41064
41390
|
/**
|
|
@@ -41136,7 +41462,12 @@ export default class Client extends OpenApi {
|
|
|
41136
41462
|
reqBodyType: "formData",
|
|
41137
41463
|
bodyType: "json",
|
|
41138
41464
|
});
|
|
41139
|
-
|
|
41465
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
41466
|
+
return $dara.cast<DescribeDBClusterAvailableResourcesResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterAvailableResourcesResponse({}));
|
|
41467
|
+
} else {
|
|
41468
|
+
return $dara.cast<DescribeDBClusterAvailableResourcesResponse>(await this.execute(params, req, runtime), new DescribeDBClusterAvailableResourcesResponse({}));
|
|
41469
|
+
}
|
|
41470
|
+
|
|
41140
41471
|
}
|
|
41141
41472
|
|
|
41142
41473
|
/**
|
|
@@ -41206,7 +41537,12 @@ export default class Client extends OpenApi {
|
|
|
41206
41537
|
reqBodyType: "formData",
|
|
41207
41538
|
bodyType: "json",
|
|
41208
41539
|
});
|
|
41209
|
-
|
|
41540
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
41541
|
+
return $dara.cast<DescribeDBClusterConnectivityResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterConnectivityResponse({}));
|
|
41542
|
+
} else {
|
|
41543
|
+
return $dara.cast<DescribeDBClusterConnectivityResponse>(await this.execute(params, req, runtime), new DescribeDBClusterConnectivityResponse({}));
|
|
41544
|
+
}
|
|
41545
|
+
|
|
41210
41546
|
}
|
|
41211
41547
|
|
|
41212
41548
|
/**
|
|
@@ -41272,7 +41608,12 @@ export default class Client extends OpenApi {
|
|
|
41272
41608
|
reqBodyType: "formData",
|
|
41273
41609
|
bodyType: "json",
|
|
41274
41610
|
});
|
|
41275
|
-
|
|
41611
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
41612
|
+
return $dara.cast<DescribeDBClusterEndpointsResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterEndpointsResponse({}));
|
|
41613
|
+
} else {
|
|
41614
|
+
return $dara.cast<DescribeDBClusterEndpointsResponse>(await this.execute(params, req, runtime), new DescribeDBClusterEndpointsResponse({}));
|
|
41615
|
+
}
|
|
41616
|
+
|
|
41276
41617
|
}
|
|
41277
41618
|
|
|
41278
41619
|
/**
|
|
@@ -41333,7 +41674,12 @@ export default class Client extends OpenApi {
|
|
|
41333
41674
|
reqBodyType: "formData",
|
|
41334
41675
|
bodyType: "json",
|
|
41335
41676
|
});
|
|
41336
|
-
|
|
41677
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
41678
|
+
return $dara.cast<DescribeDBClusterMigrationResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterMigrationResponse({}));
|
|
41679
|
+
} else {
|
|
41680
|
+
return $dara.cast<DescribeDBClusterMigrationResponse>(await this.execute(params, req, runtime), new DescribeDBClusterMigrationResponse({}));
|
|
41681
|
+
}
|
|
41682
|
+
|
|
41337
41683
|
}
|
|
41338
41684
|
|
|
41339
41685
|
/**
|
|
@@ -41394,7 +41740,12 @@ export default class Client extends OpenApi {
|
|
|
41394
41740
|
reqBodyType: "formData",
|
|
41395
41741
|
bodyType: "json",
|
|
41396
41742
|
});
|
|
41397
|
-
|
|
41743
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
41744
|
+
return $dara.cast<DescribeDBClusterMonitorResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterMonitorResponse({}));
|
|
41745
|
+
} else {
|
|
41746
|
+
return $dara.cast<DescribeDBClusterMonitorResponse>(await this.execute(params, req, runtime), new DescribeDBClusterMonitorResponse({}));
|
|
41747
|
+
}
|
|
41748
|
+
|
|
41398
41749
|
}
|
|
41399
41750
|
|
|
41400
41751
|
/**
|
|
@@ -41456,7 +41807,12 @@ export default class Client extends OpenApi {
|
|
|
41456
41807
|
reqBodyType: "formData",
|
|
41457
41808
|
bodyType: "json",
|
|
41458
41809
|
});
|
|
41459
|
-
|
|
41810
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
41811
|
+
return $dara.cast<DescribeDBClusterParametersResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterParametersResponse({}));
|
|
41812
|
+
} else {
|
|
41813
|
+
return $dara.cast<DescribeDBClusterParametersResponse>(await this.execute(params, req, runtime), new DescribeDBClusterParametersResponse({}));
|
|
41814
|
+
}
|
|
41815
|
+
|
|
41460
41816
|
}
|
|
41461
41817
|
|
|
41462
41818
|
/**
|
|
@@ -41532,7 +41888,12 @@ export default class Client extends OpenApi {
|
|
|
41532
41888
|
reqBodyType: "formData",
|
|
41533
41889
|
bodyType: "json",
|
|
41534
41890
|
});
|
|
41535
|
-
|
|
41891
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
41892
|
+
return $dara.cast<DescribeDBClusterPerformanceResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterPerformanceResponse({}));
|
|
41893
|
+
} else {
|
|
41894
|
+
return $dara.cast<DescribeDBClusterPerformanceResponse>(await this.execute(params, req, runtime), new DescribeDBClusterPerformanceResponse({}));
|
|
41895
|
+
}
|
|
41896
|
+
|
|
41536
41897
|
}
|
|
41537
41898
|
|
|
41538
41899
|
/**
|
|
@@ -41604,7 +41965,12 @@ export default class Client extends OpenApi {
|
|
|
41604
41965
|
reqBodyType: "formData",
|
|
41605
41966
|
bodyType: "json",
|
|
41606
41967
|
});
|
|
41607
|
-
|
|
41968
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
41969
|
+
return $dara.cast<DescribeDBClusterSSLResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterSSLResponse({}));
|
|
41970
|
+
} else {
|
|
41971
|
+
return $dara.cast<DescribeDBClusterSSLResponse>(await this.execute(params, req, runtime), new DescribeDBClusterSSLResponse({}));
|
|
41972
|
+
}
|
|
41973
|
+
|
|
41608
41974
|
}
|
|
41609
41975
|
|
|
41610
41976
|
/**
|
|
@@ -41662,7 +42028,12 @@ export default class Client extends OpenApi {
|
|
|
41662
42028
|
reqBodyType: "formData",
|
|
41663
42029
|
bodyType: "json",
|
|
41664
42030
|
});
|
|
41665
|
-
|
|
42031
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
42032
|
+
return $dara.cast<DescribeDBClusterServerlessConfResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterServerlessConfResponse({}));
|
|
42033
|
+
} else {
|
|
42034
|
+
return $dara.cast<DescribeDBClusterServerlessConfResponse>(await this.execute(params, req, runtime), new DescribeDBClusterServerlessConfResponse({}));
|
|
42035
|
+
}
|
|
42036
|
+
|
|
41666
42037
|
}
|
|
41667
42038
|
|
|
41668
42039
|
/**
|
|
@@ -41720,7 +42091,12 @@ export default class Client extends OpenApi {
|
|
|
41720
42091
|
reqBodyType: "formData",
|
|
41721
42092
|
bodyType: "json",
|
|
41722
42093
|
});
|
|
41723
|
-
|
|
42094
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
42095
|
+
return $dara.cast<DescribeDBClusterTDEResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterTDEResponse({}));
|
|
42096
|
+
} else {
|
|
42097
|
+
return $dara.cast<DescribeDBClusterTDEResponse>(await this.execute(params, req, runtime), new DescribeDBClusterTDEResponse({}));
|
|
42098
|
+
}
|
|
42099
|
+
|
|
41724
42100
|
}
|
|
41725
42101
|
|
|
41726
42102
|
/**
|
|
@@ -41782,7 +42158,12 @@ export default class Client extends OpenApi {
|
|
|
41782
42158
|
reqBodyType: "formData",
|
|
41783
42159
|
bodyType: "json",
|
|
41784
42160
|
});
|
|
41785
|
-
|
|
42161
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
42162
|
+
return $dara.cast<DescribeDBClusterVersionResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterVersionResponse({}));
|
|
42163
|
+
} else {
|
|
42164
|
+
return $dara.cast<DescribeDBClusterVersionResponse>(await this.execute(params, req, runtime), new DescribeDBClusterVersionResponse({}));
|
|
42165
|
+
}
|
|
42166
|
+
|
|
41786
42167
|
}
|
|
41787
42168
|
|
|
41788
42169
|
/**
|
|
@@ -41904,7 +42285,12 @@ export default class Client extends OpenApi {
|
|
|
41904
42285
|
reqBodyType: "formData",
|
|
41905
42286
|
bodyType: "json",
|
|
41906
42287
|
});
|
|
41907
|
-
|
|
42288
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
42289
|
+
return $dara.cast<DescribeDBClustersResponse>(await this.callApi(params, req, runtime), new DescribeDBClustersResponse({}));
|
|
42290
|
+
} else {
|
|
42291
|
+
return $dara.cast<DescribeDBClustersResponse>(await this.execute(params, req, runtime), new DescribeDBClustersResponse({}));
|
|
42292
|
+
}
|
|
42293
|
+
|
|
41908
42294
|
}
|
|
41909
42295
|
|
|
41910
42296
|
/**
|
|
@@ -41994,7 +42380,12 @@ export default class Client extends OpenApi {
|
|
|
41994
42380
|
reqBodyType: "formData",
|
|
41995
42381
|
bodyType: "json",
|
|
41996
42382
|
});
|
|
41997
|
-
|
|
42383
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
42384
|
+
return $dara.cast<DescribeDBClustersWithBackupsResponse>(await this.callApi(params, req, runtime), new DescribeDBClustersWithBackupsResponse({}));
|
|
42385
|
+
} else {
|
|
42386
|
+
return $dara.cast<DescribeDBClustersWithBackupsResponse>(await this.execute(params, req, runtime), new DescribeDBClustersWithBackupsResponse({}));
|
|
42387
|
+
}
|
|
42388
|
+
|
|
41998
42389
|
}
|
|
41999
42390
|
|
|
42000
42391
|
/**
|
|
@@ -42052,7 +42443,12 @@ export default class Client extends OpenApi {
|
|
|
42052
42443
|
reqBodyType: "formData",
|
|
42053
42444
|
bodyType: "json",
|
|
42054
42445
|
});
|
|
42055
|
-
|
|
42446
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
42447
|
+
return $dara.cast<DescribeDBInitializeVariableResponse>(await this.callApi(params, req, runtime), new DescribeDBInitializeVariableResponse({}));
|
|
42448
|
+
} else {
|
|
42449
|
+
return $dara.cast<DescribeDBInitializeVariableResponse>(await this.execute(params, req, runtime), new DescribeDBInitializeVariableResponse({}));
|
|
42450
|
+
}
|
|
42451
|
+
|
|
42056
42452
|
}
|
|
42057
42453
|
|
|
42058
42454
|
/**
|
|
@@ -42117,7 +42513,12 @@ export default class Client extends OpenApi {
|
|
|
42117
42513
|
reqBodyType: "formData",
|
|
42118
42514
|
bodyType: "json",
|
|
42119
42515
|
});
|
|
42120
|
-
|
|
42516
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
42517
|
+
return $dara.cast<DescribeDBLinksResponse>(await this.callApi(params, req, runtime), new DescribeDBLinksResponse({}));
|
|
42518
|
+
} else {
|
|
42519
|
+
return $dara.cast<DescribeDBLinksResponse>(await this.execute(params, req, runtime), new DescribeDBLinksResponse({}));
|
|
42520
|
+
}
|
|
42521
|
+
|
|
42121
42522
|
}
|
|
42122
42523
|
|
|
42123
42524
|
/**
|
|
@@ -42200,7 +42601,12 @@ export default class Client extends OpenApi {
|
|
|
42200
42601
|
reqBodyType: "formData",
|
|
42201
42602
|
bodyType: "json",
|
|
42202
42603
|
});
|
|
42203
|
-
|
|
42604
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
42605
|
+
return $dara.cast<DescribeDBNodePerformanceResponse>(await this.callApi(params, req, runtime), new DescribeDBNodePerformanceResponse({}));
|
|
42606
|
+
} else {
|
|
42607
|
+
return $dara.cast<DescribeDBNodePerformanceResponse>(await this.execute(params, req, runtime), new DescribeDBNodePerformanceResponse({}));
|
|
42608
|
+
}
|
|
42609
|
+
|
|
42204
42610
|
}
|
|
42205
42611
|
|
|
42206
42612
|
/**
|
|
@@ -42276,7 +42682,12 @@ export default class Client extends OpenApi {
|
|
|
42276
42682
|
reqBodyType: "formData",
|
|
42277
42683
|
bodyType: "json",
|
|
42278
42684
|
});
|
|
42279
|
-
|
|
42685
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
42686
|
+
return $dara.cast<DescribeDBNodesParametersResponse>(await this.callApi(params, req, runtime), new DescribeDBNodesParametersResponse({}));
|
|
42687
|
+
} else {
|
|
42688
|
+
return $dara.cast<DescribeDBNodesParametersResponse>(await this.execute(params, req, runtime), new DescribeDBNodesParametersResponse({}));
|
|
42689
|
+
}
|
|
42690
|
+
|
|
42280
42691
|
}
|
|
42281
42692
|
|
|
42282
42693
|
/**
|
|
@@ -42349,7 +42760,12 @@ export default class Client extends OpenApi {
|
|
|
42349
42760
|
reqBodyType: "formData",
|
|
42350
42761
|
bodyType: "json",
|
|
42351
42762
|
});
|
|
42352
|
-
|
|
42763
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
42764
|
+
return $dara.cast<DescribeDBProxyPerformanceResponse>(await this.callApi(params, req, runtime), new DescribeDBProxyPerformanceResponse({}));
|
|
42765
|
+
} else {
|
|
42766
|
+
return $dara.cast<DescribeDBProxyPerformanceResponse>(await this.execute(params, req, runtime), new DescribeDBProxyPerformanceResponse({}));
|
|
42767
|
+
}
|
|
42768
|
+
|
|
42353
42769
|
}
|
|
42354
42770
|
|
|
42355
42771
|
/**
|
|
@@ -42410,7 +42826,12 @@ export default class Client extends OpenApi {
|
|
|
42410
42826
|
reqBodyType: "formData",
|
|
42411
42827
|
bodyType: "json",
|
|
42412
42828
|
});
|
|
42413
|
-
|
|
42829
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
42830
|
+
return $dara.cast<DescribeDasConfigResponse>(await this.callApi(params, req, runtime), new DescribeDasConfigResponse({}));
|
|
42831
|
+
} else {
|
|
42832
|
+
return $dara.cast<DescribeDasConfigResponse>(await this.execute(params, req, runtime), new DescribeDasConfigResponse({}));
|
|
42833
|
+
}
|
|
42834
|
+
|
|
42414
42835
|
}
|
|
42415
42836
|
|
|
42416
42837
|
/**
|
|
@@ -42480,7 +42901,12 @@ export default class Client extends OpenApi {
|
|
|
42480
42901
|
reqBodyType: "formData",
|
|
42481
42902
|
bodyType: "json",
|
|
42482
42903
|
});
|
|
42483
|
-
|
|
42904
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
42905
|
+
return $dara.cast<DescribeDatabasesResponse>(await this.callApi(params, req, runtime), new DescribeDatabasesResponse({}));
|
|
42906
|
+
} else {
|
|
42907
|
+
return $dara.cast<DescribeDatabasesResponse>(await this.execute(params, req, runtime), new DescribeDatabasesResponse({}));
|
|
42908
|
+
}
|
|
42909
|
+
|
|
42484
42910
|
}
|
|
42485
42911
|
|
|
42486
42912
|
/**
|
|
@@ -42499,7 +42925,7 @@ export default class Client extends OpenApi {
|
|
|
42499
42925
|
*
|
|
42500
42926
|
* @remarks
|
|
42501
42927
|
* Before you call this operation, make sure that the PolarDB cluster is in the **Released** state. You must also confirm that the **Retain All Backups Permanently** or **Retain Last Automatic Backup Permanently** backup retention policy takes effect after you release the cluster. If you delete all backup sets after the cluster is released, you cannot use this API operation to query the cluster.
|
|
42502
|
-
* >
|
|
42928
|
+
* > You can call the [DescribeDBClusterAttribute](https://help.aliyun.com/document_detail/98181.html) operation to query the cluster status.
|
|
42503
42929
|
*
|
|
42504
42930
|
* @param request - DescribeDetachedBackupsRequest
|
|
42505
42931
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -42574,7 +43000,12 @@ export default class Client extends OpenApi {
|
|
|
42574
43000
|
reqBodyType: "formData",
|
|
42575
43001
|
bodyType: "json",
|
|
42576
43002
|
});
|
|
42577
|
-
|
|
43003
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
43004
|
+
return $dara.cast<DescribeDetachedBackupsResponse>(await this.callApi(params, req, runtime), new DescribeDetachedBackupsResponse({}));
|
|
43005
|
+
} else {
|
|
43006
|
+
return $dara.cast<DescribeDetachedBackupsResponse>(await this.execute(params, req, runtime), new DescribeDetachedBackupsResponse({}));
|
|
43007
|
+
}
|
|
43008
|
+
|
|
42578
43009
|
}
|
|
42579
43010
|
|
|
42580
43011
|
/**
|
|
@@ -42582,7 +43013,7 @@ export default class Client extends OpenApi {
|
|
|
42582
43013
|
*
|
|
42583
43014
|
* @remarks
|
|
42584
43015
|
* Before you call this operation, make sure that the PolarDB cluster is in the **Released** state. You must also confirm that the **Retain All Backups Permanently** or **Retain Last Automatic Backup Permanently** backup retention policy takes effect after you release the cluster. If you delete all backup sets after the cluster is released, you cannot use this API operation to query the cluster.
|
|
42585
|
-
* >
|
|
43016
|
+
* > You can call the [DescribeDBClusterAttribute](https://help.aliyun.com/document_detail/98181.html) operation to query the cluster status.
|
|
42586
43017
|
*
|
|
42587
43018
|
* @param request - DescribeDetachedBackupsRequest
|
|
42588
43019
|
* @returns DescribeDetachedBackupsResponse
|
|
@@ -42644,7 +43075,12 @@ export default class Client extends OpenApi {
|
|
|
42644
43075
|
reqBodyType: "formData",
|
|
42645
43076
|
bodyType: "json",
|
|
42646
43077
|
});
|
|
42647
|
-
|
|
43078
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
43079
|
+
return $dara.cast<DescribeGlobalDatabaseNetworkResponse>(await this.callApi(params, req, runtime), new DescribeGlobalDatabaseNetworkResponse({}));
|
|
43080
|
+
} else {
|
|
43081
|
+
return $dara.cast<DescribeGlobalDatabaseNetworkResponse>(await this.execute(params, req, runtime), new DescribeGlobalDatabaseNetworkResponse({}));
|
|
43082
|
+
}
|
|
43083
|
+
|
|
42648
43084
|
}
|
|
42649
43085
|
|
|
42650
43086
|
/**
|
|
@@ -42730,7 +43166,12 @@ export default class Client extends OpenApi {
|
|
|
42730
43166
|
reqBodyType: "formData",
|
|
42731
43167
|
bodyType: "json",
|
|
42732
43168
|
});
|
|
42733
|
-
|
|
43169
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
43170
|
+
return $dara.cast<DescribeGlobalDatabaseNetworksResponse>(await this.callApi(params, req, runtime), new DescribeGlobalDatabaseNetworksResponse({}));
|
|
43171
|
+
} else {
|
|
43172
|
+
return $dara.cast<DescribeGlobalDatabaseNetworksResponse>(await this.execute(params, req, runtime), new DescribeGlobalDatabaseNetworksResponse({}));
|
|
43173
|
+
}
|
|
43174
|
+
|
|
42734
43175
|
}
|
|
42735
43176
|
|
|
42736
43177
|
/**
|
|
@@ -42800,7 +43241,12 @@ export default class Client extends OpenApi {
|
|
|
42800
43241
|
reqBodyType: "formData",
|
|
42801
43242
|
bodyType: "json",
|
|
42802
43243
|
});
|
|
42803
|
-
|
|
43244
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
43245
|
+
return $dara.cast<DescribeGlobalSecurityIPGroupResponse>(await this.callApi(params, req, runtime), new DescribeGlobalSecurityIPGroupResponse({}));
|
|
43246
|
+
} else {
|
|
43247
|
+
return $dara.cast<DescribeGlobalSecurityIPGroupResponse>(await this.execute(params, req, runtime), new DescribeGlobalSecurityIPGroupResponse({}));
|
|
43248
|
+
}
|
|
43249
|
+
|
|
42804
43250
|
}
|
|
42805
43251
|
|
|
42806
43252
|
/**
|
|
@@ -42870,7 +43316,12 @@ export default class Client extends OpenApi {
|
|
|
42870
43316
|
reqBodyType: "formData",
|
|
42871
43317
|
bodyType: "json",
|
|
42872
43318
|
});
|
|
42873
|
-
|
|
43319
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
43320
|
+
return $dara.cast<DescribeGlobalSecurityIPGroupRelationResponse>(await this.callApi(params, req, runtime), new DescribeGlobalSecurityIPGroupRelationResponse({}));
|
|
43321
|
+
} else {
|
|
43322
|
+
return $dara.cast<DescribeGlobalSecurityIPGroupRelationResponse>(await this.execute(params, req, runtime), new DescribeGlobalSecurityIPGroupRelationResponse({}));
|
|
43323
|
+
}
|
|
43324
|
+
|
|
42874
43325
|
}
|
|
42875
43326
|
|
|
42876
43327
|
/**
|
|
@@ -42928,7 +43379,12 @@ export default class Client extends OpenApi {
|
|
|
42928
43379
|
reqBodyType: "formData",
|
|
42929
43380
|
bodyType: "json",
|
|
42930
43381
|
});
|
|
42931
|
-
|
|
43382
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
43383
|
+
return $dara.cast<DescribeLicenseOrderDetailsResponse>(await this.callApi(params, req, runtime), new DescribeLicenseOrderDetailsResponse({}));
|
|
43384
|
+
} else {
|
|
43385
|
+
return $dara.cast<DescribeLicenseOrderDetailsResponse>(await this.execute(params, req, runtime), new DescribeLicenseOrderDetailsResponse({}));
|
|
43386
|
+
}
|
|
43387
|
+
|
|
42932
43388
|
}
|
|
42933
43389
|
|
|
42934
43390
|
/**
|
|
@@ -43006,7 +43462,12 @@ export default class Client extends OpenApi {
|
|
|
43006
43462
|
reqBodyType: "formData",
|
|
43007
43463
|
bodyType: "json",
|
|
43008
43464
|
});
|
|
43009
|
-
|
|
43465
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
43466
|
+
return $dara.cast<DescribeLicenseOrdersResponse>(await this.callApi(params, req, runtime), new DescribeLicenseOrdersResponse({}));
|
|
43467
|
+
} else {
|
|
43468
|
+
return $dara.cast<DescribeLicenseOrdersResponse>(await this.execute(params, req, runtime), new DescribeLicenseOrdersResponse({}));
|
|
43469
|
+
}
|
|
43470
|
+
|
|
43010
43471
|
}
|
|
43011
43472
|
|
|
43012
43473
|
/**
|
|
@@ -43064,7 +43525,12 @@ export default class Client extends OpenApi {
|
|
|
43064
43525
|
reqBodyType: "formData",
|
|
43065
43526
|
bodyType: "json",
|
|
43066
43527
|
});
|
|
43067
|
-
|
|
43528
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
43529
|
+
return $dara.cast<DescribeLogBackupPolicyResponse>(await this.callApi(params, req, runtime), new DescribeLogBackupPolicyResponse({}));
|
|
43530
|
+
} else {
|
|
43531
|
+
return $dara.cast<DescribeLogBackupPolicyResponse>(await this.execute(params, req, runtime), new DescribeLogBackupPolicyResponse({}));
|
|
43532
|
+
}
|
|
43533
|
+
|
|
43068
43534
|
}
|
|
43069
43535
|
|
|
43070
43536
|
/**
|
|
@@ -43110,7 +43576,12 @@ export default class Client extends OpenApi {
|
|
|
43110
43576
|
reqBodyType: "formData",
|
|
43111
43577
|
bodyType: "json",
|
|
43112
43578
|
});
|
|
43113
|
-
|
|
43579
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
43580
|
+
return $dara.cast<DescribeMaskingRulesResponse>(await this.callApi(params, req, runtime), new DescribeMaskingRulesResponse({}));
|
|
43581
|
+
} else {
|
|
43582
|
+
return $dara.cast<DescribeMaskingRulesResponse>(await this.execute(params, req, runtime), new DescribeMaskingRulesResponse({}));
|
|
43583
|
+
}
|
|
43584
|
+
|
|
43114
43585
|
}
|
|
43115
43586
|
|
|
43116
43587
|
/**
|
|
@@ -43196,7 +43667,12 @@ export default class Client extends OpenApi {
|
|
|
43196
43667
|
reqBodyType: "formData",
|
|
43197
43668
|
bodyType: "json",
|
|
43198
43669
|
});
|
|
43199
|
-
|
|
43670
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
43671
|
+
return $dara.cast<DescribeMetaListResponse>(await this.callApi(params, req, runtime), new DescribeMetaListResponse({}));
|
|
43672
|
+
} else {
|
|
43673
|
+
return $dara.cast<DescribeMetaListResponse>(await this.execute(params, req, runtime), new DescribeMetaListResponse({}));
|
|
43674
|
+
}
|
|
43675
|
+
|
|
43200
43676
|
}
|
|
43201
43677
|
|
|
43202
43678
|
/**
|
|
@@ -43266,7 +43742,12 @@ export default class Client extends OpenApi {
|
|
|
43266
43742
|
reqBodyType: "formData",
|
|
43267
43743
|
bodyType: "json",
|
|
43268
43744
|
});
|
|
43269
|
-
|
|
43745
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
43746
|
+
return $dara.cast<DescribeParameterGroupResponse>(await this.callApi(params, req, runtime), new DescribeParameterGroupResponse({}));
|
|
43747
|
+
} else {
|
|
43748
|
+
return $dara.cast<DescribeParameterGroupResponse>(await this.execute(params, req, runtime), new DescribeParameterGroupResponse({}));
|
|
43749
|
+
}
|
|
43750
|
+
|
|
43270
43751
|
}
|
|
43271
43752
|
|
|
43272
43753
|
/**
|
|
@@ -43344,7 +43825,12 @@ export default class Client extends OpenApi {
|
|
|
43344
43825
|
reqBodyType: "formData",
|
|
43345
43826
|
bodyType: "json",
|
|
43346
43827
|
});
|
|
43347
|
-
|
|
43828
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
43829
|
+
return $dara.cast<DescribeParameterGroupsResponse>(await this.callApi(params, req, runtime), new DescribeParameterGroupsResponse({}));
|
|
43830
|
+
} else {
|
|
43831
|
+
return $dara.cast<DescribeParameterGroupsResponse>(await this.execute(params, req, runtime), new DescribeParameterGroupsResponse({}));
|
|
43832
|
+
}
|
|
43833
|
+
|
|
43348
43834
|
}
|
|
43349
43835
|
|
|
43350
43836
|
/**
|
|
@@ -43418,7 +43904,12 @@ export default class Client extends OpenApi {
|
|
|
43418
43904
|
reqBodyType: "formData",
|
|
43419
43905
|
bodyType: "json",
|
|
43420
43906
|
});
|
|
43421
|
-
|
|
43907
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
43908
|
+
return $dara.cast<DescribeParameterTemplatesResponse>(await this.callApi(params, req, runtime), new DescribeParameterTemplatesResponse({}));
|
|
43909
|
+
} else {
|
|
43910
|
+
return $dara.cast<DescribeParameterTemplatesResponse>(await this.execute(params, req, runtime), new DescribeParameterTemplatesResponse({}));
|
|
43911
|
+
}
|
|
43912
|
+
|
|
43422
43913
|
}
|
|
43423
43914
|
|
|
43424
43915
|
/**
|
|
@@ -43500,7 +43991,12 @@ export default class Client extends OpenApi {
|
|
|
43500
43991
|
reqBodyType: "formData",
|
|
43501
43992
|
bodyType: "json",
|
|
43502
43993
|
});
|
|
43503
|
-
|
|
43994
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
43995
|
+
return $dara.cast<DescribePendingMaintenanceActionResponse>(await this.callApi(params, req, runtime), new DescribePendingMaintenanceActionResponse({}));
|
|
43996
|
+
} else {
|
|
43997
|
+
return $dara.cast<DescribePendingMaintenanceActionResponse>(await this.execute(params, req, runtime), new DescribePendingMaintenanceActionResponse({}));
|
|
43998
|
+
}
|
|
43999
|
+
|
|
43504
44000
|
}
|
|
43505
44001
|
|
|
43506
44002
|
/**
|
|
@@ -43515,7 +44011,7 @@ export default class Client extends OpenApi {
|
|
|
43515
44011
|
}
|
|
43516
44012
|
|
|
43517
44013
|
/**
|
|
43518
|
-
* Queries the numbers of
|
|
44014
|
+
* Queries the numbers of scheduled events for different types of tasks.
|
|
43519
44015
|
*
|
|
43520
44016
|
* @param request - DescribePendingMaintenanceActionsRequest
|
|
43521
44017
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -43570,11 +44066,16 @@ export default class Client extends OpenApi {
|
|
|
43570
44066
|
reqBodyType: "formData",
|
|
43571
44067
|
bodyType: "json",
|
|
43572
44068
|
});
|
|
43573
|
-
|
|
44069
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
44070
|
+
return $dara.cast<DescribePendingMaintenanceActionsResponse>(await this.callApi(params, req, runtime), new DescribePendingMaintenanceActionsResponse({}));
|
|
44071
|
+
} else {
|
|
44072
|
+
return $dara.cast<DescribePendingMaintenanceActionsResponse>(await this.execute(params, req, runtime), new DescribePendingMaintenanceActionsResponse({}));
|
|
44073
|
+
}
|
|
44074
|
+
|
|
43574
44075
|
}
|
|
43575
44076
|
|
|
43576
44077
|
/**
|
|
43577
|
-
* Queries the numbers of
|
|
44078
|
+
* Queries the numbers of scheduled events for different types of tasks.
|
|
43578
44079
|
*
|
|
43579
44080
|
* @param request - DescribePendingMaintenanceActionsRequest
|
|
43580
44081
|
* @returns DescribePendingMaintenanceActionsResponse
|
|
@@ -43608,7 +44109,12 @@ export default class Client extends OpenApi {
|
|
|
43608
44109
|
reqBodyType: "formData",
|
|
43609
44110
|
bodyType: "json",
|
|
43610
44111
|
});
|
|
43611
|
-
|
|
44112
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
44113
|
+
return $dara.cast<DescribePolarSQLCollectorPolicyResponse>(await this.callApi(params, req, runtime), new DescribePolarSQLCollectorPolicyResponse({}));
|
|
44114
|
+
} else {
|
|
44115
|
+
return $dara.cast<DescribePolarSQLCollectorPolicyResponse>(await this.execute(params, req, runtime), new DescribePolarSQLCollectorPolicyResponse({}));
|
|
44116
|
+
}
|
|
44117
|
+
|
|
43612
44118
|
}
|
|
43613
44119
|
|
|
43614
44120
|
/**
|
|
@@ -43662,7 +44168,12 @@ export default class Client extends OpenApi {
|
|
|
43662
44168
|
reqBodyType: "formData",
|
|
43663
44169
|
bodyType: "json",
|
|
43664
44170
|
});
|
|
43665
|
-
|
|
44171
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
44172
|
+
return $dara.cast<DescribeRegionsResponse>(await this.callApi(params, req, runtime), new DescribeRegionsResponse({}));
|
|
44173
|
+
} else {
|
|
44174
|
+
return $dara.cast<DescribeRegionsResponse>(await this.execute(params, req, runtime), new DescribeRegionsResponse({}));
|
|
44175
|
+
}
|
|
44176
|
+
|
|
43666
44177
|
}
|
|
43667
44178
|
|
|
43668
44179
|
/**
|
|
@@ -43760,7 +44271,12 @@ export default class Client extends OpenApi {
|
|
|
43760
44271
|
reqBodyType: "formData",
|
|
43761
44272
|
bodyType: "json",
|
|
43762
44273
|
});
|
|
43763
|
-
|
|
44274
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
44275
|
+
return $dara.cast<DescribeScheduleTasksResponse>(await this.callApi(params, req, runtime), new DescribeScheduleTasksResponse({}));
|
|
44276
|
+
} else {
|
|
44277
|
+
return $dara.cast<DescribeScheduleTasksResponse>(await this.execute(params, req, runtime), new DescribeScheduleTasksResponse({}));
|
|
44278
|
+
}
|
|
44279
|
+
|
|
43764
44280
|
}
|
|
43765
44281
|
|
|
43766
44282
|
/**
|
|
@@ -43854,7 +44370,12 @@ export default class Client extends OpenApi {
|
|
|
43854
44370
|
reqBodyType: "formData",
|
|
43855
44371
|
bodyType: "json",
|
|
43856
44372
|
});
|
|
43857
|
-
|
|
44373
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
44374
|
+
return $dara.cast<DescribeSlowLogRecordsResponse>(await this.callApi(params, req, runtime), new DescribeSlowLogRecordsResponse({}));
|
|
44375
|
+
} else {
|
|
44376
|
+
return $dara.cast<DescribeSlowLogRecordsResponse>(await this.execute(params, req, runtime), new DescribeSlowLogRecordsResponse({}));
|
|
44377
|
+
}
|
|
44378
|
+
|
|
43858
44379
|
}
|
|
43859
44380
|
|
|
43860
44381
|
/**
|
|
@@ -43943,7 +44464,12 @@ export default class Client extends OpenApi {
|
|
|
43943
44464
|
reqBodyType: "formData",
|
|
43944
44465
|
bodyType: "json",
|
|
43945
44466
|
});
|
|
43946
|
-
|
|
44467
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
44468
|
+
return $dara.cast<DescribeSlowLogsResponse>(await this.callApi(params, req, runtime), new DescribeSlowLogsResponse({}));
|
|
44469
|
+
} else {
|
|
44470
|
+
return $dara.cast<DescribeSlowLogsResponse>(await this.execute(params, req, runtime), new DescribeSlowLogsResponse({}));
|
|
44471
|
+
}
|
|
44472
|
+
|
|
43947
44473
|
}
|
|
43948
44474
|
|
|
43949
44475
|
/**
|
|
@@ -44032,7 +44558,12 @@ export default class Client extends OpenApi {
|
|
|
44032
44558
|
reqBodyType: "formData",
|
|
44033
44559
|
bodyType: "json",
|
|
44034
44560
|
});
|
|
44035
|
-
|
|
44561
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
44562
|
+
return $dara.cast<DescribeTasksResponse>(await this.callApi(params, req, runtime), new DescribeTasksResponse({}));
|
|
44563
|
+
} else {
|
|
44564
|
+
return $dara.cast<DescribeTasksResponse>(await this.execute(params, req, runtime), new DescribeTasksResponse({}));
|
|
44565
|
+
}
|
|
44566
|
+
|
|
44036
44567
|
}
|
|
44037
44568
|
|
|
44038
44569
|
/**
|
|
@@ -44102,7 +44633,12 @@ export default class Client extends OpenApi {
|
|
|
44102
44633
|
reqBodyType: "formData",
|
|
44103
44634
|
bodyType: "json",
|
|
44104
44635
|
});
|
|
44105
|
-
|
|
44636
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
44637
|
+
return $dara.cast<DescribeUserEncryptionKeyListResponse>(await this.callApi(params, req, runtime), new DescribeUserEncryptionKeyListResponse({}));
|
|
44638
|
+
} else {
|
|
44639
|
+
return $dara.cast<DescribeUserEncryptionKeyListResponse>(await this.execute(params, req, runtime), new DescribeUserEncryptionKeyListResponse({}));
|
|
44640
|
+
}
|
|
44641
|
+
|
|
44106
44642
|
}
|
|
44107
44643
|
|
|
44108
44644
|
/**
|
|
@@ -44188,7 +44724,12 @@ export default class Client extends OpenApi {
|
|
|
44188
44724
|
reqBodyType: "formData",
|
|
44189
44725
|
bodyType: "json",
|
|
44190
44726
|
});
|
|
44191
|
-
|
|
44727
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
44728
|
+
return $dara.cast<DescribeVSwitchesResponse>(await this.callApi(params, req, runtime), new DescribeVSwitchesResponse({}));
|
|
44729
|
+
} else {
|
|
44730
|
+
return $dara.cast<DescribeVSwitchesResponse>(await this.execute(params, req, runtime), new DescribeVSwitchesResponse({}));
|
|
44731
|
+
}
|
|
44732
|
+
|
|
44192
44733
|
}
|
|
44193
44734
|
|
|
44194
44735
|
/**
|
|
@@ -44246,7 +44787,12 @@ export default class Client extends OpenApi {
|
|
|
44246
44787
|
reqBodyType: "formData",
|
|
44247
44788
|
bodyType: "json",
|
|
44248
44789
|
});
|
|
44249
|
-
|
|
44790
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
44791
|
+
return $dara.cast<DisableDBClusterServerlessResponse>(await this.callApi(params, req, runtime), new DisableDBClusterServerlessResponse({}));
|
|
44792
|
+
} else {
|
|
44793
|
+
return $dara.cast<DisableDBClusterServerlessResponse>(await this.execute(params, req, runtime), new DisableDBClusterServerlessResponse({}));
|
|
44794
|
+
}
|
|
44795
|
+
|
|
44250
44796
|
}
|
|
44251
44797
|
|
|
44252
44798
|
/**
|
|
@@ -44328,7 +44874,12 @@ export default class Client extends OpenApi {
|
|
|
44328
44874
|
reqBodyType: "formData",
|
|
44329
44875
|
bodyType: "json",
|
|
44330
44876
|
});
|
|
44331
|
-
|
|
44877
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
44878
|
+
return $dara.cast<EnableDBClusterServerlessResponse>(await this.callApi(params, req, runtime), new EnableDBClusterServerlessResponse({}));
|
|
44879
|
+
} else {
|
|
44880
|
+
return $dara.cast<EnableDBClusterServerlessResponse>(await this.execute(params, req, runtime), new EnableDBClusterServerlessResponse({}));
|
|
44881
|
+
}
|
|
44882
|
+
|
|
44332
44883
|
}
|
|
44333
44884
|
|
|
44334
44885
|
/**
|
|
@@ -44394,7 +44945,12 @@ export default class Client extends OpenApi {
|
|
|
44394
44945
|
reqBodyType: "formData",
|
|
44395
44946
|
bodyType: "json",
|
|
44396
44947
|
});
|
|
44397
|
-
|
|
44948
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
44949
|
+
return $dara.cast<EnableFirewallRulesResponse>(await this.callApi(params, req, runtime), new EnableFirewallRulesResponse({}));
|
|
44950
|
+
} else {
|
|
44951
|
+
return $dara.cast<EnableFirewallRulesResponse>(await this.execute(params, req, runtime), new EnableFirewallRulesResponse({}));
|
|
44952
|
+
}
|
|
44953
|
+
|
|
44398
44954
|
}
|
|
44399
44955
|
|
|
44400
44956
|
/**
|
|
@@ -44488,7 +45044,12 @@ export default class Client extends OpenApi {
|
|
|
44488
45044
|
reqBodyType: "formData",
|
|
44489
45045
|
bodyType: "json",
|
|
44490
45046
|
});
|
|
44491
|
-
|
|
45047
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
45048
|
+
return $dara.cast<EvaluateRegionResourceResponse>(await this.callApi(params, req, runtime), new EvaluateRegionResourceResponse({}));
|
|
45049
|
+
} else {
|
|
45050
|
+
return $dara.cast<EvaluateRegionResourceResponse>(await this.execute(params, req, runtime), new EvaluateRegionResourceResponse({}));
|
|
45051
|
+
}
|
|
45052
|
+
|
|
44492
45053
|
}
|
|
44493
45054
|
|
|
44494
45055
|
/**
|
|
@@ -44562,7 +45123,12 @@ export default class Client extends OpenApi {
|
|
|
44562
45123
|
reqBodyType: "formData",
|
|
44563
45124
|
bodyType: "json",
|
|
44564
45125
|
});
|
|
44565
|
-
|
|
45126
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
45127
|
+
return $dara.cast<FailoverDBClusterResponse>(await this.callApi(params, req, runtime), new FailoverDBClusterResponse({}));
|
|
45128
|
+
} else {
|
|
45129
|
+
return $dara.cast<FailoverDBClusterResponse>(await this.execute(params, req, runtime), new FailoverDBClusterResponse({}));
|
|
45130
|
+
}
|
|
45131
|
+
|
|
44566
45132
|
}
|
|
44567
45133
|
|
|
44568
45134
|
/**
|
|
@@ -44639,7 +45205,12 @@ export default class Client extends OpenApi {
|
|
|
44639
45205
|
reqBodyType: "formData",
|
|
44640
45206
|
bodyType: "json",
|
|
44641
45207
|
});
|
|
44642
|
-
|
|
45208
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
45209
|
+
return $dara.cast<GrantAccountPrivilegeResponse>(await this.callApi(params, req, runtime), new GrantAccountPrivilegeResponse({}));
|
|
45210
|
+
} else {
|
|
45211
|
+
return $dara.cast<GrantAccountPrivilegeResponse>(await this.execute(params, req, runtime), new GrantAccountPrivilegeResponse({}));
|
|
45212
|
+
}
|
|
45213
|
+
|
|
44643
45214
|
}
|
|
44644
45215
|
|
|
44645
45216
|
/**
|
|
@@ -44720,7 +45291,12 @@ export default class Client extends OpenApi {
|
|
|
44720
45291
|
reqBodyType: "formData",
|
|
44721
45292
|
bodyType: "json",
|
|
44722
45293
|
});
|
|
44723
|
-
|
|
45294
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
45295
|
+
return $dara.cast<ListTagResourcesResponse>(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
|
|
45296
|
+
} else {
|
|
45297
|
+
return $dara.cast<ListTagResourcesResponse>(await this.execute(params, req, runtime), new ListTagResourcesResponse({}));
|
|
45298
|
+
}
|
|
45299
|
+
|
|
44724
45300
|
}
|
|
44725
45301
|
|
|
44726
45302
|
/**
|
|
@@ -44782,7 +45358,12 @@ export default class Client extends OpenApi {
|
|
|
44782
45358
|
reqBodyType: "formData",
|
|
44783
45359
|
bodyType: "json",
|
|
44784
45360
|
});
|
|
44785
|
-
|
|
45361
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
45362
|
+
return $dara.cast<ManuallyStartDBClusterResponse>(await this.callApi(params, req, runtime), new ManuallyStartDBClusterResponse({}));
|
|
45363
|
+
} else {
|
|
45364
|
+
return $dara.cast<ManuallyStartDBClusterResponse>(await this.execute(params, req, runtime), new ManuallyStartDBClusterResponse({}));
|
|
45365
|
+
}
|
|
45366
|
+
|
|
44786
45367
|
}
|
|
44787
45368
|
|
|
44788
45369
|
/**
|
|
@@ -44848,7 +45429,12 @@ export default class Client extends OpenApi {
|
|
|
44848
45429
|
reqBodyType: "formData",
|
|
44849
45430
|
bodyType: "json",
|
|
44850
45431
|
});
|
|
44851
|
-
|
|
45432
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
45433
|
+
return $dara.cast<ModifyAccountDescriptionResponse>(await this.callApi(params, req, runtime), new ModifyAccountDescriptionResponse({}));
|
|
45434
|
+
} else {
|
|
45435
|
+
return $dara.cast<ModifyAccountDescriptionResponse>(await this.execute(params, req, runtime), new ModifyAccountDescriptionResponse({}));
|
|
45436
|
+
}
|
|
45437
|
+
|
|
44852
45438
|
}
|
|
44853
45439
|
|
|
44854
45440
|
/**
|
|
@@ -44918,7 +45504,12 @@ export default class Client extends OpenApi {
|
|
|
44918
45504
|
reqBodyType: "formData",
|
|
44919
45505
|
bodyType: "json",
|
|
44920
45506
|
});
|
|
44921
|
-
|
|
45507
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
45508
|
+
return $dara.cast<ModifyAccountPasswordResponse>(await this.callApi(params, req, runtime), new ModifyAccountPasswordResponse({}));
|
|
45509
|
+
} else {
|
|
45510
|
+
return $dara.cast<ModifyAccountPasswordResponse>(await this.execute(params, req, runtime), new ModifyAccountPasswordResponse({}));
|
|
45511
|
+
}
|
|
45512
|
+
|
|
44922
45513
|
}
|
|
44923
45514
|
|
|
44924
45515
|
/**
|
|
@@ -44992,7 +45583,12 @@ export default class Client extends OpenApi {
|
|
|
44992
45583
|
reqBodyType: "formData",
|
|
44993
45584
|
bodyType: "json",
|
|
44994
45585
|
});
|
|
44995
|
-
|
|
45586
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
45587
|
+
return $dara.cast<ModifyActiveOperationTasksResponse>(await this.callApi(params, req, runtime), new ModifyActiveOperationTasksResponse({}));
|
|
45588
|
+
} else {
|
|
45589
|
+
return $dara.cast<ModifyActiveOperationTasksResponse>(await this.execute(params, req, runtime), new ModifyActiveOperationTasksResponse({}));
|
|
45590
|
+
}
|
|
45591
|
+
|
|
44996
45592
|
}
|
|
44997
45593
|
|
|
44998
45594
|
/**
|
|
@@ -45070,7 +45666,12 @@ export default class Client extends OpenApi {
|
|
|
45070
45666
|
reqBodyType: "formData",
|
|
45071
45667
|
bodyType: "json",
|
|
45072
45668
|
});
|
|
45073
|
-
|
|
45669
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
45670
|
+
return $dara.cast<ModifyAutoRenewAttributeResponse>(await this.callApi(params, req, runtime), new ModifyAutoRenewAttributeResponse({}));
|
|
45671
|
+
} else {
|
|
45672
|
+
return $dara.cast<ModifyAutoRenewAttributeResponse>(await this.execute(params, req, runtime), new ModifyAutoRenewAttributeResponse({}));
|
|
45673
|
+
}
|
|
45674
|
+
|
|
45074
45675
|
}
|
|
45075
45676
|
|
|
45076
45677
|
/**
|
|
@@ -45179,7 +45780,12 @@ export default class Client extends OpenApi {
|
|
|
45179
45780
|
reqBodyType: "formData",
|
|
45180
45781
|
bodyType: "json",
|
|
45181
45782
|
});
|
|
45182
|
-
|
|
45783
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
45784
|
+
return $dara.cast<ModifyBackupPolicyResponse>(await this.callApi(params, req, runtime), new ModifyBackupPolicyResponse({}));
|
|
45785
|
+
} else {
|
|
45786
|
+
return $dara.cast<ModifyBackupPolicyResponse>(await this.execute(params, req, runtime), new ModifyBackupPolicyResponse({}));
|
|
45787
|
+
}
|
|
45788
|
+
|
|
45183
45789
|
}
|
|
45184
45790
|
|
|
45185
45791
|
/**
|
|
@@ -45284,7 +45890,12 @@ export default class Client extends OpenApi {
|
|
|
45284
45890
|
reqBodyType: "formData",
|
|
45285
45891
|
bodyType: "json",
|
|
45286
45892
|
});
|
|
45287
|
-
|
|
45893
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
45894
|
+
return $dara.cast<ModifyDBClusterResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterResponse({}));
|
|
45895
|
+
} else {
|
|
45896
|
+
return $dara.cast<ModifyDBClusterResponse>(await this.execute(params, req, runtime), new ModifyDBClusterResponse({}));
|
|
45897
|
+
}
|
|
45898
|
+
|
|
45288
45899
|
}
|
|
45289
45900
|
|
|
45290
45901
|
/**
|
|
@@ -45366,7 +45977,12 @@ export default class Client extends OpenApi {
|
|
|
45366
45977
|
reqBodyType: "formData",
|
|
45367
45978
|
bodyType: "json",
|
|
45368
45979
|
});
|
|
45369
|
-
|
|
45980
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
45981
|
+
return $dara.cast<ModifyDBClusterAccessWhitelistResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterAccessWhitelistResponse({}));
|
|
45982
|
+
} else {
|
|
45983
|
+
return $dara.cast<ModifyDBClusterAccessWhitelistResponse>(await this.execute(params, req, runtime), new ModifyDBClusterAccessWhitelistResponse({}));
|
|
45984
|
+
}
|
|
45985
|
+
|
|
45370
45986
|
}
|
|
45371
45987
|
|
|
45372
45988
|
/**
|
|
@@ -45452,7 +46068,12 @@ export default class Client extends OpenApi {
|
|
|
45452
46068
|
reqBodyType: "formData",
|
|
45453
46069
|
bodyType: "json",
|
|
45454
46070
|
});
|
|
45455
|
-
|
|
46071
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
46072
|
+
return $dara.cast<ModifyDBClusterAndNodesParametersResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterAndNodesParametersResponse({}));
|
|
46073
|
+
} else {
|
|
46074
|
+
return $dara.cast<ModifyDBClusterAndNodesParametersResponse>(await this.execute(params, req, runtime), new ModifyDBClusterAndNodesParametersResponse({}));
|
|
46075
|
+
}
|
|
46076
|
+
|
|
45456
46077
|
}
|
|
45457
46078
|
|
|
45458
46079
|
/**
|
|
@@ -45514,7 +46135,12 @@ export default class Client extends OpenApi {
|
|
|
45514
46135
|
reqBodyType: "formData",
|
|
45515
46136
|
bodyType: "json",
|
|
45516
46137
|
});
|
|
45517
|
-
|
|
46138
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
46139
|
+
return $dara.cast<ModifyDBClusterAuditLogCollectorResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterAuditLogCollectorResponse({}));
|
|
46140
|
+
} else {
|
|
46141
|
+
return $dara.cast<ModifyDBClusterAuditLogCollectorResponse>(await this.execute(params, req, runtime), new ModifyDBClusterAuditLogCollectorResponse({}));
|
|
46142
|
+
}
|
|
46143
|
+
|
|
45518
46144
|
}
|
|
45519
46145
|
|
|
45520
46146
|
/**
|
|
@@ -45576,7 +46202,12 @@ export default class Client extends OpenApi {
|
|
|
45576
46202
|
reqBodyType: "formData",
|
|
45577
46203
|
bodyType: "json",
|
|
45578
46204
|
});
|
|
45579
|
-
|
|
46205
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
46206
|
+
return $dara.cast<ModifyDBClusterDeletionResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterDeletionResponse({}));
|
|
46207
|
+
} else {
|
|
46208
|
+
return $dara.cast<ModifyDBClusterDeletionResponse>(await this.execute(params, req, runtime), new ModifyDBClusterDeletionResponse({}));
|
|
46209
|
+
}
|
|
46210
|
+
|
|
45580
46211
|
}
|
|
45581
46212
|
|
|
45582
46213
|
/**
|
|
@@ -45638,7 +46269,12 @@ export default class Client extends OpenApi {
|
|
|
45638
46269
|
reqBodyType: "formData",
|
|
45639
46270
|
bodyType: "json",
|
|
45640
46271
|
});
|
|
45641
|
-
|
|
46272
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
46273
|
+
return $dara.cast<ModifyDBClusterDescriptionResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterDescriptionResponse({}));
|
|
46274
|
+
} else {
|
|
46275
|
+
return $dara.cast<ModifyDBClusterDescriptionResponse>(await this.execute(params, req, runtime), new ModifyDBClusterDescriptionResponse({}));
|
|
46276
|
+
}
|
|
46277
|
+
|
|
45642
46278
|
}
|
|
45643
46279
|
|
|
45644
46280
|
/**
|
|
@@ -45732,7 +46368,12 @@ export default class Client extends OpenApi {
|
|
|
45732
46368
|
reqBodyType: "formData",
|
|
45733
46369
|
bodyType: "json",
|
|
45734
46370
|
});
|
|
45735
|
-
|
|
46371
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
46372
|
+
return $dara.cast<ModifyDBClusterEndpointResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterEndpointResponse({}));
|
|
46373
|
+
} else {
|
|
46374
|
+
return $dara.cast<ModifyDBClusterEndpointResponse>(await this.execute(params, req, runtime), new ModifyDBClusterEndpointResponse({}));
|
|
46375
|
+
}
|
|
46376
|
+
|
|
45736
46377
|
}
|
|
45737
46378
|
|
|
45738
46379
|
/**
|
|
@@ -45797,7 +46438,12 @@ export default class Client extends OpenApi {
|
|
|
45797
46438
|
reqBodyType: "formData",
|
|
45798
46439
|
bodyType: "json",
|
|
45799
46440
|
});
|
|
45800
|
-
|
|
46441
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
46442
|
+
return $dara.cast<ModifyDBClusterMaintainTimeResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterMaintainTimeResponse({}));
|
|
46443
|
+
} else {
|
|
46444
|
+
return $dara.cast<ModifyDBClusterMaintainTimeResponse>(await this.execute(params, req, runtime), new ModifyDBClusterMaintainTimeResponse({}));
|
|
46445
|
+
}
|
|
46446
|
+
|
|
45801
46447
|
}
|
|
45802
46448
|
|
|
45803
46449
|
/**
|
|
@@ -45883,7 +46529,12 @@ export default class Client extends OpenApi {
|
|
|
45883
46529
|
reqBodyType: "formData",
|
|
45884
46530
|
bodyType: "json",
|
|
45885
46531
|
});
|
|
45886
|
-
|
|
46532
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
46533
|
+
return $dara.cast<ModifyDBClusterMigrationResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterMigrationResponse({}));
|
|
46534
|
+
} else {
|
|
46535
|
+
return $dara.cast<ModifyDBClusterMigrationResponse>(await this.execute(params, req, runtime), new ModifyDBClusterMigrationResponse({}));
|
|
46536
|
+
}
|
|
46537
|
+
|
|
45887
46538
|
}
|
|
45888
46539
|
|
|
45889
46540
|
/**
|
|
@@ -45963,7 +46614,12 @@ export default class Client extends OpenApi {
|
|
|
45963
46614
|
reqBodyType: "formData",
|
|
45964
46615
|
bodyType: "json",
|
|
45965
46616
|
});
|
|
45966
|
-
|
|
46617
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
46618
|
+
return $dara.cast<ModifyDBClusterMonitorResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterMonitorResponse({}));
|
|
46619
|
+
} else {
|
|
46620
|
+
return $dara.cast<ModifyDBClusterMonitorResponse>(await this.execute(params, req, runtime), new ModifyDBClusterMonitorResponse({}));
|
|
46621
|
+
}
|
|
46622
|
+
|
|
45967
46623
|
}
|
|
45968
46624
|
|
|
45969
46625
|
/**
|
|
@@ -46059,7 +46715,12 @@ export default class Client extends OpenApi {
|
|
|
46059
46715
|
reqBodyType: "formData",
|
|
46060
46716
|
bodyType: "json",
|
|
46061
46717
|
});
|
|
46062
|
-
|
|
46718
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
46719
|
+
return $dara.cast<ModifyDBClusterParametersResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterParametersResponse({}));
|
|
46720
|
+
} else {
|
|
46721
|
+
return $dara.cast<ModifyDBClusterParametersResponse>(await this.execute(params, req, runtime), new ModifyDBClusterParametersResponse({}));
|
|
46722
|
+
}
|
|
46723
|
+
|
|
46063
46724
|
}
|
|
46064
46725
|
|
|
46065
46726
|
/**
|
|
@@ -46154,7 +46815,12 @@ export default class Client extends OpenApi {
|
|
|
46154
46815
|
reqBodyType: "formData",
|
|
46155
46816
|
bodyType: "json",
|
|
46156
46817
|
});
|
|
46157
|
-
|
|
46818
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
46819
|
+
return $dara.cast<ModifyDBClusterPrimaryZoneResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterPrimaryZoneResponse({}));
|
|
46820
|
+
} else {
|
|
46821
|
+
return $dara.cast<ModifyDBClusterPrimaryZoneResponse>(await this.execute(params, req, runtime), new ModifyDBClusterPrimaryZoneResponse({}));
|
|
46822
|
+
}
|
|
46823
|
+
|
|
46158
46824
|
}
|
|
46159
46825
|
|
|
46160
46826
|
/**
|
|
@@ -46220,7 +46886,12 @@ export default class Client extends OpenApi {
|
|
|
46220
46886
|
reqBodyType: "formData",
|
|
46221
46887
|
bodyType: "json",
|
|
46222
46888
|
});
|
|
46223
|
-
|
|
46889
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
46890
|
+
return $dara.cast<ModifyDBClusterResourceGroupResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterResourceGroupResponse({}));
|
|
46891
|
+
} else {
|
|
46892
|
+
return $dara.cast<ModifyDBClusterResourceGroupResponse>(await this.execute(params, req, runtime), new ModifyDBClusterResourceGroupResponse({}));
|
|
46893
|
+
}
|
|
46894
|
+
|
|
46224
46895
|
}
|
|
46225
46896
|
|
|
46226
46897
|
/**
|
|
@@ -46294,7 +46965,12 @@ export default class Client extends OpenApi {
|
|
|
46294
46965
|
reqBodyType: "formData",
|
|
46295
46966
|
bodyType: "json",
|
|
46296
46967
|
});
|
|
46297
|
-
|
|
46968
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
46969
|
+
return $dara.cast<ModifyDBClusterSSLResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterSSLResponse({}));
|
|
46970
|
+
} else {
|
|
46971
|
+
return $dara.cast<ModifyDBClusterSSLResponse>(await this.execute(params, req, runtime), new ModifyDBClusterSSLResponse({}));
|
|
46972
|
+
}
|
|
46973
|
+
|
|
46298
46974
|
}
|
|
46299
46975
|
|
|
46300
46976
|
/**
|
|
@@ -46416,7 +47092,12 @@ export default class Client extends OpenApi {
|
|
|
46416
47092
|
reqBodyType: "formData",
|
|
46417
47093
|
bodyType: "json",
|
|
46418
47094
|
});
|
|
46419
|
-
|
|
47095
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
47096
|
+
return $dara.cast<ModifyDBClusterServerlessConfResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterServerlessConfResponse({}));
|
|
47097
|
+
} else {
|
|
47098
|
+
return $dara.cast<ModifyDBClusterServerlessConfResponse>(await this.execute(params, req, runtime), new ModifyDBClusterServerlessConfResponse({}));
|
|
47099
|
+
}
|
|
47100
|
+
|
|
46420
47101
|
}
|
|
46421
47102
|
|
|
46422
47103
|
/**
|
|
@@ -46482,7 +47163,12 @@ export default class Client extends OpenApi {
|
|
|
46482
47163
|
reqBodyType: "formData",
|
|
46483
47164
|
bodyType: "json",
|
|
46484
47165
|
});
|
|
46485
|
-
|
|
47166
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
47167
|
+
return $dara.cast<ModifyDBClusterStoragePerformanceResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterStoragePerformanceResponse({}));
|
|
47168
|
+
} else {
|
|
47169
|
+
return $dara.cast<ModifyDBClusterStoragePerformanceResponse>(await this.execute(params, req, runtime), new ModifyDBClusterStoragePerformanceResponse({}));
|
|
47170
|
+
}
|
|
47171
|
+
|
|
46486
47172
|
}
|
|
46487
47173
|
|
|
46488
47174
|
/**
|
|
@@ -46560,7 +47246,12 @@ export default class Client extends OpenApi {
|
|
|
46560
47246
|
reqBodyType: "formData",
|
|
46561
47247
|
bodyType: "json",
|
|
46562
47248
|
});
|
|
46563
|
-
|
|
47249
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
47250
|
+
return $dara.cast<ModifyDBClusterStorageSpaceResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterStorageSpaceResponse({}));
|
|
47251
|
+
} else {
|
|
47252
|
+
return $dara.cast<ModifyDBClusterStorageSpaceResponse>(await this.execute(params, req, runtime), new ModifyDBClusterStorageSpaceResponse({}));
|
|
47253
|
+
}
|
|
47254
|
+
|
|
46564
47255
|
}
|
|
46565
47256
|
|
|
46566
47257
|
/**
|
|
@@ -46642,7 +47333,12 @@ export default class Client extends OpenApi {
|
|
|
46642
47333
|
reqBodyType: "formData",
|
|
46643
47334
|
bodyType: "json",
|
|
46644
47335
|
});
|
|
46645
|
-
|
|
47336
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
47337
|
+
return $dara.cast<ModifyDBClusterTDEResponse>(await this.callApi(params, req, runtime), new ModifyDBClusterTDEResponse({}));
|
|
47338
|
+
} else {
|
|
47339
|
+
return $dara.cast<ModifyDBClusterTDEResponse>(await this.execute(params, req, runtime), new ModifyDBClusterTDEResponse({}));
|
|
47340
|
+
}
|
|
47341
|
+
|
|
46646
47342
|
}
|
|
46647
47343
|
|
|
46648
47344
|
/**
|
|
@@ -46712,7 +47408,12 @@ export default class Client extends OpenApi {
|
|
|
46712
47408
|
reqBodyType: "formData",
|
|
46713
47409
|
bodyType: "json",
|
|
46714
47410
|
});
|
|
46715
|
-
|
|
47411
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
47412
|
+
return $dara.cast<ModifyDBDescriptionResponse>(await this.callApi(params, req, runtime), new ModifyDBDescriptionResponse({}));
|
|
47413
|
+
} else {
|
|
47414
|
+
return $dara.cast<ModifyDBDescriptionResponse>(await this.execute(params, req, runtime), new ModifyDBDescriptionResponse({}));
|
|
47415
|
+
}
|
|
47416
|
+
|
|
46716
47417
|
}
|
|
46717
47418
|
|
|
46718
47419
|
/**
|
|
@@ -46794,7 +47495,12 @@ export default class Client extends OpenApi {
|
|
|
46794
47495
|
reqBodyType: "formData",
|
|
46795
47496
|
bodyType: "json",
|
|
46796
47497
|
});
|
|
46797
|
-
|
|
47498
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
47499
|
+
return $dara.cast<ModifyDBEndpointAddressResponse>(await this.callApi(params, req, runtime), new ModifyDBEndpointAddressResponse({}));
|
|
47500
|
+
} else {
|
|
47501
|
+
return $dara.cast<ModifyDBEndpointAddressResponse>(await this.execute(params, req, runtime), new ModifyDBEndpointAddressResponse({}));
|
|
47502
|
+
}
|
|
47503
|
+
|
|
46798
47504
|
}
|
|
46799
47505
|
|
|
46800
47506
|
/**
|
|
@@ -46884,7 +47590,12 @@ export default class Client extends OpenApi {
|
|
|
46884
47590
|
reqBodyType: "formData",
|
|
46885
47591
|
bodyType: "json",
|
|
46886
47592
|
});
|
|
46887
|
-
|
|
47593
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
47594
|
+
return $dara.cast<ModifyDBNodeClassResponse>(await this.callApi(params, req, runtime), new ModifyDBNodeClassResponse({}));
|
|
47595
|
+
} else {
|
|
47596
|
+
return $dara.cast<ModifyDBNodeClassResponse>(await this.execute(params, req, runtime), new ModifyDBNodeClassResponse({}));
|
|
47597
|
+
}
|
|
47598
|
+
|
|
46888
47599
|
}
|
|
46889
47600
|
|
|
46890
47601
|
/**
|
|
@@ -46950,7 +47661,12 @@ export default class Client extends OpenApi {
|
|
|
46950
47661
|
reqBodyType: "formData",
|
|
46951
47662
|
bodyType: "json",
|
|
46952
47663
|
});
|
|
46953
|
-
|
|
47664
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
47665
|
+
return $dara.cast<ModifyDBNodeHotReplicaModeResponse>(await this.callApi(params, req, runtime), new ModifyDBNodeHotReplicaModeResponse({}));
|
|
47666
|
+
} else {
|
|
47667
|
+
return $dara.cast<ModifyDBNodeHotReplicaModeResponse>(await this.execute(params, req, runtime), new ModifyDBNodeHotReplicaModeResponse({}));
|
|
47668
|
+
}
|
|
47669
|
+
|
|
46954
47670
|
}
|
|
46955
47671
|
|
|
46956
47672
|
/**
|
|
@@ -47036,7 +47752,12 @@ export default class Client extends OpenApi {
|
|
|
47036
47752
|
reqBodyType: "formData",
|
|
47037
47753
|
bodyType: "json",
|
|
47038
47754
|
});
|
|
47039
|
-
|
|
47755
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
47756
|
+
return $dara.cast<ModifyDBNodesClassResponse>(await this.callApi(params, req, runtime), new ModifyDBNodesClassResponse({}));
|
|
47757
|
+
} else {
|
|
47758
|
+
return $dara.cast<ModifyDBNodesClassResponse>(await this.execute(params, req, runtime), new ModifyDBNodesClassResponse({}));
|
|
47759
|
+
}
|
|
47760
|
+
|
|
47040
47761
|
}
|
|
47041
47762
|
|
|
47042
47763
|
/**
|
|
@@ -47118,7 +47839,12 @@ export default class Client extends OpenApi {
|
|
|
47118
47839
|
reqBodyType: "formData",
|
|
47119
47840
|
bodyType: "json",
|
|
47120
47841
|
});
|
|
47121
|
-
|
|
47842
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
47843
|
+
return $dara.cast<ModifyDBNodesParametersResponse>(await this.callApi(params, req, runtime), new ModifyDBNodesParametersResponse({}));
|
|
47844
|
+
} else {
|
|
47845
|
+
return $dara.cast<ModifyDBNodesParametersResponse>(await this.execute(params, req, runtime), new ModifyDBNodesParametersResponse({}));
|
|
47846
|
+
}
|
|
47847
|
+
|
|
47122
47848
|
}
|
|
47123
47849
|
|
|
47124
47850
|
/**
|
|
@@ -47192,7 +47918,12 @@ export default class Client extends OpenApi {
|
|
|
47192
47918
|
reqBodyType: "formData",
|
|
47193
47919
|
bodyType: "json",
|
|
47194
47920
|
});
|
|
47195
|
-
|
|
47921
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
47922
|
+
return $dara.cast<ModifyGlobalDatabaseNetworkResponse>(await this.callApi(params, req, runtime), new ModifyGlobalDatabaseNetworkResponse({}));
|
|
47923
|
+
} else {
|
|
47924
|
+
return $dara.cast<ModifyGlobalDatabaseNetworkResponse>(await this.execute(params, req, runtime), new ModifyGlobalDatabaseNetworkResponse({}));
|
|
47925
|
+
}
|
|
47926
|
+
|
|
47196
47927
|
}
|
|
47197
47928
|
|
|
47198
47929
|
/**
|
|
@@ -47270,7 +48001,12 @@ export default class Client extends OpenApi {
|
|
|
47270
48001
|
reqBodyType: "formData",
|
|
47271
48002
|
bodyType: "json",
|
|
47272
48003
|
});
|
|
47273
|
-
|
|
48004
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
48005
|
+
return $dara.cast<ModifyGlobalSecurityIPGroupResponse>(await this.callApi(params, req, runtime), new ModifyGlobalSecurityIPGroupResponse({}));
|
|
48006
|
+
} else {
|
|
48007
|
+
return $dara.cast<ModifyGlobalSecurityIPGroupResponse>(await this.execute(params, req, runtime), new ModifyGlobalSecurityIPGroupResponse({}));
|
|
48008
|
+
}
|
|
48009
|
+
|
|
47274
48010
|
}
|
|
47275
48011
|
|
|
47276
48012
|
/**
|
|
@@ -47344,7 +48080,12 @@ export default class Client extends OpenApi {
|
|
|
47344
48080
|
reqBodyType: "formData",
|
|
47345
48081
|
bodyType: "json",
|
|
47346
48082
|
});
|
|
47347
|
-
|
|
48083
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
48084
|
+
return $dara.cast<ModifyGlobalSecurityIPGroupNameResponse>(await this.callApi(params, req, runtime), new ModifyGlobalSecurityIPGroupNameResponse({}));
|
|
48085
|
+
} else {
|
|
48086
|
+
return $dara.cast<ModifyGlobalSecurityIPGroupNameResponse>(await this.execute(params, req, runtime), new ModifyGlobalSecurityIPGroupNameResponse({}));
|
|
48087
|
+
}
|
|
48088
|
+
|
|
47348
48089
|
}
|
|
47349
48090
|
|
|
47350
48091
|
/**
|
|
@@ -47418,7 +48159,12 @@ export default class Client extends OpenApi {
|
|
|
47418
48159
|
reqBodyType: "formData",
|
|
47419
48160
|
bodyType: "json",
|
|
47420
48161
|
});
|
|
47421
|
-
|
|
48162
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
48163
|
+
return $dara.cast<ModifyGlobalSecurityIPGroupRelationResponse>(await this.callApi(params, req, runtime), new ModifyGlobalSecurityIPGroupRelationResponse({}));
|
|
48164
|
+
} else {
|
|
48165
|
+
return $dara.cast<ModifyGlobalSecurityIPGroupRelationResponse>(await this.execute(params, req, runtime), new ModifyGlobalSecurityIPGroupRelationResponse({}));
|
|
48166
|
+
}
|
|
48167
|
+
|
|
47422
48168
|
}
|
|
47423
48169
|
|
|
47424
48170
|
/**
|
|
@@ -47488,7 +48234,12 @@ export default class Client extends OpenApi {
|
|
|
47488
48234
|
reqBodyType: "formData",
|
|
47489
48235
|
bodyType: "json",
|
|
47490
48236
|
});
|
|
47491
|
-
|
|
48237
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
48238
|
+
return $dara.cast<ModifyLogBackupPolicyResponse>(await this.callApi(params, req, runtime), new ModifyLogBackupPolicyResponse({}));
|
|
48239
|
+
} else {
|
|
48240
|
+
return $dara.cast<ModifyLogBackupPolicyResponse>(await this.execute(params, req, runtime), new ModifyLogBackupPolicyResponse({}));
|
|
48241
|
+
}
|
|
48242
|
+
|
|
47492
48243
|
}
|
|
47493
48244
|
|
|
47494
48245
|
/**
|
|
@@ -47550,7 +48301,12 @@ export default class Client extends OpenApi {
|
|
|
47550
48301
|
reqBodyType: "formData",
|
|
47551
48302
|
bodyType: "json",
|
|
47552
48303
|
});
|
|
47553
|
-
|
|
48304
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
48305
|
+
return $dara.cast<ModifyMaskingRulesResponse>(await this.callApi(params, req, runtime), new ModifyMaskingRulesResponse({}));
|
|
48306
|
+
} else {
|
|
48307
|
+
return $dara.cast<ModifyMaskingRulesResponse>(await this.execute(params, req, runtime), new ModifyMaskingRulesResponse({}));
|
|
48308
|
+
}
|
|
48309
|
+
|
|
47554
48310
|
}
|
|
47555
48311
|
|
|
47556
48312
|
/**
|
|
@@ -47624,7 +48380,12 @@ export default class Client extends OpenApi {
|
|
|
47624
48380
|
reqBodyType: "formData",
|
|
47625
48381
|
bodyType: "json",
|
|
47626
48382
|
});
|
|
47627
|
-
|
|
48383
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
48384
|
+
return $dara.cast<ModifyPendingMaintenanceActionResponse>(await this.callApi(params, req, runtime), new ModifyPendingMaintenanceActionResponse({}));
|
|
48385
|
+
} else {
|
|
48386
|
+
return $dara.cast<ModifyPendingMaintenanceActionResponse>(await this.execute(params, req, runtime), new ModifyPendingMaintenanceActionResponse({}));
|
|
48387
|
+
}
|
|
48388
|
+
|
|
47628
48389
|
}
|
|
47629
48390
|
|
|
47630
48391
|
/**
|
|
@@ -47702,7 +48463,12 @@ export default class Client extends OpenApi {
|
|
|
47702
48463
|
reqBodyType: "formData",
|
|
47703
48464
|
bodyType: "json",
|
|
47704
48465
|
});
|
|
47705
|
-
|
|
48466
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
48467
|
+
return $dara.cast<OpenAITaskResponse>(await this.callApi(params, req, runtime), new OpenAITaskResponse({}));
|
|
48468
|
+
} else {
|
|
48469
|
+
return $dara.cast<OpenAITaskResponse>(await this.execute(params, req, runtime), new OpenAITaskResponse({}));
|
|
48470
|
+
}
|
|
48471
|
+
|
|
47706
48472
|
}
|
|
47707
48473
|
|
|
47708
48474
|
/**
|
|
@@ -47760,7 +48526,12 @@ export default class Client extends OpenApi {
|
|
|
47760
48526
|
reqBodyType: "formData",
|
|
47761
48527
|
bodyType: "json",
|
|
47762
48528
|
});
|
|
47763
|
-
|
|
48529
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
48530
|
+
return $dara.cast<RefreshDBClusterStorageUsageResponse>(await this.callApi(params, req, runtime), new RefreshDBClusterStorageUsageResponse({}));
|
|
48531
|
+
} else {
|
|
48532
|
+
return $dara.cast<RefreshDBClusterStorageUsageResponse>(await this.execute(params, req, runtime), new RefreshDBClusterStorageUsageResponse({}));
|
|
48533
|
+
}
|
|
48534
|
+
|
|
47764
48535
|
}
|
|
47765
48536
|
|
|
47766
48537
|
/**
|
|
@@ -47829,7 +48600,12 @@ export default class Client extends OpenApi {
|
|
|
47829
48600
|
reqBodyType: "formData",
|
|
47830
48601
|
bodyType: "json",
|
|
47831
48602
|
});
|
|
47832
|
-
|
|
48603
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
48604
|
+
return $dara.cast<RemoveDBClusterFromGDNResponse>(await this.callApi(params, req, runtime), new RemoveDBClusterFromGDNResponse({}));
|
|
48605
|
+
} else {
|
|
48606
|
+
return $dara.cast<RemoveDBClusterFromGDNResponse>(await this.execute(params, req, runtime), new RemoveDBClusterFromGDNResponse({}));
|
|
48607
|
+
}
|
|
48608
|
+
|
|
47833
48609
|
}
|
|
47834
48610
|
|
|
47835
48611
|
/**
|
|
@@ -47902,7 +48678,12 @@ export default class Client extends OpenApi {
|
|
|
47902
48678
|
reqBodyType: "formData",
|
|
47903
48679
|
bodyType: "json",
|
|
47904
48680
|
});
|
|
47905
|
-
|
|
48681
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
48682
|
+
return $dara.cast<ResetAccountResponse>(await this.callApi(params, req, runtime), new ResetAccountResponse({}));
|
|
48683
|
+
} else {
|
|
48684
|
+
return $dara.cast<ResetAccountResponse>(await this.execute(params, req, runtime), new ResetAccountResponse({}));
|
|
48685
|
+
}
|
|
48686
|
+
|
|
47906
48687
|
}
|
|
47907
48688
|
|
|
47908
48689
|
/**
|
|
@@ -47976,7 +48757,12 @@ export default class Client extends OpenApi {
|
|
|
47976
48757
|
reqBodyType: "formData",
|
|
47977
48758
|
bodyType: "json",
|
|
47978
48759
|
});
|
|
47979
|
-
|
|
48760
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
48761
|
+
return $dara.cast<ResetGlobalDatabaseNetworkResponse>(await this.callApi(params, req, runtime), new ResetGlobalDatabaseNetworkResponse({}));
|
|
48762
|
+
} else {
|
|
48763
|
+
return $dara.cast<ResetGlobalDatabaseNetworkResponse>(await this.execute(params, req, runtime), new ResetGlobalDatabaseNetworkResponse({}));
|
|
48764
|
+
}
|
|
48765
|
+
|
|
47980
48766
|
}
|
|
47981
48767
|
|
|
47982
48768
|
/**
|
|
@@ -48038,7 +48824,12 @@ export default class Client extends OpenApi {
|
|
|
48038
48824
|
reqBodyType: "formData",
|
|
48039
48825
|
bodyType: "json",
|
|
48040
48826
|
});
|
|
48041
|
-
|
|
48827
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
48828
|
+
return $dara.cast<RestartDBLinkResponse>(await this.callApi(params, req, runtime), new RestartDBLinkResponse({}));
|
|
48829
|
+
} else {
|
|
48830
|
+
return $dara.cast<RestartDBLinkResponse>(await this.execute(params, req, runtime), new RestartDBLinkResponse({}));
|
|
48831
|
+
}
|
|
48832
|
+
|
|
48042
48833
|
}
|
|
48043
48834
|
|
|
48044
48835
|
/**
|
|
@@ -48096,7 +48887,12 @@ export default class Client extends OpenApi {
|
|
|
48096
48887
|
reqBodyType: "formData",
|
|
48097
48888
|
bodyType: "json",
|
|
48098
48889
|
});
|
|
48099
|
-
|
|
48890
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
48891
|
+
return $dara.cast<RestartDBNodeResponse>(await this.callApi(params, req, runtime), new RestartDBNodeResponse({}));
|
|
48892
|
+
} else {
|
|
48893
|
+
return $dara.cast<RestartDBNodeResponse>(await this.execute(params, req, runtime), new RestartDBNodeResponse({}));
|
|
48894
|
+
}
|
|
48895
|
+
|
|
48100
48896
|
}
|
|
48101
48897
|
|
|
48102
48898
|
/**
|
|
@@ -48170,7 +48966,12 @@ export default class Client extends OpenApi {
|
|
|
48170
48966
|
reqBodyType: "formData",
|
|
48171
48967
|
bodyType: "json",
|
|
48172
48968
|
});
|
|
48173
|
-
|
|
48969
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
48970
|
+
return $dara.cast<RestoreTableResponse>(await this.callApi(params, req, runtime), new RestoreTableResponse({}));
|
|
48971
|
+
} else {
|
|
48972
|
+
return $dara.cast<RestoreTableResponse>(await this.execute(params, req, runtime), new RestoreTableResponse({}));
|
|
48973
|
+
}
|
|
48974
|
+
|
|
48174
48975
|
}
|
|
48175
48976
|
|
|
48176
48977
|
/**
|
|
@@ -48236,7 +49037,12 @@ export default class Client extends OpenApi {
|
|
|
48236
49037
|
reqBodyType: "formData",
|
|
48237
49038
|
bodyType: "json",
|
|
48238
49039
|
});
|
|
48239
|
-
|
|
49040
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
49041
|
+
return $dara.cast<RevokeAccountPrivilegeResponse>(await this.callApi(params, req, runtime), new RevokeAccountPrivilegeResponse({}));
|
|
49042
|
+
} else {
|
|
49043
|
+
return $dara.cast<RevokeAccountPrivilegeResponse>(await this.execute(params, req, runtime), new RevokeAccountPrivilegeResponse({}));
|
|
49044
|
+
}
|
|
49045
|
+
|
|
48240
49046
|
}
|
|
48241
49047
|
|
|
48242
49048
|
/**
|
|
@@ -48312,7 +49118,12 @@ export default class Client extends OpenApi {
|
|
|
48312
49118
|
reqBodyType: "formData",
|
|
48313
49119
|
bodyType: "json",
|
|
48314
49120
|
});
|
|
48315
|
-
|
|
49121
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
49122
|
+
return $dara.cast<SwitchOverGlobalDatabaseNetworkResponse>(await this.callApi(params, req, runtime), new SwitchOverGlobalDatabaseNetworkResponse({}));
|
|
49123
|
+
} else {
|
|
49124
|
+
return $dara.cast<SwitchOverGlobalDatabaseNetworkResponse>(await this.execute(params, req, runtime), new SwitchOverGlobalDatabaseNetworkResponse({}));
|
|
49125
|
+
}
|
|
49126
|
+
|
|
48316
49127
|
}
|
|
48317
49128
|
|
|
48318
49129
|
/**
|
|
@@ -48380,7 +49191,12 @@ export default class Client extends OpenApi {
|
|
|
48380
49191
|
reqBodyType: "formData",
|
|
48381
49192
|
bodyType: "json",
|
|
48382
49193
|
});
|
|
48383
|
-
|
|
49194
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
49195
|
+
return $dara.cast<TagResourcesResponse>(await this.callApi(params, req, runtime), new TagResourcesResponse({}));
|
|
49196
|
+
} else {
|
|
49197
|
+
return $dara.cast<TagResourcesResponse>(await this.execute(params, req, runtime), new TagResourcesResponse({}));
|
|
49198
|
+
}
|
|
49199
|
+
|
|
48384
49200
|
}
|
|
48385
49201
|
|
|
48386
49202
|
/**
|
|
@@ -48458,7 +49274,12 @@ export default class Client extends OpenApi {
|
|
|
48458
49274
|
reqBodyType: "formData",
|
|
48459
49275
|
bodyType: "json",
|
|
48460
49276
|
});
|
|
48461
|
-
|
|
49277
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
49278
|
+
return $dara.cast<TempModifyDBNodeResponse>(await this.callApi(params, req, runtime), new TempModifyDBNodeResponse({}));
|
|
49279
|
+
} else {
|
|
49280
|
+
return $dara.cast<TempModifyDBNodeResponse>(await this.execute(params, req, runtime), new TempModifyDBNodeResponse({}));
|
|
49281
|
+
}
|
|
49282
|
+
|
|
48462
49283
|
}
|
|
48463
49284
|
|
|
48464
49285
|
/**
|
|
@@ -48546,7 +49367,12 @@ export default class Client extends OpenApi {
|
|
|
48546
49367
|
reqBodyType: "formData",
|
|
48547
49368
|
bodyType: "json",
|
|
48548
49369
|
});
|
|
48549
|
-
|
|
49370
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
49371
|
+
return $dara.cast<TransformDBClusterPayTypeResponse>(await this.callApi(params, req, runtime), new TransformDBClusterPayTypeResponse({}));
|
|
49372
|
+
} else {
|
|
49373
|
+
return $dara.cast<TransformDBClusterPayTypeResponse>(await this.execute(params, req, runtime), new TransformDBClusterPayTypeResponse({}));
|
|
49374
|
+
}
|
|
49375
|
+
|
|
48550
49376
|
}
|
|
48551
49377
|
|
|
48552
49378
|
/**
|
|
@@ -48626,7 +49452,12 @@ export default class Client extends OpenApi {
|
|
|
48626
49452
|
reqBodyType: "formData",
|
|
48627
49453
|
bodyType: "json",
|
|
48628
49454
|
});
|
|
48629
|
-
|
|
49455
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
49456
|
+
return $dara.cast<UntagResourcesResponse>(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
|
|
49457
|
+
} else {
|
|
49458
|
+
return $dara.cast<UntagResourcesResponse>(await this.execute(params, req, runtime), new UntagResourcesResponse({}));
|
|
49459
|
+
}
|
|
49460
|
+
|
|
48630
49461
|
}
|
|
48631
49462
|
|
|
48632
49463
|
/**
|
|
@@ -48720,7 +49551,12 @@ export default class Client extends OpenApi {
|
|
|
48720
49551
|
reqBodyType: "formData",
|
|
48721
49552
|
bodyType: "json",
|
|
48722
49553
|
});
|
|
48723
|
-
|
|
49554
|
+
if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
|
|
49555
|
+
return $dara.cast<UpgradeDBClusterVersionResponse>(await this.callApi(params, req, runtime), new UpgradeDBClusterVersionResponse({}));
|
|
49556
|
+
} else {
|
|
49557
|
+
return $dara.cast<UpgradeDBClusterVersionResponse>(await this.execute(params, req, runtime), new UpgradeDBClusterVersionResponse({}));
|
|
49558
|
+
}
|
|
49559
|
+
|
|
48724
49560
|
}
|
|
48725
49561
|
|
|
48726
49562
|
/**
|