@alicloud/sas20181203 2.7.0 → 2.7.2
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 +2 -0
- package/dist/client.js +41 -55
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +45 -55
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -25208,6 +25208,8 @@ export class ExportVulRequest extends $tea.Model {
|
|
|
25208
25208
|
aliasName?: string;
|
|
25209
25209
|
attachTypes?: string;
|
|
25210
25210
|
containerName?: string;
|
|
25211
|
+
createTsEnd?: number;
|
|
25212
|
+
createTsStart?: number;
|
|
25211
25213
|
cveId?: string;
|
|
25212
25214
|
dealed?: string;
|
|
25213
25215
|
groupId?: string;
|
|
@@ -25224,6 +25226,8 @@ export class ExportVulRequest extends $tea.Model {
|
|
|
25224
25226
|
aliasName: 'AliasName',
|
|
25225
25227
|
attachTypes: 'AttachTypes',
|
|
25226
25228
|
containerName: 'ContainerName',
|
|
25229
|
+
createTsEnd: 'CreateTsEnd',
|
|
25230
|
+
createTsStart: 'CreateTsStart',
|
|
25227
25231
|
cveId: 'CveId',
|
|
25228
25232
|
dealed: 'Dealed',
|
|
25229
25233
|
groupId: 'GroupId',
|
|
@@ -25243,6 +25247,8 @@ export class ExportVulRequest extends $tea.Model {
|
|
|
25243
25247
|
aliasName: 'string',
|
|
25244
25248
|
attachTypes: 'string',
|
|
25245
25249
|
containerName: 'string',
|
|
25250
|
+
createTsEnd: 'number',
|
|
25251
|
+
createTsStart: 'number',
|
|
25246
25252
|
cveId: 'string',
|
|
25247
25253
|
dealed: 'string',
|
|
25248
25254
|
groupId: 'string',
|
|
@@ -64705,62 +64711,38 @@ export default class Client extends OpenApi {
|
|
|
64705
64711
|
this._endpointRule = "regional";
|
|
64706
64712
|
this._endpointMap = {
|
|
64707
64713
|
'cn-hangzhou': "tds.aliyuncs.com",
|
|
64714
|
+
'cn-qingdao': "tds.aliyuncs.com",
|
|
64715
|
+
'cn-beijing': "tds.aliyuncs.com",
|
|
64716
|
+
'cn-zhangjiakou': "tds.aliyuncs.com",
|
|
64717
|
+
'cn-huhehaote': "tds.aliyuncs.com",
|
|
64718
|
+
'cn-wulanchabu': "tds.aliyuncs.com",
|
|
64719
|
+
'cn-shanghai': "tds.aliyuncs.com",
|
|
64720
|
+
'cn-nanjing': "tds.aliyuncs.com",
|
|
64721
|
+
'cn-fuzhou': "tds.aliyuncs.com",
|
|
64722
|
+
'cn-shenzhen': "tds.aliyuncs.com",
|
|
64723
|
+
'cn-heyuan': "tds.aliyuncs.com",
|
|
64724
|
+
'cn-guangzhou': "tds.aliyuncs.com",
|
|
64725
|
+
'cn-chengdu': "tds.aliyuncs.com",
|
|
64726
|
+
'cn-hongkong': "tds.aliyuncs.com",
|
|
64708
64727
|
'ap-southeast-1': "tds.ap-southeast-1.aliyuncs.com",
|
|
64709
|
-
'ap-
|
|
64710
|
-
'ap-northeast-
|
|
64711
|
-
'ap-
|
|
64712
|
-
'ap-
|
|
64713
|
-
'ap-southeast-
|
|
64714
|
-
'ap-southeast-
|
|
64715
|
-
'
|
|
64716
|
-
'
|
|
64717
|
-
'
|
|
64718
|
-
'
|
|
64719
|
-
'
|
|
64720
|
-
'
|
|
64721
|
-
'
|
|
64722
|
-
'
|
|
64723
|
-
'cn-
|
|
64724
|
-
'cn-
|
|
64725
|
-
'cn-
|
|
64726
|
-
'cn-
|
|
64727
|
-
'cn-hangzhou-internal-test-1': "sas.aliyuncs.com",
|
|
64728
|
-
'cn-hangzhou-internal-test-2': "sas.aliyuncs.com",
|
|
64729
|
-
'cn-hangzhou-internal-test-3': "sas.aliyuncs.com",
|
|
64730
|
-
'cn-hangzhou-test-306': "sas.aliyuncs.com",
|
|
64731
|
-
'cn-hongkong': "sas.aliyuncs.com",
|
|
64732
|
-
'cn-hongkong-finance-pop': "sas.aliyuncs.com",
|
|
64733
|
-
'cn-huhehaote': "sas.aliyuncs.com",
|
|
64734
|
-
'cn-huhehaote-nebula-1': "sas.aliyuncs.com",
|
|
64735
|
-
'cn-north-2-gov-1': "sas.aliyuncs.com",
|
|
64736
|
-
'cn-qingdao': "sas.aliyuncs.com",
|
|
64737
|
-
'cn-qingdao-nebula': "sas.aliyuncs.com",
|
|
64738
|
-
'cn-shanghai': "sas.aliyuncs.com",
|
|
64739
|
-
'cn-shanghai-et15-b01': "sas.aliyuncs.com",
|
|
64740
|
-
'cn-shanghai-et2-b01': "sas.aliyuncs.com",
|
|
64741
|
-
'cn-shanghai-finance-1': "sas.aliyuncs.com",
|
|
64742
|
-
'cn-shanghai-inner': "sas.aliyuncs.com",
|
|
64743
|
-
'cn-shanghai-internal-test-1': "sas.aliyuncs.com",
|
|
64744
|
-
'cn-shenzhen': "sas.aliyuncs.com",
|
|
64745
|
-
'cn-shenzhen-finance-1': "sas.aliyuncs.com",
|
|
64746
|
-
'cn-shenzhen-inner': "sas.aliyuncs.com",
|
|
64747
|
-
'cn-shenzhen-st4-d01': "sas.aliyuncs.com",
|
|
64748
|
-
'cn-shenzhen-su18-b01': "sas.aliyuncs.com",
|
|
64749
|
-
'cn-wuhan': "sas.aliyuncs.com",
|
|
64750
|
-
'cn-wulanchabu': "sas.aliyuncs.com",
|
|
64751
|
-
'cn-yushanfang': "sas.aliyuncs.com",
|
|
64752
|
-
'cn-zhangbei': "sas.aliyuncs.com",
|
|
64753
|
-
'cn-zhangbei-na61-b01': "sas.aliyuncs.com",
|
|
64754
|
-
'cn-zhangjiakou': "sas.aliyuncs.com",
|
|
64755
|
-
'cn-zhangjiakou-na62-a01': "sas.aliyuncs.com",
|
|
64756
|
-
'cn-zhengzhou-nebula-1': "sas.aliyuncs.com",
|
|
64757
|
-
'eu-central-1': "sas.aliyuncs.com",
|
|
64758
|
-
'eu-west-1': "sas.aliyuncs.com",
|
|
64759
|
-
'eu-west-1-oxs': "sas.aliyuncs.com",
|
|
64760
|
-
'me-east-1': "sas.aliyuncs.com",
|
|
64761
|
-
'rus-west-1-pop': "sas.aliyuncs.com",
|
|
64762
|
-
'us-east-1': "sas.aliyuncs.com",
|
|
64763
|
-
'us-west-1': "sas.aliyuncs.com",
|
|
64728
|
+
'ap-northeast-1': "tds.ap-southeast-1.aliyuncs.com",
|
|
64729
|
+
'ap-northeast-2': "tds.ap-southeast-1.aliyuncs.com",
|
|
64730
|
+
'ap-southeast-2': "tds.ap-southeast-1.aliyuncs.com",
|
|
64731
|
+
'ap-southeast-3': "tds.ap-southeast-1.aliyuncs.com",
|
|
64732
|
+
'ap-southeast-5': "tds.ap-southeast-1.aliyuncs.com",
|
|
64733
|
+
'ap-southeast-6': "tds.ap-southeast-1.aliyuncs.com",
|
|
64734
|
+
'ap-southeast-7': "tds.ap-southeast-1.aliyuncs.com",
|
|
64735
|
+
'us-east-1': "tds.ap-southeast-1.aliyuncs.com",
|
|
64736
|
+
'us-west-1': "tds.ap-southeast-1.aliyuncs.com",
|
|
64737
|
+
'eu-west-1': "tds.ap-southeast-1.aliyuncs.com",
|
|
64738
|
+
'eu-central-1': "tds.ap-southeast-1.aliyuncs.com",
|
|
64739
|
+
'ap-south-1': "tds.ap-southeast-1.aliyuncs.com",
|
|
64740
|
+
'me-east-1': "tds.ap-southeast-1.aliyuncs.com",
|
|
64741
|
+
'me-central-1': "tds.ap-southeast-1.aliyuncs.com",
|
|
64742
|
+
'cn-hangzhou-finance': "tds.aliyuncs.com",
|
|
64743
|
+
'cn-shanghai-finance-1': "tds.aliyuncs.com",
|
|
64744
|
+
'cn-shenzhen-finance-1': "tds.aliyuncs.com",
|
|
64745
|
+
'cn-beijing-finance-1': "tds.aliyuncs.com",
|
|
64764
64746
|
};
|
|
64765
64747
|
this.checkConfig(config);
|
|
64766
64748
|
this._endpoint = this.getEndpoint("sas", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
|
|
@@ -78386,6 +78368,14 @@ export default class Client extends OpenApi {
|
|
|
78386
78368
|
query["ContainerName"] = request.containerName;
|
|
78387
78369
|
}
|
|
78388
78370
|
|
|
78371
|
+
if (!Util.isUnset(request.createTsEnd)) {
|
|
78372
|
+
query["CreateTsEnd"] = request.createTsEnd;
|
|
78373
|
+
}
|
|
78374
|
+
|
|
78375
|
+
if (!Util.isUnset(request.createTsStart)) {
|
|
78376
|
+
query["CreateTsStart"] = request.createTsStart;
|
|
78377
|
+
}
|
|
78378
|
+
|
|
78389
78379
|
if (!Util.isUnset(request.cveId)) {
|
|
78390
78380
|
query["CveId"] = request.cveId;
|
|
78391
78381
|
}
|