@alicloud/ddoscoo20200101 1.2.0 → 2.0.0

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',
@@ -347,9 +347,9 @@ export class ConfigL7RsPolicyResponseBody extends $tea.Model {
347
347
  }
348
348
 
349
349
  export class ConfigL7RsPolicyResponse extends $tea.Model {
350
- headers: { [key: string]: string };
351
- statusCode: number;
352
- body: ConfigL7RsPolicyResponseBody;
350
+ headers?: { [key: string]: string };
351
+ statusCode?: number;
352
+ body?: ConfigL7RsPolicyResponseBody;
353
353
  static names(): { [key: string]: string } {
354
354
  return {
355
355
  headers: 'headers',
@@ -413,9 +413,9 @@ export class ConfigLayer4RealLimitResponseBody extends $tea.Model {
413
413
  }
414
414
 
415
415
  export class ConfigLayer4RealLimitResponse extends $tea.Model {
416
- headers: { [key: string]: string };
417
- statusCode: number;
418
- body: ConfigLayer4RealLimitResponseBody;
416
+ headers?: { [key: string]: string };
417
+ statusCode?: number;
418
+ body?: ConfigLayer4RealLimitResponseBody;
419
419
  static names(): { [key: string]: string } {
420
420
  return {
421
421
  headers: 'headers',
@@ -476,9 +476,9 @@ export class ConfigLayer4RemarkResponseBody extends $tea.Model {
476
476
  }
477
477
 
478
478
  export class ConfigLayer4RemarkResponse extends $tea.Model {
479
- headers: { [key: string]: string };
480
- statusCode: number;
481
- body: ConfigLayer4RemarkResponseBody;
479
+ headers?: { [key: string]: string };
480
+ statusCode?: number;
481
+ body?: ConfigLayer4RemarkResponseBody;
482
482
  static names(): { [key: string]: string } {
483
483
  return {
484
484
  headers: 'headers',
@@ -542,9 +542,9 @@ export class ConfigLayer4RuleBakModeResponseBody extends $tea.Model {
542
542
  }
543
543
 
544
544
  export class ConfigLayer4RuleBakModeResponse extends $tea.Model {
545
- headers: { [key: string]: string };
546
- statusCode: number;
547
- body: ConfigLayer4RuleBakModeResponseBody;
545
+ headers?: { [key: string]: string };
546
+ statusCode?: number;
547
+ body?: ConfigLayer4RuleBakModeResponseBody;
548
548
  static names(): { [key: string]: string } {
549
549
  return {
550
550
  headers: 'headers',
@@ -605,9 +605,9 @@ export class ConfigLayer4RulePolicyResponseBody extends $tea.Model {
605
605
  }
606
606
 
607
607
  export class ConfigLayer4RulePolicyResponse extends $tea.Model {
608
- headers: { [key: string]: string };
609
- statusCode: number;
610
- body: ConfigLayer4RulePolicyResponseBody;
608
+ headers?: { [key: string]: string };
609
+ statusCode?: number;
610
+ body?: ConfigLayer4RulePolicyResponseBody;
611
611
  static names(): { [key: string]: string } {
612
612
  return {
613
613
  headers: 'headers',
@@ -671,9 +671,9 @@ export class ConfigNetworkRegionBlockResponseBody extends $tea.Model {
671
671
  }
672
672
 
673
673
  export class ConfigNetworkRegionBlockResponse extends $tea.Model {
674
- headers: { [key: string]: string };
675
- statusCode: number;
676
- body: ConfigNetworkRegionBlockResponseBody;
674
+ headers?: { [key: string]: string };
675
+ statusCode?: number;
676
+ body?: ConfigNetworkRegionBlockResponseBody;
677
677
  static names(): { [key: string]: string } {
678
678
  return {
679
679
  headers: 'headers',
@@ -734,9 +734,9 @@ export class ConfigNetworkRulesResponseBody extends $tea.Model {
734
734
  }
735
735
 
736
736
  export class ConfigNetworkRulesResponse extends $tea.Model {
737
- headers: { [key: string]: string };
738
- statusCode: number;
739
- body: ConfigNetworkRulesResponseBody;
737
+ headers?: { [key: string]: string };
738
+ statusCode?: number;
739
+ body?: ConfigNetworkRulesResponseBody;
740
740
  static names(): { [key: string]: string } {
741
741
  return {
742
742
  headers: 'headers',
@@ -803,9 +803,9 @@ export class ConfigUdpReflectResponseBody extends $tea.Model {
803
803
  }
804
804
 
805
805
  export class ConfigUdpReflectResponse extends $tea.Model {
806
- headers: { [key: string]: string };
807
- statusCode: number;
808
- body: ConfigUdpReflectResponseBody;
806
+ headers?: { [key: string]: string };
807
+ statusCode?: number;
808
+ body?: ConfigUdpReflectResponseBody;
809
809
  static names(): { [key: string]: string } {
810
810
  return {
811
811
  headers: 'headers',
@@ -872,9 +872,9 @@ export class ConfigWebCCTemplateResponseBody extends $tea.Model {
872
872
  }
873
873
 
874
874
  export class ConfigWebCCTemplateResponse extends $tea.Model {
875
- headers: { [key: string]: string };
876
- statusCode: number;
877
- body: ConfigWebCCTemplateResponseBody;
875
+ headers?: { [key: string]: string };
876
+ statusCode?: number;
877
+ body?: ConfigWebCCTemplateResponseBody;
878
878
  static names(): { [key: string]: string } {
879
879
  return {
880
880
  headers: 'headers',
@@ -944,9 +944,9 @@ export class ConfigWebIpSetResponseBody extends $tea.Model {
944
944
  }
945
945
 
946
946
  export class ConfigWebIpSetResponse extends $tea.Model {
947
- headers: { [key: string]: string };
948
- statusCode: number;
949
- body: ConfigWebIpSetResponseBody;
947
+ headers?: { [key: string]: string };
948
+ statusCode?: number;
949
+ body?: ConfigWebIpSetResponseBody;
950
950
  static names(): { [key: string]: string } {
951
951
  return {
952
952
  headers: 'headers',
@@ -1013,9 +1013,9 @@ export class CreateAsyncTaskResponseBody extends $tea.Model {
1013
1013
  }
1014
1014
 
1015
1015
  export class CreateAsyncTaskResponse extends $tea.Model {
1016
- headers: { [key: string]: string };
1017
- statusCode: number;
1018
- body: CreateAsyncTaskResponseBody;
1016
+ headers?: { [key: string]: string };
1017
+ statusCode?: number;
1018
+ body?: CreateAsyncTaskResponseBody;
1019
1019
  static names(): { [key: string]: string } {
1020
1020
  return {
1021
1021
  headers: 'headers',
@@ -1091,9 +1091,9 @@ export class CreateDomainResourceResponseBody extends $tea.Model {
1091
1091
  }
1092
1092
 
1093
1093
  export class CreateDomainResourceResponse extends $tea.Model {
1094
- headers: { [key: string]: string };
1095
- statusCode: number;
1096
- body: CreateDomainResourceResponseBody;
1094
+ headers?: { [key: string]: string };
1095
+ statusCode?: number;
1096
+ body?: CreateDomainResourceResponseBody;
1097
1097
  static names(): { [key: string]: string } {
1098
1098
  return {
1099
1099
  headers: 'headers',
@@ -1154,9 +1154,9 @@ export class CreateNetworkRulesResponseBody extends $tea.Model {
1154
1154
  }
1155
1155
 
1156
1156
  export class CreateNetworkRulesResponse extends $tea.Model {
1157
- headers: { [key: string]: string };
1158
- statusCode: number;
1159
- body: CreateNetworkRulesResponseBody;
1157
+ headers?: { [key: string]: string };
1158
+ statusCode?: number;
1159
+ body?: CreateNetworkRulesResponseBody;
1160
1160
  static names(): { [key: string]: string } {
1161
1161
  return {
1162
1162
  headers: 'headers',
@@ -1229,9 +1229,9 @@ export class CreatePortResponseBody extends $tea.Model {
1229
1229
  }
1230
1230
 
1231
1231
  export class CreatePortResponse extends $tea.Model {
1232
- headers: { [key: string]: string };
1233
- statusCode: number;
1234
- body: CreatePortResponseBody;
1232
+ headers?: { [key: string]: string };
1233
+ statusCode?: number;
1234
+ body?: CreatePortResponseBody;
1235
1235
  static names(): { [key: string]: string } {
1236
1236
  return {
1237
1237
  headers: 'headers',
@@ -1304,9 +1304,9 @@ export class CreateSceneDefensePolicyResponseBody extends $tea.Model {
1304
1304
  }
1305
1305
 
1306
1306
  export class CreateSceneDefensePolicyResponse extends $tea.Model {
1307
- headers: { [key: string]: string };
1308
- statusCode: number;
1309
- body: CreateSceneDefensePolicyResponseBody;
1307
+ headers?: { [key: string]: string };
1308
+ statusCode?: number;
1309
+ body?: CreateSceneDefensePolicyResponseBody;
1310
1310
  static names(): { [key: string]: string } {
1311
1311
  return {
1312
1312
  headers: 'headers',
@@ -1385,9 +1385,9 @@ export class CreateSchedulerRuleResponseBody extends $tea.Model {
1385
1385
  }
1386
1386
 
1387
1387
  export class CreateSchedulerRuleResponse extends $tea.Model {
1388
- headers: { [key: string]: string };
1389
- statusCode: number;
1390
- body: CreateSchedulerRuleResponseBody;
1388
+ headers?: { [key: string]: string };
1389
+ statusCode?: number;
1390
+ body?: CreateSchedulerRuleResponseBody;
1391
1391
  static names(): { [key: string]: string } {
1392
1392
  return {
1393
1393
  headers: 'headers',
@@ -1460,9 +1460,9 @@ export class CreateTagResourcesResponseBody extends $tea.Model {
1460
1460
  }
1461
1461
 
1462
1462
  export class CreateTagResourcesResponse extends $tea.Model {
1463
- headers: { [key: string]: string };
1464
- statusCode: number;
1465
- body: CreateTagResourcesResponseBody;
1463
+ headers?: { [key: string]: string };
1464
+ statusCode?: number;
1465
+ body?: CreateTagResourcesResponseBody;
1466
1466
  static names(): { [key: string]: string } {
1467
1467
  return {
1468
1468
  headers: 'headers',
@@ -1547,9 +1547,9 @@ export class CreateWebCCRuleResponseBody extends $tea.Model {
1547
1547
  }
1548
1548
 
1549
1549
  export class CreateWebCCRuleResponse extends $tea.Model {
1550
- headers: { [key: string]: string };
1551
- statusCode: number;
1552
- body: CreateWebCCRuleResponseBody;
1550
+ headers?: { [key: string]: string };
1551
+ statusCode?: number;
1552
+ body?: CreateWebCCRuleResponseBody;
1553
1553
  static names(): { [key: string]: string } {
1554
1554
  return {
1555
1555
  headers: 'headers',
@@ -1628,9 +1628,9 @@ export class CreateWebRuleResponseBody extends $tea.Model {
1628
1628
  }
1629
1629
 
1630
1630
  export class CreateWebRuleResponse extends $tea.Model {
1631
- headers: { [key: string]: string };
1632
- statusCode: number;
1633
- body: CreateWebRuleResponseBody;
1631
+ headers?: { [key: string]: string };
1632
+ statusCode?: number;
1633
+ body?: CreateWebRuleResponseBody;
1634
1634
  static names(): { [key: string]: string } {
1635
1635
  return {
1636
1636
  headers: 'headers',
@@ -1694,9 +1694,9 @@ export class DeleteAsyncTaskResponseBody extends $tea.Model {
1694
1694
  }
1695
1695
 
1696
1696
  export class DeleteAsyncTaskResponse extends $tea.Model {
1697
- headers: { [key: string]: string };
1698
- statusCode: number;
1699
- body: DeleteAsyncTaskResponseBody;
1697
+ headers?: { [key: string]: string };
1698
+ statusCode?: number;
1699
+ body?: DeleteAsyncTaskResponseBody;
1700
1700
  static names(): { [key: string]: string } {
1701
1701
  return {
1702
1702
  headers: 'headers',
@@ -1760,9 +1760,9 @@ export class DeleteAutoCcBlacklistResponseBody extends $tea.Model {
1760
1760
  }
1761
1761
 
1762
1762
  export class DeleteAutoCcBlacklistResponse extends $tea.Model {
1763
- headers: { [key: string]: string };
1764
- statusCode: number;
1765
- body: DeleteAutoCcBlacklistResponseBody;
1763
+ headers?: { [key: string]: string };
1764
+ statusCode?: number;
1765
+ body?: DeleteAutoCcBlacklistResponseBody;
1766
1766
  static names(): { [key: string]: string } {
1767
1767
  return {
1768
1768
  headers: 'headers',
@@ -1826,9 +1826,9 @@ export class DeleteAutoCcWhitelistResponseBody extends $tea.Model {
1826
1826
  }
1827
1827
 
1828
1828
  export class DeleteAutoCcWhitelistResponse extends $tea.Model {
1829
- headers: { [key: string]: string };
1830
- statusCode: number;
1831
- body: DeleteAutoCcWhitelistResponseBody;
1829
+ headers?: { [key: string]: string };
1830
+ statusCode?: number;
1831
+ body?: DeleteAutoCcWhitelistResponseBody;
1832
1832
  static names(): { [key: string]: string } {
1833
1833
  return {
1834
1834
  headers: 'headers',
@@ -1889,9 +1889,9 @@ export class DeleteDomainResourceResponseBody extends $tea.Model {
1889
1889
  }
1890
1890
 
1891
1891
  export class DeleteDomainResourceResponse extends $tea.Model {
1892
- headers: { [key: string]: string };
1893
- statusCode: number;
1894
- body: DeleteDomainResourceResponseBody;
1892
+ headers?: { [key: string]: string };
1893
+ statusCode?: number;
1894
+ body?: DeleteDomainResourceResponseBody;
1895
1895
  static names(): { [key: string]: string } {
1896
1896
  return {
1897
1897
  headers: 'headers',
@@ -1952,9 +1952,9 @@ export class DeleteNetworkRuleResponseBody extends $tea.Model {
1952
1952
  }
1953
1953
 
1954
1954
  export class DeleteNetworkRuleResponse extends $tea.Model {
1955
- headers: { [key: string]: string };
1956
- statusCode: number;
1957
- body: DeleteNetworkRuleResponseBody;
1955
+ headers?: { [key: string]: string };
1956
+ statusCode?: number;
1957
+ body?: DeleteNetworkRuleResponseBody;
1958
1958
  static names(): { [key: string]: string } {
1959
1959
  return {
1960
1960
  headers: 'headers',
@@ -2027,9 +2027,9 @@ export class DeletePortResponseBody extends $tea.Model {
2027
2027
  }
2028
2028
 
2029
2029
  export class DeletePortResponse extends $tea.Model {
2030
- headers: { [key: string]: string };
2031
- statusCode: number;
2032
- body: DeletePortResponseBody;
2030
+ headers?: { [key: string]: string };
2031
+ statusCode?: number;
2032
+ body?: DeletePortResponseBody;
2033
2033
  static names(): { [key: string]: string } {
2034
2034
  return {
2035
2035
  headers: 'headers',
@@ -2093,9 +2093,9 @@ export class DeleteSceneDefensePolicyResponseBody extends $tea.Model {
2093
2093
  }
2094
2094
 
2095
2095
  export class DeleteSceneDefensePolicyResponse extends $tea.Model {
2096
- headers: { [key: string]: string };
2097
- statusCode: number;
2098
- body: DeleteSceneDefensePolicyResponseBody;
2096
+ headers?: { [key: string]: string };
2097
+ statusCode?: number;
2098
+ body?: DeleteSceneDefensePolicyResponseBody;
2099
2099
  static names(): { [key: string]: string } {
2100
2100
  return {
2101
2101
  headers: 'headers',
@@ -2159,9 +2159,9 @@ export class DeleteSchedulerRuleResponseBody extends $tea.Model {
2159
2159
  }
2160
2160
 
2161
2161
  export class DeleteSchedulerRuleResponse extends $tea.Model {
2162
- headers: { [key: string]: string };
2163
- statusCode: number;
2164
- body: DeleteSchedulerRuleResponseBody;
2162
+ headers?: { [key: string]: string };
2163
+ statusCode?: number;
2164
+ body?: DeleteSchedulerRuleResponseBody;
2165
2165
  static names(): { [key: string]: string } {
2166
2166
  return {
2167
2167
  headers: 'headers',
@@ -2237,9 +2237,9 @@ export class DeleteTagResourcesResponseBody extends $tea.Model {
2237
2237
  }
2238
2238
 
2239
2239
  export class DeleteTagResourcesResponse extends $tea.Model {
2240
- headers: { [key: string]: string };
2241
- statusCode: number;
2242
- body: DeleteTagResourcesResponseBody;
2240
+ headers?: { [key: string]: string };
2241
+ statusCode?: number;
2242
+ body?: DeleteTagResourcesResponseBody;
2243
2243
  static names(): { [key: string]: string } {
2244
2244
  return {
2245
2245
  headers: 'headers',
@@ -2306,9 +2306,9 @@ export class DeleteWebCCRuleResponseBody extends $tea.Model {
2306
2306
  }
2307
2307
 
2308
2308
  export class DeleteWebCCRuleResponse extends $tea.Model {
2309
- headers: { [key: string]: string };
2310
- statusCode: number;
2311
- body: DeleteWebCCRuleResponseBody;
2309
+ headers?: { [key: string]: string };
2310
+ statusCode?: number;
2311
+ body?: DeleteWebCCRuleResponseBody;
2312
2312
  static names(): { [key: string]: string } {
2313
2313
  return {
2314
2314
  headers: 'headers',
@@ -2375,9 +2375,9 @@ export class DeleteWebCacheCustomRuleResponseBody extends $tea.Model {
2375
2375
  }
2376
2376
 
2377
2377
  export class DeleteWebCacheCustomRuleResponse extends $tea.Model {
2378
- headers: { [key: string]: string };
2379
- statusCode: number;
2380
- body: DeleteWebCacheCustomRuleResponseBody;
2378
+ headers?: { [key: string]: string };
2379
+ statusCode?: number;
2380
+ body?: DeleteWebCacheCustomRuleResponseBody;
2381
2381
  static names(): { [key: string]: string } {
2382
2382
  return {
2383
2383
  headers: 'headers',
@@ -2444,9 +2444,9 @@ export class DeleteWebPreciseAccessRuleResponseBody extends $tea.Model {
2444
2444
  }
2445
2445
 
2446
2446
  export class DeleteWebPreciseAccessRuleResponse extends $tea.Model {
2447
- headers: { [key: string]: string };
2448
- statusCode: number;
2449
- body: DeleteWebPreciseAccessRuleResponseBody;
2447
+ headers?: { [key: string]: string };
2448
+ statusCode?: number;
2449
+ body?: DeleteWebPreciseAccessRuleResponseBody;
2450
2450
  static names(): { [key: string]: string } {
2451
2451
  return {
2452
2452
  headers: 'headers',
@@ -2510,9 +2510,9 @@ export class DeleteWebRuleResponseBody extends $tea.Model {
2510
2510
  }
2511
2511
 
2512
2512
  export class DeleteWebRuleResponse extends $tea.Model {
2513
- headers: { [key: string]: string };
2514
- statusCode: number;
2515
- body: DeleteWebRuleResponseBody;
2513
+ headers?: { [key: string]: string };
2514
+ statusCode?: number;
2515
+ body?: DeleteWebRuleResponseBody;
2516
2516
  static names(): { [key: string]: string } {
2517
2517
  return {
2518
2518
  headers: 'headers',
@@ -2585,9 +2585,9 @@ export class DescribeAsyncTasksResponseBody extends $tea.Model {
2585
2585
  }
2586
2586
 
2587
2587
  export class DescribeAsyncTasksResponse extends $tea.Model {
2588
- headers: { [key: string]: string };
2589
- statusCode: number;
2590
- body: DescribeAsyncTasksResponseBody;
2588
+ headers?: { [key: string]: string };
2589
+ statusCode?: number;
2590
+ body?: DescribeAsyncTasksResponseBody;
2591
2591
  static names(): { [key: string]: string } {
2592
2592
  return {
2593
2593
  headers: 'headers',
@@ -2654,9 +2654,9 @@ export class DescribeAttackAnalysisMaxQpsResponseBody extends $tea.Model {
2654
2654
  }
2655
2655
 
2656
2656
  export class DescribeAttackAnalysisMaxQpsResponse extends $tea.Model {
2657
- headers: { [key: string]: string };
2658
- statusCode: number;
2659
- body: DescribeAttackAnalysisMaxQpsResponseBody;
2657
+ headers?: { [key: string]: string };
2658
+ statusCode?: number;
2659
+ body?: DescribeAttackAnalysisMaxQpsResponseBody;
2660
2660
  static names(): { [key: string]: string } {
2661
2661
  return {
2662
2662
  headers: 'headers',
@@ -2732,9 +2732,9 @@ export class DescribeAutoCcBlacklistResponseBody extends $tea.Model {
2732
2732
  }
2733
2733
 
2734
2734
  export class DescribeAutoCcBlacklistResponse extends $tea.Model {
2735
- headers: { [key: string]: string };
2736
- statusCode: number;
2737
- body: DescribeAutoCcBlacklistResponseBody;
2735
+ headers?: { [key: string]: string };
2736
+ statusCode?: number;
2737
+ body?: DescribeAutoCcBlacklistResponseBody;
2738
2738
  static names(): { [key: string]: string } {
2739
2739
  return {
2740
2740
  headers: 'headers',
@@ -2804,9 +2804,9 @@ export class DescribeAutoCcListCountResponseBody extends $tea.Model {
2804
2804
  }
2805
2805
 
2806
2806
  export class DescribeAutoCcListCountResponse extends $tea.Model {
2807
- headers: { [key: string]: string };
2808
- statusCode: number;
2809
- body: DescribeAutoCcListCountResponseBody;
2807
+ headers?: { [key: string]: string };
2808
+ statusCode?: number;
2809
+ body?: DescribeAutoCcListCountResponseBody;
2810
2810
  static names(): { [key: string]: string } {
2811
2811
  return {
2812
2812
  headers: 'headers',
@@ -2882,9 +2882,9 @@ export class DescribeAutoCcWhitelistResponseBody extends $tea.Model {
2882
2882
  }
2883
2883
 
2884
2884
  export class DescribeAutoCcWhitelistResponse extends $tea.Model {
2885
- headers: { [key: string]: string };
2886
- statusCode: number;
2887
- body: DescribeAutoCcWhitelistResponseBody;
2885
+ headers?: { [key: string]: string };
2886
+ statusCode?: number;
2887
+ body?: DescribeAutoCcWhitelistResponseBody;
2888
2888
  static names(): { [key: string]: string } {
2889
2889
  return {
2890
2890
  headers: 'headers',
@@ -2954,9 +2954,9 @@ export class DescribeBackSourceCidrResponseBody extends $tea.Model {
2954
2954
  }
2955
2955
 
2956
2956
  export class DescribeBackSourceCidrResponse extends $tea.Model {
2957
- headers: { [key: string]: string };
2958
- statusCode: number;
2959
- body: DescribeBackSourceCidrResponseBody;
2957
+ headers?: { [key: string]: string };
2958
+ statusCode?: number;
2959
+ body?: DescribeBackSourceCidrResponseBody;
2960
2960
  static names(): { [key: string]: string } {
2961
2961
  return {
2962
2962
  headers: 'headers',
@@ -3020,9 +3020,9 @@ export class DescribeBlackholeStatusResponseBody extends $tea.Model {
3020
3020
  }
3021
3021
 
3022
3022
  export class DescribeBlackholeStatusResponse extends $tea.Model {
3023
- headers: { [key: string]: string };
3024
- statusCode: number;
3025
- body: DescribeBlackholeStatusResponseBody;
3023
+ headers?: { [key: string]: string };
3024
+ statusCode?: number;
3025
+ body?: DescribeBlackholeStatusResponseBody;
3026
3026
  static names(): { [key: string]: string } {
3027
3027
  return {
3028
3028
  headers: 'headers',
@@ -3089,9 +3089,9 @@ export class DescribeBlockStatusResponseBody extends $tea.Model {
3089
3089
  }
3090
3090
 
3091
3091
  export class DescribeBlockStatusResponse extends $tea.Model {
3092
- headers: { [key: string]: string };
3093
- statusCode: number;
3094
- body: DescribeBlockStatusResponseBody;
3092
+ headers?: { [key: string]: string };
3093
+ statusCode?: number;
3094
+ body?: DescribeBlockStatusResponseBody;
3095
3095
  static names(): { [key: string]: string } {
3096
3096
  return {
3097
3097
  headers: 'headers',
@@ -3158,9 +3158,9 @@ export class DescribeCertsResponseBody extends $tea.Model {
3158
3158
  }
3159
3159
 
3160
3160
  export class DescribeCertsResponse extends $tea.Model {
3161
- headers: { [key: string]: string };
3162
- statusCode: number;
3163
- body: DescribeCertsResponseBody;
3161
+ headers?: { [key: string]: string };
3162
+ statusCode?: number;
3163
+ body?: DescribeCertsResponseBody;
3164
3164
  static names(): { [key: string]: string } {
3165
3165
  return {
3166
3166
  headers: 'headers',
@@ -3227,9 +3227,9 @@ export class DescribeCnameReusesResponseBody extends $tea.Model {
3227
3227
  }
3228
3228
 
3229
3229
  export class DescribeCnameReusesResponse extends $tea.Model {
3230
- headers: { [key: string]: string };
3231
- statusCode: number;
3232
- body: DescribeCnameReusesResponseBody;
3230
+ headers?: { [key: string]: string };
3231
+ statusCode?: number;
3232
+ body?: DescribeCnameReusesResponseBody;
3233
3233
  static names(): { [key: string]: string } {
3234
3234
  return {
3235
3235
  headers: 'headers',
@@ -3311,9 +3311,9 @@ export class DescribeDDoSEventsResponseBody extends $tea.Model {
3311
3311
  }
3312
3312
 
3313
3313
  export class DescribeDDoSEventsResponse extends $tea.Model {
3314
- headers: { [key: string]: string };
3315
- statusCode: number;
3316
- body: DescribeDDoSEventsResponseBody;
3314
+ headers?: { [key: string]: string };
3315
+ statusCode?: number;
3316
+ body?: DescribeDDoSEventsResponseBody;
3317
3317
  static names(): { [key: string]: string } {
3318
3318
  return {
3319
3319
  headers: 'headers',
@@ -3392,9 +3392,9 @@ export class DescribeDDosAllEventListResponseBody extends $tea.Model {
3392
3392
  }
3393
3393
 
3394
3394
  export class DescribeDDosAllEventListResponse extends $tea.Model {
3395
- headers: { [key: string]: string };
3396
- statusCode: number;
3397
- body: DescribeDDosAllEventListResponseBody;
3395
+ headers?: { [key: string]: string };
3396
+ statusCode?: number;
3397
+ body?: DescribeDDosAllEventListResponseBody;
3398
3398
  static names(): { [key: string]: string } {
3399
3399
  return {
3400
3400
  headers: 'headers',
@@ -3464,9 +3464,9 @@ export class DescribeDDosEventAreaResponseBody extends $tea.Model {
3464
3464
  }
3465
3465
 
3466
3466
  export class DescribeDDosEventAreaResponse extends $tea.Model {
3467
- headers: { [key: string]: string };
3468
- statusCode: number;
3469
- body: DescribeDDosEventAreaResponseBody;
3467
+ headers?: { [key: string]: string };
3468
+ statusCode?: number;
3469
+ body?: DescribeDDosEventAreaResponseBody;
3470
3470
  static names(): { [key: string]: string } {
3471
3471
  return {
3472
3472
  headers: 'headers',
@@ -3536,9 +3536,9 @@ export class DescribeDDosEventAttackTypeResponseBody extends $tea.Model {
3536
3536
  }
3537
3537
 
3538
3538
  export class DescribeDDosEventAttackTypeResponse extends $tea.Model {
3539
- headers: { [key: string]: string };
3540
- statusCode: number;
3541
- body: DescribeDDosEventAttackTypeResponseBody;
3539
+ headers?: { [key: string]: string };
3540
+ statusCode?: number;
3541
+ body?: DescribeDDosEventAttackTypeResponseBody;
3542
3542
  static names(): { [key: string]: string } {
3543
3543
  return {
3544
3544
  headers: 'headers',
@@ -3608,9 +3608,9 @@ export class DescribeDDosEventIspResponseBody extends $tea.Model {
3608
3608
  }
3609
3609
 
3610
3610
  export class DescribeDDosEventIspResponse extends $tea.Model {
3611
- headers: { [key: string]: string };
3612
- statusCode: number;
3613
- body: DescribeDDosEventIspResponseBody;
3611
+ headers?: { [key: string]: string };
3612
+ statusCode?: number;
3613
+ body?: DescribeDDosEventIspResponseBody;
3614
3614
  static names(): { [key: string]: string } {
3615
3615
  return {
3616
3616
  headers: 'headers',
@@ -3683,9 +3683,9 @@ export class DescribeDDosEventMaxResponseBody extends $tea.Model {
3683
3683
  }
3684
3684
 
3685
3685
  export class DescribeDDosEventMaxResponse extends $tea.Model {
3686
- headers: { [key: string]: string };
3687
- statusCode: number;
3688
- body: DescribeDDosEventMaxResponseBody;
3686
+ headers?: { [key: string]: string };
3687
+ statusCode?: number;
3688
+ body?: DescribeDDosEventMaxResponseBody;
3689
3689
  static names(): { [key: string]: string } {
3690
3690
  return {
3691
3691
  headers: 'headers',
@@ -3758,9 +3758,9 @@ export class DescribeDDosEventSrcIpResponseBody extends $tea.Model {
3758
3758
  }
3759
3759
 
3760
3760
  export class DescribeDDosEventSrcIpResponse extends $tea.Model {
3761
- headers: { [key: string]: string };
3762
- statusCode: number;
3763
- body: DescribeDDosEventSrcIpResponseBody;
3761
+ headers?: { [key: string]: string };
3762
+ statusCode?: number;
3763
+ body?: DescribeDDosEventSrcIpResponseBody;
3764
3764
  static names(): { [key: string]: string } {
3765
3765
  return {
3766
3766
  headers: 'headers',
@@ -3824,9 +3824,9 @@ export class DescribeDefenseCountStatisticsResponseBody extends $tea.Model {
3824
3824
  }
3825
3825
 
3826
3826
  export class DescribeDefenseCountStatisticsResponse extends $tea.Model {
3827
- headers: { [key: string]: string };
3828
- statusCode: number;
3829
- body: DescribeDefenseCountStatisticsResponseBody;
3827
+ headers?: { [key: string]: string };
3828
+ statusCode?: number;
3829
+ body?: DescribeDefenseCountStatisticsResponseBody;
3830
3830
  static names(): { [key: string]: string } {
3831
3831
  return {
3832
3832
  headers: 'headers',
@@ -3908,9 +3908,9 @@ export class DescribeDefenseRecordsResponseBody extends $tea.Model {
3908
3908
  }
3909
3909
 
3910
3910
  export class DescribeDefenseRecordsResponse extends $tea.Model {
3911
- headers: { [key: string]: string };
3912
- statusCode: number;
3913
- body: DescribeDefenseRecordsResponseBody;
3911
+ headers?: { [key: string]: string };
3912
+ statusCode?: number;
3913
+ body?: DescribeDefenseRecordsResponseBody;
3914
3914
  static names(): { [key: string]: string } {
3915
3915
  return {
3916
3916
  headers: 'headers',
@@ -3992,9 +3992,9 @@ export class DescribeDomainAttackEventsResponseBody extends $tea.Model {
3992
3992
  }
3993
3993
 
3994
3994
  export class DescribeDomainAttackEventsResponse extends $tea.Model {
3995
- headers: { [key: string]: string };
3996
- statusCode: number;
3997
- body: DescribeDomainAttackEventsResponseBody;
3995
+ headers?: { [key: string]: string };
3996
+ statusCode?: number;
3997
+ body?: DescribeDomainAttackEventsResponseBody;
3998
3998
  static names(): { [key: string]: string } {
3999
3999
  return {
4000
4000
  headers: 'headers',
@@ -4070,9 +4070,9 @@ export class DescribeDomainOverviewResponseBody extends $tea.Model {
4070
4070
  }
4071
4071
 
4072
4072
  export class DescribeDomainOverviewResponse extends $tea.Model {
4073
- headers: { [key: string]: string };
4074
- statusCode: number;
4075
- body: DescribeDomainOverviewResponseBody;
4073
+ headers?: { [key: string]: string };
4074
+ statusCode?: number;
4075
+ body?: DescribeDomainOverviewResponseBody;
4076
4076
  static names(): { [key: string]: string } {
4077
4077
  return {
4078
4078
  headers: 'headers',
@@ -4148,9 +4148,9 @@ export class DescribeDomainQPSListResponseBody extends $tea.Model {
4148
4148
  }
4149
4149
 
4150
4150
  export class DescribeDomainQPSListResponse extends $tea.Model {
4151
- headers: { [key: string]: string };
4152
- statusCode: number;
4153
- body: DescribeDomainQPSListResponseBody;
4151
+ headers?: { [key: string]: string };
4152
+ statusCode?: number;
4153
+ body?: DescribeDomainQPSListResponseBody;
4154
4154
  static names(): { [key: string]: string } {
4155
4155
  return {
4156
4156
  headers: 'headers',
@@ -4172,111 +4172,6 @@ export class DescribeDomainQPSListResponse extends $tea.Model {
4172
4172
  }
4173
4173
  }
4174
4174
 
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
4175
  export class DescribeDomainResourceRequest extends $tea.Model {
4281
4176
  domain?: string;
4282
4177
  instanceIds?: string[];
@@ -4334,9 +4229,9 @@ export class DescribeDomainResourceResponseBody extends $tea.Model {
4334
4229
  }
4335
4230
 
4336
4231
  export class DescribeDomainResourceResponse extends $tea.Model {
4337
- headers: { [key: string]: string };
4338
- statusCode: number;
4339
- body: DescribeDomainResourceResponseBody;
4232
+ headers?: { [key: string]: string };
4233
+ statusCode?: number;
4234
+ body?: DescribeDomainResourceResponseBody;
4340
4235
  static names(): { [key: string]: string } {
4341
4236
  return {
4342
4237
  headers: 'headers',
@@ -4400,9 +4295,9 @@ export class DescribeDomainSecurityProfileResponseBody extends $tea.Model {
4400
4295
  }
4401
4296
 
4402
4297
  export class DescribeDomainSecurityProfileResponse extends $tea.Model {
4403
- headers: { [key: string]: string };
4404
- statusCode: number;
4405
- body: DescribeDomainSecurityProfileResponseBody;
4298
+ headers?: { [key: string]: string };
4299
+ statusCode?: number;
4300
+ body?: DescribeDomainSecurityProfileResponseBody;
4406
4301
  static names(): { [key: string]: string } {
4407
4302
  return {
4408
4303
  headers: 'headers',
@@ -4508,9 +4403,9 @@ export class DescribeDomainStatusCodeCountResponseBody extends $tea.Model {
4508
4403
  }
4509
4404
 
4510
4405
  export class DescribeDomainStatusCodeCountResponse extends $tea.Model {
4511
- headers: { [key: string]: string };
4512
- statusCode: number;
4513
- body: DescribeDomainStatusCodeCountResponseBody;
4406
+ headers?: { [key: string]: string };
4407
+ statusCode?: number;
4408
+ body?: DescribeDomainStatusCodeCountResponseBody;
4514
4409
  static names(): { [key: string]: string } {
4515
4410
  return {
4516
4411
  headers: 'headers',
@@ -4589,9 +4484,9 @@ export class DescribeDomainStatusCodeListResponseBody extends $tea.Model {
4589
4484
  }
4590
4485
 
4591
4486
  export class DescribeDomainStatusCodeListResponse extends $tea.Model {
4592
- headers: { [key: string]: string };
4593
- statusCode: number;
4594
- body: DescribeDomainStatusCodeListResponseBody;
4487
+ headers?: { [key: string]: string };
4488
+ statusCode?: number;
4489
+ body?: DescribeDomainStatusCodeListResponseBody;
4595
4490
  static names(): { [key: string]: string } {
4596
4491
  return {
4597
4492
  headers: 'headers',
@@ -4661,9 +4556,9 @@ export class DescribeDomainTopAttackListResponseBody extends $tea.Model {
4661
4556
  }
4662
4557
 
4663
4558
  export class DescribeDomainTopAttackListResponse extends $tea.Model {
4664
- headers: { [key: string]: string };
4665
- statusCode: number;
4666
- body: DescribeDomainTopAttackListResponseBody;
4559
+ headers?: { [key: string]: string };
4560
+ statusCode?: number;
4561
+ body?: DescribeDomainTopAttackListResponseBody;
4667
4562
  static names(): { [key: string]: string } {
4668
4563
  return {
4669
4564
  headers: 'headers',
@@ -4736,9 +4631,9 @@ export class DescribeDomainViewSourceCountriesResponseBody extends $tea.Model {
4736
4631
  }
4737
4632
 
4738
4633
  export class DescribeDomainViewSourceCountriesResponse extends $tea.Model {
4739
- headers: { [key: string]: string };
4740
- statusCode: number;
4741
- body: DescribeDomainViewSourceCountriesResponseBody;
4634
+ headers?: { [key: string]: string };
4635
+ statusCode?: number;
4636
+ body?: DescribeDomainViewSourceCountriesResponseBody;
4742
4637
  static names(): { [key: string]: string } {
4743
4638
  return {
4744
4639
  headers: 'headers',
@@ -4811,9 +4706,9 @@ export class DescribeDomainViewSourceProvincesResponseBody extends $tea.Model {
4811
4706
  }
4812
4707
 
4813
4708
  export class DescribeDomainViewSourceProvincesResponse extends $tea.Model {
4814
- headers: { [key: string]: string };
4815
- statusCode: number;
4816
- body: DescribeDomainViewSourceProvincesResponseBody;
4709
+ headers?: { [key: string]: string };
4710
+ statusCode?: number;
4711
+ body?: DescribeDomainViewSourceProvincesResponseBody;
4817
4712
  static names(): { [key: string]: string } {
4818
4713
  return {
4819
4714
  headers: 'headers',
@@ -4889,9 +4784,9 @@ export class DescribeDomainViewTopCostTimeResponseBody extends $tea.Model {
4889
4784
  }
4890
4785
 
4891
4786
  export class DescribeDomainViewTopCostTimeResponse extends $tea.Model {
4892
- headers: { [key: string]: string };
4893
- statusCode: number;
4894
- body: DescribeDomainViewTopCostTimeResponseBody;
4787
+ headers?: { [key: string]: string };
4788
+ statusCode?: number;
4789
+ body?: DescribeDomainViewTopCostTimeResponseBody;
4895
4790
  static names(): { [key: string]: string } {
4896
4791
  return {
4897
4792
  headers: 'headers',
@@ -4967,9 +4862,9 @@ export class DescribeDomainViewTopUrlResponseBody extends $tea.Model {
4967
4862
  }
4968
4863
 
4969
4864
  export class DescribeDomainViewTopUrlResponse extends $tea.Model {
4970
- headers: { [key: string]: string };
4971
- statusCode: number;
4972
- body: DescribeDomainViewTopUrlResponseBody;
4865
+ headers?: { [key: string]: string };
4866
+ statusCode?: number;
4867
+ body?: DescribeDomainViewTopUrlResponseBody;
4973
4868
  static names(): { [key: string]: string } {
4974
4869
  return {
4975
4870
  headers: 'headers',
@@ -5036,9 +4931,9 @@ export class DescribeDomainsResponseBody extends $tea.Model {
5036
4931
  }
5037
4932
 
5038
4933
  export class DescribeDomainsResponse extends $tea.Model {
5039
- headers: { [key: string]: string };
5040
- statusCode: number;
5041
- body: DescribeDomainsResponseBody;
4934
+ headers?: { [key: string]: string };
4935
+ statusCode?: number;
4936
+ body?: DescribeDomainsResponseBody;
5042
4937
  static names(): { [key: string]: string } {
5043
4938
  return {
5044
4939
  headers: 'headers',
@@ -5102,9 +4997,9 @@ export class DescribeElasticBandwidthSpecResponseBody extends $tea.Model {
5102
4997
  }
5103
4998
 
5104
4999
  export class DescribeElasticBandwidthSpecResponse extends $tea.Model {
5105
- headers: { [key: string]: string };
5106
- statusCode: number;
5107
- body: DescribeElasticBandwidthSpecResponseBody;
5000
+ headers?: { [key: string]: string };
5001
+ statusCode?: number;
5002
+ body?: DescribeElasticBandwidthSpecResponseBody;
5108
5003
  static names(): { [key: string]: string } {
5109
5004
  return {
5110
5005
  headers: 'headers',
@@ -5126,6 +5021,156 @@ export class DescribeElasticBandwidthSpecResponse extends $tea.Model {
5126
5021
  }
5127
5022
  }
5128
5023
 
5024
+ export class DescribeElasticQpsRequest extends $tea.Model {
5025
+ endTime?: number;
5026
+ interval?: string;
5027
+ ip?: string;
5028
+ region?: string;
5029
+ startTime?: number;
5030
+ static names(): { [key: string]: string } {
5031
+ return {
5032
+ endTime: 'EndTime',
5033
+ interval: 'Interval',
5034
+ ip: 'Ip',
5035
+ region: 'Region',
5036
+ startTime: 'StartTime',
5037
+ };
5038
+ }
5039
+
5040
+ static types(): { [key: string]: any } {
5041
+ return {
5042
+ endTime: 'number',
5043
+ interval: 'string',
5044
+ ip: 'string',
5045
+ region: 'string',
5046
+ startTime: 'number',
5047
+ };
5048
+ }
5049
+
5050
+ constructor(map?: { [key: string]: any }) {
5051
+ super(map);
5052
+ }
5053
+ }
5054
+
5055
+ export class DescribeElasticQpsResponseBody extends $tea.Model {
5056
+ elasticQps?: DescribeElasticQpsResponseBodyElasticQps[];
5057
+ requestId?: string;
5058
+ static names(): { [key: string]: string } {
5059
+ return {
5060
+ elasticQps: 'ElasticQps',
5061
+ requestId: 'RequestId',
5062
+ };
5063
+ }
5064
+
5065
+ static types(): { [key: string]: any } {
5066
+ return {
5067
+ elasticQps: { 'type': 'array', 'itemType': DescribeElasticQpsResponseBodyElasticQps },
5068
+ requestId: 'string',
5069
+ };
5070
+ }
5071
+
5072
+ constructor(map?: { [key: string]: any }) {
5073
+ super(map);
5074
+ }
5075
+ }
5076
+
5077
+ export class DescribeElasticQpsResponse extends $tea.Model {
5078
+ headers?: { [key: string]: string };
5079
+ statusCode?: number;
5080
+ body?: DescribeElasticQpsResponseBody;
5081
+ static names(): { [key: string]: string } {
5082
+ return {
5083
+ headers: 'headers',
5084
+ statusCode: 'statusCode',
5085
+ body: 'body',
5086
+ };
5087
+ }
5088
+
5089
+ static types(): { [key: string]: any } {
5090
+ return {
5091
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5092
+ statusCode: 'number',
5093
+ body: DescribeElasticQpsResponseBody,
5094
+ };
5095
+ }
5096
+
5097
+ constructor(map?: { [key: string]: any }) {
5098
+ super(map);
5099
+ }
5100
+ }
5101
+
5102
+ export class DescribeElasticQpsRecordRequest extends $tea.Model {
5103
+ endTime?: number;
5104
+ ip?: string;
5105
+ startTime?: number;
5106
+ static names(): { [key: string]: string } {
5107
+ return {
5108
+ endTime: 'EndTime',
5109
+ ip: 'Ip',
5110
+ startTime: 'StartTime',
5111
+ };
5112
+ }
5113
+
5114
+ static types(): { [key: string]: any } {
5115
+ return {
5116
+ endTime: 'number',
5117
+ ip: 'string',
5118
+ startTime: 'number',
5119
+ };
5120
+ }
5121
+
5122
+ constructor(map?: { [key: string]: any }) {
5123
+ super(map);
5124
+ }
5125
+ }
5126
+
5127
+ export class DescribeElasticQpsRecordResponseBody extends $tea.Model {
5128
+ elasticQpsList?: DescribeElasticQpsRecordResponseBodyElasticQpsList[];
5129
+ requestId?: string;
5130
+ static names(): { [key: string]: string } {
5131
+ return {
5132
+ elasticQpsList: 'ElasticQpsList',
5133
+ requestId: 'RequestId',
5134
+ };
5135
+ }
5136
+
5137
+ static types(): { [key: string]: any } {
5138
+ return {
5139
+ elasticQpsList: { 'type': 'array', 'itemType': DescribeElasticQpsRecordResponseBodyElasticQpsList },
5140
+ requestId: 'string',
5141
+ };
5142
+ }
5143
+
5144
+ constructor(map?: { [key: string]: any }) {
5145
+ super(map);
5146
+ }
5147
+ }
5148
+
5149
+ export class DescribeElasticQpsRecordResponse extends $tea.Model {
5150
+ headers?: { [key: string]: string };
5151
+ statusCode?: number;
5152
+ body?: DescribeElasticQpsRecordResponseBody;
5153
+ static names(): { [key: string]: string } {
5154
+ return {
5155
+ headers: 'headers',
5156
+ statusCode: 'statusCode',
5157
+ body: 'body',
5158
+ };
5159
+ }
5160
+
5161
+ static types(): { [key: string]: any } {
5162
+ return {
5163
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5164
+ statusCode: 'number',
5165
+ body: DescribeElasticQpsRecordResponseBody,
5166
+ };
5167
+ }
5168
+
5169
+ constructor(map?: { [key: string]: any }) {
5170
+ super(map);
5171
+ }
5172
+ }
5173
+
5129
5174
  export class DescribeHeadersRequest extends $tea.Model {
5130
5175
  domain?: string;
5131
5176
  resourceGroupId?: string;
@@ -5171,9 +5216,9 @@ export class DescribeHeadersResponseBody extends $tea.Model {
5171
5216
  }
5172
5217
 
5173
5218
  export class DescribeHeadersResponse extends $tea.Model {
5174
- headers: { [key: string]: string };
5175
- statusCode: number;
5176
- body: DescribeHeadersResponseBody;
5219
+ headers?: { [key: string]: string };
5220
+ statusCode?: number;
5221
+ body?: DescribeHeadersResponseBody;
5177
5222
  static names(): { [key: string]: string } {
5178
5223
  return {
5179
5224
  headers: 'headers',
@@ -5237,9 +5282,9 @@ export class DescribeHealthCheckListResponseBody extends $tea.Model {
5237
5282
  }
5238
5283
 
5239
5284
  export class DescribeHealthCheckListResponse extends $tea.Model {
5240
- headers: { [key: string]: string };
5241
- statusCode: number;
5242
- body: DescribeHealthCheckListResponseBody;
5285
+ headers?: { [key: string]: string };
5286
+ statusCode?: number;
5287
+ body?: DescribeHealthCheckListResponseBody;
5243
5288
  static names(): { [key: string]: string } {
5244
5289
  return {
5245
5290
  headers: 'headers',
@@ -5303,9 +5348,9 @@ export class DescribeHealthCheckStatusResponseBody extends $tea.Model {
5303
5348
  }
5304
5349
 
5305
5350
  export class DescribeHealthCheckStatusResponse extends $tea.Model {
5306
- headers: { [key: string]: string };
5307
- statusCode: number;
5308
- body: DescribeHealthCheckStatusResponseBody;
5351
+ headers?: { [key: string]: string };
5352
+ statusCode?: number;
5353
+ body?: DescribeHealthCheckStatusResponseBody;
5309
5354
  static names(): { [key: string]: string } {
5310
5355
  return {
5311
5356
  headers: 'headers',
@@ -5369,9 +5414,9 @@ export class DescribeInstanceDetailsResponseBody extends $tea.Model {
5369
5414
  }
5370
5415
 
5371
5416
  export class DescribeInstanceDetailsResponse extends $tea.Model {
5372
- headers: { [key: string]: string };
5373
- statusCode: number;
5374
- body: DescribeInstanceDetailsResponseBody;
5417
+ headers?: { [key: string]: string };
5418
+ statusCode?: number;
5419
+ body?: DescribeInstanceDetailsResponseBody;
5375
5420
  static names(): { [key: string]: string } {
5376
5421
  return {
5377
5422
  headers: 'headers',
@@ -5444,9 +5489,9 @@ export class DescribeInstanceExtResponseBody extends $tea.Model {
5444
5489
  }
5445
5490
 
5446
5491
  export class DescribeInstanceExtResponse extends $tea.Model {
5447
- headers: { [key: string]: string };
5448
- statusCode: number;
5449
- body: DescribeInstanceExtResponseBody;
5492
+ headers?: { [key: string]: string };
5493
+ statusCode?: number;
5494
+ body?: DescribeInstanceExtResponseBody;
5450
5495
  static names(): { [key: string]: string } {
5451
5496
  return {
5452
5497
  headers: 'headers',
@@ -5516,9 +5561,9 @@ export class DescribeInstanceIdsResponseBody extends $tea.Model {
5516
5561
  }
5517
5562
 
5518
5563
  export class DescribeInstanceIdsResponse extends $tea.Model {
5519
- headers: { [key: string]: string };
5520
- statusCode: number;
5521
- body: DescribeInstanceIdsResponseBody;
5564
+ headers?: { [key: string]: string };
5565
+ statusCode?: number;
5566
+ body?: DescribeInstanceIdsResponseBody;
5522
5567
  static names(): { [key: string]: string } {
5523
5568
  return {
5524
5569
  headers: 'headers',
@@ -5582,9 +5627,9 @@ export class DescribeInstanceSpecsResponseBody extends $tea.Model {
5582
5627
  }
5583
5628
 
5584
5629
  export class DescribeInstanceSpecsResponse extends $tea.Model {
5585
- headers: { [key: string]: string };
5586
- statusCode: number;
5587
- body: DescribeInstanceSpecsResponseBody;
5630
+ headers?: { [key: string]: string };
5631
+ statusCode?: number;
5632
+ body?: DescribeInstanceSpecsResponseBody;
5588
5633
  static names(): { [key: string]: string } {
5589
5634
  return {
5590
5635
  headers: 'headers',
@@ -5648,9 +5693,9 @@ export class DescribeInstanceStatisticsResponseBody extends $tea.Model {
5648
5693
  }
5649
5694
 
5650
5695
  export class DescribeInstanceStatisticsResponse extends $tea.Model {
5651
- headers: { [key: string]: string };
5652
- statusCode: number;
5653
- body: DescribeInstanceStatisticsResponseBody;
5696
+ headers?: { [key: string]: string };
5697
+ statusCode?: number;
5698
+ body?: DescribeInstanceStatisticsResponseBody;
5654
5699
  static names(): { [key: string]: string } {
5655
5700
  return {
5656
5701
  headers: 'headers',
@@ -5720,9 +5765,9 @@ export class DescribeInstanceStatusResponseBody extends $tea.Model {
5720
5765
  }
5721
5766
 
5722
5767
  export class DescribeInstanceStatusResponse extends $tea.Model {
5723
- headers: { [key: string]: string };
5724
- statusCode: number;
5725
- body: DescribeInstanceStatusResponseBody;
5768
+ headers?: { [key: string]: string };
5769
+ statusCode?: number;
5770
+ body?: DescribeInstanceStatusResponseBody;
5726
5771
  static names(): { [key: string]: string } {
5727
5772
  return {
5728
5773
  headers: 'headers',
@@ -5822,9 +5867,9 @@ export class DescribeInstancesResponseBody extends $tea.Model {
5822
5867
  }
5823
5868
 
5824
5869
  export class DescribeInstancesResponse extends $tea.Model {
5825
- headers: { [key: string]: string };
5826
- statusCode: number;
5827
- body: DescribeInstancesResponseBody;
5870
+ headers?: { [key: string]: string };
5871
+ statusCode?: number;
5872
+ body?: DescribeInstancesResponseBody;
5828
5873
  static names(): { [key: string]: string } {
5829
5874
  return {
5830
5875
  headers: 'headers',
@@ -5897,9 +5942,9 @@ export class DescribeL7RsPolicyResponseBody extends $tea.Model {
5897
5942
  }
5898
5943
 
5899
5944
  export class DescribeL7RsPolicyResponse extends $tea.Model {
5900
- headers: { [key: string]: string };
5901
- statusCode: number;
5902
- body: DescribeL7RsPolicyResponseBody;
5945
+ headers?: { [key: string]: string };
5946
+ statusCode?: number;
5947
+ body?: DescribeL7RsPolicyResponseBody;
5903
5948
  static names(): { [key: string]: string } {
5904
5949
  return {
5905
5950
  headers: 'headers',
@@ -5984,9 +6029,9 @@ export class DescribeLayer4RulePolicyResponseBody extends $tea.Model {
5984
6029
  }
5985
6030
 
5986
6031
  export class DescribeLayer4RulePolicyResponse extends $tea.Model {
5987
- headers: { [key: string]: string };
5988
- statusCode: number;
5989
- body: DescribeLayer4RulePolicyResponseBody;
6032
+ headers?: { [key: string]: string };
6033
+ statusCode?: number;
6034
+ body?: DescribeLayer4RulePolicyResponseBody;
5990
6035
  static names(): { [key: string]: string } {
5991
6036
  return {
5992
6037
  headers: 'headers',
@@ -6050,9 +6095,9 @@ export class DescribeLogStoreExistStatusResponseBody extends $tea.Model {
6050
6095
  }
6051
6096
 
6052
6097
  export class DescribeLogStoreExistStatusResponse extends $tea.Model {
6053
- headers: { [key: string]: string };
6054
- statusCode: number;
6055
- body: DescribeLogStoreExistStatusResponseBody;
6098
+ headers?: { [key: string]: string };
6099
+ statusCode?: number;
6100
+ body?: DescribeLogStoreExistStatusResponseBody;
6056
6101
  static names(): { [key: string]: string } {
6057
6102
  return {
6058
6103
  headers: 'headers',
@@ -6116,9 +6161,9 @@ export class DescribeNetworkRegionBlockResponseBody extends $tea.Model {
6116
6161
  }
6117
6162
 
6118
6163
  export class DescribeNetworkRegionBlockResponse extends $tea.Model {
6119
- headers: { [key: string]: string };
6120
- statusCode: number;
6121
- body: DescribeNetworkRegionBlockResponseBody;
6164
+ headers?: { [key: string]: string };
6165
+ statusCode?: number;
6166
+ body?: DescribeNetworkRegionBlockResponseBody;
6122
6167
  static names(): { [key: string]: string } {
6123
6168
  return {
6124
6169
  headers: 'headers',
@@ -6182,9 +6227,9 @@ export class DescribeNetworkRuleAttributesResponseBody extends $tea.Model {
6182
6227
  }
6183
6228
 
6184
6229
  export class DescribeNetworkRuleAttributesResponse extends $tea.Model {
6185
- headers: { [key: string]: string };
6186
- statusCode: number;
6187
- body: DescribeNetworkRuleAttributesResponseBody;
6230
+ headers?: { [key: string]: string };
6231
+ statusCode?: number;
6232
+ body?: DescribeNetworkRuleAttributesResponseBody;
6188
6233
  static names(): { [key: string]: string } {
6189
6234
  return {
6190
6235
  headers: 'headers',
@@ -6263,9 +6308,9 @@ export class DescribeNetworkRulesResponseBody extends $tea.Model {
6263
6308
  }
6264
6309
 
6265
6310
  export class DescribeNetworkRulesResponse extends $tea.Model {
6266
- headers: { [key: string]: string };
6267
- statusCode: number;
6268
- body: DescribeNetworkRulesResponseBody;
6311
+ headers?: { [key: string]: string };
6312
+ statusCode?: number;
6313
+ body?: DescribeNetworkRulesResponseBody;
6269
6314
  static names(): { [key: string]: string } {
6270
6315
  return {
6271
6316
  headers: 'headers',
@@ -6350,9 +6395,9 @@ export class DescribeOpEntitiesResponseBody extends $tea.Model {
6350
6395
  }
6351
6396
 
6352
6397
  export class DescribeOpEntitiesResponse extends $tea.Model {
6353
- headers: { [key: string]: string };
6354
- statusCode: number;
6355
- body: DescribeOpEntitiesResponseBody;
6398
+ headers?: { [key: string]: string };
6399
+ statusCode?: number;
6400
+ body?: DescribeOpEntitiesResponseBody;
6356
6401
  static names(): { [key: string]: string } {
6357
6402
  return {
6358
6403
  headers: 'headers',
@@ -6431,9 +6476,9 @@ export class DescribePortResponseBody extends $tea.Model {
6431
6476
  }
6432
6477
 
6433
6478
  export class DescribePortResponse extends $tea.Model {
6434
- headers: { [key: string]: string };
6435
- statusCode: number;
6436
- body: DescribePortResponseBody;
6479
+ headers?: { [key: string]: string };
6480
+ statusCode?: number;
6481
+ body?: DescribePortResponseBody;
6437
6482
  static names(): { [key: string]: string } {
6438
6483
  return {
6439
6484
  headers: 'headers',
@@ -6509,9 +6554,9 @@ export class DescribePortAttackMaxFlowResponseBody extends $tea.Model {
6509
6554
  }
6510
6555
 
6511
6556
  export class DescribePortAttackMaxFlowResponse extends $tea.Model {
6512
- headers: { [key: string]: string };
6513
- statusCode: number;
6514
- body: DescribePortAttackMaxFlowResponseBody;
6557
+ headers?: { [key: string]: string };
6558
+ statusCode?: number;
6559
+ body?: DescribePortAttackMaxFlowResponseBody;
6515
6560
  static names(): { [key: string]: string } {
6516
6561
  return {
6517
6562
  headers: 'headers',
@@ -6575,9 +6620,9 @@ export class DescribePortAutoCcStatusResponseBody extends $tea.Model {
6575
6620
  }
6576
6621
 
6577
6622
  export class DescribePortAutoCcStatusResponse extends $tea.Model {
6578
- headers: { [key: string]: string };
6579
- statusCode: number;
6580
- body: DescribePortAutoCcStatusResponseBody;
6623
+ headers?: { [key: string]: string };
6624
+ statusCode?: number;
6625
+ body?: DescribePortAutoCcStatusResponseBody;
6581
6626
  static names(): { [key: string]: string } {
6582
6627
  return {
6583
6628
  headers: 'headers',
@@ -6650,9 +6695,9 @@ export class DescribePortCcAttackTopIPResponseBody extends $tea.Model {
6650
6695
  }
6651
6696
 
6652
6697
  export class DescribePortCcAttackTopIPResponse extends $tea.Model {
6653
- headers: { [key: string]: string };
6654
- statusCode: number;
6655
- body: DescribePortCcAttackTopIPResponseBody;
6698
+ headers?: { [key: string]: string };
6699
+ statusCode?: number;
6700
+ body?: DescribePortCcAttackTopIPResponseBody;
6656
6701
  static names(): { [key: string]: string } {
6657
6702
  return {
6658
6703
  headers: 'headers',
@@ -6737,9 +6782,9 @@ export class DescribePortConnsCountResponseBody extends $tea.Model {
6737
6782
  }
6738
6783
 
6739
6784
  export class DescribePortConnsCountResponse extends $tea.Model {
6740
- headers: { [key: string]: string };
6741
- statusCode: number;
6742
- body: DescribePortConnsCountResponseBody;
6785
+ headers?: { [key: string]: string };
6786
+ statusCode?: number;
6787
+ body?: DescribePortConnsCountResponseBody;
6743
6788
  static names(): { [key: string]: string } {
6744
6789
  return {
6745
6790
  headers: 'headers',
@@ -6818,9 +6863,9 @@ export class DescribePortConnsListResponseBody extends $tea.Model {
6818
6863
  }
6819
6864
 
6820
6865
  export class DescribePortConnsListResponse extends $tea.Model {
6821
- headers: { [key: string]: string };
6822
- statusCode: number;
6823
- body: DescribePortConnsListResponseBody;
6866
+ headers?: { [key: string]: string };
6867
+ statusCode?: number;
6868
+ body?: DescribePortConnsListResponseBody;
6824
6869
  static names(): { [key: string]: string } {
6825
6870
  return {
6826
6871
  headers: 'headers',
@@ -6896,9 +6941,9 @@ export class DescribePortFlowListResponseBody extends $tea.Model {
6896
6941
  }
6897
6942
 
6898
6943
  export class DescribePortFlowListResponse extends $tea.Model {
6899
- headers: { [key: string]: string };
6900
- statusCode: number;
6901
- body: DescribePortFlowListResponseBody;
6944
+ headers?: { [key: string]: string };
6945
+ statusCode?: number;
6946
+ body?: DescribePortFlowListResponseBody;
6902
6947
  static names(): { [key: string]: string } {
6903
6948
  return {
6904
6949
  headers: 'headers',
@@ -6971,9 +7016,9 @@ export class DescribePortMaxConnsResponseBody extends $tea.Model {
6971
7016
  }
6972
7017
 
6973
7018
  export class DescribePortMaxConnsResponse extends $tea.Model {
6974
- headers: { [key: string]: string };
6975
- statusCode: number;
6976
- body: DescribePortMaxConnsResponseBody;
7019
+ headers?: { [key: string]: string };
7020
+ statusCode?: number;
7021
+ body?: DescribePortMaxConnsResponseBody;
6977
7022
  static names(): { [key: string]: string } {
6978
7023
  return {
6979
7024
  headers: 'headers',
@@ -7046,9 +7091,9 @@ export class DescribePortViewSourceCountriesResponseBody extends $tea.Model {
7046
7091
  }
7047
7092
 
7048
7093
  export class DescribePortViewSourceCountriesResponse extends $tea.Model {
7049
- headers: { [key: string]: string };
7050
- statusCode: number;
7051
- body: DescribePortViewSourceCountriesResponseBody;
7094
+ headers?: { [key: string]: string };
7095
+ statusCode?: number;
7096
+ body?: DescribePortViewSourceCountriesResponseBody;
7052
7097
  static names(): { [key: string]: string } {
7053
7098
  return {
7054
7099
  headers: 'headers',
@@ -7121,9 +7166,9 @@ export class DescribePortViewSourceIspsResponseBody extends $tea.Model {
7121
7166
  }
7122
7167
 
7123
7168
  export class DescribePortViewSourceIspsResponse extends $tea.Model {
7124
- headers: { [key: string]: string };
7125
- statusCode: number;
7126
- body: DescribePortViewSourceIspsResponseBody;
7169
+ headers?: { [key: string]: string };
7170
+ statusCode?: number;
7171
+ body?: DescribePortViewSourceIspsResponseBody;
7127
7172
  static names(): { [key: string]: string } {
7128
7173
  return {
7129
7174
  headers: 'headers',
@@ -7196,9 +7241,9 @@ export class DescribePortViewSourceProvincesResponseBody extends $tea.Model {
7196
7241
  }
7197
7242
 
7198
7243
  export class DescribePortViewSourceProvincesResponse extends $tea.Model {
7199
- headers: { [key: string]: string };
7200
- statusCode: number;
7201
- body: DescribePortViewSourceProvincesResponseBody;
7244
+ headers?: { [key: string]: string };
7245
+ statusCode?: number;
7246
+ body?: DescribePortViewSourceProvincesResponseBody;
7202
7247
  static names(): { [key: string]: string } {
7203
7248
  return {
7204
7249
  headers: 'headers',
@@ -7268,9 +7313,9 @@ export class DescribeSceneDefenseObjectsResponseBody extends $tea.Model {
7268
7313
  }
7269
7314
 
7270
7315
  export class DescribeSceneDefenseObjectsResponse extends $tea.Model {
7271
- headers: { [key: string]: string };
7272
- statusCode: number;
7273
- body: DescribeSceneDefenseObjectsResponseBody;
7316
+ headers?: { [key: string]: string };
7317
+ statusCode?: number;
7318
+ body?: DescribeSceneDefenseObjectsResponseBody;
7274
7319
  static names(): { [key: string]: string } {
7275
7320
  return {
7276
7321
  headers: 'headers',
@@ -7343,9 +7388,9 @@ export class DescribeSceneDefensePoliciesResponseBody extends $tea.Model {
7343
7388
  }
7344
7389
 
7345
7390
  export class DescribeSceneDefensePoliciesResponse extends $tea.Model {
7346
- headers: { [key: string]: string };
7347
- statusCode: number;
7348
- body: DescribeSceneDefensePoliciesResponseBody;
7391
+ headers?: { [key: string]: string };
7392
+ statusCode?: number;
7393
+ body?: DescribeSceneDefensePoliciesResponseBody;
7349
7394
  static names(): { [key: string]: string } {
7350
7395
  return {
7351
7396
  headers: 'headers',
@@ -7421,9 +7466,9 @@ export class DescribeSchedulerRulesResponseBody extends $tea.Model {
7421
7466
  }
7422
7467
 
7423
7468
  export class DescribeSchedulerRulesResponse extends $tea.Model {
7424
- headers: { [key: string]: string };
7425
- statusCode: number;
7426
- body: DescribeSchedulerRulesResponseBody;
7469
+ headers?: { [key: string]: string };
7470
+ statusCode?: number;
7471
+ body?: DescribeSchedulerRulesResponseBody;
7427
7472
  static names(): { [key: string]: string } {
7428
7473
  return {
7429
7474
  headers: 'headers',
@@ -7505,9 +7550,9 @@ export class DescribeSlaEventListResponseBody extends $tea.Model {
7505
7550
  }
7506
7551
 
7507
7552
  export class DescribeSlaEventListResponse extends $tea.Model {
7508
- headers: { [key: string]: string };
7509
- statusCode: number;
7510
- body: DescribeSlaEventListResponseBody;
7553
+ headers?: { [key: string]: string };
7554
+ statusCode?: number;
7555
+ body?: DescribeSlaEventListResponseBody;
7511
7556
  static names(): { [key: string]: string } {
7512
7557
  return {
7513
7558
  headers: 'headers',
@@ -7571,9 +7616,9 @@ export class DescribeSlsAuthStatusResponseBody extends $tea.Model {
7571
7616
  }
7572
7617
 
7573
7618
  export class DescribeSlsAuthStatusResponse extends $tea.Model {
7574
- headers: { [key: string]: string };
7575
- statusCode: number;
7576
- body: DescribeSlsAuthStatusResponseBody;
7619
+ headers?: { [key: string]: string };
7620
+ statusCode?: number;
7621
+ body?: DescribeSlsAuthStatusResponseBody;
7577
7622
  static names(): { [key: string]: string } {
7578
7623
  return {
7579
7624
  headers: 'headers',
@@ -7649,9 +7694,9 @@ export class DescribeSlsLogstoreInfoResponseBody extends $tea.Model {
7649
7694
  }
7650
7695
 
7651
7696
  export class DescribeSlsLogstoreInfoResponse extends $tea.Model {
7652
- headers: { [key: string]: string };
7653
- statusCode: number;
7654
- body: DescribeSlsLogstoreInfoResponseBody;
7697
+ headers?: { [key: string]: string };
7698
+ statusCode?: number;
7699
+ body?: DescribeSlsLogstoreInfoResponseBody;
7655
7700
  static names(): { [key: string]: string } {
7656
7701
  return {
7657
7702
  headers: 'headers',
@@ -7715,9 +7760,9 @@ export class DescribeSlsOpenStatusResponseBody extends $tea.Model {
7715
7760
  }
7716
7761
 
7717
7762
  export class DescribeSlsOpenStatusResponse extends $tea.Model {
7718
- headers: { [key: string]: string };
7719
- statusCode: number;
7720
- body: DescribeSlsOpenStatusResponseBody;
7763
+ headers?: { [key: string]: string };
7764
+ statusCode?: number;
7765
+ body?: DescribeSlsOpenStatusResponseBody;
7721
7766
  static names(): { [key: string]: string } {
7722
7767
  return {
7723
7768
  headers: 'headers',
@@ -7784,9 +7829,9 @@ export class DescribeStsGrantStatusResponseBody extends $tea.Model {
7784
7829
  }
7785
7830
 
7786
7831
  export class DescribeStsGrantStatusResponse extends $tea.Model {
7787
- headers: { [key: string]: string };
7788
- statusCode: number;
7789
- body: DescribeStsGrantStatusResponseBody;
7832
+ headers?: { [key: string]: string };
7833
+ statusCode?: number;
7834
+ body?: DescribeStsGrantStatusResponseBody;
7790
7835
  static names(): { [key: string]: string } {
7791
7836
  return {
7792
7837
  headers: 'headers',
@@ -7868,9 +7913,9 @@ export class DescribeSystemLogResponseBody extends $tea.Model {
7868
7913
  }
7869
7914
 
7870
7915
  export class DescribeSystemLogResponse extends $tea.Model {
7871
- headers: { [key: string]: string };
7872
- statusCode: number;
7873
- body: DescribeSystemLogResponseBody;
7916
+ headers?: { [key: string]: string };
7917
+ statusCode?: number;
7918
+ body?: DescribeSystemLogResponseBody;
7874
7919
  static names(): { [key: string]: string } {
7875
7920
  return {
7876
7921
  headers: 'headers',
@@ -7955,9 +8000,9 @@ export class DescribeTagKeysResponseBody extends $tea.Model {
7955
8000
  }
7956
8001
 
7957
8002
  export class DescribeTagKeysResponse extends $tea.Model {
7958
- headers: { [key: string]: string };
7959
- statusCode: number;
7960
- body: DescribeTagKeysResponseBody;
8003
+ headers?: { [key: string]: string };
8004
+ statusCode?: number;
8005
+ body?: DescribeTagKeysResponseBody;
7961
8006
  static names(): { [key: string]: string } {
7962
8007
  return {
7963
8008
  headers: 'headers',
@@ -8039,9 +8084,9 @@ export class DescribeTagResourcesResponseBody extends $tea.Model {
8039
8084
  }
8040
8085
 
8041
8086
  export class DescribeTagResourcesResponse extends $tea.Model {
8042
- headers: { [key: string]: string };
8043
- statusCode: number;
8044
- body: DescribeTagResourcesResponseBody;
8087
+ headers?: { [key: string]: string };
8088
+ statusCode?: number;
8089
+ body?: DescribeTagResourcesResponseBody;
8045
8090
  static names(): { [key: string]: string } {
8046
8091
  return {
8047
8092
  headers: 'headers',
@@ -8117,9 +8162,9 @@ export class DescribeTotalAttackMaxFlowResponseBody extends $tea.Model {
8117
8162
  }
8118
8163
 
8119
8164
  export class DescribeTotalAttackMaxFlowResponse extends $tea.Model {
8120
- headers: { [key: string]: string };
8121
- statusCode: number;
8122
- body: DescribeTotalAttackMaxFlowResponseBody;
8165
+ headers?: { [key: string]: string };
8166
+ statusCode?: number;
8167
+ body?: DescribeTotalAttackMaxFlowResponseBody;
8123
8168
  static names(): { [key: string]: string } {
8124
8169
  return {
8125
8170
  headers: 'headers',
@@ -8186,9 +8231,9 @@ export class DescribeUdpReflectResponseBody extends $tea.Model {
8186
8231
  }
8187
8232
 
8188
8233
  export class DescribeUdpReflectResponse extends $tea.Model {
8189
- headers: { [key: string]: string };
8190
- statusCode: number;
8191
- body: DescribeUdpReflectResponseBody;
8234
+ headers?: { [key: string]: string };
8235
+ statusCode?: number;
8236
+ body?: DescribeUdpReflectResponseBody;
8192
8237
  static names(): { [key: string]: string } {
8193
8238
  return {
8194
8239
  headers: 'headers',
@@ -8255,9 +8300,9 @@ export class DescribeUnBlackholeCountResponseBody extends $tea.Model {
8255
8300
  }
8256
8301
 
8257
8302
  export class DescribeUnBlackholeCountResponse extends $tea.Model {
8258
- headers: { [key: string]: string };
8259
- statusCode: number;
8260
- body: DescribeUnBlackholeCountResponseBody;
8303
+ headers?: { [key: string]: string };
8304
+ statusCode?: number;
8305
+ body?: DescribeUnBlackholeCountResponseBody;
8261
8306
  static names(): { [key: string]: string } {
8262
8307
  return {
8263
8308
  headers: 'headers',
@@ -8324,9 +8369,9 @@ export class DescribeUnBlockCountResponseBody extends $tea.Model {
8324
8369
  }
8325
8370
 
8326
8371
  export class DescribeUnBlockCountResponse extends $tea.Model {
8327
- headers: { [key: string]: string };
8328
- statusCode: number;
8329
- body: DescribeUnBlockCountResponseBody;
8372
+ headers?: { [key: string]: string };
8373
+ statusCode?: number;
8374
+ body?: DescribeUnBlockCountResponseBody;
8330
8375
  static names(): { [key: string]: string } {
8331
8376
  return {
8332
8377
  headers: 'headers',
@@ -8399,9 +8444,9 @@ export class DescribeWebAccessLogDispatchStatusResponseBody extends $tea.Model {
8399
8444
  }
8400
8445
 
8401
8446
  export class DescribeWebAccessLogDispatchStatusResponse extends $tea.Model {
8402
- headers: { [key: string]: string };
8403
- statusCode: number;
8404
- body: DescribeWebAccessLogDispatchStatusResponseBody;
8447
+ headers?: { [key: string]: string };
8448
+ statusCode?: number;
8449
+ body?: DescribeWebAccessLogDispatchStatusResponseBody;
8405
8450
  static names(): { [key: string]: string } {
8406
8451
  return {
8407
8452
  headers: 'headers',
@@ -8465,9 +8510,9 @@ export class DescribeWebAccessLogEmptyCountResponseBody extends $tea.Model {
8465
8510
  }
8466
8511
 
8467
8512
  export class DescribeWebAccessLogEmptyCountResponse extends $tea.Model {
8468
- headers: { [key: string]: string };
8469
- statusCode: number;
8470
- body: DescribeWebAccessLogEmptyCountResponseBody;
8513
+ headers?: { [key: string]: string };
8514
+ statusCode?: number;
8515
+ body?: DescribeWebAccessLogEmptyCountResponseBody;
8471
8516
  static names(): { [key: string]: string } {
8472
8517
  return {
8473
8518
  headers: 'headers',
@@ -8540,9 +8585,9 @@ export class DescribeWebAccessLogStatusResponseBody extends $tea.Model {
8540
8585
  }
8541
8586
 
8542
8587
  export class DescribeWebAccessLogStatusResponse extends $tea.Model {
8543
- headers: { [key: string]: string };
8544
- statusCode: number;
8545
- body: DescribeWebAccessLogStatusResponseBody;
8588
+ headers?: { [key: string]: string };
8589
+ statusCode?: number;
8590
+ body?: DescribeWebAccessLogStatusResponseBody;
8546
8591
  static names(): { [key: string]: string } {
8547
8592
  return {
8548
8593
  headers: 'headers',
@@ -8606,9 +8651,9 @@ export class DescribeWebAccessModeResponseBody extends $tea.Model {
8606
8651
  }
8607
8652
 
8608
8653
  export class DescribeWebAccessModeResponse extends $tea.Model {
8609
- headers: { [key: string]: string };
8610
- statusCode: number;
8611
- body: DescribeWebAccessModeResponseBody;
8654
+ headers?: { [key: string]: string };
8655
+ statusCode?: number;
8656
+ body?: DescribeWebAccessModeResponseBody;
8612
8657
  static names(): { [key: string]: string } {
8613
8658
  return {
8614
8659
  headers: 'headers',
@@ -8675,9 +8720,9 @@ export class DescribeWebAreaBlockConfigsResponseBody extends $tea.Model {
8675
8720
  }
8676
8721
 
8677
8722
  export class DescribeWebAreaBlockConfigsResponse extends $tea.Model {
8678
- headers: { [key: string]: string };
8679
- statusCode: number;
8680
- body: DescribeWebAreaBlockConfigsResponseBody;
8723
+ headers?: { [key: string]: string };
8724
+ statusCode?: number;
8725
+ body?: DescribeWebAreaBlockConfigsResponseBody;
8681
8726
  static names(): { [key: string]: string } {
8682
8727
  return {
8683
8728
  headers: 'headers',
@@ -8753,9 +8798,9 @@ export class DescribeWebCCRulesResponseBody extends $tea.Model {
8753
8798
  }
8754
8799
 
8755
8800
  export class DescribeWebCCRulesResponse extends $tea.Model {
8756
- headers: { [key: string]: string };
8757
- statusCode: number;
8758
- body: DescribeWebCCRulesResponseBody;
8801
+ headers?: { [key: string]: string };
8802
+ statusCode?: number;
8803
+ body?: DescribeWebCCRulesResponseBody;
8759
8804
  static names(): { [key: string]: string } {
8760
8805
  return {
8761
8806
  headers: 'headers',
@@ -8822,9 +8867,9 @@ export class DescribeWebCacheConfigsResponseBody extends $tea.Model {
8822
8867
  }
8823
8868
 
8824
8869
  export class DescribeWebCacheConfigsResponse extends $tea.Model {
8825
- headers: { [key: string]: string };
8826
- statusCode: number;
8827
- body: DescribeWebCacheConfigsResponseBody;
8870
+ headers?: { [key: string]: string };
8871
+ statusCode?: number;
8872
+ body?: DescribeWebCacheConfigsResponseBody;
8828
8873
  static names(): { [key: string]: string } {
8829
8874
  return {
8830
8875
  headers: 'headers',
@@ -8891,9 +8936,9 @@ export class DescribeWebCcProtectSwitchResponseBody extends $tea.Model {
8891
8936
  }
8892
8937
 
8893
8938
  export class DescribeWebCcProtectSwitchResponse extends $tea.Model {
8894
- headers: { [key: string]: string };
8895
- statusCode: number;
8896
- body: DescribeWebCcProtectSwitchResponseBody;
8939
+ headers?: { [key: string]: string };
8940
+ statusCode?: number;
8941
+ body?: DescribeWebCcProtectSwitchResponseBody;
8897
8942
  static names(): { [key: string]: string } {
8898
8943
  return {
8899
8944
  headers: 'headers',
@@ -8957,9 +9002,9 @@ export class DescribeWebCustomPortsResponseBody extends $tea.Model {
8957
9002
  }
8958
9003
 
8959
9004
  export class DescribeWebCustomPortsResponse extends $tea.Model {
8960
- headers: { [key: string]: string };
8961
- statusCode: number;
8962
- body: DescribeWebCustomPortsResponseBody;
9005
+ headers?: { [key: string]: string };
9006
+ statusCode?: number;
9007
+ body?: DescribeWebCustomPortsResponseBody;
8963
9008
  static names(): { [key: string]: string } {
8964
9009
  return {
8965
9010
  headers: 'headers',
@@ -9026,9 +9071,9 @@ export class DescribeWebInstanceRelationsResponseBody extends $tea.Model {
9026
9071
  }
9027
9072
 
9028
9073
  export class DescribeWebInstanceRelationsResponse extends $tea.Model {
9029
- headers: { [key: string]: string };
9030
- statusCode: number;
9031
- body: DescribeWebInstanceRelationsResponseBody;
9074
+ headers?: { [key: string]: string };
9075
+ statusCode?: number;
9076
+ body?: DescribeWebInstanceRelationsResponseBody;
9032
9077
  static names(): { [key: string]: string } {
9033
9078
  return {
9034
9079
  headers: 'headers',
@@ -9095,9 +9140,9 @@ export class DescribeWebPreciseAccessRuleResponseBody extends $tea.Model {
9095
9140
  }
9096
9141
 
9097
9142
  export class DescribeWebPreciseAccessRuleResponse extends $tea.Model {
9098
- headers: { [key: string]: string };
9099
- statusCode: number;
9100
- body: DescribeWebPreciseAccessRuleResponseBody;
9143
+ headers?: { [key: string]: string };
9144
+ statusCode?: number;
9145
+ body?: DescribeWebPreciseAccessRuleResponseBody;
9101
9146
  static names(): { [key: string]: string } {
9102
9147
  return {
9103
9148
  headers: 'headers',
@@ -9176,9 +9221,9 @@ export class DescribeWebReportTopIpResponseBody extends $tea.Model {
9176
9221
  }
9177
9222
 
9178
9223
  export class DescribeWebReportTopIpResponse extends $tea.Model {
9179
- headers: { [key: string]: string };
9180
- statusCode: number;
9181
- body: DescribeWebReportTopIpResponseBody;
9224
+ headers?: { [key: string]: string };
9225
+ statusCode?: number;
9226
+ body?: DescribeWebReportTopIpResponseBody;
9182
9227
  static names(): { [key: string]: string } {
9183
9228
  return {
9184
9229
  headers: 'headers',
@@ -9263,9 +9308,9 @@ export class DescribeWebRulesResponseBody extends $tea.Model {
9263
9308
  }
9264
9309
 
9265
9310
  export class DescribeWebRulesResponse extends $tea.Model {
9266
- headers: { [key: string]: string };
9267
- statusCode: number;
9268
- body: DescribeWebRulesResponseBody;
9311
+ headers?: { [key: string]: string };
9312
+ statusCode?: number;
9313
+ body?: DescribeWebRulesResponseBody;
9269
9314
  static names(): { [key: string]: string } {
9270
9315
  return {
9271
9316
  headers: 'headers',
@@ -9335,9 +9380,9 @@ export class DetachSceneDefenseObjectResponseBody extends $tea.Model {
9335
9380
  }
9336
9381
 
9337
9382
  export class DetachSceneDefenseObjectResponse extends $tea.Model {
9338
- headers: { [key: string]: string };
9339
- statusCode: number;
9340
- body: DetachSceneDefenseObjectResponseBody;
9383
+ headers?: { [key: string]: string };
9384
+ statusCode?: number;
9385
+ body?: DetachSceneDefenseObjectResponseBody;
9341
9386
  static names(): { [key: string]: string } {
9342
9387
  return {
9343
9388
  headers: 'headers',
@@ -9401,9 +9446,9 @@ export class DisableSceneDefensePolicyResponseBody extends $tea.Model {
9401
9446
  }
9402
9447
 
9403
9448
  export class DisableSceneDefensePolicyResponse extends $tea.Model {
9404
- headers: { [key: string]: string };
9405
- statusCode: number;
9406
- body: DisableSceneDefensePolicyResponseBody;
9449
+ headers?: { [key: string]: string };
9450
+ statusCode?: number;
9451
+ body?: DisableSceneDefensePolicyResponseBody;
9407
9452
  static names(): { [key: string]: string } {
9408
9453
  return {
9409
9454
  headers: 'headers',
@@ -9467,9 +9512,9 @@ export class DisableWebAccessLogConfigResponseBody extends $tea.Model {
9467
9512
  }
9468
9513
 
9469
9514
  export class DisableWebAccessLogConfigResponse extends $tea.Model {
9470
- headers: { [key: string]: string };
9471
- statusCode: number;
9472
- body: DisableWebAccessLogConfigResponseBody;
9515
+ headers?: { [key: string]: string };
9516
+ statusCode?: number;
9517
+ body?: DisableWebAccessLogConfigResponseBody;
9473
9518
  static names(): { [key: string]: string } {
9474
9519
  return {
9475
9520
  headers: 'headers',
@@ -9533,9 +9578,9 @@ export class DisableWebCCResponseBody extends $tea.Model {
9533
9578
  }
9534
9579
 
9535
9580
  export class DisableWebCCResponse extends $tea.Model {
9536
- headers: { [key: string]: string };
9537
- statusCode: number;
9538
- body: DisableWebCCResponseBody;
9581
+ headers?: { [key: string]: string };
9582
+ statusCode?: number;
9583
+ body?: DisableWebCCResponseBody;
9539
9584
  static names(): { [key: string]: string } {
9540
9585
  return {
9541
9586
  headers: 'headers',
@@ -9599,9 +9644,9 @@ export class DisableWebCCRuleResponseBody extends $tea.Model {
9599
9644
  }
9600
9645
 
9601
9646
  export class DisableWebCCRuleResponse extends $tea.Model {
9602
- headers: { [key: string]: string };
9603
- statusCode: number;
9604
- body: DisableWebCCRuleResponseBody;
9647
+ headers?: { [key: string]: string };
9648
+ statusCode?: number;
9649
+ body?: DisableWebCCRuleResponseBody;
9605
9650
  static names(): { [key: string]: string } {
9606
9651
  return {
9607
9652
  headers: 'headers',
@@ -9662,9 +9707,9 @@ export class EmptyAutoCcBlacklistResponseBody extends $tea.Model {
9662
9707
  }
9663
9708
 
9664
9709
  export class EmptyAutoCcBlacklistResponse extends $tea.Model {
9665
- headers: { [key: string]: string };
9666
- statusCode: number;
9667
- body: EmptyAutoCcBlacklistResponseBody;
9710
+ headers?: { [key: string]: string };
9711
+ statusCode?: number;
9712
+ body?: EmptyAutoCcBlacklistResponseBody;
9668
9713
  static names(): { [key: string]: string } {
9669
9714
  return {
9670
9715
  headers: 'headers',
@@ -9725,9 +9770,9 @@ export class EmptyAutoCcWhitelistResponseBody extends $tea.Model {
9725
9770
  }
9726
9771
 
9727
9772
  export class EmptyAutoCcWhitelistResponse extends $tea.Model {
9728
- headers: { [key: string]: string };
9729
- statusCode: number;
9730
- body: EmptyAutoCcWhitelistResponseBody;
9773
+ headers?: { [key: string]: string };
9774
+ statusCode?: number;
9775
+ body?: EmptyAutoCcWhitelistResponseBody;
9731
9776
  static names(): { [key: string]: string } {
9732
9777
  return {
9733
9778
  headers: 'headers',
@@ -9788,9 +9833,9 @@ export class EmptySlsLogstoreResponseBody extends $tea.Model {
9788
9833
  }
9789
9834
 
9790
9835
  export class EmptySlsLogstoreResponse extends $tea.Model {
9791
- headers: { [key: string]: string };
9792
- statusCode: number;
9793
- body: EmptySlsLogstoreResponseBody;
9836
+ headers?: { [key: string]: string };
9837
+ statusCode?: number;
9838
+ body?: EmptySlsLogstoreResponseBody;
9794
9839
  static names(): { [key: string]: string } {
9795
9840
  return {
9796
9841
  headers: 'headers',
@@ -9854,9 +9899,9 @@ export class EnableSceneDefensePolicyResponseBody extends $tea.Model {
9854
9899
  }
9855
9900
 
9856
9901
  export class EnableSceneDefensePolicyResponse extends $tea.Model {
9857
- headers: { [key: string]: string };
9858
- statusCode: number;
9859
- body: EnableSceneDefensePolicyResponseBody;
9902
+ headers?: { [key: string]: string };
9903
+ statusCode?: number;
9904
+ body?: EnableSceneDefensePolicyResponseBody;
9860
9905
  static names(): { [key: string]: string } {
9861
9906
  return {
9862
9907
  headers: 'headers',
@@ -9920,9 +9965,9 @@ export class EnableWebAccessLogConfigResponseBody extends $tea.Model {
9920
9965
  }
9921
9966
 
9922
9967
  export class EnableWebAccessLogConfigResponse extends $tea.Model {
9923
- headers: { [key: string]: string };
9924
- statusCode: number;
9925
- body: EnableWebAccessLogConfigResponseBody;
9968
+ headers?: { [key: string]: string };
9969
+ statusCode?: number;
9970
+ body?: EnableWebAccessLogConfigResponseBody;
9926
9971
  static names(): { [key: string]: string } {
9927
9972
  return {
9928
9973
  headers: 'headers',
@@ -9986,9 +10031,9 @@ export class EnableWebCCResponseBody extends $tea.Model {
9986
10031
  }
9987
10032
 
9988
10033
  export class EnableWebCCResponse extends $tea.Model {
9989
- headers: { [key: string]: string };
9990
- statusCode: number;
9991
- body: EnableWebCCResponseBody;
10034
+ headers?: { [key: string]: string };
10035
+ statusCode?: number;
10036
+ body?: EnableWebCCResponseBody;
9992
10037
  static names(): { [key: string]: string } {
9993
10038
  return {
9994
10039
  headers: 'headers',
@@ -10052,9 +10097,9 @@ export class EnableWebCCRuleResponseBody extends $tea.Model {
10052
10097
  }
10053
10098
 
10054
10099
  export class EnableWebCCRuleResponse extends $tea.Model {
10055
- headers: { [key: string]: string };
10056
- statusCode: number;
10057
- body: EnableWebCCRuleResponseBody;
10100
+ headers?: { [key: string]: string };
10101
+ statusCode?: number;
10102
+ body?: EnableWebCCRuleResponseBody;
10058
10103
  static names(): { [key: string]: string } {
10059
10104
  return {
10060
10105
  headers: 'headers',
@@ -10118,9 +10163,9 @@ export class ModifyBizBandWidthModeResponseBody extends $tea.Model {
10118
10163
  }
10119
10164
 
10120
10165
  export class ModifyBizBandWidthModeResponse extends $tea.Model {
10121
- headers: { [key: string]: string };
10122
- statusCode: number;
10123
- body: ModifyBizBandWidthModeResponseBody;
10166
+ headers?: { [key: string]: string };
10167
+ statusCode?: number;
10168
+ body?: ModifyBizBandWidthModeResponseBody;
10124
10169
  static names(): { [key: string]: string } {
10125
10170
  return {
10126
10171
  headers: 'headers',
@@ -10184,9 +10229,9 @@ export class ModifyBlackholeStatusResponseBody extends $tea.Model {
10184
10229
  }
10185
10230
 
10186
10231
  export class ModifyBlackholeStatusResponse extends $tea.Model {
10187
- headers: { [key: string]: string };
10188
- statusCode: number;
10189
- body: ModifyBlackholeStatusResponseBody;
10232
+ headers?: { [key: string]: string };
10233
+ statusCode?: number;
10234
+ body?: ModifyBlackholeStatusResponseBody;
10190
10235
  static names(): { [key: string]: string } {
10191
10236
  return {
10192
10237
  headers: 'headers',
@@ -10256,9 +10301,9 @@ export class ModifyBlockStatusResponseBody extends $tea.Model {
10256
10301
  }
10257
10302
 
10258
10303
  export class ModifyBlockStatusResponse extends $tea.Model {
10259
- headers: { [key: string]: string };
10260
- statusCode: number;
10261
- body: ModifyBlockStatusResponseBody;
10304
+ headers?: { [key: string]: string };
10305
+ statusCode?: number;
10306
+ body?: ModifyBlockStatusResponseBody;
10262
10307
  static names(): { [key: string]: string } {
10263
10308
  return {
10264
10309
  headers: 'headers',
@@ -10328,9 +10373,9 @@ export class ModifyCnameReuseResponseBody extends $tea.Model {
10328
10373
  }
10329
10374
 
10330
10375
  export class ModifyCnameReuseResponse extends $tea.Model {
10331
- headers: { [key: string]: string };
10332
- statusCode: number;
10333
- body: ModifyCnameReuseResponseBody;
10376
+ headers?: { [key: string]: string };
10377
+ statusCode?: number;
10378
+ body?: ModifyCnameReuseResponseBody;
10334
10379
  static names(): { [key: string]: string } {
10335
10380
  return {
10336
10381
  headers: 'headers',
@@ -10406,9 +10451,9 @@ export class ModifyDomainResourceResponseBody extends $tea.Model {
10406
10451
  }
10407
10452
 
10408
10453
  export class ModifyDomainResourceResponse extends $tea.Model {
10409
- headers: { [key: string]: string };
10410
- statusCode: number;
10411
- body: ModifyDomainResourceResponseBody;
10454
+ headers?: { [key: string]: string };
10455
+ statusCode?: number;
10456
+ body?: ModifyDomainResourceResponseBody;
10412
10457
  static names(): { [key: string]: string } {
10413
10458
  return {
10414
10459
  headers: 'headers',
@@ -10472,9 +10517,9 @@ export class ModifyElasticBandWidthResponseBody extends $tea.Model {
10472
10517
  }
10473
10518
 
10474
10519
  export class ModifyElasticBandWidthResponse extends $tea.Model {
10475
- headers: { [key: string]: string };
10476
- statusCode: number;
10477
- body: ModifyElasticBandWidthResponseBody;
10520
+ headers?: { [key: string]: string };
10521
+ statusCode?: number;
10522
+ body?: ModifyElasticBandWidthResponseBody;
10478
10523
  static names(): { [key: string]: string } {
10479
10524
  return {
10480
10525
  headers: 'headers',
@@ -10541,9 +10586,9 @@ export class ModifyElasticBizBandWidthResponseBody extends $tea.Model {
10541
10586
  }
10542
10587
 
10543
10588
  export class ModifyElasticBizBandWidthResponse extends $tea.Model {
10544
- headers: { [key: string]: string };
10545
- statusCode: number;
10546
- body: ModifyElasticBizBandWidthResponseBody;
10589
+ headers?: { [key: string]: string };
10590
+ statusCode?: number;
10591
+ body?: ModifyElasticBizBandWidthResponseBody;
10547
10592
  static names(): { [key: string]: string } {
10548
10593
  return {
10549
10594
  headers: 'headers',
@@ -10565,6 +10610,75 @@ export class ModifyElasticBizBandWidthResponse extends $tea.Model {
10565
10610
  }
10566
10611
  }
10567
10612
 
10613
+ export class ModifyElasticBizQpsRequest extends $tea.Model {
10614
+ instanceId?: string;
10615
+ mode?: string;
10616
+ opsElasticQps?: number;
10617
+ static names(): { [key: string]: string } {
10618
+ return {
10619
+ instanceId: 'InstanceId',
10620
+ mode: 'Mode',
10621
+ opsElasticQps: 'OpsElasticQps',
10622
+ };
10623
+ }
10624
+
10625
+ static types(): { [key: string]: any } {
10626
+ return {
10627
+ instanceId: 'string',
10628
+ mode: 'string',
10629
+ opsElasticQps: 'number',
10630
+ };
10631
+ }
10632
+
10633
+ constructor(map?: { [key: string]: any }) {
10634
+ super(map);
10635
+ }
10636
+ }
10637
+
10638
+ export class ModifyElasticBizQpsResponseBody extends $tea.Model {
10639
+ requestId?: string;
10640
+ static names(): { [key: string]: string } {
10641
+ return {
10642
+ requestId: 'RequestId',
10643
+ };
10644
+ }
10645
+
10646
+ static types(): { [key: string]: any } {
10647
+ return {
10648
+ requestId: 'string',
10649
+ };
10650
+ }
10651
+
10652
+ constructor(map?: { [key: string]: any }) {
10653
+ super(map);
10654
+ }
10655
+ }
10656
+
10657
+ export class ModifyElasticBizQpsResponse extends $tea.Model {
10658
+ headers?: { [key: string]: string };
10659
+ statusCode?: number;
10660
+ body?: ModifyElasticBizQpsResponseBody;
10661
+ static names(): { [key: string]: string } {
10662
+ return {
10663
+ headers: 'headers',
10664
+ statusCode: 'statusCode',
10665
+ body: 'body',
10666
+ };
10667
+ }
10668
+
10669
+ static types(): { [key: string]: any } {
10670
+ return {
10671
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
10672
+ statusCode: 'number',
10673
+ body: ModifyElasticBizQpsResponseBody,
10674
+ };
10675
+ }
10676
+
10677
+ constructor(map?: { [key: string]: any }) {
10678
+ super(map);
10679
+ }
10680
+ }
10681
+
10568
10682
  export class ModifyFullLogTtlRequest extends $tea.Model {
10569
10683
  resourceGroupId?: string;
10570
10684
  ttl?: number;
@@ -10607,9 +10721,9 @@ export class ModifyFullLogTtlResponseBody extends $tea.Model {
10607
10721
  }
10608
10722
 
10609
10723
  export class ModifyFullLogTtlResponse extends $tea.Model {
10610
- headers: { [key: string]: string };
10611
- statusCode: number;
10612
- body: ModifyFullLogTtlResponseBody;
10724
+ headers?: { [key: string]: string };
10725
+ statusCode?: number;
10726
+ body?: ModifyFullLogTtlResponseBody;
10613
10727
  static names(): { [key: string]: string } {
10614
10728
  return {
10615
10729
  headers: 'headers',
@@ -10676,9 +10790,9 @@ export class ModifyHeadersResponseBody extends $tea.Model {
10676
10790
  }
10677
10791
 
10678
10792
  export class ModifyHeadersResponse extends $tea.Model {
10679
- headers: { [key: string]: string };
10680
- statusCode: number;
10681
- body: ModifyHeadersResponseBody;
10793
+ headers?: { [key: string]: string };
10794
+ statusCode?: number;
10795
+ body?: ModifyHeadersResponseBody;
10682
10796
  static names(): { [key: string]: string } {
10683
10797
  return {
10684
10798
  headers: 'headers',
@@ -10748,9 +10862,9 @@ export class ModifyHealthCheckConfigResponseBody extends $tea.Model {
10748
10862
  }
10749
10863
 
10750
10864
  export class ModifyHealthCheckConfigResponse extends $tea.Model {
10751
- headers: { [key: string]: string };
10752
- statusCode: number;
10753
- body: ModifyHealthCheckConfigResponseBody;
10865
+ headers?: { [key: string]: string };
10866
+ statusCode?: number;
10867
+ body?: ModifyHealthCheckConfigResponseBody;
10754
10868
  static names(): { [key: string]: string } {
10755
10869
  return {
10756
10870
  headers: 'headers',
@@ -10817,9 +10931,9 @@ export class ModifyHttp2EnableResponseBody extends $tea.Model {
10817
10931
  }
10818
10932
 
10819
10933
  export class ModifyHttp2EnableResponse extends $tea.Model {
10820
- headers: { [key: string]: string };
10821
- statusCode: number;
10822
- body: ModifyHttp2EnableResponseBody;
10934
+ headers?: { [key: string]: string };
10935
+ statusCode?: number;
10936
+ body?: ModifyHttp2EnableResponseBody;
10823
10937
  static names(): { [key: string]: string } {
10824
10938
  return {
10825
10939
  headers: 'headers',
@@ -10883,9 +10997,9 @@ export class ModifyInstanceRemarkResponseBody extends $tea.Model {
10883
10997
  }
10884
10998
 
10885
10999
  export class ModifyInstanceRemarkResponse extends $tea.Model {
10886
- headers: { [key: string]: string };
10887
- statusCode: number;
10888
- body: ModifyInstanceRemarkResponseBody;
11000
+ headers?: { [key: string]: string };
11001
+ statusCode?: number;
11002
+ body?: ModifyInstanceRemarkResponseBody;
10889
11003
  static names(): { [key: string]: string } {
10890
11004
  return {
10891
11005
  headers: 'headers',
@@ -10955,9 +11069,9 @@ export class ModifyNetworkRuleAttributeResponseBody extends $tea.Model {
10955
11069
  }
10956
11070
 
10957
11071
  export class ModifyNetworkRuleAttributeResponse extends $tea.Model {
10958
- headers: { [key: string]: string };
10959
- statusCode: number;
10960
- body: ModifyNetworkRuleAttributeResponseBody;
11072
+ headers?: { [key: string]: string };
11073
+ statusCode?: number;
11074
+ body?: ModifyNetworkRuleAttributeResponseBody;
10961
11075
  static names(): { [key: string]: string } {
10962
11076
  return {
10963
11077
  headers: 'headers',
@@ -11021,9 +11135,9 @@ export class ModifyOcspStatusResponseBody extends $tea.Model {
11021
11135
  }
11022
11136
 
11023
11137
  export class ModifyOcspStatusResponse extends $tea.Model {
11024
- headers: { [key: string]: string };
11025
- statusCode: number;
11026
- body: ModifyOcspStatusResponseBody;
11138
+ headers?: { [key: string]: string };
11139
+ statusCode?: number;
11140
+ body?: ModifyOcspStatusResponseBody;
11027
11141
  static names(): { [key: string]: string } {
11028
11142
  return {
11029
11143
  headers: 'headers',
@@ -11045,29 +11159,98 @@ export class ModifyOcspStatusResponse extends $tea.Model {
11045
11159
  }
11046
11160
  }
11047
11161
 
11048
- export class ModifyPortRequest extends $tea.Model {
11049
- backendPort?: string;
11050
- frontendPort?: string;
11051
- frontendProtocol?: string;
11162
+ export class ModifyPortRequest extends $tea.Model {
11163
+ backendPort?: string;
11164
+ frontendPort?: string;
11165
+ frontendProtocol?: string;
11166
+ instanceId?: string;
11167
+ realServers?: string[];
11168
+ static names(): { [key: string]: string } {
11169
+ return {
11170
+ backendPort: 'BackendPort',
11171
+ frontendPort: 'FrontendPort',
11172
+ frontendProtocol: 'FrontendProtocol',
11173
+ instanceId: 'InstanceId',
11174
+ realServers: 'RealServers',
11175
+ };
11176
+ }
11177
+
11178
+ static types(): { [key: string]: any } {
11179
+ return {
11180
+ backendPort: 'string',
11181
+ frontendPort: 'string',
11182
+ frontendProtocol: 'string',
11183
+ instanceId: 'string',
11184
+ realServers: { 'type': 'array', 'itemType': 'string' },
11185
+ };
11186
+ }
11187
+
11188
+ constructor(map?: { [key: string]: any }) {
11189
+ super(map);
11190
+ }
11191
+ }
11192
+
11193
+ export class ModifyPortResponseBody extends $tea.Model {
11194
+ requestId?: string;
11195
+ static names(): { [key: string]: string } {
11196
+ return {
11197
+ requestId: 'RequestId',
11198
+ };
11199
+ }
11200
+
11201
+ static types(): { [key: string]: any } {
11202
+ return {
11203
+ requestId: 'string',
11204
+ };
11205
+ }
11206
+
11207
+ constructor(map?: { [key: string]: any }) {
11208
+ super(map);
11209
+ }
11210
+ }
11211
+
11212
+ export class ModifyPortResponse extends $tea.Model {
11213
+ headers?: { [key: string]: string };
11214
+ statusCode?: number;
11215
+ body?: ModifyPortResponseBody;
11216
+ static names(): { [key: string]: string } {
11217
+ return {
11218
+ headers: 'headers',
11219
+ statusCode: 'statusCode',
11220
+ body: 'body',
11221
+ };
11222
+ }
11223
+
11224
+ static types(): { [key: string]: any } {
11225
+ return {
11226
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11227
+ statusCode: 'number',
11228
+ body: ModifyPortResponseBody,
11229
+ };
11230
+ }
11231
+
11232
+ constructor(map?: { [key: string]: any }) {
11233
+ super(map);
11234
+ }
11235
+ }
11236
+
11237
+ export class ModifyPortAutoCcStatusRequest extends $tea.Model {
11052
11238
  instanceId?: string;
11053
- realServers?: string[];
11239
+ mode?: string;
11240
+ switch?: string;
11054
11241
  static names(): { [key: string]: string } {
11055
11242
  return {
11056
- backendPort: 'BackendPort',
11057
- frontendPort: 'FrontendPort',
11058
- frontendProtocol: 'FrontendProtocol',
11059
11243
  instanceId: 'InstanceId',
11060
- realServers: 'RealServers',
11244
+ mode: 'Mode',
11245
+ switch: 'Switch',
11061
11246
  };
11062
11247
  }
11063
11248
 
11064
11249
  static types(): { [key: string]: any } {
11065
11250
  return {
11066
- backendPort: 'string',
11067
- frontendPort: 'string',
11068
- frontendProtocol: 'string',
11069
11251
  instanceId: 'string',
11070
- realServers: { 'type': 'array', 'itemType': 'string' },
11252
+ mode: 'string',
11253
+ switch: 'string',
11071
11254
  };
11072
11255
  }
11073
11256
 
@@ -11076,7 +11259,7 @@ export class ModifyPortRequest extends $tea.Model {
11076
11259
  }
11077
11260
  }
11078
11261
 
11079
- export class ModifyPortResponseBody extends $tea.Model {
11262
+ export class ModifyPortAutoCcStatusResponseBody extends $tea.Model {
11080
11263
  requestId?: string;
11081
11264
  static names(): { [key: string]: string } {
11082
11265
  return {
@@ -11095,10 +11278,10 @@ export class ModifyPortResponseBody extends $tea.Model {
11095
11278
  }
11096
11279
  }
11097
11280
 
11098
- export class ModifyPortResponse extends $tea.Model {
11099
- headers: { [key: string]: string };
11100
- statusCode: number;
11101
- body: ModifyPortResponseBody;
11281
+ export class ModifyPortAutoCcStatusResponse extends $tea.Model {
11282
+ headers?: { [key: string]: string };
11283
+ statusCode?: number;
11284
+ body?: ModifyPortAutoCcStatusResponseBody;
11102
11285
  static names(): { [key: string]: string } {
11103
11286
  return {
11104
11287
  headers: 'headers',
@@ -11111,7 +11294,7 @@ export class ModifyPortResponse extends $tea.Model {
11111
11294
  return {
11112
11295
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11113
11296
  statusCode: 'number',
11114
- body: ModifyPortResponseBody,
11297
+ body: ModifyPortAutoCcStatusResponseBody,
11115
11298
  };
11116
11299
  }
11117
11300
 
@@ -11120,15 +11303,13 @@ export class ModifyPortResponse extends $tea.Model {
11120
11303
  }
11121
11304
  }
11122
11305
 
11123
- export class ModifyPortAutoCcStatusRequest extends $tea.Model {
11306
+ export class ModifyQpsModeRequest extends $tea.Model {
11124
11307
  instanceId?: string;
11125
11308
  mode?: string;
11126
- switch?: string;
11127
11309
  static names(): { [key: string]: string } {
11128
11310
  return {
11129
11311
  instanceId: 'InstanceId',
11130
11312
  mode: 'Mode',
11131
- switch: 'Switch',
11132
11313
  };
11133
11314
  }
11134
11315
 
@@ -11136,7 +11317,6 @@ export class ModifyPortAutoCcStatusRequest extends $tea.Model {
11136
11317
  return {
11137
11318
  instanceId: 'string',
11138
11319
  mode: 'string',
11139
- switch: 'string',
11140
11320
  };
11141
11321
  }
11142
11322
 
@@ -11145,7 +11325,7 @@ export class ModifyPortAutoCcStatusRequest extends $tea.Model {
11145
11325
  }
11146
11326
  }
11147
11327
 
11148
- export class ModifyPortAutoCcStatusResponseBody extends $tea.Model {
11328
+ export class ModifyQpsModeResponseBody extends $tea.Model {
11149
11329
  requestId?: string;
11150
11330
  static names(): { [key: string]: string } {
11151
11331
  return {
@@ -11164,10 +11344,10 @@ export class ModifyPortAutoCcStatusResponseBody extends $tea.Model {
11164
11344
  }
11165
11345
  }
11166
11346
 
11167
- export class ModifyPortAutoCcStatusResponse extends $tea.Model {
11168
- headers: { [key: string]: string };
11169
- statusCode: number;
11170
- body: ModifyPortAutoCcStatusResponseBody;
11347
+ export class ModifyQpsModeResponse extends $tea.Model {
11348
+ headers?: { [key: string]: string };
11349
+ statusCode?: number;
11350
+ body?: ModifyQpsModeResponseBody;
11171
11351
  static names(): { [key: string]: string } {
11172
11352
  return {
11173
11353
  headers: 'headers',
@@ -11180,7 +11360,7 @@ export class ModifyPortAutoCcStatusResponse extends $tea.Model {
11180
11360
  return {
11181
11361
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11182
11362
  statusCode: 'number',
11183
- body: ModifyPortAutoCcStatusResponseBody,
11363
+ body: ModifyQpsModeResponseBody,
11184
11364
  };
11185
11365
  }
11186
11366
 
@@ -11243,9 +11423,9 @@ export class ModifySceneDefensePolicyResponseBody extends $tea.Model {
11243
11423
  }
11244
11424
 
11245
11425
  export class ModifySceneDefensePolicyResponse extends $tea.Model {
11246
- headers: { [key: string]: string };
11247
- statusCode: number;
11248
- body: ModifySceneDefensePolicyResponseBody;
11426
+ headers?: { [key: string]: string };
11427
+ statusCode?: number;
11428
+ body?: ModifySceneDefensePolicyResponseBody;
11249
11429
  static names(): { [key: string]: string } {
11250
11430
  return {
11251
11431
  headers: 'headers',
@@ -11324,9 +11504,9 @@ export class ModifySchedulerRuleResponseBody extends $tea.Model {
11324
11504
  }
11325
11505
 
11326
11506
  export class ModifySchedulerRuleResponse extends $tea.Model {
11327
- headers: { [key: string]: string };
11328
- statusCode: number;
11329
- body: ModifySchedulerRuleResponseBody;
11507
+ headers?: { [key: string]: string };
11508
+ statusCode?: number;
11509
+ body?: ModifySchedulerRuleResponseBody;
11330
11510
  static names(): { [key: string]: string } {
11331
11511
  return {
11332
11512
  headers: 'headers',
@@ -11393,9 +11573,9 @@ export class ModifyTlsConfigResponseBody extends $tea.Model {
11393
11573
  }
11394
11574
 
11395
11575
  export class ModifyTlsConfigResponse extends $tea.Model {
11396
- headers: { [key: string]: string };
11397
- statusCode: number;
11398
- body: ModifyTlsConfigResponseBody;
11576
+ headers?: { [key: string]: string };
11577
+ statusCode?: number;
11578
+ body?: ModifyTlsConfigResponseBody;
11399
11579
  static names(): { [key: string]: string } {
11400
11580
  return {
11401
11581
  headers: 'headers',
@@ -11462,9 +11642,9 @@ export class ModifyWebAIProtectModeResponseBody extends $tea.Model {
11462
11642
  }
11463
11643
 
11464
11644
  export class ModifyWebAIProtectModeResponse extends $tea.Model {
11465
- headers: { [key: string]: string };
11466
- statusCode: number;
11467
- body: ModifyWebAIProtectModeResponseBody;
11645
+ headers?: { [key: string]: string };
11646
+ statusCode?: number;
11647
+ body?: ModifyWebAIProtectModeResponseBody;
11468
11648
  static names(): { [key: string]: string } {
11469
11649
  return {
11470
11650
  headers: 'headers',
@@ -11531,9 +11711,9 @@ export class ModifyWebAIProtectSwitchResponseBody extends $tea.Model {
11531
11711
  }
11532
11712
 
11533
11713
  export class ModifyWebAIProtectSwitchResponse extends $tea.Model {
11534
- headers: { [key: string]: string };
11535
- statusCode: number;
11536
- body: ModifyWebAIProtectSwitchResponseBody;
11714
+ headers?: { [key: string]: string };
11715
+ statusCode?: number;
11716
+ body?: ModifyWebAIProtectSwitchResponseBody;
11537
11717
  static names(): { [key: string]: string } {
11538
11718
  return {
11539
11719
  headers: 'headers',
@@ -11597,9 +11777,9 @@ export class ModifyWebAccessModeResponseBody extends $tea.Model {
11597
11777
  }
11598
11778
 
11599
11779
  export class ModifyWebAccessModeResponse extends $tea.Model {
11600
- headers: { [key: string]: string };
11601
- statusCode: number;
11602
- body: ModifyWebAccessModeResponseBody;
11780
+ headers?: { [key: string]: string };
11781
+ statusCode?: number;
11782
+ body?: ModifyWebAccessModeResponseBody;
11603
11783
  static names(): { [key: string]: string } {
11604
11784
  return {
11605
11785
  headers: 'headers',
@@ -11666,9 +11846,9 @@ export class ModifyWebAreaBlockResponseBody extends $tea.Model {
11666
11846
  }
11667
11847
 
11668
11848
  export class ModifyWebAreaBlockResponse extends $tea.Model {
11669
- headers: { [key: string]: string };
11670
- statusCode: number;
11671
- body: ModifyWebAreaBlockResponseBody;
11849
+ headers?: { [key: string]: string };
11850
+ statusCode?: number;
11851
+ body?: ModifyWebAreaBlockResponseBody;
11672
11852
  static names(): { [key: string]: string } {
11673
11853
  return {
11674
11854
  headers: 'headers',
@@ -11735,9 +11915,9 @@ export class ModifyWebAreaBlockSwitchResponseBody extends $tea.Model {
11735
11915
  }
11736
11916
 
11737
11917
  export class ModifyWebAreaBlockSwitchResponse extends $tea.Model {
11738
- headers: { [key: string]: string };
11739
- statusCode: number;
11740
- body: ModifyWebAreaBlockSwitchResponseBody;
11918
+ headers?: { [key: string]: string };
11919
+ statusCode?: number;
11920
+ body?: ModifyWebAreaBlockSwitchResponseBody;
11741
11921
  static names(): { [key: string]: string } {
11742
11922
  return {
11743
11923
  headers: 'headers',
@@ -11822,9 +12002,9 @@ export class ModifyWebCCRuleResponseBody extends $tea.Model {
11822
12002
  }
11823
12003
 
11824
12004
  export class ModifyWebCCRuleResponse extends $tea.Model {
11825
- headers: { [key: string]: string };
11826
- statusCode: number;
11827
- body: ModifyWebCCRuleResponseBody;
12005
+ headers?: { [key: string]: string };
12006
+ statusCode?: number;
12007
+ body?: ModifyWebCCRuleResponseBody;
11828
12008
  static names(): { [key: string]: string } {
11829
12009
  return {
11830
12010
  headers: 'headers',
@@ -11891,9 +12071,9 @@ export class ModifyWebCacheCustomRuleResponseBody extends $tea.Model {
11891
12071
  }
11892
12072
 
11893
12073
  export class ModifyWebCacheCustomRuleResponse extends $tea.Model {
11894
- headers: { [key: string]: string };
11895
- statusCode: number;
11896
- body: ModifyWebCacheCustomRuleResponseBody;
12074
+ headers?: { [key: string]: string };
12075
+ statusCode?: number;
12076
+ body?: ModifyWebCacheCustomRuleResponseBody;
11897
12077
  static names(): { [key: string]: string } {
11898
12078
  return {
11899
12079
  headers: 'headers',
@@ -11960,9 +12140,9 @@ export class ModifyWebCacheModeResponseBody extends $tea.Model {
11960
12140
  }
11961
12141
 
11962
12142
  export class ModifyWebCacheModeResponse extends $tea.Model {
11963
- headers: { [key: string]: string };
11964
- statusCode: number;
11965
- body: ModifyWebCacheModeResponseBody;
12143
+ headers?: { [key: string]: string };
12144
+ statusCode?: number;
12145
+ body?: ModifyWebCacheModeResponseBody;
11966
12146
  static names(): { [key: string]: string } {
11967
12147
  return {
11968
12148
  headers: 'headers',
@@ -12029,9 +12209,9 @@ export class ModifyWebCacheSwitchResponseBody extends $tea.Model {
12029
12209
  }
12030
12210
 
12031
12211
  export class ModifyWebCacheSwitchResponse extends $tea.Model {
12032
- headers: { [key: string]: string };
12033
- statusCode: number;
12034
- body: ModifyWebCacheSwitchResponseBody;
12212
+ headers?: { [key: string]: string };
12213
+ statusCode?: number;
12214
+ body?: ModifyWebCacheSwitchResponseBody;
12035
12215
  static names(): { [key: string]: string } {
12036
12216
  return {
12037
12217
  headers: 'headers',
@@ -12098,9 +12278,9 @@ export class ModifyWebIpSetSwitchResponseBody extends $tea.Model {
12098
12278
  }
12099
12279
 
12100
12280
  export class ModifyWebIpSetSwitchResponse extends $tea.Model {
12101
- headers: { [key: string]: string };
12102
- statusCode: number;
12103
- body: ModifyWebIpSetSwitchResponseBody;
12281
+ headers?: { [key: string]: string };
12282
+ statusCode?: number;
12283
+ body?: ModifyWebIpSetSwitchResponseBody;
12104
12284
  static names(): { [key: string]: string } {
12105
12285
  return {
12106
12286
  headers: 'headers',
@@ -12170,9 +12350,9 @@ export class ModifyWebPreciseAccessRuleResponseBody extends $tea.Model {
12170
12350
  }
12171
12351
 
12172
12352
  export class ModifyWebPreciseAccessRuleResponse extends $tea.Model {
12173
- headers: { [key: string]: string };
12174
- statusCode: number;
12175
- body: ModifyWebPreciseAccessRuleResponseBody;
12353
+ headers?: { [key: string]: string };
12354
+ statusCode?: number;
12355
+ body?: ModifyWebPreciseAccessRuleResponseBody;
12176
12356
  static names(): { [key: string]: string } {
12177
12357
  return {
12178
12358
  headers: 'headers',
@@ -12239,9 +12419,9 @@ export class ModifyWebPreciseAccessSwitchResponseBody extends $tea.Model {
12239
12419
  }
12240
12420
 
12241
12421
  export class ModifyWebPreciseAccessSwitchResponse extends $tea.Model {
12242
- headers: { [key: string]: string };
12243
- statusCode: number;
12244
- body: ModifyWebPreciseAccessSwitchResponseBody;
12422
+ headers?: { [key: string]: string };
12423
+ statusCode?: number;
12424
+ body?: ModifyWebPreciseAccessSwitchResponseBody;
12245
12425
  static names(): { [key: string]: string } {
12246
12426
  return {
12247
12427
  headers: 'headers',
@@ -12320,9 +12500,9 @@ export class ModifyWebRuleResponseBody extends $tea.Model {
12320
12500
  }
12321
12501
 
12322
12502
  export class ModifyWebRuleResponse extends $tea.Model {
12323
- headers: { [key: string]: string };
12324
- statusCode: number;
12325
- body: ModifyWebRuleResponseBody;
12503
+ headers?: { [key: string]: string };
12504
+ statusCode?: number;
12505
+ body?: ModifyWebRuleResponseBody;
12326
12506
  static names(): { [key: string]: string } {
12327
12507
  return {
12328
12508
  headers: 'headers',
@@ -12383,9 +12563,9 @@ export class ReleaseInstanceResponseBody extends $tea.Model {
12383
12563
  }
12384
12564
 
12385
12565
  export class ReleaseInstanceResponse extends $tea.Model {
12386
- headers: { [key: string]: string };
12387
- statusCode: number;
12388
- body: ReleaseInstanceResponseBody;
12566
+ headers?: { [key: string]: string };
12567
+ statusCode?: number;
12568
+ body?: ReleaseInstanceResponseBody;
12389
12569
  static names(): { [key: string]: string } {
12390
12570
  return {
12391
12571
  headers: 'headers',
@@ -12452,9 +12632,9 @@ export class SwitchSchedulerRuleResponseBody extends $tea.Model {
12452
12632
  }
12453
12633
 
12454
12634
  export class SwitchSchedulerRuleResponse extends $tea.Model {
12455
- headers: { [key: string]: string };
12456
- statusCode: number;
12457
- body: SwitchSchedulerRuleResponseBody;
12635
+ headers?: { [key: string]: string };
12636
+ statusCode?: number;
12637
+ body?: SwitchSchedulerRuleResponseBody;
12458
12638
  static names(): { [key: string]: string } {
12459
12639
  return {
12460
12640
  headers: 'headers',
@@ -13372,6 +13552,92 @@ export class DescribeDomainViewTopUrlResponseBodyUrlList extends $tea.Model {
13372
13552
  }
13373
13553
  }
13374
13554
 
13555
+ export class DescribeElasticQpsResponseBodyElasticQps extends $tea.Model {
13556
+ index?: number;
13557
+ maxNormalQps?: number;
13558
+ maxQps?: number;
13559
+ pv?: number;
13560
+ status2?: number;
13561
+ status3?: number;
13562
+ status4?: number;
13563
+ status5?: number;
13564
+ ups?: number;
13565
+ static names(): { [key: string]: string } {
13566
+ return {
13567
+ index: 'Index',
13568
+ maxNormalQps: 'MaxNormalQps',
13569
+ maxQps: 'MaxQps',
13570
+ pv: 'Pv',
13571
+ status2: 'Status2',
13572
+ status3: 'Status3',
13573
+ status4: 'Status4',
13574
+ status5: 'Status5',
13575
+ ups: 'Ups',
13576
+ };
13577
+ }
13578
+
13579
+ static types(): { [key: string]: any } {
13580
+ return {
13581
+ index: 'number',
13582
+ maxNormalQps: 'number',
13583
+ maxQps: 'number',
13584
+ pv: 'number',
13585
+ status2: 'number',
13586
+ status3: 'number',
13587
+ status4: 'number',
13588
+ status5: 'number',
13589
+ ups: 'number',
13590
+ };
13591
+ }
13592
+
13593
+ constructor(map?: { [key: string]: any }) {
13594
+ super(map);
13595
+ }
13596
+ }
13597
+
13598
+ export class DescribeElasticQpsRecordResponseBodyElasticQpsList extends $tea.Model {
13599
+ date?: number;
13600
+ instanceId?: string;
13601
+ ip?: string;
13602
+ opsElasticQps?: number;
13603
+ opsQps?: number;
13604
+ originQps?: number;
13605
+ qps?: number;
13606
+ qpsPeak?: number;
13607
+ status?: number;
13608
+ static names(): { [key: string]: string } {
13609
+ return {
13610
+ date: 'Date',
13611
+ instanceId: 'InstanceId',
13612
+ ip: 'Ip',
13613
+ opsElasticQps: 'OpsElasticQps',
13614
+ opsQps: 'OpsQps',
13615
+ originQps: 'OriginQps',
13616
+ qps: 'Qps',
13617
+ qpsPeak: 'QpsPeak',
13618
+ status: 'Status',
13619
+ };
13620
+ }
13621
+
13622
+ static types(): { [key: string]: any } {
13623
+ return {
13624
+ date: 'number',
13625
+ instanceId: 'string',
13626
+ ip: 'string',
13627
+ opsElasticQps: 'number',
13628
+ opsQps: 'number',
13629
+ originQps: 'number',
13630
+ qps: 'number',
13631
+ qpsPeak: 'number',
13632
+ status: 'number',
13633
+ };
13634
+ }
13635
+
13636
+ constructor(map?: { [key: string]: any }) {
13637
+ super(map);
13638
+ }
13639
+ }
13640
+
13375
13641
  export class DescribeHeadersResponseBodyCustomHeader extends $tea.Model {
13376
13642
  domain?: string;
13377
13643
  headers?: string;
@@ -14148,6 +14414,7 @@ export class DescribeNetworkRulesResponseBodyNetworkRules extends $tea.Model {
14148
14414
  isAutoCreate?: boolean;
14149
14415
  protocol?: string;
14150
14416
  realServers?: string[];
14417
+ remark?: string;
14151
14418
  static names(): { [key: string]: string } {
14152
14419
  return {
14153
14420
  backendPort: 'BackendPort',
@@ -14156,6 +14423,7 @@ export class DescribeNetworkRulesResponseBodyNetworkRules extends $tea.Model {
14156
14423
  isAutoCreate: 'IsAutoCreate',
14157
14424
  protocol: 'Protocol',
14158
14425
  realServers: 'RealServers',
14426
+ remark: 'Remark',
14159
14427
  };
14160
14428
  }
14161
14429
 
@@ -14167,6 +14435,7 @@ export class DescribeNetworkRulesResponseBodyNetworkRules extends $tea.Model {
14167
14435
  isAutoCreate: 'boolean',
14168
14436
  protocol: 'string',
14169
14437
  realServers: { 'type': 'array', 'itemType': 'string' },
14438
+ remark: 'string',
14170
14439
  };
14171
14440
  }
14172
14441
 
@@ -17963,47 +18232,6 @@ export default class Client extends OpenApi {
17963
18232
  return await this.describeDomainQPSListWithOptions(request, runtime);
17964
18233
  }
17965
18234
 
17966
- async describeDomainQpsWithCacheWithOptions(request: DescribeDomainQpsWithCacheRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainQpsWithCacheResponse> {
17967
- Util.validateModel(request);
17968
- let query = { };
17969
- if (!Util.isUnset(request.domain)) {
17970
- query["Domain"] = request.domain;
17971
- }
17972
-
17973
- if (!Util.isUnset(request.endTime)) {
17974
- query["EndTime"] = request.endTime;
17975
- }
17976
-
17977
- if (!Util.isUnset(request.resourceGroupId)) {
17978
- query["ResourceGroupId"] = request.resourceGroupId;
17979
- }
17980
-
17981
- if (!Util.isUnset(request.startTime)) {
17982
- query["StartTime"] = request.startTime;
17983
- }
17984
-
17985
- let req = new $OpenApi.OpenApiRequest({
17986
- query: OpenApiUtil.query(query),
17987
- });
17988
- let params = new $OpenApi.Params({
17989
- action: "DescribeDomainQpsWithCache",
17990
- version: "2020-01-01",
17991
- protocol: "HTTPS",
17992
- pathname: "/",
17993
- method: "POST",
17994
- authType: "AK",
17995
- style: "RPC",
17996
- reqBodyType: "formData",
17997
- bodyType: "json",
17998
- });
17999
- return $tea.cast<DescribeDomainQpsWithCacheResponse>(await this.callApi(params, req, runtime), new DescribeDomainQpsWithCacheResponse({}));
18000
- }
18001
-
18002
- async describeDomainQpsWithCache(request: DescribeDomainQpsWithCacheRequest): Promise<DescribeDomainQpsWithCacheResponse> {
18003
- let runtime = new $Util.RuntimeOptions({ });
18004
- return await this.describeDomainQpsWithCacheWithOptions(request, runtime);
18005
- }
18006
-
18007
18235
  /**
18008
18236
  * 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.
18009
18237
  * You can call this operation by using Terraform. For more information about Terraform, see [What is Terraform?](~~95820~~).
@@ -18471,6 +18699,88 @@ export default class Client extends OpenApi {
18471
18699
  return await this.describeElasticBandwidthSpecWithOptions(request, runtime);
18472
18700
  }
18473
18701
 
18702
+ async describeElasticQpsWithOptions(request: DescribeElasticQpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticQpsResponse> {
18703
+ Util.validateModel(request);
18704
+ let query = { };
18705
+ if (!Util.isUnset(request.endTime)) {
18706
+ query["EndTime"] = request.endTime;
18707
+ }
18708
+
18709
+ if (!Util.isUnset(request.interval)) {
18710
+ query["Interval"] = request.interval;
18711
+ }
18712
+
18713
+ if (!Util.isUnset(request.ip)) {
18714
+ query["Ip"] = request.ip;
18715
+ }
18716
+
18717
+ if (!Util.isUnset(request.region)) {
18718
+ query["Region"] = request.region;
18719
+ }
18720
+
18721
+ if (!Util.isUnset(request.startTime)) {
18722
+ query["StartTime"] = request.startTime;
18723
+ }
18724
+
18725
+ let req = new $OpenApi.OpenApiRequest({
18726
+ query: OpenApiUtil.query(query),
18727
+ });
18728
+ let params = new $OpenApi.Params({
18729
+ action: "DescribeElasticQps",
18730
+ version: "2020-01-01",
18731
+ protocol: "HTTPS",
18732
+ pathname: "/",
18733
+ method: "POST",
18734
+ authType: "AK",
18735
+ style: "RPC",
18736
+ reqBodyType: "formData",
18737
+ bodyType: "json",
18738
+ });
18739
+ return $tea.cast<DescribeElasticQpsResponse>(await this.callApi(params, req, runtime), new DescribeElasticQpsResponse({}));
18740
+ }
18741
+
18742
+ async describeElasticQps(request: DescribeElasticQpsRequest): Promise<DescribeElasticQpsResponse> {
18743
+ let runtime = new $Util.RuntimeOptions({ });
18744
+ return await this.describeElasticQpsWithOptions(request, runtime);
18745
+ }
18746
+
18747
+ async describeElasticQpsRecordWithOptions(request: DescribeElasticQpsRecordRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticQpsRecordResponse> {
18748
+ Util.validateModel(request);
18749
+ let query = { };
18750
+ if (!Util.isUnset(request.endTime)) {
18751
+ query["EndTime"] = request.endTime;
18752
+ }
18753
+
18754
+ if (!Util.isUnset(request.ip)) {
18755
+ query["Ip"] = request.ip;
18756
+ }
18757
+
18758
+ if (!Util.isUnset(request.startTime)) {
18759
+ query["StartTime"] = request.startTime;
18760
+ }
18761
+
18762
+ let req = new $OpenApi.OpenApiRequest({
18763
+ query: OpenApiUtil.query(query),
18764
+ });
18765
+ let params = new $OpenApi.Params({
18766
+ action: "DescribeElasticQpsRecord",
18767
+ version: "2020-01-01",
18768
+ protocol: "HTTPS",
18769
+ pathname: "/",
18770
+ method: "POST",
18771
+ authType: "AK",
18772
+ style: "RPC",
18773
+ reqBodyType: "formData",
18774
+ bodyType: "json",
18775
+ });
18776
+ return $tea.cast<DescribeElasticQpsRecordResponse>(await this.callApi(params, req, runtime), new DescribeElasticQpsRecordResponse({}));
18777
+ }
18778
+
18779
+ async describeElasticQpsRecord(request: DescribeElasticQpsRecordRequest): Promise<DescribeElasticQpsRecordResponse> {
18780
+ let runtime = new $Util.RuntimeOptions({ });
18781
+ return await this.describeElasticQpsRecordWithOptions(request, runtime);
18782
+ }
18783
+
18474
18784
  async describeHeadersWithOptions(request: DescribeHeadersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHeadersResponse> {
18475
18785
  Util.validateModel(request);
18476
18786
  let query = { };
@@ -21539,6 +21849,43 @@ export default class Client extends OpenApi {
21539
21849
  return await this.modifyElasticBizBandWidthWithOptions(request, runtime);
21540
21850
  }
21541
21851
 
21852
+ async modifyElasticBizQpsWithOptions(request: ModifyElasticBizQpsRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticBizQpsResponse> {
21853
+ Util.validateModel(request);
21854
+ let query = { };
21855
+ if (!Util.isUnset(request.instanceId)) {
21856
+ query["InstanceId"] = request.instanceId;
21857
+ }
21858
+
21859
+ if (!Util.isUnset(request.mode)) {
21860
+ query["Mode"] = request.mode;
21861
+ }
21862
+
21863
+ if (!Util.isUnset(request.opsElasticQps)) {
21864
+ query["OpsElasticQps"] = request.opsElasticQps;
21865
+ }
21866
+
21867
+ let req = new $OpenApi.OpenApiRequest({
21868
+ query: OpenApiUtil.query(query),
21869
+ });
21870
+ let params = new $OpenApi.Params({
21871
+ action: "ModifyElasticBizQps",
21872
+ version: "2020-01-01",
21873
+ protocol: "HTTPS",
21874
+ pathname: "/",
21875
+ method: "POST",
21876
+ authType: "AK",
21877
+ style: "RPC",
21878
+ reqBodyType: "formData",
21879
+ bodyType: "json",
21880
+ });
21881
+ return $tea.cast<ModifyElasticBizQpsResponse>(await this.callApi(params, req, runtime), new ModifyElasticBizQpsResponse({}));
21882
+ }
21883
+
21884
+ async modifyElasticBizQps(request: ModifyElasticBizQpsRequest): Promise<ModifyElasticBizQpsResponse> {
21885
+ let runtime = new $Util.RuntimeOptions({ });
21886
+ return await this.modifyElasticBizQpsWithOptions(request, runtime);
21887
+ }
21888
+
21542
21889
  async modifyFullLogTtlWithOptions(request: ModifyFullLogTtlRequest, runtime: $Util.RuntimeOptions): Promise<ModifyFullLogTtlResponse> {
21543
21890
  Util.validateModel(request);
21544
21891
  let query = { };
@@ -21915,6 +22262,39 @@ export default class Client extends OpenApi {
21915
22262
  return await this.modifyPortAutoCcStatusWithOptions(request, runtime);
21916
22263
  }
21917
22264
 
22265
+ async modifyQpsModeWithOptions(request: ModifyQpsModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyQpsModeResponse> {
22266
+ Util.validateModel(request);
22267
+ let query = { };
22268
+ if (!Util.isUnset(request.instanceId)) {
22269
+ query["InstanceId"] = request.instanceId;
22270
+ }
22271
+
22272
+ if (!Util.isUnset(request.mode)) {
22273
+ query["Mode"] = request.mode;
22274
+ }
22275
+
22276
+ let req = new $OpenApi.OpenApiRequest({
22277
+ query: OpenApiUtil.query(query),
22278
+ });
22279
+ let params = new $OpenApi.Params({
22280
+ action: "ModifyQpsMode",
22281
+ version: "2020-01-01",
22282
+ protocol: "HTTPS",
22283
+ pathname: "/",
22284
+ method: "POST",
22285
+ authType: "AK",
22286
+ style: "RPC",
22287
+ reqBodyType: "formData",
22288
+ bodyType: "json",
22289
+ });
22290
+ return $tea.cast<ModifyQpsModeResponse>(await this.callApi(params, req, runtime), new ModifyQpsModeResponse({}));
22291
+ }
22292
+
22293
+ async modifyQpsMode(request: ModifyQpsModeRequest): Promise<ModifyQpsModeResponse> {
22294
+ let runtime = new $Util.RuntimeOptions({ });
22295
+ return await this.modifyQpsModeWithOptions(request, runtime);
22296
+ }
22297
+
21918
22298
  async modifySceneDefensePolicyWithOptions(request: ModifySceneDefensePolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifySceneDefensePolicyResponse> {
21919
22299
  Util.validateModel(request);
21920
22300
  let query = { };