@alicloud/rds20140815 8.0.1 → 8.0.3
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 +78 -38
- package/dist/client.js +27 -2
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +106 -38
package/dist/client.d.ts
CHANGED
|
@@ -482,6 +482,9 @@ export declare class AllocateReadWriteSplittingConnectionResponse extends $tea.M
|
|
|
482
482
|
}
|
|
483
483
|
export declare class AttachRCDiskRequest extends $tea.Model {
|
|
484
484
|
/**
|
|
485
|
+
* @remarks
|
|
486
|
+
* The reserved parameter. This parameter is not supported.
|
|
487
|
+
*
|
|
485
488
|
* @example
|
|
486
489
|
* false
|
|
487
490
|
*/
|
|
@@ -3685,13 +3688,9 @@ export declare class CreateDBInstanceRequest extends $tea.Model {
|
|
|
3685
3688
|
* * **VPC**: a virtual private cloud (VPC)
|
|
3686
3689
|
* * **Classic**: the classic network
|
|
3687
3690
|
*
|
|
3688
|
-
* >
|
|
3689
|
-
*
|
|
3690
|
-
* * If the instance runs
|
|
3691
|
-
*
|
|
3692
|
-
* * If the instance runs PostgreSQL or MariaDB, you must set this parameter to **VPC**.
|
|
3693
|
-
*
|
|
3694
|
-
* * If the instance runs SQL Server Basic or SQL Server Web, you can set this parameter to VPC or Classic. If the instance runs other database engine, you must set this parameter to **VPC**.
|
|
3691
|
+
* > * If the instance runs MySQL and uses cloud disks, you must set this parameter to **VPC**.
|
|
3692
|
+
* > * If the instance runs PostgreSQL or MariaDB, you must set this parameter to **VPC**.
|
|
3693
|
+
* > * If the instance runs SQL Server Basic or SQL Server Web, you can set this parameter to VPC or Classic. If the instance runs other database engine, you must set this parameter to **VPC**.
|
|
3695
3694
|
*
|
|
3696
3695
|
* @example
|
|
3697
3696
|
* Classic
|
|
@@ -3710,6 +3709,7 @@ export declare class CreateDBInstanceRequest extends $tea.Model {
|
|
|
3710
3709
|
* 0
|
|
3711
3710
|
*/
|
|
3712
3711
|
ioAccelerationEnabled?: string;
|
|
3712
|
+
optimizedWrites?: string;
|
|
3713
3713
|
/**
|
|
3714
3714
|
* @remarks
|
|
3715
3715
|
* The billing method of the instance. Valid values:
|
|
@@ -4435,13 +4435,9 @@ export declare class CreateDBInstanceShrinkRequest extends $tea.Model {
|
|
|
4435
4435
|
* * **VPC**: a virtual private cloud (VPC)
|
|
4436
4436
|
* * **Classic**: the classic network
|
|
4437
4437
|
*
|
|
4438
|
-
* >
|
|
4439
|
-
*
|
|
4440
|
-
* * If the instance runs
|
|
4441
|
-
*
|
|
4442
|
-
* * If the instance runs PostgreSQL or MariaDB, you must set this parameter to **VPC**.
|
|
4443
|
-
*
|
|
4444
|
-
* * If the instance runs SQL Server Basic or SQL Server Web, you can set this parameter to VPC or Classic. If the instance runs other database engine, you must set this parameter to **VPC**.
|
|
4438
|
+
* > * If the instance runs MySQL and uses cloud disks, you must set this parameter to **VPC**.
|
|
4439
|
+
* > * If the instance runs PostgreSQL or MariaDB, you must set this parameter to **VPC**.
|
|
4440
|
+
* > * If the instance runs SQL Server Basic or SQL Server Web, you can set this parameter to VPC or Classic. If the instance runs other database engine, you must set this parameter to **VPC**.
|
|
4445
4441
|
*
|
|
4446
4442
|
* @example
|
|
4447
4443
|
* Classic
|
|
@@ -4460,6 +4456,7 @@ export declare class CreateDBInstanceShrinkRequest extends $tea.Model {
|
|
|
4460
4456
|
* 0
|
|
4461
4457
|
*/
|
|
4462
4458
|
ioAccelerationEnabled?: string;
|
|
4459
|
+
optimizedWrites?: string;
|
|
4463
4460
|
/**
|
|
4464
4461
|
* @remarks
|
|
4465
4462
|
* The billing method of the instance. Valid values:
|
|
@@ -8153,7 +8150,7 @@ export declare class CreateRCSnapshotRequest extends $tea.Model {
|
|
|
8153
8150
|
retentionDays?: number;
|
|
8154
8151
|
/**
|
|
8155
8152
|
* @remarks
|
|
8156
|
-
*
|
|
8153
|
+
* This parameter has been deprecated.
|
|
8157
8154
|
*
|
|
8158
8155
|
* @example
|
|
8159
8156
|
* cn-hangzhou-b
|
|
@@ -19225,6 +19222,13 @@ export declare class DescribeDBProxyEndpointResponseBody extends $tea.Model {
|
|
|
19225
19222
|
* keaxncrjluwu0gue****
|
|
19226
19223
|
*/
|
|
19227
19224
|
DBProxyEndpointId?: string;
|
|
19225
|
+
/**
|
|
19226
|
+
* @remarks
|
|
19227
|
+
* The minimum number of reserved instances.
|
|
19228
|
+
*
|
|
19229
|
+
* @example
|
|
19230
|
+
* 2
|
|
19231
|
+
*/
|
|
19228
19232
|
DBProxyEndpointMinSlaveCount?: string;
|
|
19229
19233
|
/**
|
|
19230
19234
|
* @remarks
|
|
@@ -25009,6 +25013,7 @@ export declare class DescribeRCClustersRequest extends $tea.Model {
|
|
|
25009
25013
|
* cn-hangzhou
|
|
25010
25014
|
*/
|
|
25011
25015
|
regionId?: string;
|
|
25016
|
+
vpcId?: string;
|
|
25012
25017
|
static names(): {
|
|
25013
25018
|
[key: string]: string;
|
|
25014
25019
|
};
|
|
@@ -34899,6 +34904,7 @@ export declare class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
34899
34904
|
* None
|
|
34900
34905
|
*/
|
|
34901
34906
|
ioAccelerationEnabled?: string;
|
|
34907
|
+
optimizedWrites?: string;
|
|
34902
34908
|
ownerAccount?: string;
|
|
34903
34909
|
ownerId?: number;
|
|
34904
34910
|
/**
|
|
@@ -35205,6 +35211,7 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
35205
35211
|
* None
|
|
35206
35212
|
*/
|
|
35207
35213
|
ioAccelerationEnabled?: string;
|
|
35214
|
+
optimizedWrites?: string;
|
|
35208
35215
|
ownerAccount?: string;
|
|
35209
35216
|
ownerId?: number;
|
|
35210
35217
|
/**
|
|
@@ -36122,20 +36129,25 @@ export declare class ModifyDBProxyResponse extends $tea.Model {
|
|
|
36122
36129
|
export declare class ModifyDBProxyEndpointRequest extends $tea.Model {
|
|
36123
36130
|
/**
|
|
36124
36131
|
* @remarks
|
|
36125
|
-
* The
|
|
36132
|
+
* The capabilities that you want to enable for the proxy endpoint. If you specify more than one capability, separate the capabilities with semicolons (;). Format: `Capability 1:Status;Capability 2:Status;...`. Do not add a semicolon (;) at the end of the value.
|
|
36126
36133
|
*
|
|
36127
|
-
* Valid
|
|
36134
|
+
* Valid capability values:
|
|
36128
36135
|
*
|
|
36129
36136
|
* * **ReadWriteSpliting**: read/write splitting
|
|
36130
36137
|
* * **ConnectionPersist**: connection pooling
|
|
36131
36138
|
* * **TransactionReadSqlRouteOptimizeStatus**: transaction splitting
|
|
36139
|
+
* * **AZProximityAccess**: nearest access
|
|
36132
36140
|
*
|
|
36133
36141
|
* Valid status values:
|
|
36134
36142
|
*
|
|
36135
36143
|
* * **1**: enabled
|
|
36136
36144
|
* * **0**: disabled
|
|
36137
36145
|
*
|
|
36138
|
-
* >
|
|
36146
|
+
* >
|
|
36147
|
+
*
|
|
36148
|
+
* * If the instance runs PostgreSQL, you can enable only read/write splitting, which is specified by **ReadWriteSpliting**.
|
|
36149
|
+
*
|
|
36150
|
+
* * Nearest access is supported only by dedicated database proxies for RDS instances that run MySQL.
|
|
36139
36151
|
*
|
|
36140
36152
|
* @example
|
|
36141
36153
|
* ReadWriteSpliting:1;ConnectionPersist:0
|
|
@@ -36215,9 +36227,9 @@ export declare class ModifyDBProxyEndpointRequest extends $tea.Model {
|
|
|
36215
36227
|
dbEndpointType?: string;
|
|
36216
36228
|
/**
|
|
36217
36229
|
* @remarks
|
|
36218
|
-
* The
|
|
36230
|
+
* The point in time that you want to specify. Specify the time in the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time must be in UTC.
|
|
36219
36231
|
*
|
|
36220
|
-
* >
|
|
36232
|
+
* > If **EffectiveTime** is set to **SpecificTime**, you must specify this parameter.
|
|
36221
36233
|
*
|
|
36222
36234
|
* @example
|
|
36223
36235
|
* 2023-05-06T07:08:09Z
|
|
@@ -36225,15 +36237,13 @@ export declare class ModifyDBProxyEndpointRequest extends $tea.Model {
|
|
|
36225
36237
|
effectiveSpecificTime?: string;
|
|
36226
36238
|
/**
|
|
36227
36239
|
* @remarks
|
|
36228
|
-
*
|
|
36229
|
-
*
|
|
36230
|
-
* - **Immediate**: effective immediately.
|
|
36231
|
-
*
|
|
36232
|
-
* - **MaintainTime**: effective during the operational and maintainable time period, see ModifyDBInstanceMaintainTime.
|
|
36240
|
+
* The effective time. Valid values:
|
|
36233
36241
|
*
|
|
36234
|
-
*
|
|
36242
|
+
* * **Immediate**: The effective time is immediate.
|
|
36243
|
+
* * **MaintainTime**: The effective time is within the maintenance window. For more information, see ModifyDBInstanceMaintainTime.
|
|
36244
|
+
* * **SpecificTime**: The effective time is a specified point in time.
|
|
36235
36245
|
*
|
|
36236
|
-
* Default value: MaintainTime
|
|
36246
|
+
* Default value: **MaintainTime**.
|
|
36237
36247
|
*
|
|
36238
36248
|
* @example
|
|
36239
36249
|
* MaintainTime
|
|
@@ -36244,10 +36254,10 @@ export declare class ModifyDBProxyEndpointRequest extends $tea.Model {
|
|
|
36244
36254
|
* @remarks
|
|
36245
36255
|
* The policy that is used to allocate read weights. Valid values:
|
|
36246
36256
|
*
|
|
36247
|
-
* * **Standard
|
|
36248
|
-
* * **Custom**: You must manually allocate read weights to the
|
|
36257
|
+
* * **Standard** (default): The system automatically assigns read weights to the primary and read-only instances based on the specifications of these instances.
|
|
36258
|
+
* * **Custom**: You must manually allocate read weights to the primary and read-only instances.
|
|
36249
36259
|
*
|
|
36250
|
-
* >
|
|
36260
|
+
* > You must specify this parameter when read/write splitting is enabled. For more information about the permission allocation policy, see [Modify the latency threshold and read weights of ApsaraDB RDS for MySQL instances](https://help.aliyun.com/document_detail/96076.html) and [Enable and configure the database proxy feature for an ApsaraDB RDS for PostgreSQL instance](https://help.aliyun.com/document_detail/418272.html).
|
|
36251
36261
|
*
|
|
36252
36262
|
* @example
|
|
36253
36263
|
* Standard
|
|
@@ -36293,7 +36303,7 @@ export declare class ModifyDBProxyEndpointRequest extends $tea.Model {
|
|
|
36293
36303
|
resourceOwnerId?: number;
|
|
36294
36304
|
/**
|
|
36295
36305
|
* @remarks
|
|
36296
|
-
*
|
|
36306
|
+
* The ID of the vSwitch in the zone in which the proxy endpoint is specified. The default value is the ID of the vSwitch that corresponds to the default terminal of the database proxy. You can call the DescribeVSwitches operation to query existing vSwitches.
|
|
36297
36307
|
*
|
|
36298
36308
|
* @example
|
|
36299
36309
|
* vsw-uf6adz52c2p****
|
|
@@ -38465,8 +38475,31 @@ export declare class ModifyRCInstanceChargeTypeResponse extends $tea.Model {
|
|
|
38465
38475
|
});
|
|
38466
38476
|
}
|
|
38467
38477
|
export declare class ModifyRCInstanceDescriptionRequest extends $tea.Model {
|
|
38478
|
+
/**
|
|
38479
|
+
* @remarks
|
|
38480
|
+
* The instance name.
|
|
38481
|
+
*
|
|
38482
|
+
* > The name must be 2 to 255 characters in length and can contain letters, digits, `underscores (_)`, and `hyphens (-)`. It must start with a letter.
|
|
38483
|
+
*
|
|
38484
|
+
* @example
|
|
38485
|
+
* testInstance
|
|
38486
|
+
*/
|
|
38468
38487
|
instanceDescription?: string;
|
|
38488
|
+
/**
|
|
38489
|
+
* @remarks
|
|
38490
|
+
* The instance ID.
|
|
38491
|
+
*
|
|
38492
|
+
* @example
|
|
38493
|
+
* rc-m5ei7b1w38w2l91x****
|
|
38494
|
+
*/
|
|
38469
38495
|
instanceId?: string;
|
|
38496
|
+
/**
|
|
38497
|
+
* @remarks
|
|
38498
|
+
* The region ID.
|
|
38499
|
+
*
|
|
38500
|
+
* @example
|
|
38501
|
+
* cn-hangzhou
|
|
38502
|
+
*/
|
|
38470
38503
|
regionId?: string;
|
|
38471
38504
|
static names(): {
|
|
38472
38505
|
[key: string]: string;
|
|
@@ -38479,6 +38512,13 @@ export declare class ModifyRCInstanceDescriptionRequest extends $tea.Model {
|
|
|
38479
38512
|
});
|
|
38480
38513
|
}
|
|
38481
38514
|
export declare class ModifyRCInstanceDescriptionResponseBody extends $tea.Model {
|
|
38515
|
+
/**
|
|
38516
|
+
* @remarks
|
|
38517
|
+
* The request ID.
|
|
38518
|
+
*
|
|
38519
|
+
* @example
|
|
38520
|
+
* CCECD3CD-AB2D-4F6D-BEDE-47BC90A398D2
|
|
38521
|
+
*/
|
|
38482
38522
|
requestId?: string;
|
|
38483
38523
|
static names(): {
|
|
38484
38524
|
[key: string]: string;
|
|
@@ -44973,11 +45013,8 @@ export declare class CreateDBInstanceRequestServerlessConfig extends $tea.Model
|
|
|
44973
45013
|
* * **true**
|
|
44974
45014
|
* * **false** (default)
|
|
44975
45015
|
*
|
|
44976
|
-
* >
|
|
44977
|
-
*
|
|
44978
|
-
* * This parameter is required only for serverless instances that run MySQL and PostgreSQL. If you set this parameter to true, a service interruption that lasts approximately 30 to 120 seconds occurs during forced scaling. Process with caution.
|
|
44979
|
-
*
|
|
44980
|
-
* * The RCU scaling for a serverless instance immediately takes effect. In some cases, such as the execution of large transactions, the scaling does not immediately take effect. In this case, you can enable this feature to forcefully scale the RCUs of the instance.
|
|
45016
|
+
* > * This parameter is required only for serverless instances that run MySQL and PostgreSQL. If you set this parameter to true, a service interruption that lasts approximately 30 to 120 seconds occurs during forced scaling. Process with caution.
|
|
45017
|
+
* > * The RCU scaling for a serverless instance immediately takes effect. In some cases, such as the execution of large transactions, the scaling does not immediately take effect. In this case, you can enable this feature to forcefully scale the RCUs of the instance.
|
|
44981
45018
|
*
|
|
44982
45019
|
* @example
|
|
44983
45020
|
* false
|
|
@@ -49177,6 +49214,7 @@ export declare class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttri
|
|
|
49177
49214
|
* true
|
|
49178
49215
|
*/
|
|
49179
49216
|
multipleTempUpgrade?: boolean;
|
|
49217
|
+
optimizedWritesInfo?: string;
|
|
49180
49218
|
/**
|
|
49181
49219
|
* @remarks
|
|
49182
49220
|
* Indicates whether PgBouncer is enabled.
|
|
@@ -57175,6 +57213,7 @@ export declare class DescribeRCClusterNodesResponseBodyPage extends $tea.Model {
|
|
|
57175
57213
|
});
|
|
57176
57214
|
}
|
|
57177
57215
|
export declare class DescribeRCClustersResponseBodyClusters extends $tea.Model {
|
|
57216
|
+
clusterId?: string;
|
|
57178
57217
|
/**
|
|
57179
57218
|
* @remarks
|
|
57180
57219
|
* The cluster name.
|
|
@@ -57205,6 +57244,7 @@ export declare class DescribeRCClustersResponseBodyClusters extends $tea.Model {
|
|
|
57205
57244
|
* Running
|
|
57206
57245
|
*/
|
|
57207
57246
|
status?: string;
|
|
57247
|
+
vpcId?: string;
|
|
57208
57248
|
static names(): {
|
|
57209
57249
|
[key: string]: string;
|
|
57210
57250
|
};
|
|
@@ -70208,7 +70248,7 @@ export default class Client extends OpenApi {
|
|
|
70208
70248
|
*/
|
|
70209
70249
|
modifyRCInstanceChargeType(request: ModifyRCInstanceChargeTypeRequest): Promise<ModifyRCInstanceChargeTypeResponse>;
|
|
70210
70250
|
/**
|
|
70211
|
-
*
|
|
70251
|
+
* Modifies the name of an RDS Custom instance.
|
|
70212
70252
|
*
|
|
70213
70253
|
* @param request - ModifyRCInstanceDescriptionRequest
|
|
70214
70254
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -70216,7 +70256,7 @@ export default class Client extends OpenApi {
|
|
|
70216
70256
|
*/
|
|
70217
70257
|
modifyRCInstanceDescriptionWithOptions(request: ModifyRCInstanceDescriptionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyRCInstanceDescriptionResponse>;
|
|
70218
70258
|
/**
|
|
70219
|
-
*
|
|
70259
|
+
* Modifies the name of an RDS Custom instance.
|
|
70220
70260
|
*
|
|
70221
70261
|
* @param request - ModifyRCInstanceDescriptionRequest
|
|
70222
70262
|
* @returns ModifyRCInstanceDescriptionResponse
|
package/dist/client.js
CHANGED
|
@@ -1884,6 +1884,7 @@ class CreateDBInstanceRequest extends $tea.Model {
|
|
|
1884
1884
|
engineVersion: 'EngineVersion',
|
|
1885
1885
|
instanceNetworkType: 'InstanceNetworkType',
|
|
1886
1886
|
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
1887
|
+
optimizedWrites: 'OptimizedWrites',
|
|
1887
1888
|
payType: 'PayType',
|
|
1888
1889
|
period: 'Period',
|
|
1889
1890
|
port: 'Port',
|
|
@@ -1947,6 +1948,7 @@ class CreateDBInstanceRequest extends $tea.Model {
|
|
|
1947
1948
|
engineVersion: 'string',
|
|
1948
1949
|
instanceNetworkType: 'string',
|
|
1949
1950
|
ioAccelerationEnabled: 'string',
|
|
1951
|
+
optimizedWrites: 'string',
|
|
1950
1952
|
payType: 'string',
|
|
1951
1953
|
period: 'string',
|
|
1952
1954
|
port: 'string',
|
|
@@ -2016,6 +2018,7 @@ class CreateDBInstanceShrinkRequest extends $tea.Model {
|
|
|
2016
2018
|
engineVersion: 'EngineVersion',
|
|
2017
2019
|
instanceNetworkType: 'InstanceNetworkType',
|
|
2018
2020
|
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
2021
|
+
optimizedWrites: 'OptimizedWrites',
|
|
2019
2022
|
payType: 'PayType',
|
|
2020
2023
|
period: 'Period',
|
|
2021
2024
|
port: 'Port',
|
|
@@ -2079,6 +2082,7 @@ class CreateDBInstanceShrinkRequest extends $tea.Model {
|
|
|
2079
2082
|
engineVersion: 'string',
|
|
2080
2083
|
instanceNetworkType: 'string',
|
|
2081
2084
|
ioAccelerationEnabled: 'string',
|
|
2085
|
+
optimizedWrites: 'string',
|
|
2082
2086
|
payType: 'string',
|
|
2083
2087
|
period: 'string',
|
|
2084
2088
|
port: 'string',
|
|
@@ -13352,11 +13356,13 @@ class DescribeRCClustersRequest extends $tea.Model {
|
|
|
13352
13356
|
static names() {
|
|
13353
13357
|
return {
|
|
13354
13358
|
regionId: 'RegionId',
|
|
13359
|
+
vpcId: 'VpcId',
|
|
13355
13360
|
};
|
|
13356
13361
|
}
|
|
13357
13362
|
static types() {
|
|
13358
13363
|
return {
|
|
13359
13364
|
regionId: 'string',
|
|
13365
|
+
vpcId: 'string',
|
|
13360
13366
|
};
|
|
13361
13367
|
}
|
|
13362
13368
|
constructor(map) {
|
|
@@ -19153,6 +19159,7 @@ class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
19153
19159
|
effectiveTime: 'EffectiveTime',
|
|
19154
19160
|
engineVersion: 'EngineVersion',
|
|
19155
19161
|
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
19162
|
+
optimizedWrites: 'OptimizedWrites',
|
|
19156
19163
|
ownerAccount: 'OwnerAccount',
|
|
19157
19164
|
ownerId: 'OwnerId',
|
|
19158
19165
|
payType: 'PayType',
|
|
@@ -19187,6 +19194,7 @@ class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
19187
19194
|
effectiveTime: 'string',
|
|
19188
19195
|
engineVersion: 'string',
|
|
19189
19196
|
ioAccelerationEnabled: 'string',
|
|
19197
|
+
optimizedWrites: 'string',
|
|
19190
19198
|
ownerAccount: 'string',
|
|
19191
19199
|
ownerId: 'number',
|
|
19192
19200
|
payType: 'string',
|
|
@@ -19227,6 +19235,7 @@ class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
19227
19235
|
effectiveTime: 'EffectiveTime',
|
|
19228
19236
|
engineVersion: 'EngineVersion',
|
|
19229
19237
|
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
19238
|
+
optimizedWrites: 'OptimizedWrites',
|
|
19230
19239
|
ownerAccount: 'OwnerAccount',
|
|
19231
19240
|
ownerId: 'OwnerId',
|
|
19232
19241
|
payType: 'PayType',
|
|
@@ -19261,6 +19270,7 @@ class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
19261
19270
|
effectiveTime: 'string',
|
|
19262
19271
|
engineVersion: 'string',
|
|
19263
19272
|
ioAccelerationEnabled: 'string',
|
|
19273
|
+
optimizedWrites: 'string',
|
|
19264
19274
|
ownerAccount: 'string',
|
|
19265
19275
|
ownerId: 'number',
|
|
19266
19276
|
payType: 'string',
|
|
@@ -26754,6 +26764,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute extends $t
|
|
|
26754
26764
|
maxIOMBPS: 'MaxIOMBPS',
|
|
26755
26765
|
maxIOPS: 'MaxIOPS',
|
|
26756
26766
|
multipleTempUpgrade: 'MultipleTempUpgrade',
|
|
26767
|
+
optimizedWritesInfo: 'OptimizedWritesInfo',
|
|
26757
26768
|
PGBouncerEnabled: 'PGBouncerEnabled',
|
|
26758
26769
|
payType: 'PayType',
|
|
26759
26770
|
port: 'Port',
|
|
@@ -26837,6 +26848,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute extends $t
|
|
|
26837
26848
|
maxIOMBPS: 'number',
|
|
26838
26849
|
maxIOPS: 'number',
|
|
26839
26850
|
multipleTempUpgrade: 'boolean',
|
|
26851
|
+
optimizedWritesInfo: 'string',
|
|
26840
26852
|
PGBouncerEnabled: 'string',
|
|
26841
26853
|
payType: 'string',
|
|
26842
26854
|
port: 'string',
|
|
@@ -30577,16 +30589,20 @@ exports.DescribeRCClusterNodesResponseBodyPage = DescribeRCClusterNodesResponseB
|
|
|
30577
30589
|
class DescribeRCClustersResponseBodyClusters extends $tea.Model {
|
|
30578
30590
|
static names() {
|
|
30579
30591
|
return {
|
|
30592
|
+
clusterId: 'ClusterId',
|
|
30580
30593
|
clusterName: 'ClusterName',
|
|
30581
30594
|
createTime: 'CreateTime',
|
|
30582
30595
|
status: 'Status',
|
|
30596
|
+
vpcId: 'VpcId',
|
|
30583
30597
|
};
|
|
30584
30598
|
}
|
|
30585
30599
|
static types() {
|
|
30586
30600
|
return {
|
|
30601
|
+
clusterId: 'string',
|
|
30587
30602
|
clusterName: 'string',
|
|
30588
30603
|
createTime: 'string',
|
|
30589
30604
|
status: 'string',
|
|
30605
|
+
vpcId: 'string',
|
|
30590
30606
|
};
|
|
30591
30607
|
}
|
|
30592
30608
|
constructor(map) {
|
|
@@ -35229,6 +35245,9 @@ class Client extends openapi_client_1.default {
|
|
|
35229
35245
|
if (!tea_util_1.default.isUnset(request.ioAccelerationEnabled)) {
|
|
35230
35246
|
query["IoAccelerationEnabled"] = request.ioAccelerationEnabled;
|
|
35231
35247
|
}
|
|
35248
|
+
if (!tea_util_1.default.isUnset(request.optimizedWrites)) {
|
|
35249
|
+
query["OptimizedWrites"] = request.optimizedWrites;
|
|
35250
|
+
}
|
|
35232
35251
|
if (!tea_util_1.default.isUnset(request.payType)) {
|
|
35233
35252
|
query["PayType"] = request.payType;
|
|
35234
35253
|
}
|
|
@@ -46341,6 +46360,9 @@ class Client extends openapi_client_1.default {
|
|
|
46341
46360
|
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
46342
46361
|
query["RegionId"] = request.regionId;
|
|
46343
46362
|
}
|
|
46363
|
+
if (!tea_util_1.default.isUnset(request.vpcId)) {
|
|
46364
|
+
query["VpcId"] = request.vpcId;
|
|
46365
|
+
}
|
|
46344
46366
|
let req = new $OpenApi.OpenApiRequest({
|
|
46345
46367
|
query: openapi_util_1.default.query(query),
|
|
46346
46368
|
});
|
|
@@ -52119,6 +52141,9 @@ class Client extends openapi_client_1.default {
|
|
|
52119
52141
|
if (!tea_util_1.default.isUnset(request.ioAccelerationEnabled)) {
|
|
52120
52142
|
query["IoAccelerationEnabled"] = request.ioAccelerationEnabled;
|
|
52121
52143
|
}
|
|
52144
|
+
if (!tea_util_1.default.isUnset(request.optimizedWrites)) {
|
|
52145
|
+
query["OptimizedWrites"] = request.optimizedWrites;
|
|
52146
|
+
}
|
|
52122
52147
|
if (!tea_util_1.default.isUnset(request.ownerAccount)) {
|
|
52123
52148
|
query["OwnerAccount"] = request.ownerAccount;
|
|
52124
52149
|
}
|
|
@@ -53994,7 +54019,7 @@ class Client extends openapi_client_1.default {
|
|
|
53994
54019
|
return await this.modifyRCInstanceChargeTypeWithOptions(request, runtime);
|
|
53995
54020
|
}
|
|
53996
54021
|
/**
|
|
53997
|
-
*
|
|
54022
|
+
* Modifies the name of an RDS Custom instance.
|
|
53998
54023
|
*
|
|
53999
54024
|
* @param request - ModifyRCInstanceDescriptionRequest
|
|
54000
54025
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -54029,7 +54054,7 @@ class Client extends openapi_client_1.default {
|
|
|
54029
54054
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyRCInstanceDescriptionResponse({}));
|
|
54030
54055
|
}
|
|
54031
54056
|
/**
|
|
54032
|
-
*
|
|
54057
|
+
* Modifies the name of an RDS Custom instance.
|
|
54033
54058
|
*
|
|
54034
54059
|
* @param request - ModifyRCInstanceDescriptionRequest
|
|
54035
54060
|
* @returns ModifyRCInstanceDescriptionResponse
|