@alicloud/ddoscoo20200101 1.2.1 → 2.0.1

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
@@ -53,9 +53,9 @@ export class AddAutoCcBlacklistResponseBody extends $tea.Model {
53
53
  }
54
54
 
55
55
  export class AddAutoCcBlacklistResponse extends $tea.Model {
56
- headers: { [key: string]: string };
57
- statusCode: number;
58
- body: AddAutoCcBlacklistResponseBody;
56
+ headers?: { [key: string]: string };
57
+ statusCode?: number;
58
+ body?: AddAutoCcBlacklistResponseBody;
59
59
  static names(): { [key: string]: string } {
60
60
  return {
61
61
  headers: 'headers',
@@ -122,9 +122,9 @@ export class AddAutoCcWhitelistResponseBody extends $tea.Model {
122
122
  }
123
123
 
124
124
  export class AddAutoCcWhitelistResponse extends $tea.Model {
125
- headers: { [key: string]: string };
126
- statusCode: number;
127
- body: AddAutoCcWhitelistResponseBody;
125
+ headers?: { [key: string]: string };
126
+ statusCode?: number;
127
+ body?: AddAutoCcWhitelistResponseBody;
128
128
  static names(): { [key: string]: string } {
129
129
  return {
130
130
  headers: 'headers',
@@ -206,9 +206,9 @@ export class AssociateWebCertResponseBody extends $tea.Model {
206
206
  }
207
207
 
208
208
  export class AssociateWebCertResponse extends $tea.Model {
209
- headers: { [key: string]: string };
210
- statusCode: number;
211
- body: AssociateWebCertResponseBody;
209
+ headers?: { [key: string]: string };
210
+ statusCode?: number;
211
+ body?: AssociateWebCertResponseBody;
212
212
  static names(): { [key: string]: string } {
213
213
  return {
214
214
  headers: 'headers',
@@ -278,9 +278,9 @@ export class AttachSceneDefenseObjectResponseBody extends $tea.Model {
278
278
  }
279
279
 
280
280
  export class AttachSceneDefenseObjectResponse extends $tea.Model {
281
- headers: { [key: string]: string };
282
- statusCode: number;
283
- body: AttachSceneDefenseObjectResponseBody;
281
+ headers?: { [key: string]: string };
282
+ statusCode?: number;
283
+ body?: AttachSceneDefenseObjectResponseBody;
284
284
  static names(): { [key: string]: string } {
285
285
  return {
286
286
  headers: 'headers',
@@ -306,11 +306,13 @@ export class ConfigL7RsPolicyRequest extends $tea.Model {
306
306
  domain?: string;
307
307
  policy?: string;
308
308
  resourceGroupId?: string;
309
+ upstreamRetry?: number;
309
310
  static names(): { [key: string]: string } {
310
311
  return {
311
312
  domain: 'Domain',
312
313
  policy: 'Policy',
313
314
  resourceGroupId: 'ResourceGroupId',
315
+ upstreamRetry: 'UpstreamRetry',
314
316
  };
315
317
  }
316
318
 
@@ -319,6 +321,7 @@ export class ConfigL7RsPolicyRequest extends $tea.Model {
319
321
  domain: 'string',
320
322
  policy: 'string',
321
323
  resourceGroupId: 'string',
324
+ upstreamRetry: 'number',
322
325
  };
323
326
  }
324
327
 
@@ -347,9 +350,9 @@ export class ConfigL7RsPolicyResponseBody extends $tea.Model {
347
350
  }
348
351
 
349
352
  export class ConfigL7RsPolicyResponse extends $tea.Model {
350
- headers: { [key: string]: string };
351
- statusCode: number;
352
- body: ConfigL7RsPolicyResponseBody;
353
+ headers?: { [key: string]: string };
354
+ statusCode?: number;
355
+ body?: ConfigL7RsPolicyResponseBody;
353
356
  static names(): { [key: string]: string } {
354
357
  return {
355
358
  headers: 'headers',
@@ -413,9 +416,9 @@ export class ConfigLayer4RealLimitResponseBody extends $tea.Model {
413
416
  }
414
417
 
415
418
  export class ConfigLayer4RealLimitResponse extends $tea.Model {
416
- headers: { [key: string]: string };
417
- statusCode: number;
418
- body: ConfigLayer4RealLimitResponseBody;
419
+ headers?: { [key: string]: string };
420
+ statusCode?: number;
421
+ body?: ConfigLayer4RealLimitResponseBody;
419
422
  static names(): { [key: string]: string } {
420
423
  return {
421
424
  headers: 'headers',
@@ -476,9 +479,9 @@ export class ConfigLayer4RemarkResponseBody extends $tea.Model {
476
479
  }
477
480
 
478
481
  export class ConfigLayer4RemarkResponse extends $tea.Model {
479
- headers: { [key: string]: string };
480
- statusCode: number;
481
- body: ConfigLayer4RemarkResponseBody;
482
+ headers?: { [key: string]: string };
483
+ statusCode?: number;
484
+ body?: ConfigLayer4RemarkResponseBody;
482
485
  static names(): { [key: string]: string } {
483
486
  return {
484
487
  headers: 'headers',
@@ -542,9 +545,9 @@ export class ConfigLayer4RuleBakModeResponseBody extends $tea.Model {
542
545
  }
543
546
 
544
547
  export class ConfigLayer4RuleBakModeResponse extends $tea.Model {
545
- headers: { [key: string]: string };
546
- statusCode: number;
547
- body: ConfigLayer4RuleBakModeResponseBody;
548
+ headers?: { [key: string]: string };
549
+ statusCode?: number;
550
+ body?: ConfigLayer4RuleBakModeResponseBody;
548
551
  static names(): { [key: string]: string } {
549
552
  return {
550
553
  headers: 'headers',
@@ -605,9 +608,9 @@ export class ConfigLayer4RulePolicyResponseBody extends $tea.Model {
605
608
  }
606
609
 
607
610
  export class ConfigLayer4RulePolicyResponse extends $tea.Model {
608
- headers: { [key: string]: string };
609
- statusCode: number;
610
- body: ConfigLayer4RulePolicyResponseBody;
611
+ headers?: { [key: string]: string };
612
+ statusCode?: number;
613
+ body?: ConfigLayer4RulePolicyResponseBody;
611
614
  static names(): { [key: string]: string } {
612
615
  return {
613
616
  headers: 'headers',
@@ -671,9 +674,9 @@ export class ConfigNetworkRegionBlockResponseBody extends $tea.Model {
671
674
  }
672
675
 
673
676
  export class ConfigNetworkRegionBlockResponse extends $tea.Model {
674
- headers: { [key: string]: string };
675
- statusCode: number;
676
- body: ConfigNetworkRegionBlockResponseBody;
677
+ headers?: { [key: string]: string };
678
+ statusCode?: number;
679
+ body?: ConfigNetworkRegionBlockResponseBody;
677
680
  static names(): { [key: string]: string } {
678
681
  return {
679
682
  headers: 'headers',
@@ -734,9 +737,9 @@ export class ConfigNetworkRulesResponseBody extends $tea.Model {
734
737
  }
735
738
 
736
739
  export class ConfigNetworkRulesResponse extends $tea.Model {
737
- headers: { [key: string]: string };
738
- statusCode: number;
739
- body: ConfigNetworkRulesResponseBody;
740
+ headers?: { [key: string]: string };
741
+ statusCode?: number;
742
+ body?: ConfigNetworkRulesResponseBody;
740
743
  static names(): { [key: string]: string } {
741
744
  return {
742
745
  headers: 'headers',
@@ -803,9 +806,9 @@ export class ConfigUdpReflectResponseBody extends $tea.Model {
803
806
  }
804
807
 
805
808
  export class ConfigUdpReflectResponse extends $tea.Model {
806
- headers: { [key: string]: string };
807
- statusCode: number;
808
- body: ConfigUdpReflectResponseBody;
809
+ headers?: { [key: string]: string };
810
+ statusCode?: number;
811
+ body?: ConfigUdpReflectResponseBody;
809
812
  static names(): { [key: string]: string } {
810
813
  return {
811
814
  headers: 'headers',
@@ -872,9 +875,9 @@ export class ConfigWebCCTemplateResponseBody extends $tea.Model {
872
875
  }
873
876
 
874
877
  export class ConfigWebCCTemplateResponse extends $tea.Model {
875
- headers: { [key: string]: string };
876
- statusCode: number;
877
- body: ConfigWebCCTemplateResponseBody;
878
+ headers?: { [key: string]: string };
879
+ statusCode?: number;
880
+ body?: ConfigWebCCTemplateResponseBody;
878
881
  static names(): { [key: string]: string } {
879
882
  return {
880
883
  headers: 'headers',
@@ -944,9 +947,9 @@ export class ConfigWebIpSetResponseBody extends $tea.Model {
944
947
  }
945
948
 
946
949
  export class ConfigWebIpSetResponse extends $tea.Model {
947
- headers: { [key: string]: string };
948
- statusCode: number;
949
- body: ConfigWebIpSetResponseBody;
950
+ headers?: { [key: string]: string };
951
+ statusCode?: number;
952
+ body?: ConfigWebIpSetResponseBody;
950
953
  static names(): { [key: string]: string } {
951
954
  return {
952
955
  headers: 'headers',
@@ -1013,9 +1016,9 @@ export class CreateAsyncTaskResponseBody extends $tea.Model {
1013
1016
  }
1014
1017
 
1015
1018
  export class CreateAsyncTaskResponse extends $tea.Model {
1016
- headers: { [key: string]: string };
1017
- statusCode: number;
1018
- body: CreateAsyncTaskResponseBody;
1019
+ headers?: { [key: string]: string };
1020
+ statusCode?: number;
1021
+ body?: CreateAsyncTaskResponseBody;
1019
1022
  static names(): { [key: string]: string } {
1020
1023
  return {
1021
1024
  headers: 'headers',
@@ -1091,9 +1094,9 @@ export class CreateDomainResourceResponseBody extends $tea.Model {
1091
1094
  }
1092
1095
 
1093
1096
  export class CreateDomainResourceResponse extends $tea.Model {
1094
- headers: { [key: string]: string };
1095
- statusCode: number;
1096
- body: CreateDomainResourceResponseBody;
1097
+ headers?: { [key: string]: string };
1098
+ statusCode?: number;
1099
+ body?: CreateDomainResourceResponseBody;
1097
1100
  static names(): { [key: string]: string } {
1098
1101
  return {
1099
1102
  headers: 'headers',
@@ -1154,9 +1157,9 @@ export class CreateNetworkRulesResponseBody extends $tea.Model {
1154
1157
  }
1155
1158
 
1156
1159
  export class CreateNetworkRulesResponse extends $tea.Model {
1157
- headers: { [key: string]: string };
1158
- statusCode: number;
1159
- body: CreateNetworkRulesResponseBody;
1160
+ headers?: { [key: string]: string };
1161
+ statusCode?: number;
1162
+ body?: CreateNetworkRulesResponseBody;
1160
1163
  static names(): { [key: string]: string } {
1161
1164
  return {
1162
1165
  headers: 'headers',
@@ -1229,9 +1232,9 @@ export class CreatePortResponseBody extends $tea.Model {
1229
1232
  }
1230
1233
 
1231
1234
  export class CreatePortResponse extends $tea.Model {
1232
- headers: { [key: string]: string };
1233
- statusCode: number;
1234
- body: CreatePortResponseBody;
1235
+ headers?: { [key: string]: string };
1236
+ statusCode?: number;
1237
+ body?: CreatePortResponseBody;
1235
1238
  static names(): { [key: string]: string } {
1236
1239
  return {
1237
1240
  headers: 'headers',
@@ -1304,9 +1307,9 @@ export class CreateSceneDefensePolicyResponseBody extends $tea.Model {
1304
1307
  }
1305
1308
 
1306
1309
  export class CreateSceneDefensePolicyResponse extends $tea.Model {
1307
- headers: { [key: string]: string };
1308
- statusCode: number;
1309
- body: CreateSceneDefensePolicyResponseBody;
1310
+ headers?: { [key: string]: string };
1311
+ statusCode?: number;
1312
+ body?: CreateSceneDefensePolicyResponseBody;
1310
1313
  static names(): { [key: string]: string } {
1311
1314
  return {
1312
1315
  headers: 'headers',
@@ -1385,9 +1388,9 @@ export class CreateSchedulerRuleResponseBody extends $tea.Model {
1385
1388
  }
1386
1389
 
1387
1390
  export class CreateSchedulerRuleResponse extends $tea.Model {
1388
- headers: { [key: string]: string };
1389
- statusCode: number;
1390
- body: CreateSchedulerRuleResponseBody;
1391
+ headers?: { [key: string]: string };
1392
+ statusCode?: number;
1393
+ body?: CreateSchedulerRuleResponseBody;
1391
1394
  static names(): { [key: string]: string } {
1392
1395
  return {
1393
1396
  headers: 'headers',
@@ -1460,9 +1463,9 @@ export class CreateTagResourcesResponseBody extends $tea.Model {
1460
1463
  }
1461
1464
 
1462
1465
  export class CreateTagResourcesResponse extends $tea.Model {
1463
- headers: { [key: string]: string };
1464
- statusCode: number;
1465
- body: CreateTagResourcesResponseBody;
1466
+ headers?: { [key: string]: string };
1467
+ statusCode?: number;
1468
+ body?: CreateTagResourcesResponseBody;
1466
1469
  static names(): { [key: string]: string } {
1467
1470
  return {
1468
1471
  headers: 'headers',
@@ -1547,9 +1550,9 @@ export class CreateWebCCRuleResponseBody extends $tea.Model {
1547
1550
  }
1548
1551
 
1549
1552
  export class CreateWebCCRuleResponse extends $tea.Model {
1550
- headers: { [key: string]: string };
1551
- statusCode: number;
1552
- body: CreateWebCCRuleResponseBody;
1553
+ headers?: { [key: string]: string };
1554
+ statusCode?: number;
1555
+ body?: CreateWebCCRuleResponseBody;
1553
1556
  static names(): { [key: string]: string } {
1554
1557
  return {
1555
1558
  headers: 'headers',
@@ -1628,9 +1631,9 @@ export class CreateWebRuleResponseBody extends $tea.Model {
1628
1631
  }
1629
1632
 
1630
1633
  export class CreateWebRuleResponse extends $tea.Model {
1631
- headers: { [key: string]: string };
1632
- statusCode: number;
1633
- body: CreateWebRuleResponseBody;
1634
+ headers?: { [key: string]: string };
1635
+ statusCode?: number;
1636
+ body?: CreateWebRuleResponseBody;
1634
1637
  static names(): { [key: string]: string } {
1635
1638
  return {
1636
1639
  headers: 'headers',
@@ -1694,9 +1697,9 @@ export class DeleteAsyncTaskResponseBody extends $tea.Model {
1694
1697
  }
1695
1698
 
1696
1699
  export class DeleteAsyncTaskResponse extends $tea.Model {
1697
- headers: { [key: string]: string };
1698
- statusCode: number;
1699
- body: DeleteAsyncTaskResponseBody;
1700
+ headers?: { [key: string]: string };
1701
+ statusCode?: number;
1702
+ body?: DeleteAsyncTaskResponseBody;
1700
1703
  static names(): { [key: string]: string } {
1701
1704
  return {
1702
1705
  headers: 'headers',
@@ -1760,9 +1763,9 @@ export class DeleteAutoCcBlacklistResponseBody extends $tea.Model {
1760
1763
  }
1761
1764
 
1762
1765
  export class DeleteAutoCcBlacklistResponse extends $tea.Model {
1763
- headers: { [key: string]: string };
1764
- statusCode: number;
1765
- body: DeleteAutoCcBlacklistResponseBody;
1766
+ headers?: { [key: string]: string };
1767
+ statusCode?: number;
1768
+ body?: DeleteAutoCcBlacklistResponseBody;
1766
1769
  static names(): { [key: string]: string } {
1767
1770
  return {
1768
1771
  headers: 'headers',
@@ -1826,9 +1829,9 @@ export class DeleteAutoCcWhitelistResponseBody extends $tea.Model {
1826
1829
  }
1827
1830
 
1828
1831
  export class DeleteAutoCcWhitelistResponse extends $tea.Model {
1829
- headers: { [key: string]: string };
1830
- statusCode: number;
1831
- body: DeleteAutoCcWhitelistResponseBody;
1832
+ headers?: { [key: string]: string };
1833
+ statusCode?: number;
1834
+ body?: DeleteAutoCcWhitelistResponseBody;
1832
1835
  static names(): { [key: string]: string } {
1833
1836
  return {
1834
1837
  headers: 'headers',
@@ -1889,9 +1892,9 @@ export class DeleteDomainResourceResponseBody extends $tea.Model {
1889
1892
  }
1890
1893
 
1891
1894
  export class DeleteDomainResourceResponse extends $tea.Model {
1892
- headers: { [key: string]: string };
1893
- statusCode: number;
1894
- body: DeleteDomainResourceResponseBody;
1895
+ headers?: { [key: string]: string };
1896
+ statusCode?: number;
1897
+ body?: DeleteDomainResourceResponseBody;
1895
1898
  static names(): { [key: string]: string } {
1896
1899
  return {
1897
1900
  headers: 'headers',
@@ -1952,9 +1955,9 @@ export class DeleteNetworkRuleResponseBody extends $tea.Model {
1952
1955
  }
1953
1956
 
1954
1957
  export class DeleteNetworkRuleResponse extends $tea.Model {
1955
- headers: { [key: string]: string };
1956
- statusCode: number;
1957
- body: DeleteNetworkRuleResponseBody;
1958
+ headers?: { [key: string]: string };
1959
+ statusCode?: number;
1960
+ body?: DeleteNetworkRuleResponseBody;
1958
1961
  static names(): { [key: string]: string } {
1959
1962
  return {
1960
1963
  headers: 'headers',
@@ -2027,9 +2030,9 @@ export class DeletePortResponseBody extends $tea.Model {
2027
2030
  }
2028
2031
 
2029
2032
  export class DeletePortResponse extends $tea.Model {
2030
- headers: { [key: string]: string };
2031
- statusCode: number;
2032
- body: DeletePortResponseBody;
2033
+ headers?: { [key: string]: string };
2034
+ statusCode?: number;
2035
+ body?: DeletePortResponseBody;
2033
2036
  static names(): { [key: string]: string } {
2034
2037
  return {
2035
2038
  headers: 'headers',
@@ -2093,9 +2096,9 @@ export class DeleteSceneDefensePolicyResponseBody extends $tea.Model {
2093
2096
  }
2094
2097
 
2095
2098
  export class DeleteSceneDefensePolicyResponse extends $tea.Model {
2096
- headers: { [key: string]: string };
2097
- statusCode: number;
2098
- body: DeleteSceneDefensePolicyResponseBody;
2099
+ headers?: { [key: string]: string };
2100
+ statusCode?: number;
2101
+ body?: DeleteSceneDefensePolicyResponseBody;
2099
2102
  static names(): { [key: string]: string } {
2100
2103
  return {
2101
2104
  headers: 'headers',
@@ -2159,9 +2162,9 @@ export class DeleteSchedulerRuleResponseBody extends $tea.Model {
2159
2162
  }
2160
2163
 
2161
2164
  export class DeleteSchedulerRuleResponse extends $tea.Model {
2162
- headers: { [key: string]: string };
2163
- statusCode: number;
2164
- body: DeleteSchedulerRuleResponseBody;
2165
+ headers?: { [key: string]: string };
2166
+ statusCode?: number;
2167
+ body?: DeleteSchedulerRuleResponseBody;
2165
2168
  static names(): { [key: string]: string } {
2166
2169
  return {
2167
2170
  headers: 'headers',
@@ -2237,9 +2240,9 @@ export class DeleteTagResourcesResponseBody extends $tea.Model {
2237
2240
  }
2238
2241
 
2239
2242
  export class DeleteTagResourcesResponse extends $tea.Model {
2240
- headers: { [key: string]: string };
2241
- statusCode: number;
2242
- body: DeleteTagResourcesResponseBody;
2243
+ headers?: { [key: string]: string };
2244
+ statusCode?: number;
2245
+ body?: DeleteTagResourcesResponseBody;
2243
2246
  static names(): { [key: string]: string } {
2244
2247
  return {
2245
2248
  headers: 'headers',
@@ -2306,9 +2309,9 @@ export class DeleteWebCCRuleResponseBody extends $tea.Model {
2306
2309
  }
2307
2310
 
2308
2311
  export class DeleteWebCCRuleResponse extends $tea.Model {
2309
- headers: { [key: string]: string };
2310
- statusCode: number;
2311
- body: DeleteWebCCRuleResponseBody;
2312
+ headers?: { [key: string]: string };
2313
+ statusCode?: number;
2314
+ body?: DeleteWebCCRuleResponseBody;
2312
2315
  static names(): { [key: string]: string } {
2313
2316
  return {
2314
2317
  headers: 'headers',
@@ -2375,9 +2378,9 @@ export class DeleteWebCacheCustomRuleResponseBody extends $tea.Model {
2375
2378
  }
2376
2379
 
2377
2380
  export class DeleteWebCacheCustomRuleResponse extends $tea.Model {
2378
- headers: { [key: string]: string };
2379
- statusCode: number;
2380
- body: DeleteWebCacheCustomRuleResponseBody;
2381
+ headers?: { [key: string]: string };
2382
+ statusCode?: number;
2383
+ body?: DeleteWebCacheCustomRuleResponseBody;
2381
2384
  static names(): { [key: string]: string } {
2382
2385
  return {
2383
2386
  headers: 'headers',
@@ -2444,9 +2447,9 @@ export class DeleteWebPreciseAccessRuleResponseBody extends $tea.Model {
2444
2447
  }
2445
2448
 
2446
2449
  export class DeleteWebPreciseAccessRuleResponse extends $tea.Model {
2447
- headers: { [key: string]: string };
2448
- statusCode: number;
2449
- body: DeleteWebPreciseAccessRuleResponseBody;
2450
+ headers?: { [key: string]: string };
2451
+ statusCode?: number;
2452
+ body?: DeleteWebPreciseAccessRuleResponseBody;
2450
2453
  static names(): { [key: string]: string } {
2451
2454
  return {
2452
2455
  headers: 'headers',
@@ -2510,9 +2513,9 @@ export class DeleteWebRuleResponseBody extends $tea.Model {
2510
2513
  }
2511
2514
 
2512
2515
  export class DeleteWebRuleResponse extends $tea.Model {
2513
- headers: { [key: string]: string };
2514
- statusCode: number;
2515
- body: DeleteWebRuleResponseBody;
2516
+ headers?: { [key: string]: string };
2517
+ statusCode?: number;
2518
+ body?: DeleteWebRuleResponseBody;
2516
2519
  static names(): { [key: string]: string } {
2517
2520
  return {
2518
2521
  headers: 'headers',
@@ -2585,9 +2588,9 @@ export class DescribeAsyncTasksResponseBody extends $tea.Model {
2585
2588
  }
2586
2589
 
2587
2590
  export class DescribeAsyncTasksResponse extends $tea.Model {
2588
- headers: { [key: string]: string };
2589
- statusCode: number;
2590
- body: DescribeAsyncTasksResponseBody;
2591
+ headers?: { [key: string]: string };
2592
+ statusCode?: number;
2593
+ body?: DescribeAsyncTasksResponseBody;
2591
2594
  static names(): { [key: string]: string } {
2592
2595
  return {
2593
2596
  headers: 'headers',
@@ -2654,9 +2657,9 @@ export class DescribeAttackAnalysisMaxQpsResponseBody extends $tea.Model {
2654
2657
  }
2655
2658
 
2656
2659
  export class DescribeAttackAnalysisMaxQpsResponse extends $tea.Model {
2657
- headers: { [key: string]: string };
2658
- statusCode: number;
2659
- body: DescribeAttackAnalysisMaxQpsResponseBody;
2660
+ headers?: { [key: string]: string };
2661
+ statusCode?: number;
2662
+ body?: DescribeAttackAnalysisMaxQpsResponseBody;
2660
2663
  static names(): { [key: string]: string } {
2661
2664
  return {
2662
2665
  headers: 'headers',
@@ -2732,9 +2735,9 @@ export class DescribeAutoCcBlacklistResponseBody extends $tea.Model {
2732
2735
  }
2733
2736
 
2734
2737
  export class DescribeAutoCcBlacklistResponse extends $tea.Model {
2735
- headers: { [key: string]: string };
2736
- statusCode: number;
2737
- body: DescribeAutoCcBlacklistResponseBody;
2738
+ headers?: { [key: string]: string };
2739
+ statusCode?: number;
2740
+ body?: DescribeAutoCcBlacklistResponseBody;
2738
2741
  static names(): { [key: string]: string } {
2739
2742
  return {
2740
2743
  headers: 'headers',
@@ -2804,9 +2807,9 @@ export class DescribeAutoCcListCountResponseBody extends $tea.Model {
2804
2807
  }
2805
2808
 
2806
2809
  export class DescribeAutoCcListCountResponse extends $tea.Model {
2807
- headers: { [key: string]: string };
2808
- statusCode: number;
2809
- body: DescribeAutoCcListCountResponseBody;
2810
+ headers?: { [key: string]: string };
2811
+ statusCode?: number;
2812
+ body?: DescribeAutoCcListCountResponseBody;
2810
2813
  static names(): { [key: string]: string } {
2811
2814
  return {
2812
2815
  headers: 'headers',
@@ -2882,9 +2885,9 @@ export class DescribeAutoCcWhitelistResponseBody extends $tea.Model {
2882
2885
  }
2883
2886
 
2884
2887
  export class DescribeAutoCcWhitelistResponse extends $tea.Model {
2885
- headers: { [key: string]: string };
2886
- statusCode: number;
2887
- body: DescribeAutoCcWhitelistResponseBody;
2888
+ headers?: { [key: string]: string };
2889
+ statusCode?: number;
2890
+ body?: DescribeAutoCcWhitelistResponseBody;
2888
2891
  static names(): { [key: string]: string } {
2889
2892
  return {
2890
2893
  headers: 'headers',
@@ -2954,9 +2957,9 @@ export class DescribeBackSourceCidrResponseBody extends $tea.Model {
2954
2957
  }
2955
2958
 
2956
2959
  export class DescribeBackSourceCidrResponse extends $tea.Model {
2957
- headers: { [key: string]: string };
2958
- statusCode: number;
2959
- body: DescribeBackSourceCidrResponseBody;
2960
+ headers?: { [key: string]: string };
2961
+ statusCode?: number;
2962
+ body?: DescribeBackSourceCidrResponseBody;
2960
2963
  static names(): { [key: string]: string } {
2961
2964
  return {
2962
2965
  headers: 'headers',
@@ -3020,9 +3023,9 @@ export class DescribeBlackholeStatusResponseBody extends $tea.Model {
3020
3023
  }
3021
3024
 
3022
3025
  export class DescribeBlackholeStatusResponse extends $tea.Model {
3023
- headers: { [key: string]: string };
3024
- statusCode: number;
3025
- body: DescribeBlackholeStatusResponseBody;
3026
+ headers?: { [key: string]: string };
3027
+ statusCode?: number;
3028
+ body?: DescribeBlackholeStatusResponseBody;
3026
3029
  static names(): { [key: string]: string } {
3027
3030
  return {
3028
3031
  headers: 'headers',
@@ -3089,9 +3092,9 @@ export class DescribeBlockStatusResponseBody extends $tea.Model {
3089
3092
  }
3090
3093
 
3091
3094
  export class DescribeBlockStatusResponse extends $tea.Model {
3092
- headers: { [key: string]: string };
3093
- statusCode: number;
3094
- body: DescribeBlockStatusResponseBody;
3095
+ headers?: { [key: string]: string };
3096
+ statusCode?: number;
3097
+ body?: DescribeBlockStatusResponseBody;
3095
3098
  static names(): { [key: string]: string } {
3096
3099
  return {
3097
3100
  headers: 'headers',
@@ -3158,9 +3161,9 @@ export class DescribeCertsResponseBody extends $tea.Model {
3158
3161
  }
3159
3162
 
3160
3163
  export class DescribeCertsResponse extends $tea.Model {
3161
- headers: { [key: string]: string };
3162
- statusCode: number;
3163
- body: DescribeCertsResponseBody;
3164
+ headers?: { [key: string]: string };
3165
+ statusCode?: number;
3166
+ body?: DescribeCertsResponseBody;
3164
3167
  static names(): { [key: string]: string } {
3165
3168
  return {
3166
3169
  headers: 'headers',
@@ -3227,9 +3230,9 @@ export class DescribeCnameReusesResponseBody extends $tea.Model {
3227
3230
  }
3228
3231
 
3229
3232
  export class DescribeCnameReusesResponse extends $tea.Model {
3230
- headers: { [key: string]: string };
3231
- statusCode: number;
3232
- body: DescribeCnameReusesResponseBody;
3233
+ headers?: { [key: string]: string };
3234
+ statusCode?: number;
3235
+ body?: DescribeCnameReusesResponseBody;
3233
3236
  static names(): { [key: string]: string } {
3234
3237
  return {
3235
3238
  headers: 'headers',
@@ -3311,9 +3314,9 @@ export class DescribeDDoSEventsResponseBody extends $tea.Model {
3311
3314
  }
3312
3315
 
3313
3316
  export class DescribeDDoSEventsResponse extends $tea.Model {
3314
- headers: { [key: string]: string };
3315
- statusCode: number;
3316
- body: DescribeDDoSEventsResponseBody;
3317
+ headers?: { [key: string]: string };
3318
+ statusCode?: number;
3319
+ body?: DescribeDDoSEventsResponseBody;
3317
3320
  static names(): { [key: string]: string } {
3318
3321
  return {
3319
3322
  headers: 'headers',
@@ -3392,9 +3395,9 @@ export class DescribeDDosAllEventListResponseBody extends $tea.Model {
3392
3395
  }
3393
3396
 
3394
3397
  export class DescribeDDosAllEventListResponse extends $tea.Model {
3395
- headers: { [key: string]: string };
3396
- statusCode: number;
3397
- body: DescribeDDosAllEventListResponseBody;
3398
+ headers?: { [key: string]: string };
3399
+ statusCode?: number;
3400
+ body?: DescribeDDosAllEventListResponseBody;
3398
3401
  static names(): { [key: string]: string } {
3399
3402
  return {
3400
3403
  headers: 'headers',
@@ -3464,9 +3467,9 @@ export class DescribeDDosEventAreaResponseBody extends $tea.Model {
3464
3467
  }
3465
3468
 
3466
3469
  export class DescribeDDosEventAreaResponse extends $tea.Model {
3467
- headers: { [key: string]: string };
3468
- statusCode: number;
3469
- body: DescribeDDosEventAreaResponseBody;
3470
+ headers?: { [key: string]: string };
3471
+ statusCode?: number;
3472
+ body?: DescribeDDosEventAreaResponseBody;
3470
3473
  static names(): { [key: string]: string } {
3471
3474
  return {
3472
3475
  headers: 'headers',
@@ -3536,9 +3539,9 @@ export class DescribeDDosEventAttackTypeResponseBody extends $tea.Model {
3536
3539
  }
3537
3540
 
3538
3541
  export class DescribeDDosEventAttackTypeResponse extends $tea.Model {
3539
- headers: { [key: string]: string };
3540
- statusCode: number;
3541
- body: DescribeDDosEventAttackTypeResponseBody;
3542
+ headers?: { [key: string]: string };
3543
+ statusCode?: number;
3544
+ body?: DescribeDDosEventAttackTypeResponseBody;
3542
3545
  static names(): { [key: string]: string } {
3543
3546
  return {
3544
3547
  headers: 'headers',
@@ -3608,9 +3611,9 @@ export class DescribeDDosEventIspResponseBody extends $tea.Model {
3608
3611
  }
3609
3612
 
3610
3613
  export class DescribeDDosEventIspResponse extends $tea.Model {
3611
- headers: { [key: string]: string };
3612
- statusCode: number;
3613
- body: DescribeDDosEventIspResponseBody;
3614
+ headers?: { [key: string]: string };
3615
+ statusCode?: number;
3616
+ body?: DescribeDDosEventIspResponseBody;
3614
3617
  static names(): { [key: string]: string } {
3615
3618
  return {
3616
3619
  headers: 'headers',
@@ -3683,9 +3686,9 @@ export class DescribeDDosEventMaxResponseBody extends $tea.Model {
3683
3686
  }
3684
3687
 
3685
3688
  export class DescribeDDosEventMaxResponse extends $tea.Model {
3686
- headers: { [key: string]: string };
3687
- statusCode: number;
3688
- body: DescribeDDosEventMaxResponseBody;
3689
+ headers?: { [key: string]: string };
3690
+ statusCode?: number;
3691
+ body?: DescribeDDosEventMaxResponseBody;
3689
3692
  static names(): { [key: string]: string } {
3690
3693
  return {
3691
3694
  headers: 'headers',
@@ -3758,9 +3761,9 @@ export class DescribeDDosEventSrcIpResponseBody extends $tea.Model {
3758
3761
  }
3759
3762
 
3760
3763
  export class DescribeDDosEventSrcIpResponse extends $tea.Model {
3761
- headers: { [key: string]: string };
3762
- statusCode: number;
3763
- body: DescribeDDosEventSrcIpResponseBody;
3764
+ headers?: { [key: string]: string };
3765
+ statusCode?: number;
3766
+ body?: DescribeDDosEventSrcIpResponseBody;
3764
3767
  static names(): { [key: string]: string } {
3765
3768
  return {
3766
3769
  headers: 'headers',
@@ -3824,9 +3827,9 @@ export class DescribeDefenseCountStatisticsResponseBody extends $tea.Model {
3824
3827
  }
3825
3828
 
3826
3829
  export class DescribeDefenseCountStatisticsResponse extends $tea.Model {
3827
- headers: { [key: string]: string };
3828
- statusCode: number;
3829
- body: DescribeDefenseCountStatisticsResponseBody;
3830
+ headers?: { [key: string]: string };
3831
+ statusCode?: number;
3832
+ body?: DescribeDefenseCountStatisticsResponseBody;
3830
3833
  static names(): { [key: string]: string } {
3831
3834
  return {
3832
3835
  headers: 'headers',
@@ -3908,9 +3911,9 @@ export class DescribeDefenseRecordsResponseBody extends $tea.Model {
3908
3911
  }
3909
3912
 
3910
3913
  export class DescribeDefenseRecordsResponse extends $tea.Model {
3911
- headers: { [key: string]: string };
3912
- statusCode: number;
3913
- body: DescribeDefenseRecordsResponseBody;
3914
+ headers?: { [key: string]: string };
3915
+ statusCode?: number;
3916
+ body?: DescribeDefenseRecordsResponseBody;
3914
3917
  static names(): { [key: string]: string } {
3915
3918
  return {
3916
3919
  headers: 'headers',
@@ -3992,9 +3995,9 @@ export class DescribeDomainAttackEventsResponseBody extends $tea.Model {
3992
3995
  }
3993
3996
 
3994
3997
  export class DescribeDomainAttackEventsResponse extends $tea.Model {
3995
- headers: { [key: string]: string };
3996
- statusCode: number;
3997
- body: DescribeDomainAttackEventsResponseBody;
3998
+ headers?: { [key: string]: string };
3999
+ statusCode?: number;
4000
+ body?: DescribeDomainAttackEventsResponseBody;
3998
4001
  static names(): { [key: string]: string } {
3999
4002
  return {
4000
4003
  headers: 'headers',
@@ -4070,9 +4073,9 @@ export class DescribeDomainOverviewResponseBody extends $tea.Model {
4070
4073
  }
4071
4074
 
4072
4075
  export class DescribeDomainOverviewResponse extends $tea.Model {
4073
- headers: { [key: string]: string };
4074
- statusCode: number;
4075
- body: DescribeDomainOverviewResponseBody;
4076
+ headers?: { [key: string]: string };
4077
+ statusCode?: number;
4078
+ body?: DescribeDomainOverviewResponseBody;
4076
4079
  static names(): { [key: string]: string } {
4077
4080
  return {
4078
4081
  headers: 'headers',
@@ -4148,9 +4151,9 @@ export class DescribeDomainQPSListResponseBody extends $tea.Model {
4148
4151
  }
4149
4152
 
4150
4153
  export class DescribeDomainQPSListResponse extends $tea.Model {
4151
- headers: { [key: string]: string };
4152
- statusCode: number;
4153
- body: DescribeDomainQPSListResponseBody;
4154
+ headers?: { [key: string]: string };
4155
+ statusCode?: number;
4156
+ body?: DescribeDomainQPSListResponseBody;
4154
4157
  static names(): { [key: string]: string } {
4155
4158
  return {
4156
4159
  headers: 'headers',
@@ -4172,111 +4175,6 @@ export class DescribeDomainQPSListResponse extends $tea.Model {
4172
4175
  }
4173
4176
  }
4174
4177
 
4175
- export class DescribeDomainQpsWithCacheRequest extends $tea.Model {
4176
- domain?: string;
4177
- endTime?: number;
4178
- resourceGroupId?: string;
4179
- startTime?: number;
4180
- static names(): { [key: string]: string } {
4181
- return {
4182
- domain: 'Domain',
4183
- endTime: 'EndTime',
4184
- resourceGroupId: 'ResourceGroupId',
4185
- startTime: 'StartTime',
4186
- };
4187
- }
4188
-
4189
- static types(): { [key: string]: any } {
4190
- return {
4191
- domain: 'string',
4192
- endTime: 'number',
4193
- resourceGroupId: 'string',
4194
- startTime: 'number',
4195
- };
4196
- }
4197
-
4198
- constructor(map?: { [key: string]: any }) {
4199
- super(map);
4200
- }
4201
- }
4202
-
4203
- export class DescribeDomainQpsWithCacheResponseBody extends $tea.Model {
4204
- blocks?: string[];
4205
- cacheHits?: string[];
4206
- ccBlockQps?: string[];
4207
- ccJsQps?: string[];
4208
- interval?: number;
4209
- ipBlockQps?: string[];
4210
- preciseBlocks?: string[];
4211
- preciseJsQps?: string[];
4212
- regionBlocks?: string[];
4213
- requestId?: string;
4214
- startTime?: number;
4215
- totals?: string[];
4216
- static names(): { [key: string]: string } {
4217
- return {
4218
- blocks: 'Blocks',
4219
- cacheHits: 'CacheHits',
4220
- ccBlockQps: 'CcBlockQps',
4221
- ccJsQps: 'CcJsQps',
4222
- interval: 'Interval',
4223
- ipBlockQps: 'IpBlockQps',
4224
- preciseBlocks: 'PreciseBlocks',
4225
- preciseJsQps: 'PreciseJsQps',
4226
- regionBlocks: 'RegionBlocks',
4227
- requestId: 'RequestId',
4228
- startTime: 'StartTime',
4229
- totals: 'Totals',
4230
- };
4231
- }
4232
-
4233
- static types(): { [key: string]: any } {
4234
- return {
4235
- blocks: { 'type': 'array', 'itemType': 'string' },
4236
- cacheHits: { 'type': 'array', 'itemType': 'string' },
4237
- ccBlockQps: { 'type': 'array', 'itemType': 'string' },
4238
- ccJsQps: { 'type': 'array', 'itemType': 'string' },
4239
- interval: 'number',
4240
- ipBlockQps: { 'type': 'array', 'itemType': 'string' },
4241
- preciseBlocks: { 'type': 'array', 'itemType': 'string' },
4242
- preciseJsQps: { 'type': 'array', 'itemType': 'string' },
4243
- regionBlocks: { 'type': 'array', 'itemType': 'string' },
4244
- requestId: 'string',
4245
- startTime: 'number',
4246
- totals: { 'type': 'array', 'itemType': 'string' },
4247
- };
4248
- }
4249
-
4250
- constructor(map?: { [key: string]: any }) {
4251
- super(map);
4252
- }
4253
- }
4254
-
4255
- export class DescribeDomainQpsWithCacheResponse extends $tea.Model {
4256
- headers: { [key: string]: string };
4257
- statusCode: number;
4258
- body: DescribeDomainQpsWithCacheResponseBody;
4259
- static names(): { [key: string]: string } {
4260
- return {
4261
- headers: 'headers',
4262
- statusCode: 'statusCode',
4263
- body: 'body',
4264
- };
4265
- }
4266
-
4267
- static types(): { [key: string]: any } {
4268
- return {
4269
- headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4270
- statusCode: 'number',
4271
- body: DescribeDomainQpsWithCacheResponseBody,
4272
- };
4273
- }
4274
-
4275
- constructor(map?: { [key: string]: any }) {
4276
- super(map);
4277
- }
4278
- }
4279
-
4280
4178
  export class DescribeDomainResourceRequest extends $tea.Model {
4281
4179
  domain?: string;
4282
4180
  instanceIds?: string[];
@@ -4334,9 +4232,9 @@ export class DescribeDomainResourceResponseBody extends $tea.Model {
4334
4232
  }
4335
4233
 
4336
4234
  export class DescribeDomainResourceResponse extends $tea.Model {
4337
- headers: { [key: string]: string };
4338
- statusCode: number;
4339
- body: DescribeDomainResourceResponseBody;
4235
+ headers?: { [key: string]: string };
4236
+ statusCode?: number;
4237
+ body?: DescribeDomainResourceResponseBody;
4340
4238
  static names(): { [key: string]: string } {
4341
4239
  return {
4342
4240
  headers: 'headers',
@@ -4400,9 +4298,9 @@ export class DescribeDomainSecurityProfileResponseBody extends $tea.Model {
4400
4298
  }
4401
4299
 
4402
4300
  export class DescribeDomainSecurityProfileResponse extends $tea.Model {
4403
- headers: { [key: string]: string };
4404
- statusCode: number;
4405
- body: DescribeDomainSecurityProfileResponseBody;
4301
+ headers?: { [key: string]: string };
4302
+ statusCode?: number;
4303
+ body?: DescribeDomainSecurityProfileResponseBody;
4406
4304
  static names(): { [key: string]: string } {
4407
4305
  return {
4408
4306
  headers: 'headers',
@@ -4508,9 +4406,9 @@ export class DescribeDomainStatusCodeCountResponseBody extends $tea.Model {
4508
4406
  }
4509
4407
 
4510
4408
  export class DescribeDomainStatusCodeCountResponse extends $tea.Model {
4511
- headers: { [key: string]: string };
4512
- statusCode: number;
4513
- body: DescribeDomainStatusCodeCountResponseBody;
4409
+ headers?: { [key: string]: string };
4410
+ statusCode?: number;
4411
+ body?: DescribeDomainStatusCodeCountResponseBody;
4514
4412
  static names(): { [key: string]: string } {
4515
4413
  return {
4516
4414
  headers: 'headers',
@@ -4589,9 +4487,9 @@ export class DescribeDomainStatusCodeListResponseBody extends $tea.Model {
4589
4487
  }
4590
4488
 
4591
4489
  export class DescribeDomainStatusCodeListResponse extends $tea.Model {
4592
- headers: { [key: string]: string };
4593
- statusCode: number;
4594
- body: DescribeDomainStatusCodeListResponseBody;
4490
+ headers?: { [key: string]: string };
4491
+ statusCode?: number;
4492
+ body?: DescribeDomainStatusCodeListResponseBody;
4595
4493
  static names(): { [key: string]: string } {
4596
4494
  return {
4597
4495
  headers: 'headers',
@@ -4661,9 +4559,9 @@ export class DescribeDomainTopAttackListResponseBody extends $tea.Model {
4661
4559
  }
4662
4560
 
4663
4561
  export class DescribeDomainTopAttackListResponse extends $tea.Model {
4664
- headers: { [key: string]: string };
4665
- statusCode: number;
4666
- body: DescribeDomainTopAttackListResponseBody;
4562
+ headers?: { [key: string]: string };
4563
+ statusCode?: number;
4564
+ body?: DescribeDomainTopAttackListResponseBody;
4667
4565
  static names(): { [key: string]: string } {
4668
4566
  return {
4669
4567
  headers: 'headers',
@@ -4736,9 +4634,9 @@ export class DescribeDomainViewSourceCountriesResponseBody extends $tea.Model {
4736
4634
  }
4737
4635
 
4738
4636
  export class DescribeDomainViewSourceCountriesResponse extends $tea.Model {
4739
- headers: { [key: string]: string };
4740
- statusCode: number;
4741
- body: DescribeDomainViewSourceCountriesResponseBody;
4637
+ headers?: { [key: string]: string };
4638
+ statusCode?: number;
4639
+ body?: DescribeDomainViewSourceCountriesResponseBody;
4742
4640
  static names(): { [key: string]: string } {
4743
4641
  return {
4744
4642
  headers: 'headers',
@@ -4811,9 +4709,9 @@ export class DescribeDomainViewSourceProvincesResponseBody extends $tea.Model {
4811
4709
  }
4812
4710
 
4813
4711
  export class DescribeDomainViewSourceProvincesResponse extends $tea.Model {
4814
- headers: { [key: string]: string };
4815
- statusCode: number;
4816
- body: DescribeDomainViewSourceProvincesResponseBody;
4712
+ headers?: { [key: string]: string };
4713
+ statusCode?: number;
4714
+ body?: DescribeDomainViewSourceProvincesResponseBody;
4817
4715
  static names(): { [key: string]: string } {
4818
4716
  return {
4819
4717
  headers: 'headers',
@@ -4889,9 +4787,9 @@ export class DescribeDomainViewTopCostTimeResponseBody extends $tea.Model {
4889
4787
  }
4890
4788
 
4891
4789
  export class DescribeDomainViewTopCostTimeResponse extends $tea.Model {
4892
- headers: { [key: string]: string };
4893
- statusCode: number;
4894
- body: DescribeDomainViewTopCostTimeResponseBody;
4790
+ headers?: { [key: string]: string };
4791
+ statusCode?: number;
4792
+ body?: DescribeDomainViewTopCostTimeResponseBody;
4895
4793
  static names(): { [key: string]: string } {
4896
4794
  return {
4897
4795
  headers: 'headers',
@@ -4967,9 +4865,9 @@ export class DescribeDomainViewTopUrlResponseBody extends $tea.Model {
4967
4865
  }
4968
4866
 
4969
4867
  export class DescribeDomainViewTopUrlResponse extends $tea.Model {
4970
- headers: { [key: string]: string };
4971
- statusCode: number;
4972
- body: DescribeDomainViewTopUrlResponseBody;
4868
+ headers?: { [key: string]: string };
4869
+ statusCode?: number;
4870
+ body?: DescribeDomainViewTopUrlResponseBody;
4973
4871
  static names(): { [key: string]: string } {
4974
4872
  return {
4975
4873
  headers: 'headers',
@@ -5036,9 +4934,9 @@ export class DescribeDomainsResponseBody extends $tea.Model {
5036
4934
  }
5037
4935
 
5038
4936
  export class DescribeDomainsResponse extends $tea.Model {
5039
- headers: { [key: string]: string };
5040
- statusCode: number;
5041
- body: DescribeDomainsResponseBody;
4937
+ headers?: { [key: string]: string };
4938
+ statusCode?: number;
4939
+ body?: DescribeDomainsResponseBody;
5042
4940
  static names(): { [key: string]: string } {
5043
4941
  return {
5044
4942
  headers: 'headers',
@@ -5102,9 +5000,9 @@ export class DescribeElasticBandwidthSpecResponseBody extends $tea.Model {
5102
5000
  }
5103
5001
 
5104
5002
  export class DescribeElasticBandwidthSpecResponse extends $tea.Model {
5105
- headers: { [key: string]: string };
5106
- statusCode: number;
5107
- body: DescribeElasticBandwidthSpecResponseBody;
5003
+ headers?: { [key: string]: string };
5004
+ statusCode?: number;
5005
+ body?: DescribeElasticBandwidthSpecResponseBody;
5108
5006
  static names(): { [key: string]: string } {
5109
5007
  return {
5110
5008
  headers: 'headers',
@@ -5126,6 +5024,156 @@ export class DescribeElasticBandwidthSpecResponse extends $tea.Model {
5126
5024
  }
5127
5025
  }
5128
5026
 
5027
+ export class DescribeElasticQpsRequest extends $tea.Model {
5028
+ endTime?: number;
5029
+ interval?: string;
5030
+ ip?: string;
5031
+ region?: string;
5032
+ startTime?: number;
5033
+ static names(): { [key: string]: string } {
5034
+ return {
5035
+ endTime: 'EndTime',
5036
+ interval: 'Interval',
5037
+ ip: 'Ip',
5038
+ region: 'Region',
5039
+ startTime: 'StartTime',
5040
+ };
5041
+ }
5042
+
5043
+ static types(): { [key: string]: any } {
5044
+ return {
5045
+ endTime: 'number',
5046
+ interval: 'string',
5047
+ ip: 'string',
5048
+ region: 'string',
5049
+ startTime: 'number',
5050
+ };
5051
+ }
5052
+
5053
+ constructor(map?: { [key: string]: any }) {
5054
+ super(map);
5055
+ }
5056
+ }
5057
+
5058
+ export class DescribeElasticQpsResponseBody extends $tea.Model {
5059
+ elasticQps?: DescribeElasticQpsResponseBodyElasticQps[];
5060
+ requestId?: string;
5061
+ static names(): { [key: string]: string } {
5062
+ return {
5063
+ elasticQps: 'ElasticQps',
5064
+ requestId: 'RequestId',
5065
+ };
5066
+ }
5067
+
5068
+ static types(): { [key: string]: any } {
5069
+ return {
5070
+ elasticQps: { 'type': 'array', 'itemType': DescribeElasticQpsResponseBodyElasticQps },
5071
+ requestId: 'string',
5072
+ };
5073
+ }
5074
+
5075
+ constructor(map?: { [key: string]: any }) {
5076
+ super(map);
5077
+ }
5078
+ }
5079
+
5080
+ export class DescribeElasticQpsResponse extends $tea.Model {
5081
+ headers?: { [key: string]: string };
5082
+ statusCode?: number;
5083
+ body?: DescribeElasticQpsResponseBody;
5084
+ static names(): { [key: string]: string } {
5085
+ return {
5086
+ headers: 'headers',
5087
+ statusCode: 'statusCode',
5088
+ body: 'body',
5089
+ };
5090
+ }
5091
+
5092
+ static types(): { [key: string]: any } {
5093
+ return {
5094
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5095
+ statusCode: 'number',
5096
+ body: DescribeElasticQpsResponseBody,
5097
+ };
5098
+ }
5099
+
5100
+ constructor(map?: { [key: string]: any }) {
5101
+ super(map);
5102
+ }
5103
+ }
5104
+
5105
+ export class DescribeElasticQpsRecordRequest extends $tea.Model {
5106
+ endTime?: number;
5107
+ ip?: string;
5108
+ startTime?: number;
5109
+ static names(): { [key: string]: string } {
5110
+ return {
5111
+ endTime: 'EndTime',
5112
+ ip: 'Ip',
5113
+ startTime: 'StartTime',
5114
+ };
5115
+ }
5116
+
5117
+ static types(): { [key: string]: any } {
5118
+ return {
5119
+ endTime: 'number',
5120
+ ip: 'string',
5121
+ startTime: 'number',
5122
+ };
5123
+ }
5124
+
5125
+ constructor(map?: { [key: string]: any }) {
5126
+ super(map);
5127
+ }
5128
+ }
5129
+
5130
+ export class DescribeElasticQpsRecordResponseBody extends $tea.Model {
5131
+ elasticQpsList?: DescribeElasticQpsRecordResponseBodyElasticQpsList[];
5132
+ requestId?: string;
5133
+ static names(): { [key: string]: string } {
5134
+ return {
5135
+ elasticQpsList: 'ElasticQpsList',
5136
+ requestId: 'RequestId',
5137
+ };
5138
+ }
5139
+
5140
+ static types(): { [key: string]: any } {
5141
+ return {
5142
+ elasticQpsList: { 'type': 'array', 'itemType': DescribeElasticQpsRecordResponseBodyElasticQpsList },
5143
+ requestId: 'string',
5144
+ };
5145
+ }
5146
+
5147
+ constructor(map?: { [key: string]: any }) {
5148
+ super(map);
5149
+ }
5150
+ }
5151
+
5152
+ export class DescribeElasticQpsRecordResponse extends $tea.Model {
5153
+ headers?: { [key: string]: string };
5154
+ statusCode?: number;
5155
+ body?: DescribeElasticQpsRecordResponseBody;
5156
+ static names(): { [key: string]: string } {
5157
+ return {
5158
+ headers: 'headers',
5159
+ statusCode: 'statusCode',
5160
+ body: 'body',
5161
+ };
5162
+ }
5163
+
5164
+ static types(): { [key: string]: any } {
5165
+ return {
5166
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5167
+ statusCode: 'number',
5168
+ body: DescribeElasticQpsRecordResponseBody,
5169
+ };
5170
+ }
5171
+
5172
+ constructor(map?: { [key: string]: any }) {
5173
+ super(map);
5174
+ }
5175
+ }
5176
+
5129
5177
  export class DescribeHeadersRequest extends $tea.Model {
5130
5178
  domain?: string;
5131
5179
  resourceGroupId?: string;
@@ -5171,9 +5219,9 @@ export class DescribeHeadersResponseBody extends $tea.Model {
5171
5219
  }
5172
5220
 
5173
5221
  export class DescribeHeadersResponse extends $tea.Model {
5174
- headers: { [key: string]: string };
5175
- statusCode: number;
5176
- body: DescribeHeadersResponseBody;
5222
+ headers?: { [key: string]: string };
5223
+ statusCode?: number;
5224
+ body?: DescribeHeadersResponseBody;
5177
5225
  static names(): { [key: string]: string } {
5178
5226
  return {
5179
5227
  headers: 'headers',
@@ -5237,9 +5285,9 @@ export class DescribeHealthCheckListResponseBody extends $tea.Model {
5237
5285
  }
5238
5286
 
5239
5287
  export class DescribeHealthCheckListResponse extends $tea.Model {
5240
- headers: { [key: string]: string };
5241
- statusCode: number;
5242
- body: DescribeHealthCheckListResponseBody;
5288
+ headers?: { [key: string]: string };
5289
+ statusCode?: number;
5290
+ body?: DescribeHealthCheckListResponseBody;
5243
5291
  static names(): { [key: string]: string } {
5244
5292
  return {
5245
5293
  headers: 'headers',
@@ -5303,9 +5351,9 @@ export class DescribeHealthCheckStatusResponseBody extends $tea.Model {
5303
5351
  }
5304
5352
 
5305
5353
  export class DescribeHealthCheckStatusResponse extends $tea.Model {
5306
- headers: { [key: string]: string };
5307
- statusCode: number;
5308
- body: DescribeHealthCheckStatusResponseBody;
5354
+ headers?: { [key: string]: string };
5355
+ statusCode?: number;
5356
+ body?: DescribeHealthCheckStatusResponseBody;
5309
5357
  static names(): { [key: string]: string } {
5310
5358
  return {
5311
5359
  headers: 'headers',
@@ -5369,9 +5417,9 @@ export class DescribeInstanceDetailsResponseBody extends $tea.Model {
5369
5417
  }
5370
5418
 
5371
5419
  export class DescribeInstanceDetailsResponse extends $tea.Model {
5372
- headers: { [key: string]: string };
5373
- statusCode: number;
5374
- body: DescribeInstanceDetailsResponseBody;
5420
+ headers?: { [key: string]: string };
5421
+ statusCode?: number;
5422
+ body?: DescribeInstanceDetailsResponseBody;
5375
5423
  static names(): { [key: string]: string } {
5376
5424
  return {
5377
5425
  headers: 'headers',
@@ -5444,9 +5492,9 @@ export class DescribeInstanceExtResponseBody extends $tea.Model {
5444
5492
  }
5445
5493
 
5446
5494
  export class DescribeInstanceExtResponse extends $tea.Model {
5447
- headers: { [key: string]: string };
5448
- statusCode: number;
5449
- body: DescribeInstanceExtResponseBody;
5495
+ headers?: { [key: string]: string };
5496
+ statusCode?: number;
5497
+ body?: DescribeInstanceExtResponseBody;
5450
5498
  static names(): { [key: string]: string } {
5451
5499
  return {
5452
5500
  headers: 'headers',
@@ -5516,9 +5564,9 @@ export class DescribeInstanceIdsResponseBody extends $tea.Model {
5516
5564
  }
5517
5565
 
5518
5566
  export class DescribeInstanceIdsResponse extends $tea.Model {
5519
- headers: { [key: string]: string };
5520
- statusCode: number;
5521
- body: DescribeInstanceIdsResponseBody;
5567
+ headers?: { [key: string]: string };
5568
+ statusCode?: number;
5569
+ body?: DescribeInstanceIdsResponseBody;
5522
5570
  static names(): { [key: string]: string } {
5523
5571
  return {
5524
5572
  headers: 'headers',
@@ -5582,9 +5630,9 @@ export class DescribeInstanceSpecsResponseBody extends $tea.Model {
5582
5630
  }
5583
5631
 
5584
5632
  export class DescribeInstanceSpecsResponse extends $tea.Model {
5585
- headers: { [key: string]: string };
5586
- statusCode: number;
5587
- body: DescribeInstanceSpecsResponseBody;
5633
+ headers?: { [key: string]: string };
5634
+ statusCode?: number;
5635
+ body?: DescribeInstanceSpecsResponseBody;
5588
5636
  static names(): { [key: string]: string } {
5589
5637
  return {
5590
5638
  headers: 'headers',
@@ -5648,9 +5696,9 @@ export class DescribeInstanceStatisticsResponseBody extends $tea.Model {
5648
5696
  }
5649
5697
 
5650
5698
  export class DescribeInstanceStatisticsResponse extends $tea.Model {
5651
- headers: { [key: string]: string };
5652
- statusCode: number;
5653
- body: DescribeInstanceStatisticsResponseBody;
5699
+ headers?: { [key: string]: string };
5700
+ statusCode?: number;
5701
+ body?: DescribeInstanceStatisticsResponseBody;
5654
5702
  static names(): { [key: string]: string } {
5655
5703
  return {
5656
5704
  headers: 'headers',
@@ -5720,9 +5768,9 @@ export class DescribeInstanceStatusResponseBody extends $tea.Model {
5720
5768
  }
5721
5769
 
5722
5770
  export class DescribeInstanceStatusResponse extends $tea.Model {
5723
- headers: { [key: string]: string };
5724
- statusCode: number;
5725
- body: DescribeInstanceStatusResponseBody;
5771
+ headers?: { [key: string]: string };
5772
+ statusCode?: number;
5773
+ body?: DescribeInstanceStatusResponseBody;
5726
5774
  static names(): { [key: string]: string } {
5727
5775
  return {
5728
5776
  headers: 'headers',
@@ -5822,9 +5870,9 @@ export class DescribeInstancesResponseBody extends $tea.Model {
5822
5870
  }
5823
5871
 
5824
5872
  export class DescribeInstancesResponse extends $tea.Model {
5825
- headers: { [key: string]: string };
5826
- statusCode: number;
5827
- body: DescribeInstancesResponseBody;
5873
+ headers?: { [key: string]: string };
5874
+ statusCode?: number;
5875
+ body?: DescribeInstancesResponseBody;
5828
5876
  static names(): { [key: string]: string } {
5829
5877
  return {
5830
5878
  headers: 'headers',
@@ -5875,11 +5923,13 @@ export class DescribeL7RsPolicyResponseBody extends $tea.Model {
5875
5923
  attributes?: DescribeL7RsPolicyResponseBodyAttributes[];
5876
5924
  proxyMode?: string;
5877
5925
  requestId?: string;
5926
+ upstreamRetry?: number;
5878
5927
  static names(): { [key: string]: string } {
5879
5928
  return {
5880
5929
  attributes: 'Attributes',
5881
5930
  proxyMode: 'ProxyMode',
5882
5931
  requestId: 'RequestId',
5932
+ upstreamRetry: 'UpstreamRetry',
5883
5933
  };
5884
5934
  }
5885
5935
 
@@ -5888,6 +5938,7 @@ export class DescribeL7RsPolicyResponseBody extends $tea.Model {
5888
5938
  attributes: { 'type': 'array', 'itemType': DescribeL7RsPolicyResponseBodyAttributes },
5889
5939
  proxyMode: 'string',
5890
5940
  requestId: 'string',
5941
+ upstreamRetry: 'number',
5891
5942
  };
5892
5943
  }
5893
5944
 
@@ -5897,9 +5948,9 @@ export class DescribeL7RsPolicyResponseBody extends $tea.Model {
5897
5948
  }
5898
5949
 
5899
5950
  export class DescribeL7RsPolicyResponse extends $tea.Model {
5900
- headers: { [key: string]: string };
5901
- statusCode: number;
5902
- body: DescribeL7RsPolicyResponseBody;
5951
+ headers?: { [key: string]: string };
5952
+ statusCode?: number;
5953
+ body?: DescribeL7RsPolicyResponseBody;
5903
5954
  static names(): { [key: string]: string } {
5904
5955
  return {
5905
5956
  headers: 'headers',
@@ -5984,9 +6035,9 @@ export class DescribeLayer4RulePolicyResponseBody extends $tea.Model {
5984
6035
  }
5985
6036
 
5986
6037
  export class DescribeLayer4RulePolicyResponse extends $tea.Model {
5987
- headers: { [key: string]: string };
5988
- statusCode: number;
5989
- body: DescribeLayer4RulePolicyResponseBody;
6038
+ headers?: { [key: string]: string };
6039
+ statusCode?: number;
6040
+ body?: DescribeLayer4RulePolicyResponseBody;
5990
6041
  static names(): { [key: string]: string } {
5991
6042
  return {
5992
6043
  headers: 'headers',
@@ -6050,9 +6101,9 @@ export class DescribeLogStoreExistStatusResponseBody extends $tea.Model {
6050
6101
  }
6051
6102
 
6052
6103
  export class DescribeLogStoreExistStatusResponse extends $tea.Model {
6053
- headers: { [key: string]: string };
6054
- statusCode: number;
6055
- body: DescribeLogStoreExistStatusResponseBody;
6104
+ headers?: { [key: string]: string };
6105
+ statusCode?: number;
6106
+ body?: DescribeLogStoreExistStatusResponseBody;
6056
6107
  static names(): { [key: string]: string } {
6057
6108
  return {
6058
6109
  headers: 'headers',
@@ -6116,9 +6167,9 @@ export class DescribeNetworkRegionBlockResponseBody extends $tea.Model {
6116
6167
  }
6117
6168
 
6118
6169
  export class DescribeNetworkRegionBlockResponse extends $tea.Model {
6119
- headers: { [key: string]: string };
6120
- statusCode: number;
6121
- body: DescribeNetworkRegionBlockResponseBody;
6170
+ headers?: { [key: string]: string };
6171
+ statusCode?: number;
6172
+ body?: DescribeNetworkRegionBlockResponseBody;
6122
6173
  static names(): { [key: string]: string } {
6123
6174
  return {
6124
6175
  headers: 'headers',
@@ -6182,9 +6233,9 @@ export class DescribeNetworkRuleAttributesResponseBody extends $tea.Model {
6182
6233
  }
6183
6234
 
6184
6235
  export class DescribeNetworkRuleAttributesResponse extends $tea.Model {
6185
- headers: { [key: string]: string };
6186
- statusCode: number;
6187
- body: DescribeNetworkRuleAttributesResponseBody;
6236
+ headers?: { [key: string]: string };
6237
+ statusCode?: number;
6238
+ body?: DescribeNetworkRuleAttributesResponseBody;
6188
6239
  static names(): { [key: string]: string } {
6189
6240
  return {
6190
6241
  headers: 'headers',
@@ -6263,9 +6314,9 @@ export class DescribeNetworkRulesResponseBody extends $tea.Model {
6263
6314
  }
6264
6315
 
6265
6316
  export class DescribeNetworkRulesResponse extends $tea.Model {
6266
- headers: { [key: string]: string };
6267
- statusCode: number;
6268
- body: DescribeNetworkRulesResponseBody;
6317
+ headers?: { [key: string]: string };
6318
+ statusCode?: number;
6319
+ body?: DescribeNetworkRulesResponseBody;
6269
6320
  static names(): { [key: string]: string } {
6270
6321
  return {
6271
6322
  headers: 'headers',
@@ -6350,9 +6401,9 @@ export class DescribeOpEntitiesResponseBody extends $tea.Model {
6350
6401
  }
6351
6402
 
6352
6403
  export class DescribeOpEntitiesResponse extends $tea.Model {
6353
- headers: { [key: string]: string };
6354
- statusCode: number;
6355
- body: DescribeOpEntitiesResponseBody;
6404
+ headers?: { [key: string]: string };
6405
+ statusCode?: number;
6406
+ body?: DescribeOpEntitiesResponseBody;
6356
6407
  static names(): { [key: string]: string } {
6357
6408
  return {
6358
6409
  headers: 'headers',
@@ -6431,9 +6482,9 @@ export class DescribePortResponseBody extends $tea.Model {
6431
6482
  }
6432
6483
 
6433
6484
  export class DescribePortResponse extends $tea.Model {
6434
- headers: { [key: string]: string };
6435
- statusCode: number;
6436
- body: DescribePortResponseBody;
6485
+ headers?: { [key: string]: string };
6486
+ statusCode?: number;
6487
+ body?: DescribePortResponseBody;
6437
6488
  static names(): { [key: string]: string } {
6438
6489
  return {
6439
6490
  headers: 'headers',
@@ -6509,9 +6560,9 @@ export class DescribePortAttackMaxFlowResponseBody extends $tea.Model {
6509
6560
  }
6510
6561
 
6511
6562
  export class DescribePortAttackMaxFlowResponse extends $tea.Model {
6512
- headers: { [key: string]: string };
6513
- statusCode: number;
6514
- body: DescribePortAttackMaxFlowResponseBody;
6563
+ headers?: { [key: string]: string };
6564
+ statusCode?: number;
6565
+ body?: DescribePortAttackMaxFlowResponseBody;
6515
6566
  static names(): { [key: string]: string } {
6516
6567
  return {
6517
6568
  headers: 'headers',
@@ -6575,9 +6626,9 @@ export class DescribePortAutoCcStatusResponseBody extends $tea.Model {
6575
6626
  }
6576
6627
 
6577
6628
  export class DescribePortAutoCcStatusResponse extends $tea.Model {
6578
- headers: { [key: string]: string };
6579
- statusCode: number;
6580
- body: DescribePortAutoCcStatusResponseBody;
6629
+ headers?: { [key: string]: string };
6630
+ statusCode?: number;
6631
+ body?: DescribePortAutoCcStatusResponseBody;
6581
6632
  static names(): { [key: string]: string } {
6582
6633
  return {
6583
6634
  headers: 'headers',
@@ -6650,9 +6701,9 @@ export class DescribePortCcAttackTopIPResponseBody extends $tea.Model {
6650
6701
  }
6651
6702
 
6652
6703
  export class DescribePortCcAttackTopIPResponse extends $tea.Model {
6653
- headers: { [key: string]: string };
6654
- statusCode: number;
6655
- body: DescribePortCcAttackTopIPResponseBody;
6704
+ headers?: { [key: string]: string };
6705
+ statusCode?: number;
6706
+ body?: DescribePortCcAttackTopIPResponseBody;
6656
6707
  static names(): { [key: string]: string } {
6657
6708
  return {
6658
6709
  headers: 'headers',
@@ -6737,9 +6788,9 @@ export class DescribePortConnsCountResponseBody extends $tea.Model {
6737
6788
  }
6738
6789
 
6739
6790
  export class DescribePortConnsCountResponse extends $tea.Model {
6740
- headers: { [key: string]: string };
6741
- statusCode: number;
6742
- body: DescribePortConnsCountResponseBody;
6791
+ headers?: { [key: string]: string };
6792
+ statusCode?: number;
6793
+ body?: DescribePortConnsCountResponseBody;
6743
6794
  static names(): { [key: string]: string } {
6744
6795
  return {
6745
6796
  headers: 'headers',
@@ -6818,9 +6869,9 @@ export class DescribePortConnsListResponseBody extends $tea.Model {
6818
6869
  }
6819
6870
 
6820
6871
  export class DescribePortConnsListResponse extends $tea.Model {
6821
- headers: { [key: string]: string };
6822
- statusCode: number;
6823
- body: DescribePortConnsListResponseBody;
6872
+ headers?: { [key: string]: string };
6873
+ statusCode?: number;
6874
+ body?: DescribePortConnsListResponseBody;
6824
6875
  static names(): { [key: string]: string } {
6825
6876
  return {
6826
6877
  headers: 'headers',
@@ -6896,9 +6947,9 @@ export class DescribePortFlowListResponseBody extends $tea.Model {
6896
6947
  }
6897
6948
 
6898
6949
  export class DescribePortFlowListResponse extends $tea.Model {
6899
- headers: { [key: string]: string };
6900
- statusCode: number;
6901
- body: DescribePortFlowListResponseBody;
6950
+ headers?: { [key: string]: string };
6951
+ statusCode?: number;
6952
+ body?: DescribePortFlowListResponseBody;
6902
6953
  static names(): { [key: string]: string } {
6903
6954
  return {
6904
6955
  headers: 'headers',
@@ -6971,9 +7022,9 @@ export class DescribePortMaxConnsResponseBody extends $tea.Model {
6971
7022
  }
6972
7023
 
6973
7024
  export class DescribePortMaxConnsResponse extends $tea.Model {
6974
- headers: { [key: string]: string };
6975
- statusCode: number;
6976
- body: DescribePortMaxConnsResponseBody;
7025
+ headers?: { [key: string]: string };
7026
+ statusCode?: number;
7027
+ body?: DescribePortMaxConnsResponseBody;
6977
7028
  static names(): { [key: string]: string } {
6978
7029
  return {
6979
7030
  headers: 'headers',
@@ -7046,9 +7097,9 @@ export class DescribePortViewSourceCountriesResponseBody extends $tea.Model {
7046
7097
  }
7047
7098
 
7048
7099
  export class DescribePortViewSourceCountriesResponse extends $tea.Model {
7049
- headers: { [key: string]: string };
7050
- statusCode: number;
7051
- body: DescribePortViewSourceCountriesResponseBody;
7100
+ headers?: { [key: string]: string };
7101
+ statusCode?: number;
7102
+ body?: DescribePortViewSourceCountriesResponseBody;
7052
7103
  static names(): { [key: string]: string } {
7053
7104
  return {
7054
7105
  headers: 'headers',
@@ -7121,9 +7172,9 @@ export class DescribePortViewSourceIspsResponseBody extends $tea.Model {
7121
7172
  }
7122
7173
 
7123
7174
  export class DescribePortViewSourceIspsResponse extends $tea.Model {
7124
- headers: { [key: string]: string };
7125
- statusCode: number;
7126
- body: DescribePortViewSourceIspsResponseBody;
7175
+ headers?: { [key: string]: string };
7176
+ statusCode?: number;
7177
+ body?: DescribePortViewSourceIspsResponseBody;
7127
7178
  static names(): { [key: string]: string } {
7128
7179
  return {
7129
7180
  headers: 'headers',
@@ -7196,9 +7247,9 @@ export class DescribePortViewSourceProvincesResponseBody extends $tea.Model {
7196
7247
  }
7197
7248
 
7198
7249
  export class DescribePortViewSourceProvincesResponse extends $tea.Model {
7199
- headers: { [key: string]: string };
7200
- statusCode: number;
7201
- body: DescribePortViewSourceProvincesResponseBody;
7250
+ headers?: { [key: string]: string };
7251
+ statusCode?: number;
7252
+ body?: DescribePortViewSourceProvincesResponseBody;
7202
7253
  static names(): { [key: string]: string } {
7203
7254
  return {
7204
7255
  headers: 'headers',
@@ -7268,9 +7319,9 @@ export class DescribeSceneDefenseObjectsResponseBody extends $tea.Model {
7268
7319
  }
7269
7320
 
7270
7321
  export class DescribeSceneDefenseObjectsResponse extends $tea.Model {
7271
- headers: { [key: string]: string };
7272
- statusCode: number;
7273
- body: DescribeSceneDefenseObjectsResponseBody;
7322
+ headers?: { [key: string]: string };
7323
+ statusCode?: number;
7324
+ body?: DescribeSceneDefenseObjectsResponseBody;
7274
7325
  static names(): { [key: string]: string } {
7275
7326
  return {
7276
7327
  headers: 'headers',
@@ -7343,9 +7394,9 @@ export class DescribeSceneDefensePoliciesResponseBody extends $tea.Model {
7343
7394
  }
7344
7395
 
7345
7396
  export class DescribeSceneDefensePoliciesResponse extends $tea.Model {
7346
- headers: { [key: string]: string };
7347
- statusCode: number;
7348
- body: DescribeSceneDefensePoliciesResponseBody;
7397
+ headers?: { [key: string]: string };
7398
+ statusCode?: number;
7399
+ body?: DescribeSceneDefensePoliciesResponseBody;
7349
7400
  static names(): { [key: string]: string } {
7350
7401
  return {
7351
7402
  headers: 'headers',
@@ -7421,9 +7472,9 @@ export class DescribeSchedulerRulesResponseBody extends $tea.Model {
7421
7472
  }
7422
7473
 
7423
7474
  export class DescribeSchedulerRulesResponse extends $tea.Model {
7424
- headers: { [key: string]: string };
7425
- statusCode: number;
7426
- body: DescribeSchedulerRulesResponseBody;
7475
+ headers?: { [key: string]: string };
7476
+ statusCode?: number;
7477
+ body?: DescribeSchedulerRulesResponseBody;
7427
7478
  static names(): { [key: string]: string } {
7428
7479
  return {
7429
7480
  headers: 'headers',
@@ -7505,9 +7556,9 @@ export class DescribeSlaEventListResponseBody extends $tea.Model {
7505
7556
  }
7506
7557
 
7507
7558
  export class DescribeSlaEventListResponse extends $tea.Model {
7508
- headers: { [key: string]: string };
7509
- statusCode: number;
7510
- body: DescribeSlaEventListResponseBody;
7559
+ headers?: { [key: string]: string };
7560
+ statusCode?: number;
7561
+ body?: DescribeSlaEventListResponseBody;
7511
7562
  static names(): { [key: string]: string } {
7512
7563
  return {
7513
7564
  headers: 'headers',
@@ -7571,9 +7622,9 @@ export class DescribeSlsAuthStatusResponseBody extends $tea.Model {
7571
7622
  }
7572
7623
 
7573
7624
  export class DescribeSlsAuthStatusResponse extends $tea.Model {
7574
- headers: { [key: string]: string };
7575
- statusCode: number;
7576
- body: DescribeSlsAuthStatusResponseBody;
7625
+ headers?: { [key: string]: string };
7626
+ statusCode?: number;
7627
+ body?: DescribeSlsAuthStatusResponseBody;
7577
7628
  static names(): { [key: string]: string } {
7578
7629
  return {
7579
7630
  headers: 'headers',
@@ -7649,9 +7700,9 @@ export class DescribeSlsLogstoreInfoResponseBody extends $tea.Model {
7649
7700
  }
7650
7701
 
7651
7702
  export class DescribeSlsLogstoreInfoResponse extends $tea.Model {
7652
- headers: { [key: string]: string };
7653
- statusCode: number;
7654
- body: DescribeSlsLogstoreInfoResponseBody;
7703
+ headers?: { [key: string]: string };
7704
+ statusCode?: number;
7705
+ body?: DescribeSlsLogstoreInfoResponseBody;
7655
7706
  static names(): { [key: string]: string } {
7656
7707
  return {
7657
7708
  headers: 'headers',
@@ -7715,9 +7766,9 @@ export class DescribeSlsOpenStatusResponseBody extends $tea.Model {
7715
7766
  }
7716
7767
 
7717
7768
  export class DescribeSlsOpenStatusResponse extends $tea.Model {
7718
- headers: { [key: string]: string };
7719
- statusCode: number;
7720
- body: DescribeSlsOpenStatusResponseBody;
7769
+ headers?: { [key: string]: string };
7770
+ statusCode?: number;
7771
+ body?: DescribeSlsOpenStatusResponseBody;
7721
7772
  static names(): { [key: string]: string } {
7722
7773
  return {
7723
7774
  headers: 'headers',
@@ -7784,9 +7835,9 @@ export class DescribeStsGrantStatusResponseBody extends $tea.Model {
7784
7835
  }
7785
7836
 
7786
7837
  export class DescribeStsGrantStatusResponse extends $tea.Model {
7787
- headers: { [key: string]: string };
7788
- statusCode: number;
7789
- body: DescribeStsGrantStatusResponseBody;
7838
+ headers?: { [key: string]: string };
7839
+ statusCode?: number;
7840
+ body?: DescribeStsGrantStatusResponseBody;
7790
7841
  static names(): { [key: string]: string } {
7791
7842
  return {
7792
7843
  headers: 'headers',
@@ -7868,9 +7919,9 @@ export class DescribeSystemLogResponseBody extends $tea.Model {
7868
7919
  }
7869
7920
 
7870
7921
  export class DescribeSystemLogResponse extends $tea.Model {
7871
- headers: { [key: string]: string };
7872
- statusCode: number;
7873
- body: DescribeSystemLogResponseBody;
7922
+ headers?: { [key: string]: string };
7923
+ statusCode?: number;
7924
+ body?: DescribeSystemLogResponseBody;
7874
7925
  static names(): { [key: string]: string } {
7875
7926
  return {
7876
7927
  headers: 'headers',
@@ -7955,9 +8006,9 @@ export class DescribeTagKeysResponseBody extends $tea.Model {
7955
8006
  }
7956
8007
 
7957
8008
  export class DescribeTagKeysResponse extends $tea.Model {
7958
- headers: { [key: string]: string };
7959
- statusCode: number;
7960
- body: DescribeTagKeysResponseBody;
8009
+ headers?: { [key: string]: string };
8010
+ statusCode?: number;
8011
+ body?: DescribeTagKeysResponseBody;
7961
8012
  static names(): { [key: string]: string } {
7962
8013
  return {
7963
8014
  headers: 'headers',
@@ -8039,9 +8090,9 @@ export class DescribeTagResourcesResponseBody extends $tea.Model {
8039
8090
  }
8040
8091
 
8041
8092
  export class DescribeTagResourcesResponse extends $tea.Model {
8042
- headers: { [key: string]: string };
8043
- statusCode: number;
8044
- body: DescribeTagResourcesResponseBody;
8093
+ headers?: { [key: string]: string };
8094
+ statusCode?: number;
8095
+ body?: DescribeTagResourcesResponseBody;
8045
8096
  static names(): { [key: string]: string } {
8046
8097
  return {
8047
8098
  headers: 'headers',
@@ -8117,9 +8168,9 @@ export class DescribeTotalAttackMaxFlowResponseBody extends $tea.Model {
8117
8168
  }
8118
8169
 
8119
8170
  export class DescribeTotalAttackMaxFlowResponse extends $tea.Model {
8120
- headers: { [key: string]: string };
8121
- statusCode: number;
8122
- body: DescribeTotalAttackMaxFlowResponseBody;
8171
+ headers?: { [key: string]: string };
8172
+ statusCode?: number;
8173
+ body?: DescribeTotalAttackMaxFlowResponseBody;
8123
8174
  static names(): { [key: string]: string } {
8124
8175
  return {
8125
8176
  headers: 'headers',
@@ -8186,9 +8237,9 @@ export class DescribeUdpReflectResponseBody extends $tea.Model {
8186
8237
  }
8187
8238
 
8188
8239
  export class DescribeUdpReflectResponse extends $tea.Model {
8189
- headers: { [key: string]: string };
8190
- statusCode: number;
8191
- body: DescribeUdpReflectResponseBody;
8240
+ headers?: { [key: string]: string };
8241
+ statusCode?: number;
8242
+ body?: DescribeUdpReflectResponseBody;
8192
8243
  static names(): { [key: string]: string } {
8193
8244
  return {
8194
8245
  headers: 'headers',
@@ -8255,9 +8306,9 @@ export class DescribeUnBlackholeCountResponseBody extends $tea.Model {
8255
8306
  }
8256
8307
 
8257
8308
  export class DescribeUnBlackholeCountResponse extends $tea.Model {
8258
- headers: { [key: string]: string };
8259
- statusCode: number;
8260
- body: DescribeUnBlackholeCountResponseBody;
8309
+ headers?: { [key: string]: string };
8310
+ statusCode?: number;
8311
+ body?: DescribeUnBlackholeCountResponseBody;
8261
8312
  static names(): { [key: string]: string } {
8262
8313
  return {
8263
8314
  headers: 'headers',
@@ -8324,9 +8375,9 @@ export class DescribeUnBlockCountResponseBody extends $tea.Model {
8324
8375
  }
8325
8376
 
8326
8377
  export class DescribeUnBlockCountResponse extends $tea.Model {
8327
- headers: { [key: string]: string };
8328
- statusCode: number;
8329
- body: DescribeUnBlockCountResponseBody;
8378
+ headers?: { [key: string]: string };
8379
+ statusCode?: number;
8380
+ body?: DescribeUnBlockCountResponseBody;
8330
8381
  static names(): { [key: string]: string } {
8331
8382
  return {
8332
8383
  headers: 'headers',
@@ -8399,9 +8450,9 @@ export class DescribeWebAccessLogDispatchStatusResponseBody extends $tea.Model {
8399
8450
  }
8400
8451
 
8401
8452
  export class DescribeWebAccessLogDispatchStatusResponse extends $tea.Model {
8402
- headers: { [key: string]: string };
8403
- statusCode: number;
8404
- body: DescribeWebAccessLogDispatchStatusResponseBody;
8453
+ headers?: { [key: string]: string };
8454
+ statusCode?: number;
8455
+ body?: DescribeWebAccessLogDispatchStatusResponseBody;
8405
8456
  static names(): { [key: string]: string } {
8406
8457
  return {
8407
8458
  headers: 'headers',
@@ -8465,9 +8516,9 @@ export class DescribeWebAccessLogEmptyCountResponseBody extends $tea.Model {
8465
8516
  }
8466
8517
 
8467
8518
  export class DescribeWebAccessLogEmptyCountResponse extends $tea.Model {
8468
- headers: { [key: string]: string };
8469
- statusCode: number;
8470
- body: DescribeWebAccessLogEmptyCountResponseBody;
8519
+ headers?: { [key: string]: string };
8520
+ statusCode?: number;
8521
+ body?: DescribeWebAccessLogEmptyCountResponseBody;
8471
8522
  static names(): { [key: string]: string } {
8472
8523
  return {
8473
8524
  headers: 'headers',
@@ -8540,9 +8591,9 @@ export class DescribeWebAccessLogStatusResponseBody extends $tea.Model {
8540
8591
  }
8541
8592
 
8542
8593
  export class DescribeWebAccessLogStatusResponse extends $tea.Model {
8543
- headers: { [key: string]: string };
8544
- statusCode: number;
8545
- body: DescribeWebAccessLogStatusResponseBody;
8594
+ headers?: { [key: string]: string };
8595
+ statusCode?: number;
8596
+ body?: DescribeWebAccessLogStatusResponseBody;
8546
8597
  static names(): { [key: string]: string } {
8547
8598
  return {
8548
8599
  headers: 'headers',
@@ -8606,9 +8657,9 @@ export class DescribeWebAccessModeResponseBody extends $tea.Model {
8606
8657
  }
8607
8658
 
8608
8659
  export class DescribeWebAccessModeResponse extends $tea.Model {
8609
- headers: { [key: string]: string };
8610
- statusCode: number;
8611
- body: DescribeWebAccessModeResponseBody;
8660
+ headers?: { [key: string]: string };
8661
+ statusCode?: number;
8662
+ body?: DescribeWebAccessModeResponseBody;
8612
8663
  static names(): { [key: string]: string } {
8613
8664
  return {
8614
8665
  headers: 'headers',
@@ -8675,9 +8726,9 @@ export class DescribeWebAreaBlockConfigsResponseBody extends $tea.Model {
8675
8726
  }
8676
8727
 
8677
8728
  export class DescribeWebAreaBlockConfigsResponse extends $tea.Model {
8678
- headers: { [key: string]: string };
8679
- statusCode: number;
8680
- body: DescribeWebAreaBlockConfigsResponseBody;
8729
+ headers?: { [key: string]: string };
8730
+ statusCode?: number;
8731
+ body?: DescribeWebAreaBlockConfigsResponseBody;
8681
8732
  static names(): { [key: string]: string } {
8682
8733
  return {
8683
8734
  headers: 'headers',
@@ -8753,9 +8804,9 @@ export class DescribeWebCCRulesResponseBody extends $tea.Model {
8753
8804
  }
8754
8805
 
8755
8806
  export class DescribeWebCCRulesResponse extends $tea.Model {
8756
- headers: { [key: string]: string };
8757
- statusCode: number;
8758
- body: DescribeWebCCRulesResponseBody;
8807
+ headers?: { [key: string]: string };
8808
+ statusCode?: number;
8809
+ body?: DescribeWebCCRulesResponseBody;
8759
8810
  static names(): { [key: string]: string } {
8760
8811
  return {
8761
8812
  headers: 'headers',
@@ -8822,9 +8873,9 @@ export class DescribeWebCacheConfigsResponseBody extends $tea.Model {
8822
8873
  }
8823
8874
 
8824
8875
  export class DescribeWebCacheConfigsResponse extends $tea.Model {
8825
- headers: { [key: string]: string };
8826
- statusCode: number;
8827
- body: DescribeWebCacheConfigsResponseBody;
8876
+ headers?: { [key: string]: string };
8877
+ statusCode?: number;
8878
+ body?: DescribeWebCacheConfigsResponseBody;
8828
8879
  static names(): { [key: string]: string } {
8829
8880
  return {
8830
8881
  headers: 'headers',
@@ -8891,9 +8942,9 @@ export class DescribeWebCcProtectSwitchResponseBody extends $tea.Model {
8891
8942
  }
8892
8943
 
8893
8944
  export class DescribeWebCcProtectSwitchResponse extends $tea.Model {
8894
- headers: { [key: string]: string };
8895
- statusCode: number;
8896
- body: DescribeWebCcProtectSwitchResponseBody;
8945
+ headers?: { [key: string]: string };
8946
+ statusCode?: number;
8947
+ body?: DescribeWebCcProtectSwitchResponseBody;
8897
8948
  static names(): { [key: string]: string } {
8898
8949
  return {
8899
8950
  headers: 'headers',
@@ -8957,9 +9008,9 @@ export class DescribeWebCustomPortsResponseBody extends $tea.Model {
8957
9008
  }
8958
9009
 
8959
9010
  export class DescribeWebCustomPortsResponse extends $tea.Model {
8960
- headers: { [key: string]: string };
8961
- statusCode: number;
8962
- body: DescribeWebCustomPortsResponseBody;
9011
+ headers?: { [key: string]: string };
9012
+ statusCode?: number;
9013
+ body?: DescribeWebCustomPortsResponseBody;
8963
9014
  static names(): { [key: string]: string } {
8964
9015
  return {
8965
9016
  headers: 'headers',
@@ -9026,9 +9077,9 @@ export class DescribeWebInstanceRelationsResponseBody extends $tea.Model {
9026
9077
  }
9027
9078
 
9028
9079
  export class DescribeWebInstanceRelationsResponse extends $tea.Model {
9029
- headers: { [key: string]: string };
9030
- statusCode: number;
9031
- body: DescribeWebInstanceRelationsResponseBody;
9080
+ headers?: { [key: string]: string };
9081
+ statusCode?: number;
9082
+ body?: DescribeWebInstanceRelationsResponseBody;
9032
9083
  static names(): { [key: string]: string } {
9033
9084
  return {
9034
9085
  headers: 'headers',
@@ -9095,9 +9146,9 @@ export class DescribeWebPreciseAccessRuleResponseBody extends $tea.Model {
9095
9146
  }
9096
9147
 
9097
9148
  export class DescribeWebPreciseAccessRuleResponse extends $tea.Model {
9098
- headers: { [key: string]: string };
9099
- statusCode: number;
9100
- body: DescribeWebPreciseAccessRuleResponseBody;
9149
+ headers?: { [key: string]: string };
9150
+ statusCode?: number;
9151
+ body?: DescribeWebPreciseAccessRuleResponseBody;
9101
9152
  static names(): { [key: string]: string } {
9102
9153
  return {
9103
9154
  headers: 'headers',
@@ -9176,9 +9227,9 @@ export class DescribeWebReportTopIpResponseBody extends $tea.Model {
9176
9227
  }
9177
9228
 
9178
9229
  export class DescribeWebReportTopIpResponse extends $tea.Model {
9179
- headers: { [key: string]: string };
9180
- statusCode: number;
9181
- body: DescribeWebReportTopIpResponseBody;
9230
+ headers?: { [key: string]: string };
9231
+ statusCode?: number;
9232
+ body?: DescribeWebReportTopIpResponseBody;
9182
9233
  static names(): { [key: string]: string } {
9183
9234
  return {
9184
9235
  headers: 'headers',
@@ -9263,9 +9314,9 @@ export class DescribeWebRulesResponseBody extends $tea.Model {
9263
9314
  }
9264
9315
 
9265
9316
  export class DescribeWebRulesResponse extends $tea.Model {
9266
- headers: { [key: string]: string };
9267
- statusCode: number;
9268
- body: DescribeWebRulesResponseBody;
9317
+ headers?: { [key: string]: string };
9318
+ statusCode?: number;
9319
+ body?: DescribeWebRulesResponseBody;
9269
9320
  static names(): { [key: string]: string } {
9270
9321
  return {
9271
9322
  headers: 'headers',
@@ -9335,9 +9386,9 @@ export class DetachSceneDefenseObjectResponseBody extends $tea.Model {
9335
9386
  }
9336
9387
 
9337
9388
  export class DetachSceneDefenseObjectResponse extends $tea.Model {
9338
- headers: { [key: string]: string };
9339
- statusCode: number;
9340
- body: DetachSceneDefenseObjectResponseBody;
9389
+ headers?: { [key: string]: string };
9390
+ statusCode?: number;
9391
+ body?: DetachSceneDefenseObjectResponseBody;
9341
9392
  static names(): { [key: string]: string } {
9342
9393
  return {
9343
9394
  headers: 'headers',
@@ -9401,9 +9452,9 @@ export class DisableSceneDefensePolicyResponseBody extends $tea.Model {
9401
9452
  }
9402
9453
 
9403
9454
  export class DisableSceneDefensePolicyResponse extends $tea.Model {
9404
- headers: { [key: string]: string };
9405
- statusCode: number;
9406
- body: DisableSceneDefensePolicyResponseBody;
9455
+ headers?: { [key: string]: string };
9456
+ statusCode?: number;
9457
+ body?: DisableSceneDefensePolicyResponseBody;
9407
9458
  static names(): { [key: string]: string } {
9408
9459
  return {
9409
9460
  headers: 'headers',
@@ -9467,9 +9518,9 @@ export class DisableWebAccessLogConfigResponseBody extends $tea.Model {
9467
9518
  }
9468
9519
 
9469
9520
  export class DisableWebAccessLogConfigResponse extends $tea.Model {
9470
- headers: { [key: string]: string };
9471
- statusCode: number;
9472
- body: DisableWebAccessLogConfigResponseBody;
9521
+ headers?: { [key: string]: string };
9522
+ statusCode?: number;
9523
+ body?: DisableWebAccessLogConfigResponseBody;
9473
9524
  static names(): { [key: string]: string } {
9474
9525
  return {
9475
9526
  headers: 'headers',
@@ -9533,9 +9584,9 @@ export class DisableWebCCResponseBody extends $tea.Model {
9533
9584
  }
9534
9585
 
9535
9586
  export class DisableWebCCResponse extends $tea.Model {
9536
- headers: { [key: string]: string };
9537
- statusCode: number;
9538
- body: DisableWebCCResponseBody;
9587
+ headers?: { [key: string]: string };
9588
+ statusCode?: number;
9589
+ body?: DisableWebCCResponseBody;
9539
9590
  static names(): { [key: string]: string } {
9540
9591
  return {
9541
9592
  headers: 'headers',
@@ -9599,9 +9650,9 @@ export class DisableWebCCRuleResponseBody extends $tea.Model {
9599
9650
  }
9600
9651
 
9601
9652
  export class DisableWebCCRuleResponse extends $tea.Model {
9602
- headers: { [key: string]: string };
9603
- statusCode: number;
9604
- body: DisableWebCCRuleResponseBody;
9653
+ headers?: { [key: string]: string };
9654
+ statusCode?: number;
9655
+ body?: DisableWebCCRuleResponseBody;
9605
9656
  static names(): { [key: string]: string } {
9606
9657
  return {
9607
9658
  headers: 'headers',
@@ -9662,9 +9713,9 @@ export class EmptyAutoCcBlacklistResponseBody extends $tea.Model {
9662
9713
  }
9663
9714
 
9664
9715
  export class EmptyAutoCcBlacklistResponse extends $tea.Model {
9665
- headers: { [key: string]: string };
9666
- statusCode: number;
9667
- body: EmptyAutoCcBlacklistResponseBody;
9716
+ headers?: { [key: string]: string };
9717
+ statusCode?: number;
9718
+ body?: EmptyAutoCcBlacklistResponseBody;
9668
9719
  static names(): { [key: string]: string } {
9669
9720
  return {
9670
9721
  headers: 'headers',
@@ -9725,9 +9776,9 @@ export class EmptyAutoCcWhitelistResponseBody extends $tea.Model {
9725
9776
  }
9726
9777
 
9727
9778
  export class EmptyAutoCcWhitelistResponse extends $tea.Model {
9728
- headers: { [key: string]: string };
9729
- statusCode: number;
9730
- body: EmptyAutoCcWhitelistResponseBody;
9779
+ headers?: { [key: string]: string };
9780
+ statusCode?: number;
9781
+ body?: EmptyAutoCcWhitelistResponseBody;
9731
9782
  static names(): { [key: string]: string } {
9732
9783
  return {
9733
9784
  headers: 'headers',
@@ -9788,9 +9839,9 @@ export class EmptySlsLogstoreResponseBody extends $tea.Model {
9788
9839
  }
9789
9840
 
9790
9841
  export class EmptySlsLogstoreResponse extends $tea.Model {
9791
- headers: { [key: string]: string };
9792
- statusCode: number;
9793
- body: EmptySlsLogstoreResponseBody;
9842
+ headers?: { [key: string]: string };
9843
+ statusCode?: number;
9844
+ body?: EmptySlsLogstoreResponseBody;
9794
9845
  static names(): { [key: string]: string } {
9795
9846
  return {
9796
9847
  headers: 'headers',
@@ -9854,9 +9905,9 @@ export class EnableSceneDefensePolicyResponseBody extends $tea.Model {
9854
9905
  }
9855
9906
 
9856
9907
  export class EnableSceneDefensePolicyResponse extends $tea.Model {
9857
- headers: { [key: string]: string };
9858
- statusCode: number;
9859
- body: EnableSceneDefensePolicyResponseBody;
9908
+ headers?: { [key: string]: string };
9909
+ statusCode?: number;
9910
+ body?: EnableSceneDefensePolicyResponseBody;
9860
9911
  static names(): { [key: string]: string } {
9861
9912
  return {
9862
9913
  headers: 'headers',
@@ -9920,9 +9971,9 @@ export class EnableWebAccessLogConfigResponseBody extends $tea.Model {
9920
9971
  }
9921
9972
 
9922
9973
  export class EnableWebAccessLogConfigResponse extends $tea.Model {
9923
- headers: { [key: string]: string };
9924
- statusCode: number;
9925
- body: EnableWebAccessLogConfigResponseBody;
9974
+ headers?: { [key: string]: string };
9975
+ statusCode?: number;
9976
+ body?: EnableWebAccessLogConfigResponseBody;
9926
9977
  static names(): { [key: string]: string } {
9927
9978
  return {
9928
9979
  headers: 'headers',
@@ -9986,9 +10037,9 @@ export class EnableWebCCResponseBody extends $tea.Model {
9986
10037
  }
9987
10038
 
9988
10039
  export class EnableWebCCResponse extends $tea.Model {
9989
- headers: { [key: string]: string };
9990
- statusCode: number;
9991
- body: EnableWebCCResponseBody;
10040
+ headers?: { [key: string]: string };
10041
+ statusCode?: number;
10042
+ body?: EnableWebCCResponseBody;
9992
10043
  static names(): { [key: string]: string } {
9993
10044
  return {
9994
10045
  headers: 'headers',
@@ -10052,9 +10103,9 @@ export class EnableWebCCRuleResponseBody extends $tea.Model {
10052
10103
  }
10053
10104
 
10054
10105
  export class EnableWebCCRuleResponse extends $tea.Model {
10055
- headers: { [key: string]: string };
10056
- statusCode: number;
10057
- body: EnableWebCCRuleResponseBody;
10106
+ headers?: { [key: string]: string };
10107
+ statusCode?: number;
10108
+ body?: EnableWebCCRuleResponseBody;
10058
10109
  static names(): { [key: string]: string } {
10059
10110
  return {
10060
10111
  headers: 'headers',
@@ -10118,9 +10169,9 @@ export class ModifyBizBandWidthModeResponseBody extends $tea.Model {
10118
10169
  }
10119
10170
 
10120
10171
  export class ModifyBizBandWidthModeResponse extends $tea.Model {
10121
- headers: { [key: string]: string };
10122
- statusCode: number;
10123
- body: ModifyBizBandWidthModeResponseBody;
10172
+ headers?: { [key: string]: string };
10173
+ statusCode?: number;
10174
+ body?: ModifyBizBandWidthModeResponseBody;
10124
10175
  static names(): { [key: string]: string } {
10125
10176
  return {
10126
10177
  headers: 'headers',
@@ -10184,9 +10235,9 @@ export class ModifyBlackholeStatusResponseBody extends $tea.Model {
10184
10235
  }
10185
10236
 
10186
10237
  export class ModifyBlackholeStatusResponse extends $tea.Model {
10187
- headers: { [key: string]: string };
10188
- statusCode: number;
10189
- body: ModifyBlackholeStatusResponseBody;
10238
+ headers?: { [key: string]: string };
10239
+ statusCode?: number;
10240
+ body?: ModifyBlackholeStatusResponseBody;
10190
10241
  static names(): { [key: string]: string } {
10191
10242
  return {
10192
10243
  headers: 'headers',
@@ -10256,9 +10307,9 @@ export class ModifyBlockStatusResponseBody extends $tea.Model {
10256
10307
  }
10257
10308
 
10258
10309
  export class ModifyBlockStatusResponse extends $tea.Model {
10259
- headers: { [key: string]: string };
10260
- statusCode: number;
10261
- body: ModifyBlockStatusResponseBody;
10310
+ headers?: { [key: string]: string };
10311
+ statusCode?: number;
10312
+ body?: ModifyBlockStatusResponseBody;
10262
10313
  static names(): { [key: string]: string } {
10263
10314
  return {
10264
10315
  headers: 'headers',
@@ -10328,9 +10379,9 @@ export class ModifyCnameReuseResponseBody extends $tea.Model {
10328
10379
  }
10329
10380
 
10330
10381
  export class ModifyCnameReuseResponse extends $tea.Model {
10331
- headers: { [key: string]: string };
10332
- statusCode: number;
10333
- body: ModifyCnameReuseResponseBody;
10382
+ headers?: { [key: string]: string };
10383
+ statusCode?: number;
10384
+ body?: ModifyCnameReuseResponseBody;
10334
10385
  static names(): { [key: string]: string } {
10335
10386
  return {
10336
10387
  headers: 'headers',
@@ -10406,9 +10457,9 @@ export class ModifyDomainResourceResponseBody extends $tea.Model {
10406
10457
  }
10407
10458
 
10408
10459
  export class ModifyDomainResourceResponse extends $tea.Model {
10409
- headers: { [key: string]: string };
10410
- statusCode: number;
10411
- body: ModifyDomainResourceResponseBody;
10460
+ headers?: { [key: string]: string };
10461
+ statusCode?: number;
10462
+ body?: ModifyDomainResourceResponseBody;
10412
10463
  static names(): { [key: string]: string } {
10413
10464
  return {
10414
10465
  headers: 'headers',
@@ -10472,9 +10523,9 @@ export class ModifyElasticBandWidthResponseBody extends $tea.Model {
10472
10523
  }
10473
10524
 
10474
10525
  export class ModifyElasticBandWidthResponse extends $tea.Model {
10475
- headers: { [key: string]: string };
10476
- statusCode: number;
10477
- body: ModifyElasticBandWidthResponseBody;
10526
+ headers?: { [key: string]: string };
10527
+ statusCode?: number;
10528
+ body?: ModifyElasticBandWidthResponseBody;
10478
10529
  static names(): { [key: string]: string } {
10479
10530
  return {
10480
10531
  headers: 'headers',
@@ -10541,9 +10592,9 @@ export class ModifyElasticBizBandWidthResponseBody extends $tea.Model {
10541
10592
  }
10542
10593
 
10543
10594
  export class ModifyElasticBizBandWidthResponse extends $tea.Model {
10544
- headers: { [key: string]: string };
10545
- statusCode: number;
10546
- body: ModifyElasticBizBandWidthResponseBody;
10595
+ headers?: { [key: string]: string };
10596
+ statusCode?: number;
10597
+ body?: ModifyElasticBizBandWidthResponseBody;
10547
10598
  static names(): { [key: string]: string } {
10548
10599
  return {
10549
10600
  headers: 'headers',
@@ -10565,6 +10616,75 @@ export class ModifyElasticBizBandWidthResponse extends $tea.Model {
10565
10616
  }
10566
10617
  }
10567
10618
 
10619
+ export class ModifyElasticBizQpsRequest extends $tea.Model {
10620
+ instanceId?: string;
10621
+ mode?: string;
10622
+ opsElasticQps?: number;
10623
+ static names(): { [key: string]: string } {
10624
+ return {
10625
+ instanceId: 'InstanceId',
10626
+ mode: 'Mode',
10627
+ opsElasticQps: 'OpsElasticQps',
10628
+ };
10629
+ }
10630
+
10631
+ static types(): { [key: string]: any } {
10632
+ return {
10633
+ instanceId: 'string',
10634
+ mode: 'string',
10635
+ opsElasticQps: 'number',
10636
+ };
10637
+ }
10638
+
10639
+ constructor(map?: { [key: string]: any }) {
10640
+ super(map);
10641
+ }
10642
+ }
10643
+
10644
+ export class ModifyElasticBizQpsResponseBody extends $tea.Model {
10645
+ requestId?: string;
10646
+ static names(): { [key: string]: string } {
10647
+ return {
10648
+ requestId: 'RequestId',
10649
+ };
10650
+ }
10651
+
10652
+ static types(): { [key: string]: any } {
10653
+ return {
10654
+ requestId: 'string',
10655
+ };
10656
+ }
10657
+
10658
+ constructor(map?: { [key: string]: any }) {
10659
+ super(map);
10660
+ }
10661
+ }
10662
+
10663
+ export class ModifyElasticBizQpsResponse extends $tea.Model {
10664
+ headers?: { [key: string]: string };
10665
+ statusCode?: number;
10666
+ body?: ModifyElasticBizQpsResponseBody;
10667
+ static names(): { [key: string]: string } {
10668
+ return {
10669
+ headers: 'headers',
10670
+ statusCode: 'statusCode',
10671
+ body: 'body',
10672
+ };
10673
+ }
10674
+
10675
+ static types(): { [key: string]: any } {
10676
+ return {
10677
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
10678
+ statusCode: 'number',
10679
+ body: ModifyElasticBizQpsResponseBody,
10680
+ };
10681
+ }
10682
+
10683
+ constructor(map?: { [key: string]: any }) {
10684
+ super(map);
10685
+ }
10686
+ }
10687
+
10568
10688
  export class ModifyFullLogTtlRequest extends $tea.Model {
10569
10689
  resourceGroupId?: string;
10570
10690
  ttl?: number;
@@ -10607,9 +10727,9 @@ export class ModifyFullLogTtlResponseBody extends $tea.Model {
10607
10727
  }
10608
10728
 
10609
10729
  export class ModifyFullLogTtlResponse extends $tea.Model {
10610
- headers: { [key: string]: string };
10611
- statusCode: number;
10612
- body: ModifyFullLogTtlResponseBody;
10730
+ headers?: { [key: string]: string };
10731
+ statusCode?: number;
10732
+ body?: ModifyFullLogTtlResponseBody;
10613
10733
  static names(): { [key: string]: string } {
10614
10734
  return {
10615
10735
  headers: 'headers',
@@ -10676,9 +10796,9 @@ export class ModifyHeadersResponseBody extends $tea.Model {
10676
10796
  }
10677
10797
 
10678
10798
  export class ModifyHeadersResponse extends $tea.Model {
10679
- headers: { [key: string]: string };
10680
- statusCode: number;
10681
- body: ModifyHeadersResponseBody;
10799
+ headers?: { [key: string]: string };
10800
+ statusCode?: number;
10801
+ body?: ModifyHeadersResponseBody;
10682
10802
  static names(): { [key: string]: string } {
10683
10803
  return {
10684
10804
  headers: 'headers',
@@ -10748,9 +10868,9 @@ export class ModifyHealthCheckConfigResponseBody extends $tea.Model {
10748
10868
  }
10749
10869
 
10750
10870
  export class ModifyHealthCheckConfigResponse extends $tea.Model {
10751
- headers: { [key: string]: string };
10752
- statusCode: number;
10753
- body: ModifyHealthCheckConfigResponseBody;
10871
+ headers?: { [key: string]: string };
10872
+ statusCode?: number;
10873
+ body?: ModifyHealthCheckConfigResponseBody;
10754
10874
  static names(): { [key: string]: string } {
10755
10875
  return {
10756
10876
  headers: 'headers',
@@ -10817,9 +10937,9 @@ export class ModifyHttp2EnableResponseBody extends $tea.Model {
10817
10937
  }
10818
10938
 
10819
10939
  export class ModifyHttp2EnableResponse extends $tea.Model {
10820
- headers: { [key: string]: string };
10821
- statusCode: number;
10822
- body: ModifyHttp2EnableResponseBody;
10940
+ headers?: { [key: string]: string };
10941
+ statusCode?: number;
10942
+ body?: ModifyHttp2EnableResponseBody;
10823
10943
  static names(): { [key: string]: string } {
10824
10944
  return {
10825
10945
  headers: 'headers',
@@ -10883,9 +11003,9 @@ export class ModifyInstanceRemarkResponseBody extends $tea.Model {
10883
11003
  }
10884
11004
 
10885
11005
  export class ModifyInstanceRemarkResponse extends $tea.Model {
10886
- headers: { [key: string]: string };
10887
- statusCode: number;
10888
- body: ModifyInstanceRemarkResponseBody;
11006
+ headers?: { [key: string]: string };
11007
+ statusCode?: number;
11008
+ body?: ModifyInstanceRemarkResponseBody;
10889
11009
  static names(): { [key: string]: string } {
10890
11010
  return {
10891
11011
  headers: 'headers',
@@ -10955,9 +11075,9 @@ export class ModifyNetworkRuleAttributeResponseBody extends $tea.Model {
10955
11075
  }
10956
11076
 
10957
11077
  export class ModifyNetworkRuleAttributeResponse extends $tea.Model {
10958
- headers: { [key: string]: string };
10959
- statusCode: number;
10960
- body: ModifyNetworkRuleAttributeResponseBody;
11078
+ headers?: { [key: string]: string };
11079
+ statusCode?: number;
11080
+ body?: ModifyNetworkRuleAttributeResponseBody;
10961
11081
  static names(): { [key: string]: string } {
10962
11082
  return {
10963
11083
  headers: 'headers',
@@ -11021,9 +11141,9 @@ export class ModifyOcspStatusResponseBody extends $tea.Model {
11021
11141
  }
11022
11142
 
11023
11143
  export class ModifyOcspStatusResponse extends $tea.Model {
11024
- headers: { [key: string]: string };
11025
- statusCode: number;
11026
- body: ModifyOcspStatusResponseBody;
11144
+ headers?: { [key: string]: string };
11145
+ statusCode?: number;
11146
+ body?: ModifyOcspStatusResponseBody;
11027
11147
  static names(): { [key: string]: string } {
11028
11148
  return {
11029
11149
  headers: 'headers',
@@ -11050,24 +11170,93 @@ export class ModifyPortRequest extends $tea.Model {
11050
11170
  frontendPort?: string;
11051
11171
  frontendProtocol?: string;
11052
11172
  instanceId?: string;
11053
- realServers?: string[];
11173
+ realServers?: string[];
11174
+ static names(): { [key: string]: string } {
11175
+ return {
11176
+ backendPort: 'BackendPort',
11177
+ frontendPort: 'FrontendPort',
11178
+ frontendProtocol: 'FrontendProtocol',
11179
+ instanceId: 'InstanceId',
11180
+ realServers: 'RealServers',
11181
+ };
11182
+ }
11183
+
11184
+ static types(): { [key: string]: any } {
11185
+ return {
11186
+ backendPort: 'string',
11187
+ frontendPort: 'string',
11188
+ frontendProtocol: 'string',
11189
+ instanceId: 'string',
11190
+ realServers: { 'type': 'array', 'itemType': 'string' },
11191
+ };
11192
+ }
11193
+
11194
+ constructor(map?: { [key: string]: any }) {
11195
+ super(map);
11196
+ }
11197
+ }
11198
+
11199
+ export class ModifyPortResponseBody extends $tea.Model {
11200
+ requestId?: string;
11201
+ static names(): { [key: string]: string } {
11202
+ return {
11203
+ requestId: 'RequestId',
11204
+ };
11205
+ }
11206
+
11207
+ static types(): { [key: string]: any } {
11208
+ return {
11209
+ requestId: 'string',
11210
+ };
11211
+ }
11212
+
11213
+ constructor(map?: { [key: string]: any }) {
11214
+ super(map);
11215
+ }
11216
+ }
11217
+
11218
+ export class ModifyPortResponse extends $tea.Model {
11219
+ headers?: { [key: string]: string };
11220
+ statusCode?: number;
11221
+ body?: ModifyPortResponseBody;
11222
+ static names(): { [key: string]: string } {
11223
+ return {
11224
+ headers: 'headers',
11225
+ statusCode: 'statusCode',
11226
+ body: 'body',
11227
+ };
11228
+ }
11229
+
11230
+ static types(): { [key: string]: any } {
11231
+ return {
11232
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11233
+ statusCode: 'number',
11234
+ body: ModifyPortResponseBody,
11235
+ };
11236
+ }
11237
+
11238
+ constructor(map?: { [key: string]: any }) {
11239
+ super(map);
11240
+ }
11241
+ }
11242
+
11243
+ export class ModifyPortAutoCcStatusRequest extends $tea.Model {
11244
+ instanceId?: string;
11245
+ mode?: string;
11246
+ switch?: string;
11054
11247
  static names(): { [key: string]: string } {
11055
11248
  return {
11056
- backendPort: 'BackendPort',
11057
- frontendPort: 'FrontendPort',
11058
- frontendProtocol: 'FrontendProtocol',
11059
11249
  instanceId: 'InstanceId',
11060
- realServers: 'RealServers',
11250
+ mode: 'Mode',
11251
+ switch: 'Switch',
11061
11252
  };
11062
11253
  }
11063
11254
 
11064
11255
  static types(): { [key: string]: any } {
11065
11256
  return {
11066
- backendPort: 'string',
11067
- frontendPort: 'string',
11068
- frontendProtocol: 'string',
11069
11257
  instanceId: 'string',
11070
- realServers: { 'type': 'array', 'itemType': 'string' },
11258
+ mode: 'string',
11259
+ switch: 'string',
11071
11260
  };
11072
11261
  }
11073
11262
 
@@ -11076,7 +11265,7 @@ export class ModifyPortRequest extends $tea.Model {
11076
11265
  }
11077
11266
  }
11078
11267
 
11079
- export class ModifyPortResponseBody extends $tea.Model {
11268
+ export class ModifyPortAutoCcStatusResponseBody extends $tea.Model {
11080
11269
  requestId?: string;
11081
11270
  static names(): { [key: string]: string } {
11082
11271
  return {
@@ -11095,10 +11284,10 @@ export class ModifyPortResponseBody extends $tea.Model {
11095
11284
  }
11096
11285
  }
11097
11286
 
11098
- export class ModifyPortResponse extends $tea.Model {
11099
- headers: { [key: string]: string };
11100
- statusCode: number;
11101
- body: ModifyPortResponseBody;
11287
+ export class ModifyPortAutoCcStatusResponse extends $tea.Model {
11288
+ headers?: { [key: string]: string };
11289
+ statusCode?: number;
11290
+ body?: ModifyPortAutoCcStatusResponseBody;
11102
11291
  static names(): { [key: string]: string } {
11103
11292
  return {
11104
11293
  headers: 'headers',
@@ -11111,7 +11300,7 @@ export class ModifyPortResponse extends $tea.Model {
11111
11300
  return {
11112
11301
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11113
11302
  statusCode: 'number',
11114
- body: ModifyPortResponseBody,
11303
+ body: ModifyPortAutoCcStatusResponseBody,
11115
11304
  };
11116
11305
  }
11117
11306
 
@@ -11120,15 +11309,13 @@ export class ModifyPortResponse extends $tea.Model {
11120
11309
  }
11121
11310
  }
11122
11311
 
11123
- export class ModifyPortAutoCcStatusRequest extends $tea.Model {
11312
+ export class ModifyQpsModeRequest extends $tea.Model {
11124
11313
  instanceId?: string;
11125
11314
  mode?: string;
11126
- switch?: string;
11127
11315
  static names(): { [key: string]: string } {
11128
11316
  return {
11129
11317
  instanceId: 'InstanceId',
11130
11318
  mode: 'Mode',
11131
- switch: 'Switch',
11132
11319
  };
11133
11320
  }
11134
11321
 
@@ -11136,7 +11323,6 @@ export class ModifyPortAutoCcStatusRequest extends $tea.Model {
11136
11323
  return {
11137
11324
  instanceId: 'string',
11138
11325
  mode: 'string',
11139
- switch: 'string',
11140
11326
  };
11141
11327
  }
11142
11328
 
@@ -11145,7 +11331,7 @@ export class ModifyPortAutoCcStatusRequest extends $tea.Model {
11145
11331
  }
11146
11332
  }
11147
11333
 
11148
- export class ModifyPortAutoCcStatusResponseBody extends $tea.Model {
11334
+ export class ModifyQpsModeResponseBody extends $tea.Model {
11149
11335
  requestId?: string;
11150
11336
  static names(): { [key: string]: string } {
11151
11337
  return {
@@ -11164,10 +11350,10 @@ export class ModifyPortAutoCcStatusResponseBody extends $tea.Model {
11164
11350
  }
11165
11351
  }
11166
11352
 
11167
- export class ModifyPortAutoCcStatusResponse extends $tea.Model {
11168
- headers: { [key: string]: string };
11169
- statusCode: number;
11170
- body: ModifyPortAutoCcStatusResponseBody;
11353
+ export class ModifyQpsModeResponse extends $tea.Model {
11354
+ headers?: { [key: string]: string };
11355
+ statusCode?: number;
11356
+ body?: ModifyQpsModeResponseBody;
11171
11357
  static names(): { [key: string]: string } {
11172
11358
  return {
11173
11359
  headers: 'headers',
@@ -11180,7 +11366,7 @@ export class ModifyPortAutoCcStatusResponse extends $tea.Model {
11180
11366
  return {
11181
11367
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11182
11368
  statusCode: 'number',
11183
- body: ModifyPortAutoCcStatusResponseBody,
11369
+ body: ModifyQpsModeResponseBody,
11184
11370
  };
11185
11371
  }
11186
11372
 
@@ -11243,9 +11429,9 @@ export class ModifySceneDefensePolicyResponseBody extends $tea.Model {
11243
11429
  }
11244
11430
 
11245
11431
  export class ModifySceneDefensePolicyResponse extends $tea.Model {
11246
- headers: { [key: string]: string };
11247
- statusCode: number;
11248
- body: ModifySceneDefensePolicyResponseBody;
11432
+ headers?: { [key: string]: string };
11433
+ statusCode?: number;
11434
+ body?: ModifySceneDefensePolicyResponseBody;
11249
11435
  static names(): { [key: string]: string } {
11250
11436
  return {
11251
11437
  headers: 'headers',
@@ -11324,9 +11510,9 @@ export class ModifySchedulerRuleResponseBody extends $tea.Model {
11324
11510
  }
11325
11511
 
11326
11512
  export class ModifySchedulerRuleResponse extends $tea.Model {
11327
- headers: { [key: string]: string };
11328
- statusCode: number;
11329
- body: ModifySchedulerRuleResponseBody;
11513
+ headers?: { [key: string]: string };
11514
+ statusCode?: number;
11515
+ body?: ModifySchedulerRuleResponseBody;
11330
11516
  static names(): { [key: string]: string } {
11331
11517
  return {
11332
11518
  headers: 'headers',
@@ -11393,9 +11579,9 @@ export class ModifyTlsConfigResponseBody extends $tea.Model {
11393
11579
  }
11394
11580
 
11395
11581
  export class ModifyTlsConfigResponse extends $tea.Model {
11396
- headers: { [key: string]: string };
11397
- statusCode: number;
11398
- body: ModifyTlsConfigResponseBody;
11582
+ headers?: { [key: string]: string };
11583
+ statusCode?: number;
11584
+ body?: ModifyTlsConfigResponseBody;
11399
11585
  static names(): { [key: string]: string } {
11400
11586
  return {
11401
11587
  headers: 'headers',
@@ -11462,9 +11648,9 @@ export class ModifyWebAIProtectModeResponseBody extends $tea.Model {
11462
11648
  }
11463
11649
 
11464
11650
  export class ModifyWebAIProtectModeResponse extends $tea.Model {
11465
- headers: { [key: string]: string };
11466
- statusCode: number;
11467
- body: ModifyWebAIProtectModeResponseBody;
11651
+ headers?: { [key: string]: string };
11652
+ statusCode?: number;
11653
+ body?: ModifyWebAIProtectModeResponseBody;
11468
11654
  static names(): { [key: string]: string } {
11469
11655
  return {
11470
11656
  headers: 'headers',
@@ -11531,9 +11717,9 @@ export class ModifyWebAIProtectSwitchResponseBody extends $tea.Model {
11531
11717
  }
11532
11718
 
11533
11719
  export class ModifyWebAIProtectSwitchResponse extends $tea.Model {
11534
- headers: { [key: string]: string };
11535
- statusCode: number;
11536
- body: ModifyWebAIProtectSwitchResponseBody;
11720
+ headers?: { [key: string]: string };
11721
+ statusCode?: number;
11722
+ body?: ModifyWebAIProtectSwitchResponseBody;
11537
11723
  static names(): { [key: string]: string } {
11538
11724
  return {
11539
11725
  headers: 'headers',
@@ -11597,9 +11783,9 @@ export class ModifyWebAccessModeResponseBody extends $tea.Model {
11597
11783
  }
11598
11784
 
11599
11785
  export class ModifyWebAccessModeResponse extends $tea.Model {
11600
- headers: { [key: string]: string };
11601
- statusCode: number;
11602
- body: ModifyWebAccessModeResponseBody;
11786
+ headers?: { [key: string]: string };
11787
+ statusCode?: number;
11788
+ body?: ModifyWebAccessModeResponseBody;
11603
11789
  static names(): { [key: string]: string } {
11604
11790
  return {
11605
11791
  headers: 'headers',
@@ -11666,9 +11852,9 @@ export class ModifyWebAreaBlockResponseBody extends $tea.Model {
11666
11852
  }
11667
11853
 
11668
11854
  export class ModifyWebAreaBlockResponse extends $tea.Model {
11669
- headers: { [key: string]: string };
11670
- statusCode: number;
11671
- body: ModifyWebAreaBlockResponseBody;
11855
+ headers?: { [key: string]: string };
11856
+ statusCode?: number;
11857
+ body?: ModifyWebAreaBlockResponseBody;
11672
11858
  static names(): { [key: string]: string } {
11673
11859
  return {
11674
11860
  headers: 'headers',
@@ -11735,9 +11921,9 @@ export class ModifyWebAreaBlockSwitchResponseBody extends $tea.Model {
11735
11921
  }
11736
11922
 
11737
11923
  export class ModifyWebAreaBlockSwitchResponse extends $tea.Model {
11738
- headers: { [key: string]: string };
11739
- statusCode: number;
11740
- body: ModifyWebAreaBlockSwitchResponseBody;
11924
+ headers?: { [key: string]: string };
11925
+ statusCode?: number;
11926
+ body?: ModifyWebAreaBlockSwitchResponseBody;
11741
11927
  static names(): { [key: string]: string } {
11742
11928
  return {
11743
11929
  headers: 'headers',
@@ -11822,9 +12008,9 @@ export class ModifyWebCCRuleResponseBody extends $tea.Model {
11822
12008
  }
11823
12009
 
11824
12010
  export class ModifyWebCCRuleResponse extends $tea.Model {
11825
- headers: { [key: string]: string };
11826
- statusCode: number;
11827
- body: ModifyWebCCRuleResponseBody;
12011
+ headers?: { [key: string]: string };
12012
+ statusCode?: number;
12013
+ body?: ModifyWebCCRuleResponseBody;
11828
12014
  static names(): { [key: string]: string } {
11829
12015
  return {
11830
12016
  headers: 'headers',
@@ -11891,9 +12077,9 @@ export class ModifyWebCacheCustomRuleResponseBody extends $tea.Model {
11891
12077
  }
11892
12078
 
11893
12079
  export class ModifyWebCacheCustomRuleResponse extends $tea.Model {
11894
- headers: { [key: string]: string };
11895
- statusCode: number;
11896
- body: ModifyWebCacheCustomRuleResponseBody;
12080
+ headers?: { [key: string]: string };
12081
+ statusCode?: number;
12082
+ body?: ModifyWebCacheCustomRuleResponseBody;
11897
12083
  static names(): { [key: string]: string } {
11898
12084
  return {
11899
12085
  headers: 'headers',
@@ -11960,9 +12146,9 @@ export class ModifyWebCacheModeResponseBody extends $tea.Model {
11960
12146
  }
11961
12147
 
11962
12148
  export class ModifyWebCacheModeResponse extends $tea.Model {
11963
- headers: { [key: string]: string };
11964
- statusCode: number;
11965
- body: ModifyWebCacheModeResponseBody;
12149
+ headers?: { [key: string]: string };
12150
+ statusCode?: number;
12151
+ body?: ModifyWebCacheModeResponseBody;
11966
12152
  static names(): { [key: string]: string } {
11967
12153
  return {
11968
12154
  headers: 'headers',
@@ -12029,9 +12215,9 @@ export class ModifyWebCacheSwitchResponseBody extends $tea.Model {
12029
12215
  }
12030
12216
 
12031
12217
  export class ModifyWebCacheSwitchResponse extends $tea.Model {
12032
- headers: { [key: string]: string };
12033
- statusCode: number;
12034
- body: ModifyWebCacheSwitchResponseBody;
12218
+ headers?: { [key: string]: string };
12219
+ statusCode?: number;
12220
+ body?: ModifyWebCacheSwitchResponseBody;
12035
12221
  static names(): { [key: string]: string } {
12036
12222
  return {
12037
12223
  headers: 'headers',
@@ -12098,9 +12284,9 @@ export class ModifyWebIpSetSwitchResponseBody extends $tea.Model {
12098
12284
  }
12099
12285
 
12100
12286
  export class ModifyWebIpSetSwitchResponse extends $tea.Model {
12101
- headers: { [key: string]: string };
12102
- statusCode: number;
12103
- body: ModifyWebIpSetSwitchResponseBody;
12287
+ headers?: { [key: string]: string };
12288
+ statusCode?: number;
12289
+ body?: ModifyWebIpSetSwitchResponseBody;
12104
12290
  static names(): { [key: string]: string } {
12105
12291
  return {
12106
12292
  headers: 'headers',
@@ -12170,9 +12356,9 @@ export class ModifyWebPreciseAccessRuleResponseBody extends $tea.Model {
12170
12356
  }
12171
12357
 
12172
12358
  export class ModifyWebPreciseAccessRuleResponse extends $tea.Model {
12173
- headers: { [key: string]: string };
12174
- statusCode: number;
12175
- body: ModifyWebPreciseAccessRuleResponseBody;
12359
+ headers?: { [key: string]: string };
12360
+ statusCode?: number;
12361
+ body?: ModifyWebPreciseAccessRuleResponseBody;
12176
12362
  static names(): { [key: string]: string } {
12177
12363
  return {
12178
12364
  headers: 'headers',
@@ -12239,9 +12425,9 @@ export class ModifyWebPreciseAccessSwitchResponseBody extends $tea.Model {
12239
12425
  }
12240
12426
 
12241
12427
  export class ModifyWebPreciseAccessSwitchResponse extends $tea.Model {
12242
- headers: { [key: string]: string };
12243
- statusCode: number;
12244
- body: ModifyWebPreciseAccessSwitchResponseBody;
12428
+ headers?: { [key: string]: string };
12429
+ statusCode?: number;
12430
+ body?: ModifyWebPreciseAccessSwitchResponseBody;
12245
12431
  static names(): { [key: string]: string } {
12246
12432
  return {
12247
12433
  headers: 'headers',
@@ -12320,9 +12506,9 @@ export class ModifyWebRuleResponseBody extends $tea.Model {
12320
12506
  }
12321
12507
 
12322
12508
  export class ModifyWebRuleResponse extends $tea.Model {
12323
- headers: { [key: string]: string };
12324
- statusCode: number;
12325
- body: ModifyWebRuleResponseBody;
12509
+ headers?: { [key: string]: string };
12510
+ statusCode?: number;
12511
+ body?: ModifyWebRuleResponseBody;
12326
12512
  static names(): { [key: string]: string } {
12327
12513
  return {
12328
12514
  headers: 'headers',
@@ -12383,9 +12569,9 @@ export class ReleaseInstanceResponseBody extends $tea.Model {
12383
12569
  }
12384
12570
 
12385
12571
  export class ReleaseInstanceResponse extends $tea.Model {
12386
- headers: { [key: string]: string };
12387
- statusCode: number;
12388
- body: ReleaseInstanceResponseBody;
12572
+ headers?: { [key: string]: string };
12573
+ statusCode?: number;
12574
+ body?: ReleaseInstanceResponseBody;
12389
12575
  static names(): { [key: string]: string } {
12390
12576
  return {
12391
12577
  headers: 'headers',
@@ -12452,9 +12638,9 @@ export class SwitchSchedulerRuleResponseBody extends $tea.Model {
12452
12638
  }
12453
12639
 
12454
12640
  export class SwitchSchedulerRuleResponse extends $tea.Model {
12455
- headers: { [key: string]: string };
12456
- statusCode: number;
12457
- body: SwitchSchedulerRuleResponseBody;
12641
+ headers?: { [key: string]: string };
12642
+ statusCode?: number;
12643
+ body?: SwitchSchedulerRuleResponseBody;
12458
12644
  static names(): { [key: string]: string } {
12459
12645
  return {
12460
12646
  headers: 'headers',
@@ -13372,6 +13558,92 @@ export class DescribeDomainViewTopUrlResponseBodyUrlList extends $tea.Model {
13372
13558
  }
13373
13559
  }
13374
13560
 
13561
+ export class DescribeElasticQpsResponseBodyElasticQps extends $tea.Model {
13562
+ index?: number;
13563
+ maxNormalQps?: number;
13564
+ maxQps?: number;
13565
+ pv?: number;
13566
+ status2?: number;
13567
+ status3?: number;
13568
+ status4?: number;
13569
+ status5?: number;
13570
+ ups?: number;
13571
+ static names(): { [key: string]: string } {
13572
+ return {
13573
+ index: 'Index',
13574
+ maxNormalQps: 'MaxNormalQps',
13575
+ maxQps: 'MaxQps',
13576
+ pv: 'Pv',
13577
+ status2: 'Status2',
13578
+ status3: 'Status3',
13579
+ status4: 'Status4',
13580
+ status5: 'Status5',
13581
+ ups: 'Ups',
13582
+ };
13583
+ }
13584
+
13585
+ static types(): { [key: string]: any } {
13586
+ return {
13587
+ index: 'number',
13588
+ maxNormalQps: 'number',
13589
+ maxQps: 'number',
13590
+ pv: 'number',
13591
+ status2: 'number',
13592
+ status3: 'number',
13593
+ status4: 'number',
13594
+ status5: 'number',
13595
+ ups: 'number',
13596
+ };
13597
+ }
13598
+
13599
+ constructor(map?: { [key: string]: any }) {
13600
+ super(map);
13601
+ }
13602
+ }
13603
+
13604
+ export class DescribeElasticQpsRecordResponseBodyElasticQpsList extends $tea.Model {
13605
+ date?: number;
13606
+ instanceId?: string;
13607
+ ip?: string;
13608
+ opsElasticQps?: number;
13609
+ opsQps?: number;
13610
+ originQps?: number;
13611
+ qps?: number;
13612
+ qpsPeak?: number;
13613
+ status?: number;
13614
+ static names(): { [key: string]: string } {
13615
+ return {
13616
+ date: 'Date',
13617
+ instanceId: 'InstanceId',
13618
+ ip: 'Ip',
13619
+ opsElasticQps: 'OpsElasticQps',
13620
+ opsQps: 'OpsQps',
13621
+ originQps: 'OriginQps',
13622
+ qps: 'Qps',
13623
+ qpsPeak: 'QpsPeak',
13624
+ status: 'Status',
13625
+ };
13626
+ }
13627
+
13628
+ static types(): { [key: string]: any } {
13629
+ return {
13630
+ date: 'number',
13631
+ instanceId: 'string',
13632
+ ip: 'string',
13633
+ opsElasticQps: 'number',
13634
+ opsQps: 'number',
13635
+ originQps: 'number',
13636
+ qps: 'number',
13637
+ qpsPeak: 'number',
13638
+ status: 'number',
13639
+ };
13640
+ }
13641
+
13642
+ constructor(map?: { [key: string]: any }) {
13643
+ super(map);
13644
+ }
13645
+ }
13646
+
13375
13647
  export class DescribeHeadersResponseBodyCustomHeader extends $tea.Model {
13376
13648
  domain?: string;
13377
13649
  headers?: string;
@@ -13806,15 +14078,33 @@ export class DescribeInstancesResponseBodyInstances extends $tea.Model {
13806
14078
  }
13807
14079
 
13808
14080
  export class DescribeL7RsPolicyResponseBodyAttributesAttribute extends $tea.Model {
14081
+ connectTimeout?: number;
14082
+ failTimeout?: number;
14083
+ maxFails?: number;
14084
+ mode?: string;
14085
+ readTimeout?: number;
14086
+ sendTimeout?: number;
13809
14087
  weight?: number;
13810
14088
  static names(): { [key: string]: string } {
13811
14089
  return {
14090
+ connectTimeout: 'ConnectTimeout',
14091
+ failTimeout: 'FailTimeout',
14092
+ maxFails: 'MaxFails',
14093
+ mode: 'Mode',
14094
+ readTimeout: 'ReadTimeout',
14095
+ sendTimeout: 'SendTimeout',
13812
14096
  weight: 'Weight',
13813
14097
  };
13814
14098
  }
13815
14099
 
13816
14100
  static types(): { [key: string]: any } {
13817
14101
  return {
14102
+ connectTimeout: 'number',
14103
+ failTimeout: 'number',
14104
+ maxFails: 'number',
14105
+ mode: 'string',
14106
+ readTimeout: 'number',
14107
+ sendTimeout: 'number',
13818
14108
  weight: 'number',
13819
14109
  };
13820
14110
  }
@@ -15696,6 +15986,10 @@ export default class Client extends OpenApi {
15696
15986
  query["ResourceGroupId"] = request.resourceGroupId;
15697
15987
  }
15698
15988
 
15989
+ if (!Util.isUnset(request.upstreamRetry)) {
15990
+ query["UpstreamRetry"] = request.upstreamRetry;
15991
+ }
15992
+
15699
15993
  let req = new $OpenApi.OpenApiRequest({
15700
15994
  query: OpenApiUtil.query(query),
15701
15995
  });
@@ -17966,47 +18260,6 @@ export default class Client extends OpenApi {
17966
18260
  return await this.describeDomainQPSListWithOptions(request, runtime);
17967
18261
  }
17968
18262
 
17969
- async describeDomainQpsWithCacheWithOptions(request: DescribeDomainQpsWithCacheRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainQpsWithCacheResponse> {
17970
- Util.validateModel(request);
17971
- let query = { };
17972
- if (!Util.isUnset(request.domain)) {
17973
- query["Domain"] = request.domain;
17974
- }
17975
-
17976
- if (!Util.isUnset(request.endTime)) {
17977
- query["EndTime"] = request.endTime;
17978
- }
17979
-
17980
- if (!Util.isUnset(request.resourceGroupId)) {
17981
- query["ResourceGroupId"] = request.resourceGroupId;
17982
- }
17983
-
17984
- if (!Util.isUnset(request.startTime)) {
17985
- query["StartTime"] = request.startTime;
17986
- }
17987
-
17988
- let req = new $OpenApi.OpenApiRequest({
17989
- query: OpenApiUtil.query(query),
17990
- });
17991
- let params = new $OpenApi.Params({
17992
- action: "DescribeDomainQpsWithCache",
17993
- version: "2020-01-01",
17994
- protocol: "HTTPS",
17995
- pathname: "/",
17996
- method: "POST",
17997
- authType: "AK",
17998
- style: "RPC",
17999
- reqBodyType: "formData",
18000
- bodyType: "json",
18001
- });
18002
- return $tea.cast<DescribeDomainQpsWithCacheResponse>(await this.callApi(params, req, runtime), new DescribeDomainQpsWithCacheResponse({}));
18003
- }
18004
-
18005
- async describeDomainQpsWithCache(request: DescribeDomainQpsWithCacheRequest): Promise<DescribeDomainQpsWithCacheResponse> {
18006
- let runtime = new $Util.RuntimeOptions({ });
18007
- return await this.describeDomainQpsWithCacheWithOptions(request, runtime);
18008
- }
18009
-
18010
18263
  /**
18011
18264
  * You can call the DescribeDomainResource operation to query the configurations of the forwarding rules that you create for a website by page. The configurations include the domain name-related configurations, protocol-related configurations, HTTPS-related configurations, and configurations that are used to mitigate HTTP flood attacks.
18012
18265
  * You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
@@ -18474,6 +18727,88 @@ export default class Client extends OpenApi {
18474
18727
  return await this.describeElasticBandwidthSpecWithOptions(request, runtime);
18475
18728
  }
18476
18729
 
18730
+ async describeElasticQpsWithOptions(request: DescribeElasticQpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticQpsResponse> {
18731
+ Util.validateModel(request);
18732
+ let query = { };
18733
+ if (!Util.isUnset(request.endTime)) {
18734
+ query["EndTime"] = request.endTime;
18735
+ }
18736
+
18737
+ if (!Util.isUnset(request.interval)) {
18738
+ query["Interval"] = request.interval;
18739
+ }
18740
+
18741
+ if (!Util.isUnset(request.ip)) {
18742
+ query["Ip"] = request.ip;
18743
+ }
18744
+
18745
+ if (!Util.isUnset(request.region)) {
18746
+ query["Region"] = request.region;
18747
+ }
18748
+
18749
+ if (!Util.isUnset(request.startTime)) {
18750
+ query["StartTime"] = request.startTime;
18751
+ }
18752
+
18753
+ let req = new $OpenApi.OpenApiRequest({
18754
+ query: OpenApiUtil.query(query),
18755
+ });
18756
+ let params = new $OpenApi.Params({
18757
+ action: "DescribeElasticQps",
18758
+ version: "2020-01-01",
18759
+ protocol: "HTTPS",
18760
+ pathname: "/",
18761
+ method: "POST",
18762
+ authType: "AK",
18763
+ style: "RPC",
18764
+ reqBodyType: "formData",
18765
+ bodyType: "json",
18766
+ });
18767
+ return $tea.cast<DescribeElasticQpsResponse>(await this.callApi(params, req, runtime), new DescribeElasticQpsResponse({}));
18768
+ }
18769
+
18770
+ async describeElasticQps(request: DescribeElasticQpsRequest): Promise<DescribeElasticQpsResponse> {
18771
+ let runtime = new $Util.RuntimeOptions({ });
18772
+ return await this.describeElasticQpsWithOptions(request, runtime);
18773
+ }
18774
+
18775
+ async describeElasticQpsRecordWithOptions(request: DescribeElasticQpsRecordRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticQpsRecordResponse> {
18776
+ Util.validateModel(request);
18777
+ let query = { };
18778
+ if (!Util.isUnset(request.endTime)) {
18779
+ query["EndTime"] = request.endTime;
18780
+ }
18781
+
18782
+ if (!Util.isUnset(request.ip)) {
18783
+ query["Ip"] = request.ip;
18784
+ }
18785
+
18786
+ if (!Util.isUnset(request.startTime)) {
18787
+ query["StartTime"] = request.startTime;
18788
+ }
18789
+
18790
+ let req = new $OpenApi.OpenApiRequest({
18791
+ query: OpenApiUtil.query(query),
18792
+ });
18793
+ let params = new $OpenApi.Params({
18794
+ action: "DescribeElasticQpsRecord",
18795
+ version: "2020-01-01",
18796
+ protocol: "HTTPS",
18797
+ pathname: "/",
18798
+ method: "POST",
18799
+ authType: "AK",
18800
+ style: "RPC",
18801
+ reqBodyType: "formData",
18802
+ bodyType: "json",
18803
+ });
18804
+ return $tea.cast<DescribeElasticQpsRecordResponse>(await this.callApi(params, req, runtime), new DescribeElasticQpsRecordResponse({}));
18805
+ }
18806
+
18807
+ async describeElasticQpsRecord(request: DescribeElasticQpsRecordRequest): Promise<DescribeElasticQpsRecordResponse> {
18808
+ let runtime = new $Util.RuntimeOptions({ });
18809
+ return await this.describeElasticQpsRecordWithOptions(request, runtime);
18810
+ }
18811
+
18477
18812
  async describeHeadersWithOptions(request: DescribeHeadersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHeadersResponse> {
18478
18813
  Util.validateModel(request);
18479
18814
  let query = { };
@@ -21542,6 +21877,43 @@ export default class Client extends OpenApi {
21542
21877
  return await this.modifyElasticBizBandWidthWithOptions(request, runtime);
21543
21878
  }
21544
21879
 
21880
+ async modifyElasticBizQpsWithOptions(request: ModifyElasticBizQpsRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticBizQpsResponse> {
21881
+ Util.validateModel(request);
21882
+ let query = { };
21883
+ if (!Util.isUnset(request.instanceId)) {
21884
+ query["InstanceId"] = request.instanceId;
21885
+ }
21886
+
21887
+ if (!Util.isUnset(request.mode)) {
21888
+ query["Mode"] = request.mode;
21889
+ }
21890
+
21891
+ if (!Util.isUnset(request.opsElasticQps)) {
21892
+ query["OpsElasticQps"] = request.opsElasticQps;
21893
+ }
21894
+
21895
+ let req = new $OpenApi.OpenApiRequest({
21896
+ query: OpenApiUtil.query(query),
21897
+ });
21898
+ let params = new $OpenApi.Params({
21899
+ action: "ModifyElasticBizQps",
21900
+ version: "2020-01-01",
21901
+ protocol: "HTTPS",
21902
+ pathname: "/",
21903
+ method: "POST",
21904
+ authType: "AK",
21905
+ style: "RPC",
21906
+ reqBodyType: "formData",
21907
+ bodyType: "json",
21908
+ });
21909
+ return $tea.cast<ModifyElasticBizQpsResponse>(await this.callApi(params, req, runtime), new ModifyElasticBizQpsResponse({}));
21910
+ }
21911
+
21912
+ async modifyElasticBizQps(request: ModifyElasticBizQpsRequest): Promise<ModifyElasticBizQpsResponse> {
21913
+ let runtime = new $Util.RuntimeOptions({ });
21914
+ return await this.modifyElasticBizQpsWithOptions(request, runtime);
21915
+ }
21916
+
21545
21917
  async modifyFullLogTtlWithOptions(request: ModifyFullLogTtlRequest, runtime: $Util.RuntimeOptions): Promise<ModifyFullLogTtlResponse> {
21546
21918
  Util.validateModel(request);
21547
21919
  let query = { };
@@ -21918,6 +22290,39 @@ export default class Client extends OpenApi {
21918
22290
  return await this.modifyPortAutoCcStatusWithOptions(request, runtime);
21919
22291
  }
21920
22292
 
22293
+ async modifyQpsModeWithOptions(request: ModifyQpsModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyQpsModeResponse> {
22294
+ Util.validateModel(request);
22295
+ let query = { };
22296
+ if (!Util.isUnset(request.instanceId)) {
22297
+ query["InstanceId"] = request.instanceId;
22298
+ }
22299
+
22300
+ if (!Util.isUnset(request.mode)) {
22301
+ query["Mode"] = request.mode;
22302
+ }
22303
+
22304
+ let req = new $OpenApi.OpenApiRequest({
22305
+ query: OpenApiUtil.query(query),
22306
+ });
22307
+ let params = new $OpenApi.Params({
22308
+ action: "ModifyQpsMode",
22309
+ version: "2020-01-01",
22310
+ protocol: "HTTPS",
22311
+ pathname: "/",
22312
+ method: "POST",
22313
+ authType: "AK",
22314
+ style: "RPC",
22315
+ reqBodyType: "formData",
22316
+ bodyType: "json",
22317
+ });
22318
+ return $tea.cast<ModifyQpsModeResponse>(await this.callApi(params, req, runtime), new ModifyQpsModeResponse({}));
22319
+ }
22320
+
22321
+ async modifyQpsMode(request: ModifyQpsModeRequest): Promise<ModifyQpsModeResponse> {
22322
+ let runtime = new $Util.RuntimeOptions({ });
22323
+ return await this.modifyQpsModeWithOptions(request, runtime);
22324
+ }
22325
+
21921
22326
  async modifySceneDefensePolicyWithOptions(request: ModifySceneDefensePolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifySceneDefensePolicyResponse> {
21922
22327
  Util.validateModel(request);
21923
22328
  let query = { };