@alicloud/cs20151215 3.0.15 → 3.0.16
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 +1 -0
- package/dist/client.js +3 -5
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4 -5
package/dist/client.d.ts
CHANGED
|
@@ -1828,6 +1828,7 @@ export declare class DescribeKubernetesVersionMetadataResponse extends $tea.Mode
|
|
|
1828
1828
|
}
|
|
1829
1829
|
export declare class DescribeNodePoolVulsResponseBody extends $tea.Model {
|
|
1830
1830
|
vulRecords?: DescribeNodePoolVulsResponseBodyVulRecords[];
|
|
1831
|
+
vulsFixServicePurchased?: boolean;
|
|
1831
1832
|
static names(): {
|
|
1832
1833
|
[key: string]: string;
|
|
1833
1834
|
};
|
package/dist/client.js
CHANGED
|
@@ -2542,11 +2542,13 @@ class DescribeNodePoolVulsResponseBody extends $tea.Model {
|
|
|
2542
2542
|
static names() {
|
|
2543
2543
|
return {
|
|
2544
2544
|
vulRecords: 'vul_records',
|
|
2545
|
+
vulsFixServicePurchased: 'vuls_fix_service_purchased',
|
|
2545
2546
|
};
|
|
2546
2547
|
}
|
|
2547
2548
|
static types() {
|
|
2548
2549
|
return {
|
|
2549
2550
|
vulRecords: { 'type': 'array', 'itemType': DescribeNodePoolVulsResponseBodyVulRecords },
|
|
2551
|
+
vulsFixServicePurchased: 'boolean',
|
|
2550
2552
|
};
|
|
2551
2553
|
}
|
|
2552
2554
|
}
|
|
@@ -7526,10 +7528,10 @@ exports.UpgradeClusterAddonsRequestBody = UpgradeClusterAddonsRequestBody;
|
|
|
7526
7528
|
class Client extends openapi_client_1.default {
|
|
7527
7529
|
constructor(config) {
|
|
7528
7530
|
super(config);
|
|
7531
|
+
this._signatureAlgorithm = "v2";
|
|
7529
7532
|
this._endpointRule = "regional";
|
|
7530
7533
|
this._endpointMap = {
|
|
7531
7534
|
'ap-northeast-2-pop': "cs.aliyuncs.com",
|
|
7532
|
-
'cn-beijing-finance-1': "cs.aliyuncs.com",
|
|
7533
7535
|
'cn-beijing-finance-pop': "cs.aliyuncs.com",
|
|
7534
7536
|
'cn-beijing-gov-1': "cs.aliyuncs.com",
|
|
7535
7537
|
'cn-beijing-nu16-b01': "cs.aliyuncs.com",
|
|
@@ -7537,21 +7539,17 @@ class Client extends openapi_client_1.default {
|
|
|
7537
7539
|
'cn-fujian': "cs.aliyuncs.com",
|
|
7538
7540
|
'cn-haidian-cm12-c01': "cs.aliyuncs.com",
|
|
7539
7541
|
'cn-hangzhou-bj-b01': "cs.aliyuncs.com",
|
|
7540
|
-
'cn-hangzhou-finance': "cs-vpc.cn-hangzhou-finance.aliyuncs.com",
|
|
7541
7542
|
'cn-hangzhou-internal-prod-1': "cs.aliyuncs.com",
|
|
7542
7543
|
'cn-hangzhou-internal-test-1': "cs.aliyuncs.com",
|
|
7543
7544
|
'cn-hangzhou-internal-test-2': "cs.aliyuncs.com",
|
|
7544
7545
|
'cn-hangzhou-internal-test-3': "cs.aliyuncs.com",
|
|
7545
7546
|
'cn-hangzhou-test-306': "cs.aliyuncs.com",
|
|
7546
7547
|
'cn-hongkong-finance-pop': "cs.aliyuncs.com",
|
|
7547
|
-
'cn-huhehaote-nebula-1': "cs.aliyuncs.com",
|
|
7548
7548
|
'cn-qingdao-nebula': "cs.aliyuncs.com",
|
|
7549
7549
|
'cn-shanghai-et15-b01': "cs.aliyuncs.com",
|
|
7550
7550
|
'cn-shanghai-et2-b01': "cs.aliyuncs.com",
|
|
7551
|
-
'cn-shanghai-finance-1': "cs-vpc.cn-shanghai-finance-1.aliyuncs.com",
|
|
7552
7551
|
'cn-shanghai-inner': "cs.aliyuncs.com",
|
|
7553
7552
|
'cn-shanghai-internal-test-1': "cs.aliyuncs.com",
|
|
7554
|
-
'cn-shenzhen-finance-1': "cs-vpc.cn-shenzhen-finance-1.aliyuncs.com",
|
|
7555
7553
|
'cn-shenzhen-inner': "cs.aliyuncs.com",
|
|
7556
7554
|
'cn-shenzhen-st4-d01': "cs.aliyuncs.com",
|
|
7557
7555
|
'cn-shenzhen-su18-b01': "cs.aliyuncs.com",
|