@alicloud/cloudapi20160714 2.2.5 → 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 +61 -17
- package/dist/client.js +152 -85
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +197 -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
|
}
|
|
@@ -12300,7 +12344,9 @@ class DescribeApisResponseBodyApiSummarysApiSummary extends $tea.Model {
|
|
|
12300
12344
|
static names() {
|
|
12301
12345
|
return {
|
|
12302
12346
|
apiId: 'ApiId',
|
|
12347
|
+
apiMethod: 'ApiMethod',
|
|
12303
12348
|
apiName: 'ApiName',
|
|
12349
|
+
apiPath: 'ApiPath',
|
|
12304
12350
|
createdTime: 'CreatedTime',
|
|
12305
12351
|
description: 'Description',
|
|
12306
12352
|
groupId: 'GroupId',
|
|
@@ -12313,7 +12359,9 @@ class DescribeApisResponseBodyApiSummarysApiSummary extends $tea.Model {
|
|
|
12313
12359
|
static types() {
|
|
12314
12360
|
return {
|
|
12315
12361
|
apiId: 'string',
|
|
12362
|
+
apiMethod: 'string',
|
|
12316
12363
|
apiName: 'string',
|
|
12364
|
+
apiPath: 'string',
|
|
12317
12365
|
createdTime: 'string',
|
|
12318
12366
|
description: 'string',
|
|
12319
12367
|
groupId: 'string',
|
|
@@ -12913,6 +12961,7 @@ class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigVpcCon
|
|
|
12913
12961
|
vpcAccessId: 'VpcAccessId',
|
|
12914
12962
|
vpcId: 'VpcId',
|
|
12915
12963
|
vpcScheme: 'VpcScheme',
|
|
12964
|
+
vpcTargetHostName: 'VpcTargetHostName',
|
|
12916
12965
|
};
|
|
12917
12966
|
}
|
|
12918
12967
|
static types() {
|
|
@@ -12923,6 +12972,7 @@ class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigVpcCon
|
|
|
12923
12972
|
vpcAccessId: 'string',
|
|
12924
12973
|
vpcId: 'string',
|
|
12925
12974
|
vpcScheme: 'string',
|
|
12975
|
+
vpcTargetHostName: 'string',
|
|
12926
12976
|
};
|
|
12927
12977
|
}
|
|
12928
12978
|
}
|
|
@@ -13618,7 +13668,9 @@ class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem extends $tea.M
|
|
|
13618
13668
|
static names() {
|
|
13619
13669
|
return {
|
|
13620
13670
|
apiId: 'ApiId',
|
|
13671
|
+
apiMethod: 'ApiMethod',
|
|
13621
13672
|
apiName: 'ApiName',
|
|
13673
|
+
apiPath: 'ApiPath',
|
|
13622
13674
|
deployedTime: 'DeployedTime',
|
|
13623
13675
|
description: 'Description',
|
|
13624
13676
|
groupId: 'GroupId',
|
|
@@ -13631,7 +13683,9 @@ class DescribeDeployedApisResponseBodyDeployedApisDeployedApiItem extends $tea.M
|
|
|
13631
13683
|
static types() {
|
|
13632
13684
|
return {
|
|
13633
13685
|
apiId: 'string',
|
|
13686
|
+
apiMethod: 'string',
|
|
13634
13687
|
apiName: 'string',
|
|
13688
|
+
apiPath: 'string',
|
|
13635
13689
|
deployedTime: 'string',
|
|
13636
13690
|
description: 'string',
|
|
13637
13691
|
groupId: 'string',
|
|
@@ -13773,6 +13827,7 @@ class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $tea.Model
|
|
|
13773
13827
|
aclType: 'AclType',
|
|
13774
13828
|
classicEgressAddress: 'ClassicEgressAddress',
|
|
13775
13829
|
createdTime: 'CreatedTime',
|
|
13830
|
+
egressAddressChangeNotify: 'EgressAddressChangeNotify',
|
|
13776
13831
|
egressIpv6Enable: 'EgressIpv6Enable',
|
|
13777
13832
|
expiredTime: 'ExpiredTime',
|
|
13778
13833
|
httpsPolicies: 'HttpsPolicies',
|
|
@@ -13806,6 +13861,7 @@ class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $tea.Model
|
|
|
13806
13861
|
aclType: 'string',
|
|
13807
13862
|
classicEgressAddress: 'string',
|
|
13808
13863
|
createdTime: 'string',
|
|
13864
|
+
egressAddressChangeNotify: 'boolean',
|
|
13809
13865
|
egressIpv6Enable: 'boolean',
|
|
13810
13866
|
expiredTime: 'string',
|
|
13811
13867
|
httpsPolicies: 'string',
|
|
@@ -17564,9 +17620,15 @@ class Client extends openapi_client_1.default {
|
|
|
17564
17620
|
if (!tea_util_1.default.isUnset(request.apiId)) {
|
|
17565
17621
|
query["ApiId"] = request.apiId;
|
|
17566
17622
|
}
|
|
17623
|
+
if (!tea_util_1.default.isUnset(request.apiMethod)) {
|
|
17624
|
+
query["ApiMethod"] = request.apiMethod;
|
|
17625
|
+
}
|
|
17567
17626
|
if (!tea_util_1.default.isUnset(request.apiName)) {
|
|
17568
17627
|
query["ApiName"] = request.apiName;
|
|
17569
17628
|
}
|
|
17629
|
+
if (!tea_util_1.default.isUnset(request.apiPath)) {
|
|
17630
|
+
query["ApiPath"] = request.apiPath;
|
|
17631
|
+
}
|
|
17570
17632
|
if (!tea_util_1.default.isUnset(request.catalogId)) {
|
|
17571
17633
|
query["CatalogId"] = request.catalogId;
|
|
17572
17634
|
}
|
|
@@ -17588,6 +17650,9 @@ class Client extends openapi_client_1.default {
|
|
|
17588
17650
|
if (!tea_util_1.default.isUnset(request.tag)) {
|
|
17589
17651
|
query["Tag"] = request.tag;
|
|
17590
17652
|
}
|
|
17653
|
+
if (!tea_util_1.default.isUnset(request.unDeployed)) {
|
|
17654
|
+
query["UnDeployed"] = request.unDeployed;
|
|
17655
|
+
}
|
|
17591
17656
|
if (!tea_util_1.default.isUnset(request.visibility)) {
|
|
17592
17657
|
query["Visibility"] = request.visibility;
|
|
17593
17658
|
}
|
|
@@ -18178,9 +18243,15 @@ class Client extends openapi_client_1.default {
|
|
|
18178
18243
|
if (!tea_util_1.default.isUnset(request.apiId)) {
|
|
18179
18244
|
query["ApiId"] = request.apiId;
|
|
18180
18245
|
}
|
|
18246
|
+
if (!tea_util_1.default.isUnset(request.apiMethod)) {
|
|
18247
|
+
query["ApiMethod"] = request.apiMethod;
|
|
18248
|
+
}
|
|
18181
18249
|
if (!tea_util_1.default.isUnset(request.apiName)) {
|
|
18182
18250
|
query["ApiName"] = request.apiName;
|
|
18183
18251
|
}
|
|
18252
|
+
if (!tea_util_1.default.isUnset(request.apiPath)) {
|
|
18253
|
+
query["ApiPath"] = request.apiPath;
|
|
18254
|
+
}
|
|
18184
18255
|
if (!tea_util_1.default.isUnset(request.enableTagAuth)) {
|
|
18185
18256
|
query["EnableTagAuth"] = request.enableTagAuth;
|
|
18186
18257
|
}
|
|
@@ -18943,9 +19014,6 @@ class Client extends openapi_client_1.default {
|
|
|
18943
19014
|
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
18944
19015
|
query["GroupId"] = request.groupId;
|
|
18945
19016
|
}
|
|
18946
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
18947
|
-
query["SecurityToken"] = request.securityToken;
|
|
18948
|
-
}
|
|
18949
19017
|
if (!tea_util_1.default.isUnset(request.stageName)) {
|
|
18950
19018
|
query["StageName"] = request.stageName;
|
|
18951
19019
|
}
|
|
@@ -18975,9 +19043,6 @@ class Client extends openapi_client_1.default {
|
|
|
18975
19043
|
if (!tea_util_1.default.isUnset(request.operationUid)) {
|
|
18976
19044
|
query["OperationUid"] = request.operationUid;
|
|
18977
19045
|
}
|
|
18978
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
18979
|
-
query["SecurityToken"] = request.securityToken;
|
|
18980
|
-
}
|
|
18981
19046
|
let req = new $OpenApi.OpenApiRequest({
|
|
18982
19047
|
query: openapi_util_1.default.query(query),
|
|
18983
19048
|
});
|
|
@@ -19004,9 +19069,6 @@ class Client extends openapi_client_1.default {
|
|
|
19004
19069
|
if (!tea_util_1.default.isUnset(request.operationUid)) {
|
|
19005
19070
|
query["OperationUid"] = request.operationUid;
|
|
19006
19071
|
}
|
|
19007
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
19008
|
-
query["SecurityToken"] = request.securityToken;
|
|
19009
|
-
}
|
|
19010
19072
|
let req = new $OpenApi.OpenApiRequest({
|
|
19011
19073
|
query: openapi_util_1.default.query(query),
|
|
19012
19074
|
});
|
|
@@ -19150,9 +19212,6 @@ class Client extends openapi_client_1.default {
|
|
|
19150
19212
|
if (!tea_util_1.default.isUnset(request.instanceId)) {
|
|
19151
19213
|
query["InstanceId"] = request.instanceId;
|
|
19152
19214
|
}
|
|
19153
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
19154
|
-
query["SecurityToken"] = request.securityToken;
|
|
19155
|
-
}
|
|
19156
19215
|
let req = new $OpenApi.OpenApiRequest({
|
|
19157
19216
|
query: openapi_util_1.default.query(query),
|
|
19158
19217
|
});
|
|
@@ -19233,9 +19292,6 @@ class Client extends openapi_client_1.default {
|
|
|
19233
19292
|
if (!tea_util_1.default.isUnset(request.instanceId)) {
|
|
19234
19293
|
query["InstanceId"] = request.instanceId;
|
|
19235
19294
|
}
|
|
19236
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
19237
|
-
query["SecurityToken"] = request.securityToken;
|
|
19238
|
-
}
|
|
19239
19295
|
let req = new $OpenApi.OpenApiRequest({
|
|
19240
19296
|
query: openapi_util_1.default.query(query),
|
|
19241
19297
|
});
|
|
@@ -19642,6 +19698,50 @@ class Client extends openapi_client_1.default {
|
|
|
19642
19698
|
let runtime = new $Util.RuntimeOptions({});
|
|
19643
19699
|
return await this.modifyApiGroupWithOptions(request, runtime);
|
|
19644
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
|
+
}
|
|
19645
19745
|
async modifyApiGroupVpcWhitelistWithOptions(request, runtime) {
|
|
19646
19746
|
tea_util_1.default.validateModel(request);
|
|
19647
19747
|
let query = {};
|
|
@@ -19809,6 +19909,9 @@ class Client extends openapi_client_1.default {
|
|
|
19809
19909
|
if (!tea_util_1.default.isUnset(request.modifyAction)) {
|
|
19810
19910
|
query["ModifyAction"] = request.modifyAction;
|
|
19811
19911
|
}
|
|
19912
|
+
if (!tea_util_1.default.isUnset(request.skipWaitSwitch)) {
|
|
19913
|
+
query["SkipWaitSwitch"] = request.skipWaitSwitch;
|
|
19914
|
+
}
|
|
19812
19915
|
if (!tea_util_1.default.isUnset(request.token)) {
|
|
19813
19916
|
query["Token"] = request.token;
|
|
19814
19917
|
}
|
|
@@ -19844,9 +19947,6 @@ class Client extends openapi_client_1.default {
|
|
|
19844
19947
|
if (!tea_util_1.default.isUnset(request.ipControlName)) {
|
|
19845
19948
|
query["IpControlName"] = request.ipControlName;
|
|
19846
19949
|
}
|
|
19847
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
19848
|
-
query["SecurityToken"] = request.securityToken;
|
|
19849
|
-
}
|
|
19850
19950
|
let req = new $OpenApi.OpenApiRequest({
|
|
19851
19951
|
query: openapi_util_1.default.query(query),
|
|
19852
19952
|
});
|
|
@@ -20022,9 +20122,6 @@ class Client extends openapi_client_1.default {
|
|
|
20022
20122
|
async modifySignatureWithOptions(request, runtime) {
|
|
20023
20123
|
tea_util_1.default.validateModel(request);
|
|
20024
20124
|
let query = {};
|
|
20025
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20026
|
-
query["SecurityToken"] = request.securityToken;
|
|
20027
|
-
}
|
|
20028
20125
|
if (!tea_util_1.default.isUnset(request.signatureId)) {
|
|
20029
20126
|
query["SignatureId"] = request.signatureId;
|
|
20030
20127
|
}
|
|
@@ -20069,9 +20166,6 @@ class Client extends openapi_client_1.default {
|
|
|
20069
20166
|
if (!tea_util_1.default.isUnset(request.description)) {
|
|
20070
20167
|
query["Description"] = request.description;
|
|
20071
20168
|
}
|
|
20072
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20073
|
-
query["SecurityToken"] = request.securityToken;
|
|
20074
|
-
}
|
|
20075
20169
|
if (!tea_util_1.default.isUnset(request.trafficControlId)) {
|
|
20076
20170
|
query["TrafficControlId"] = request.trafficControlId;
|
|
20077
20171
|
}
|
|
@@ -20132,9 +20226,6 @@ class Client extends openapi_client_1.default {
|
|
|
20132
20226
|
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
20133
20227
|
query["GroupId"] = request.groupId;
|
|
20134
20228
|
}
|
|
20135
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20136
|
-
query["SecurityToken"] = request.securityToken;
|
|
20137
|
-
}
|
|
20138
20229
|
let req = new $OpenApi.OpenApiRequest({
|
|
20139
20230
|
query: openapi_util_1.default.query(query),
|
|
20140
20231
|
});
|
|
@@ -20164,9 +20255,6 @@ class Client extends openapi_client_1.default {
|
|
|
20164
20255
|
if (!tea_util_1.default.isUnset(request.aclId)) {
|
|
20165
20256
|
query["AclId"] = request.aclId;
|
|
20166
20257
|
}
|
|
20167
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20168
|
-
query["SecurityToken"] = request.securityToken;
|
|
20169
|
-
}
|
|
20170
20258
|
let req = new $OpenApi.OpenApiRequest({
|
|
20171
20259
|
query: openapi_util_1.default.query(query),
|
|
20172
20260
|
});
|
|
@@ -20202,9 +20290,6 @@ class Client extends openapi_client_1.default {
|
|
|
20202
20290
|
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
20203
20291
|
query["GroupId"] = request.groupId;
|
|
20204
20292
|
}
|
|
20205
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20206
|
-
query["SecurityToken"] = request.securityToken;
|
|
20207
|
-
}
|
|
20208
20293
|
if (!tea_util_1.default.isUnset(request.stageName)) {
|
|
20209
20294
|
query["StageName"] = request.stageName;
|
|
20210
20295
|
}
|
|
@@ -20313,9 +20398,6 @@ class Client extends openapi_client_1.default {
|
|
|
20313
20398
|
if (!tea_util_1.default.isUnset(request.policyItemIds)) {
|
|
20314
20399
|
query["PolicyItemIds"] = request.policyItemIds;
|
|
20315
20400
|
}
|
|
20316
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20317
|
-
query["SecurityToken"] = request.securityToken;
|
|
20318
|
-
}
|
|
20319
20401
|
let req = new $OpenApi.OpenApiRequest({
|
|
20320
20402
|
query: openapi_util_1.default.query(query),
|
|
20321
20403
|
});
|
|
@@ -20345,9 +20427,6 @@ class Client extends openapi_client_1.default {
|
|
|
20345
20427
|
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
20346
20428
|
query["GroupId"] = request.groupId;
|
|
20347
20429
|
}
|
|
20348
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20349
|
-
query["SecurityToken"] = request.securityToken;
|
|
20350
|
-
}
|
|
20351
20430
|
if (!tea_util_1.default.isUnset(request.signatureId)) {
|
|
20352
20431
|
query["SignatureId"] = request.signatureId;
|
|
20353
20432
|
}
|
|
@@ -20383,9 +20462,6 @@ class Client extends openapi_client_1.default {
|
|
|
20383
20462
|
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
20384
20463
|
query["GroupId"] = request.groupId;
|
|
20385
20464
|
}
|
|
20386
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20387
|
-
query["SecurityToken"] = request.securityToken;
|
|
20388
|
-
}
|
|
20389
20465
|
if (!tea_util_1.default.isUnset(request.stageName)) {
|
|
20390
20466
|
query["StageName"] = request.stageName;
|
|
20391
20467
|
}
|
|
@@ -20938,9 +21014,6 @@ class Client extends openapi_client_1.default {
|
|
|
20938
21014
|
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
20939
21015
|
query["GroupId"] = request.groupId;
|
|
20940
21016
|
}
|
|
20941
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20942
|
-
query["SecurityToken"] = request.securityToken;
|
|
20943
|
-
}
|
|
20944
21017
|
if (!tea_util_1.default.isUnset(request.signatureId)) {
|
|
20945
21018
|
query["SignatureId"] = request.signatureId;
|
|
20946
21019
|
}
|
|
@@ -20976,9 +21049,6 @@ class Client extends openapi_client_1.default {
|
|
|
20976
21049
|
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
20977
21050
|
query["GroupId"] = request.groupId;
|
|
20978
21051
|
}
|
|
20979
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
20980
|
-
query["SecurityToken"] = request.securityToken;
|
|
20981
|
-
}
|
|
20982
21052
|
if (!tea_util_1.default.isUnset(request.stageName)) {
|
|
20983
21053
|
query["StageName"] = request.stageName;
|
|
20984
21054
|
}
|
|
@@ -21058,9 +21128,6 @@ class Client extends openapi_client_1.default {
|
|
|
21058
21128
|
if (!tea_util_1.default.isUnset(request.groupId)) {
|
|
21059
21129
|
query["GroupId"] = request.groupId;
|
|
21060
21130
|
}
|
|
21061
|
-
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
21062
|
-
query["SecurityToken"] = request.securityToken;
|
|
21063
|
-
}
|
|
21064
21131
|
if (!tea_util_1.default.isUnset(request.wildcardDomainPatterns)) {
|
|
21065
21132
|
query["WildcardDomainPatterns"] = request.wildcardDomainPatterns;
|
|
21066
21133
|
}
|