@alicloud/rds20140815 2.3.5 → 2.3.7
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 +753 -19
- package/dist/client.js +1466 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1836 -0
package/dist/client.d.ts
CHANGED
|
@@ -202,6 +202,54 @@ export declare class AllocateReadWriteSplittingConnectionResponse extends $tea.M
|
|
|
202
202
|
[key: string]: any;
|
|
203
203
|
});
|
|
204
204
|
}
|
|
205
|
+
export declare class AttachWhitelistTemplateToInstanceRequest extends $tea.Model {
|
|
206
|
+
insName?: string;
|
|
207
|
+
resourceOwnerAccount?: string;
|
|
208
|
+
resourceOwnerId?: number;
|
|
209
|
+
templateId?: number;
|
|
210
|
+
static names(): {
|
|
211
|
+
[key: string]: string;
|
|
212
|
+
};
|
|
213
|
+
static types(): {
|
|
214
|
+
[key: string]: any;
|
|
215
|
+
};
|
|
216
|
+
constructor(map?: {
|
|
217
|
+
[key: string]: any;
|
|
218
|
+
});
|
|
219
|
+
}
|
|
220
|
+
export declare class AttachWhitelistTemplateToInstanceResponseBody extends $tea.Model {
|
|
221
|
+
code?: string;
|
|
222
|
+
data?: AttachWhitelistTemplateToInstanceResponseBodyData;
|
|
223
|
+
httpStatusCode?: number;
|
|
224
|
+
message?: string;
|
|
225
|
+
requestId?: string;
|
|
226
|
+
success?: boolean;
|
|
227
|
+
static names(): {
|
|
228
|
+
[key: string]: string;
|
|
229
|
+
};
|
|
230
|
+
static types(): {
|
|
231
|
+
[key: string]: any;
|
|
232
|
+
};
|
|
233
|
+
constructor(map?: {
|
|
234
|
+
[key: string]: any;
|
|
235
|
+
});
|
|
236
|
+
}
|
|
237
|
+
export declare class AttachWhitelistTemplateToInstanceResponse extends $tea.Model {
|
|
238
|
+
headers: {
|
|
239
|
+
[key: string]: string;
|
|
240
|
+
};
|
|
241
|
+
statusCode: number;
|
|
242
|
+
body: AttachWhitelistTemplateToInstanceResponseBody;
|
|
243
|
+
static names(): {
|
|
244
|
+
[key: string]: string;
|
|
245
|
+
};
|
|
246
|
+
static types(): {
|
|
247
|
+
[key: string]: any;
|
|
248
|
+
};
|
|
249
|
+
constructor(map?: {
|
|
250
|
+
[key: string]: any;
|
|
251
|
+
});
|
|
252
|
+
}
|
|
205
253
|
export declare class CalculateDBInstanceWeightRequest extends $tea.Model {
|
|
206
254
|
DBInstanceId?: string;
|
|
207
255
|
resourceOwnerId?: number;
|
|
@@ -1952,6 +2000,56 @@ export declare class CreateParameterGroupResponse extends $tea.Model {
|
|
|
1952
2000
|
[key: string]: any;
|
|
1953
2001
|
});
|
|
1954
2002
|
}
|
|
2003
|
+
export declare class CreatePostgresExtensionsRequest extends $tea.Model {
|
|
2004
|
+
accountName?: string;
|
|
2005
|
+
clientToken?: string;
|
|
2006
|
+
DBInstanceId?: string;
|
|
2007
|
+
DBNames?: string;
|
|
2008
|
+
extensions?: string;
|
|
2009
|
+
ownerAccount?: string;
|
|
2010
|
+
ownerId?: number;
|
|
2011
|
+
resourceGroupId?: string;
|
|
2012
|
+
resourceOwnerAccount?: string;
|
|
2013
|
+
resourceOwnerId?: number;
|
|
2014
|
+
sourceDatabase?: string;
|
|
2015
|
+
static names(): {
|
|
2016
|
+
[key: string]: string;
|
|
2017
|
+
};
|
|
2018
|
+
static types(): {
|
|
2019
|
+
[key: string]: any;
|
|
2020
|
+
};
|
|
2021
|
+
constructor(map?: {
|
|
2022
|
+
[key: string]: any;
|
|
2023
|
+
});
|
|
2024
|
+
}
|
|
2025
|
+
export declare class CreatePostgresExtensionsResponseBody extends $tea.Model {
|
|
2026
|
+
requestId?: string;
|
|
2027
|
+
static names(): {
|
|
2028
|
+
[key: string]: string;
|
|
2029
|
+
};
|
|
2030
|
+
static types(): {
|
|
2031
|
+
[key: string]: any;
|
|
2032
|
+
};
|
|
2033
|
+
constructor(map?: {
|
|
2034
|
+
[key: string]: any;
|
|
2035
|
+
});
|
|
2036
|
+
}
|
|
2037
|
+
export declare class CreatePostgresExtensionsResponse extends $tea.Model {
|
|
2038
|
+
headers: {
|
|
2039
|
+
[key: string]: string;
|
|
2040
|
+
};
|
|
2041
|
+
statusCode: number;
|
|
2042
|
+
body: CreatePostgresExtensionsResponseBody;
|
|
2043
|
+
static names(): {
|
|
2044
|
+
[key: string]: string;
|
|
2045
|
+
};
|
|
2046
|
+
static types(): {
|
|
2047
|
+
[key: string]: any;
|
|
2048
|
+
};
|
|
2049
|
+
constructor(map?: {
|
|
2050
|
+
[key: string]: any;
|
|
2051
|
+
});
|
|
2052
|
+
}
|
|
1955
2053
|
export declare class CreateReadOnlyDBInstanceRequest extends $tea.Model {
|
|
1956
2054
|
autoPay?: boolean;
|
|
1957
2055
|
autoRenew?: string;
|
|
@@ -2731,6 +2829,54 @@ export declare class DeleteParameterGroupResponse extends $tea.Model {
|
|
|
2731
2829
|
[key: string]: any;
|
|
2732
2830
|
});
|
|
2733
2831
|
}
|
|
2832
|
+
export declare class DeletePostgresExtensionsRequest extends $tea.Model {
|
|
2833
|
+
clientToken?: string;
|
|
2834
|
+
DBInstanceId?: string;
|
|
2835
|
+
DBNames?: string;
|
|
2836
|
+
extensions?: string;
|
|
2837
|
+
ownerAccount?: string;
|
|
2838
|
+
ownerId?: number;
|
|
2839
|
+
resourceGroupId?: string;
|
|
2840
|
+
resourceOwnerAccount?: string;
|
|
2841
|
+
resourceOwnerId?: number;
|
|
2842
|
+
static names(): {
|
|
2843
|
+
[key: string]: string;
|
|
2844
|
+
};
|
|
2845
|
+
static types(): {
|
|
2846
|
+
[key: string]: any;
|
|
2847
|
+
};
|
|
2848
|
+
constructor(map?: {
|
|
2849
|
+
[key: string]: any;
|
|
2850
|
+
});
|
|
2851
|
+
}
|
|
2852
|
+
export declare class DeletePostgresExtensionsResponseBody extends $tea.Model {
|
|
2853
|
+
requestId?: string;
|
|
2854
|
+
static names(): {
|
|
2855
|
+
[key: string]: string;
|
|
2856
|
+
};
|
|
2857
|
+
static types(): {
|
|
2858
|
+
[key: string]: any;
|
|
2859
|
+
};
|
|
2860
|
+
constructor(map?: {
|
|
2861
|
+
[key: string]: any;
|
|
2862
|
+
});
|
|
2863
|
+
}
|
|
2864
|
+
export declare class DeletePostgresExtensionsResponse extends $tea.Model {
|
|
2865
|
+
headers: {
|
|
2866
|
+
[key: string]: string;
|
|
2867
|
+
};
|
|
2868
|
+
statusCode: number;
|
|
2869
|
+
body: DeletePostgresExtensionsResponseBody;
|
|
2870
|
+
static names(): {
|
|
2871
|
+
[key: string]: string;
|
|
2872
|
+
};
|
|
2873
|
+
static types(): {
|
|
2874
|
+
[key: string]: any;
|
|
2875
|
+
};
|
|
2876
|
+
constructor(map?: {
|
|
2877
|
+
[key: string]: any;
|
|
2878
|
+
});
|
|
2879
|
+
}
|
|
2734
2880
|
export declare class DeleteSecretRequest extends $tea.Model {
|
|
2735
2881
|
clientToken?: string;
|
|
2736
2882
|
dbInstanceId?: string;
|
|
@@ -3135,6 +3281,56 @@ export declare class DescribeActiveOperationTasksResponse extends $tea.Model {
|
|
|
3135
3281
|
[key: string]: any;
|
|
3136
3282
|
});
|
|
3137
3283
|
}
|
|
3284
|
+
export declare class DescribeAllWhitelistTemplateRequest extends $tea.Model {
|
|
3285
|
+
fuzzySearch?: boolean;
|
|
3286
|
+
maxRecordsPerPage?: number;
|
|
3287
|
+
pageNumbers?: number;
|
|
3288
|
+
resourceOwnerAccount?: string;
|
|
3289
|
+
resourceOwnerId?: number;
|
|
3290
|
+
templateName?: string;
|
|
3291
|
+
static names(): {
|
|
3292
|
+
[key: string]: string;
|
|
3293
|
+
};
|
|
3294
|
+
static types(): {
|
|
3295
|
+
[key: string]: any;
|
|
3296
|
+
};
|
|
3297
|
+
constructor(map?: {
|
|
3298
|
+
[key: string]: any;
|
|
3299
|
+
});
|
|
3300
|
+
}
|
|
3301
|
+
export declare class DescribeAllWhitelistTemplateResponseBody extends $tea.Model {
|
|
3302
|
+
code?: string;
|
|
3303
|
+
data?: DescribeAllWhitelistTemplateResponseBodyData;
|
|
3304
|
+
httpStatusCode?: number;
|
|
3305
|
+
message?: string;
|
|
3306
|
+
requestId?: string;
|
|
3307
|
+
success?: boolean;
|
|
3308
|
+
static names(): {
|
|
3309
|
+
[key: string]: string;
|
|
3310
|
+
};
|
|
3311
|
+
static types(): {
|
|
3312
|
+
[key: string]: any;
|
|
3313
|
+
};
|
|
3314
|
+
constructor(map?: {
|
|
3315
|
+
[key: string]: any;
|
|
3316
|
+
});
|
|
3317
|
+
}
|
|
3318
|
+
export declare class DescribeAllWhitelistTemplateResponse extends $tea.Model {
|
|
3319
|
+
headers: {
|
|
3320
|
+
[key: string]: string;
|
|
3321
|
+
};
|
|
3322
|
+
statusCode: number;
|
|
3323
|
+
body: DescribeAllWhitelistTemplateResponseBody;
|
|
3324
|
+
static names(): {
|
|
3325
|
+
[key: string]: string;
|
|
3326
|
+
};
|
|
3327
|
+
static types(): {
|
|
3328
|
+
[key: string]: any;
|
|
3329
|
+
};
|
|
3330
|
+
constructor(map?: {
|
|
3331
|
+
[key: string]: any;
|
|
3332
|
+
});
|
|
3333
|
+
}
|
|
3138
3334
|
export declare class DescribeAnalyticdbByPrimaryDBInstanceRequest extends $tea.Model {
|
|
3139
3335
|
DBInstanceId?: string;
|
|
3140
3336
|
ownerId?: number;
|
|
@@ -6329,6 +6525,53 @@ export declare class DescribeInstanceKeywordsResponse extends $tea.Model {
|
|
|
6329
6525
|
[key: string]: any;
|
|
6330
6526
|
});
|
|
6331
6527
|
}
|
|
6528
|
+
export declare class DescribeInstanceLinkedWhitelistTemplateRequest extends $tea.Model {
|
|
6529
|
+
insName?: string;
|
|
6530
|
+
resourceOwnerAccount?: string;
|
|
6531
|
+
resourceOwnerId?: number;
|
|
6532
|
+
static names(): {
|
|
6533
|
+
[key: string]: string;
|
|
6534
|
+
};
|
|
6535
|
+
static types(): {
|
|
6536
|
+
[key: string]: any;
|
|
6537
|
+
};
|
|
6538
|
+
constructor(map?: {
|
|
6539
|
+
[key: string]: any;
|
|
6540
|
+
});
|
|
6541
|
+
}
|
|
6542
|
+
export declare class DescribeInstanceLinkedWhitelistTemplateResponseBody extends $tea.Model {
|
|
6543
|
+
code?: string;
|
|
6544
|
+
data?: DescribeInstanceLinkedWhitelistTemplateResponseBodyData;
|
|
6545
|
+
httpStatusCode?: number;
|
|
6546
|
+
message?: string;
|
|
6547
|
+
requestId?: string;
|
|
6548
|
+
success?: boolean;
|
|
6549
|
+
static names(): {
|
|
6550
|
+
[key: string]: string;
|
|
6551
|
+
};
|
|
6552
|
+
static types(): {
|
|
6553
|
+
[key: string]: any;
|
|
6554
|
+
};
|
|
6555
|
+
constructor(map?: {
|
|
6556
|
+
[key: string]: any;
|
|
6557
|
+
});
|
|
6558
|
+
}
|
|
6559
|
+
export declare class DescribeInstanceLinkedWhitelistTemplateResponse extends $tea.Model {
|
|
6560
|
+
headers: {
|
|
6561
|
+
[key: string]: string;
|
|
6562
|
+
};
|
|
6563
|
+
statusCode: number;
|
|
6564
|
+
body: DescribeInstanceLinkedWhitelistTemplateResponseBody;
|
|
6565
|
+
static names(): {
|
|
6566
|
+
[key: string]: string;
|
|
6567
|
+
};
|
|
6568
|
+
static types(): {
|
|
6569
|
+
[key: string]: any;
|
|
6570
|
+
};
|
|
6571
|
+
constructor(map?: {
|
|
6572
|
+
[key: string]: any;
|
|
6573
|
+
});
|
|
6574
|
+
}
|
|
6332
6575
|
export declare class DescribeLocalAvailableRecoveryTimeRequest extends $tea.Model {
|
|
6333
6576
|
DBInstanceId?: string;
|
|
6334
6577
|
ownerId?: number;
|
|
@@ -6996,6 +7239,58 @@ export declare class DescribeParametersResponse extends $tea.Model {
|
|
|
6996
7239
|
[key: string]: any;
|
|
6997
7240
|
});
|
|
6998
7241
|
}
|
|
7242
|
+
export declare class DescribePostgresExtensionsRequest extends $tea.Model {
|
|
7243
|
+
clientToken?: string;
|
|
7244
|
+
DBInstanceId?: string;
|
|
7245
|
+
DBName?: string;
|
|
7246
|
+
ownerAccount?: string;
|
|
7247
|
+
ownerId?: number;
|
|
7248
|
+
resourceGroupId?: string;
|
|
7249
|
+
resourceOwnerAccount?: string;
|
|
7250
|
+
resourceOwnerId?: number;
|
|
7251
|
+
static names(): {
|
|
7252
|
+
[key: string]: string;
|
|
7253
|
+
};
|
|
7254
|
+
static types(): {
|
|
7255
|
+
[key: string]: any;
|
|
7256
|
+
};
|
|
7257
|
+
constructor(map?: {
|
|
7258
|
+
[key: string]: any;
|
|
7259
|
+
});
|
|
7260
|
+
}
|
|
7261
|
+
export declare class DescribePostgresExtensionsResponseBody extends $tea.Model {
|
|
7262
|
+
installedExtensions?: DescribePostgresExtensionsResponseBodyInstalledExtensions[];
|
|
7263
|
+
overview?: {
|
|
7264
|
+
[key: string]: any;
|
|
7265
|
+
};
|
|
7266
|
+
requestId?: string;
|
|
7267
|
+
uninstalledExtensions?: DescribePostgresExtensionsResponseBodyUninstalledExtensions[];
|
|
7268
|
+
static names(): {
|
|
7269
|
+
[key: string]: string;
|
|
7270
|
+
};
|
|
7271
|
+
static types(): {
|
|
7272
|
+
[key: string]: any;
|
|
7273
|
+
};
|
|
7274
|
+
constructor(map?: {
|
|
7275
|
+
[key: string]: any;
|
|
7276
|
+
});
|
|
7277
|
+
}
|
|
7278
|
+
export declare class DescribePostgresExtensionsResponse extends $tea.Model {
|
|
7279
|
+
headers: {
|
|
7280
|
+
[key: string]: string;
|
|
7281
|
+
};
|
|
7282
|
+
statusCode: number;
|
|
7283
|
+
body: DescribePostgresExtensionsResponseBody;
|
|
7284
|
+
static names(): {
|
|
7285
|
+
[key: string]: string;
|
|
7286
|
+
};
|
|
7287
|
+
static types(): {
|
|
7288
|
+
[key: string]: any;
|
|
7289
|
+
};
|
|
7290
|
+
constructor(map?: {
|
|
7291
|
+
[key: string]: any;
|
|
7292
|
+
});
|
|
7293
|
+
}
|
|
6999
7294
|
export declare class DescribePriceRequest extends $tea.Model {
|
|
7000
7295
|
clientToken?: string;
|
|
7001
7296
|
commodityCode?: string;
|
|
@@ -8199,12 +8494,151 @@ export declare class DescribeVSwitchesResponseBody extends $tea.Model {
|
|
|
8199
8494
|
[key: string]: any;
|
|
8200
8495
|
});
|
|
8201
8496
|
}
|
|
8202
|
-
export declare class DescribeVSwitchesResponse extends $tea.Model {
|
|
8497
|
+
export declare class DescribeVSwitchesResponse extends $tea.Model {
|
|
8498
|
+
headers: {
|
|
8499
|
+
[key: string]: string;
|
|
8500
|
+
};
|
|
8501
|
+
statusCode: number;
|
|
8502
|
+
body: DescribeVSwitchesResponseBody;
|
|
8503
|
+
static names(): {
|
|
8504
|
+
[key: string]: string;
|
|
8505
|
+
};
|
|
8506
|
+
static types(): {
|
|
8507
|
+
[key: string]: any;
|
|
8508
|
+
};
|
|
8509
|
+
constructor(map?: {
|
|
8510
|
+
[key: string]: any;
|
|
8511
|
+
});
|
|
8512
|
+
}
|
|
8513
|
+
export declare class DescribeWhitelistTemplateRequest extends $tea.Model {
|
|
8514
|
+
resourceOwnerAccount?: string;
|
|
8515
|
+
resourceOwnerId?: number;
|
|
8516
|
+
templateId?: number;
|
|
8517
|
+
static names(): {
|
|
8518
|
+
[key: string]: string;
|
|
8519
|
+
};
|
|
8520
|
+
static types(): {
|
|
8521
|
+
[key: string]: any;
|
|
8522
|
+
};
|
|
8523
|
+
constructor(map?: {
|
|
8524
|
+
[key: string]: any;
|
|
8525
|
+
});
|
|
8526
|
+
}
|
|
8527
|
+
export declare class DescribeWhitelistTemplateResponseBody extends $tea.Model {
|
|
8528
|
+
code?: string;
|
|
8529
|
+
data?: DescribeWhitelistTemplateResponseBodyData;
|
|
8530
|
+
httpStatusCode?: number;
|
|
8531
|
+
message?: string;
|
|
8532
|
+
requestId?: string;
|
|
8533
|
+
success?: boolean;
|
|
8534
|
+
static names(): {
|
|
8535
|
+
[key: string]: string;
|
|
8536
|
+
};
|
|
8537
|
+
static types(): {
|
|
8538
|
+
[key: string]: any;
|
|
8539
|
+
};
|
|
8540
|
+
constructor(map?: {
|
|
8541
|
+
[key: string]: any;
|
|
8542
|
+
});
|
|
8543
|
+
}
|
|
8544
|
+
export declare class DescribeWhitelistTemplateResponse extends $tea.Model {
|
|
8545
|
+
headers: {
|
|
8546
|
+
[key: string]: string;
|
|
8547
|
+
};
|
|
8548
|
+
statusCode: number;
|
|
8549
|
+
body: DescribeWhitelistTemplateResponseBody;
|
|
8550
|
+
static names(): {
|
|
8551
|
+
[key: string]: string;
|
|
8552
|
+
};
|
|
8553
|
+
static types(): {
|
|
8554
|
+
[key: string]: any;
|
|
8555
|
+
};
|
|
8556
|
+
constructor(map?: {
|
|
8557
|
+
[key: string]: any;
|
|
8558
|
+
});
|
|
8559
|
+
}
|
|
8560
|
+
export declare class DescribeWhitelistTemplateLinkedInstanceRequest extends $tea.Model {
|
|
8561
|
+
resourceOwnerAccount?: string;
|
|
8562
|
+
resourceOwnerId?: number;
|
|
8563
|
+
templateId?: number;
|
|
8564
|
+
static names(): {
|
|
8565
|
+
[key: string]: string;
|
|
8566
|
+
};
|
|
8567
|
+
static types(): {
|
|
8568
|
+
[key: string]: any;
|
|
8569
|
+
};
|
|
8570
|
+
constructor(map?: {
|
|
8571
|
+
[key: string]: any;
|
|
8572
|
+
});
|
|
8573
|
+
}
|
|
8574
|
+
export declare class DescribeWhitelistTemplateLinkedInstanceResponseBody extends $tea.Model {
|
|
8575
|
+
code?: string;
|
|
8576
|
+
data?: DescribeWhitelistTemplateLinkedInstanceResponseBodyData;
|
|
8577
|
+
httpStatusCode?: number;
|
|
8578
|
+
message?: string;
|
|
8579
|
+
requestId?: string;
|
|
8580
|
+
success?: boolean;
|
|
8581
|
+
static names(): {
|
|
8582
|
+
[key: string]: string;
|
|
8583
|
+
};
|
|
8584
|
+
static types(): {
|
|
8585
|
+
[key: string]: any;
|
|
8586
|
+
};
|
|
8587
|
+
constructor(map?: {
|
|
8588
|
+
[key: string]: any;
|
|
8589
|
+
});
|
|
8590
|
+
}
|
|
8591
|
+
export declare class DescribeWhitelistTemplateLinkedInstanceResponse extends $tea.Model {
|
|
8592
|
+
headers: {
|
|
8593
|
+
[key: string]: string;
|
|
8594
|
+
};
|
|
8595
|
+
statusCode: number;
|
|
8596
|
+
body: DescribeWhitelistTemplateLinkedInstanceResponseBody;
|
|
8597
|
+
static names(): {
|
|
8598
|
+
[key: string]: string;
|
|
8599
|
+
};
|
|
8600
|
+
static types(): {
|
|
8601
|
+
[key: string]: any;
|
|
8602
|
+
};
|
|
8603
|
+
constructor(map?: {
|
|
8604
|
+
[key: string]: any;
|
|
8605
|
+
});
|
|
8606
|
+
}
|
|
8607
|
+
export declare class DestroyDBInstanceRequest extends $tea.Model {
|
|
8608
|
+
clientToken?: string;
|
|
8609
|
+
DBInstanceId?: string;
|
|
8610
|
+
ownerAccount?: string;
|
|
8611
|
+
ownerId?: number;
|
|
8612
|
+
resourceOwnerAccount?: string;
|
|
8613
|
+
resourceOwnerId?: number;
|
|
8614
|
+
static names(): {
|
|
8615
|
+
[key: string]: string;
|
|
8616
|
+
};
|
|
8617
|
+
static types(): {
|
|
8618
|
+
[key: string]: any;
|
|
8619
|
+
};
|
|
8620
|
+
constructor(map?: {
|
|
8621
|
+
[key: string]: any;
|
|
8622
|
+
});
|
|
8623
|
+
}
|
|
8624
|
+
export declare class DestroyDBInstanceResponseBody extends $tea.Model {
|
|
8625
|
+
requestId?: string;
|
|
8626
|
+
static names(): {
|
|
8627
|
+
[key: string]: string;
|
|
8628
|
+
};
|
|
8629
|
+
static types(): {
|
|
8630
|
+
[key: string]: any;
|
|
8631
|
+
};
|
|
8632
|
+
constructor(map?: {
|
|
8633
|
+
[key: string]: any;
|
|
8634
|
+
});
|
|
8635
|
+
}
|
|
8636
|
+
export declare class DestroyDBInstanceResponse extends $tea.Model {
|
|
8203
8637
|
headers: {
|
|
8204
8638
|
[key: string]: string;
|
|
8205
8639
|
};
|
|
8206
8640
|
statusCode: number;
|
|
8207
|
-
body:
|
|
8641
|
+
body: DestroyDBInstanceResponseBody;
|
|
8208
8642
|
static names(): {
|
|
8209
8643
|
[key: string]: string;
|
|
8210
8644
|
};
|
|
@@ -8215,13 +8649,10 @@ export declare class DescribeVSwitchesResponse extends $tea.Model {
|
|
|
8215
8649
|
[key: string]: any;
|
|
8216
8650
|
});
|
|
8217
8651
|
}
|
|
8218
|
-
export declare class
|
|
8219
|
-
|
|
8220
|
-
|
|
8221
|
-
|
|
8222
|
-
ownerId?: number;
|
|
8223
|
-
resourceOwnerAccount?: string;
|
|
8224
|
-
resourceOwnerId?: number;
|
|
8652
|
+
export declare class DetachGadInstanceMemberRequest extends $tea.Model {
|
|
8653
|
+
gadInstanceName?: string;
|
|
8654
|
+
memberInstanceName?: string;
|
|
8655
|
+
regionId?: string;
|
|
8225
8656
|
static names(): {
|
|
8226
8657
|
[key: string]: string;
|
|
8227
8658
|
};
|
|
@@ -8232,7 +8663,7 @@ export declare class DestroyDBInstanceRequest extends $tea.Model {
|
|
|
8232
8663
|
[key: string]: any;
|
|
8233
8664
|
});
|
|
8234
8665
|
}
|
|
8235
|
-
export declare class
|
|
8666
|
+
export declare class DetachGadInstanceMemberResponseBody extends $tea.Model {
|
|
8236
8667
|
requestId?: string;
|
|
8237
8668
|
static names(): {
|
|
8238
8669
|
[key: string]: string;
|
|
@@ -8244,12 +8675,12 @@ export declare class DestroyDBInstanceResponseBody extends $tea.Model {
|
|
|
8244
8675
|
[key: string]: any;
|
|
8245
8676
|
});
|
|
8246
8677
|
}
|
|
8247
|
-
export declare class
|
|
8678
|
+
export declare class DetachGadInstanceMemberResponse extends $tea.Model {
|
|
8248
8679
|
headers: {
|
|
8249
8680
|
[key: string]: string;
|
|
8250
8681
|
};
|
|
8251
8682
|
statusCode: number;
|
|
8252
|
-
body:
|
|
8683
|
+
body: DetachGadInstanceMemberResponseBody;
|
|
8253
8684
|
static names(): {
|
|
8254
8685
|
[key: string]: string;
|
|
8255
8686
|
};
|
|
@@ -8260,10 +8691,11 @@ export declare class DestroyDBInstanceResponse extends $tea.Model {
|
|
|
8260
8691
|
[key: string]: any;
|
|
8261
8692
|
});
|
|
8262
8693
|
}
|
|
8263
|
-
export declare class
|
|
8264
|
-
|
|
8265
|
-
|
|
8266
|
-
|
|
8694
|
+
export declare class DetachWhitelistTemplateToInstanceRequest extends $tea.Model {
|
|
8695
|
+
insName?: string;
|
|
8696
|
+
resourceOwnerAccount?: string;
|
|
8697
|
+
resourceOwnerId?: number;
|
|
8698
|
+
templateId?: number;
|
|
8267
8699
|
static names(): {
|
|
8268
8700
|
[key: string]: string;
|
|
8269
8701
|
};
|
|
@@ -8274,8 +8706,13 @@ export declare class DetachGadInstanceMemberRequest extends $tea.Model {
|
|
|
8274
8706
|
[key: string]: any;
|
|
8275
8707
|
});
|
|
8276
8708
|
}
|
|
8277
|
-
export declare class
|
|
8709
|
+
export declare class DetachWhitelistTemplateToInstanceResponseBody extends $tea.Model {
|
|
8710
|
+
code?: string;
|
|
8711
|
+
data?: DetachWhitelistTemplateToInstanceResponseBodyData;
|
|
8712
|
+
httpStatusCode?: number;
|
|
8713
|
+
message?: string;
|
|
8278
8714
|
requestId?: string;
|
|
8715
|
+
success?: boolean;
|
|
8279
8716
|
static names(): {
|
|
8280
8717
|
[key: string]: string;
|
|
8281
8718
|
};
|
|
@@ -8286,12 +8723,12 @@ export declare class DetachGadInstanceMemberResponseBody extends $tea.Model {
|
|
|
8286
8723
|
[key: string]: any;
|
|
8287
8724
|
});
|
|
8288
8725
|
}
|
|
8289
|
-
export declare class
|
|
8726
|
+
export declare class DetachWhitelistTemplateToInstanceResponse extends $tea.Model {
|
|
8290
8727
|
headers: {
|
|
8291
8728
|
[key: string]: string;
|
|
8292
8729
|
};
|
|
8293
8730
|
statusCode: number;
|
|
8294
|
-
body:
|
|
8731
|
+
body: DetachWhitelistTemplateToInstanceResponseBody;
|
|
8295
8732
|
static names(): {
|
|
8296
8733
|
[key: string]: string;
|
|
8297
8734
|
};
|
|
@@ -11356,6 +11793,55 @@ export declare class ModifySecurityIpsResponse extends $tea.Model {
|
|
|
11356
11793
|
[key: string]: any;
|
|
11357
11794
|
});
|
|
11358
11795
|
}
|
|
11796
|
+
export declare class ModifyWhitelistTemplateRequest extends $tea.Model {
|
|
11797
|
+
ipWhitelist?: string;
|
|
11798
|
+
resourceOwnerAccount?: string;
|
|
11799
|
+
resourceOwnerId?: number;
|
|
11800
|
+
templateId?: number;
|
|
11801
|
+
templateName?: string;
|
|
11802
|
+
static names(): {
|
|
11803
|
+
[key: string]: string;
|
|
11804
|
+
};
|
|
11805
|
+
static types(): {
|
|
11806
|
+
[key: string]: any;
|
|
11807
|
+
};
|
|
11808
|
+
constructor(map?: {
|
|
11809
|
+
[key: string]: any;
|
|
11810
|
+
});
|
|
11811
|
+
}
|
|
11812
|
+
export declare class ModifyWhitelistTemplateResponseBody extends $tea.Model {
|
|
11813
|
+
code?: string;
|
|
11814
|
+
data?: ModifyWhitelistTemplateResponseBodyData;
|
|
11815
|
+
httpStatusCode?: number;
|
|
11816
|
+
message?: string;
|
|
11817
|
+
requestId?: string;
|
|
11818
|
+
success?: boolean;
|
|
11819
|
+
static names(): {
|
|
11820
|
+
[key: string]: string;
|
|
11821
|
+
};
|
|
11822
|
+
static types(): {
|
|
11823
|
+
[key: string]: any;
|
|
11824
|
+
};
|
|
11825
|
+
constructor(map?: {
|
|
11826
|
+
[key: string]: any;
|
|
11827
|
+
});
|
|
11828
|
+
}
|
|
11829
|
+
export declare class ModifyWhitelistTemplateResponse extends $tea.Model {
|
|
11830
|
+
headers: {
|
|
11831
|
+
[key: string]: string;
|
|
11832
|
+
};
|
|
11833
|
+
statusCode: number;
|
|
11834
|
+
body: ModifyWhitelistTemplateResponseBody;
|
|
11835
|
+
static names(): {
|
|
11836
|
+
[key: string]: string;
|
|
11837
|
+
};
|
|
11838
|
+
static types(): {
|
|
11839
|
+
[key: string]: any;
|
|
11840
|
+
};
|
|
11841
|
+
constructor(map?: {
|
|
11842
|
+
[key: string]: any;
|
|
11843
|
+
});
|
|
11844
|
+
}
|
|
11359
11845
|
export declare class PurgeDBInstanceLogRequest extends $tea.Model {
|
|
11360
11846
|
clientToken?: string;
|
|
11361
11847
|
DBInstanceId?: string;
|
|
@@ -12683,6 +13169,54 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
12683
13169
|
[key: string]: any;
|
|
12684
13170
|
});
|
|
12685
13171
|
}
|
|
13172
|
+
export declare class UpdatePostgresExtensionsRequest extends $tea.Model {
|
|
13173
|
+
clientToken?: string;
|
|
13174
|
+
DBInstanceId?: string;
|
|
13175
|
+
DBNames?: string;
|
|
13176
|
+
extensions?: string;
|
|
13177
|
+
ownerAccount?: string;
|
|
13178
|
+
ownerId?: number;
|
|
13179
|
+
resourceGroupId?: string;
|
|
13180
|
+
resourceOwnerAccount?: string;
|
|
13181
|
+
resourceOwnerId?: number;
|
|
13182
|
+
static names(): {
|
|
13183
|
+
[key: string]: string;
|
|
13184
|
+
};
|
|
13185
|
+
static types(): {
|
|
13186
|
+
[key: string]: any;
|
|
13187
|
+
};
|
|
13188
|
+
constructor(map?: {
|
|
13189
|
+
[key: string]: any;
|
|
13190
|
+
});
|
|
13191
|
+
}
|
|
13192
|
+
export declare class UpdatePostgresExtensionsResponseBody extends $tea.Model {
|
|
13193
|
+
requestId?: string;
|
|
13194
|
+
static names(): {
|
|
13195
|
+
[key: string]: string;
|
|
13196
|
+
};
|
|
13197
|
+
static types(): {
|
|
13198
|
+
[key: string]: any;
|
|
13199
|
+
};
|
|
13200
|
+
constructor(map?: {
|
|
13201
|
+
[key: string]: any;
|
|
13202
|
+
});
|
|
13203
|
+
}
|
|
13204
|
+
export declare class UpdatePostgresExtensionsResponse extends $tea.Model {
|
|
13205
|
+
headers: {
|
|
13206
|
+
[key: string]: string;
|
|
13207
|
+
};
|
|
13208
|
+
statusCode: number;
|
|
13209
|
+
body: UpdatePostgresExtensionsResponseBody;
|
|
13210
|
+
static names(): {
|
|
13211
|
+
[key: string]: string;
|
|
13212
|
+
};
|
|
13213
|
+
static types(): {
|
|
13214
|
+
[key: string]: any;
|
|
13215
|
+
};
|
|
13216
|
+
constructor(map?: {
|
|
13217
|
+
[key: string]: any;
|
|
13218
|
+
});
|
|
13219
|
+
}
|
|
12686
13220
|
export declare class UpdateUserBackupFileRequest extends $tea.Model {
|
|
12687
13221
|
backupId?: string;
|
|
12688
13222
|
comment?: string;
|
|
@@ -12995,6 +13529,18 @@ export declare class AddTagsToResourceRequestTag extends $tea.Model {
|
|
|
12995
13529
|
[key: string]: any;
|
|
12996
13530
|
});
|
|
12997
13531
|
}
|
|
13532
|
+
export declare class AttachWhitelistTemplateToInstanceResponseBodyData extends $tea.Model {
|
|
13533
|
+
status?: string;
|
|
13534
|
+
static names(): {
|
|
13535
|
+
[key: string]: string;
|
|
13536
|
+
};
|
|
13537
|
+
static types(): {
|
|
13538
|
+
[key: string]: any;
|
|
13539
|
+
};
|
|
13540
|
+
constructor(map?: {
|
|
13541
|
+
[key: string]: any;
|
|
13542
|
+
});
|
|
13543
|
+
}
|
|
12998
13544
|
export declare class CalculateDBInstanceWeightResponseBodyItemsDBInstanceWeight extends $tea.Model {
|
|
12999
13545
|
DBInstanceId?: string;
|
|
13000
13546
|
DBInstanceType?: string;
|
|
@@ -13392,6 +13938,40 @@ export declare class DescribeActiveOperationTasksResponseBodyItems extends $tea.
|
|
|
13392
13938
|
[key: string]: any;
|
|
13393
13939
|
});
|
|
13394
13940
|
}
|
|
13941
|
+
export declare class DescribeAllWhitelistTemplateResponseBodyDataTemplates extends $tea.Model {
|
|
13942
|
+
id?: number;
|
|
13943
|
+
ips?: string;
|
|
13944
|
+
templateId?: number;
|
|
13945
|
+
templateName?: string;
|
|
13946
|
+
userId?: number;
|
|
13947
|
+
static names(): {
|
|
13948
|
+
[key: string]: string;
|
|
13949
|
+
};
|
|
13950
|
+
static types(): {
|
|
13951
|
+
[key: string]: any;
|
|
13952
|
+
};
|
|
13953
|
+
constructor(map?: {
|
|
13954
|
+
[key: string]: any;
|
|
13955
|
+
});
|
|
13956
|
+
}
|
|
13957
|
+
export declare class DescribeAllWhitelistTemplateResponseBodyData extends $tea.Model {
|
|
13958
|
+
currPageNumbers?: number;
|
|
13959
|
+
hasNext?: boolean;
|
|
13960
|
+
hasPrev?: boolean;
|
|
13961
|
+
maxRecordsPerPage?: number;
|
|
13962
|
+
templates?: DescribeAllWhitelistTemplateResponseBodyDataTemplates[];
|
|
13963
|
+
totalPageNumbers?: number;
|
|
13964
|
+
totalRecords?: number;
|
|
13965
|
+
static names(): {
|
|
13966
|
+
[key: string]: string;
|
|
13967
|
+
};
|
|
13968
|
+
static types(): {
|
|
13969
|
+
[key: string]: any;
|
|
13970
|
+
};
|
|
13971
|
+
constructor(map?: {
|
|
13972
|
+
[key: string]: any;
|
|
13973
|
+
});
|
|
13974
|
+
}
|
|
13395
13975
|
export declare class DescribeAvailableClassesResponseBodyDBInstanceClassesDBInstanceStorageRange extends $tea.Model {
|
|
13396
13976
|
maxValue?: number;
|
|
13397
13977
|
minValue?: number;
|
|
@@ -15578,6 +16158,35 @@ export declare class DescribeInstanceKeywordsResponseBodyWords extends $tea.Mode
|
|
|
15578
16158
|
[key: string]: any;
|
|
15579
16159
|
});
|
|
15580
16160
|
}
|
|
16161
|
+
export declare class DescribeInstanceLinkedWhitelistTemplateResponseBodyDataTemplates extends $tea.Model {
|
|
16162
|
+
id?: number;
|
|
16163
|
+
ips?: string;
|
|
16164
|
+
templateId?: number;
|
|
16165
|
+
templateName?: string;
|
|
16166
|
+
userId?: number;
|
|
16167
|
+
static names(): {
|
|
16168
|
+
[key: string]: string;
|
|
16169
|
+
};
|
|
16170
|
+
static types(): {
|
|
16171
|
+
[key: string]: any;
|
|
16172
|
+
};
|
|
16173
|
+
constructor(map?: {
|
|
16174
|
+
[key: string]: any;
|
|
16175
|
+
});
|
|
16176
|
+
}
|
|
16177
|
+
export declare class DescribeInstanceLinkedWhitelistTemplateResponseBodyData extends $tea.Model {
|
|
16178
|
+
insName?: string;
|
|
16179
|
+
templates?: DescribeInstanceLinkedWhitelistTemplateResponseBodyDataTemplates[];
|
|
16180
|
+
static names(): {
|
|
16181
|
+
[key: string]: string;
|
|
16182
|
+
};
|
|
16183
|
+
static types(): {
|
|
16184
|
+
[key: string]: any;
|
|
16185
|
+
};
|
|
16186
|
+
constructor(map?: {
|
|
16187
|
+
[key: string]: any;
|
|
16188
|
+
});
|
|
16189
|
+
}
|
|
15581
16190
|
export declare class DescribeLogBackupFilesResponseBodyItemsBinLogFile extends $tea.Model {
|
|
15582
16191
|
downloadLink?: string;
|
|
15583
16192
|
fileSize?: number;
|
|
@@ -16088,6 +16697,44 @@ export declare class DescribeParametersResponseBodyRunningParameters extends $te
|
|
|
16088
16697
|
[key: string]: any;
|
|
16089
16698
|
});
|
|
16090
16699
|
}
|
|
16700
|
+
export declare class DescribePostgresExtensionsResponseBodyInstalledExtensions extends $tea.Model {
|
|
16701
|
+
category?: string;
|
|
16702
|
+
comment?: string;
|
|
16703
|
+
defaultVersion?: string;
|
|
16704
|
+
installedVersion?: string;
|
|
16705
|
+
name?: string;
|
|
16706
|
+
owner?: string;
|
|
16707
|
+
priority?: string;
|
|
16708
|
+
requires?: string;
|
|
16709
|
+
static names(): {
|
|
16710
|
+
[key: string]: string;
|
|
16711
|
+
};
|
|
16712
|
+
static types(): {
|
|
16713
|
+
[key: string]: any;
|
|
16714
|
+
};
|
|
16715
|
+
constructor(map?: {
|
|
16716
|
+
[key: string]: any;
|
|
16717
|
+
});
|
|
16718
|
+
}
|
|
16719
|
+
export declare class DescribePostgresExtensionsResponseBodyUninstalledExtensions extends $tea.Model {
|
|
16720
|
+
category?: string;
|
|
16721
|
+
comment?: string;
|
|
16722
|
+
defaultVersion?: string;
|
|
16723
|
+
installedVersion?: string;
|
|
16724
|
+
name?: string;
|
|
16725
|
+
owner?: string;
|
|
16726
|
+
priority?: string;
|
|
16727
|
+
requires?: string;
|
|
16728
|
+
static names(): {
|
|
16729
|
+
[key: string]: string;
|
|
16730
|
+
};
|
|
16731
|
+
static types(): {
|
|
16732
|
+
[key: string]: any;
|
|
16733
|
+
};
|
|
16734
|
+
constructor(map?: {
|
|
16735
|
+
[key: string]: any;
|
|
16736
|
+
});
|
|
16737
|
+
}
|
|
16091
16738
|
export declare class DescribePriceRequestDBNode extends $tea.Model {
|
|
16092
16739
|
classCode?: string;
|
|
16093
16740
|
zoneId?: string;
|
|
@@ -16921,6 +17568,59 @@ export declare class DescribeVSwitchesResponseBodyVSwitchs extends $tea.Model {
|
|
|
16921
17568
|
[key: string]: any;
|
|
16922
17569
|
});
|
|
16923
17570
|
}
|
|
17571
|
+
export declare class DescribeWhitelistTemplateResponseBodyDataTemplate extends $tea.Model {
|
|
17572
|
+
id?: number;
|
|
17573
|
+
ips?: string;
|
|
17574
|
+
templateId?: number;
|
|
17575
|
+
templateName?: string;
|
|
17576
|
+
userId?: number;
|
|
17577
|
+
static names(): {
|
|
17578
|
+
[key: string]: string;
|
|
17579
|
+
};
|
|
17580
|
+
static types(): {
|
|
17581
|
+
[key: string]: any;
|
|
17582
|
+
};
|
|
17583
|
+
constructor(map?: {
|
|
17584
|
+
[key: string]: any;
|
|
17585
|
+
});
|
|
17586
|
+
}
|
|
17587
|
+
export declare class DescribeWhitelistTemplateResponseBodyData extends $tea.Model {
|
|
17588
|
+
template?: DescribeWhitelistTemplateResponseBodyDataTemplate;
|
|
17589
|
+
static names(): {
|
|
17590
|
+
[key: string]: string;
|
|
17591
|
+
};
|
|
17592
|
+
static types(): {
|
|
17593
|
+
[key: string]: any;
|
|
17594
|
+
};
|
|
17595
|
+
constructor(map?: {
|
|
17596
|
+
[key: string]: any;
|
|
17597
|
+
});
|
|
17598
|
+
}
|
|
17599
|
+
export declare class DescribeWhitelistTemplateLinkedInstanceResponseBodyData extends $tea.Model {
|
|
17600
|
+
insName?: string[];
|
|
17601
|
+
templateId?: number;
|
|
17602
|
+
static names(): {
|
|
17603
|
+
[key: string]: string;
|
|
17604
|
+
};
|
|
17605
|
+
static types(): {
|
|
17606
|
+
[key: string]: any;
|
|
17607
|
+
};
|
|
17608
|
+
constructor(map?: {
|
|
17609
|
+
[key: string]: any;
|
|
17610
|
+
});
|
|
17611
|
+
}
|
|
17612
|
+
export declare class DetachWhitelistTemplateToInstanceResponseBodyData extends $tea.Model {
|
|
17613
|
+
status?: string;
|
|
17614
|
+
static names(): {
|
|
17615
|
+
[key: string]: string;
|
|
17616
|
+
};
|
|
17617
|
+
static types(): {
|
|
17618
|
+
[key: string]: any;
|
|
17619
|
+
};
|
|
17620
|
+
constructor(map?: {
|
|
17621
|
+
[key: string]: any;
|
|
17622
|
+
});
|
|
17623
|
+
}
|
|
16924
17624
|
export declare class GetDBInstanceTopologyResponseBodyDataConnections extends $tea.Model {
|
|
16925
17625
|
connectionString?: string;
|
|
16926
17626
|
DBInstanceName?: string;
|
|
@@ -17186,6 +17886,18 @@ export declare class ModifySecurityGroupConfigurationResponseBodyItems extends $
|
|
|
17186
17886
|
[key: string]: any;
|
|
17187
17887
|
});
|
|
17188
17888
|
}
|
|
17889
|
+
export declare class ModifyWhitelistTemplateResponseBodyData extends $tea.Model {
|
|
17890
|
+
status?: string;
|
|
17891
|
+
static names(): {
|
|
17892
|
+
[key: string]: string;
|
|
17893
|
+
};
|
|
17894
|
+
static types(): {
|
|
17895
|
+
[key: string]: any;
|
|
17896
|
+
};
|
|
17897
|
+
constructor(map?: {
|
|
17898
|
+
[key: string]: any;
|
|
17899
|
+
});
|
|
17900
|
+
}
|
|
17189
17901
|
export declare class QueryNotifyResponseBodyDataNotifyItemList extends $tea.Model {
|
|
17190
17902
|
aliUid?: number;
|
|
17191
17903
|
confirmFlag?: boolean;
|
|
@@ -17347,6 +18059,8 @@ export default class Client extends OpenApi {
|
|
|
17347
18059
|
* @return AllocateReadWriteSplittingConnectionResponse
|
|
17348
18060
|
*/
|
|
17349
18061
|
allocateReadWriteSplittingConnection(request: AllocateReadWriteSplittingConnectionRequest): Promise<AllocateReadWriteSplittingConnectionResponse>;
|
|
18062
|
+
attachWhitelistTemplateToInstanceWithOptions(request: AttachWhitelistTemplateToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<AttachWhitelistTemplateToInstanceResponse>;
|
|
18063
|
+
attachWhitelistTemplateToInstance(request: AttachWhitelistTemplateToInstanceRequest): Promise<AttachWhitelistTemplateToInstanceResponse>;
|
|
17350
18064
|
/**
|
|
17351
18065
|
* When the [read/write splitting](~~51073~~) feature is enabled, this operation is used to calculate system-assigned read weights. For more information about custom read weights, see [DescribeDBInstanceNetInfo](~~26237~~).
|
|
17352
18066
|
* Before you call this operation, make sure that the following requirements are met:
|
|
@@ -17900,6 +18614,8 @@ export default class Client extends OpenApi {
|
|
|
17900
18614
|
* @return CreateParameterGroupResponse
|
|
17901
18615
|
*/
|
|
17902
18616
|
createParameterGroup(request: CreateParameterGroupRequest): Promise<CreateParameterGroupResponse>;
|
|
18617
|
+
createPostgresExtensionsWithOptions(request: CreatePostgresExtensionsRequest, runtime: $Util.RuntimeOptions): Promise<CreatePostgresExtensionsResponse>;
|
|
18618
|
+
createPostgresExtensions(request: CreatePostgresExtensionsRequest): Promise<CreatePostgresExtensionsResponse>;
|
|
17903
18619
|
/**
|
|
17904
18620
|
* **Before you call this operation, take note of the following limits:**
|
|
17905
18621
|
* * The primary instance cannot belong to a dedicated cluster and must run one of the following database engine versions and RDS editions:
|
|
@@ -18162,6 +18878,8 @@ export default class Client extends OpenApi {
|
|
|
18162
18878
|
* @return DeleteParameterGroupResponse
|
|
18163
18879
|
*/
|
|
18164
18880
|
deleteParameterGroup(request: DeleteParameterGroupRequest): Promise<DeleteParameterGroupResponse>;
|
|
18881
|
+
deletePostgresExtensionsWithOptions(request: DeletePostgresExtensionsRequest, runtime: $Util.RuntimeOptions): Promise<DeletePostgresExtensionsResponse>;
|
|
18882
|
+
deletePostgresExtensions(request: DeletePostgresExtensionsRequest): Promise<DeletePostgresExtensionsResponse>;
|
|
18165
18883
|
deleteSecretWithOptions(request: DeleteSecretRequest, runtime: $Util.RuntimeOptions): Promise<DeleteSecretResponse>;
|
|
18166
18884
|
deleteSecret(request: DeleteSecretRequest): Promise<DeleteSecretResponse>;
|
|
18167
18885
|
/**
|
|
@@ -18275,6 +18993,8 @@ export default class Client extends OpenApi {
|
|
|
18275
18993
|
* @return DescribeActiveOperationTasksResponse
|
|
18276
18994
|
*/
|
|
18277
18995
|
describeActiveOperationTasks(request: DescribeActiveOperationTasksRequest): Promise<DescribeActiveOperationTasksResponse>;
|
|
18996
|
+
describeAllWhitelistTemplateWithOptions(request: DescribeAllWhitelistTemplateRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAllWhitelistTemplateResponse>;
|
|
18997
|
+
describeAllWhitelistTemplate(request: DescribeAllWhitelistTemplateRequest): Promise<DescribeAllWhitelistTemplateResponse>;
|
|
18278
18998
|
describeAnalyticdbByPrimaryDBInstanceWithOptions(request: DescribeAnalyticdbByPrimaryDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAnalyticdbByPrimaryDBInstanceResponse>;
|
|
18279
18999
|
describeAnalyticdbByPrimaryDBInstance(request: DescribeAnalyticdbByPrimaryDBInstanceRequest): Promise<DescribeAnalyticdbByPrimaryDBInstanceResponse>;
|
|
18280
19000
|
describeAvailableClassesWithOptions(request: DescribeAvailableClassesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailableClassesResponse>;
|
|
@@ -19132,6 +19852,8 @@ export default class Client extends OpenApi {
|
|
|
19132
19852
|
describeInstanceCrossBackupPolicy(request: DescribeInstanceCrossBackupPolicyRequest): Promise<DescribeInstanceCrossBackupPolicyResponse>;
|
|
19133
19853
|
describeInstanceKeywordsWithOptions(request: DescribeInstanceKeywordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceKeywordsResponse>;
|
|
19134
19854
|
describeInstanceKeywords(request: DescribeInstanceKeywordsRequest): Promise<DescribeInstanceKeywordsResponse>;
|
|
19855
|
+
describeInstanceLinkedWhitelistTemplateWithOptions(request: DescribeInstanceLinkedWhitelistTemplateRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceLinkedWhitelistTemplateResponse>;
|
|
19856
|
+
describeInstanceLinkedWhitelistTemplate(request: DescribeInstanceLinkedWhitelistTemplateRequest): Promise<DescribeInstanceLinkedWhitelistTemplateResponse>;
|
|
19135
19857
|
describeLocalAvailableRecoveryTimeWithOptions(request: DescribeLocalAvailableRecoveryTimeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLocalAvailableRecoveryTimeResponse>;
|
|
19136
19858
|
describeLocalAvailableRecoveryTime(request: DescribeLocalAvailableRecoveryTimeRequest): Promise<DescribeLocalAvailableRecoveryTimeResponse>;
|
|
19137
19859
|
describeLogBackupFilesWithOptions(request: DescribeLogBackupFilesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLogBackupFilesResponse>;
|
|
@@ -19277,6 +19999,8 @@ export default class Client extends OpenApi {
|
|
|
19277
19999
|
* @return DescribeParametersResponse
|
|
19278
20000
|
*/
|
|
19279
20001
|
describeParameters(request: DescribeParametersRequest): Promise<DescribeParametersResponse>;
|
|
20002
|
+
describePostgresExtensionsWithOptions(request: DescribePostgresExtensionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribePostgresExtensionsResponse>;
|
|
20003
|
+
describePostgresExtensions(request: DescribePostgresExtensionsRequest): Promise<DescribePostgresExtensionsResponse>;
|
|
19280
20004
|
describePriceWithOptions(tmpReq: DescribePriceRequest, runtime: $Util.RuntimeOptions): Promise<DescribePriceResponse>;
|
|
19281
20005
|
describePrice(request: DescribePriceRequest): Promise<DescribePriceResponse>;
|
|
19282
20006
|
/**
|
|
@@ -19585,6 +20309,10 @@ export default class Client extends OpenApi {
|
|
|
19585
20309
|
describeUpgradeMajorVersionTasks(request: DescribeUpgradeMajorVersionTasksRequest): Promise<DescribeUpgradeMajorVersionTasksResponse>;
|
|
19586
20310
|
describeVSwitchesWithOptions(request: DescribeVSwitchesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVSwitchesResponse>;
|
|
19587
20311
|
describeVSwitches(request: DescribeVSwitchesRequest): Promise<DescribeVSwitchesResponse>;
|
|
20312
|
+
describeWhitelistTemplateWithOptions(request: DescribeWhitelistTemplateRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWhitelistTemplateResponse>;
|
|
20313
|
+
describeWhitelistTemplate(request: DescribeWhitelistTemplateRequest): Promise<DescribeWhitelistTemplateResponse>;
|
|
20314
|
+
describeWhitelistTemplateLinkedInstanceWithOptions(request: DescribeWhitelistTemplateLinkedInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWhitelistTemplateLinkedInstanceResponse>;
|
|
20315
|
+
describeWhitelistTemplateLinkedInstance(request: DescribeWhitelistTemplateLinkedInstanceRequest): Promise<DescribeWhitelistTemplateLinkedInstanceResponse>;
|
|
19588
20316
|
/**
|
|
19589
20317
|
* The DestroyDBInstance operation is phased out.
|
|
19590
20318
|
*
|
|
@@ -19617,6 +20345,8 @@ export default class Client extends OpenApi {
|
|
|
19617
20345
|
* @return DetachGadInstanceMemberResponse
|
|
19618
20346
|
*/
|
|
19619
20347
|
detachGadInstanceMember(request: DetachGadInstanceMemberRequest): Promise<DetachGadInstanceMemberResponse>;
|
|
20348
|
+
detachWhitelistTemplateToInstanceWithOptions(request: DetachWhitelistTemplateToInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DetachWhitelistTemplateToInstanceResponse>;
|
|
20349
|
+
detachWhitelistTemplateToInstance(request: DetachWhitelistTemplateToInstanceRequest): Promise<DetachWhitelistTemplateToInstanceResponse>;
|
|
19620
20350
|
getDBInstanceTopologyWithOptions(request: GetDBInstanceTopologyRequest, runtime: $Util.RuntimeOptions): Promise<GetDBInstanceTopologyResponse>;
|
|
19621
20351
|
getDBInstanceTopology(request: GetDBInstanceTopologyRequest): Promise<GetDBInstanceTopologyResponse>;
|
|
19622
20352
|
/**
|
|
@@ -20697,6 +21427,8 @@ export default class Client extends OpenApi {
|
|
|
20697
21427
|
* @return ModifySecurityIpsResponse
|
|
20698
21428
|
*/
|
|
20699
21429
|
modifySecurityIps(request: ModifySecurityIpsRequest): Promise<ModifySecurityIpsResponse>;
|
|
21430
|
+
modifyWhitelistTemplateWithOptions(request: ModifyWhitelistTemplateRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWhitelistTemplateResponse>;
|
|
21431
|
+
modifyWhitelistTemplate(request: ModifyWhitelistTemplateRequest): Promise<ModifyWhitelistTemplateResponse>;
|
|
20700
21432
|
/**
|
|
20701
21433
|
* ApsaraDB RDS automatically uploads log backup files to Object Storage Service (OSS) buckets. If the remaining storage of an instance is insufficient, you can upload the log backup files of the instance to OSS buckets. After you upload the log backup files of an instance, ApsaraDB RDS deletes these files from the instance to release storage. This operation is called to upload log backup files from an instance to OSS buckets and then delete these files from the instance. If the instance runs SQL Server, transaction log backup files are compressed before they are uploaded. For more information about log backups, see [Back up an ApsaraDB RDS for MySQL instance](~~98818~~) or [Back up an ApsaraDB RDS for SQL Server instance](~~95717~~).
|
|
20702
21434
|
* >
|
|
@@ -21208,6 +21940,8 @@ export default class Client extends OpenApi {
|
|
|
21208
21940
|
* @return UntagResourcesResponse
|
|
21209
21941
|
*/
|
|
21210
21942
|
untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
|
|
21943
|
+
updatePostgresExtensionsWithOptions(request: UpdatePostgresExtensionsRequest, runtime: $Util.RuntimeOptions): Promise<UpdatePostgresExtensionsResponse>;
|
|
21944
|
+
updatePostgresExtensions(request: UpdatePostgresExtensionsRequest): Promise<UpdatePostgresExtensionsResponse>;
|
|
21211
21945
|
/**
|
|
21212
21946
|
* > A full backup file contains the data of a self-managed MySQL database. You can restore the data of a self-managed MySQL database from a full backup file to an ApsaraDB RDS for MySQL instance. For more information, see [Migrate the data of a self-managed MySQL 5.7 instance to the cloud](~~251779~~).
|
|
21213
21947
|
*
|