@alicloud/ga20191120 1.0.15 → 1.0.17
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 +773 -23
- package/dist/client.js +1619 -89
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2241 -320
package/dist/client.js
CHANGED
|
@@ -1161,6 +1161,80 @@ class CreateBasicAcceleratorResponse extends $tea.Model {
|
|
|
1161
1161
|
}
|
|
1162
1162
|
}
|
|
1163
1163
|
exports.CreateBasicAcceleratorResponse = CreateBasicAcceleratorResponse;
|
|
1164
|
+
class CreateBasicEndpointRequest extends $tea.Model {
|
|
1165
|
+
constructor(map) {
|
|
1166
|
+
super(map);
|
|
1167
|
+
}
|
|
1168
|
+
static names() {
|
|
1169
|
+
return {
|
|
1170
|
+
acceleratorId: 'AcceleratorId',
|
|
1171
|
+
clientToken: 'ClientToken',
|
|
1172
|
+
endpointAddress: 'EndpointAddress',
|
|
1173
|
+
endpointGroupId: 'EndpointGroupId',
|
|
1174
|
+
endpointSubAddress: 'EndpointSubAddress',
|
|
1175
|
+
endpointSubAddressType: 'EndpointSubAddressType',
|
|
1176
|
+
endpointType: 'EndpointType',
|
|
1177
|
+
endpointZoneId: 'EndpointZoneId',
|
|
1178
|
+
name: 'Name',
|
|
1179
|
+
regionId: 'RegionId',
|
|
1180
|
+
};
|
|
1181
|
+
}
|
|
1182
|
+
static types() {
|
|
1183
|
+
return {
|
|
1184
|
+
acceleratorId: 'string',
|
|
1185
|
+
clientToken: 'string',
|
|
1186
|
+
endpointAddress: 'string',
|
|
1187
|
+
endpointGroupId: 'string',
|
|
1188
|
+
endpointSubAddress: 'string',
|
|
1189
|
+
endpointSubAddressType: 'string',
|
|
1190
|
+
endpointType: 'string',
|
|
1191
|
+
endpointZoneId: 'string',
|
|
1192
|
+
name: 'string',
|
|
1193
|
+
regionId: 'string',
|
|
1194
|
+
};
|
|
1195
|
+
}
|
|
1196
|
+
}
|
|
1197
|
+
exports.CreateBasicEndpointRequest = CreateBasicEndpointRequest;
|
|
1198
|
+
class CreateBasicEndpointResponseBody extends $tea.Model {
|
|
1199
|
+
constructor(map) {
|
|
1200
|
+
super(map);
|
|
1201
|
+
}
|
|
1202
|
+
static names() {
|
|
1203
|
+
return {
|
|
1204
|
+
endpointGroupId: 'EndpointGroupId',
|
|
1205
|
+
endpointId: 'EndpointId',
|
|
1206
|
+
requestId: 'RequestId',
|
|
1207
|
+
};
|
|
1208
|
+
}
|
|
1209
|
+
static types() {
|
|
1210
|
+
return {
|
|
1211
|
+
endpointGroupId: 'string',
|
|
1212
|
+
endpointId: 'string',
|
|
1213
|
+
requestId: 'string',
|
|
1214
|
+
};
|
|
1215
|
+
}
|
|
1216
|
+
}
|
|
1217
|
+
exports.CreateBasicEndpointResponseBody = CreateBasicEndpointResponseBody;
|
|
1218
|
+
class CreateBasicEndpointResponse extends $tea.Model {
|
|
1219
|
+
constructor(map) {
|
|
1220
|
+
super(map);
|
|
1221
|
+
}
|
|
1222
|
+
static names() {
|
|
1223
|
+
return {
|
|
1224
|
+
headers: 'headers',
|
|
1225
|
+
statusCode: 'statusCode',
|
|
1226
|
+
body: 'body',
|
|
1227
|
+
};
|
|
1228
|
+
}
|
|
1229
|
+
static types() {
|
|
1230
|
+
return {
|
|
1231
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1232
|
+
statusCode: 'number',
|
|
1233
|
+
body: CreateBasicEndpointResponseBody,
|
|
1234
|
+
};
|
|
1235
|
+
}
|
|
1236
|
+
}
|
|
1237
|
+
exports.CreateBasicEndpointResponse = CreateBasicEndpointResponse;
|
|
1164
1238
|
class CreateBasicEndpointGroupRequest extends $tea.Model {
|
|
1165
1239
|
constructor(map) {
|
|
1166
1240
|
super(map);
|
|
@@ -1231,6 +1305,70 @@ class CreateBasicEndpointGroupResponse extends $tea.Model {
|
|
|
1231
1305
|
}
|
|
1232
1306
|
}
|
|
1233
1307
|
exports.CreateBasicEndpointGroupResponse = CreateBasicEndpointGroupResponse;
|
|
1308
|
+
class CreateBasicEndpointsRequest extends $tea.Model {
|
|
1309
|
+
constructor(map) {
|
|
1310
|
+
super(map);
|
|
1311
|
+
}
|
|
1312
|
+
static names() {
|
|
1313
|
+
return {
|
|
1314
|
+
acceleratorId: 'AcceleratorId',
|
|
1315
|
+
clientToken: 'ClientToken',
|
|
1316
|
+
endpointGroupId: 'EndpointGroupId',
|
|
1317
|
+
endpoints: 'Endpoints',
|
|
1318
|
+
regionId: 'RegionId',
|
|
1319
|
+
};
|
|
1320
|
+
}
|
|
1321
|
+
static types() {
|
|
1322
|
+
return {
|
|
1323
|
+
acceleratorId: 'string',
|
|
1324
|
+
clientToken: 'string',
|
|
1325
|
+
endpointGroupId: 'string',
|
|
1326
|
+
endpoints: { 'type': 'array', 'itemType': CreateBasicEndpointsRequestEndpoints },
|
|
1327
|
+
regionId: 'string',
|
|
1328
|
+
};
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1331
|
+
exports.CreateBasicEndpointsRequest = CreateBasicEndpointsRequest;
|
|
1332
|
+
class CreateBasicEndpointsResponseBody extends $tea.Model {
|
|
1333
|
+
constructor(map) {
|
|
1334
|
+
super(map);
|
|
1335
|
+
}
|
|
1336
|
+
static names() {
|
|
1337
|
+
return {
|
|
1338
|
+
endpointGroupId: 'EndpointGroupId',
|
|
1339
|
+
endpoints: 'Endpoints',
|
|
1340
|
+
requestId: 'RequestId',
|
|
1341
|
+
};
|
|
1342
|
+
}
|
|
1343
|
+
static types() {
|
|
1344
|
+
return {
|
|
1345
|
+
endpointGroupId: 'string',
|
|
1346
|
+
endpoints: { 'type': 'array', 'itemType': CreateBasicEndpointsResponseBodyEndpoints },
|
|
1347
|
+
requestId: 'string',
|
|
1348
|
+
};
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
exports.CreateBasicEndpointsResponseBody = CreateBasicEndpointsResponseBody;
|
|
1352
|
+
class CreateBasicEndpointsResponse extends $tea.Model {
|
|
1353
|
+
constructor(map) {
|
|
1354
|
+
super(map);
|
|
1355
|
+
}
|
|
1356
|
+
static names() {
|
|
1357
|
+
return {
|
|
1358
|
+
headers: 'headers',
|
|
1359
|
+
statusCode: 'statusCode',
|
|
1360
|
+
body: 'body',
|
|
1361
|
+
};
|
|
1362
|
+
}
|
|
1363
|
+
static types() {
|
|
1364
|
+
return {
|
|
1365
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1366
|
+
statusCode: 'number',
|
|
1367
|
+
body: CreateBasicEndpointsResponseBody,
|
|
1368
|
+
};
|
|
1369
|
+
}
|
|
1370
|
+
}
|
|
1371
|
+
exports.CreateBasicEndpointsResponse = CreateBasicEndpointsResponse;
|
|
1234
1372
|
class CreateBasicIpSetRequest extends $tea.Model {
|
|
1235
1373
|
constructor(map) {
|
|
1236
1374
|
super(map);
|
|
@@ -4723,6 +4861,146 @@ class GetBasicAccelerateIpResponse extends $tea.Model {
|
|
|
4723
4861
|
}
|
|
4724
4862
|
}
|
|
4725
4863
|
exports.GetBasicAccelerateIpResponse = GetBasicAccelerateIpResponse;
|
|
4864
|
+
class GetBasicAccelerateIpEndpointRelationRequest extends $tea.Model {
|
|
4865
|
+
constructor(map) {
|
|
4866
|
+
super(map);
|
|
4867
|
+
}
|
|
4868
|
+
static names() {
|
|
4869
|
+
return {
|
|
4870
|
+
accelerateIpId: 'AccelerateIpId',
|
|
4871
|
+
acceleratorId: 'AcceleratorId',
|
|
4872
|
+
clientToken: 'ClientToken',
|
|
4873
|
+
endpointId: 'EndpointId',
|
|
4874
|
+
regionId: 'RegionId',
|
|
4875
|
+
};
|
|
4876
|
+
}
|
|
4877
|
+
static types() {
|
|
4878
|
+
return {
|
|
4879
|
+
accelerateIpId: 'string',
|
|
4880
|
+
acceleratorId: 'string',
|
|
4881
|
+
clientToken: 'string',
|
|
4882
|
+
endpointId: 'string',
|
|
4883
|
+
regionId: 'string',
|
|
4884
|
+
};
|
|
4885
|
+
}
|
|
4886
|
+
}
|
|
4887
|
+
exports.GetBasicAccelerateIpEndpointRelationRequest = GetBasicAccelerateIpEndpointRelationRequest;
|
|
4888
|
+
class GetBasicAccelerateIpEndpointRelationResponseBody extends $tea.Model {
|
|
4889
|
+
constructor(map) {
|
|
4890
|
+
super(map);
|
|
4891
|
+
}
|
|
4892
|
+
static names() {
|
|
4893
|
+
return {
|
|
4894
|
+
accelerateIpId: 'AccelerateIpId',
|
|
4895
|
+
acceleratorId: 'AcceleratorId',
|
|
4896
|
+
endpointAddress: 'EndpointAddress',
|
|
4897
|
+
endpointId: 'EndpointId',
|
|
4898
|
+
endpointName: 'EndpointName',
|
|
4899
|
+
endpointSubAddress: 'EndpointSubAddress',
|
|
4900
|
+
endpointSubAddressType: 'EndpointSubAddressType',
|
|
4901
|
+
endpointType: 'EndpointType',
|
|
4902
|
+
endpointZoneId: 'EndpointZoneId',
|
|
4903
|
+
ipAddress: 'IpAddress',
|
|
4904
|
+
requestId: 'RequestId',
|
|
4905
|
+
state: 'State',
|
|
4906
|
+
};
|
|
4907
|
+
}
|
|
4908
|
+
static types() {
|
|
4909
|
+
return {
|
|
4910
|
+
accelerateIpId: 'string',
|
|
4911
|
+
acceleratorId: 'string',
|
|
4912
|
+
endpointAddress: 'string',
|
|
4913
|
+
endpointId: 'string',
|
|
4914
|
+
endpointName: 'string',
|
|
4915
|
+
endpointSubAddress: 'string',
|
|
4916
|
+
endpointSubAddressType: 'string',
|
|
4917
|
+
endpointType: 'string',
|
|
4918
|
+
endpointZoneId: 'string',
|
|
4919
|
+
ipAddress: 'string',
|
|
4920
|
+
requestId: 'string',
|
|
4921
|
+
state: 'string',
|
|
4922
|
+
};
|
|
4923
|
+
}
|
|
4924
|
+
}
|
|
4925
|
+
exports.GetBasicAccelerateIpEndpointRelationResponseBody = GetBasicAccelerateIpEndpointRelationResponseBody;
|
|
4926
|
+
class GetBasicAccelerateIpEndpointRelationResponse extends $tea.Model {
|
|
4927
|
+
constructor(map) {
|
|
4928
|
+
super(map);
|
|
4929
|
+
}
|
|
4930
|
+
static names() {
|
|
4931
|
+
return {
|
|
4932
|
+
headers: 'headers',
|
|
4933
|
+
statusCode: 'statusCode',
|
|
4934
|
+
body: 'body',
|
|
4935
|
+
};
|
|
4936
|
+
}
|
|
4937
|
+
static types() {
|
|
4938
|
+
return {
|
|
4939
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4940
|
+
statusCode: 'number',
|
|
4941
|
+
body: GetBasicAccelerateIpEndpointRelationResponseBody,
|
|
4942
|
+
};
|
|
4943
|
+
}
|
|
4944
|
+
}
|
|
4945
|
+
exports.GetBasicAccelerateIpEndpointRelationResponse = GetBasicAccelerateIpEndpointRelationResponse;
|
|
4946
|
+
class GetBasicAccelerateIpIdleCountRequest extends $tea.Model {
|
|
4947
|
+
constructor(map) {
|
|
4948
|
+
super(map);
|
|
4949
|
+
}
|
|
4950
|
+
static names() {
|
|
4951
|
+
return {
|
|
4952
|
+
clientToken: 'ClientToken',
|
|
4953
|
+
ipSetId: 'IpSetId',
|
|
4954
|
+
regionId: 'RegionId',
|
|
4955
|
+
};
|
|
4956
|
+
}
|
|
4957
|
+
static types() {
|
|
4958
|
+
return {
|
|
4959
|
+
clientToken: 'string',
|
|
4960
|
+
ipSetId: 'string',
|
|
4961
|
+
regionId: 'string',
|
|
4962
|
+
};
|
|
4963
|
+
}
|
|
4964
|
+
}
|
|
4965
|
+
exports.GetBasicAccelerateIpIdleCountRequest = GetBasicAccelerateIpIdleCountRequest;
|
|
4966
|
+
class GetBasicAccelerateIpIdleCountResponseBody extends $tea.Model {
|
|
4967
|
+
constructor(map) {
|
|
4968
|
+
super(map);
|
|
4969
|
+
}
|
|
4970
|
+
static names() {
|
|
4971
|
+
return {
|
|
4972
|
+
requestId: 'RequestId',
|
|
4973
|
+
totalCount: 'TotalCount',
|
|
4974
|
+
};
|
|
4975
|
+
}
|
|
4976
|
+
static types() {
|
|
4977
|
+
return {
|
|
4978
|
+
requestId: 'string',
|
|
4979
|
+
totalCount: 'number',
|
|
4980
|
+
};
|
|
4981
|
+
}
|
|
4982
|
+
}
|
|
4983
|
+
exports.GetBasicAccelerateIpIdleCountResponseBody = GetBasicAccelerateIpIdleCountResponseBody;
|
|
4984
|
+
class GetBasicAccelerateIpIdleCountResponse extends $tea.Model {
|
|
4985
|
+
constructor(map) {
|
|
4986
|
+
super(map);
|
|
4987
|
+
}
|
|
4988
|
+
static names() {
|
|
4989
|
+
return {
|
|
4990
|
+
headers: 'headers',
|
|
4991
|
+
statusCode: 'statusCode',
|
|
4992
|
+
body: 'body',
|
|
4993
|
+
};
|
|
4994
|
+
}
|
|
4995
|
+
static types() {
|
|
4996
|
+
return {
|
|
4997
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4998
|
+
statusCode: 'number',
|
|
4999
|
+
body: GetBasicAccelerateIpIdleCountResponseBody,
|
|
5000
|
+
};
|
|
5001
|
+
}
|
|
5002
|
+
}
|
|
5003
|
+
exports.GetBasicAccelerateIpIdleCountResponse = GetBasicAccelerateIpIdleCountResponse;
|
|
4726
5004
|
class GetBasicAcceleratorRequest extends $tea.Model {
|
|
4727
5005
|
constructor(map) {
|
|
4728
5006
|
super(map);
|
|
@@ -4811,39 +5089,40 @@ class GetBasicAcceleratorResponse extends $tea.Model {
|
|
|
4811
5089
|
}
|
|
4812
5090
|
}
|
|
4813
5091
|
exports.GetBasicAcceleratorResponse = GetBasicAcceleratorResponse;
|
|
4814
|
-
class
|
|
5092
|
+
class GetBasicEndpointRequest extends $tea.Model {
|
|
4815
5093
|
constructor(map) {
|
|
4816
5094
|
super(map);
|
|
4817
5095
|
}
|
|
4818
5096
|
static names() {
|
|
4819
5097
|
return {
|
|
4820
5098
|
clientToken: 'ClientToken',
|
|
4821
|
-
|
|
5099
|
+
endpointId: 'EndpointId',
|
|
4822
5100
|
regionId: 'RegionId',
|
|
4823
5101
|
};
|
|
4824
5102
|
}
|
|
4825
5103
|
static types() {
|
|
4826
5104
|
return {
|
|
4827
5105
|
clientToken: 'string',
|
|
4828
|
-
|
|
5106
|
+
endpointId: 'string',
|
|
4829
5107
|
regionId: 'string',
|
|
4830
5108
|
};
|
|
4831
5109
|
}
|
|
4832
5110
|
}
|
|
4833
|
-
exports.
|
|
4834
|
-
class
|
|
5111
|
+
exports.GetBasicEndpointRequest = GetBasicEndpointRequest;
|
|
5112
|
+
class GetBasicEndpointResponseBody extends $tea.Model {
|
|
4835
5113
|
constructor(map) {
|
|
4836
5114
|
super(map);
|
|
4837
5115
|
}
|
|
4838
5116
|
static names() {
|
|
4839
5117
|
return {
|
|
4840
5118
|
acceleratorId: 'AcceleratorId',
|
|
4841
|
-
|
|
5119
|
+
endPointId: 'EndPointId',
|
|
4842
5120
|
endpointAddress: 'EndpointAddress',
|
|
4843
5121
|
endpointGroupId: 'EndpointGroupId',
|
|
4844
|
-
endpointGroupRegion: 'EndpointGroupRegion',
|
|
4845
5122
|
endpointSubAddress: 'EndpointSubAddress',
|
|
5123
|
+
endpointSubAddressType: 'EndpointSubAddressType',
|
|
4846
5124
|
endpointType: 'EndpointType',
|
|
5125
|
+
endpointZoneId: 'EndpointZoneId',
|
|
4847
5126
|
name: 'Name',
|
|
4848
5127
|
requestId: 'RequestId',
|
|
4849
5128
|
state: 'State',
|
|
@@ -4852,20 +5131,21 @@ class GetBasicEndpointGroupResponseBody extends $tea.Model {
|
|
|
4852
5131
|
static types() {
|
|
4853
5132
|
return {
|
|
4854
5133
|
acceleratorId: 'string',
|
|
4855
|
-
|
|
5134
|
+
endPointId: 'string',
|
|
4856
5135
|
endpointAddress: 'string',
|
|
4857
5136
|
endpointGroupId: 'string',
|
|
4858
|
-
endpointGroupRegion: 'string',
|
|
4859
5137
|
endpointSubAddress: 'string',
|
|
5138
|
+
endpointSubAddressType: 'string',
|
|
4860
5139
|
endpointType: 'string',
|
|
5140
|
+
endpointZoneId: 'string',
|
|
4861
5141
|
name: 'string',
|
|
4862
5142
|
requestId: 'string',
|
|
4863
5143
|
state: 'string',
|
|
4864
5144
|
};
|
|
4865
5145
|
}
|
|
4866
5146
|
}
|
|
4867
|
-
exports.
|
|
4868
|
-
class
|
|
5147
|
+
exports.GetBasicEndpointResponseBody = GetBasicEndpointResponseBody;
|
|
5148
|
+
class GetBasicEndpointResponse extends $tea.Model {
|
|
4869
5149
|
constructor(map) {
|
|
4870
5150
|
super(map);
|
|
4871
5151
|
}
|
|
@@ -4880,19 +5160,93 @@ class GetBasicEndpointGroupResponse extends $tea.Model {
|
|
|
4880
5160
|
return {
|
|
4881
5161
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4882
5162
|
statusCode: 'number',
|
|
4883
|
-
body:
|
|
5163
|
+
body: GetBasicEndpointResponseBody,
|
|
4884
5164
|
};
|
|
4885
5165
|
}
|
|
4886
5166
|
}
|
|
4887
|
-
exports.
|
|
4888
|
-
class
|
|
5167
|
+
exports.GetBasicEndpointResponse = GetBasicEndpointResponse;
|
|
5168
|
+
class GetBasicEndpointGroupRequest extends $tea.Model {
|
|
4889
5169
|
constructor(map) {
|
|
4890
5170
|
super(map);
|
|
4891
5171
|
}
|
|
4892
5172
|
static names() {
|
|
4893
5173
|
return {
|
|
4894
5174
|
clientToken: 'ClientToken',
|
|
4895
|
-
|
|
5175
|
+
endpointGroupId: 'EndpointGroupId',
|
|
5176
|
+
regionId: 'RegionId',
|
|
5177
|
+
};
|
|
5178
|
+
}
|
|
5179
|
+
static types() {
|
|
5180
|
+
return {
|
|
5181
|
+
clientToken: 'string',
|
|
5182
|
+
endpointGroupId: 'string',
|
|
5183
|
+
regionId: 'string',
|
|
5184
|
+
};
|
|
5185
|
+
}
|
|
5186
|
+
}
|
|
5187
|
+
exports.GetBasicEndpointGroupRequest = GetBasicEndpointGroupRequest;
|
|
5188
|
+
class GetBasicEndpointGroupResponseBody extends $tea.Model {
|
|
5189
|
+
constructor(map) {
|
|
5190
|
+
super(map);
|
|
5191
|
+
}
|
|
5192
|
+
static names() {
|
|
5193
|
+
return {
|
|
5194
|
+
acceleratorId: 'AcceleratorId',
|
|
5195
|
+
description: 'Description',
|
|
5196
|
+
endpointAddress: 'EndpointAddress',
|
|
5197
|
+
endpointGroupId: 'EndpointGroupId',
|
|
5198
|
+
endpointGroupRegion: 'EndpointGroupRegion',
|
|
5199
|
+
endpointSubAddress: 'EndpointSubAddress',
|
|
5200
|
+
endpointType: 'EndpointType',
|
|
5201
|
+
name: 'Name',
|
|
5202
|
+
requestId: 'RequestId',
|
|
5203
|
+
state: 'State',
|
|
5204
|
+
};
|
|
5205
|
+
}
|
|
5206
|
+
static types() {
|
|
5207
|
+
return {
|
|
5208
|
+
acceleratorId: 'string',
|
|
5209
|
+
description: 'string',
|
|
5210
|
+
endpointAddress: 'string',
|
|
5211
|
+
endpointGroupId: 'string',
|
|
5212
|
+
endpointGroupRegion: 'string',
|
|
5213
|
+
endpointSubAddress: 'string',
|
|
5214
|
+
endpointType: 'string',
|
|
5215
|
+
name: 'string',
|
|
5216
|
+
requestId: 'string',
|
|
5217
|
+
state: 'string',
|
|
5218
|
+
};
|
|
5219
|
+
}
|
|
5220
|
+
}
|
|
5221
|
+
exports.GetBasicEndpointGroupResponseBody = GetBasicEndpointGroupResponseBody;
|
|
5222
|
+
class GetBasicEndpointGroupResponse extends $tea.Model {
|
|
5223
|
+
constructor(map) {
|
|
5224
|
+
super(map);
|
|
5225
|
+
}
|
|
5226
|
+
static names() {
|
|
5227
|
+
return {
|
|
5228
|
+
headers: 'headers',
|
|
5229
|
+
statusCode: 'statusCode',
|
|
5230
|
+
body: 'body',
|
|
5231
|
+
};
|
|
5232
|
+
}
|
|
5233
|
+
static types() {
|
|
5234
|
+
return {
|
|
5235
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5236
|
+
statusCode: 'number',
|
|
5237
|
+
body: GetBasicEndpointGroupResponseBody,
|
|
5238
|
+
};
|
|
5239
|
+
}
|
|
5240
|
+
}
|
|
5241
|
+
exports.GetBasicEndpointGroupResponse = GetBasicEndpointGroupResponse;
|
|
5242
|
+
class GetBasicIpSetRequest extends $tea.Model {
|
|
5243
|
+
constructor(map) {
|
|
5244
|
+
super(map);
|
|
5245
|
+
}
|
|
5246
|
+
static names() {
|
|
5247
|
+
return {
|
|
5248
|
+
clientToken: 'ClientToken',
|
|
5249
|
+
ipSetId: 'IpSetId',
|
|
4896
5250
|
regionId: 'RegionId',
|
|
4897
5251
|
};
|
|
4898
5252
|
}
|
|
@@ -5671,6 +6025,150 @@ class ListBandwidthackagesResponse extends $tea.Model {
|
|
|
5671
6025
|
}
|
|
5672
6026
|
}
|
|
5673
6027
|
exports.ListBandwidthackagesResponse = ListBandwidthackagesResponse;
|
|
6028
|
+
class ListBasicAccelerateIpEndpointRelationsRequest extends $tea.Model {
|
|
6029
|
+
constructor(map) {
|
|
6030
|
+
super(map);
|
|
6031
|
+
}
|
|
6032
|
+
static names() {
|
|
6033
|
+
return {
|
|
6034
|
+
accelerateIpId: 'AccelerateIpId',
|
|
6035
|
+
acceleratorId: 'AcceleratorId',
|
|
6036
|
+
clientToken: 'ClientToken',
|
|
6037
|
+
endpointId: 'EndpointId',
|
|
6038
|
+
maxResults: 'MaxResults',
|
|
6039
|
+
nextToken: 'NextToken',
|
|
6040
|
+
regionId: 'RegionId',
|
|
6041
|
+
};
|
|
6042
|
+
}
|
|
6043
|
+
static types() {
|
|
6044
|
+
return {
|
|
6045
|
+
accelerateIpId: 'string',
|
|
6046
|
+
acceleratorId: 'string',
|
|
6047
|
+
clientToken: 'string',
|
|
6048
|
+
endpointId: 'string',
|
|
6049
|
+
maxResults: 'number',
|
|
6050
|
+
nextToken: 'string',
|
|
6051
|
+
regionId: 'string',
|
|
6052
|
+
};
|
|
6053
|
+
}
|
|
6054
|
+
}
|
|
6055
|
+
exports.ListBasicAccelerateIpEndpointRelationsRequest = ListBasicAccelerateIpEndpointRelationsRequest;
|
|
6056
|
+
class ListBasicAccelerateIpEndpointRelationsResponseBody extends $tea.Model {
|
|
6057
|
+
constructor(map) {
|
|
6058
|
+
super(map);
|
|
6059
|
+
}
|
|
6060
|
+
static names() {
|
|
6061
|
+
return {
|
|
6062
|
+
accelerateIpEndpointRelations: 'AccelerateIpEndpointRelations',
|
|
6063
|
+
maxResults: 'MaxResults',
|
|
6064
|
+
nextToken: 'NextToken',
|
|
6065
|
+
requestId: 'RequestId',
|
|
6066
|
+
totalCount: 'TotalCount',
|
|
6067
|
+
};
|
|
6068
|
+
}
|
|
6069
|
+
static types() {
|
|
6070
|
+
return {
|
|
6071
|
+
accelerateIpEndpointRelations: { 'type': 'array', 'itemType': ListBasicAccelerateIpEndpointRelationsResponseBodyAccelerateIpEndpointRelations },
|
|
6072
|
+
maxResults: 'string',
|
|
6073
|
+
nextToken: 'string',
|
|
6074
|
+
requestId: 'string',
|
|
6075
|
+
totalCount: 'string',
|
|
6076
|
+
};
|
|
6077
|
+
}
|
|
6078
|
+
}
|
|
6079
|
+
exports.ListBasicAccelerateIpEndpointRelationsResponseBody = ListBasicAccelerateIpEndpointRelationsResponseBody;
|
|
6080
|
+
class ListBasicAccelerateIpEndpointRelationsResponse extends $tea.Model {
|
|
6081
|
+
constructor(map) {
|
|
6082
|
+
super(map);
|
|
6083
|
+
}
|
|
6084
|
+
static names() {
|
|
6085
|
+
return {
|
|
6086
|
+
headers: 'headers',
|
|
6087
|
+
statusCode: 'statusCode',
|
|
6088
|
+
body: 'body',
|
|
6089
|
+
};
|
|
6090
|
+
}
|
|
6091
|
+
static types() {
|
|
6092
|
+
return {
|
|
6093
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6094
|
+
statusCode: 'number',
|
|
6095
|
+
body: ListBasicAccelerateIpEndpointRelationsResponseBody,
|
|
6096
|
+
};
|
|
6097
|
+
}
|
|
6098
|
+
}
|
|
6099
|
+
exports.ListBasicAccelerateIpEndpointRelationsResponse = ListBasicAccelerateIpEndpointRelationsResponse;
|
|
6100
|
+
class ListBasicAccelerateIpsRequest extends $tea.Model {
|
|
6101
|
+
constructor(map) {
|
|
6102
|
+
super(map);
|
|
6103
|
+
}
|
|
6104
|
+
static names() {
|
|
6105
|
+
return {
|
|
6106
|
+
accelerateIpAddress: 'AccelerateIpAddress',
|
|
6107
|
+
accelerateIpId: 'AccelerateIpId',
|
|
6108
|
+
clientToken: 'ClientToken',
|
|
6109
|
+
ipSetId: 'IpSetId',
|
|
6110
|
+
maxResults: 'MaxResults',
|
|
6111
|
+
nextToken: 'NextToken',
|
|
6112
|
+
regionId: 'RegionId',
|
|
6113
|
+
};
|
|
6114
|
+
}
|
|
6115
|
+
static types() {
|
|
6116
|
+
return {
|
|
6117
|
+
accelerateIpAddress: 'string',
|
|
6118
|
+
accelerateIpId: 'string',
|
|
6119
|
+
clientToken: 'string',
|
|
6120
|
+
ipSetId: 'string',
|
|
6121
|
+
maxResults: 'number',
|
|
6122
|
+
nextToken: 'string',
|
|
6123
|
+
regionId: 'string',
|
|
6124
|
+
};
|
|
6125
|
+
}
|
|
6126
|
+
}
|
|
6127
|
+
exports.ListBasicAccelerateIpsRequest = ListBasicAccelerateIpsRequest;
|
|
6128
|
+
class ListBasicAccelerateIpsResponseBody extends $tea.Model {
|
|
6129
|
+
constructor(map) {
|
|
6130
|
+
super(map);
|
|
6131
|
+
}
|
|
6132
|
+
static names() {
|
|
6133
|
+
return {
|
|
6134
|
+
accelerateIps: 'AccelerateIps',
|
|
6135
|
+
maxResults: 'MaxResults',
|
|
6136
|
+
nextToken: 'NextToken',
|
|
6137
|
+
requestId: 'RequestId',
|
|
6138
|
+
totalCount: 'TotalCount',
|
|
6139
|
+
};
|
|
6140
|
+
}
|
|
6141
|
+
static types() {
|
|
6142
|
+
return {
|
|
6143
|
+
accelerateIps: { 'type': 'array', 'itemType': ListBasicAccelerateIpsResponseBodyAccelerateIps },
|
|
6144
|
+
maxResults: 'number',
|
|
6145
|
+
nextToken: 'string',
|
|
6146
|
+
requestId: 'string',
|
|
6147
|
+
totalCount: 'number',
|
|
6148
|
+
};
|
|
6149
|
+
}
|
|
6150
|
+
}
|
|
6151
|
+
exports.ListBasicAccelerateIpsResponseBody = ListBasicAccelerateIpsResponseBody;
|
|
6152
|
+
class ListBasicAccelerateIpsResponse extends $tea.Model {
|
|
6153
|
+
constructor(map) {
|
|
6154
|
+
super(map);
|
|
6155
|
+
}
|
|
6156
|
+
static names() {
|
|
6157
|
+
return {
|
|
6158
|
+
headers: 'headers',
|
|
6159
|
+
statusCode: 'statusCode',
|
|
6160
|
+
body: 'body',
|
|
6161
|
+
};
|
|
6162
|
+
}
|
|
6163
|
+
static types() {
|
|
6164
|
+
return {
|
|
6165
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6166
|
+
statusCode: 'number',
|
|
6167
|
+
body: ListBasicAccelerateIpsResponseBody,
|
|
6168
|
+
};
|
|
6169
|
+
}
|
|
6170
|
+
}
|
|
6171
|
+
exports.ListBasicAccelerateIpsResponse = ListBasicAccelerateIpsResponse;
|
|
5674
6172
|
class ListBasicAcceleratorsRequest extends $tea.Model {
|
|
5675
6173
|
constructor(map) {
|
|
5676
6174
|
super(map);
|
|
@@ -5743,6 +6241,80 @@ class ListBasicAcceleratorsResponse extends $tea.Model {
|
|
|
5743
6241
|
}
|
|
5744
6242
|
}
|
|
5745
6243
|
exports.ListBasicAcceleratorsResponse = ListBasicAcceleratorsResponse;
|
|
6244
|
+
class ListBasicEndpointsRequest extends $tea.Model {
|
|
6245
|
+
constructor(map) {
|
|
6246
|
+
super(map);
|
|
6247
|
+
}
|
|
6248
|
+
static names() {
|
|
6249
|
+
return {
|
|
6250
|
+
clientToken: 'ClientToken',
|
|
6251
|
+
endpointGroupId: 'EndpointGroupId',
|
|
6252
|
+
endpointId: 'EndpointId',
|
|
6253
|
+
endpointType: 'EndpointType',
|
|
6254
|
+
maxResults: 'MaxResults',
|
|
6255
|
+
name: 'Name',
|
|
6256
|
+
nextToken: 'NextToken',
|
|
6257
|
+
regionId: 'RegionId',
|
|
6258
|
+
};
|
|
6259
|
+
}
|
|
6260
|
+
static types() {
|
|
6261
|
+
return {
|
|
6262
|
+
clientToken: 'string',
|
|
6263
|
+
endpointGroupId: 'string',
|
|
6264
|
+
endpointId: 'string',
|
|
6265
|
+
endpointType: 'string',
|
|
6266
|
+
maxResults: 'number',
|
|
6267
|
+
name: 'string',
|
|
6268
|
+
nextToken: 'string',
|
|
6269
|
+
regionId: 'string',
|
|
6270
|
+
};
|
|
6271
|
+
}
|
|
6272
|
+
}
|
|
6273
|
+
exports.ListBasicEndpointsRequest = ListBasicEndpointsRequest;
|
|
6274
|
+
class ListBasicEndpointsResponseBody extends $tea.Model {
|
|
6275
|
+
constructor(map) {
|
|
6276
|
+
super(map);
|
|
6277
|
+
}
|
|
6278
|
+
static names() {
|
|
6279
|
+
return {
|
|
6280
|
+
endpoints: 'Endpoints',
|
|
6281
|
+
maxResults: 'MaxResults',
|
|
6282
|
+
nextToken: 'NextToken',
|
|
6283
|
+
requestId: 'RequestId',
|
|
6284
|
+
totalCount: 'TotalCount',
|
|
6285
|
+
};
|
|
6286
|
+
}
|
|
6287
|
+
static types() {
|
|
6288
|
+
return {
|
|
6289
|
+
endpoints: { 'type': 'array', 'itemType': ListBasicEndpointsResponseBodyEndpoints },
|
|
6290
|
+
maxResults: 'string',
|
|
6291
|
+
nextToken: 'string',
|
|
6292
|
+
requestId: 'string',
|
|
6293
|
+
totalCount: 'string',
|
|
6294
|
+
};
|
|
6295
|
+
}
|
|
6296
|
+
}
|
|
6297
|
+
exports.ListBasicEndpointsResponseBody = ListBasicEndpointsResponseBody;
|
|
6298
|
+
class ListBasicEndpointsResponse extends $tea.Model {
|
|
6299
|
+
constructor(map) {
|
|
6300
|
+
super(map);
|
|
6301
|
+
}
|
|
6302
|
+
static names() {
|
|
6303
|
+
return {
|
|
6304
|
+
headers: 'headers',
|
|
6305
|
+
statusCode: 'statusCode',
|
|
6306
|
+
body: 'body',
|
|
6307
|
+
};
|
|
6308
|
+
}
|
|
6309
|
+
static types() {
|
|
6310
|
+
return {
|
|
6311
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6312
|
+
statusCode: 'number',
|
|
6313
|
+
body: ListBasicEndpointsResponseBody,
|
|
6314
|
+
};
|
|
6315
|
+
}
|
|
6316
|
+
}
|
|
6317
|
+
exports.ListBasicEndpointsResponse = ListBasicEndpointsResponse;
|
|
5746
6318
|
class ListBusiRegionsRequest extends $tea.Model {
|
|
5747
6319
|
constructor(map) {
|
|
5748
6320
|
super(map);
|
|
@@ -6537,25 +7109,217 @@ class ListListenersResponseBody extends $tea.Model {
|
|
|
6537
7109
|
}
|
|
6538
7110
|
static names() {
|
|
6539
7111
|
return {
|
|
6540
|
-
listeners: 'Listeners',
|
|
6541
|
-
pageNumber: 'PageNumber',
|
|
6542
|
-
pageSize: 'PageSize',
|
|
7112
|
+
listeners: 'Listeners',
|
|
7113
|
+
pageNumber: 'PageNumber',
|
|
7114
|
+
pageSize: 'PageSize',
|
|
7115
|
+
requestId: 'RequestId',
|
|
7116
|
+
totalCount: 'TotalCount',
|
|
7117
|
+
};
|
|
7118
|
+
}
|
|
7119
|
+
static types() {
|
|
7120
|
+
return {
|
|
7121
|
+
listeners: { 'type': 'array', 'itemType': ListListenersResponseBodyListeners },
|
|
7122
|
+
pageNumber: 'number',
|
|
7123
|
+
pageSize: 'number',
|
|
7124
|
+
requestId: 'string',
|
|
7125
|
+
totalCount: 'number',
|
|
7126
|
+
};
|
|
7127
|
+
}
|
|
7128
|
+
}
|
|
7129
|
+
exports.ListListenersResponseBody = ListListenersResponseBody;
|
|
7130
|
+
class ListListenersResponse extends $tea.Model {
|
|
7131
|
+
constructor(map) {
|
|
7132
|
+
super(map);
|
|
7133
|
+
}
|
|
7134
|
+
static names() {
|
|
7135
|
+
return {
|
|
7136
|
+
headers: 'headers',
|
|
7137
|
+
statusCode: 'statusCode',
|
|
7138
|
+
body: 'body',
|
|
7139
|
+
};
|
|
7140
|
+
}
|
|
7141
|
+
static types() {
|
|
7142
|
+
return {
|
|
7143
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7144
|
+
statusCode: 'number',
|
|
7145
|
+
body: ListListenersResponseBody,
|
|
7146
|
+
};
|
|
7147
|
+
}
|
|
7148
|
+
}
|
|
7149
|
+
exports.ListListenersResponse = ListListenersResponse;
|
|
7150
|
+
class ListSpareIpsRequest extends $tea.Model {
|
|
7151
|
+
constructor(map) {
|
|
7152
|
+
super(map);
|
|
7153
|
+
}
|
|
7154
|
+
static names() {
|
|
7155
|
+
return {
|
|
7156
|
+
acceleratorId: 'AcceleratorId',
|
|
7157
|
+
clientToken: 'ClientToken',
|
|
7158
|
+
dryRun: 'DryRun',
|
|
7159
|
+
regionId: 'RegionId',
|
|
7160
|
+
};
|
|
7161
|
+
}
|
|
7162
|
+
static types() {
|
|
7163
|
+
return {
|
|
7164
|
+
acceleratorId: 'string',
|
|
7165
|
+
clientToken: 'string',
|
|
7166
|
+
dryRun: 'boolean',
|
|
7167
|
+
regionId: 'string',
|
|
7168
|
+
};
|
|
7169
|
+
}
|
|
7170
|
+
}
|
|
7171
|
+
exports.ListSpareIpsRequest = ListSpareIpsRequest;
|
|
7172
|
+
class ListSpareIpsResponseBody extends $tea.Model {
|
|
7173
|
+
constructor(map) {
|
|
7174
|
+
super(map);
|
|
7175
|
+
}
|
|
7176
|
+
static names() {
|
|
7177
|
+
return {
|
|
7178
|
+
requestId: 'RequestId',
|
|
7179
|
+
spareIps: 'SpareIps',
|
|
7180
|
+
};
|
|
7181
|
+
}
|
|
7182
|
+
static types() {
|
|
7183
|
+
return {
|
|
7184
|
+
requestId: 'string',
|
|
7185
|
+
spareIps: { 'type': 'array', 'itemType': ListSpareIpsResponseBodySpareIps },
|
|
7186
|
+
};
|
|
7187
|
+
}
|
|
7188
|
+
}
|
|
7189
|
+
exports.ListSpareIpsResponseBody = ListSpareIpsResponseBody;
|
|
7190
|
+
class ListSpareIpsResponse extends $tea.Model {
|
|
7191
|
+
constructor(map) {
|
|
7192
|
+
super(map);
|
|
7193
|
+
}
|
|
7194
|
+
static names() {
|
|
7195
|
+
return {
|
|
7196
|
+
headers: 'headers',
|
|
7197
|
+
statusCode: 'statusCode',
|
|
7198
|
+
body: 'body',
|
|
7199
|
+
};
|
|
7200
|
+
}
|
|
7201
|
+
static types() {
|
|
7202
|
+
return {
|
|
7203
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7204
|
+
statusCode: 'number',
|
|
7205
|
+
body: ListSpareIpsResponseBody,
|
|
7206
|
+
};
|
|
7207
|
+
}
|
|
7208
|
+
}
|
|
7209
|
+
exports.ListSpareIpsResponse = ListSpareIpsResponse;
|
|
7210
|
+
class ListSystemSecurityPoliciesRequest extends $tea.Model {
|
|
7211
|
+
constructor(map) {
|
|
7212
|
+
super(map);
|
|
7213
|
+
}
|
|
7214
|
+
static names() {
|
|
7215
|
+
return {
|
|
7216
|
+
pageNumber: 'PageNumber',
|
|
7217
|
+
pageSize: 'PageSize',
|
|
7218
|
+
regionId: 'RegionId',
|
|
7219
|
+
};
|
|
7220
|
+
}
|
|
7221
|
+
static types() {
|
|
7222
|
+
return {
|
|
7223
|
+
pageNumber: 'number',
|
|
7224
|
+
pageSize: 'number',
|
|
7225
|
+
regionId: 'string',
|
|
7226
|
+
};
|
|
7227
|
+
}
|
|
7228
|
+
}
|
|
7229
|
+
exports.ListSystemSecurityPoliciesRequest = ListSystemSecurityPoliciesRequest;
|
|
7230
|
+
class ListSystemSecurityPoliciesResponseBody extends $tea.Model {
|
|
7231
|
+
constructor(map) {
|
|
7232
|
+
super(map);
|
|
7233
|
+
}
|
|
7234
|
+
static names() {
|
|
7235
|
+
return {
|
|
7236
|
+
pageNumber: 'PageNumber',
|
|
7237
|
+
pageSize: 'PageSize',
|
|
7238
|
+
requestId: 'RequestId',
|
|
7239
|
+
securityPolicies: 'SecurityPolicies',
|
|
7240
|
+
totalCount: 'TotalCount',
|
|
7241
|
+
};
|
|
7242
|
+
}
|
|
7243
|
+
static types() {
|
|
7244
|
+
return {
|
|
7245
|
+
pageNumber: 'number',
|
|
7246
|
+
pageSize: 'number',
|
|
7247
|
+
requestId: 'string',
|
|
7248
|
+
securityPolicies: { 'type': 'array', 'itemType': ListSystemSecurityPoliciesResponseBodySecurityPolicies },
|
|
7249
|
+
totalCount: 'number',
|
|
7250
|
+
};
|
|
7251
|
+
}
|
|
7252
|
+
}
|
|
7253
|
+
exports.ListSystemSecurityPoliciesResponseBody = ListSystemSecurityPoliciesResponseBody;
|
|
7254
|
+
class ListSystemSecurityPoliciesResponse extends $tea.Model {
|
|
7255
|
+
constructor(map) {
|
|
7256
|
+
super(map);
|
|
7257
|
+
}
|
|
7258
|
+
static names() {
|
|
7259
|
+
return {
|
|
7260
|
+
headers: 'headers',
|
|
7261
|
+
statusCode: 'statusCode',
|
|
7262
|
+
body: 'body',
|
|
7263
|
+
};
|
|
7264
|
+
}
|
|
7265
|
+
static types() {
|
|
7266
|
+
return {
|
|
7267
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7268
|
+
statusCode: 'number',
|
|
7269
|
+
body: ListSystemSecurityPoliciesResponseBody,
|
|
7270
|
+
};
|
|
7271
|
+
}
|
|
7272
|
+
}
|
|
7273
|
+
exports.ListSystemSecurityPoliciesResponse = ListSystemSecurityPoliciesResponse;
|
|
7274
|
+
class ListTagResourcesRequest extends $tea.Model {
|
|
7275
|
+
constructor(map) {
|
|
7276
|
+
super(map);
|
|
7277
|
+
}
|
|
7278
|
+
static names() {
|
|
7279
|
+
return {
|
|
7280
|
+
clientToken: 'ClientToken',
|
|
7281
|
+
nextToken: 'NextToken',
|
|
7282
|
+
regionId: 'RegionId',
|
|
7283
|
+
resourceId: 'ResourceId',
|
|
7284
|
+
resourceType: 'ResourceType',
|
|
7285
|
+
tag: 'Tag',
|
|
7286
|
+
};
|
|
7287
|
+
}
|
|
7288
|
+
static types() {
|
|
7289
|
+
return {
|
|
7290
|
+
clientToken: 'string',
|
|
7291
|
+
nextToken: 'string',
|
|
7292
|
+
regionId: 'string',
|
|
7293
|
+
resourceId: { 'type': 'array', 'itemType': 'string' },
|
|
7294
|
+
resourceType: 'string',
|
|
7295
|
+
tag: { 'type': 'array', 'itemType': ListTagResourcesRequestTag },
|
|
7296
|
+
};
|
|
7297
|
+
}
|
|
7298
|
+
}
|
|
7299
|
+
exports.ListTagResourcesRequest = ListTagResourcesRequest;
|
|
7300
|
+
class ListTagResourcesResponseBody extends $tea.Model {
|
|
7301
|
+
constructor(map) {
|
|
7302
|
+
super(map);
|
|
7303
|
+
}
|
|
7304
|
+
static names() {
|
|
7305
|
+
return {
|
|
7306
|
+
nextToken: 'NextToken',
|
|
6543
7307
|
requestId: 'RequestId',
|
|
7308
|
+
tagResources: 'TagResources',
|
|
6544
7309
|
totalCount: 'TotalCount',
|
|
6545
7310
|
};
|
|
6546
7311
|
}
|
|
6547
7312
|
static types() {
|
|
6548
7313
|
return {
|
|
6549
|
-
|
|
6550
|
-
pageNumber: 'number',
|
|
6551
|
-
pageSize: 'number',
|
|
7314
|
+
nextToken: 'string',
|
|
6552
7315
|
requestId: 'string',
|
|
7316
|
+
tagResources: ListTagResourcesResponseBodyTagResources,
|
|
6553
7317
|
totalCount: 'number',
|
|
6554
7318
|
};
|
|
6555
7319
|
}
|
|
6556
7320
|
}
|
|
6557
|
-
exports.
|
|
6558
|
-
class
|
|
7321
|
+
exports.ListTagResourcesResponseBody = ListTagResourcesResponseBody;
|
|
7322
|
+
class ListTagResourcesResponse extends $tea.Model {
|
|
6559
7323
|
constructor(map) {
|
|
6560
7324
|
super(map);
|
|
6561
7325
|
}
|
|
@@ -6570,18 +7334,19 @@ class ListListenersResponse extends $tea.Model {
|
|
|
6570
7334
|
return {
|
|
6571
7335
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6572
7336
|
statusCode: 'number',
|
|
6573
|
-
body:
|
|
7337
|
+
body: ListTagResourcesResponseBody,
|
|
6574
7338
|
};
|
|
6575
7339
|
}
|
|
6576
7340
|
}
|
|
6577
|
-
exports.
|
|
6578
|
-
class
|
|
7341
|
+
exports.ListTagResourcesResponse = ListTagResourcesResponse;
|
|
7342
|
+
class RemoveEntriesFromAclRequest extends $tea.Model {
|
|
6579
7343
|
constructor(map) {
|
|
6580
7344
|
super(map);
|
|
6581
7345
|
}
|
|
6582
7346
|
static names() {
|
|
6583
7347
|
return {
|
|
6584
|
-
|
|
7348
|
+
aclEntries: 'AclEntries',
|
|
7349
|
+
aclId: 'AclId',
|
|
6585
7350
|
clientToken: 'ClientToken',
|
|
6586
7351
|
dryRun: 'DryRun',
|
|
6587
7352
|
regionId: 'RegionId',
|
|
@@ -6589,33 +7354,34 @@ class ListSpareIpsRequest extends $tea.Model {
|
|
|
6589
7354
|
}
|
|
6590
7355
|
static types() {
|
|
6591
7356
|
return {
|
|
6592
|
-
|
|
7357
|
+
aclEntries: { 'type': 'array', 'itemType': RemoveEntriesFromAclRequestAclEntries },
|
|
7358
|
+
aclId: 'string',
|
|
6593
7359
|
clientToken: 'string',
|
|
6594
7360
|
dryRun: 'boolean',
|
|
6595
7361
|
regionId: 'string',
|
|
6596
7362
|
};
|
|
6597
7363
|
}
|
|
6598
7364
|
}
|
|
6599
|
-
exports.
|
|
6600
|
-
class
|
|
7365
|
+
exports.RemoveEntriesFromAclRequest = RemoveEntriesFromAclRequest;
|
|
7366
|
+
class RemoveEntriesFromAclResponseBody extends $tea.Model {
|
|
6601
7367
|
constructor(map) {
|
|
6602
7368
|
super(map);
|
|
6603
7369
|
}
|
|
6604
7370
|
static names() {
|
|
6605
7371
|
return {
|
|
7372
|
+
aclId: 'AclId',
|
|
6606
7373
|
requestId: 'RequestId',
|
|
6607
|
-
spareIps: 'SpareIps',
|
|
6608
7374
|
};
|
|
6609
7375
|
}
|
|
6610
7376
|
static types() {
|
|
6611
7377
|
return {
|
|
7378
|
+
aclId: 'string',
|
|
6612
7379
|
requestId: 'string',
|
|
6613
|
-
spareIps: { 'type': 'array', 'itemType': ListSpareIpsResponseBodySpareIps },
|
|
6614
7380
|
};
|
|
6615
7381
|
}
|
|
6616
7382
|
}
|
|
6617
|
-
exports.
|
|
6618
|
-
class
|
|
7383
|
+
exports.RemoveEntriesFromAclResponseBody = RemoveEntriesFromAclResponseBody;
|
|
7384
|
+
class RemoveEntriesFromAclResponse extends $tea.Model {
|
|
6619
7385
|
constructor(map) {
|
|
6620
7386
|
super(map);
|
|
6621
7387
|
}
|
|
@@ -6630,56 +7396,50 @@ class ListSpareIpsResponse extends $tea.Model {
|
|
|
6630
7396
|
return {
|
|
6631
7397
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6632
7398
|
statusCode: 'number',
|
|
6633
|
-
body:
|
|
7399
|
+
body: RemoveEntriesFromAclResponseBody,
|
|
6634
7400
|
};
|
|
6635
7401
|
}
|
|
6636
7402
|
}
|
|
6637
|
-
exports.
|
|
6638
|
-
class
|
|
7403
|
+
exports.RemoveEntriesFromAclResponse = RemoveEntriesFromAclResponse;
|
|
7404
|
+
class ReplaceBandwidthPackageRequest extends $tea.Model {
|
|
6639
7405
|
constructor(map) {
|
|
6640
7406
|
super(map);
|
|
6641
7407
|
}
|
|
6642
7408
|
static names() {
|
|
6643
7409
|
return {
|
|
6644
|
-
|
|
6645
|
-
|
|
7410
|
+
acceleratorId: 'AcceleratorId',
|
|
7411
|
+
bandwidthPackageId: 'BandwidthPackageId',
|
|
6646
7412
|
regionId: 'RegionId',
|
|
7413
|
+
targetBandwidthPackageId: 'TargetBandwidthPackageId',
|
|
6647
7414
|
};
|
|
6648
7415
|
}
|
|
6649
7416
|
static types() {
|
|
6650
7417
|
return {
|
|
6651
|
-
|
|
6652
|
-
|
|
7418
|
+
acceleratorId: 'string',
|
|
7419
|
+
bandwidthPackageId: 'string',
|
|
6653
7420
|
regionId: 'string',
|
|
7421
|
+
targetBandwidthPackageId: 'string',
|
|
6654
7422
|
};
|
|
6655
7423
|
}
|
|
6656
7424
|
}
|
|
6657
|
-
exports.
|
|
6658
|
-
class
|
|
7425
|
+
exports.ReplaceBandwidthPackageRequest = ReplaceBandwidthPackageRequest;
|
|
7426
|
+
class ReplaceBandwidthPackageResponseBody extends $tea.Model {
|
|
6659
7427
|
constructor(map) {
|
|
6660
7428
|
super(map);
|
|
6661
7429
|
}
|
|
6662
7430
|
static names() {
|
|
6663
7431
|
return {
|
|
6664
|
-
pageNumber: 'PageNumber',
|
|
6665
|
-
pageSize: 'PageSize',
|
|
6666
7432
|
requestId: 'RequestId',
|
|
6667
|
-
securityPolicies: 'SecurityPolicies',
|
|
6668
|
-
totalCount: 'TotalCount',
|
|
6669
7433
|
};
|
|
6670
7434
|
}
|
|
6671
7435
|
static types() {
|
|
6672
7436
|
return {
|
|
6673
|
-
pageNumber: 'number',
|
|
6674
|
-
pageSize: 'number',
|
|
6675
7437
|
requestId: 'string',
|
|
6676
|
-
securityPolicies: { 'type': 'array', 'itemType': ListSystemSecurityPoliciesResponseBodySecurityPolicies },
|
|
6677
|
-
totalCount: 'number',
|
|
6678
7438
|
};
|
|
6679
7439
|
}
|
|
6680
7440
|
}
|
|
6681
|
-
exports.
|
|
6682
|
-
class
|
|
7441
|
+
exports.ReplaceBandwidthPackageResponseBody = ReplaceBandwidthPackageResponseBody;
|
|
7442
|
+
class ReplaceBandwidthPackageResponse extends $tea.Model {
|
|
6683
7443
|
constructor(map) {
|
|
6684
7444
|
super(map);
|
|
6685
7445
|
}
|
|
@@ -6694,54 +7454,52 @@ class ListSystemSecurityPoliciesResponse extends $tea.Model {
|
|
|
6694
7454
|
return {
|
|
6695
7455
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6696
7456
|
statusCode: 'number',
|
|
6697
|
-
body:
|
|
7457
|
+
body: ReplaceBandwidthPackageResponseBody,
|
|
6698
7458
|
};
|
|
6699
7459
|
}
|
|
6700
7460
|
}
|
|
6701
|
-
exports.
|
|
6702
|
-
class
|
|
7461
|
+
exports.ReplaceBandwidthPackageResponse = ReplaceBandwidthPackageResponse;
|
|
7462
|
+
class TagResourcesRequest extends $tea.Model {
|
|
6703
7463
|
constructor(map) {
|
|
6704
7464
|
super(map);
|
|
6705
7465
|
}
|
|
6706
7466
|
static names() {
|
|
6707
7467
|
return {
|
|
6708
|
-
aclEntries: 'AclEntries',
|
|
6709
|
-
aclId: 'AclId',
|
|
6710
7468
|
clientToken: 'ClientToken',
|
|
6711
|
-
dryRun: 'DryRun',
|
|
6712
7469
|
regionId: 'RegionId',
|
|
7470
|
+
resourceId: 'ResourceId',
|
|
7471
|
+
resourceType: 'ResourceType',
|
|
7472
|
+
tag: 'Tag',
|
|
6713
7473
|
};
|
|
6714
7474
|
}
|
|
6715
7475
|
static types() {
|
|
6716
7476
|
return {
|
|
6717
|
-
aclEntries: { 'type': 'array', 'itemType': RemoveEntriesFromAclRequestAclEntries },
|
|
6718
|
-
aclId: 'string',
|
|
6719
7477
|
clientToken: 'string',
|
|
6720
|
-
dryRun: 'boolean',
|
|
6721
7478
|
regionId: 'string',
|
|
7479
|
+
resourceId: { 'type': 'array', 'itemType': 'string' },
|
|
7480
|
+
resourceType: 'string',
|
|
7481
|
+
tag: { 'type': 'array', 'itemType': TagResourcesRequestTag },
|
|
6722
7482
|
};
|
|
6723
7483
|
}
|
|
6724
7484
|
}
|
|
6725
|
-
exports.
|
|
6726
|
-
class
|
|
7485
|
+
exports.TagResourcesRequest = TagResourcesRequest;
|
|
7486
|
+
class TagResourcesResponseBody extends $tea.Model {
|
|
6727
7487
|
constructor(map) {
|
|
6728
7488
|
super(map);
|
|
6729
7489
|
}
|
|
6730
7490
|
static names() {
|
|
6731
7491
|
return {
|
|
6732
|
-
aclId: 'AclId',
|
|
6733
7492
|
requestId: 'RequestId',
|
|
6734
7493
|
};
|
|
6735
7494
|
}
|
|
6736
7495
|
static types() {
|
|
6737
7496
|
return {
|
|
6738
|
-
aclId: 'string',
|
|
6739
7497
|
requestId: 'string',
|
|
6740
7498
|
};
|
|
6741
7499
|
}
|
|
6742
7500
|
}
|
|
6743
|
-
exports.
|
|
6744
|
-
class
|
|
7501
|
+
exports.TagResourcesResponseBody = TagResourcesResponseBody;
|
|
7502
|
+
class TagResourcesResponse extends $tea.Model {
|
|
6745
7503
|
constructor(map) {
|
|
6746
7504
|
super(map);
|
|
6747
7505
|
}
|
|
@@ -6756,34 +7514,38 @@ class RemoveEntriesFromAclResponse extends $tea.Model {
|
|
|
6756
7514
|
return {
|
|
6757
7515
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6758
7516
|
statusCode: 'number',
|
|
6759
|
-
body:
|
|
7517
|
+
body: TagResourcesResponseBody,
|
|
6760
7518
|
};
|
|
6761
7519
|
}
|
|
6762
7520
|
}
|
|
6763
|
-
exports.
|
|
6764
|
-
class
|
|
7521
|
+
exports.TagResourcesResponse = TagResourcesResponse;
|
|
7522
|
+
class UntagResourcesRequest extends $tea.Model {
|
|
6765
7523
|
constructor(map) {
|
|
6766
7524
|
super(map);
|
|
6767
7525
|
}
|
|
6768
7526
|
static names() {
|
|
6769
7527
|
return {
|
|
6770
|
-
|
|
6771
|
-
|
|
7528
|
+
all: 'All',
|
|
7529
|
+
clientToken: 'ClientToken',
|
|
6772
7530
|
regionId: 'RegionId',
|
|
6773
|
-
|
|
7531
|
+
resourceId: 'ResourceId',
|
|
7532
|
+
resourceType: 'ResourceType',
|
|
7533
|
+
tagKey: 'TagKey',
|
|
6774
7534
|
};
|
|
6775
7535
|
}
|
|
6776
7536
|
static types() {
|
|
6777
7537
|
return {
|
|
6778
|
-
|
|
6779
|
-
|
|
7538
|
+
all: 'boolean',
|
|
7539
|
+
clientToken: 'string',
|
|
6780
7540
|
regionId: 'string',
|
|
6781
|
-
|
|
7541
|
+
resourceId: { 'type': 'array', 'itemType': 'string' },
|
|
7542
|
+
resourceType: 'string',
|
|
7543
|
+
tagKey: { 'type': 'array', 'itemType': 'string' },
|
|
6782
7544
|
};
|
|
6783
7545
|
}
|
|
6784
7546
|
}
|
|
6785
|
-
exports.
|
|
6786
|
-
class
|
|
7547
|
+
exports.UntagResourcesRequest = UntagResourcesRequest;
|
|
7548
|
+
class UntagResourcesResponseBody extends $tea.Model {
|
|
6787
7549
|
constructor(map) {
|
|
6788
7550
|
super(map);
|
|
6789
7551
|
}
|
|
@@ -6798,8 +7560,8 @@ class ReplaceBandwidthPackageResponseBody extends $tea.Model {
|
|
|
6798
7560
|
};
|
|
6799
7561
|
}
|
|
6800
7562
|
}
|
|
6801
|
-
exports.
|
|
6802
|
-
class
|
|
7563
|
+
exports.UntagResourcesResponseBody = UntagResourcesResponseBody;
|
|
7564
|
+
class UntagResourcesResponse extends $tea.Model {
|
|
6803
7565
|
constructor(map) {
|
|
6804
7566
|
super(map);
|
|
6805
7567
|
}
|
|
@@ -6814,11 +7576,11 @@ class ReplaceBandwidthPackageResponse extends $tea.Model {
|
|
|
6814
7576
|
return {
|
|
6815
7577
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6816
7578
|
statusCode: 'number',
|
|
6817
|
-
body:
|
|
7579
|
+
body: UntagResourcesResponseBody,
|
|
6818
7580
|
};
|
|
6819
7581
|
}
|
|
6820
7582
|
}
|
|
6821
|
-
exports.
|
|
7583
|
+
exports.UntagResourcesResponse = UntagResourcesResponse;
|
|
6822
7584
|
class UpdateAcceleratorRequest extends $tea.Model {
|
|
6823
7585
|
constructor(map) {
|
|
6824
7586
|
super(map);
|
|
@@ -7403,6 +8165,72 @@ class UpdateBasicAcceleratorResponse extends $tea.Model {
|
|
|
7403
8165
|
}
|
|
7404
8166
|
}
|
|
7405
8167
|
exports.UpdateBasicAcceleratorResponse = UpdateBasicAcceleratorResponse;
|
|
8168
|
+
class UpdateBasicEndpointRequest extends $tea.Model {
|
|
8169
|
+
constructor(map) {
|
|
8170
|
+
super(map);
|
|
8171
|
+
}
|
|
8172
|
+
static names() {
|
|
8173
|
+
return {
|
|
8174
|
+
clientToken: 'ClientToken',
|
|
8175
|
+
endpointGroupId: 'EndpointGroupId',
|
|
8176
|
+
endpointId: 'EndpointId',
|
|
8177
|
+
name: 'Name',
|
|
8178
|
+
regionId: 'RegionId',
|
|
8179
|
+
};
|
|
8180
|
+
}
|
|
8181
|
+
static types() {
|
|
8182
|
+
return {
|
|
8183
|
+
clientToken: 'string',
|
|
8184
|
+
endpointGroupId: 'string',
|
|
8185
|
+
endpointId: 'string',
|
|
8186
|
+
name: 'string',
|
|
8187
|
+
regionId: 'string',
|
|
8188
|
+
};
|
|
8189
|
+
}
|
|
8190
|
+
}
|
|
8191
|
+
exports.UpdateBasicEndpointRequest = UpdateBasicEndpointRequest;
|
|
8192
|
+
class UpdateBasicEndpointResponseBody extends $tea.Model {
|
|
8193
|
+
constructor(map) {
|
|
8194
|
+
super(map);
|
|
8195
|
+
}
|
|
8196
|
+
static names() {
|
|
8197
|
+
return {
|
|
8198
|
+
endpointGroupId: 'EndpointGroupId',
|
|
8199
|
+
endpointId: 'EndpointId',
|
|
8200
|
+
name: 'Name',
|
|
8201
|
+
requestId: 'RequestId',
|
|
8202
|
+
};
|
|
8203
|
+
}
|
|
8204
|
+
static types() {
|
|
8205
|
+
return {
|
|
8206
|
+
endpointGroupId: 'string',
|
|
8207
|
+
endpointId: 'string',
|
|
8208
|
+
name: 'string',
|
|
8209
|
+
requestId: 'string',
|
|
8210
|
+
};
|
|
8211
|
+
}
|
|
8212
|
+
}
|
|
8213
|
+
exports.UpdateBasicEndpointResponseBody = UpdateBasicEndpointResponseBody;
|
|
8214
|
+
class UpdateBasicEndpointResponse extends $tea.Model {
|
|
8215
|
+
constructor(map) {
|
|
8216
|
+
super(map);
|
|
8217
|
+
}
|
|
8218
|
+
static names() {
|
|
8219
|
+
return {
|
|
8220
|
+
headers: 'headers',
|
|
8221
|
+
statusCode: 'statusCode',
|
|
8222
|
+
body: 'body',
|
|
8223
|
+
};
|
|
8224
|
+
}
|
|
8225
|
+
static types() {
|
|
8226
|
+
return {
|
|
8227
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8228
|
+
statusCode: 'number',
|
|
8229
|
+
body: UpdateBasicEndpointResponseBody,
|
|
8230
|
+
};
|
|
8231
|
+
}
|
|
8232
|
+
}
|
|
8233
|
+
exports.UpdateBasicEndpointResponse = UpdateBasicEndpointResponse;
|
|
7406
8234
|
class UpdateBasicEndpointGroupRequest extends $tea.Model {
|
|
7407
8235
|
constructor(map) {
|
|
7408
8236
|
super(map);
|
|
@@ -8309,6 +9137,54 @@ class CreateBasicAccelerateIpEndpointRelationsRequestAccelerateIpEndpointRelatio
|
|
|
8309
9137
|
}
|
|
8310
9138
|
}
|
|
8311
9139
|
exports.CreateBasicAccelerateIpEndpointRelationsRequestAccelerateIpEndpointRelations = CreateBasicAccelerateIpEndpointRelationsRequestAccelerateIpEndpointRelations;
|
|
9140
|
+
class CreateBasicEndpointsRequestEndpoints extends $tea.Model {
|
|
9141
|
+
constructor(map) {
|
|
9142
|
+
super(map);
|
|
9143
|
+
}
|
|
9144
|
+
static names() {
|
|
9145
|
+
return {
|
|
9146
|
+
endpointAddress: 'EndpointAddress',
|
|
9147
|
+
endpointSubAddress: 'EndpointSubAddress',
|
|
9148
|
+
endpointSubAddressType: 'EndpointSubAddressType',
|
|
9149
|
+
endpointType: 'EndpointType',
|
|
9150
|
+
endpointZoneId: 'EndpointZoneId',
|
|
9151
|
+
name: 'Name',
|
|
9152
|
+
};
|
|
9153
|
+
}
|
|
9154
|
+
static types() {
|
|
9155
|
+
return {
|
|
9156
|
+
endpointAddress: 'string',
|
|
9157
|
+
endpointSubAddress: 'string',
|
|
9158
|
+
endpointSubAddressType: 'string',
|
|
9159
|
+
endpointType: 'string',
|
|
9160
|
+
endpointZoneId: 'string',
|
|
9161
|
+
name: 'string',
|
|
9162
|
+
};
|
|
9163
|
+
}
|
|
9164
|
+
}
|
|
9165
|
+
exports.CreateBasicEndpointsRequestEndpoints = CreateBasicEndpointsRequestEndpoints;
|
|
9166
|
+
class CreateBasicEndpointsResponseBodyEndpoints extends $tea.Model {
|
|
9167
|
+
constructor(map) {
|
|
9168
|
+
super(map);
|
|
9169
|
+
}
|
|
9170
|
+
static names() {
|
|
9171
|
+
return {
|
|
9172
|
+
endpointAddress: 'EndpointAddress',
|
|
9173
|
+
endpointId: 'EndpointId',
|
|
9174
|
+
endpointSubAddress: 'EndpointSubAddress',
|
|
9175
|
+
endpointType: 'EndpointType',
|
|
9176
|
+
};
|
|
9177
|
+
}
|
|
9178
|
+
static types() {
|
|
9179
|
+
return {
|
|
9180
|
+
endpointAddress: 'string',
|
|
9181
|
+
endpointId: 'string',
|
|
9182
|
+
endpointSubAddress: 'string',
|
|
9183
|
+
endpointType: 'string',
|
|
9184
|
+
};
|
|
9185
|
+
}
|
|
9186
|
+
}
|
|
9187
|
+
exports.CreateBasicEndpointsResponseBodyEndpoints = CreateBasicEndpointsResponseBodyEndpoints;
|
|
8312
9188
|
class CreateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations extends $tea.Model {
|
|
8313
9189
|
constructor(map) {
|
|
8314
9190
|
super(map);
|
|
@@ -10080,11 +10956,71 @@ class ListBandwidthackagesResponseBodyBandwidthPackages extends $tea.Model {
|
|
|
10080
10956
|
regionId: 'string',
|
|
10081
10957
|
resourceGroupId: 'string',
|
|
10082
10958
|
state: 'string',
|
|
10083
|
-
tags: { 'type': 'array', 'itemType': ListBandwidthackagesResponseBodyBandwidthPackagesTags },
|
|
10959
|
+
tags: { 'type': 'array', 'itemType': ListBandwidthackagesResponseBodyBandwidthPackagesTags },
|
|
10960
|
+
};
|
|
10961
|
+
}
|
|
10962
|
+
}
|
|
10963
|
+
exports.ListBandwidthackagesResponseBodyBandwidthPackages = ListBandwidthackagesResponseBodyBandwidthPackages;
|
|
10964
|
+
class ListBasicAccelerateIpEndpointRelationsResponseBodyAccelerateIpEndpointRelations extends $tea.Model {
|
|
10965
|
+
constructor(map) {
|
|
10966
|
+
super(map);
|
|
10967
|
+
}
|
|
10968
|
+
static names() {
|
|
10969
|
+
return {
|
|
10970
|
+
accelerateIpId: 'AccelerateIpId',
|
|
10971
|
+
acceleratorId: 'AcceleratorId',
|
|
10972
|
+
endpointAddress: 'EndpointAddress',
|
|
10973
|
+
endpointId: 'EndpointId',
|
|
10974
|
+
endpointName: 'EndpointName',
|
|
10975
|
+
endpointSubAddress: 'EndpointSubAddress',
|
|
10976
|
+
endpointSubAddressType: 'EndpointSubAddressType',
|
|
10977
|
+
endpointType: 'EndpointType',
|
|
10978
|
+
endpointZoneId: 'EndpointZoneId',
|
|
10979
|
+
ipAddress: 'IpAddress',
|
|
10980
|
+
state: 'State',
|
|
10981
|
+
};
|
|
10982
|
+
}
|
|
10983
|
+
static types() {
|
|
10984
|
+
return {
|
|
10985
|
+
accelerateIpId: 'string',
|
|
10986
|
+
acceleratorId: 'string',
|
|
10987
|
+
endpointAddress: 'string',
|
|
10988
|
+
endpointId: 'string',
|
|
10989
|
+
endpointName: 'string',
|
|
10990
|
+
endpointSubAddress: 'string',
|
|
10991
|
+
endpointSubAddressType: 'string',
|
|
10992
|
+
endpointType: 'string',
|
|
10993
|
+
endpointZoneId: 'string',
|
|
10994
|
+
ipAddress: 'string',
|
|
10995
|
+
state: 'string',
|
|
10996
|
+
};
|
|
10997
|
+
}
|
|
10998
|
+
}
|
|
10999
|
+
exports.ListBasicAccelerateIpEndpointRelationsResponseBodyAccelerateIpEndpointRelations = ListBasicAccelerateIpEndpointRelationsResponseBodyAccelerateIpEndpointRelations;
|
|
11000
|
+
class ListBasicAccelerateIpsResponseBodyAccelerateIps extends $tea.Model {
|
|
11001
|
+
constructor(map) {
|
|
11002
|
+
super(map);
|
|
11003
|
+
}
|
|
11004
|
+
static names() {
|
|
11005
|
+
return {
|
|
11006
|
+
accelerateIpAddress: 'AccelerateIpAddress',
|
|
11007
|
+
accelerateIpId: 'AccelerateIpId',
|
|
11008
|
+
acceleratorId: 'AcceleratorId',
|
|
11009
|
+
ipSetId: 'IpSetId',
|
|
11010
|
+
state: 'State',
|
|
11011
|
+
};
|
|
11012
|
+
}
|
|
11013
|
+
static types() {
|
|
11014
|
+
return {
|
|
11015
|
+
accelerateIpAddress: 'string',
|
|
11016
|
+
accelerateIpId: 'string',
|
|
11017
|
+
acceleratorId: 'string',
|
|
11018
|
+
ipSetId: 'string',
|
|
11019
|
+
state: 'string',
|
|
10084
11020
|
};
|
|
10085
11021
|
}
|
|
10086
11022
|
}
|
|
10087
|
-
exports.
|
|
11023
|
+
exports.ListBasicAccelerateIpsResponseBodyAccelerateIps = ListBasicAccelerateIpsResponseBodyAccelerateIps;
|
|
10088
11024
|
class ListBasicAcceleratorsRequestTag extends $tea.Model {
|
|
10089
11025
|
constructor(map) {
|
|
10090
11026
|
super(map);
|
|
@@ -10205,6 +11141,40 @@ class ListBasicAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
|
10205
11141
|
}
|
|
10206
11142
|
}
|
|
10207
11143
|
exports.ListBasicAcceleratorsResponseBodyAccelerators = ListBasicAcceleratorsResponseBodyAccelerators;
|
|
11144
|
+
class ListBasicEndpointsResponseBodyEndpoints extends $tea.Model {
|
|
11145
|
+
constructor(map) {
|
|
11146
|
+
super(map);
|
|
11147
|
+
}
|
|
11148
|
+
static names() {
|
|
11149
|
+
return {
|
|
11150
|
+
acceleratorId: 'AcceleratorId',
|
|
11151
|
+
endpointAddress: 'EndpointAddress',
|
|
11152
|
+
endpointGroupId: 'EndpointGroupId',
|
|
11153
|
+
endpointId: 'EndpointId',
|
|
11154
|
+
endpointSubAddress: 'EndpointSubAddress',
|
|
11155
|
+
endpointSubAddressType: 'EndpointSubAddressType',
|
|
11156
|
+
endpointType: 'EndpointType',
|
|
11157
|
+
endpointZoneId: 'EndpointZoneId',
|
|
11158
|
+
name: 'Name',
|
|
11159
|
+
state: 'State',
|
|
11160
|
+
};
|
|
11161
|
+
}
|
|
11162
|
+
static types() {
|
|
11163
|
+
return {
|
|
11164
|
+
acceleratorId: 'string',
|
|
11165
|
+
endpointAddress: 'string',
|
|
11166
|
+
endpointGroupId: 'string',
|
|
11167
|
+
endpointId: 'string',
|
|
11168
|
+
endpointSubAddress: 'string',
|
|
11169
|
+
endpointSubAddressType: 'string',
|
|
11170
|
+
endpointType: 'string',
|
|
11171
|
+
endpointZoneId: 'string',
|
|
11172
|
+
name: 'string',
|
|
11173
|
+
state: 'string',
|
|
11174
|
+
};
|
|
11175
|
+
}
|
|
11176
|
+
}
|
|
11177
|
+
exports.ListBasicEndpointsResponseBodyEndpoints = ListBasicEndpointsResponseBodyEndpoints;
|
|
10208
11178
|
class ListBusiRegionsResponseBodyRegions extends $tea.Model {
|
|
10209
11179
|
constructor(map) {
|
|
10210
11180
|
super(map);
|
|
@@ -10949,6 +11919,62 @@ class ListSystemSecurityPoliciesResponseBodySecurityPolicies extends $tea.Model
|
|
|
10949
11919
|
}
|
|
10950
11920
|
}
|
|
10951
11921
|
exports.ListSystemSecurityPoliciesResponseBodySecurityPolicies = ListSystemSecurityPoliciesResponseBodySecurityPolicies;
|
|
11922
|
+
class ListTagResourcesRequestTag extends $tea.Model {
|
|
11923
|
+
constructor(map) {
|
|
11924
|
+
super(map);
|
|
11925
|
+
}
|
|
11926
|
+
static names() {
|
|
11927
|
+
return {
|
|
11928
|
+
key: 'Key',
|
|
11929
|
+
value: 'Value',
|
|
11930
|
+
};
|
|
11931
|
+
}
|
|
11932
|
+
static types() {
|
|
11933
|
+
return {
|
|
11934
|
+
key: 'string',
|
|
11935
|
+
value: 'string',
|
|
11936
|
+
};
|
|
11937
|
+
}
|
|
11938
|
+
}
|
|
11939
|
+
exports.ListTagResourcesRequestTag = ListTagResourcesRequestTag;
|
|
11940
|
+
class ListTagResourcesResponseBodyTagResourcesTagResource extends $tea.Model {
|
|
11941
|
+
constructor(map) {
|
|
11942
|
+
super(map);
|
|
11943
|
+
}
|
|
11944
|
+
static names() {
|
|
11945
|
+
return {
|
|
11946
|
+
resourceId: 'ResourceId',
|
|
11947
|
+
resourceType: 'ResourceType',
|
|
11948
|
+
tagKey: 'TagKey',
|
|
11949
|
+
tagValue: 'TagValue',
|
|
11950
|
+
};
|
|
11951
|
+
}
|
|
11952
|
+
static types() {
|
|
11953
|
+
return {
|
|
11954
|
+
resourceId: 'string',
|
|
11955
|
+
resourceType: 'string',
|
|
11956
|
+
tagKey: 'string',
|
|
11957
|
+
tagValue: 'string',
|
|
11958
|
+
};
|
|
11959
|
+
}
|
|
11960
|
+
}
|
|
11961
|
+
exports.ListTagResourcesResponseBodyTagResourcesTagResource = ListTagResourcesResponseBodyTagResourcesTagResource;
|
|
11962
|
+
class ListTagResourcesResponseBodyTagResources extends $tea.Model {
|
|
11963
|
+
constructor(map) {
|
|
11964
|
+
super(map);
|
|
11965
|
+
}
|
|
11966
|
+
static names() {
|
|
11967
|
+
return {
|
|
11968
|
+
tagResource: 'TagResource',
|
|
11969
|
+
};
|
|
11970
|
+
}
|
|
11971
|
+
static types() {
|
|
11972
|
+
return {
|
|
11973
|
+
tagResource: { 'type': 'array', 'itemType': ListTagResourcesResponseBodyTagResourcesTagResource },
|
|
11974
|
+
};
|
|
11975
|
+
}
|
|
11976
|
+
}
|
|
11977
|
+
exports.ListTagResourcesResponseBodyTagResources = ListTagResourcesResponseBodyTagResources;
|
|
10952
11978
|
class RemoveEntriesFromAclRequestAclEntries extends $tea.Model {
|
|
10953
11979
|
constructor(map) {
|
|
10954
11980
|
super(map);
|
|
@@ -10965,6 +11991,24 @@ class RemoveEntriesFromAclRequestAclEntries extends $tea.Model {
|
|
|
10965
11991
|
}
|
|
10966
11992
|
}
|
|
10967
11993
|
exports.RemoveEntriesFromAclRequestAclEntries = RemoveEntriesFromAclRequestAclEntries;
|
|
11994
|
+
class TagResourcesRequestTag extends $tea.Model {
|
|
11995
|
+
constructor(map) {
|
|
11996
|
+
super(map);
|
|
11997
|
+
}
|
|
11998
|
+
static names() {
|
|
11999
|
+
return {
|
|
12000
|
+
key: 'Key',
|
|
12001
|
+
value: 'Value',
|
|
12002
|
+
};
|
|
12003
|
+
}
|
|
12004
|
+
static types() {
|
|
12005
|
+
return {
|
|
12006
|
+
key: 'string',
|
|
12007
|
+
value: 'string',
|
|
12008
|
+
};
|
|
12009
|
+
}
|
|
12010
|
+
}
|
|
12011
|
+
exports.TagResourcesRequestTag = TagResourcesRequestTag;
|
|
10968
12012
|
class UpdateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations extends $tea.Model {
|
|
10969
12013
|
constructor(map) {
|
|
10970
12014
|
super(map);
|
|
@@ -12208,6 +13252,59 @@ class Client extends openapi_client_1.default {
|
|
|
12208
13252
|
let runtime = new $Util.RuntimeOptions({});
|
|
12209
13253
|
return await this.createBasicAcceleratorWithOptions(request, runtime);
|
|
12210
13254
|
}
|
|
13255
|
+
async createBasicEndpointWithOptions(request, runtime) {
|
|
13256
|
+
tea_util_1.default.validateModel(request);
|
|
13257
|
+
let query = {};
|
|
13258
|
+
if (!tea_util_1.default.isUnset(request.acceleratorId)) {
|
|
13259
|
+
query["AcceleratorId"] = request.acceleratorId;
|
|
13260
|
+
}
|
|
13261
|
+
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
13262
|
+
query["ClientToken"] = request.clientToken;
|
|
13263
|
+
}
|
|
13264
|
+
if (!tea_util_1.default.isUnset(request.endpointAddress)) {
|
|
13265
|
+
query["EndpointAddress"] = request.endpointAddress;
|
|
13266
|
+
}
|
|
13267
|
+
if (!tea_util_1.default.isUnset(request.endpointGroupId)) {
|
|
13268
|
+
query["EndpointGroupId"] = request.endpointGroupId;
|
|
13269
|
+
}
|
|
13270
|
+
if (!tea_util_1.default.isUnset(request.endpointSubAddress)) {
|
|
13271
|
+
query["EndpointSubAddress"] = request.endpointSubAddress;
|
|
13272
|
+
}
|
|
13273
|
+
if (!tea_util_1.default.isUnset(request.endpointSubAddressType)) {
|
|
13274
|
+
query["EndpointSubAddressType"] = request.endpointSubAddressType;
|
|
13275
|
+
}
|
|
13276
|
+
if (!tea_util_1.default.isUnset(request.endpointType)) {
|
|
13277
|
+
query["EndpointType"] = request.endpointType;
|
|
13278
|
+
}
|
|
13279
|
+
if (!tea_util_1.default.isUnset(request.endpointZoneId)) {
|
|
13280
|
+
query["EndpointZoneId"] = request.endpointZoneId;
|
|
13281
|
+
}
|
|
13282
|
+
if (!tea_util_1.default.isUnset(request.name)) {
|
|
13283
|
+
query["Name"] = request.name;
|
|
13284
|
+
}
|
|
13285
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
13286
|
+
query["RegionId"] = request.regionId;
|
|
13287
|
+
}
|
|
13288
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
13289
|
+
query: openapi_util_1.default.query(query),
|
|
13290
|
+
});
|
|
13291
|
+
let params = new $OpenApi.Params({
|
|
13292
|
+
action: "CreateBasicEndpoint",
|
|
13293
|
+
version: "2019-11-20",
|
|
13294
|
+
protocol: "HTTPS",
|
|
13295
|
+
pathname: "/",
|
|
13296
|
+
method: "POST",
|
|
13297
|
+
authType: "AK",
|
|
13298
|
+
style: "RPC",
|
|
13299
|
+
reqBodyType: "formData",
|
|
13300
|
+
bodyType: "json",
|
|
13301
|
+
});
|
|
13302
|
+
return $tea.cast(await this.callApi(params, req, runtime), new CreateBasicEndpointResponse({}));
|
|
13303
|
+
}
|
|
13304
|
+
async createBasicEndpoint(request) {
|
|
13305
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
13306
|
+
return await this.createBasicEndpointWithOptions(request, runtime);
|
|
13307
|
+
}
|
|
12211
13308
|
async createBasicEndpointGroupWithOptions(request, runtime) {
|
|
12212
13309
|
tea_util_1.default.validateModel(request);
|
|
12213
13310
|
let query = {};
|
|
@@ -12258,6 +13355,44 @@ class Client extends openapi_client_1.default {
|
|
|
12258
13355
|
let runtime = new $Util.RuntimeOptions({});
|
|
12259
13356
|
return await this.createBasicEndpointGroupWithOptions(request, runtime);
|
|
12260
13357
|
}
|
|
13358
|
+
async createBasicEndpointsWithOptions(request, runtime) {
|
|
13359
|
+
tea_util_1.default.validateModel(request);
|
|
13360
|
+
let query = {};
|
|
13361
|
+
if (!tea_util_1.default.isUnset(request.acceleratorId)) {
|
|
13362
|
+
query["AcceleratorId"] = request.acceleratorId;
|
|
13363
|
+
}
|
|
13364
|
+
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
13365
|
+
query["ClientToken"] = request.clientToken;
|
|
13366
|
+
}
|
|
13367
|
+
if (!tea_util_1.default.isUnset(request.endpointGroupId)) {
|
|
13368
|
+
query["EndpointGroupId"] = request.endpointGroupId;
|
|
13369
|
+
}
|
|
13370
|
+
if (!tea_util_1.default.isUnset(request.endpoints)) {
|
|
13371
|
+
query["Endpoints"] = request.endpoints;
|
|
13372
|
+
}
|
|
13373
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
13374
|
+
query["RegionId"] = request.regionId;
|
|
13375
|
+
}
|
|
13376
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
13377
|
+
query: openapi_util_1.default.query(query),
|
|
13378
|
+
});
|
|
13379
|
+
let params = new $OpenApi.Params({
|
|
13380
|
+
action: "CreateBasicEndpoints",
|
|
13381
|
+
version: "2019-11-20",
|
|
13382
|
+
protocol: "HTTPS",
|
|
13383
|
+
pathname: "/",
|
|
13384
|
+
method: "POST",
|
|
13385
|
+
authType: "AK",
|
|
13386
|
+
style: "RPC",
|
|
13387
|
+
reqBodyType: "formData",
|
|
13388
|
+
bodyType: "json",
|
|
13389
|
+
});
|
|
13390
|
+
return $tea.cast(await this.callApi(params, req, runtime), new CreateBasicEndpointsResponse({}));
|
|
13391
|
+
}
|
|
13392
|
+
async createBasicEndpoints(request) {
|
|
13393
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
13394
|
+
return await this.createBasicEndpointsWithOptions(request, runtime);
|
|
13395
|
+
}
|
|
12261
13396
|
async createBasicIpSetWithOptions(request, runtime) {
|
|
12262
13397
|
tea_util_1.default.validateModel(request);
|
|
12263
13398
|
let query = {};
|
|
@@ -14130,6 +15265,76 @@ class Client extends openapi_client_1.default {
|
|
|
14130
15265
|
let runtime = new $Util.RuntimeOptions({});
|
|
14131
15266
|
return await this.getBasicAccelerateIpWithOptions(request, runtime);
|
|
14132
15267
|
}
|
|
15268
|
+
async getBasicAccelerateIpEndpointRelationWithOptions(request, runtime) {
|
|
15269
|
+
tea_util_1.default.validateModel(request);
|
|
15270
|
+
let query = {};
|
|
15271
|
+
if (!tea_util_1.default.isUnset(request.accelerateIpId)) {
|
|
15272
|
+
query["AccelerateIpId"] = request.accelerateIpId;
|
|
15273
|
+
}
|
|
15274
|
+
if (!tea_util_1.default.isUnset(request.acceleratorId)) {
|
|
15275
|
+
query["AcceleratorId"] = request.acceleratorId;
|
|
15276
|
+
}
|
|
15277
|
+
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
15278
|
+
query["ClientToken"] = request.clientToken;
|
|
15279
|
+
}
|
|
15280
|
+
if (!tea_util_1.default.isUnset(request.endpointId)) {
|
|
15281
|
+
query["EndpointId"] = request.endpointId;
|
|
15282
|
+
}
|
|
15283
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
15284
|
+
query["RegionId"] = request.regionId;
|
|
15285
|
+
}
|
|
15286
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
15287
|
+
query: openapi_util_1.default.query(query),
|
|
15288
|
+
});
|
|
15289
|
+
let params = new $OpenApi.Params({
|
|
15290
|
+
action: "GetBasicAccelerateIpEndpointRelation",
|
|
15291
|
+
version: "2019-11-20",
|
|
15292
|
+
protocol: "HTTPS",
|
|
15293
|
+
pathname: "/",
|
|
15294
|
+
method: "POST",
|
|
15295
|
+
authType: "AK",
|
|
15296
|
+
style: "RPC",
|
|
15297
|
+
reqBodyType: "formData",
|
|
15298
|
+
bodyType: "json",
|
|
15299
|
+
});
|
|
15300
|
+
return $tea.cast(await this.callApi(params, req, runtime), new GetBasicAccelerateIpEndpointRelationResponse({}));
|
|
15301
|
+
}
|
|
15302
|
+
async getBasicAccelerateIpEndpointRelation(request) {
|
|
15303
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
15304
|
+
return await this.getBasicAccelerateIpEndpointRelationWithOptions(request, runtime);
|
|
15305
|
+
}
|
|
15306
|
+
async getBasicAccelerateIpIdleCountWithOptions(request, runtime) {
|
|
15307
|
+
tea_util_1.default.validateModel(request);
|
|
15308
|
+
let query = {};
|
|
15309
|
+
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
15310
|
+
query["ClientToken"] = request.clientToken;
|
|
15311
|
+
}
|
|
15312
|
+
if (!tea_util_1.default.isUnset(request.ipSetId)) {
|
|
15313
|
+
query["IpSetId"] = request.ipSetId;
|
|
15314
|
+
}
|
|
15315
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
15316
|
+
query["RegionId"] = request.regionId;
|
|
15317
|
+
}
|
|
15318
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
15319
|
+
query: openapi_util_1.default.query(query),
|
|
15320
|
+
});
|
|
15321
|
+
let params = new $OpenApi.Params({
|
|
15322
|
+
action: "GetBasicAccelerateIpIdleCount",
|
|
15323
|
+
version: "2019-11-20",
|
|
15324
|
+
protocol: "HTTPS",
|
|
15325
|
+
pathname: "/",
|
|
15326
|
+
method: "POST",
|
|
15327
|
+
authType: "AK",
|
|
15328
|
+
style: "RPC",
|
|
15329
|
+
reqBodyType: "formData",
|
|
15330
|
+
bodyType: "json",
|
|
15331
|
+
});
|
|
15332
|
+
return $tea.cast(await this.callApi(params, req, runtime), new GetBasicAccelerateIpIdleCountResponse({}));
|
|
15333
|
+
}
|
|
15334
|
+
async getBasicAccelerateIpIdleCount(request) {
|
|
15335
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
15336
|
+
return await this.getBasicAccelerateIpIdleCountWithOptions(request, runtime);
|
|
15337
|
+
}
|
|
14133
15338
|
async getBasicAcceleratorWithOptions(request, runtime) {
|
|
14134
15339
|
tea_util_1.default.validateModel(request);
|
|
14135
15340
|
let query = {};
|
|
@@ -14143,7 +15348,39 @@ class Client extends openapi_client_1.default {
|
|
|
14143
15348
|
query: openapi_util_1.default.query(query),
|
|
14144
15349
|
});
|
|
14145
15350
|
let params = new $OpenApi.Params({
|
|
14146
|
-
action: "GetBasicAccelerator",
|
|
15351
|
+
action: "GetBasicAccelerator",
|
|
15352
|
+
version: "2019-11-20",
|
|
15353
|
+
protocol: "HTTPS",
|
|
15354
|
+
pathname: "/",
|
|
15355
|
+
method: "POST",
|
|
15356
|
+
authType: "AK",
|
|
15357
|
+
style: "RPC",
|
|
15358
|
+
reqBodyType: "formData",
|
|
15359
|
+
bodyType: "json",
|
|
15360
|
+
});
|
|
15361
|
+
return $tea.cast(await this.callApi(params, req, runtime), new GetBasicAcceleratorResponse({}));
|
|
15362
|
+
}
|
|
15363
|
+
async getBasicAccelerator(request) {
|
|
15364
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
15365
|
+
return await this.getBasicAcceleratorWithOptions(request, runtime);
|
|
15366
|
+
}
|
|
15367
|
+
async getBasicEndpointWithOptions(request, runtime) {
|
|
15368
|
+
tea_util_1.default.validateModel(request);
|
|
15369
|
+
let query = {};
|
|
15370
|
+
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
15371
|
+
query["ClientToken"] = request.clientToken;
|
|
15372
|
+
}
|
|
15373
|
+
if (!tea_util_1.default.isUnset(request.endpointId)) {
|
|
15374
|
+
query["EndpointId"] = request.endpointId;
|
|
15375
|
+
}
|
|
15376
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
15377
|
+
query["RegionId"] = request.regionId;
|
|
15378
|
+
}
|
|
15379
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
15380
|
+
query: openapi_util_1.default.query(query),
|
|
15381
|
+
});
|
|
15382
|
+
let params = new $OpenApi.Params({
|
|
15383
|
+
action: "GetBasicEndpoint",
|
|
14147
15384
|
version: "2019-11-20",
|
|
14148
15385
|
protocol: "HTTPS",
|
|
14149
15386
|
pathname: "/",
|
|
@@ -14153,11 +15390,11 @@ class Client extends openapi_client_1.default {
|
|
|
14153
15390
|
reqBodyType: "formData",
|
|
14154
15391
|
bodyType: "json",
|
|
14155
15392
|
});
|
|
14156
|
-
return $tea.cast(await this.callApi(params, req, runtime), new
|
|
15393
|
+
return $tea.cast(await this.callApi(params, req, runtime), new GetBasicEndpointResponse({}));
|
|
14157
15394
|
}
|
|
14158
|
-
async
|
|
15395
|
+
async getBasicEndpoint(request) {
|
|
14159
15396
|
let runtime = new $Util.RuntimeOptions({});
|
|
14160
|
-
return await this.
|
|
15397
|
+
return await this.getBasicEndpointWithOptions(request, runtime);
|
|
14161
15398
|
}
|
|
14162
15399
|
async getBasicEndpointGroupWithOptions(request, runtime) {
|
|
14163
15400
|
tea_util_1.default.validateModel(request);
|
|
@@ -14629,6 +15866,94 @@ class Client extends openapi_client_1.default {
|
|
|
14629
15866
|
let runtime = new $Util.RuntimeOptions({});
|
|
14630
15867
|
return await this.listBandwidthackagesWithOptions(request, runtime);
|
|
14631
15868
|
}
|
|
15869
|
+
async listBasicAccelerateIpEndpointRelationsWithOptions(request, runtime) {
|
|
15870
|
+
tea_util_1.default.validateModel(request);
|
|
15871
|
+
let query = {};
|
|
15872
|
+
if (!tea_util_1.default.isUnset(request.accelerateIpId)) {
|
|
15873
|
+
query["AccelerateIpId"] = request.accelerateIpId;
|
|
15874
|
+
}
|
|
15875
|
+
if (!tea_util_1.default.isUnset(request.acceleratorId)) {
|
|
15876
|
+
query["AcceleratorId"] = request.acceleratorId;
|
|
15877
|
+
}
|
|
15878
|
+
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
15879
|
+
query["ClientToken"] = request.clientToken;
|
|
15880
|
+
}
|
|
15881
|
+
if (!tea_util_1.default.isUnset(request.endpointId)) {
|
|
15882
|
+
query["EndpointId"] = request.endpointId;
|
|
15883
|
+
}
|
|
15884
|
+
if (!tea_util_1.default.isUnset(request.maxResults)) {
|
|
15885
|
+
query["MaxResults"] = request.maxResults;
|
|
15886
|
+
}
|
|
15887
|
+
if (!tea_util_1.default.isUnset(request.nextToken)) {
|
|
15888
|
+
query["NextToken"] = request.nextToken;
|
|
15889
|
+
}
|
|
15890
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
15891
|
+
query["RegionId"] = request.regionId;
|
|
15892
|
+
}
|
|
15893
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
15894
|
+
query: openapi_util_1.default.query(query),
|
|
15895
|
+
});
|
|
15896
|
+
let params = new $OpenApi.Params({
|
|
15897
|
+
action: "ListBasicAccelerateIpEndpointRelations",
|
|
15898
|
+
version: "2019-11-20",
|
|
15899
|
+
protocol: "HTTPS",
|
|
15900
|
+
pathname: "/",
|
|
15901
|
+
method: "POST",
|
|
15902
|
+
authType: "AK",
|
|
15903
|
+
style: "RPC",
|
|
15904
|
+
reqBodyType: "formData",
|
|
15905
|
+
bodyType: "json",
|
|
15906
|
+
});
|
|
15907
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ListBasicAccelerateIpEndpointRelationsResponse({}));
|
|
15908
|
+
}
|
|
15909
|
+
async listBasicAccelerateIpEndpointRelations(request) {
|
|
15910
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
15911
|
+
return await this.listBasicAccelerateIpEndpointRelationsWithOptions(request, runtime);
|
|
15912
|
+
}
|
|
15913
|
+
async listBasicAccelerateIpsWithOptions(request, runtime) {
|
|
15914
|
+
tea_util_1.default.validateModel(request);
|
|
15915
|
+
let query = {};
|
|
15916
|
+
if (!tea_util_1.default.isUnset(request.accelerateIpAddress)) {
|
|
15917
|
+
query["AccelerateIpAddress"] = request.accelerateIpAddress;
|
|
15918
|
+
}
|
|
15919
|
+
if (!tea_util_1.default.isUnset(request.accelerateIpId)) {
|
|
15920
|
+
query["AccelerateIpId"] = request.accelerateIpId;
|
|
15921
|
+
}
|
|
15922
|
+
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
15923
|
+
query["ClientToken"] = request.clientToken;
|
|
15924
|
+
}
|
|
15925
|
+
if (!tea_util_1.default.isUnset(request.ipSetId)) {
|
|
15926
|
+
query["IpSetId"] = request.ipSetId;
|
|
15927
|
+
}
|
|
15928
|
+
if (!tea_util_1.default.isUnset(request.maxResults)) {
|
|
15929
|
+
query["MaxResults"] = request.maxResults;
|
|
15930
|
+
}
|
|
15931
|
+
if (!tea_util_1.default.isUnset(request.nextToken)) {
|
|
15932
|
+
query["NextToken"] = request.nextToken;
|
|
15933
|
+
}
|
|
15934
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
15935
|
+
query["RegionId"] = request.regionId;
|
|
15936
|
+
}
|
|
15937
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
15938
|
+
query: openapi_util_1.default.query(query),
|
|
15939
|
+
});
|
|
15940
|
+
let params = new $OpenApi.Params({
|
|
15941
|
+
action: "ListBasicAccelerateIps",
|
|
15942
|
+
version: "2019-11-20",
|
|
15943
|
+
protocol: "HTTPS",
|
|
15944
|
+
pathname: "/",
|
|
15945
|
+
method: "POST",
|
|
15946
|
+
authType: "AK",
|
|
15947
|
+
style: "RPC",
|
|
15948
|
+
reqBodyType: "formData",
|
|
15949
|
+
bodyType: "json",
|
|
15950
|
+
});
|
|
15951
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ListBasicAccelerateIpsResponse({}));
|
|
15952
|
+
}
|
|
15953
|
+
async listBasicAccelerateIps(request) {
|
|
15954
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
15955
|
+
return await this.listBasicAccelerateIpsWithOptions(request, runtime);
|
|
15956
|
+
}
|
|
14632
15957
|
async listBasicAcceleratorsWithOptions(request, runtime) {
|
|
14633
15958
|
tea_util_1.default.validateModel(request);
|
|
14634
15959
|
let query = {};
|
|
@@ -14673,6 +15998,53 @@ class Client extends openapi_client_1.default {
|
|
|
14673
15998
|
let runtime = new $Util.RuntimeOptions({});
|
|
14674
15999
|
return await this.listBasicAcceleratorsWithOptions(request, runtime);
|
|
14675
16000
|
}
|
|
16001
|
+
async listBasicEndpointsWithOptions(request, runtime) {
|
|
16002
|
+
tea_util_1.default.validateModel(request);
|
|
16003
|
+
let query = {};
|
|
16004
|
+
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
16005
|
+
query["ClientToken"] = request.clientToken;
|
|
16006
|
+
}
|
|
16007
|
+
if (!tea_util_1.default.isUnset(request.endpointGroupId)) {
|
|
16008
|
+
query["EndpointGroupId"] = request.endpointGroupId;
|
|
16009
|
+
}
|
|
16010
|
+
if (!tea_util_1.default.isUnset(request.endpointId)) {
|
|
16011
|
+
query["EndpointId"] = request.endpointId;
|
|
16012
|
+
}
|
|
16013
|
+
if (!tea_util_1.default.isUnset(request.endpointType)) {
|
|
16014
|
+
query["EndpointType"] = request.endpointType;
|
|
16015
|
+
}
|
|
16016
|
+
if (!tea_util_1.default.isUnset(request.maxResults)) {
|
|
16017
|
+
query["MaxResults"] = request.maxResults;
|
|
16018
|
+
}
|
|
16019
|
+
if (!tea_util_1.default.isUnset(request.name)) {
|
|
16020
|
+
query["Name"] = request.name;
|
|
16021
|
+
}
|
|
16022
|
+
if (!tea_util_1.default.isUnset(request.nextToken)) {
|
|
16023
|
+
query["NextToken"] = request.nextToken;
|
|
16024
|
+
}
|
|
16025
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
16026
|
+
query["RegionId"] = request.regionId;
|
|
16027
|
+
}
|
|
16028
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
16029
|
+
query: openapi_util_1.default.query(query),
|
|
16030
|
+
});
|
|
16031
|
+
let params = new $OpenApi.Params({
|
|
16032
|
+
action: "ListBasicEndpoints",
|
|
16033
|
+
version: "2019-11-20",
|
|
16034
|
+
protocol: "HTTPS",
|
|
16035
|
+
pathname: "/",
|
|
16036
|
+
method: "POST",
|
|
16037
|
+
authType: "AK",
|
|
16038
|
+
style: "RPC",
|
|
16039
|
+
reqBodyType: "formData",
|
|
16040
|
+
bodyType: "json",
|
|
16041
|
+
});
|
|
16042
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ListBasicEndpointsResponse({}));
|
|
16043
|
+
}
|
|
16044
|
+
async listBasicEndpoints(request) {
|
|
16045
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
16046
|
+
return await this.listBasicEndpointsWithOptions(request, runtime);
|
|
16047
|
+
}
|
|
14676
16048
|
async listBusiRegionsWithOptions(request, runtime) {
|
|
14677
16049
|
tea_util_1.default.validateModel(request);
|
|
14678
16050
|
let query = {};
|
|
@@ -15229,6 +16601,47 @@ class Client extends openapi_client_1.default {
|
|
|
15229
16601
|
let runtime = new $Util.RuntimeOptions({});
|
|
15230
16602
|
return await this.listSystemSecurityPoliciesWithOptions(request, runtime);
|
|
15231
16603
|
}
|
|
16604
|
+
async listTagResourcesWithOptions(request, runtime) {
|
|
16605
|
+
tea_util_1.default.validateModel(request);
|
|
16606
|
+
let query = {};
|
|
16607
|
+
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
16608
|
+
query["ClientToken"] = request.clientToken;
|
|
16609
|
+
}
|
|
16610
|
+
if (!tea_util_1.default.isUnset(request.nextToken)) {
|
|
16611
|
+
query["NextToken"] = request.nextToken;
|
|
16612
|
+
}
|
|
16613
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
16614
|
+
query["RegionId"] = request.regionId;
|
|
16615
|
+
}
|
|
16616
|
+
if (!tea_util_1.default.isUnset(request.resourceId)) {
|
|
16617
|
+
query["ResourceId"] = request.resourceId;
|
|
16618
|
+
}
|
|
16619
|
+
if (!tea_util_1.default.isUnset(request.resourceType)) {
|
|
16620
|
+
query["ResourceType"] = request.resourceType;
|
|
16621
|
+
}
|
|
16622
|
+
if (!tea_util_1.default.isUnset(request.tag)) {
|
|
16623
|
+
query["Tag"] = request.tag;
|
|
16624
|
+
}
|
|
16625
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
16626
|
+
query: openapi_util_1.default.query(query),
|
|
16627
|
+
});
|
|
16628
|
+
let params = new $OpenApi.Params({
|
|
16629
|
+
action: "ListTagResources",
|
|
16630
|
+
version: "2019-11-20",
|
|
16631
|
+
protocol: "HTTPS",
|
|
16632
|
+
pathname: "/",
|
|
16633
|
+
method: "POST",
|
|
16634
|
+
authType: "AK",
|
|
16635
|
+
style: "RPC",
|
|
16636
|
+
reqBodyType: "formData",
|
|
16637
|
+
bodyType: "json",
|
|
16638
|
+
});
|
|
16639
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
|
|
16640
|
+
}
|
|
16641
|
+
async listTagResources(request) {
|
|
16642
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
16643
|
+
return await this.listTagResourcesWithOptions(request, runtime);
|
|
16644
|
+
}
|
|
15232
16645
|
async removeEntriesFromAclWithOptions(request, runtime) {
|
|
15233
16646
|
tea_util_1.default.validateModel(request);
|
|
15234
16647
|
let query = {};
|
|
@@ -15302,6 +16715,85 @@ class Client extends openapi_client_1.default {
|
|
|
15302
16715
|
let runtime = new $Util.RuntimeOptions({});
|
|
15303
16716
|
return await this.replaceBandwidthPackageWithOptions(request, runtime);
|
|
15304
16717
|
}
|
|
16718
|
+
async tagResourcesWithOptions(request, runtime) {
|
|
16719
|
+
tea_util_1.default.validateModel(request);
|
|
16720
|
+
let query = {};
|
|
16721
|
+
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
16722
|
+
query["ClientToken"] = request.clientToken;
|
|
16723
|
+
}
|
|
16724
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
16725
|
+
query["RegionId"] = request.regionId;
|
|
16726
|
+
}
|
|
16727
|
+
if (!tea_util_1.default.isUnset(request.resourceId)) {
|
|
16728
|
+
query["ResourceId"] = request.resourceId;
|
|
16729
|
+
}
|
|
16730
|
+
if (!tea_util_1.default.isUnset(request.resourceType)) {
|
|
16731
|
+
query["ResourceType"] = request.resourceType;
|
|
16732
|
+
}
|
|
16733
|
+
if (!tea_util_1.default.isUnset(request.tag)) {
|
|
16734
|
+
query["Tag"] = request.tag;
|
|
16735
|
+
}
|
|
16736
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
16737
|
+
query: openapi_util_1.default.query(query),
|
|
16738
|
+
});
|
|
16739
|
+
let params = new $OpenApi.Params({
|
|
16740
|
+
action: "TagResources",
|
|
16741
|
+
version: "2019-11-20",
|
|
16742
|
+
protocol: "HTTPS",
|
|
16743
|
+
pathname: "/",
|
|
16744
|
+
method: "POST",
|
|
16745
|
+
authType: "AK",
|
|
16746
|
+
style: "RPC",
|
|
16747
|
+
reqBodyType: "formData",
|
|
16748
|
+
bodyType: "json",
|
|
16749
|
+
});
|
|
16750
|
+
return $tea.cast(await this.callApi(params, req, runtime), new TagResourcesResponse({}));
|
|
16751
|
+
}
|
|
16752
|
+
async tagResources(request) {
|
|
16753
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
16754
|
+
return await this.tagResourcesWithOptions(request, runtime);
|
|
16755
|
+
}
|
|
16756
|
+
async untagResourcesWithOptions(request, runtime) {
|
|
16757
|
+
tea_util_1.default.validateModel(request);
|
|
16758
|
+
let query = {};
|
|
16759
|
+
if (!tea_util_1.default.isUnset(request.all)) {
|
|
16760
|
+
query["All"] = request.all;
|
|
16761
|
+
}
|
|
16762
|
+
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
16763
|
+
query["ClientToken"] = request.clientToken;
|
|
16764
|
+
}
|
|
16765
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
16766
|
+
query["RegionId"] = request.regionId;
|
|
16767
|
+
}
|
|
16768
|
+
if (!tea_util_1.default.isUnset(request.resourceId)) {
|
|
16769
|
+
query["ResourceId"] = request.resourceId;
|
|
16770
|
+
}
|
|
16771
|
+
if (!tea_util_1.default.isUnset(request.resourceType)) {
|
|
16772
|
+
query["ResourceType"] = request.resourceType;
|
|
16773
|
+
}
|
|
16774
|
+
if (!tea_util_1.default.isUnset(request.tagKey)) {
|
|
16775
|
+
query["TagKey"] = request.tagKey;
|
|
16776
|
+
}
|
|
16777
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
16778
|
+
query: openapi_util_1.default.query(query),
|
|
16779
|
+
});
|
|
16780
|
+
let params = new $OpenApi.Params({
|
|
16781
|
+
action: "UntagResources",
|
|
16782
|
+
version: "2019-11-20",
|
|
16783
|
+
protocol: "HTTPS",
|
|
16784
|
+
pathname: "/",
|
|
16785
|
+
method: "POST",
|
|
16786
|
+
authType: "AK",
|
|
16787
|
+
style: "RPC",
|
|
16788
|
+
reqBodyType: "formData",
|
|
16789
|
+
bodyType: "json",
|
|
16790
|
+
});
|
|
16791
|
+
return $tea.cast(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
|
|
16792
|
+
}
|
|
16793
|
+
async untagResources(request) {
|
|
16794
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
16795
|
+
return await this.untagResourcesWithOptions(request, runtime);
|
|
16796
|
+
}
|
|
15305
16797
|
async updateAcceleratorWithOptions(request, runtime) {
|
|
15306
16798
|
tea_util_1.default.validateModel(request);
|
|
15307
16799
|
let query = {};
|
|
@@ -15689,6 +17181,44 @@ class Client extends openapi_client_1.default {
|
|
|
15689
17181
|
let runtime = new $Util.RuntimeOptions({});
|
|
15690
17182
|
return await this.updateBasicAcceleratorWithOptions(request, runtime);
|
|
15691
17183
|
}
|
|
17184
|
+
async updateBasicEndpointWithOptions(request, runtime) {
|
|
17185
|
+
tea_util_1.default.validateModel(request);
|
|
17186
|
+
let query = {};
|
|
17187
|
+
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
17188
|
+
query["ClientToken"] = request.clientToken;
|
|
17189
|
+
}
|
|
17190
|
+
if (!tea_util_1.default.isUnset(request.endpointGroupId)) {
|
|
17191
|
+
query["EndpointGroupId"] = request.endpointGroupId;
|
|
17192
|
+
}
|
|
17193
|
+
if (!tea_util_1.default.isUnset(request.endpointId)) {
|
|
17194
|
+
query["EndpointId"] = request.endpointId;
|
|
17195
|
+
}
|
|
17196
|
+
if (!tea_util_1.default.isUnset(request.name)) {
|
|
17197
|
+
query["Name"] = request.name;
|
|
17198
|
+
}
|
|
17199
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
17200
|
+
query["RegionId"] = request.regionId;
|
|
17201
|
+
}
|
|
17202
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
17203
|
+
query: openapi_util_1.default.query(query),
|
|
17204
|
+
});
|
|
17205
|
+
let params = new $OpenApi.Params({
|
|
17206
|
+
action: "UpdateBasicEndpoint",
|
|
17207
|
+
version: "2019-11-20",
|
|
17208
|
+
protocol: "HTTPS",
|
|
17209
|
+
pathname: "/",
|
|
17210
|
+
method: "POST",
|
|
17211
|
+
authType: "AK",
|
|
17212
|
+
style: "RPC",
|
|
17213
|
+
reqBodyType: "formData",
|
|
17214
|
+
bodyType: "json",
|
|
17215
|
+
});
|
|
17216
|
+
return $tea.cast(await this.callApi(params, req, runtime), new UpdateBasicEndpointResponse({}));
|
|
17217
|
+
}
|
|
17218
|
+
async updateBasicEndpoint(request) {
|
|
17219
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
17220
|
+
return await this.updateBasicEndpointWithOptions(request, runtime);
|
|
17221
|
+
}
|
|
15692
17222
|
async updateBasicEndpointGroupWithOptions(request, runtime) {
|
|
15693
17223
|
tea_util_1.default.validateModel(request);
|
|
15694
17224
|
let query = {};
|