@alicloud/ga20191120 1.0.14 → 1.0.15

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/src/client.ts CHANGED
@@ -1121,6 +1121,255 @@ export class CreateBandwidthPackageResponse extends $tea.Model {
1121
1121
  }
1122
1122
  }
1123
1123
 
1124
+ export class CreateBasicAccelerateIpRequest extends $tea.Model {
1125
+ acceleratorId?: string;
1126
+ clientToken?: string;
1127
+ ipSetId?: string;
1128
+ regionId?: string;
1129
+ static names(): { [key: string]: string } {
1130
+ return {
1131
+ acceleratorId: 'AcceleratorId',
1132
+ clientToken: 'ClientToken',
1133
+ ipSetId: 'IpSetId',
1134
+ regionId: 'RegionId',
1135
+ };
1136
+ }
1137
+
1138
+ static types(): { [key: string]: any } {
1139
+ return {
1140
+ acceleratorId: 'string',
1141
+ clientToken: 'string',
1142
+ ipSetId: 'string',
1143
+ regionId: 'string',
1144
+ };
1145
+ }
1146
+
1147
+ constructor(map?: { [key: string]: any }) {
1148
+ super(map);
1149
+ }
1150
+ }
1151
+
1152
+ export class CreateBasicAccelerateIpResponseBody extends $tea.Model {
1153
+ accelerateIpAddress?: string;
1154
+ accelerateIpId?: string;
1155
+ acceleratorId?: string;
1156
+ ipSetId?: string;
1157
+ requestId?: string;
1158
+ state?: string;
1159
+ static names(): { [key: string]: string } {
1160
+ return {
1161
+ accelerateIpAddress: 'AccelerateIpAddress',
1162
+ accelerateIpId: 'AccelerateIpId',
1163
+ acceleratorId: 'AcceleratorId',
1164
+ ipSetId: 'IpSetId',
1165
+ requestId: 'RequestId',
1166
+ state: 'State',
1167
+ };
1168
+ }
1169
+
1170
+ static types(): { [key: string]: any } {
1171
+ return {
1172
+ accelerateIpAddress: 'string',
1173
+ accelerateIpId: 'string',
1174
+ acceleratorId: 'string',
1175
+ ipSetId: 'string',
1176
+ requestId: 'string',
1177
+ state: 'string',
1178
+ };
1179
+ }
1180
+
1181
+ constructor(map?: { [key: string]: any }) {
1182
+ super(map);
1183
+ }
1184
+ }
1185
+
1186
+ export class CreateBasicAccelerateIpResponse extends $tea.Model {
1187
+ headers: { [key: string]: string };
1188
+ statusCode: number;
1189
+ body: CreateBasicAccelerateIpResponseBody;
1190
+ static names(): { [key: string]: string } {
1191
+ return {
1192
+ headers: 'headers',
1193
+ statusCode: 'statusCode',
1194
+ body: 'body',
1195
+ };
1196
+ }
1197
+
1198
+ static types(): { [key: string]: any } {
1199
+ return {
1200
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1201
+ statusCode: 'number',
1202
+ body: CreateBasicAccelerateIpResponseBody,
1203
+ };
1204
+ }
1205
+
1206
+ constructor(map?: { [key: string]: any }) {
1207
+ super(map);
1208
+ }
1209
+ }
1210
+
1211
+ export class CreateBasicAccelerateIpEndpointRelationRequest extends $tea.Model {
1212
+ accelerateIpId?: string;
1213
+ acceleratorId?: string;
1214
+ clientToken?: string;
1215
+ endpointId?: string;
1216
+ regionId?: string;
1217
+ static names(): { [key: string]: string } {
1218
+ return {
1219
+ accelerateIpId: 'AccelerateIpId',
1220
+ acceleratorId: 'AcceleratorId',
1221
+ clientToken: 'ClientToken',
1222
+ endpointId: 'EndpointId',
1223
+ regionId: 'RegionId',
1224
+ };
1225
+ }
1226
+
1227
+ static types(): { [key: string]: any } {
1228
+ return {
1229
+ accelerateIpId: 'string',
1230
+ acceleratorId: 'string',
1231
+ clientToken: 'string',
1232
+ endpointId: 'string',
1233
+ regionId: 'string',
1234
+ };
1235
+ }
1236
+
1237
+ constructor(map?: { [key: string]: any }) {
1238
+ super(map);
1239
+ }
1240
+ }
1241
+
1242
+ export class CreateBasicAccelerateIpEndpointRelationResponseBody extends $tea.Model {
1243
+ accelerateIpId?: string;
1244
+ acceleratorId?: string;
1245
+ endpointId?: string;
1246
+ requestId?: string;
1247
+ state?: string;
1248
+ static names(): { [key: string]: string } {
1249
+ return {
1250
+ accelerateIpId: 'AccelerateIpId',
1251
+ acceleratorId: 'AcceleratorId',
1252
+ endpointId: 'EndpointId',
1253
+ requestId: 'RequestId',
1254
+ state: 'State',
1255
+ };
1256
+ }
1257
+
1258
+ static types(): { [key: string]: any } {
1259
+ return {
1260
+ accelerateIpId: 'string',
1261
+ acceleratorId: 'string',
1262
+ endpointId: 'string',
1263
+ requestId: 'string',
1264
+ state: 'string',
1265
+ };
1266
+ }
1267
+
1268
+ constructor(map?: { [key: string]: any }) {
1269
+ super(map);
1270
+ }
1271
+ }
1272
+
1273
+ export class CreateBasicAccelerateIpEndpointRelationResponse extends $tea.Model {
1274
+ headers: { [key: string]: string };
1275
+ statusCode: number;
1276
+ body: CreateBasicAccelerateIpEndpointRelationResponseBody;
1277
+ static names(): { [key: string]: string } {
1278
+ return {
1279
+ headers: 'headers',
1280
+ statusCode: 'statusCode',
1281
+ body: 'body',
1282
+ };
1283
+ }
1284
+
1285
+ static types(): { [key: string]: any } {
1286
+ return {
1287
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1288
+ statusCode: 'number',
1289
+ body: CreateBasicAccelerateIpEndpointRelationResponseBody,
1290
+ };
1291
+ }
1292
+
1293
+ constructor(map?: { [key: string]: any }) {
1294
+ super(map);
1295
+ }
1296
+ }
1297
+
1298
+ export class CreateBasicAccelerateIpEndpointRelationsRequest extends $tea.Model {
1299
+ accelerateIpEndpointRelations?: CreateBasicAccelerateIpEndpointRelationsRequestAccelerateIpEndpointRelations[];
1300
+ acceleratorId?: string;
1301
+ clientToken?: string;
1302
+ regionId?: string;
1303
+ static names(): { [key: string]: string } {
1304
+ return {
1305
+ accelerateIpEndpointRelations: 'AccelerateIpEndpointRelations',
1306
+ acceleratorId: 'AcceleratorId',
1307
+ clientToken: 'ClientToken',
1308
+ regionId: 'RegionId',
1309
+ };
1310
+ }
1311
+
1312
+ static types(): { [key: string]: any } {
1313
+ return {
1314
+ accelerateIpEndpointRelations: { 'type': 'array', 'itemType': CreateBasicAccelerateIpEndpointRelationsRequestAccelerateIpEndpointRelations },
1315
+ acceleratorId: 'string',
1316
+ clientToken: 'string',
1317
+ regionId: 'string',
1318
+ };
1319
+ }
1320
+
1321
+ constructor(map?: { [key: string]: any }) {
1322
+ super(map);
1323
+ }
1324
+ }
1325
+
1326
+ export class CreateBasicAccelerateIpEndpointRelationsResponseBody extends $tea.Model {
1327
+ acceleratorId?: string;
1328
+ requestId?: string;
1329
+ static names(): { [key: string]: string } {
1330
+ return {
1331
+ acceleratorId: 'AcceleratorId',
1332
+ requestId: 'RequestId',
1333
+ };
1334
+ }
1335
+
1336
+ static types(): { [key: string]: any } {
1337
+ return {
1338
+ acceleratorId: 'string',
1339
+ requestId: 'string',
1340
+ };
1341
+ }
1342
+
1343
+ constructor(map?: { [key: string]: any }) {
1344
+ super(map);
1345
+ }
1346
+ }
1347
+
1348
+ export class CreateBasicAccelerateIpEndpointRelationsResponse extends $tea.Model {
1349
+ headers: { [key: string]: string };
1350
+ statusCode: number;
1351
+ body: CreateBasicAccelerateIpEndpointRelationsResponseBody;
1352
+ static names(): { [key: string]: string } {
1353
+ return {
1354
+ headers: 'headers',
1355
+ statusCode: 'statusCode',
1356
+ body: 'body',
1357
+ };
1358
+ }
1359
+
1360
+ static types(): { [key: string]: any } {
1361
+ return {
1362
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1363
+ statusCode: 'number',
1364
+ body: CreateBasicAccelerateIpEndpointRelationsResponseBody,
1365
+ };
1366
+ }
1367
+
1368
+ constructor(map?: { [key: string]: any }) {
1369
+ super(map);
1370
+ }
1371
+ }
1372
+
1124
1373
  export class CreateBasicAcceleratorRequest extends $tea.Model {
1125
1374
  autoPay?: boolean;
1126
1375
  autoRenew?: boolean;
@@ -2246,7 +2495,223 @@ export class DeleteAcceleratorRequest extends $tea.Model {
2246
2495
 
2247
2496
  static types(): { [key: string]: any } {
2248
2497
  return {
2249
- acceleratorId: 'string',
2498
+ acceleratorId: 'string',
2499
+ regionId: 'string',
2500
+ };
2501
+ }
2502
+
2503
+ constructor(map?: { [key: string]: any }) {
2504
+ super(map);
2505
+ }
2506
+ }
2507
+
2508
+ export class DeleteAcceleratorResponseBody extends $tea.Model {
2509
+ acceleratorId?: string;
2510
+ requestId?: string;
2511
+ static names(): { [key: string]: string } {
2512
+ return {
2513
+ acceleratorId: 'AcceleratorId',
2514
+ requestId: 'RequestId',
2515
+ };
2516
+ }
2517
+
2518
+ static types(): { [key: string]: any } {
2519
+ return {
2520
+ acceleratorId: 'string',
2521
+ requestId: 'string',
2522
+ };
2523
+ }
2524
+
2525
+ constructor(map?: { [key: string]: any }) {
2526
+ super(map);
2527
+ }
2528
+ }
2529
+
2530
+ export class DeleteAcceleratorResponse extends $tea.Model {
2531
+ headers: { [key: string]: string };
2532
+ statusCode: number;
2533
+ body: DeleteAcceleratorResponseBody;
2534
+ static names(): { [key: string]: string } {
2535
+ return {
2536
+ headers: 'headers',
2537
+ statusCode: 'statusCode',
2538
+ body: 'body',
2539
+ };
2540
+ }
2541
+
2542
+ static types(): { [key: string]: any } {
2543
+ return {
2544
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2545
+ statusCode: 'number',
2546
+ body: DeleteAcceleratorResponseBody,
2547
+ };
2548
+ }
2549
+
2550
+ constructor(map?: { [key: string]: any }) {
2551
+ super(map);
2552
+ }
2553
+ }
2554
+
2555
+ export class DeleteAclRequest extends $tea.Model {
2556
+ aclId?: string;
2557
+ clientToken?: string;
2558
+ dryRun?: boolean;
2559
+ regionId?: string;
2560
+ static names(): { [key: string]: string } {
2561
+ return {
2562
+ aclId: 'AclId',
2563
+ clientToken: 'ClientToken',
2564
+ dryRun: 'DryRun',
2565
+ regionId: 'RegionId',
2566
+ };
2567
+ }
2568
+
2569
+ static types(): { [key: string]: any } {
2570
+ return {
2571
+ aclId: 'string',
2572
+ clientToken: 'string',
2573
+ dryRun: 'boolean',
2574
+ regionId: 'string',
2575
+ };
2576
+ }
2577
+
2578
+ constructor(map?: { [key: string]: any }) {
2579
+ super(map);
2580
+ }
2581
+ }
2582
+
2583
+ export class DeleteAclResponseBody extends $tea.Model {
2584
+ aclId?: string;
2585
+ requestId?: string;
2586
+ static names(): { [key: string]: string } {
2587
+ return {
2588
+ aclId: 'AclId',
2589
+ requestId: 'RequestId',
2590
+ };
2591
+ }
2592
+
2593
+ static types(): { [key: string]: any } {
2594
+ return {
2595
+ aclId: 'string',
2596
+ requestId: 'string',
2597
+ };
2598
+ }
2599
+
2600
+ constructor(map?: { [key: string]: any }) {
2601
+ super(map);
2602
+ }
2603
+ }
2604
+
2605
+ export class DeleteAclResponse extends $tea.Model {
2606
+ headers: { [key: string]: string };
2607
+ statusCode: number;
2608
+ body: DeleteAclResponseBody;
2609
+ static names(): { [key: string]: string } {
2610
+ return {
2611
+ headers: 'headers',
2612
+ statusCode: 'statusCode',
2613
+ body: 'body',
2614
+ };
2615
+ }
2616
+
2617
+ static types(): { [key: string]: any } {
2618
+ return {
2619
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2620
+ statusCode: 'number',
2621
+ body: DeleteAclResponseBody,
2622
+ };
2623
+ }
2624
+
2625
+ constructor(map?: { [key: string]: any }) {
2626
+ super(map);
2627
+ }
2628
+ }
2629
+
2630
+ export class DeleteApplicationMonitorRequest extends $tea.Model {
2631
+ clientToken?: string;
2632
+ regionId?: string;
2633
+ taskId?: string;
2634
+ static names(): { [key: string]: string } {
2635
+ return {
2636
+ clientToken: 'ClientToken',
2637
+ regionId: 'RegionId',
2638
+ taskId: 'TaskId',
2639
+ };
2640
+ }
2641
+
2642
+ static types(): { [key: string]: any } {
2643
+ return {
2644
+ clientToken: 'string',
2645
+ regionId: 'string',
2646
+ taskId: 'string',
2647
+ };
2648
+ }
2649
+
2650
+ constructor(map?: { [key: string]: any }) {
2651
+ super(map);
2652
+ }
2653
+ }
2654
+
2655
+ export class DeleteApplicationMonitorResponseBody extends $tea.Model {
2656
+ requestId?: string;
2657
+ static names(): { [key: string]: string } {
2658
+ return {
2659
+ requestId: 'RequestId',
2660
+ };
2661
+ }
2662
+
2663
+ static types(): { [key: string]: any } {
2664
+ return {
2665
+ requestId: 'string',
2666
+ };
2667
+ }
2668
+
2669
+ constructor(map?: { [key: string]: any }) {
2670
+ super(map);
2671
+ }
2672
+ }
2673
+
2674
+ export class DeleteApplicationMonitorResponse extends $tea.Model {
2675
+ headers: { [key: string]: string };
2676
+ statusCode: number;
2677
+ body: DeleteApplicationMonitorResponseBody;
2678
+ static names(): { [key: string]: string } {
2679
+ return {
2680
+ headers: 'headers',
2681
+ statusCode: 'statusCode',
2682
+ body: 'body',
2683
+ };
2684
+ }
2685
+
2686
+ static types(): { [key: string]: any } {
2687
+ return {
2688
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2689
+ statusCode: 'number',
2690
+ body: DeleteApplicationMonitorResponseBody,
2691
+ };
2692
+ }
2693
+
2694
+ constructor(map?: { [key: string]: any }) {
2695
+ super(map);
2696
+ }
2697
+ }
2698
+
2699
+ export class DeleteBandwidthPackageRequest extends $tea.Model {
2700
+ bandwidthPackageId?: string;
2701
+ clientToken?: string;
2702
+ regionId?: string;
2703
+ static names(): { [key: string]: string } {
2704
+ return {
2705
+ bandwidthPackageId: 'BandwidthPackageId',
2706
+ clientToken: 'ClientToken',
2707
+ regionId: 'RegionId',
2708
+ };
2709
+ }
2710
+
2711
+ static types(): { [key: string]: any } {
2712
+ return {
2713
+ bandwidthPackageId: 'string',
2714
+ clientToken: 'string',
2250
2715
  regionId: 'string',
2251
2716
  };
2252
2717
  }
@@ -2256,19 +2721,19 @@ export class DeleteAcceleratorRequest extends $tea.Model {
2256
2721
  }
2257
2722
  }
2258
2723
 
2259
- export class DeleteAcceleratorResponseBody extends $tea.Model {
2260
- acceleratorId?: string;
2724
+ export class DeleteBandwidthPackageResponseBody extends $tea.Model {
2725
+ bandwidthPackageId?: string;
2261
2726
  requestId?: string;
2262
2727
  static names(): { [key: string]: string } {
2263
2728
  return {
2264
- acceleratorId: 'AcceleratorId',
2729
+ bandwidthPackageId: 'BandwidthPackageId',
2265
2730
  requestId: 'RequestId',
2266
2731
  };
2267
2732
  }
2268
2733
 
2269
2734
  static types(): { [key: string]: any } {
2270
2735
  return {
2271
- acceleratorId: 'string',
2736
+ bandwidthPackageId: 'string',
2272
2737
  requestId: 'string',
2273
2738
  };
2274
2739
  }
@@ -2278,10 +2743,10 @@ export class DeleteAcceleratorResponseBody extends $tea.Model {
2278
2743
  }
2279
2744
  }
2280
2745
 
2281
- export class DeleteAcceleratorResponse extends $tea.Model {
2746
+ export class DeleteBandwidthPackageResponse extends $tea.Model {
2282
2747
  headers: { [key: string]: string };
2283
2748
  statusCode: number;
2284
- body: DeleteAcceleratorResponseBody;
2749
+ body: DeleteBandwidthPackageResponseBody;
2285
2750
  static names(): { [key: string]: string } {
2286
2751
  return {
2287
2752
  headers: 'headers',
@@ -2294,7 +2759,7 @@ export class DeleteAcceleratorResponse extends $tea.Model {
2294
2759
  return {
2295
2760
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2296
2761
  statusCode: 'number',
2297
- body: DeleteAcceleratorResponseBody,
2762
+ body: DeleteBandwidthPackageResponseBody,
2298
2763
  };
2299
2764
  }
2300
2765
 
@@ -2303,25 +2768,22 @@ export class DeleteAcceleratorResponse extends $tea.Model {
2303
2768
  }
2304
2769
  }
2305
2770
 
2306
- export class DeleteAclRequest extends $tea.Model {
2307
- aclId?: string;
2771
+ export class DeleteBasicAccelerateIpRequest extends $tea.Model {
2772
+ accelerateIpId?: string;
2308
2773
  clientToken?: string;
2309
- dryRun?: boolean;
2310
2774
  regionId?: string;
2311
2775
  static names(): { [key: string]: string } {
2312
2776
  return {
2313
- aclId: 'AclId',
2777
+ accelerateIpId: 'AccelerateIpId',
2314
2778
  clientToken: 'ClientToken',
2315
- dryRun: 'DryRun',
2316
2779
  regionId: 'RegionId',
2317
2780
  };
2318
2781
  }
2319
2782
 
2320
2783
  static types(): { [key: string]: any } {
2321
2784
  return {
2322
- aclId: 'string',
2785
+ accelerateIpId: 'string',
2323
2786
  clientToken: 'string',
2324
- dryRun: 'boolean',
2325
2787
  regionId: 'string',
2326
2788
  };
2327
2789
  }
@@ -2331,19 +2793,19 @@ export class DeleteAclRequest extends $tea.Model {
2331
2793
  }
2332
2794
  }
2333
2795
 
2334
- export class DeleteAclResponseBody extends $tea.Model {
2335
- aclId?: string;
2796
+ export class DeleteBasicAccelerateIpResponseBody extends $tea.Model {
2797
+ accelerateIpId?: string;
2336
2798
  requestId?: string;
2337
2799
  static names(): { [key: string]: string } {
2338
2800
  return {
2339
- aclId: 'AclId',
2801
+ accelerateIpId: 'AccelerateIpId',
2340
2802
  requestId: 'RequestId',
2341
2803
  };
2342
2804
  }
2343
2805
 
2344
2806
  static types(): { [key: string]: any } {
2345
2807
  return {
2346
- aclId: 'string',
2808
+ accelerateIpId: 'string',
2347
2809
  requestId: 'string',
2348
2810
  };
2349
2811
  }
@@ -2353,10 +2815,10 @@ export class DeleteAclResponseBody extends $tea.Model {
2353
2815
  }
2354
2816
  }
2355
2817
 
2356
- export class DeleteAclResponse extends $tea.Model {
2818
+ export class DeleteBasicAccelerateIpResponse extends $tea.Model {
2357
2819
  headers: { [key: string]: string };
2358
2820
  statusCode: number;
2359
- body: DeleteAclResponseBody;
2821
+ body: DeleteBasicAccelerateIpResponseBody;
2360
2822
  static names(): { [key: string]: string } {
2361
2823
  return {
2362
2824
  headers: 'headers',
@@ -2369,7 +2831,7 @@ export class DeleteAclResponse extends $tea.Model {
2369
2831
  return {
2370
2832
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2371
2833
  statusCode: 'number',
2372
- body: DeleteAclResponseBody,
2834
+ body: DeleteBasicAccelerateIpResponseBody,
2373
2835
  };
2374
2836
  }
2375
2837
 
@@ -2378,23 +2840,29 @@ export class DeleteAclResponse extends $tea.Model {
2378
2840
  }
2379
2841
  }
2380
2842
 
2381
- export class DeleteApplicationMonitorRequest extends $tea.Model {
2843
+ export class DeleteBasicAccelerateIpEndpointRelationRequest extends $tea.Model {
2844
+ accelerateIpId?: string;
2845
+ acceleratorId?: string;
2382
2846
  clientToken?: string;
2847
+ endpointId?: string;
2383
2848
  regionId?: string;
2384
- taskId?: string;
2385
2849
  static names(): { [key: string]: string } {
2386
2850
  return {
2851
+ accelerateIpId: 'AccelerateIpId',
2852
+ acceleratorId: 'AcceleratorId',
2387
2853
  clientToken: 'ClientToken',
2854
+ endpointId: 'EndpointId',
2388
2855
  regionId: 'RegionId',
2389
- taskId: 'TaskId',
2390
2856
  };
2391
2857
  }
2392
2858
 
2393
2859
  static types(): { [key: string]: any } {
2394
2860
  return {
2861
+ accelerateIpId: 'string',
2862
+ acceleratorId: 'string',
2395
2863
  clientToken: 'string',
2864
+ endpointId: 'string',
2396
2865
  regionId: 'string',
2397
- taskId: 'string',
2398
2866
  };
2399
2867
  }
2400
2868
 
@@ -2403,17 +2871,29 @@ export class DeleteApplicationMonitorRequest extends $tea.Model {
2403
2871
  }
2404
2872
  }
2405
2873
 
2406
- export class DeleteApplicationMonitorResponseBody extends $tea.Model {
2874
+ export class DeleteBasicAccelerateIpEndpointRelationResponseBody extends $tea.Model {
2875
+ accelerateIpId?: string;
2876
+ acceleratorId?: string;
2877
+ endpointId?: string;
2407
2878
  requestId?: string;
2879
+ state?: string;
2408
2880
  static names(): { [key: string]: string } {
2409
2881
  return {
2882
+ accelerateIpId: 'AccelerateIpId',
2883
+ acceleratorId: 'AcceleratorId',
2884
+ endpointId: 'EndpointId',
2410
2885
  requestId: 'RequestId',
2886
+ state: 'State',
2411
2887
  };
2412
2888
  }
2413
2889
 
2414
2890
  static types(): { [key: string]: any } {
2415
2891
  return {
2892
+ accelerateIpId: 'string',
2893
+ acceleratorId: 'string',
2894
+ endpointId: 'string',
2416
2895
  requestId: 'string',
2896
+ state: 'string',
2417
2897
  };
2418
2898
  }
2419
2899
 
@@ -2422,10 +2902,10 @@ export class DeleteApplicationMonitorResponseBody extends $tea.Model {
2422
2902
  }
2423
2903
  }
2424
2904
 
2425
- export class DeleteApplicationMonitorResponse extends $tea.Model {
2905
+ export class DeleteBasicAccelerateIpEndpointRelationResponse extends $tea.Model {
2426
2906
  headers: { [key: string]: string };
2427
2907
  statusCode: number;
2428
- body: DeleteApplicationMonitorResponseBody;
2908
+ body: DeleteBasicAccelerateIpEndpointRelationResponseBody;
2429
2909
  static names(): { [key: string]: string } {
2430
2910
  return {
2431
2911
  headers: 'headers',
@@ -2438,7 +2918,7 @@ export class DeleteApplicationMonitorResponse extends $tea.Model {
2438
2918
  return {
2439
2919
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2440
2920
  statusCode: 'number',
2441
- body: DeleteApplicationMonitorResponseBody,
2921
+ body: DeleteBasicAccelerateIpEndpointRelationResponseBody,
2442
2922
  };
2443
2923
  }
2444
2924
 
@@ -2447,22 +2927,19 @@ export class DeleteApplicationMonitorResponse extends $tea.Model {
2447
2927
  }
2448
2928
  }
2449
2929
 
2450
- export class DeleteBandwidthPackageRequest extends $tea.Model {
2451
- bandwidthPackageId?: string;
2452
- clientToken?: string;
2930
+ export class DeleteBasicAcceleratorRequest extends $tea.Model {
2931
+ acceleratorId?: string;
2453
2932
  regionId?: string;
2454
2933
  static names(): { [key: string]: string } {
2455
2934
  return {
2456
- bandwidthPackageId: 'BandwidthPackageId',
2457
- clientToken: 'ClientToken',
2935
+ acceleratorId: 'AcceleratorId',
2458
2936
  regionId: 'RegionId',
2459
2937
  };
2460
2938
  }
2461
2939
 
2462
2940
  static types(): { [key: string]: any } {
2463
2941
  return {
2464
- bandwidthPackageId: 'string',
2465
- clientToken: 'string',
2942
+ acceleratorId: 'string',
2466
2943
  regionId: 'string',
2467
2944
  };
2468
2945
  }
@@ -2472,19 +2949,19 @@ export class DeleteBandwidthPackageRequest extends $tea.Model {
2472
2949
  }
2473
2950
  }
2474
2951
 
2475
- export class DeleteBandwidthPackageResponseBody extends $tea.Model {
2476
- bandwidthPackageId?: string;
2952
+ export class DeleteBasicAcceleratorResponseBody extends $tea.Model {
2953
+ acceleratorId?: string;
2477
2954
  requestId?: string;
2478
2955
  static names(): { [key: string]: string } {
2479
2956
  return {
2480
- bandwidthPackageId: 'BandwidthPackageId',
2957
+ acceleratorId: 'AcceleratorId',
2481
2958
  requestId: 'RequestId',
2482
2959
  };
2483
2960
  }
2484
2961
 
2485
2962
  static types(): { [key: string]: any } {
2486
2963
  return {
2487
- bandwidthPackageId: 'string',
2964
+ acceleratorId: 'string',
2488
2965
  requestId: 'string',
2489
2966
  };
2490
2967
  }
@@ -2494,10 +2971,10 @@ export class DeleteBandwidthPackageResponseBody extends $tea.Model {
2494
2971
  }
2495
2972
  }
2496
2973
 
2497
- export class DeleteBandwidthPackageResponse extends $tea.Model {
2974
+ export class DeleteBasicAcceleratorResponse extends $tea.Model {
2498
2975
  headers: { [key: string]: string };
2499
2976
  statusCode: number;
2500
- body: DeleteBandwidthPackageResponseBody;
2977
+ body: DeleteBasicAcceleratorResponseBody;
2501
2978
  static names(): { [key: string]: string } {
2502
2979
  return {
2503
2980
  headers: 'headers',
@@ -2510,7 +2987,7 @@ export class DeleteBandwidthPackageResponse extends $tea.Model {
2510
2987
  return {
2511
2988
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2512
2989
  statusCode: 'number',
2513
- body: DeleteBandwidthPackageResponseBody,
2990
+ body: DeleteBasicAcceleratorResponseBody,
2514
2991
  };
2515
2992
  }
2516
2993
 
@@ -2519,19 +2996,25 @@ export class DeleteBandwidthPackageResponse extends $tea.Model {
2519
2996
  }
2520
2997
  }
2521
2998
 
2522
- export class DeleteBasicAcceleratorRequest extends $tea.Model {
2523
- acceleratorId?: string;
2999
+ export class DeleteBasicEndpointRequest extends $tea.Model {
3000
+ clientToken?: string;
3001
+ endpointGroupId?: string;
3002
+ endpointId?: string;
2524
3003
  regionId?: string;
2525
3004
  static names(): { [key: string]: string } {
2526
3005
  return {
2527
- acceleratorId: 'AcceleratorId',
3006
+ clientToken: 'ClientToken',
3007
+ endpointGroupId: 'EndpointGroupId',
3008
+ endpointId: 'EndpointId',
2528
3009
  regionId: 'RegionId',
2529
3010
  };
2530
3011
  }
2531
3012
 
2532
3013
  static types(): { [key: string]: any } {
2533
3014
  return {
2534
- acceleratorId: 'string',
3015
+ clientToken: 'string',
3016
+ endpointGroupId: 'string',
3017
+ endpointId: 'string',
2535
3018
  regionId: 'string',
2536
3019
  };
2537
3020
  }
@@ -2541,19 +3024,19 @@ export class DeleteBasicAcceleratorRequest extends $tea.Model {
2541
3024
  }
2542
3025
  }
2543
3026
 
2544
- export class DeleteBasicAcceleratorResponseBody extends $tea.Model {
2545
- acceleratorId?: string;
3027
+ export class DeleteBasicEndpointResponseBody extends $tea.Model {
3028
+ endpointId?: string;
2546
3029
  requestId?: string;
2547
3030
  static names(): { [key: string]: string } {
2548
3031
  return {
2549
- acceleratorId: 'AcceleratorId',
3032
+ endpointId: 'EndpointId',
2550
3033
  requestId: 'RequestId',
2551
3034
  };
2552
3035
  }
2553
3036
 
2554
3037
  static types(): { [key: string]: any } {
2555
3038
  return {
2556
- acceleratorId: 'string',
3039
+ endpointId: 'string',
2557
3040
  requestId: 'string',
2558
3041
  };
2559
3042
  }
@@ -2563,10 +3046,10 @@ export class DeleteBasicAcceleratorResponseBody extends $tea.Model {
2563
3046
  }
2564
3047
  }
2565
3048
 
2566
- export class DeleteBasicAcceleratorResponse extends $tea.Model {
3049
+ export class DeleteBasicEndpointResponse extends $tea.Model {
2567
3050
  headers: { [key: string]: string };
2568
3051
  statusCode: number;
2569
- body: DeleteBasicAcceleratorResponseBody;
3052
+ body: DeleteBasicEndpointResponseBody;
2570
3053
  static names(): { [key: string]: string } {
2571
3054
  return {
2572
3055
  headers: 'headers',
@@ -2579,7 +3062,7 @@ export class DeleteBasicAcceleratorResponse extends $tea.Model {
2579
3062
  return {
2580
3063
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2581
3064
  statusCode: 'number',
2582
- body: DeleteBasicAcceleratorResponseBody,
3065
+ body: DeleteBasicEndpointResponseBody,
2583
3066
  };
2584
3067
  }
2585
3068
 
@@ -4445,6 +4928,7 @@ export class DescribeEndpointGroupResponseBody extends $tea.Model {
4445
4928
  slsProjectName?: string;
4446
4929
  slsRegion?: string;
4447
4930
  state?: string;
4931
+ tags?: DescribeEndpointGroupResponseBodyTags[];
4448
4932
  thresholdCount?: number;
4449
4933
  totalCount?: number;
4450
4934
  trafficPercentage?: number;
@@ -4475,6 +4959,7 @@ export class DescribeEndpointGroupResponseBody extends $tea.Model {
4475
4959
  slsProjectName: 'SlsProjectName',
4476
4960
  slsRegion: 'SlsRegion',
4477
4961
  state: 'State',
4962
+ tags: 'Tags',
4478
4963
  thresholdCount: 'ThresholdCount',
4479
4964
  totalCount: 'TotalCount',
4480
4965
  trafficPercentage: 'TrafficPercentage',
@@ -4508,6 +4993,7 @@ export class DescribeEndpointGroupResponseBody extends $tea.Model {
4508
4993
  slsProjectName: 'string',
4509
4994
  slsRegion: 'string',
4510
4995
  state: 'string',
4996
+ tags: { 'type': 'array', 'itemType': DescribeEndpointGroupResponseBodyTags },
4511
4997
  thresholdCount: 'number',
4512
4998
  totalCount: 'number',
4513
4999
  trafficPercentage: 'number',
@@ -5414,6 +5900,90 @@ export class GetAclResponse extends $tea.Model {
5414
5900
  }
5415
5901
  }
5416
5902
 
5903
+ export class GetBasicAccelerateIpRequest extends $tea.Model {
5904
+ accelerateIpId?: string;
5905
+ clientToken?: string;
5906
+ regionId?: string;
5907
+ static names(): { [key: string]: string } {
5908
+ return {
5909
+ accelerateIpId: 'AccelerateIpId',
5910
+ clientToken: 'ClientToken',
5911
+ regionId: 'RegionId',
5912
+ };
5913
+ }
5914
+
5915
+ static types(): { [key: string]: any } {
5916
+ return {
5917
+ accelerateIpId: 'string',
5918
+ clientToken: 'string',
5919
+ regionId: 'string',
5920
+ };
5921
+ }
5922
+
5923
+ constructor(map?: { [key: string]: any }) {
5924
+ super(map);
5925
+ }
5926
+ }
5927
+
5928
+ export class GetBasicAccelerateIpResponseBody extends $tea.Model {
5929
+ accelerateIpAddress?: string;
5930
+ accelerateIpId?: string;
5931
+ acceleratorId?: string;
5932
+ ipSetId?: string;
5933
+ requestId?: string;
5934
+ state?: string;
5935
+ static names(): { [key: string]: string } {
5936
+ return {
5937
+ accelerateIpAddress: 'AccelerateIpAddress',
5938
+ accelerateIpId: 'AccelerateIpId',
5939
+ acceleratorId: 'AcceleratorId',
5940
+ ipSetId: 'IpSetId',
5941
+ requestId: 'RequestId',
5942
+ state: 'State',
5943
+ };
5944
+ }
5945
+
5946
+ static types(): { [key: string]: any } {
5947
+ return {
5948
+ accelerateIpAddress: 'string',
5949
+ accelerateIpId: 'string',
5950
+ acceleratorId: 'string',
5951
+ ipSetId: 'string',
5952
+ requestId: 'string',
5953
+ state: 'string',
5954
+ };
5955
+ }
5956
+
5957
+ constructor(map?: { [key: string]: any }) {
5958
+ super(map);
5959
+ }
5960
+ }
5961
+
5962
+ export class GetBasicAccelerateIpResponse extends $tea.Model {
5963
+ headers: { [key: string]: string };
5964
+ statusCode: number;
5965
+ body: GetBasicAccelerateIpResponseBody;
5966
+ static names(): { [key: string]: string } {
5967
+ return {
5968
+ headers: 'headers',
5969
+ statusCode: 'statusCode',
5970
+ body: 'body',
5971
+ };
5972
+ }
5973
+
5974
+ static types(): { [key: string]: any } {
5975
+ return {
5976
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5977
+ statusCode: 'number',
5978
+ body: GetBasicAccelerateIpResponseBody,
5979
+ };
5980
+ }
5981
+
5982
+ constructor(map?: { [key: string]: any }) {
5983
+ super(map);
5984
+ }
5985
+ }
5986
+
5417
5987
  export class GetBasicAcceleratorRequest extends $tea.Model {
5418
5988
  acceleratorId?: string;
5419
5989
  regionId?: string;
@@ -7346,6 +7916,7 @@ export class ListEndpointGroupsRequest extends $tea.Model {
7346
7916
  pageNumber?: number;
7347
7917
  pageSize?: number;
7348
7918
  regionId?: string;
7919
+ tag?: ListEndpointGroupsRequestTag[];
7349
7920
  static names(): { [key: string]: string } {
7350
7921
  return {
7351
7922
  acceleratorId: 'AcceleratorId',
@@ -7356,6 +7927,7 @@ export class ListEndpointGroupsRequest extends $tea.Model {
7356
7927
  pageNumber: 'PageNumber',
7357
7928
  pageSize: 'PageSize',
7358
7929
  regionId: 'RegionId',
7930
+ tag: 'Tag',
7359
7931
  };
7360
7932
  }
7361
7933
 
@@ -7369,6 +7941,7 @@ export class ListEndpointGroupsRequest extends $tea.Model {
7369
7941
  pageNumber: 'number',
7370
7942
  pageSize: 'number',
7371
7943
  regionId: 'string',
7944
+ tag: { 'type': 'array', 'itemType': ListEndpointGroupsRequestTag },
7372
7945
  };
7373
7946
  }
7374
7947
 
@@ -8367,7 +8940,91 @@ export class UpdateAclAttributeResponseBody extends $tea.Model {
8367
8940
 
8368
8941
  static types(): { [key: string]: any } {
8369
8942
  return {
8370
- aclId: 'string',
8943
+ aclId: 'string',
8944
+ requestId: 'string',
8945
+ };
8946
+ }
8947
+
8948
+ constructor(map?: { [key: string]: any }) {
8949
+ super(map);
8950
+ }
8951
+ }
8952
+
8953
+ export class UpdateAclAttributeResponse extends $tea.Model {
8954
+ headers: { [key: string]: string };
8955
+ statusCode: number;
8956
+ body: UpdateAclAttributeResponseBody;
8957
+ static names(): { [key: string]: string } {
8958
+ return {
8959
+ headers: 'headers',
8960
+ statusCode: 'statusCode',
8961
+ body: 'body',
8962
+ };
8963
+ }
8964
+
8965
+ static types(): { [key: string]: any } {
8966
+ return {
8967
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
8968
+ statusCode: 'number',
8969
+ body: UpdateAclAttributeResponseBody,
8970
+ };
8971
+ }
8972
+
8973
+ constructor(map?: { [key: string]: any }) {
8974
+ super(map);
8975
+ }
8976
+ }
8977
+
8978
+ export class UpdateAdditionalCertificateWithListenerRequest extends $tea.Model {
8979
+ acceleratorId?: string;
8980
+ certificateId?: string;
8981
+ clientToken?: string;
8982
+ domain?: string;
8983
+ dryRun?: boolean;
8984
+ listenerId?: string;
8985
+ regionId?: string;
8986
+ static names(): { [key: string]: string } {
8987
+ return {
8988
+ acceleratorId: 'AcceleratorId',
8989
+ certificateId: 'CertificateId',
8990
+ clientToken: 'ClientToken',
8991
+ domain: 'Domain',
8992
+ dryRun: 'DryRun',
8993
+ listenerId: 'ListenerId',
8994
+ regionId: 'RegionId',
8995
+ };
8996
+ }
8997
+
8998
+ static types(): { [key: string]: any } {
8999
+ return {
9000
+ acceleratorId: 'string',
9001
+ certificateId: 'string',
9002
+ clientToken: 'string',
9003
+ domain: 'string',
9004
+ dryRun: 'boolean',
9005
+ listenerId: 'string',
9006
+ regionId: 'string',
9007
+ };
9008
+ }
9009
+
9010
+ constructor(map?: { [key: string]: any }) {
9011
+ super(map);
9012
+ }
9013
+ }
9014
+
9015
+ export class UpdateAdditionalCertificateWithListenerResponseBody extends $tea.Model {
9016
+ listenerId?: string;
9017
+ requestId?: string;
9018
+ static names(): { [key: string]: string } {
9019
+ return {
9020
+ listenerId: 'ListenerId',
9021
+ requestId: 'RequestId',
9022
+ };
9023
+ }
9024
+
9025
+ static types(): { [key: string]: any } {
9026
+ return {
9027
+ listenerId: 'string',
8371
9028
  requestId: 'string',
8372
9029
  };
8373
9030
  }
@@ -8377,10 +9034,10 @@ export class UpdateAclAttributeResponseBody extends $tea.Model {
8377
9034
  }
8378
9035
  }
8379
9036
 
8380
- export class UpdateAclAttributeResponse extends $tea.Model {
9037
+ export class UpdateAdditionalCertificateWithListenerResponse extends $tea.Model {
8381
9038
  headers: { [key: string]: string };
8382
9039
  statusCode: number;
8383
- body: UpdateAclAttributeResponseBody;
9040
+ body: UpdateAdditionalCertificateWithListenerResponseBody;
8384
9041
  static names(): { [key: string]: string } {
8385
9042
  return {
8386
9043
  headers: 'headers',
@@ -8393,7 +9050,7 @@ export class UpdateAclAttributeResponse extends $tea.Model {
8393
9050
  return {
8394
9051
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
8395
9052
  statusCode: 'number',
8396
- body: UpdateAclAttributeResponseBody,
9053
+ body: UpdateAdditionalCertificateWithListenerResponseBody,
8397
9054
  };
8398
9055
  }
8399
9056
 
@@ -9864,6 +10521,28 @@ export class CreateAclRequestAclEntries extends $tea.Model {
9864
10521
  }
9865
10522
  }
9866
10523
 
10524
+ export class CreateBasicAccelerateIpEndpointRelationsRequestAccelerateIpEndpointRelations extends $tea.Model {
10525
+ accelerateIpId?: string;
10526
+ endpointId?: string;
10527
+ static names(): { [key: string]: string } {
10528
+ return {
10529
+ accelerateIpId: 'AccelerateIpId',
10530
+ endpointId: 'EndpointId',
10531
+ };
10532
+ }
10533
+
10534
+ static types(): { [key: string]: any } {
10535
+ return {
10536
+ accelerateIpId: 'string',
10537
+ endpointId: 'string',
10538
+ };
10539
+ }
10540
+
10541
+ constructor(map?: { [key: string]: any }) {
10542
+ super(map);
10543
+ }
10544
+ }
10545
+
9867
10546
  export class CreateCustomRoutingEndpointGroupDestinationsRequestDestinationConfigurations extends $tea.Model {
9868
10547
  fromPort?: number;
9869
10548
  protocols?: string[];
@@ -11078,6 +11757,28 @@ export class DescribeEndpointGroupResponseBodyPortOverrides extends $tea.Model {
11078
11757
  }
11079
11758
  }
11080
11759
 
11760
+ export class DescribeEndpointGroupResponseBodyTags extends $tea.Model {
11761
+ key?: string;
11762
+ value?: string;
11763
+ static names(): { [key: string]: string } {
11764
+ return {
11765
+ key: 'Key',
11766
+ value: 'Value',
11767
+ };
11768
+ }
11769
+
11770
+ static types(): { [key: string]: any } {
11771
+ return {
11772
+ key: 'string',
11773
+ value: 'string',
11774
+ };
11775
+ }
11776
+
11777
+ constructor(map?: { [key: string]: any }) {
11778
+ super(map);
11779
+ }
11780
+ }
11781
+
11081
11782
  export class DescribeListenerResponseBodyBackendPorts extends $tea.Model {
11082
11783
  fromPort?: string;
11083
11784
  toPort?: string;
@@ -12580,6 +13281,28 @@ export class ListCustomRoutingPortMappingsByDestinationResponseBodyPortMappings
12580
13281
  }
12581
13282
  }
12582
13283
 
13284
+ export class ListEndpointGroupsRequestTag extends $tea.Model {
13285
+ key?: string;
13286
+ value?: string;
13287
+ static names(): { [key: string]: string } {
13288
+ return {
13289
+ key: 'Key',
13290
+ value: 'Value',
13291
+ };
13292
+ }
13293
+
13294
+ static types(): { [key: string]: any } {
13295
+ return {
13296
+ key: 'string',
13297
+ value: 'string',
13298
+ };
13299
+ }
13300
+
13301
+ constructor(map?: { [key: string]: any }) {
13302
+ super(map);
13303
+ }
13304
+ }
13305
+
12583
13306
  export class ListEndpointGroupsResponseBodyEndpointGroupsEndpointConfigurations extends $tea.Model {
12584
13307
  enableClientIPPreservation?: boolean;
12585
13308
  endpoint?: string;
@@ -12639,6 +13362,28 @@ export class ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides extends $
12639
13362
  }
12640
13363
  }
12641
13364
 
13365
+ export class ListEndpointGroupsResponseBodyEndpointGroupsTags extends $tea.Model {
13366
+ key?: string;
13367
+ value?: string;
13368
+ static names(): { [key: string]: string } {
13369
+ return {
13370
+ key: 'Key',
13371
+ value: 'Value',
13372
+ };
13373
+ }
13374
+
13375
+ static types(): { [key: string]: any } {
13376
+ return {
13377
+ key: 'string',
13378
+ value: 'string',
13379
+ };
13380
+ }
13381
+
13382
+ constructor(map?: { [key: string]: any }) {
13383
+ super(map);
13384
+ }
13385
+ }
13386
+
12642
13387
  export class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
12643
13388
  acceleratorId?: string;
12644
13389
  description?: string;
@@ -12659,6 +13404,7 @@ export class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
12659
13404
  name?: string;
12660
13405
  portOverrides?: ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides[];
12661
13406
  state?: string;
13407
+ tags?: ListEndpointGroupsResponseBodyEndpointGroupsTags[];
12662
13408
  thresholdCount?: number;
12663
13409
  trafficPercentage?: number;
12664
13410
  static names(): { [key: string]: string } {
@@ -12682,6 +13428,7 @@ export class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
12682
13428
  name: 'Name',
12683
13429
  portOverrides: 'PortOverrides',
12684
13430
  state: 'State',
13431
+ tags: 'Tags',
12685
13432
  thresholdCount: 'ThresholdCount',
12686
13433
  trafficPercentage: 'TrafficPercentage',
12687
13434
  };
@@ -12708,6 +13455,7 @@ export class ListEndpointGroupsResponseBodyEndpointGroups extends $tea.Model {
12708
13455
  name: 'string',
12709
13456
  portOverrides: { 'type': 'array', 'itemType': ListEndpointGroupsResponseBodyEndpointGroupsPortOverrides },
12710
13457
  state: 'string',
13458
+ tags: { 'type': 'array', 'itemType': ListEndpointGroupsResponseBodyEndpointGroupsTags },
12711
13459
  thresholdCount: 'number',
12712
13460
  trafficPercentage: 'number',
12713
13461
  };
@@ -14249,7 +14997,7 @@ export default class Client extends OpenApi {
14249
14997
  query["Duration"] = request.duration;
14250
14998
  }
14251
14999
 
14252
- if (!Util.isUnset(request.ipSetConfig)) {
15000
+ if (!Util.isUnset($tea.toMap(request.ipSetConfig))) {
14253
15001
  query["IpSetConfig"] = request.ipSetConfig;
14254
15002
  }
14255
15003
 
@@ -14391,15 +15139,194 @@ export default class Client extends OpenApi {
14391
15139
  query["SilenceTime"] = request.silenceTime;
14392
15140
  }
14393
15141
 
14394
- if (!Util.isUnset(request.taskName)) {
14395
- query["TaskName"] = request.taskName;
15142
+ if (!Util.isUnset(request.taskName)) {
15143
+ query["TaskName"] = request.taskName;
15144
+ }
15145
+
15146
+ let req = new $OpenApi.OpenApiRequest({
15147
+ query: OpenApiUtil.query(query),
15148
+ });
15149
+ let params = new $OpenApi.Params({
15150
+ action: "CreateApplicationMonitor",
15151
+ version: "2019-11-20",
15152
+ protocol: "HTTPS",
15153
+ pathname: "/",
15154
+ method: "POST",
15155
+ authType: "AK",
15156
+ style: "RPC",
15157
+ reqBodyType: "formData",
15158
+ bodyType: "json",
15159
+ });
15160
+ return $tea.cast<CreateApplicationMonitorResponse>(await this.callApi(params, req, runtime), new CreateApplicationMonitorResponse({}));
15161
+ }
15162
+
15163
+ async createApplicationMonitor(request: CreateApplicationMonitorRequest): Promise<CreateApplicationMonitorResponse> {
15164
+ let runtime = new $Util.RuntimeOptions({ });
15165
+ return await this.createApplicationMonitorWithOptions(request, runtime);
15166
+ }
15167
+
15168
+ async createBandwidthPackageWithOptions(request: CreateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<CreateBandwidthPackageResponse> {
15169
+ Util.validateModel(request);
15170
+ let query = { };
15171
+ if (!Util.isUnset(request.autoPay)) {
15172
+ query["AutoPay"] = request.autoPay;
15173
+ }
15174
+
15175
+ if (!Util.isUnset(request.autoRenew)) {
15176
+ query["AutoRenew"] = request.autoRenew;
15177
+ }
15178
+
15179
+ if (!Util.isUnset(request.autoRenewDuration)) {
15180
+ query["AutoRenewDuration"] = request.autoRenewDuration;
15181
+ }
15182
+
15183
+ if (!Util.isUnset(request.autoUseCoupon)) {
15184
+ query["AutoUseCoupon"] = request.autoUseCoupon;
15185
+ }
15186
+
15187
+ if (!Util.isUnset(request.bandwidth)) {
15188
+ query["Bandwidth"] = request.bandwidth;
15189
+ }
15190
+
15191
+ if (!Util.isUnset(request.bandwidthType)) {
15192
+ query["BandwidthType"] = request.bandwidthType;
15193
+ }
15194
+
15195
+ if (!Util.isUnset(request.billingType)) {
15196
+ query["BillingType"] = request.billingType;
15197
+ }
15198
+
15199
+ if (!Util.isUnset(request.cbnGeographicRegionIdA)) {
15200
+ query["CbnGeographicRegionIdA"] = request.cbnGeographicRegionIdA;
15201
+ }
15202
+
15203
+ if (!Util.isUnset(request.cbnGeographicRegionIdB)) {
15204
+ query["CbnGeographicRegionIdB"] = request.cbnGeographicRegionIdB;
15205
+ }
15206
+
15207
+ if (!Util.isUnset(request.chargeType)) {
15208
+ query["ChargeType"] = request.chargeType;
15209
+ }
15210
+
15211
+ if (!Util.isUnset(request.clientToken)) {
15212
+ query["ClientToken"] = request.clientToken;
15213
+ }
15214
+
15215
+ if (!Util.isUnset(request.duration)) {
15216
+ query["Duration"] = request.duration;
15217
+ }
15218
+
15219
+ if (!Util.isUnset(request.pricingCycle)) {
15220
+ query["PricingCycle"] = request.pricingCycle;
15221
+ }
15222
+
15223
+ if (!Util.isUnset(request.ratio)) {
15224
+ query["Ratio"] = request.ratio;
15225
+ }
15226
+
15227
+ if (!Util.isUnset(request.regionId)) {
15228
+ query["RegionId"] = request.regionId;
15229
+ }
15230
+
15231
+ if (!Util.isUnset(request.resourceGroupId)) {
15232
+ query["ResourceGroupId"] = request.resourceGroupId;
15233
+ }
15234
+
15235
+ if (!Util.isUnset(request.type)) {
15236
+ query["Type"] = request.type;
15237
+ }
15238
+
15239
+ let req = new $OpenApi.OpenApiRequest({
15240
+ query: OpenApiUtil.query(query),
15241
+ });
15242
+ let params = new $OpenApi.Params({
15243
+ action: "CreateBandwidthPackage",
15244
+ version: "2019-11-20",
15245
+ protocol: "HTTPS",
15246
+ pathname: "/",
15247
+ method: "POST",
15248
+ authType: "AK",
15249
+ style: "RPC",
15250
+ reqBodyType: "formData",
15251
+ bodyType: "json",
15252
+ });
15253
+ return $tea.cast<CreateBandwidthPackageResponse>(await this.callApi(params, req, runtime), new CreateBandwidthPackageResponse({}));
15254
+ }
15255
+
15256
+ async createBandwidthPackage(request: CreateBandwidthPackageRequest): Promise<CreateBandwidthPackageResponse> {
15257
+ let runtime = new $Util.RuntimeOptions({ });
15258
+ return await this.createBandwidthPackageWithOptions(request, runtime);
15259
+ }
15260
+
15261
+ async createBasicAccelerateIpWithOptions(request: CreateBasicAccelerateIpRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAccelerateIpResponse> {
15262
+ Util.validateModel(request);
15263
+ let query = { };
15264
+ if (!Util.isUnset(request.acceleratorId)) {
15265
+ query["AcceleratorId"] = request.acceleratorId;
15266
+ }
15267
+
15268
+ if (!Util.isUnset(request.clientToken)) {
15269
+ query["ClientToken"] = request.clientToken;
15270
+ }
15271
+
15272
+ if (!Util.isUnset(request.ipSetId)) {
15273
+ query["IpSetId"] = request.ipSetId;
15274
+ }
15275
+
15276
+ if (!Util.isUnset(request.regionId)) {
15277
+ query["RegionId"] = request.regionId;
15278
+ }
15279
+
15280
+ let req = new $OpenApi.OpenApiRequest({
15281
+ query: OpenApiUtil.query(query),
15282
+ });
15283
+ let params = new $OpenApi.Params({
15284
+ action: "CreateBasicAccelerateIp",
15285
+ version: "2019-11-20",
15286
+ protocol: "HTTPS",
15287
+ pathname: "/",
15288
+ method: "POST",
15289
+ authType: "AK",
15290
+ style: "RPC",
15291
+ reqBodyType: "formData",
15292
+ bodyType: "json",
15293
+ });
15294
+ return $tea.cast<CreateBasicAccelerateIpResponse>(await this.callApi(params, req, runtime), new CreateBasicAccelerateIpResponse({}));
15295
+ }
15296
+
15297
+ async createBasicAccelerateIp(request: CreateBasicAccelerateIpRequest): Promise<CreateBasicAccelerateIpResponse> {
15298
+ let runtime = new $Util.RuntimeOptions({ });
15299
+ return await this.createBasicAccelerateIpWithOptions(request, runtime);
15300
+ }
15301
+
15302
+ async createBasicAccelerateIpEndpointRelationWithOptions(request: CreateBasicAccelerateIpEndpointRelationRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAccelerateIpEndpointRelationResponse> {
15303
+ Util.validateModel(request);
15304
+ let query = { };
15305
+ if (!Util.isUnset(request.accelerateIpId)) {
15306
+ query["AccelerateIpId"] = request.accelerateIpId;
15307
+ }
15308
+
15309
+ if (!Util.isUnset(request.acceleratorId)) {
15310
+ query["AcceleratorId"] = request.acceleratorId;
15311
+ }
15312
+
15313
+ if (!Util.isUnset(request.clientToken)) {
15314
+ query["ClientToken"] = request.clientToken;
15315
+ }
15316
+
15317
+ if (!Util.isUnset(request.endpointId)) {
15318
+ query["EndpointId"] = request.endpointId;
15319
+ }
15320
+
15321
+ if (!Util.isUnset(request.regionId)) {
15322
+ query["RegionId"] = request.regionId;
14396
15323
  }
14397
15324
 
14398
15325
  let req = new $OpenApi.OpenApiRequest({
14399
15326
  query: OpenApiUtil.query(query),
14400
15327
  });
14401
15328
  let params = new $OpenApi.Params({
14402
- action: "CreateApplicationMonitor",
15329
+ action: "CreateBasicAccelerateIpEndpointRelation",
14403
15330
  version: "2019-11-20",
14404
15331
  protocol: "HTTPS",
14405
15332
  pathname: "/",
@@ -14409,90 +15336,38 @@ export default class Client extends OpenApi {
14409
15336
  reqBodyType: "formData",
14410
15337
  bodyType: "json",
14411
15338
  });
14412
- return $tea.cast<CreateApplicationMonitorResponse>(await this.callApi(params, req, runtime), new CreateApplicationMonitorResponse({}));
15339
+ return $tea.cast<CreateBasicAccelerateIpEndpointRelationResponse>(await this.callApi(params, req, runtime), new CreateBasicAccelerateIpEndpointRelationResponse({}));
14413
15340
  }
14414
15341
 
14415
- async createApplicationMonitor(request: CreateApplicationMonitorRequest): Promise<CreateApplicationMonitorResponse> {
15342
+ async createBasicAccelerateIpEndpointRelation(request: CreateBasicAccelerateIpEndpointRelationRequest): Promise<CreateBasicAccelerateIpEndpointRelationResponse> {
14416
15343
  let runtime = new $Util.RuntimeOptions({ });
14417
- return await this.createApplicationMonitorWithOptions(request, runtime);
15344
+ return await this.createBasicAccelerateIpEndpointRelationWithOptions(request, runtime);
14418
15345
  }
14419
15346
 
14420
- async createBandwidthPackageWithOptions(request: CreateBandwidthPackageRequest, runtime: $Util.RuntimeOptions): Promise<CreateBandwidthPackageResponse> {
15347
+ async createBasicAccelerateIpEndpointRelationsWithOptions(request: CreateBasicAccelerateIpEndpointRelationsRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAccelerateIpEndpointRelationsResponse> {
14421
15348
  Util.validateModel(request);
14422
15349
  let query = { };
14423
- if (!Util.isUnset(request.autoPay)) {
14424
- query["AutoPay"] = request.autoPay;
14425
- }
14426
-
14427
- if (!Util.isUnset(request.autoRenew)) {
14428
- query["AutoRenew"] = request.autoRenew;
14429
- }
14430
-
14431
- if (!Util.isUnset(request.autoRenewDuration)) {
14432
- query["AutoRenewDuration"] = request.autoRenewDuration;
14433
- }
14434
-
14435
- if (!Util.isUnset(request.autoUseCoupon)) {
14436
- query["AutoUseCoupon"] = request.autoUseCoupon;
14437
- }
14438
-
14439
- if (!Util.isUnset(request.bandwidth)) {
14440
- query["Bandwidth"] = request.bandwidth;
14441
- }
14442
-
14443
- if (!Util.isUnset(request.bandwidthType)) {
14444
- query["BandwidthType"] = request.bandwidthType;
14445
- }
14446
-
14447
- if (!Util.isUnset(request.billingType)) {
14448
- query["BillingType"] = request.billingType;
14449
- }
14450
-
14451
- if (!Util.isUnset(request.cbnGeographicRegionIdA)) {
14452
- query["CbnGeographicRegionIdA"] = request.cbnGeographicRegionIdA;
14453
- }
14454
-
14455
- if (!Util.isUnset(request.cbnGeographicRegionIdB)) {
14456
- query["CbnGeographicRegionIdB"] = request.cbnGeographicRegionIdB;
15350
+ if (!Util.isUnset(request.accelerateIpEndpointRelations)) {
15351
+ query["AccelerateIpEndpointRelations"] = request.accelerateIpEndpointRelations;
14457
15352
  }
14458
15353
 
14459
- if (!Util.isUnset(request.chargeType)) {
14460
- query["ChargeType"] = request.chargeType;
15354
+ if (!Util.isUnset(request.acceleratorId)) {
15355
+ query["AcceleratorId"] = request.acceleratorId;
14461
15356
  }
14462
15357
 
14463
15358
  if (!Util.isUnset(request.clientToken)) {
14464
15359
  query["ClientToken"] = request.clientToken;
14465
15360
  }
14466
15361
 
14467
- if (!Util.isUnset(request.duration)) {
14468
- query["Duration"] = request.duration;
14469
- }
14470
-
14471
- if (!Util.isUnset(request.pricingCycle)) {
14472
- query["PricingCycle"] = request.pricingCycle;
14473
- }
14474
-
14475
- if (!Util.isUnset(request.ratio)) {
14476
- query["Ratio"] = request.ratio;
14477
- }
14478
-
14479
15362
  if (!Util.isUnset(request.regionId)) {
14480
15363
  query["RegionId"] = request.regionId;
14481
15364
  }
14482
15365
 
14483
- if (!Util.isUnset(request.resourceGroupId)) {
14484
- query["ResourceGroupId"] = request.resourceGroupId;
14485
- }
14486
-
14487
- if (!Util.isUnset(request.type)) {
14488
- query["Type"] = request.type;
14489
- }
14490
-
14491
15366
  let req = new $OpenApi.OpenApiRequest({
14492
15367
  query: OpenApiUtil.query(query),
14493
15368
  });
14494
15369
  let params = new $OpenApi.Params({
14495
- action: "CreateBandwidthPackage",
15370
+ action: "CreateBasicAccelerateIpEndpointRelations",
14496
15371
  version: "2019-11-20",
14497
15372
  protocol: "HTTPS",
14498
15373
  pathname: "/",
@@ -14502,12 +15377,12 @@ export default class Client extends OpenApi {
14502
15377
  reqBodyType: "formData",
14503
15378
  bodyType: "json",
14504
15379
  });
14505
- return $tea.cast<CreateBandwidthPackageResponse>(await this.callApi(params, req, runtime), new CreateBandwidthPackageResponse({}));
15380
+ return $tea.cast<CreateBasicAccelerateIpEndpointRelationsResponse>(await this.callApi(params, req, runtime), new CreateBasicAccelerateIpEndpointRelationsResponse({}));
14506
15381
  }
14507
15382
 
14508
- async createBandwidthPackage(request: CreateBandwidthPackageRequest): Promise<CreateBandwidthPackageResponse> {
15383
+ async createBasicAccelerateIpEndpointRelations(request: CreateBasicAccelerateIpEndpointRelationsRequest): Promise<CreateBasicAccelerateIpEndpointRelationsResponse> {
14509
15384
  let runtime = new $Util.RuntimeOptions({ });
14510
- return await this.createBandwidthPackageWithOptions(request, runtime);
15385
+ return await this.createBasicAccelerateIpEndpointRelationsWithOptions(request, runtime);
14511
15386
  }
14512
15387
 
14513
15388
  async createBasicAcceleratorWithOptions(request: CreateBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<CreateBasicAcceleratorResponse> {
@@ -15152,7 +16027,7 @@ export default class Client extends OpenApi {
15152
16027
  query["Type"] = request.type;
15153
16028
  }
15154
16029
 
15155
- if (!Util.isUnset(request.XForwardedForConfig)) {
16030
+ if (!Util.isUnset($tea.toMap(request.XForwardedForConfig))) {
15156
16031
  query["XForwardedForConfig"] = request.XForwardedForConfig;
15157
16032
  }
15158
16033
 
@@ -15371,6 +16246,88 @@ export default class Client extends OpenApi {
15371
16246
  return await this.deleteBandwidthPackageWithOptions(request, runtime);
15372
16247
  }
15373
16248
 
16249
+ async deleteBasicAccelerateIpWithOptions(request: DeleteBasicAccelerateIpRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicAccelerateIpResponse> {
16250
+ Util.validateModel(request);
16251
+ let query = { };
16252
+ if (!Util.isUnset(request.accelerateIpId)) {
16253
+ query["AccelerateIpId"] = request.accelerateIpId;
16254
+ }
16255
+
16256
+ if (!Util.isUnset(request.clientToken)) {
16257
+ query["ClientToken"] = request.clientToken;
16258
+ }
16259
+
16260
+ if (!Util.isUnset(request.regionId)) {
16261
+ query["RegionId"] = request.regionId;
16262
+ }
16263
+
16264
+ let req = new $OpenApi.OpenApiRequest({
16265
+ query: OpenApiUtil.query(query),
16266
+ });
16267
+ let params = new $OpenApi.Params({
16268
+ action: "DeleteBasicAccelerateIp",
16269
+ version: "2019-11-20",
16270
+ protocol: "HTTPS",
16271
+ pathname: "/",
16272
+ method: "POST",
16273
+ authType: "AK",
16274
+ style: "RPC",
16275
+ reqBodyType: "formData",
16276
+ bodyType: "json",
16277
+ });
16278
+ return $tea.cast<DeleteBasicAccelerateIpResponse>(await this.callApi(params, req, runtime), new DeleteBasicAccelerateIpResponse({}));
16279
+ }
16280
+
16281
+ async deleteBasicAccelerateIp(request: DeleteBasicAccelerateIpRequest): Promise<DeleteBasicAccelerateIpResponse> {
16282
+ let runtime = new $Util.RuntimeOptions({ });
16283
+ return await this.deleteBasicAccelerateIpWithOptions(request, runtime);
16284
+ }
16285
+
16286
+ async deleteBasicAccelerateIpEndpointRelationWithOptions(request: DeleteBasicAccelerateIpEndpointRelationRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicAccelerateIpEndpointRelationResponse> {
16287
+ Util.validateModel(request);
16288
+ let query = { };
16289
+ if (!Util.isUnset(request.accelerateIpId)) {
16290
+ query["AccelerateIpId"] = request.accelerateIpId;
16291
+ }
16292
+
16293
+ if (!Util.isUnset(request.acceleratorId)) {
16294
+ query["AcceleratorId"] = request.acceleratorId;
16295
+ }
16296
+
16297
+ if (!Util.isUnset(request.clientToken)) {
16298
+ query["ClientToken"] = request.clientToken;
16299
+ }
16300
+
16301
+ if (!Util.isUnset(request.endpointId)) {
16302
+ query["EndpointId"] = request.endpointId;
16303
+ }
16304
+
16305
+ if (!Util.isUnset(request.regionId)) {
16306
+ query["RegionId"] = request.regionId;
16307
+ }
16308
+
16309
+ let req = new $OpenApi.OpenApiRequest({
16310
+ query: OpenApiUtil.query(query),
16311
+ });
16312
+ let params = new $OpenApi.Params({
16313
+ action: "DeleteBasicAccelerateIpEndpointRelation",
16314
+ version: "2019-11-20",
16315
+ protocol: "HTTPS",
16316
+ pathname: "/",
16317
+ method: "POST",
16318
+ authType: "AK",
16319
+ style: "RPC",
16320
+ reqBodyType: "formData",
16321
+ bodyType: "json",
16322
+ });
16323
+ return $tea.cast<DeleteBasicAccelerateIpEndpointRelationResponse>(await this.callApi(params, req, runtime), new DeleteBasicAccelerateIpEndpointRelationResponse({}));
16324
+ }
16325
+
16326
+ async deleteBasicAccelerateIpEndpointRelation(request: DeleteBasicAccelerateIpEndpointRelationRequest): Promise<DeleteBasicAccelerateIpEndpointRelationResponse> {
16327
+ let runtime = new $Util.RuntimeOptions({ });
16328
+ return await this.deleteBasicAccelerateIpEndpointRelationWithOptions(request, runtime);
16329
+ }
16330
+
15374
16331
  async deleteBasicAcceleratorWithOptions(request: DeleteBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicAcceleratorResponse> {
15375
16332
  Util.validateModel(request);
15376
16333
  let query = { };
@@ -15404,6 +16361,47 @@ export default class Client extends OpenApi {
15404
16361
  return await this.deleteBasicAcceleratorWithOptions(request, runtime);
15405
16362
  }
15406
16363
 
16364
+ async deleteBasicEndpointWithOptions(request: DeleteBasicEndpointRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicEndpointResponse> {
16365
+ Util.validateModel(request);
16366
+ let query = { };
16367
+ if (!Util.isUnset(request.clientToken)) {
16368
+ query["ClientToken"] = request.clientToken;
16369
+ }
16370
+
16371
+ if (!Util.isUnset(request.endpointGroupId)) {
16372
+ query["EndpointGroupId"] = request.endpointGroupId;
16373
+ }
16374
+
16375
+ if (!Util.isUnset(request.endpointId)) {
16376
+ query["EndpointId"] = request.endpointId;
16377
+ }
16378
+
16379
+ if (!Util.isUnset(request.regionId)) {
16380
+ query["RegionId"] = request.regionId;
16381
+ }
16382
+
16383
+ let req = new $OpenApi.OpenApiRequest({
16384
+ query: OpenApiUtil.query(query),
16385
+ });
16386
+ let params = new $OpenApi.Params({
16387
+ action: "DeleteBasicEndpoint",
16388
+ version: "2019-11-20",
16389
+ protocol: "HTTPS",
16390
+ pathname: "/",
16391
+ method: "POST",
16392
+ authType: "AK",
16393
+ style: "RPC",
16394
+ reqBodyType: "formData",
16395
+ bodyType: "json",
16396
+ });
16397
+ return $tea.cast<DeleteBasicEndpointResponse>(await this.callApi(params, req, runtime), new DeleteBasicEndpointResponse({}));
16398
+ }
16399
+
16400
+ async deleteBasicEndpoint(request: DeleteBasicEndpointRequest): Promise<DeleteBasicEndpointResponse> {
16401
+ let runtime = new $Util.RuntimeOptions({ });
16402
+ return await this.deleteBasicEndpointWithOptions(request, runtime);
16403
+ }
16404
+
15407
16405
  async deleteBasicEndpointGroupWithOptions(request: DeleteBasicEndpointGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBasicEndpointGroupResponse> {
15408
16406
  Util.validateModel(request);
15409
16407
  let query = { };
@@ -16666,6 +17664,43 @@ export default class Client extends OpenApi {
16666
17664
  return await this.getAclWithOptions(request, runtime);
16667
17665
  }
16668
17666
 
17667
+ async getBasicAccelerateIpWithOptions(request: GetBasicAccelerateIpRequest, runtime: $Util.RuntimeOptions): Promise<GetBasicAccelerateIpResponse> {
17668
+ Util.validateModel(request);
17669
+ let query = { };
17670
+ if (!Util.isUnset(request.accelerateIpId)) {
17671
+ query["AccelerateIpId"] = request.accelerateIpId;
17672
+ }
17673
+
17674
+ if (!Util.isUnset(request.clientToken)) {
17675
+ query["ClientToken"] = request.clientToken;
17676
+ }
17677
+
17678
+ if (!Util.isUnset(request.regionId)) {
17679
+ query["RegionId"] = request.regionId;
17680
+ }
17681
+
17682
+ let req = new $OpenApi.OpenApiRequest({
17683
+ query: OpenApiUtil.query(query),
17684
+ });
17685
+ let params = new $OpenApi.Params({
17686
+ action: "GetBasicAccelerateIp",
17687
+ version: "2019-11-20",
17688
+ protocol: "HTTPS",
17689
+ pathname: "/",
17690
+ method: "POST",
17691
+ authType: "AK",
17692
+ style: "RPC",
17693
+ reqBodyType: "formData",
17694
+ bodyType: "json",
17695
+ });
17696
+ return $tea.cast<GetBasicAccelerateIpResponse>(await this.callApi(params, req, runtime), new GetBasicAccelerateIpResponse({}));
17697
+ }
17698
+
17699
+ async getBasicAccelerateIp(request: GetBasicAccelerateIpRequest): Promise<GetBasicAccelerateIpResponse> {
17700
+ let runtime = new $Util.RuntimeOptions({ });
17701
+ return await this.getBasicAccelerateIpWithOptions(request, runtime);
17702
+ }
17703
+
16669
17704
  async getBasicAcceleratorWithOptions(request: GetBasicAcceleratorRequest, runtime: $Util.RuntimeOptions): Promise<GetBasicAcceleratorResponse> {
16670
17705
  Util.validateModel(request);
16671
17706
  let query = { };
@@ -17679,6 +18714,10 @@ export default class Client extends OpenApi {
17679
18714
  query["RegionId"] = request.regionId;
17680
18715
  }
17681
18716
 
18717
+ if (!Util.isUnset(request.tag)) {
18718
+ query["Tag"] = request.tag;
18719
+ }
18720
+
17682
18721
  let req = new $OpenApi.OpenApiRequest({
17683
18722
  query: OpenApiUtil.query(query),
17684
18723
  });
@@ -18237,6 +19276,59 @@ export default class Client extends OpenApi {
18237
19276
  return await this.updateAclAttributeWithOptions(request, runtime);
18238
19277
  }
18239
19278
 
19279
+ async updateAdditionalCertificateWithListenerWithOptions(request: UpdateAdditionalCertificateWithListenerRequest, runtime: $Util.RuntimeOptions): Promise<UpdateAdditionalCertificateWithListenerResponse> {
19280
+ Util.validateModel(request);
19281
+ let query = { };
19282
+ if (!Util.isUnset(request.acceleratorId)) {
19283
+ query["AcceleratorId"] = request.acceleratorId;
19284
+ }
19285
+
19286
+ if (!Util.isUnset(request.certificateId)) {
19287
+ query["CertificateId"] = request.certificateId;
19288
+ }
19289
+
19290
+ if (!Util.isUnset(request.clientToken)) {
19291
+ query["ClientToken"] = request.clientToken;
19292
+ }
19293
+
19294
+ if (!Util.isUnset(request.domain)) {
19295
+ query["Domain"] = request.domain;
19296
+ }
19297
+
19298
+ if (!Util.isUnset(request.dryRun)) {
19299
+ query["DryRun"] = request.dryRun;
19300
+ }
19301
+
19302
+ if (!Util.isUnset(request.listenerId)) {
19303
+ query["ListenerId"] = request.listenerId;
19304
+ }
19305
+
19306
+ if (!Util.isUnset(request.regionId)) {
19307
+ query["RegionId"] = request.regionId;
19308
+ }
19309
+
19310
+ let req = new $OpenApi.OpenApiRequest({
19311
+ query: OpenApiUtil.query(query),
19312
+ });
19313
+ let params = new $OpenApi.Params({
19314
+ action: "UpdateAdditionalCertificateWithListener",
19315
+ version: "2019-11-20",
19316
+ protocol: "HTTPS",
19317
+ pathname: "/",
19318
+ method: "POST",
19319
+ authType: "AK",
19320
+ style: "RPC",
19321
+ reqBodyType: "formData",
19322
+ bodyType: "json",
19323
+ });
19324
+ return $tea.cast<UpdateAdditionalCertificateWithListenerResponse>(await this.callApi(params, req, runtime), new UpdateAdditionalCertificateWithListenerResponse({}));
19325
+ }
19326
+
19327
+ async updateAdditionalCertificateWithListener(request: UpdateAdditionalCertificateWithListenerRequest): Promise<UpdateAdditionalCertificateWithListenerResponse> {
19328
+ let runtime = new $Util.RuntimeOptions({ });
19329
+ return await this.updateAdditionalCertificateWithListenerWithOptions(request, runtime);
19330
+ }
19331
+
18240
19332
  async updateApplicationMonitorWithOptions(request: UpdateApplicationMonitorRequest, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationMonitorResponse> {
18241
19333
  Util.validateModel(request);
18242
19334
  let query = { };
@@ -19080,7 +20172,7 @@ export default class Client extends OpenApi {
19080
20172
  query["SecurityPolicyId"] = request.securityPolicyId;
19081
20173
  }
19082
20174
 
19083
- if (!Util.isUnset(request.XForwardedForConfig)) {
20175
+ if (!Util.isUnset($tea.toMap(request.XForwardedForConfig))) {
19084
20176
  query["XForwardedForConfig"] = request.XForwardedForConfig;
19085
20177
  }
19086
20178