@alicloud/cloudapi20160714 2.2.3 → 2.2.6
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 +62 -17
- package/dist/client.js +154 -85
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +200 -119
package/dist/client.js
CHANGED
|
@@ -3056,6 +3056,7 @@ class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
3056
3056
|
basePath: 'BasePath',
|
|
3057
3057
|
billingStatus: 'BillingStatus',
|
|
3058
3058
|
classicVpcSubDomain: 'ClassicVpcSubDomain',
|
|
3059
|
+
cloudMarketCommodity: 'CloudMarketCommodity',
|
|
3059
3060
|
cmsMonitorGroup: 'CmsMonitorGroup',
|
|
3060
3061
|
compatibleFlags: 'CompatibleFlags',
|
|
3061
3062
|
createdTime: 'CreatedTime',
|
|
@@ -3091,6 +3092,7 @@ class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
3091
3092
|
basePath: 'string',
|
|
3092
3093
|
billingStatus: 'string',
|
|
3093
3094
|
classicVpcSubDomain: 'string',
|
|
3095
|
+
cloudMarketCommodity: 'boolean',
|
|
3094
3096
|
cmsMonitorGroup: 'string',
|
|
3095
3097
|
compatibleFlags: 'string',
|
|
3096
3098
|
createdTime: 'string',
|
|
@@ -3950,7 +3952,9 @@ class DescribeApisRequest extends $tea.Model {
|
|
|
3950
3952
|
static names() {
|
|
3951
3953
|
return {
|
|
3952
3954
|
apiId: 'ApiId',
|
|
3955
|
+
apiMethod: 'ApiMethod',
|
|
3953
3956
|
apiName: 'ApiName',
|
|
3957
|
+
apiPath: 'ApiPath',
|
|
3954
3958
|
catalogId: 'CatalogId',
|
|
3955
3959
|
enableTagAuth: 'EnableTagAuth',
|
|
3956
3960
|
groupId: 'GroupId',
|
|
@@ -3958,13 +3962,16 @@ class DescribeApisRequest extends $tea.Model {
|
|
|
3958
3962
|
pageSize: 'PageSize',
|
|
3959
3963
|
securityToken: 'SecurityToken',
|
|
3960
3964
|
tag: 'Tag',
|
|
3965
|
+
unDeployed: 'UnDeployed',
|
|
3961
3966
|
visibility: 'Visibility',
|
|
3962
3967
|
};
|
|
3963
3968
|
}
|
|
3964
3969
|
static types() {
|
|
3965
3970
|
return {
|
|
3966
3971
|
apiId: 'string',
|
|
3972
|
+
apiMethod: 'string',
|
|
3967
3973
|
apiName: 'string',
|
|
3974
|
+
apiPath: 'string',
|
|
3968
3975
|
catalogId: 'string',
|
|
3969
3976
|
enableTagAuth: 'boolean',
|
|
3970
3977
|
groupId: 'string',
|
|
@@ -3972,6 +3979,7 @@ class DescribeApisRequest extends $tea.Model {
|
|
|
3972
3979
|
pageSize: 'number',
|
|
3973
3980
|
securityToken: 'string',
|
|
3974
3981
|
tag: { 'type': 'array', 'itemType': DescribeApisRequestTag },
|
|
3982
|
+
unDeployed: 'boolean',
|
|
3975
3983
|
visibility: 'string',
|
|
3976
3984
|
};
|
|
3977
3985
|
}
|
|
@@ -5082,7 +5090,9 @@ class DescribeDeployedApisRequest extends $tea.Model {
|
|
|
5082
5090
|
static names() {
|
|
5083
5091
|
return {
|
|
5084
5092
|
apiId: 'ApiId',
|
|
5093
|
+
apiMethod: 'ApiMethod',
|
|
5085
5094
|
apiName: 'ApiName',
|
|
5095
|
+
apiPath: 'ApiPath',
|
|
5086
5096
|
enableTagAuth: 'EnableTagAuth',
|
|
5087
5097
|
groupId: 'GroupId',
|
|
5088
5098
|
pageNumber: 'PageNumber',
|
|
@@ -5095,7 +5105,9 @@ class DescribeDeployedApisRequest extends $tea.Model {
|
|
|
5095
5105
|
static types() {
|
|
5096
5106
|
return {
|
|
5097
5107
|
apiId: 'string',
|
|
5108
|
+
apiMethod: 'string',
|
|
5098
5109
|
apiName: 'string',
|
|
5110
|
+
apiPath: 'string',
|
|
5099
5111
|
enableTagAuth: 'boolean',
|
|
5100
5112
|
groupId: 'string',
|
|
5101
5113
|
pageNumber: 'number',
|
|
@@ -6467,7 +6479,6 @@ class DescribeTrafficControlsByApiRequest extends $tea.Model {
|
|
|
6467
6479
|
return {
|
|
6468
6480
|
apiId: 'ApiId',
|
|
6469
6481
|
groupId: 'GroupId',
|
|
6470
|
-
securityToken: 'SecurityToken',
|
|
6471
6482
|
stageName: 'StageName',
|
|
6472
6483
|
};
|
|
6473
6484
|
}
|
|
@@ -6475,7 +6486,6 @@ class DescribeTrafficControlsByApiRequest extends $tea.Model {
|
|
|
6475
6486
|
return {
|
|
6476
6487
|
apiId: 'string',
|
|
6477
6488
|
groupId: 'string',
|
|
6478
|
-
securityToken: 'string',
|
|
6479
6489
|
stageName: 'string',
|
|
6480
6490
|
};
|
|
6481
6491
|
}
|
|
@@ -6526,13 +6536,11 @@ class DescribeUpdateBackendTaskRequest extends $tea.Model {
|
|
|
6526
6536
|
static names() {
|
|
6527
6537
|
return {
|
|
6528
6538
|
operationUid: 'OperationUid',
|
|
6529
|
-
securityToken: 'SecurityToken',
|
|
6530
6539
|
};
|
|
6531
6540
|
}
|
|
6532
6541
|
static types() {
|
|
6533
6542
|
return {
|
|
6534
6543
|
operationUid: 'string',
|
|
6535
|
-
securityToken: 'string',
|
|
6536
6544
|
};
|
|
6537
6545
|
}
|
|
6538
6546
|
}
|
|
@@ -6582,13 +6590,11 @@ class DescribeUpdateVpcInfoTaskRequest extends $tea.Model {
|
|
|
6582
6590
|
static names() {
|
|
6583
6591
|
return {
|
|
6584
6592
|
operationUid: 'OperationUid',
|
|
6585
|
-
securityToken: 'SecurityToken',
|
|
6586
6593
|
};
|
|
6587
6594
|
}
|
|
6588
6595
|
static types() {
|
|
6589
6596
|
return {
|
|
6590
6597
|
operationUid: 'string',
|
|
6591
|
-
securityToken: 'string',
|
|
6592
6598
|
};
|
|
6593
6599
|
}
|
|
6594
6600
|
}
|
|
@@ -6829,14 +6835,12 @@ class DisableInstanceAccessControlRequest extends $tea.Model {
|
|
|
6829
6835
|
return {
|
|
6830
6836
|
aclId: 'AclId',
|
|
6831
6837
|
instanceId: 'InstanceId',
|
|
6832
|
-
securityToken: 'SecurityToken',
|
|
6833
6838
|
};
|
|
6834
6839
|
}
|
|
6835
6840
|
static types() {
|
|
6836
6841
|
return {
|
|
6837
6842
|
aclId: 'string',
|
|
6838
6843
|
instanceId: 'string',
|
|
6839
|
-
securityToken: 'string',
|
|
6840
6844
|
};
|
|
6841
6845
|
}
|
|
6842
6846
|
}
|
|
@@ -6984,7 +6988,6 @@ class EnableInstanceAccessControlRequest extends $tea.Model {
|
|
|
6984
6988
|
aclId: 'AclId',
|
|
6985
6989
|
aclType: 'AclType',
|
|
6986
6990
|
instanceId: 'InstanceId',
|
|
6987
|
-
securityToken: 'SecurityToken',
|
|
6988
6991
|
};
|
|
6989
6992
|
}
|
|
6990
6993
|
static types() {
|
|
@@ -6992,7 +6995,6 @@ class EnableInstanceAccessControlRequest extends $tea.Model {
|
|
|
6992
6995
|
aclId: 'string',
|
|
6993
6996
|
aclType: 'string',
|
|
6994
6997
|
instanceId: 'string',
|
|
6995
|
-
securityToken: 'string',
|
|
6996
6998
|
};
|
|
6997
6999
|
}
|
|
6998
7000
|
}
|
|
@@ -7509,6 +7511,70 @@ class ModifyApiGroupResponse extends $tea.Model {
|
|
|
7509
7511
|
}
|
|
7510
7512
|
}
|
|
7511
7513
|
exports.ModifyApiGroupResponse = ModifyApiGroupResponse;
|
|
7514
|
+
class ModifyApiGroupNetworkPolicyRequest extends $tea.Model {
|
|
7515
|
+
constructor(map) {
|
|
7516
|
+
super(map);
|
|
7517
|
+
}
|
|
7518
|
+
static names() {
|
|
7519
|
+
return {
|
|
7520
|
+
groupId: 'GroupId',
|
|
7521
|
+
httpsPolicy: 'HttpsPolicy',
|
|
7522
|
+
internetEnable: 'InternetEnable',
|
|
7523
|
+
internetIPV6Enable: 'InternetIPV6Enable',
|
|
7524
|
+
securityToken: 'SecurityToken',
|
|
7525
|
+
vpcIntranetEnable: 'VpcIntranetEnable',
|
|
7526
|
+
vpcSlbIntranetEnable: 'VpcSlbIntranetEnable',
|
|
7527
|
+
};
|
|
7528
|
+
}
|
|
7529
|
+
static types() {
|
|
7530
|
+
return {
|
|
7531
|
+
groupId: 'string',
|
|
7532
|
+
httpsPolicy: 'string',
|
|
7533
|
+
internetEnable: 'boolean',
|
|
7534
|
+
internetIPV6Enable: 'boolean',
|
|
7535
|
+
securityToken: 'string',
|
|
7536
|
+
vpcIntranetEnable: 'boolean',
|
|
7537
|
+
vpcSlbIntranetEnable: 'boolean',
|
|
7538
|
+
};
|
|
7539
|
+
}
|
|
7540
|
+
}
|
|
7541
|
+
exports.ModifyApiGroupNetworkPolicyRequest = ModifyApiGroupNetworkPolicyRequest;
|
|
7542
|
+
class ModifyApiGroupNetworkPolicyResponseBody extends $tea.Model {
|
|
7543
|
+
constructor(map) {
|
|
7544
|
+
super(map);
|
|
7545
|
+
}
|
|
7546
|
+
static names() {
|
|
7547
|
+
return {
|
|
7548
|
+
requestId: 'RequestId',
|
|
7549
|
+
};
|
|
7550
|
+
}
|
|
7551
|
+
static types() {
|
|
7552
|
+
return {
|
|
7553
|
+
requestId: 'string',
|
|
7554
|
+
};
|
|
7555
|
+
}
|
|
7556
|
+
}
|
|
7557
|
+
exports.ModifyApiGroupNetworkPolicyResponseBody = ModifyApiGroupNetworkPolicyResponseBody;
|
|
7558
|
+
class ModifyApiGroupNetworkPolicyResponse extends $tea.Model {
|
|
7559
|
+
constructor(map) {
|
|
7560
|
+
super(map);
|
|
7561
|
+
}
|
|
7562
|
+
static names() {
|
|
7563
|
+
return {
|
|
7564
|
+
headers: 'headers',
|
|
7565
|
+
statusCode: 'statusCode',
|
|
7566
|
+
body: 'body',
|
|
7567
|
+
};
|
|
7568
|
+
}
|
|
7569
|
+
static types() {
|
|
7570
|
+
return {
|
|
7571
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7572
|
+
statusCode: 'number',
|
|
7573
|
+
body: ModifyApiGroupNetworkPolicyResponseBody,
|
|
7574
|
+
};
|
|
7575
|
+
}
|
|
7576
|
+
}
|
|
7577
|
+
exports.ModifyApiGroupNetworkPolicyResponse = ModifyApiGroupNetworkPolicyResponse;
|
|
7512
7578
|
class ModifyApiGroupVpcWhitelistRequest extends $tea.Model {
|
|
7513
7579
|
constructor(map) {
|
|
7514
7580
|
super(map);
|
|
@@ -7761,6 +7827,7 @@ class ModifyInstanceSpecRequest extends $tea.Model {
|
|
|
7761
7827
|
instanceId: 'InstanceId',
|
|
7762
7828
|
instanceSpec: 'InstanceSpec',
|
|
7763
7829
|
modifyAction: 'ModifyAction',
|
|
7830
|
+
skipWaitSwitch: 'SkipWaitSwitch',
|
|
7764
7831
|
token: 'Token',
|
|
7765
7832
|
};
|
|
7766
7833
|
}
|
|
@@ -7770,6 +7837,7 @@ class ModifyInstanceSpecRequest extends $tea.Model {
|
|
|
7770
7837
|
instanceId: 'string',
|
|
7771
7838
|
instanceSpec: 'string',
|
|
7772
7839
|
modifyAction: 'string',
|
|
7840
|
+
skipWaitSwitch: 'boolean',
|
|
7773
7841
|
token: 'string',
|
|
7774
7842
|
};
|
|
7775
7843
|
}
|
|
@@ -7820,7 +7888,6 @@ class ModifyIpControlRequest extends $tea.Model {
|
|
|
7820
7888
|
description: 'Description',
|
|
7821
7889
|
ipControlId: 'IpControlId',
|
|
7822
7890
|
ipControlName: 'IpControlName',
|
|
7823
|
-
securityToken: 'SecurityToken',
|
|
7824
7891
|
};
|
|
7825
7892
|
}
|
|
7826
7893
|
static types() {
|
|
@@ -7828,7 +7895,6 @@ class ModifyIpControlRequest extends $tea.Model {
|
|
|
7828
7895
|
description: 'string',
|
|
7829
7896
|
ipControlId: 'string',
|
|
7830
7897
|
ipControlName: 'string',
|
|
7831
|
-
securityToken: 'string',
|
|
7832
7898
|
};
|
|
7833
7899
|
}
|
|
7834
7900
|
}
|
|
@@ -8115,7 +8181,6 @@ class ModifySignatureRequest extends $tea.Model {
|
|
|
8115
8181
|
}
|
|
8116
8182
|
static names() {
|
|
8117
8183
|
return {
|
|
8118
|
-
securityToken: 'SecurityToken',
|
|
8119
8184
|
signatureId: 'SignatureId',
|
|
8120
8185
|
signatureKey: 'SignatureKey',
|
|
8121
8186
|
signatureName: 'SignatureName',
|
|
@@ -8124,7 +8189,6 @@ class ModifySignatureRequest extends $tea.Model {
|
|
|
8124
8189
|
}
|
|
8125
8190
|
static types() {
|
|
8126
8191
|
return {
|
|
8127
|
-
securityToken: 'string',
|
|
8128
8192
|
signatureId: 'string',
|
|
8129
8193
|
signatureKey: 'string',
|
|
8130
8194
|
signatureName: 'string',
|
|
@@ -8182,7 +8246,6 @@ class ModifyTrafficControlRequest extends $tea.Model {
|
|
|
8182
8246
|
apiDefault: 'ApiDefault',
|
|
8183
8247
|
appDefault: 'AppDefault',
|
|
8184
8248
|
description: 'Description',
|
|
8185
|
-
securityToken: 'SecurityToken',
|
|
8186
8249
|
trafficControlId: 'TrafficControlId',
|
|
8187
8250
|
trafficControlName: 'TrafficControlName',
|
|
8188
8251
|
trafficControlUnit: 'TrafficControlUnit',
|
|
@@ -8194,7 +8257,6 @@ class ModifyTrafficControlRequest extends $tea.Model {
|
|
|
8194
8257
|
apiDefault: 'number',
|
|
8195
8258
|
appDefault: 'number',
|
|
8196
8259
|
description: 'string',
|
|
8197
|
-
securityToken: 'string',
|
|
8198
8260
|
trafficControlId: 'string',
|
|
8199
8261
|
trafficControlName: 'string',
|
|
8200
8262
|
trafficControlUnit: 'string',
|
|
@@ -8285,14 +8347,12 @@ class ReactivateDomainRequest extends $tea.Model {
|
|
|
8285
8347
|
return {
|
|
8286
8348
|
domainName: 'DomainName',
|
|
8287
8349
|
groupId: 'GroupId',
|
|
8288
|
-
securityToken: 'SecurityToken',
|
|
8289
8350
|
};
|
|
8290
8351
|
}
|
|
8291
8352
|
static types() {
|
|
8292
8353
|
return {
|
|
8293
8354
|
domainName: 'string',
|
|
8294
8355
|
groupId: 'string',
|
|
8295
|
-
securityToken: 'string',
|
|
8296
8356
|
};
|
|
8297
8357
|
}
|
|
8298
8358
|
}
|
|
@@ -8341,14 +8401,12 @@ class RemoveAccessControlListEntryRequest extends $tea.Model {
|
|
|
8341
8401
|
return {
|
|
8342
8402
|
aclEntrys: 'AclEntrys',
|
|
8343
8403
|
aclId: 'AclId',
|
|
8344
|
-
securityToken: 'SecurityToken',
|
|
8345
8404
|
};
|
|
8346
8405
|
}
|
|
8347
8406
|
static types() {
|
|
8348
8407
|
return {
|
|
8349
8408
|
aclEntrys: 'string',
|
|
8350
8409
|
aclId: 'string',
|
|
8351
|
-
securityToken: 'string',
|
|
8352
8410
|
};
|
|
8353
8411
|
}
|
|
8354
8412
|
}
|
|
@@ -8399,7 +8457,6 @@ class RemoveApisAuthoritiesRequest extends $tea.Model {
|
|
|
8399
8457
|
appId: 'AppId',
|
|
8400
8458
|
description: 'Description',
|
|
8401
8459
|
groupId: 'GroupId',
|
|
8402
|
-
securityToken: 'SecurityToken',
|
|
8403
8460
|
stageName: 'StageName',
|
|
8404
8461
|
};
|
|
8405
8462
|
}
|
|
@@ -8409,7 +8466,6 @@ class RemoveApisAuthoritiesRequest extends $tea.Model {
|
|
|
8409
8466
|
appId: 'number',
|
|
8410
8467
|
description: 'string',
|
|
8411
8468
|
groupId: 'string',
|
|
8412
|
-
securityToken: 'string',
|
|
8413
8469
|
stageName: 'string',
|
|
8414
8470
|
};
|
|
8415
8471
|
}
|
|
@@ -8579,14 +8635,12 @@ class RemoveIpControlPolicyItemRequest extends $tea.Model {
|
|
|
8579
8635
|
return {
|
|
8580
8636
|
ipControlId: 'IpControlId',
|
|
8581
8637
|
policyItemIds: 'PolicyItemIds',
|
|
8582
|
-
securityToken: 'SecurityToken',
|
|
8583
8638
|
};
|
|
8584
8639
|
}
|
|
8585
8640
|
static types() {
|
|
8586
8641
|
return {
|
|
8587
8642
|
ipControlId: 'string',
|
|
8588
8643
|
policyItemIds: 'string',
|
|
8589
|
-
securityToken: 'string',
|
|
8590
8644
|
};
|
|
8591
8645
|
}
|
|
8592
8646
|
}
|
|
@@ -8635,7 +8689,6 @@ class RemoveSignatureApisRequest extends $tea.Model {
|
|
|
8635
8689
|
return {
|
|
8636
8690
|
apiIds: 'ApiIds',
|
|
8637
8691
|
groupId: 'GroupId',
|
|
8638
|
-
securityToken: 'SecurityToken',
|
|
8639
8692
|
signatureId: 'SignatureId',
|
|
8640
8693
|
stageName: 'StageName',
|
|
8641
8694
|
};
|
|
@@ -8644,7 +8697,6 @@ class RemoveSignatureApisRequest extends $tea.Model {
|
|
|
8644
8697
|
return {
|
|
8645
8698
|
apiIds: 'string',
|
|
8646
8699
|
groupId: 'string',
|
|
8647
|
-
securityToken: 'string',
|
|
8648
8700
|
signatureId: 'string',
|
|
8649
8701
|
stageName: 'string',
|
|
8650
8702
|
};
|
|
@@ -8695,7 +8747,6 @@ class RemoveTrafficControlApisRequest extends $tea.Model {
|
|
|
8695
8747
|
return {
|
|
8696
8748
|
apiIds: 'ApiIds',
|
|
8697
8749
|
groupId: 'GroupId',
|
|
8698
|
-
securityToken: 'SecurityToken',
|
|
8699
8750
|
stageName: 'StageName',
|
|
8700
8751
|
trafficControlId: 'TrafficControlId',
|
|
8701
8752
|
};
|
|
@@ -8704,7 +8755,6 @@ class RemoveTrafficControlApisRequest extends $tea.Model {
|
|
|
8704
8755
|
return {
|
|
8705
8756
|
apiIds: 'string',
|
|
8706
8757
|
groupId: 'string',
|
|
8707
|
-
securityToken: 'string',
|
|
8708
8758
|
stageName: 'string',
|
|
8709
8759
|
trafficControlId: 'string',
|
|
8710
8760
|
};
|
|
@@ -9609,7 +9659,6 @@ class SetSignatureApisRequest extends $tea.Model {
|
|
|
9609
9659
|
return {
|
|
9610
9660
|
apiIds: 'ApiIds',
|
|
9611
9661
|
groupId: 'GroupId',
|
|
9612
|
-
securityToken: 'SecurityToken',
|
|
9613
9662
|
signatureId: 'SignatureId',
|
|
9614
9663
|
stageName: 'StageName',
|
|
9615
9664
|
};
|
|
@@ -9618,7 +9667,6 @@ class SetSignatureApisRequest extends $tea.Model {
|
|
|
9618
9667
|
return {
|
|
9619
9668
|
apiIds: 'string',
|
|
9620
9669
|
groupId: 'string',
|
|
9621
|
-
securityToken: 'string',
|
|
9622
9670
|
signatureId: 'string',
|
|
9623
9671
|
stageName: 'string',
|
|
9624
9672
|
};
|
|
@@ -9669,7 +9717,6 @@ class SetTrafficControlApisRequest extends $tea.Model {
|
|
|
9669
9717
|
return {
|
|
9670
9718
|
apiIds: 'ApiIds',
|
|
9671
9719
|
groupId: 'GroupId',
|
|
9672
|
-
securityToken: 'SecurityToken',
|
|
9673
9720
|
stageName: 'StageName',
|
|
9674
9721
|
trafficControlId: 'TrafficControlId',
|
|
9675
9722
|
};
|
|
@@ -9678,7 +9725,6 @@ class SetTrafficControlApisRequest extends $tea.Model {
|
|
|
9678
9725
|
return {
|
|
9679
9726
|
apiIds: 'string',
|
|
9680
9727
|
groupId: 'string',
|
|
9681
|
-
securityToken: 'string',
|
|
9682
9728
|
stageName: 'string',
|
|
9683
9729
|
trafficControlId: 'string',
|
|
9684
9730
|
};
|
|
@@ -9793,7 +9839,6 @@ class SetWildcardDomainPatternsRequest extends $tea.Model {
|
|
|
9793
9839
|
return {
|
|
9794
9840
|
domainName: 'DomainName',
|
|
9795
9841
|
groupId: 'GroupId',
|
|
9796
|
-
securityToken: 'SecurityToken',
|
|
9797
9842
|
wildcardDomainPatterns: 'WildcardDomainPatterns',
|
|
9798
9843
|
};
|
|
9799
9844
|
}
|
|
@@ -9801,7 +9846,6 @@ class SetWildcardDomainPatternsRequest extends $tea.Model {
|
|
|
9801
9846
|
return {
|
|
9802
9847
|
domainName: 'string',
|
|
9803
9848
|
groupId: 'string',
|
|
9804
|
-
securityToken: 'string',
|
|
9805
9849
|
wildcardDomainPatterns: 'string',
|
|
9806
9850
|
};
|
|
9807
9851
|
}
|
|
@@ -10032,6 +10076,7 @@ class BatchAbolishApisRequestApi extends $tea.Model {
|
|
|
10032
10076
|
apiUid: 'ApiUid',
|
|
10033
10077
|
groupId: 'GroupId',
|
|
10034
10078
|
stageId: 'StageId',
|
|
10079
|
+
stageName: 'StageName',
|
|
10035
10080
|
};
|
|
10036
10081
|
}
|
|
10037
10082
|
static types() {
|
|
@@ -10039,6 +10084,7 @@ class BatchAbolishApisRequestApi extends $tea.Model {
|
|
|
10039
10084
|
apiUid: 'string',
|
|
10040
10085
|
groupId: 'string',
|
|
10041
10086
|
stageId: 'string',
|
|
10087
|
+
stageName: 'string',
|
|
10042
10088
|
};
|
|
10043
10089
|
}
|
|
10044
10090
|
}
|
|
@@ -12298,7 +12344,9 @@ class DescribeApisResponseBodyApiSummarysApiSummary extends $tea.Model {
|
|
|
12298
12344
|
static names() {
|
|
12299
12345
|
return {
|
|
12300
12346
|
apiId: 'ApiId',
|
|
12347
|
+
apiMethod: 'ApiMethod',
|
|
12301
12348
|
apiName: 'ApiName',
|
|
12349
|
+
apiPath: 'ApiPath',
|
|
12302
12350
|
createdTime: 'CreatedTime',
|
|
12303
12351
|
description: 'Description',
|
|
12304
12352
|
groupId: 'GroupId',
|
|
@@ -12311,7 +12359,9 @@ class DescribeApisResponseBodyApiSummarysApiSummary extends $tea.Model {
|
|
|
12311
12359
|
static types() {
|
|
12312
12360
|
return {
|
|
12313
12361
|
apiId: 'string',
|
|
12362
|
+
apiMethod: 'string',
|
|
12314
12363
|
apiName: 'string',
|
|
12364
|
+
apiPath: 'string',
|
|
12315
12365
|
createdTime: 'string',
|
|
12316
12366
|
description: 'string',
|
|
12317
12367
|
groupId: 'string',
|
|
@@ -12911,6 +12961,7 @@ class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigVpcCon
|
|
|
12911
12961
|
vpcAccessId: 'VpcAccessId',
|
|
12912
12962
|
vpcId: 'VpcId',
|
|
12913
12963
|
vpcScheme: 'VpcScheme',
|
|
12964
|
+
vpcTargetHostName: 'VpcTargetHostName',
|
|
12914
12965
|
};
|
|
12915
12966
|
}
|
|
12916
12967
|
static types() {
|
|
@@ -12921,6 +12972,7 @@ class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigVpcCon
|
|
|
12921
12972
|
vpcAccessId: 'string',
|
|
12922
12973
|
vpcId: 'string',
|
|
12923
12974
|
vpcScheme: 'string',
|
|
12975
|
+
vpcTargetHostName: 'string',
|
|
12924
12976
|
};
|
|
12925
12977
|
}
|
|
12926
12978
|
}
|
|
@@ -13616,7 +13668,9 @@ class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem extends $tea.M
|
|
|
13616
13668
|
static names() {
|
|
13617
13669
|
return {
|
|
13618
13670
|
apiId: 'ApiId',
|
|
13671
|
+
apiMethod: 'ApiMethod',
|
|
13619
13672
|
apiName: 'ApiName',
|
|
13673
|
+
apiPath: 'ApiPath',
|
|
13620
13674
|
deployedTime: 'DeployedTime',
|
|
13621
13675
|
description: 'Description',
|
|
13622
13676
|
groupId: 'GroupId',
|
|
@@ -13629,7 +13683,9 @@ class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem extends $tea.M
|
|
|
13629
13683
|
static types() {
|
|
13630
13684
|
return {
|
|
13631
13685
|
apiId: 'string',
|
|
13686
|
+
apiMethod: 'string',
|
|
13632
13687
|
apiName: 'string',
|
|
13688
|
+
apiPath: 'string',
|
|
13633
13689
|
deployedTime: 'string',
|
|
13634
13690
|
description: 'string',
|
|
13635
13691
|
groupId: 'string',
|
|
@@ -13771,6 +13827,7 @@ class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $tea.Model
|
|
|
13771
13827
|
aclType: 'AclType',
|
|
13772
13828
|
classicEgressAddress: 'ClassicEgressAddress',
|
|
13773
13829
|
createdTime: 'CreatedTime',
|
|
13830
|
+
egressAddressChangeNotify: 'EgressAddressChangeNotify',
|
|
13774
13831
|
egressIpv6Enable: 'EgressIpv6Enable',
|
|
13775
13832
|
expiredTime: 'ExpiredTime',
|
|
13776
13833
|
httpsPolicies: 'HttpsPolicies',
|
|
@@ -13804,6 +13861,7 @@ class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $tea.Model
|
|
|
13804
13861
|
aclType: 'string',
|
|
13805
13862
|
classicEgressAddress: 'string',
|
|
13806
13863
|
createdTime: 'string',
|
|
13864
|
+
egressAddressChangeNotify: 'boolean',
|
|
13807
13865
|
egressIpv6Enable: 'boolean',
|
|
13808
13866
|
expiredTime: 'string',
|
|
13809
13867
|
httpsPolicies: 'string',
|
|
@@ -17562,9 +17620,15 @@ class Client extends openapi_client_1.default {
|
|
|
17562
17620
|
if (!tea_util_1.default.isUnset(request.apiId)) {
|
|
17563
17621
|
query["ApiId"] = request.apiId;
|
|
17564
17622
|
}
|
|
17623
|
+
if (!tea_util_1.default.isUnset(request.apiMethod)) {
|
|
17624
|
+
query["ApiMethod"] = request.apiMethod;
|
|
17625
|
+
}
|
|
17565
17626
|
if (!tea_util_1.default.isUnset(request.apiName)) {
|
|
17566
17627
|
query["ApiName"] = request.apiName;
|
|
17567
17628
|
}
|
|
17629
|
+
if (!tea_util_1.default.isUnset(request.apiPath)) {
|
|
17630
|
+
query["ApiPath"] = request.apiPath;
|
|
17631
|
+
}
|
|
17568
17632
|
if (!tea_util_1.default.isUnset(request.catalogId)) {
|
|
17569
17633
|
query["CatalogId"] = request.catalogId;
|
|
17570
17634
|
}
|
|
@@ -17586,6 +17650,9 @@ class Client extends openapi_client_1.default {
|
|
|
17586
17650
|
if (!tea_util_1.default.isUnset(request.tag)) {
|
|
17587
17651
|
query["Tag"] = request.tag;
|
|
17588
17652
|
}
|
|
17653
|
+
if (!tea_util_1.default.isUnset(request.unDeployed)) {
|
|
17654
|
+
query["UnDeployed"] = request.unDeployed;
|
|
17655
|
+
}
|
|
17589
17656
|
if (!tea_util_1.default.isUnset(request.visibility)) {
|
|
17590
17657
|
query["Visibility"] = request.visibility;
|
|
17591
17658
|
}
|
|
@@ -18176,9 +18243,15 @@ class Client extends openapi_client_1.default {
|
|
|
18176
18243
|
if (!tea_util_1.default.isUnset(request.apiId)) {
|
|
18177
18244
|
query["ApiId"] = request.apiId;
|
|
18178
18245
|
}
|
|
18246
|
+
if (!tea_util_1.default.isUnset(request.apiMethod)) {
|
|
18247
|
+
query["ApiMethod"] = request.apiMethod;
|
|
18248
|
+
}
|
|
18179
18249
|
if (!tea_util_1.default.isUnset(request.apiName)) {
|
|
18180
18250
|
query["ApiName"] = request.apiName;
|
|
18181
18251
|
}
|
|
18252
|
+
if (!tea_util_1.default.isUnset(request.apiPath)) {
|
|
18253
|
+
query["ApiPath"] = request.apiPath;
|
|
18254
|
+
}
|
|
18182
18255
|
if (!tea_util_1.default.isUnset(request.enableTagAuth)) {
|
|
18183
18256
|
query["EnableTagAuth"] = request.enableTagAuth;
|
|
18184
18257
|
}
|
|
@@ -18941,9 +19014,6 @@ class Client extends openapi_client_1.default {
|
|
|
18941
19014
|
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
18942
19015
|
query["GroupId"] = request.groupId;
|
|
18943
19016
|
}
|
|
18944
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
18945
|
-
query["SecurityToken"] = request.securityToken;
|
|
18946
|
-
}
|
|
18947
19017
|
if (!tea_util_1.default.isUnset(request.stageName)) {
|
|
18948
19018
|
query["StageName"] = request.stageName;
|
|
18949
19019
|
}
|
|
@@ -18973,9 +19043,6 @@ class Client extends openapi_client_1.default {
|
|
|
18973
19043
|
if (!tea_util_1.default.isUnset(request.operationUid)) {
|
|
18974
19044
|
query["OperationUid"] = request.operationUid;
|
|
18975
19045
|
}
|
|
18976
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
18977
|
-
query["SecurityToken"] = request.securityToken;
|
|
18978
|
-
}
|
|
18979
19046
|
let req = new $OpenApi.OpenApiRequest({
|
|
18980
19047
|
query: openapi_util_1.default.query(query),
|
|
18981
19048
|
});
|
|
@@ -19002,9 +19069,6 @@ class Client extends openapi_client_1.default {
|
|
|
19002
19069
|
if (!tea_util_1.default.isUnset(request.operationUid)) {
|
|
19003
19070
|
query["OperationUid"] = request.operationUid;
|
|
19004
19071
|
}
|
|
19005
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
19006
|
-
query["SecurityToken"] = request.securityToken;
|
|
19007
|
-
}
|
|
19008
19072
|
let req = new $OpenApi.OpenApiRequest({
|
|
19009
19073
|
query: openapi_util_1.default.query(query),
|
|
19010
19074
|
});
|
|
@@ -19148,9 +19212,6 @@ class Client extends openapi_client_1.default {
|
|
|
19148
19212
|
if (!tea_util_1.default.isUnset(request.instanceId)) {
|
|
19149
19213
|
query["InstanceId"] = request.instanceId;
|
|
19150
19214
|
}
|
|
19151
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
19152
|
-
query["SecurityToken"] = request.securityToken;
|
|
19153
|
-
}
|
|
19154
19215
|
let req = new $OpenApi.OpenApiRequest({
|
|
19155
19216
|
query: openapi_util_1.default.query(query),
|
|
19156
19217
|
});
|
|
@@ -19231,9 +19292,6 @@ class Client extends openapi_client_1.default {
|
|
|
19231
19292
|
if (!tea_util_1.default.isUnset(request.instanceId)) {
|
|
19232
19293
|
query["InstanceId"] = request.instanceId;
|
|
19233
19294
|
}
|
|
19234
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
19235
|
-
query["SecurityToken"] = request.securityToken;
|
|
19236
|
-
}
|
|
19237
19295
|
let req = new $OpenApi.OpenApiRequest({
|
|
19238
19296
|
query: openapi_util_1.default.query(query),
|
|
19239
19297
|
});
|
|
@@ -19640,6 +19698,50 @@ class Client extends openapi_client_1.default {
|
|
|
19640
19698
|
let runtime = new $Util.RuntimeOptions({});
|
|
19641
19699
|
return await this.modifyApiGroupWithOptions(request, runtime);
|
|
19642
19700
|
}
|
|
19701
|
+
async modifyApiGroupNetworkPolicyWithOptions(request, runtime) {
|
|
19702
|
+
tea_util_1.default.validateModel(request);
|
|
19703
|
+
let query = {};
|
|
19704
|
+
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
19705
|
+
query["GroupId"] = request.groupId;
|
|
19706
|
+
}
|
|
19707
|
+
if (!tea_util_1.default.isUnset(request.httpsPolicy)) {
|
|
19708
|
+
query["HttpsPolicy"] = request.httpsPolicy;
|
|
19709
|
+
}
|
|
19710
|
+
if (!tea_util_1.default.isUnset(request.internetEnable)) {
|
|
19711
|
+
query["InternetEnable"] = request.internetEnable;
|
|
19712
|
+
}
|
|
19713
|
+
if (!tea_util_1.default.isUnset(request.internetIPV6Enable)) {
|
|
19714
|
+
query["InternetIPV6Enable"] = request.internetIPV6Enable;
|
|
19715
|
+
}
|
|
19716
|
+
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
19717
|
+
query["SecurityToken"] = request.securityToken;
|
|
19718
|
+
}
|
|
19719
|
+
if (!tea_util_1.default.isUnset(request.vpcIntranetEnable)) {
|
|
19720
|
+
query["VpcIntranetEnable"] = request.vpcIntranetEnable;
|
|
19721
|
+
}
|
|
19722
|
+
if (!tea_util_1.default.isUnset(request.vpcSlbIntranetEnable)) {
|
|
19723
|
+
query["VpcSlbIntranetEnable"] = request.vpcSlbIntranetEnable;
|
|
19724
|
+
}
|
|
19725
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
19726
|
+
query: openapi_util_1.default.query(query),
|
|
19727
|
+
});
|
|
19728
|
+
let params = new $OpenApi.Params({
|
|
19729
|
+
action: "ModifyApiGroupNetworkPolicy",
|
|
19730
|
+
version: "2016-07-14",
|
|
19731
|
+
protocol: "HTTPS",
|
|
19732
|
+
pathname: "/",
|
|
19733
|
+
method: "POST",
|
|
19734
|
+
authType: "AK",
|
|
19735
|
+
style: "RPC",
|
|
19736
|
+
reqBodyType: "formData",
|
|
19737
|
+
bodyType: "json",
|
|
19738
|
+
});
|
|
19739
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ModifyApiGroupNetworkPolicyResponse({}));
|
|
19740
|
+
}
|
|
19741
|
+
async modifyApiGroupNetworkPolicy(request) {
|
|
19742
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
19743
|
+
return await this.modifyApiGroupNetworkPolicyWithOptions(request, runtime);
|
|
19744
|
+
}
|
|
19643
19745
|
async modifyApiGroupVpcWhitelistWithOptions(request, runtime) {
|
|
19644
19746
|
tea_util_1.default.validateModel(request);
|
|
19645
19747
|
let query = {};
|
|
@@ -19807,6 +19909,9 @@ class Client extends openapi_client_1.default {
|
|
|
19807
19909
|
if (!tea_util_1.default.isUnset(request.modifyAction)) {
|
|
19808
19910
|
query["ModifyAction"] = request.modifyAction;
|
|
19809
19911
|
}
|
|
19912
|
+
if (!tea_util_1.default.isUnset(request.skipWaitSwitch)) {
|
|
19913
|
+
query["SkipWaitSwitch"] = request.skipWaitSwitch;
|
|
19914
|
+
}
|
|
19810
19915
|
if (!tea_util_1.default.isUnset(request.token)) {
|
|
19811
19916
|
query["Token"] = request.token;
|
|
19812
19917
|
}
|
|
@@ -19842,9 +19947,6 @@ class Client extends openapi_client_1.default {
|
|
|
19842
19947
|
if (!tea_util_1.default.isUnset(request.ipControlName)) {
|
|
19843
19948
|
query["IpControlName"] = request.ipControlName;
|
|
19844
19949
|
}
|
|
19845
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
19846
|
-
query["SecurityToken"] = request.securityToken;
|
|
19847
|
-
}
|
|
19848
19950
|
let req = new $OpenApi.OpenApiRequest({
|
|
19849
19951
|
query: openapi_util_1.default.query(query),
|
|
19850
19952
|
});
|
|
@@ -20020,9 +20122,6 @@ class Client extends openapi_client_1.default {
|
|
|
20020
20122
|
async modifySignatureWithOptions(request, runtime) {
|
|
20021
20123
|
tea_util_1.default.validateModel(request);
|
|
20022
20124
|
let query = {};
|
|
20023
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20024
|
-
query["SecurityToken"] = request.securityToken;
|
|
20025
|
-
}
|
|
20026
20125
|
if (!tea_util_1.default.isUnset(request.signatureId)) {
|
|
20027
20126
|
query["SignatureId"] = request.signatureId;
|
|
20028
20127
|
}
|
|
@@ -20067,9 +20166,6 @@ class Client extends openapi_client_1.default {
|
|
|
20067
20166
|
if (!tea_util_1.default.isUnset(request.description)) {
|
|
20068
20167
|
query["Description"] = request.description;
|
|
20069
20168
|
}
|
|
20070
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20071
|
-
query["SecurityToken"] = request.securityToken;
|
|
20072
|
-
}
|
|
20073
20169
|
if (!tea_util_1.default.isUnset(request.trafficControlId)) {
|
|
20074
20170
|
query["TrafficControlId"] = request.trafficControlId;
|
|
20075
20171
|
}
|
|
@@ -20130,9 +20226,6 @@ class Client extends openapi_client_1.default {
|
|
|
20130
20226
|
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
20131
20227
|
query["GroupId"] = request.groupId;
|
|
20132
20228
|
}
|
|
20133
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20134
|
-
query["SecurityToken"] = request.securityToken;
|
|
20135
|
-
}
|
|
20136
20229
|
let req = new $OpenApi.OpenApiRequest({
|
|
20137
20230
|
query: openapi_util_1.default.query(query),
|
|
20138
20231
|
});
|
|
@@ -20162,9 +20255,6 @@ class Client extends openapi_client_1.default {
|
|
|
20162
20255
|
if (!tea_util_1.default.isUnset(request.aclId)) {
|
|
20163
20256
|
query["AclId"] = request.aclId;
|
|
20164
20257
|
}
|
|
20165
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20166
|
-
query["SecurityToken"] = request.securityToken;
|
|
20167
|
-
}
|
|
20168
20258
|
let req = new $OpenApi.OpenApiRequest({
|
|
20169
20259
|
query: openapi_util_1.default.query(query),
|
|
20170
20260
|
});
|
|
@@ -20200,9 +20290,6 @@ class Client extends openapi_client_1.default {
|
|
|
20200
20290
|
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
20201
20291
|
query["GroupId"] = request.groupId;
|
|
20202
20292
|
}
|
|
20203
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20204
|
-
query["SecurityToken"] = request.securityToken;
|
|
20205
|
-
}
|
|
20206
20293
|
if (!tea_util_1.default.isUnset(request.stageName)) {
|
|
20207
20294
|
query["StageName"] = request.stageName;
|
|
20208
20295
|
}
|
|
@@ -20311,9 +20398,6 @@ class Client extends openapi_client_1.default {
|
|
|
20311
20398
|
if (!tea_util_1.default.isUnset(request.policyItemIds)) {
|
|
20312
20399
|
query["PolicyItemIds"] = request.policyItemIds;
|
|
20313
20400
|
}
|
|
20314
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20315
|
-
query["SecurityToken"] = request.securityToken;
|
|
20316
|
-
}
|
|
20317
20401
|
let req = new $OpenApi.OpenApiRequest({
|
|
20318
20402
|
query: openapi_util_1.default.query(query),
|
|
20319
20403
|
});
|
|
@@ -20343,9 +20427,6 @@ class Client extends openapi_client_1.default {
|
|
|
20343
20427
|
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
20344
20428
|
query["GroupId"] = request.groupId;
|
|
20345
20429
|
}
|
|
20346
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20347
|
-
query["SecurityToken"] = request.securityToken;
|
|
20348
|
-
}
|
|
20349
20430
|
if (!tea_util_1.default.isUnset(request.signatureId)) {
|
|
20350
20431
|
query["SignatureId"] = request.signatureId;
|
|
20351
20432
|
}
|
|
@@ -20381,9 +20462,6 @@ class Client extends openapi_client_1.default {
|
|
|
20381
20462
|
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
20382
20463
|
query["GroupId"] = request.groupId;
|
|
20383
20464
|
}
|
|
20384
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20385
|
-
query["SecurityToken"] = request.securityToken;
|
|
20386
|
-
}
|
|
20387
20465
|
if (!tea_util_1.default.isUnset(request.stageName)) {
|
|
20388
20466
|
query["StageName"] = request.stageName;
|
|
20389
20467
|
}
|
|
@@ -20936,9 +21014,6 @@ class Client extends openapi_client_1.default {
|
|
|
20936
21014
|
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
20937
21015
|
query["GroupId"] = request.groupId;
|
|
20938
21016
|
}
|
|
20939
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20940
|
-
query["SecurityToken"] = request.securityToken;
|
|
20941
|
-
}
|
|
20942
21017
|
if (!tea_util_1.default.isUnset(request.signatureId)) {
|
|
20943
21018
|
query["SignatureId"] = request.signatureId;
|
|
20944
21019
|
}
|
|
@@ -20974,9 +21049,6 @@ class Client extends openapi_client_1.default {
|
|
|
20974
21049
|
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
20975
21050
|
query["GroupId"] = request.groupId;
|
|
20976
21051
|
}
|
|
20977
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20978
|
-
query["SecurityToken"] = request.securityToken;
|
|
20979
|
-
}
|
|
20980
21052
|
if (!tea_util_1.default.isUnset(request.stageName)) {
|
|
20981
21053
|
query["StageName"] = request.stageName;
|
|
20982
21054
|
}
|
|
@@ -21056,9 +21128,6 @@ class Client extends openapi_client_1.default {
|
|
|
21056
21128
|
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
21057
21129
|
query["GroupId"] = request.groupId;
|
|
21058
21130
|
}
|
|
21059
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
21060
|
-
query["SecurityToken"] = request.securityToken;
|
|
21061
|
-
}
|
|
21062
21131
|
if (!tea_util_1.default.isUnset(request.wildcardDomainPatterns)) {
|
|
21063
21132
|
query["WildcardDomainPatterns"] = request.wildcardDomainPatterns;
|
|
21064
21133
|
}
|