@alicloud/waf-openapi20211001 4.0.4 → 4.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/client.ts CHANGED
@@ -464,11 +464,11 @@ export class CreateDomainRequestListen extends $dara.Model {
464
464
  certId?: string;
465
465
  /**
466
466
  * @remarks
467
- * The type of cipher suite that you want to add. This parameter is available only if you specify **HttpsPorts**. Valid values:
467
+ * The type of the cipher suites that you want to add. This parameter is available only if you specify **HttpsPorts**. Valid values:
468
468
  *
469
- * * **1:** all cipher suites.
470
- * * **2:** strong cipher suites. You can select this value only if you set **TLSVersion** to **tlsv1.2**.
471
- * * **99:** custom cipher suites.
469
+ * * **1**: all cipher suites.
470
+ * * **2**: strong cipher suites. This value is available only if you set **TLSVersion** to **tlsv1.2**.
471
+ * * **99**: custom cipher suites.
472
472
  *
473
473
  * @example
474
474
  * 2
@@ -476,7 +476,7 @@ export class CreateDomainRequestListen extends $dara.Model {
476
476
  cipherSuite?: number;
477
477
  /**
478
478
  * @remarks
479
- * The custom cipher suite that you want to add.
479
+ * The custom cipher suites that you want to add.
480
480
  */
481
481
  customCiphers?: string[];
482
482
  /**
@@ -495,7 +495,7 @@ export class CreateDomainRequestListen extends $dara.Model {
495
495
  enableTLSv3?: boolean;
496
496
  /**
497
497
  * @remarks
498
- * Specifies whether to enable an exclusive IP address. This parameter is available only if you set **IPv6Enabled** to **false** and **ProtectionResource** to **share**. Valid values:
498
+ * Specifies whether to enable the exclusive IP address feature. This parameter is available only if you set **IPv6Enabled** to **false** and **ProtectionResource** to **share**. Valid values:
499
499
  *
500
500
  * * **true**
501
501
  * * **false** (default)
@@ -506,7 +506,7 @@ export class CreateDomainRequestListen extends $dara.Model {
506
506
  exclusiveIp?: boolean;
507
507
  /**
508
508
  * @remarks
509
- * Specifies whether to enable HTTP to HTTPS redirection. This parameter is available only if you specify HttpsPorts and leave HttpPorts empty. Valid values:
509
+ * Specifies whether to enable force redirect from HTTP to HTTPS for received requests. This parameter is available only if you specify HttpsPorts and leave HttpPorts empty. Valid values:
510
510
  *
511
511
  * * **true**
512
512
  * * **false**
@@ -528,17 +528,17 @@ export class CreateDomainRequestListen extends $dara.Model {
528
528
  http2Enabled?: boolean;
529
529
  /**
530
530
  * @remarks
531
- * The HTTP listener port.
531
+ * The HTTP listener ports.
532
532
  */
533
533
  httpPorts?: number[];
534
534
  /**
535
535
  * @remarks
536
- * The HTTPS listener port.
536
+ * The HTTPS listener ports.
537
537
  */
538
538
  httpsPorts?: number[];
539
539
  /**
540
540
  * @remarks
541
- * Specifies whether to enable IPv6. Valid values:
541
+ * Specifies whether to enable IPv6 protection. Valid values:
542
542
  *
543
543
  * * **true**
544
544
  * * **false** (default)
@@ -551,8 +551,8 @@ export class CreateDomainRequestListen extends $dara.Model {
551
551
  * @remarks
552
552
  * The type of the protection resource. Valid values:
553
553
  *
554
- * * **share:** a shared cluster. This is the default value.
555
- * * **gslb:** shared cluster-based intelligent load balancing.
554
+ * * **share** (default): a shared cluster.
555
+ * * **gslb**: shared cluster-based intelligent load balancing.
556
556
  *
557
557
  * @example
558
558
  * share
@@ -585,7 +585,7 @@ export class CreateDomainRequestListen extends $dara.Model {
585
585
  SM2CertId?: string;
586
586
  /**
587
587
  * @remarks
588
- * Specifies whether to enable the ShangMi (SM) certificate.
588
+ * Specifies whether to add an SM certificate.
589
589
  *
590
590
  * @example
591
591
  * true
@@ -596,7 +596,7 @@ export class CreateDomainRequestListen extends $dara.Model {
596
596
  SM2Enabled?: boolean;
597
597
  /**
598
598
  * @remarks
599
- * The version of the Transport Layer Security (TLS) protocol. This parameter is available only if you specify **HttpsPorts**. Valid values:
599
+ * The Transport Layer Security (TLS) version that you want to add. This parameter is available only if you specify **HttpsPorts**. Valid values:
600
600
  *
601
601
  * * **tlsv1**
602
602
  * * **tlsv1.1**
@@ -608,11 +608,11 @@ export class CreateDomainRequestListen extends $dara.Model {
608
608
  TLSVersion?: string;
609
609
  /**
610
610
  * @remarks
611
- * The method that you want WAF to use to obtain the actual IP address of a client. Valid values:
611
+ * The method that is used to obtain the originating IP address of a client. Valid values:
612
612
  *
613
- * * **0:** No Layer 7 proxies are deployed in front of WAF. This is the default value.
614
- * * **1:** WAF reads the first value of the X-Forwarded-For (XFF) header field as the IP address of the client.
615
- * * **2:** WAF reads the value of a custom header field as the IP address of the client.
613
+ * * **0** (default): Client traffic is not filtered by a Layer 7 proxy before the traffic reaches WAF.
614
+ * * **1**: WAF reads the first value of the X-Forwarded-For (XFF) header field as the originating IP address of the client.
615
+ * * **2**: WAF reads the value of a custom header field as the originating IP address of the client.
616
616
  *
617
617
  * @example
618
618
  * 1
@@ -620,7 +620,7 @@ export class CreateDomainRequestListen extends $dara.Model {
620
620
  xffHeaderMode?: number;
621
621
  /**
622
622
  * @remarks
623
- * The custom header field that you want WAF to use to obtain the actual IP address of a client.
623
+ * The custom header fields that are used to obtain the originating IP address of a client.
624
624
  */
625
625
  xffHeaders?: string[];
626
626
  static names(): { [key: string]: string } {
@@ -691,7 +691,7 @@ export class CreateDomainRequestListen extends $dara.Model {
691
691
  export class CreateDomainRequestRedirectRequestHeaders extends $dara.Model {
692
692
  /**
693
693
  * @remarks
694
- * The custom header field.
694
+ * The key of the custom header field.
695
695
  *
696
696
  * @example
697
697
  * aaa
@@ -734,6 +734,10 @@ export class CreateDomainRequestRedirect extends $dara.Model {
734
734
  * The IP addresses or domain names of the origin server.
735
735
  */
736
736
  backends?: string[];
737
+ /**
738
+ * @remarks
739
+ * The secondary IP addresses or domain names of the origin server.
740
+ */
737
741
  backupBackends?: string[];
738
742
  /**
739
743
  * @remarks
@@ -748,7 +752,7 @@ export class CreateDomainRequestRedirect extends $dara.Model {
748
752
  cnameEnabled?: boolean;
749
753
  /**
750
754
  * @remarks
751
- * The timeout period for connections. Unit: seconds. Valid values: 1 to 3600.
755
+ * The timeout period of connections. Unit: seconds. Valid values: 1 to 3600.
752
756
  *
753
757
  * @example
754
758
  * 120
@@ -756,7 +760,7 @@ export class CreateDomainRequestRedirect extends $dara.Model {
756
760
  connectTimeout?: number;
757
761
  /**
758
762
  * @remarks
759
- * Specifies whether to enable HTTPS to HTTP redirection for back-to-origin requests. This parameter is available only if you specify **HttpsPorts**. Valid values:
763
+ * Specifies whether to enable force redirect from HTTPS to HTTP for back-to-origin requests. This parameter is available only if you specify **HttpsPorts**. Valid values:
760
764
  *
761
765
  * * **true**
762
766
  * * **false**
@@ -780,7 +784,7 @@ export class CreateDomainRequestRedirect extends $dara.Model {
780
784
  * @remarks
781
785
  * The number of reused persistent connections. Valid values: 60 to 1000.
782
786
  *
783
- * > This parameter specifies the number of reused persistent connections after you enable the persistent connection feature.
787
+ * > This parameter specifies the number of persistent connections that can be reused after you enable the persistent connection feature.
784
788
  *
785
789
  * @example
786
790
  * 1000
@@ -788,9 +792,9 @@ export class CreateDomainRequestRedirect extends $dara.Model {
788
792
  keepaliveRequests?: number;
789
793
  /**
790
794
  * @remarks
791
- * The timeout period for idle persistent connections. Valid values: 1 to 60. Default value: 15. Unit: seconds.
795
+ * The timeout period of idle persistent connections. Valid values: 1 to 60. Default value: 15. Unit: seconds.
792
796
  *
793
- * > This parameter specifies the time for which a reused persistent connection can remain in the Idle state before the persistent connection is closed.
797
+ * > This parameter specifies the period of time after which an idle persistent connection is closed.
794
798
  *
795
799
  * @example
796
800
  * 15
@@ -802,7 +806,7 @@ export class CreateDomainRequestRedirect extends $dara.Model {
802
806
  *
803
807
  * * **iphash**
804
808
  * * **roundRobin**
805
- * * **leastTime** You can set the parameter to this value only if you set **ProtectionResource** to **gslb**.
809
+ * * **leastTime**: This value is available only if you set **ProtectionResource** to **gslb**.
806
810
  *
807
811
  * This parameter is required.
808
812
  *
@@ -812,7 +816,7 @@ export class CreateDomainRequestRedirect extends $dara.Model {
812
816
  loadbalance?: string;
813
817
  /**
814
818
  * @remarks
815
- * The timeout period for read connections. Unit: seconds. Valid values: 1 to 3600.
819
+ * The timeout period of read connections. Unit: seconds. Valid values: 1 to 3600.
816
820
  *
817
821
  * @example
818
822
  * 200
@@ -820,14 +824,14 @@ export class CreateDomainRequestRedirect extends $dara.Model {
820
824
  readTimeout?: number;
821
825
  /**
822
826
  * @remarks
823
- * The custom header field that you want to use to label requests that are processed by WAF.
827
+ * The custom header fields, which are key-value pairs. The fields are used to mark requests that pass through WAF.
824
828
  *
825
- * When a request passes through WAF, the custom header field is automatically used to label the request. This way, the backend service can identify requests that are processed by WAF.
829
+ * When a request passes through WAF, WAF automatically adds the custom header fields to the request to mark the request. This way, the backend service can identify requests that are processed by WAF.
826
830
  */
827
831
  requestHeaders?: CreateDomainRequestRedirectRequestHeaders[];
828
832
  /**
829
833
  * @remarks
830
- * Specifies whether WAF retries forwarding requests to the origin server when the requests fail to be forwarded to the origin server. Valid values:
834
+ * Specifies whether WAF retries if WAF fails to forward requests to the origin server. Valid values:
831
835
  *
832
836
  * * **true** (default)
833
837
  * * **false**
@@ -838,11 +842,11 @@ export class CreateDomainRequestRedirect extends $dara.Model {
838
842
  retry?: boolean;
839
843
  /**
840
844
  * @remarks
841
- * The forwarding rules that you want to configure for the domain name that you want to add to WAF in hybrid cloud mode. This parameter is a string that consists of JSON arrays. Each element in a JSON array is a JSON struct that contains the following fields:
845
+ * The forwarding rules for the hybrid cloud mode. The value is a string that consists of JSON arrays. Each element in a JSON array is a JSON struct that contains the following fields:
842
846
  *
843
- * * **rs**: the back-to-origin IP addresses or CNAMEs. The value must be of the ARRAY type.
844
- * * **location**: the name of the protection node. The value must be of the STRING type.
845
- * * **locationId**: the ID of the protection node. The value must be of the LONG type.
847
+ * * **rs**: the back-to-origin IP addresses or CNAMEs. Data type: array.
848
+ * * **location**: the name of the protection node. Data type: string.
849
+ * * **locationId**: the ID of the protection node. Data type: long.
846
850
  *
847
851
  * @example
848
852
  * [
@@ -858,7 +862,7 @@ export class CreateDomainRequestRedirect extends $dara.Model {
858
862
  routingRules?: string;
859
863
  /**
860
864
  * @remarks
861
- * Specifies whether to enable origin Server Name Indication (SNI). This parameter is available only if you specify **HttpsPorts**. Valid values:
865
+ * Specifies whether to enable the Server Name Indication (SNI) feature for back-to-origin requests. This parameter is available only if you specify **HttpsPorts**. Valid values:
862
866
  *
863
867
  * * **true**
864
868
  * * **false** (default)
@@ -869,7 +873,7 @@ export class CreateDomainRequestRedirect extends $dara.Model {
869
873
  sniEnabled?: boolean;
870
874
  /**
871
875
  * @remarks
872
- * The value of the SNI field. If you do not specify this parameter, the value of the **Host** field is automatically used. This parameter is optional. If you want WAF to use an SNI field value that is different from the Host field value in back-to-origin requests, you can specify a custom value for the SNI field.
876
+ * The custom value of the SNI field. If you do not specify this parameter, the value of the **Host** header field is automatically used. In most cases, you do not need to specify a custom value for the SNI field. However, if you want WAF to use an SNI field whose value is different from the value of the Host header field in back-to-origin requests, you can specify a custom value for the SNI field.
873
877
  *
874
878
  * > This parameter is required only if you set **SniEnabled** to **true**.
875
879
  *
@@ -879,7 +883,7 @@ export class CreateDomainRequestRedirect extends $dara.Model {
879
883
  sniHost?: string;
880
884
  /**
881
885
  * @remarks
882
- * The timeout period for write connections. Unit: seconds. Valid values: 1 to 3600.
886
+ * The timeout period of write connections. Unit: seconds. Valid values: 1 to 3600.
883
887
  *
884
888
  * @example
885
889
  * 200
@@ -887,7 +891,7 @@ export class CreateDomainRequestRedirect extends $dara.Model {
887
891
  writeTimeout?: number;
888
892
  /**
889
893
  * @remarks
890
- * Specifies whether to use X-Forward-For-Proto to pass the protocol used by WAF to forward requests to the origin server. Valid values:
894
+ * Specifies whether to use the X-Forward-For-Proto header field to pass the protocol used by WAF to forward requests to the origin server. Valid values:
891
895
  *
892
896
  * * **true** (default)
893
897
  * * **false**
@@ -959,7 +963,21 @@ export class CreateDomainRequestRedirect extends $dara.Model {
959
963
  }
960
964
 
961
965
  export class CreateDomainRequestTag extends $dara.Model {
966
+ /**
967
+ * @remarks
968
+ * The key of the tag.
969
+ *
970
+ * @example
971
+ * Tagkey1
972
+ */
962
973
  key?: string;
974
+ /**
975
+ * @remarks
976
+ * The value of the tag.
977
+ *
978
+ * @example
979
+ * TagValue1
980
+ */
963
981
  value?: string;
964
982
  static names(): { [key: string]: string } {
965
983
  return {
@@ -985,7 +1003,21 @@ export class CreateDomainRequestTag extends $dara.Model {
985
1003
  }
986
1004
 
987
1005
  export class CreateDomainShrinkRequestTag extends $dara.Model {
1006
+ /**
1007
+ * @remarks
1008
+ * The key of the tag.
1009
+ *
1010
+ * @example
1011
+ * Tagkey1
1012
+ */
988
1013
  key?: string;
1014
+ /**
1015
+ * @remarks
1016
+ * The value of the tag.
1017
+ *
1018
+ * @example
1019
+ * TagValue1
1020
+ */
989
1021
  value?: string;
990
1022
  static names(): { [key: string]: string } {
991
1023
  return {
@@ -1027,6 +1059,13 @@ export class CreateDomainResponseBodyDomainInfo extends $dara.Model {
1027
1059
  * www.aliyundoc.com
1028
1060
  */
1029
1061
  domain?: string;
1062
+ /**
1063
+ * @remarks
1064
+ * The name of the protected object that is generated.
1065
+ *
1066
+ * @example
1067
+ * www.aliyundoc.com-waf
1068
+ */
1030
1069
  domainId?: string;
1031
1070
  static names(): { [key: string]: string } {
1032
1071
  return {
@@ -1349,6 +1388,11 @@ export class DescribeApisecAbnormalsResponseBodyData extends $dara.Model {
1349
1388
  * 1684252800
1350
1389
  */
1351
1390
  lastestTime?: number;
1391
+ /**
1392
+ * @example
1393
+ * 1684252800
1394
+ */
1395
+ latestDiscoverTime?: number;
1352
1396
  /**
1353
1397
  * @remarks
1354
1398
  * The domain name or IP address of the API.
@@ -1407,6 +1451,7 @@ export class DescribeApisecAbnormalsResponseBodyData extends $dara.Model {
1407
1451
  follow: 'Follow',
1408
1452
  ignoreTime: 'IgnoreTime',
1409
1453
  lastestTime: 'LastestTime',
1454
+ latestDiscoverTime: 'LatestDiscoverTime',
1410
1455
  matchedHost: 'MatchedHost',
1411
1456
  note: 'Note',
1412
1457
  origin: 'Origin',
@@ -1431,6 +1476,7 @@ export class DescribeApisecAbnormalsResponseBodyData extends $dara.Model {
1431
1476
  follow: 'number',
1432
1477
  ignoreTime: 'number',
1433
1478
  lastestTime: 'number',
1479
+ latestDiscoverTime: 'number',
1434
1480
  matchedHost: 'string',
1435
1481
  note: 'string',
1436
1482
  origin: 'string',
@@ -1665,6 +1711,11 @@ export class DescribeApisecApiResourcesResponseBodyData extends $dara.Model {
1665
1711
  * Password changed
1666
1712
  */
1667
1713
  note?: string;
1714
+ /**
1715
+ * @remarks
1716
+ * The list of protection objects corresponding to this asset.
1717
+ */
1718
+ resources?: string[];
1668
1719
  static names(): { [key: string]: string } {
1669
1720
  return {
1670
1721
  abnormalNum: 'AbnormalNum',
@@ -1689,6 +1740,7 @@ export class DescribeApisecApiResourcesResponseBodyData extends $dara.Model {
1689
1740
  lastestTs: 'LastestTs',
1690
1741
  matchedHost: 'MatchedHost',
1691
1742
  note: 'Note',
1743
+ resources: 'Resources',
1692
1744
  };
1693
1745
  }
1694
1746
 
@@ -1716,6 +1768,7 @@ export class DescribeApisecApiResourcesResponseBodyData extends $dara.Model {
1716
1768
  lastestTs: 'number',
1717
1769
  matchedHost: 'string',
1718
1770
  note: 'string',
1771
+ resources: { 'type': 'array', 'itemType': 'string' },
1719
1772
  };
1720
1773
  }
1721
1774
 
@@ -1723,6 +1776,9 @@ export class DescribeApisecApiResourcesResponseBodyData extends $dara.Model {
1723
1776
  if(Array.isArray(this.examples)) {
1724
1777
  $dara.Model.validateArray(this.examples);
1725
1778
  }
1779
+ if(Array.isArray(this.resources)) {
1780
+ $dara.Model.validateArray(this.resources);
1781
+ }
1726
1782
  super.validate();
1727
1783
  }
1728
1784
 
@@ -1865,6 +1921,7 @@ export class DescribeApisecEventsResponseBodyData extends $dara.Model {
1865
1921
  /**
1866
1922
  * @remarks
1867
1923
  * The number of attacks.
1924
+ * >Notice: The parameter has been deprecated, please use the Attackips parameter.
1868
1925
  *
1869
1926
  * @example
1870
1927
  * 10
@@ -1933,6 +1990,11 @@ export class DescribeApisecEventsResponseBodyData extends $dara.Model {
1933
1990
  * [{\\"ip\\":\\"72.*.*.119\\",\\"country_id\\":\\"US\\",\\"region_id\\":\\"\\",\\"cnt\\":\\"2100\\"}]
1934
1991
  */
1935
1992
  attackIpInfo?: string;
1993
+ /**
1994
+ * @remarks
1995
+ * The source IP addresses of the attacks.
1996
+ */
1997
+ attackIps?: string[];
1936
1998
  /**
1937
1999
  * @remarks
1938
2000
  * The end of the time range to query. This value is a UNIX timestamp in UTC. Unit: seconds.
@@ -2083,6 +2145,7 @@ export class DescribeApisecEventsResponseBodyData extends $dara.Model {
2083
2145
  attackCntInfo: 'AttackCntInfo',
2084
2146
  attackIp: 'AttackIp',
2085
2147
  attackIpInfo: 'AttackIpInfo',
2148
+ attackIps: 'AttackIps',
2086
2149
  endTs: 'EndTs',
2087
2150
  eventId: 'EventId',
2088
2151
  eventInfo: 'EventInfo',
@@ -2111,6 +2174,7 @@ export class DescribeApisecEventsResponseBodyData extends $dara.Model {
2111
2174
  attackCntInfo: 'string',
2112
2175
  attackIp: 'string',
2113
2176
  attackIpInfo: 'string',
2177
+ attackIps: { 'type': 'array', 'itemType': 'string' },
2114
2178
  endTs: 'number',
2115
2179
  eventId: 'string',
2116
2180
  eventInfo: 'string',
@@ -2130,6 +2194,9 @@ export class DescribeApisecEventsResponseBodyData extends $dara.Model {
2130
2194
  }
2131
2195
 
2132
2196
  validate() {
2197
+ if(Array.isArray(this.attackIps)) {
2198
+ $dara.Model.validateArray(this.attackIps);
2199
+ }
2133
2200
  super.validate();
2134
2201
  }
2135
2202
 
@@ -2541,6 +2608,14 @@ export class DescribeApisecSensitiveDomainStatisticResponseBodyData extends $dar
2541
2608
  }
2542
2609
 
2543
2610
  export class DescribeApisecStatisticsResponseBodyData extends $dara.Model {
2611
+ /**
2612
+ * @remarks
2613
+ * The number of handled events.
2614
+ *
2615
+ * @example
2616
+ * 1
2617
+ */
2618
+ actioned?: number;
2544
2619
  /**
2545
2620
  * @remarks
2546
2621
  * The number of APIs.
@@ -2663,6 +2738,7 @@ export class DescribeApisecStatisticsResponseBodyData extends $dara.Model {
2663
2738
  total?: number;
2664
2739
  static names(): { [key: string]: string } {
2665
2740
  return {
2741
+ actioned: 'Actioned',
2666
2742
  api: 'Api',
2667
2743
  confirmed: 'Confirmed',
2668
2744
  domain: 'Domain',
@@ -2683,6 +2759,7 @@ export class DescribeApisecStatisticsResponseBodyData extends $dara.Model {
2683
2759
 
2684
2760
  static types(): { [key: string]: any } {
2685
2761
  return {
2762
+ actioned: 'number',
2686
2763
  api: 'number',
2687
2764
  confirmed: 'number',
2688
2765
  domain: 'number',
@@ -3800,6 +3877,32 @@ export class DescribeDefaultHttpsResponseBodyDefaultHttps extends $dara.Model {
3800
3877
  }
3801
3878
  }
3802
3879
 
3880
+ export class DescribeDefenseResourceResponseBodyResourceResponseHeaders extends $dara.Model {
3881
+ key?: string;
3882
+ value?: string;
3883
+ static names(): { [key: string]: string } {
3884
+ return {
3885
+ key: 'Key',
3886
+ value: 'Value',
3887
+ };
3888
+ }
3889
+
3890
+ static types(): { [key: string]: any } {
3891
+ return {
3892
+ key: 'string',
3893
+ value: 'string',
3894
+ };
3895
+ }
3896
+
3897
+ validate() {
3898
+ super.validate();
3899
+ }
3900
+
3901
+ constructor(map?: { [key: string]: any }) {
3902
+ super(map);
3903
+ }
3904
+ }
3905
+
3803
3906
  export class DescribeDefenseResourceResponseBodyResource extends $dara.Model {
3804
3907
  /**
3805
3908
  * @remarks
@@ -3935,6 +4038,7 @@ export class DescribeDefenseResourceResponseBodyResource extends $dara.Model {
3935
4038
  * custom
3936
4039
  */
3937
4040
  resourceOrigin?: string;
4041
+ responseHeaders?: DescribeDefenseResourceResponseBodyResourceResponseHeaders[];
3938
4042
  /**
3939
4043
  * @remarks
3940
4044
  * Indicates whether a Layer 7 proxy is deployed in front of WAF, such as Anti-DDoS Proxy and Alibaba Cloud CDN. Valid values:
@@ -3963,6 +4067,7 @@ export class DescribeDefenseResourceResponseBodyResource extends $dara.Model {
3963
4067
  resourceGroup: 'ResourceGroup',
3964
4068
  resourceManagerResourceGroupId: 'ResourceManagerResourceGroupId',
3965
4069
  resourceOrigin: 'ResourceOrigin',
4070
+ responseHeaders: 'ResponseHeaders',
3966
4071
  xffStatus: 'XffStatus',
3967
4072
  };
3968
4073
  }
@@ -3984,6 +4089,7 @@ export class DescribeDefenseResourceResponseBodyResource extends $dara.Model {
3984
4089
  resourceGroup: 'string',
3985
4090
  resourceManagerResourceGroupId: 'string',
3986
4091
  resourceOrigin: 'string',
4092
+ responseHeaders: { 'type': 'array', 'itemType': DescribeDefenseResourceResponseBodyResourceResponseHeaders },
3987
4093
  xffStatus: 'number',
3988
4094
  };
3989
4095
  }
@@ -3995,6 +4101,9 @@ export class DescribeDefenseResourceResponseBodyResource extends $dara.Model {
3995
4101
  if(this.detail) {
3996
4102
  $dara.Model.validateMap(this.detail);
3997
4103
  }
4104
+ if(Array.isArray(this.responseHeaders)) {
4105
+ $dara.Model.validateArray(this.responseHeaders);
4106
+ }
3998
4107
  super.validate();
3999
4108
  }
4000
4109
 
@@ -4314,6 +4423,32 @@ export class DescribeDefenseResourcesRequestTag extends $dara.Model {
4314
4423
  }
4315
4424
  }
4316
4425
 
4426
+ export class DescribeDefenseResourcesResponseBodyResourcesResponseHeaders extends $dara.Model {
4427
+ key?: string;
4428
+ value?: string;
4429
+ static names(): { [key: string]: string } {
4430
+ return {
4431
+ key: 'Key',
4432
+ value: 'Value',
4433
+ };
4434
+ }
4435
+
4436
+ static types(): { [key: string]: any } {
4437
+ return {
4438
+ key: 'string',
4439
+ value: 'string',
4440
+ };
4441
+ }
4442
+
4443
+ validate() {
4444
+ super.validate();
4445
+ }
4446
+
4447
+ constructor(map?: { [key: string]: any }) {
4448
+ super(map);
4449
+ }
4450
+ }
4451
+
4317
4452
  export class DescribeDefenseResourcesResponseBodyResources extends $dara.Model {
4318
4453
  /**
4319
4454
  * @remarks
@@ -4438,6 +4573,7 @@ export class DescribeDefenseResourcesResponseBodyResources extends $dara.Model {
4438
4573
  * custom
4439
4574
  */
4440
4575
  resourceOrigin?: string;
4576
+ responseHeaders?: DescribeDefenseResourcesResponseBodyResourcesResponseHeaders[];
4441
4577
  /**
4442
4578
  * @remarks
4443
4579
  * Indicates whether the X-Forwarded-For (XFF) header is used.
@@ -4463,6 +4599,7 @@ export class DescribeDefenseResourcesResponseBodyResources extends $dara.Model {
4463
4599
  resourceGroup: 'ResourceGroup',
4464
4600
  resourceManagerResourceGroupId: 'ResourceManagerResourceGroupId',
4465
4601
  resourceOrigin: 'ResourceOrigin',
4602
+ responseHeaders: 'ResponseHeaders',
4466
4603
  xffStatus: 'XffStatus',
4467
4604
  };
4468
4605
  }
@@ -4484,6 +4621,7 @@ export class DescribeDefenseResourcesResponseBodyResources extends $dara.Model {
4484
4621
  resourceGroup: 'string',
4485
4622
  resourceManagerResourceGroupId: 'string',
4486
4623
  resourceOrigin: 'string',
4624
+ responseHeaders: { 'type': 'array', 'itemType': DescribeDefenseResourcesResponseBodyResourcesResponseHeaders },
4487
4625
  xffStatus: 'number',
4488
4626
  };
4489
4627
  }
@@ -4495,6 +4633,9 @@ export class DescribeDefenseResourcesResponseBodyResources extends $dara.Model {
4495
4633
  if(this.detail) {
4496
4634
  $dara.Model.validateMap(this.detail);
4497
4635
  }
4636
+ if(Array.isArray(this.responseHeaders)) {
4637
+ $dara.Model.validateArray(this.responseHeaders);
4638
+ }
4498
4639
  super.validate();
4499
4640
  }
4500
4641
 
@@ -9757,10 +9898,19 @@ export class DescribeSensitiveRequestLogResponseBodyData extends $dara.Model {
9757
9898
  requestTime?: number;
9758
9899
  /**
9759
9900
  * @remarks
9760
- * The sensitive data.
9901
+ * The sensitive data. The value of this parameter is a JSON string that contains multiple parameters. The Key of JSON is the sensitive information type identifier (including default and custom types), and the Value is the sensitive information data list.
9902
+ * > You can call the [DescribeApisecRules](https://help.aliyun.com/document_detail/2859155.html) operation to query the supported types of sensitive data.
9761
9903
  *
9762
9904
  * @example
9763
- * A0Y5MPH3P
9905
+ * {
9906
+ * "1000":[
9907
+ * "90.88.49.19",
9908
+ * "90.88.49.19"
9909
+ * ],
9910
+ * "835436":[
9911
+ * "www.abc.com"
9912
+ * ]
9913
+ * }
9764
9914
  */
9765
9915
  sensitiveList?: string;
9766
9916
  /**
@@ -11086,6 +11236,32 @@ export class ModifyCloudResourceRequestRedirect extends $dara.Model {
11086
11236
  }
11087
11237
  }
11088
11238
 
11239
+ export class ModifyDefenseResourceXffRequestResponseHeaders extends $dara.Model {
11240
+ key?: string;
11241
+ value?: string;
11242
+ static names(): { [key: string]: string } {
11243
+ return {
11244
+ key: 'Key',
11245
+ value: 'Value',
11246
+ };
11247
+ }
11248
+
11249
+ static types(): { [key: string]: any } {
11250
+ return {
11251
+ key: 'string',
11252
+ value: 'string',
11253
+ };
11254
+ }
11255
+
11256
+ validate() {
11257
+ super.validate();
11258
+ }
11259
+
11260
+ constructor(map?: { [key: string]: any }) {
11261
+ super(map);
11262
+ }
11263
+ }
11264
+
11089
11265
  export class ModifyDomainRequestListen extends $dara.Model {
11090
11266
  /**
11091
11267
  * @remarks
@@ -11097,11 +11273,11 @@ export class ModifyDomainRequestListen extends $dara.Model {
11097
11273
  certId?: string;
11098
11274
  /**
11099
11275
  * @remarks
11100
- * The type of cipher suite that you want to add. This parameter is available only when you specify the **HttpsPorts** parameter. Valid values:
11276
+ * The type of the cipher suites that you want to add. This parameter is available only if you specify **HttpsPorts**. Valid values:
11101
11277
  *
11102
- * * **1:** all cipher suites.
11103
- * * **2:** strong cipher suites. You can select this value only when you set the **TLSVersion** parameter to **tlsv1.2**.
11104
- * * **99:** custom cipher suites.
11278
+ * * **1**: all cipher suites.
11279
+ * * **2**: strong cipher suites. This value is available only if you set **TLSVersion** to **tlsv1.2**.
11280
+ * * **99**: custom cipher suites.
11105
11281
  *
11106
11282
  * @example
11107
11283
  * 2
@@ -11109,15 +11285,15 @@ export class ModifyDomainRequestListen extends $dara.Model {
11109
11285
  cipherSuite?: number;
11110
11286
  /**
11111
11287
  * @remarks
11112
- * The custom cipher suites that you want to add. This parameter is available only when you set the **CipherSuite** parameter to **99**.
11288
+ * The custom cipher suites that you want to add. This parameter is available only if you set **CipherSuite** to **99**.
11113
11289
  */
11114
11290
  customCiphers?: string[];
11115
11291
  /**
11116
11292
  * @remarks
11117
- * Specifies whether to support TLS 1.3. This parameter is available only when you specify the **HttpsPorts** parameter. Valid values:
11293
+ * Specifies whether to support TLS 1.3. This parameter is available only if you specify **HttpsPorts**. Valid values:
11118
11294
  *
11119
- * * **true:** supports TLS 1.3.
11120
- * * **false:** does not support TLS 1.3.
11295
+ * * **true**
11296
+ * * **false**
11121
11297
  *
11122
11298
  * @example
11123
11299
  * true
@@ -11125,10 +11301,10 @@ export class ModifyDomainRequestListen extends $dara.Model {
11125
11301
  enableTLSv3?: boolean;
11126
11302
  /**
11127
11303
  * @remarks
11128
- * Specifies whether to enable an exclusive IP address for the domain name. This parameter is available only when you set the **IPv6Enabled** parameter to false and the **ProtectionResource** parameter to **share**. Valid values:
11304
+ * Specifies whether to enable the exclusive IP address feature. This parameter is available only if you set **IPv6Enabled** to false and **ProtectionResource** to **share**. Valid values:
11129
11305
  *
11130
- * * **true:** enables an exclusive IP address for the domain name.
11131
- * * **false:** does not enable an exclusive IP address for the domain name. This is the default value.
11306
+ * * **true**
11307
+ * * **false** (default)
11132
11308
  *
11133
11309
  * @example
11134
11310
  * true
@@ -11136,10 +11312,10 @@ export class ModifyDomainRequestListen extends $dara.Model {
11136
11312
  exclusiveIp?: boolean;
11137
11313
  /**
11138
11314
  * @remarks
11139
- * Specifies whether to enable HTTP to HTTPS redirection for the domain name. This parameter is available only when you specify the **HttpsPorts** parameter and leave the **HttpPorts** parameter empty. Valid values:
11315
+ * Specifies whether to enable force redirect from HTTP to HTTPS for received requests. This parameter is available only if you specify **HttpsPorts** and leave **HttpPorts** empty. Valid values:
11140
11316
  *
11141
- * * **true:** enables HTTP to HTTPS redirection.
11142
- * * **false:** disables HTTP to HTTPS redirection.
11317
+ * * **true**
11318
+ * * **false**
11143
11319
  *
11144
11320
  * @example
11145
11321
  * true
@@ -11147,10 +11323,10 @@ export class ModifyDomainRequestListen extends $dara.Model {
11147
11323
  focusHttps?: boolean;
11148
11324
  /**
11149
11325
  * @remarks
11150
- * Specifies whether to enable HTTP/2. This parameter is available only when you specify the **HttpsPorts** parameter. Valid values:
11326
+ * Specifies whether to enable HTTP/2. This parameter is available only if you specify **HttpsPorts**. Valid values:
11151
11327
  *
11152
- * * **true:** enables HTTP/2.
11153
- * * **false:** disables HTTP/2. This is the default value.
11328
+ * * **true**
11329
+ * * **false** (default)
11154
11330
  *
11155
11331
  * @example
11156
11332
  * true
@@ -11158,20 +11334,20 @@ export class ModifyDomainRequestListen extends $dara.Model {
11158
11334
  http2Enabled?: boolean;
11159
11335
  /**
11160
11336
  * @remarks
11161
- * An array of HTTP listener ports. Specify the value of this parameter in the [port1,port2,...] format.
11337
+ * The HTTP listener ports. Specify the value in the [**port1,port2,...**] format.
11162
11338
  */
11163
11339
  httpPorts?: number[];
11164
11340
  /**
11165
11341
  * @remarks
11166
- * An array of HTTPS listener ports. Specify the value of this parameter in the [port1,port2,...] format.
11342
+ * The HTTPS listener ports. Specify the value in the [**port1,port2,...**] format.
11167
11343
  */
11168
11344
  httpsPorts?: number[];
11169
11345
  /**
11170
11346
  * @remarks
11171
- * Specifies whether to enable IPv6. Valid values:
11347
+ * Specifies whether to enable IPv6 protection. Valid values:
11172
11348
  *
11173
- * * **true:** enables IPv6.
11174
- * * **false:** disables IPv6. This is the default value.
11349
+ * * **true**
11350
+ * * **false** (default)
11175
11351
  *
11176
11352
  * @example
11177
11353
  * true
@@ -11179,10 +11355,10 @@ export class ModifyDomainRequestListen extends $dara.Model {
11179
11355
  IPv6Enabled?: boolean;
11180
11356
  /**
11181
11357
  * @remarks
11182
- * The type of the protection resource that you want to use. Valid values:
11358
+ * The type of the protection resource. Valid values:
11183
11359
  *
11184
- * * **share:** shared cluster. This is the default value.
11185
- * * **gslb:** shared cluster-based intelligent load balancing.
11360
+ * * **share** (default): a shared cluster.
11361
+ * * **gslb**: shared cluster-based intelligent load balancing.
11186
11362
  *
11187
11363
  * @example
11188
11364
  * share
@@ -11209,10 +11385,7 @@ export class ModifyDomainRequestListen extends $dara.Model {
11209
11385
  SM2CertId?: string;
11210
11386
  /**
11211
11387
  * @remarks
11212
- * Indicates whether SM certificate-based verification is enabled. Valid values:
11213
- *
11214
- * * **true**
11215
- * * **false**
11388
+ * Specifies whether to add an SM certificate.
11216
11389
  *
11217
11390
  * @example
11218
11391
  * true
@@ -11220,7 +11393,7 @@ export class ModifyDomainRequestListen extends $dara.Model {
11220
11393
  SM2Enabled?: boolean;
11221
11394
  /**
11222
11395
  * @remarks
11223
- * The version of the Transport Layer Security (TLS) protocol. This parameter is available only when you specify the **HttpsPorts** parameter. Valid values:
11396
+ * The Transport Layer Security (TLS) version that you want to add. This parameter is available only if you specify **HttpsPorts**. Valid values:
11224
11397
  *
11225
11398
  * * **tlsv1**
11226
11399
  * * **tlsv1.1**
@@ -11232,11 +11405,11 @@ export class ModifyDomainRequestListen extends $dara.Model {
11232
11405
  TLSVersion?: string;
11233
11406
  /**
11234
11407
  * @remarks
11235
- * The method that you want WAF to use to obtain the actual IP address of a client. Valid values:
11408
+ * The method that is used to obtain the originating IP address of a client. Valid values:
11236
11409
  *
11237
- * * **0:** No Layer 7 proxies are deployed in front of WAF. This is the default value.
11238
- * * **1:** WAF reads the first value of the X-Forwarded-For (XFF) header field as the actual IP address of the client.
11239
- * * **2:** WAF reads the value of a custom header field as the actual IP address of the client.
11410
+ * * **0** (default): Client traffic is not filtered by a Layer 7 proxy before the traffic reaches WAF.
11411
+ * * **1**: WAF reads the first value of the X-Forwarded-For (XFF) header field as the originating IP address of the client.
11412
+ * * **2**: WAF reads the value of a custom header field as the originating IP address of the client.
11240
11413
  *
11241
11414
  * @example
11242
11415
  * 2
@@ -11244,9 +11417,9 @@ export class ModifyDomainRequestListen extends $dara.Model {
11244
11417
  xffHeaderMode?: number;
11245
11418
  /**
11246
11419
  * @remarks
11247
- * The custom header fields that you want to use to obtain the actual IP address of a client. Specify the value of this parameter in the ["header1","header2",...] format.
11420
+ * The custom header fields that are used to obtain the originating IP address of a client. Specify the value in the **["header1","header2",...]** format.
11248
11421
  *
11249
- * > If you set the **XffHeaderMode** parameter to 2, this parameter is required.
11422
+ * > This parameter is required only if you set **XffHeaderMode** to 2.
11250
11423
  */
11251
11424
  xffHeaders?: string[];
11252
11425
  static names(): { [key: string]: string } {
@@ -11357,12 +11530,16 @@ export class ModifyDomainRequestRedirectRequestHeaders extends $dara.Model {
11357
11530
  export class ModifyDomainRequestRedirect extends $dara.Model {
11358
11531
  /**
11359
11532
  * @remarks
11360
- * The IP addresses or domain names of the origin server. You can use only one of the address types. If you use the domain name type, the domain name can be resolved only to an IPv4 address.
11533
+ * The IP addresses or domain names of the origin server. You cannot specify both IP addresses and domain names. If you specify domain names, the domain names can be resolved only to IPv4 addresses.
11361
11534
  *
11362
- * * If you use the IP address type, specify the value in the ["ip1","ip2",...] format. You can enter up to 20 IP addresses.
11363
- * * If you use the domain name type, specify the value in the ["domain"] format. You can enter up to 20 domain names.
11535
+ * * If you specify IP addresses, specify the value in the **["ip1","ip2",...]** format. You can enter up to 20 IP addresses.
11536
+ * * If you specify domain names, specify the value in the **["domain"]** format. You can enter up to 20 domain names.
11364
11537
  */
11365
11538
  backends?: string[];
11539
+ /**
11540
+ * @remarks
11541
+ * The secondary IP addresses or domain names of the origin server.
11542
+ */
11366
11543
  backupBackends?: string[];
11367
11544
  /**
11368
11545
  * @remarks
@@ -11377,7 +11554,7 @@ export class ModifyDomainRequestRedirect extends $dara.Model {
11377
11554
  cnameEnabled?: boolean;
11378
11555
  /**
11379
11556
  * @remarks
11380
- * The timeout period for connections. Unit: seconds. Valid values: 1 to 3600.
11557
+ * The timeout period of connections. Unit: seconds. Valid values: 1 to 3600.
11381
11558
  *
11382
11559
  * @example
11383
11560
  * 120
@@ -11385,7 +11562,7 @@ export class ModifyDomainRequestRedirect extends $dara.Model {
11385
11562
  connectTimeout?: number;
11386
11563
  /**
11387
11564
  * @remarks
11388
- * Specifies whether to enable HTTPS to HTTP redirection for back-to-origin requests. This parameter is available only if you specify **HttpsPorts**. Valid values:
11565
+ * Specifies whether to enable force redirect from HTTPS to HTTP for back-to-origin requests. This parameter is available only if you specify **HttpsPorts**. Valid values:
11389
11566
  *
11390
11567
  * * **true**
11391
11568
  * * **false**
@@ -11409,7 +11586,7 @@ export class ModifyDomainRequestRedirect extends $dara.Model {
11409
11586
  * @remarks
11410
11587
  * The number of reused persistent connections. Valid values: 60 to 1000.
11411
11588
  *
11412
- * > This parameter specifies the number of reused persistent connections after you enable the persistent connection feature.
11589
+ * > This parameter specifies the number of persistent connections that can be reused after you enable the persistent connection feature.
11413
11590
  *
11414
11591
  * @example
11415
11592
  * 1000
@@ -11417,9 +11594,9 @@ export class ModifyDomainRequestRedirect extends $dara.Model {
11417
11594
  keepaliveRequests?: number;
11418
11595
  /**
11419
11596
  * @remarks
11420
- * The timeout period for idle persistent connections. Valid values: 1 to 60. Default value: 15. Unit: seconds.
11597
+ * The timeout period of idle persistent connections. Valid values: 1 to 60. Default value: 15. Unit: seconds.
11421
11598
  *
11422
- * > This parameter specifies the time for which a reused persistent connection can remain in the Idle state before the persistent connection is released.
11599
+ * > This parameter specifies the period of time after which an idle persistent connection is closed.
11423
11600
  *
11424
11601
  * @example
11425
11602
  * 15
@@ -11429,9 +11606,9 @@ export class ModifyDomainRequestRedirect extends $dara.Model {
11429
11606
  * @remarks
11430
11607
  * The load balancing algorithm that you want to use to forward requests to the origin server. Valid values:
11431
11608
  *
11432
- * * **ip_hash**
11609
+ * * **iphash**
11433
11610
  * * **roundRobin**
11434
- * * **leastTime** You can set the parameter to this value only if you set **ProtectionResource** to **gslb**.
11611
+ * * **leastTime**: This value is available only if you set **ProtectionResource** to **gslb**.
11435
11612
  *
11436
11613
  * This parameter is required.
11437
11614
  *
@@ -11441,7 +11618,7 @@ export class ModifyDomainRequestRedirect extends $dara.Model {
11441
11618
  loadbalance?: string;
11442
11619
  /**
11443
11620
  * @remarks
11444
- * The timeout period for read connections. Unit: seconds. Valid values: 1 to 3600.
11621
+ * The timeout period of read connections. Unit: seconds. Valid values: 1 to 3600.
11445
11622
  *
11446
11623
  * @example
11447
11624
  * 200
@@ -11449,14 +11626,14 @@ export class ModifyDomainRequestRedirect extends $dara.Model {
11449
11626
  readTimeout?: number;
11450
11627
  /**
11451
11628
  * @remarks
11452
- * The custom header field that you want to use to label requests that are processed by WAF.
11629
+ * The custom header fields, which are key-value pairs. The fields are used to mark requests that pass through WAF.
11453
11630
  *
11454
- * When a request passes through WAF, the custom header field is automatically used to label the request. This way, the backend service can identify requests that are processed by WAF.
11631
+ * When a request passes through WAF, WAF automatically adds the custom header fields to the request to mark the request. This way, the backend service can identify requests that are processed by WAF.
11455
11632
  */
11456
11633
  requestHeaders?: ModifyDomainRequestRedirectRequestHeaders[];
11457
11634
  /**
11458
11635
  * @remarks
11459
- * Specifies whether WAF retries forwarding requests to the origin server when the requests fail to be forwarded to the origin server. Valid values:
11636
+ * Specifies whether WAF retries if WAF fails to forward requests to the origin server. Valid values:
11460
11637
  *
11461
11638
  * * **true** (default)
11462
11639
  * * **false**
@@ -11467,11 +11644,11 @@ export class ModifyDomainRequestRedirect extends $dara.Model {
11467
11644
  retry?: boolean;
11468
11645
  /**
11469
11646
  * @remarks
11470
- * The forwarding rules that you want to configure for the domain name that you want to add to WAF in hybrid cloud mode. This parameter is a string that consists of JSON arrays. Each element in a JSON array is a JSON struct that contains the following fields:
11647
+ * The forwarding rules for the hybrid cloud mode. The value is a string that consists of JSON arrays. Each element in a JSON array is a JSON struct that contains the following fields:
11471
11648
  *
11472
- * * **rs**: the back-to-origin IP addresses or CNAMEs. The value must be of the ARRAY type.
11473
- * * **location**: the name of the protection node. The value must be of the STRING type.
11474
- * * **locationId**: the ID of the protection node. The value must be of the LONG type.
11649
+ * * **rs**: the back-to-origin IP addresses or CNAMEs. Data type: array.
11650
+ * * **location**: the name of the protection node. Data type: string.
11651
+ * * **locationId**: the ID of the protection node. Data type: long.
11475
11652
  *
11476
11653
  * @example
11477
11654
  * [
@@ -11487,7 +11664,7 @@ export class ModifyDomainRequestRedirect extends $dara.Model {
11487
11664
  routingRules?: string;
11488
11665
  /**
11489
11666
  * @remarks
11490
- * Specifies whether to enable origin Server Name Indication (SNI). This parameter is available only if you specify **HttpsPorts**. Valid values:
11667
+ * Specifies whether to enable the Server Name Indication (SNI) feature for back-to-origin requests. This parameter is available only if you specify **HttpsPorts**. Valid values:
11491
11668
  *
11492
11669
  * * **true**
11493
11670
  * * **false** (default)
@@ -11498,9 +11675,9 @@ export class ModifyDomainRequestRedirect extends $dara.Model {
11498
11675
  sniEnabled?: boolean;
11499
11676
  /**
11500
11677
  * @remarks
11501
- * The value of the SNI field. If you do not specify this parameter, the value of the **Host** field is automatically used. This parameter is optional. If you want WAF to use an SNI field value that is different from the Host field value in back-to-origin requests, you can specify a custom value for the SNI field.
11678
+ * The custom value of the SNI field. If you do not specify this parameter, the value of the **Host** header field is automatically used. In most cases, you do not need to specify a custom value for the SNI field. However, if you want WAF to use an SNI field whose value is different from the value of the Host header field in back-to-origin requests, you can specify a custom value for the SNI field.
11502
11679
  *
11503
- * > This parameter is required only if you set **SniEnalbed** to xxx.
11680
+ * > This parameter is required only if you set **SniEnabled** to true.
11504
11681
  *
11505
11682
  * @example
11506
11683
  * www.aliyundoc.com
@@ -11508,7 +11685,7 @@ export class ModifyDomainRequestRedirect extends $dara.Model {
11508
11685
  sniHost?: string;
11509
11686
  /**
11510
11687
  * @remarks
11511
- * The timeout period for write connections. Unit: seconds. Valid values: 1 to 3600.
11688
+ * The timeout period of write connections. Unit: seconds. Valid values: 1 to 3600.
11512
11689
  *
11513
11690
  * @example
11514
11691
  * 200
@@ -11516,7 +11693,7 @@ export class ModifyDomainRequestRedirect extends $dara.Model {
11516
11693
  writeTimeout?: number;
11517
11694
  /**
11518
11695
  * @remarks
11519
- * Specifies whether to use the X-Forward-For-Proto header to identify the protocol used by WAF to forward requests to the origin server. Valid values:
11696
+ * Specifies whether to use the X-Forward-For-Proto header field to pass the protocol used by WAF to forward requests to the origin server. Valid values:
11520
11697
  *
11521
11698
  * * **true** (default)
11522
11699
  * * **false**
@@ -13142,14 +13319,14 @@ export class CreateDomainRequest extends $dara.Model {
13142
13319
  instanceId?: string;
13143
13320
  /**
13144
13321
  * @remarks
13145
- * The configurations of the listeners.
13322
+ * The listener configurations.
13146
13323
  *
13147
13324
  * This parameter is required.
13148
13325
  */
13149
13326
  listen?: CreateDomainRequestListen;
13150
13327
  /**
13151
13328
  * @remarks
13152
- * The configurations of the forwarding rule.
13329
+ * The forwarding configurations.
13153
13330
  *
13154
13331
  * This parameter is required.
13155
13332
  */
@@ -13175,6 +13352,10 @@ export class CreateDomainRequest extends $dara.Model {
13175
13352
  * rg-acfm***q
13176
13353
  */
13177
13354
  resourceManagerResourceGroupId?: string;
13355
+ /**
13356
+ * @remarks
13357
+ * The tags. You can specify up to 20 tags.
13358
+ */
13178
13359
  tag?: CreateDomainRequestTag[];
13179
13360
  static names(): { [key: string]: string } {
13180
13361
  return {
@@ -13256,14 +13437,14 @@ export class CreateDomainShrinkRequest extends $dara.Model {
13256
13437
  instanceId?: string;
13257
13438
  /**
13258
13439
  * @remarks
13259
- * The configurations of the listeners.
13440
+ * The listener configurations.
13260
13441
  *
13261
13442
  * This parameter is required.
13262
13443
  */
13263
13444
  listenShrink?: string;
13264
13445
  /**
13265
13446
  * @remarks
13266
- * The configurations of the forwarding rule.
13447
+ * The forwarding configurations.
13267
13448
  *
13268
13449
  * This parameter is required.
13269
13450
  */
@@ -13289,6 +13470,10 @@ export class CreateDomainShrinkRequest extends $dara.Model {
13289
13470
  * rg-acfm***q
13290
13471
  */
13291
13472
  resourceManagerResourceGroupId?: string;
13473
+ /**
13474
+ * @remarks
13475
+ * The tags. You can specify up to 20 tags.
13476
+ */
13292
13477
  tag?: CreateDomainShrinkRequestTag[];
13293
13478
  static names(): { [key: string]: string } {
13294
13479
  return {
@@ -13331,7 +13516,7 @@ export class CreateDomainShrinkRequest extends $dara.Model {
13331
13516
  export class CreateDomainResponseBody extends $dara.Model {
13332
13517
  /**
13333
13518
  * @remarks
13334
- * The information about the domain name.
13519
+ * The information about the domain name that is added.
13335
13520
  */
13336
13521
  domainInfo?: CreateDomainResponseBodyDomainInfo;
13337
13522
  /**
@@ -16169,7 +16354,8 @@ export class DescribeApisecAbnormalsRequest extends $dara.Model {
16169
16354
  /**
16170
16355
  * @remarks
16171
16356
  * The ID of the hybrid cloud cluster.
16172
- * >For hybrid cloud scenarios only, you can call the [DescribeHybridCloudClusters](https://help.aliyun.com/document_detail/2849376.html) operation to query the hybrid cloud clusters.
16357
+ *
16358
+ * > This parameter is available only in hybrid cloud scenarios. You can call the [DescribeHybridCloudClusters](https://help.aliyun.com/document_detail/2849376.html) operation to query hybrid cloud clusters.
16173
16359
  *
16174
16360
  * @example
16175
16361
  * 546
@@ -16185,7 +16371,7 @@ export class DescribeApisecAbnormalsRequest extends $dara.Model {
16185
16371
  endTime?: string;
16186
16372
  /**
16187
16373
  * @remarks
16188
- * The ID of the Web Application Firewall (WAF) instance.
16374
+ * The ID of the WAF instance.
16189
16375
  *
16190
16376
  * > You can call the [DescribeInstance](https://help.aliyun.com/document_detail/433756.html) operation to query the ID of the WAF instance.
16191
16377
  *
@@ -16254,11 +16440,10 @@ export class DescribeApisecAbnormalsRequest extends $dara.Model {
16254
16440
  pageSize?: number;
16255
16441
  /**
16256
16442
  * @remarks
16257
- * The region in which the Web Application Firewall (WAF) instance is deployed. Valid values:
16258
- *
16259
- * * **cn-hangzhou**: Chinese mainland
16443
+ * The region ID of the WAF instance. Valid value:
16260
16444
  *
16261
- * * **ap-southeast-1**: outside the Chinese mainland
16445
+ * * **cn-hangzhou**: Chinese mainland.
16446
+ * * **ap-southeast-1**: outside the Chinese mainland.
16262
16447
  *
16263
16448
  * @example
16264
16449
  * cn-qingdao
@@ -26882,7 +27067,7 @@ export class DescribeProductInstancesResponse extends $dara.Model {
26882
27067
  export class DescribePunishedDomainsRequest extends $dara.Model {
26883
27068
  /**
26884
27069
  * @remarks
26885
- * The domain names.
27070
+ * The domain names that are added to WAF.
26886
27071
  */
26887
27072
  domains?: string[];
26888
27073
  /**
@@ -26897,6 +27082,10 @@ export class DescribePunishedDomainsRequest extends $dara.Model {
26897
27082
  * waf_v3prepaid_public_cn-uqm****qa07
26898
27083
  */
26899
27084
  instanceId?: string;
27085
+ /**
27086
+ * @example
27087
+ * beian
27088
+ */
26900
27089
  punishType?: string;
26901
27090
  /**
26902
27091
  * @remarks
@@ -30252,10 +30441,10 @@ export class DescribeSensitiveRequestLogRequest extends $dara.Model {
30252
30441
  pageSize?: number;
30253
30442
  /**
30254
30443
  * @remarks
30255
- * The region in which the Web Application Firewall (WAF) instance is deployed. Valid values:
30444
+ * The region ID of the WAF instance. Valid value:
30256
30445
  *
30257
- * * **cn-hangzhou**: Chinese mainland
30258
- * * **ap-southeast-1**: outside the Chinese mainland
30446
+ * * **cn-hangzhou**: Chinese mainland.
30447
+ * * **ap-southeast-1**: outside the Chinese mainland.
30259
30448
  *
30260
30449
  * @example
30261
30450
  * cn-hangzhou
@@ -35679,6 +35868,7 @@ export class ModifyDefenseResourceXffRequest extends $dara.Model {
35679
35868
  * rg-acfm2kie2****wq
35680
35869
  */
35681
35870
  resourceManagerResourceGroupId?: string;
35871
+ responseHeaders?: ModifyDefenseResourceXffRequestResponseHeaders[];
35682
35872
  /**
35683
35873
  * @remarks
35684
35874
  * Specifies whether a Layer 7 proxy is deployed in front of WAF. Layer 7 proxies include Anti-DDoS Proxy and Alibaba Cloud CDN. Valid values:
@@ -35702,6 +35892,7 @@ export class ModifyDefenseResourceXffRequest extends $dara.Model {
35702
35892
  regionId: 'RegionId',
35703
35893
  resource: 'Resource',
35704
35894
  resourceManagerResourceGroupId: 'ResourceManagerResourceGroupId',
35895
+ responseHeaders: 'ResponseHeaders',
35705
35896
  xffStatus: 'XffStatus',
35706
35897
  };
35707
35898
  }
@@ -35716,6 +35907,7 @@ export class ModifyDefenseResourceXffRequest extends $dara.Model {
35716
35907
  regionId: 'string',
35717
35908
  resource: 'string',
35718
35909
  resourceManagerResourceGroupId: 'string',
35910
+ responseHeaders: { 'type': 'array', 'itemType': ModifyDefenseResourceXffRequestResponseHeaders },
35719
35911
  xffStatus: 'number',
35720
35912
  };
35721
35913
  }
@@ -35724,6 +35916,9 @@ export class ModifyDefenseResourceXffRequest extends $dara.Model {
35724
35916
  if(Array.isArray(this.customHeaders)) {
35725
35917
  $dara.Model.validateArray(this.customHeaders);
35726
35918
  }
35919
+ if(Array.isArray(this.responseHeaders)) {
35920
+ $dara.Model.validateArray(this.responseHeaders);
35921
+ }
35727
35922
  super.validate();
35728
35923
  }
35729
35924
 
@@ -36597,14 +36792,14 @@ export class ModifyDomainRequest extends $dara.Model {
36597
36792
  instanceId?: string;
36598
36793
  /**
36599
36794
  * @remarks
36600
- * The configurations of the listeners.
36795
+ * The listener configurations.
36601
36796
  *
36602
36797
  * This parameter is required.
36603
36798
  */
36604
36799
  listen?: ModifyDomainRequestListen;
36605
36800
  /**
36606
36801
  * @remarks
36607
- * The configurations of the forwarding rule.
36802
+ * The forwarding configurations.
36608
36803
  *
36609
36804
  * This parameter is required.
36610
36805
  */
@@ -36694,14 +36889,14 @@ export class ModifyDomainShrinkRequest extends $dara.Model {
36694
36889
  instanceId?: string;
36695
36890
  /**
36696
36891
  * @remarks
36697
- * The configurations of the listeners.
36892
+ * The listener configurations.
36698
36893
  *
36699
36894
  * This parameter is required.
36700
36895
  */
36701
36896
  listenShrink?: string;
36702
36897
  /**
36703
36898
  * @remarks
36704
- * The configurations of the forwarding rule.
36899
+ * The forwarding configurations.
36705
36900
  *
36706
36901
  * This parameter is required.
36707
36902
  */
@@ -36758,7 +36953,7 @@ export class ModifyDomainResponseBody extends $dara.Model {
36758
36953
  domainInfo?: ModifyDomainResponseBodyDomainInfo;
36759
36954
  /**
36760
36955
  * @remarks
36761
- * The ID of the request.
36956
+ * The request ID.
36762
36957
  *
36763
36958
  * @example
36764
36959
  * D7861F61-5B61-46CE-A47C-6B19160D5EB0
@@ -39508,7 +39703,12 @@ export default class Client extends OpenApi {
39508
39703
  reqBodyType: "formData",
39509
39704
  bodyType: "json",
39510
39705
  });
39511
- return $dara.cast<ChangeResourceGroupResponse>(await this.callApi(params, req, runtime), new ChangeResourceGroupResponse({}));
39706
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
39707
+ return $dara.cast<ChangeResourceGroupResponse>(await this.callApi(params, req, runtime), new ChangeResourceGroupResponse({}));
39708
+ } else {
39709
+ return $dara.cast<ChangeResourceGroupResponse>(await this.execute(params, req, runtime), new ChangeResourceGroupResponse({}));
39710
+ }
39711
+
39512
39712
  }
39513
39713
 
39514
39714
  /**
@@ -39566,7 +39766,12 @@ export default class Client extends OpenApi {
39566
39766
  reqBodyType: "formData",
39567
39767
  bodyType: "json",
39568
39768
  });
39569
- return $dara.cast<ClearMajorProtectionBlackIpResponse>(await this.callApi(params, req, runtime), new ClearMajorProtectionBlackIpResponse({}));
39769
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
39770
+ return $dara.cast<ClearMajorProtectionBlackIpResponse>(await this.callApi(params, req, runtime), new ClearMajorProtectionBlackIpResponse({}));
39771
+ } else {
39772
+ return $dara.cast<ClearMajorProtectionBlackIpResponse>(await this.execute(params, req, runtime), new ClearMajorProtectionBlackIpResponse({}));
39773
+ }
39774
+
39570
39775
  }
39571
39776
 
39572
39777
  /**
@@ -39620,7 +39825,12 @@ export default class Client extends OpenApi {
39620
39825
  reqBodyType: "formData",
39621
39826
  bodyType: "json",
39622
39827
  });
39623
- return $dara.cast<CopyDefenseTemplateResponse>(await this.callApi(params, req, runtime), new CopyDefenseTemplateResponse({}));
39828
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
39829
+ return $dara.cast<CopyDefenseTemplateResponse>(await this.callApi(params, req, runtime), new CopyDefenseTemplateResponse({}));
39830
+ } else {
39831
+ return $dara.cast<CopyDefenseTemplateResponse>(await this.execute(params, req, runtime), new CopyDefenseTemplateResponse({}));
39832
+ }
39833
+
39624
39834
  }
39625
39835
 
39626
39836
  /**
@@ -39690,7 +39900,12 @@ export default class Client extends OpenApi {
39690
39900
  reqBodyType: "formData",
39691
39901
  bodyType: "json",
39692
39902
  });
39693
- return $dara.cast<CreateApiExportResponse>(await this.callApi(params, req, runtime), new CreateApiExportResponse({}));
39903
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
39904
+ return $dara.cast<CreateApiExportResponse>(await this.callApi(params, req, runtime), new CreateApiExportResponse({}));
39905
+ } else {
39906
+ return $dara.cast<CreateApiExportResponse>(await this.execute(params, req, runtime), new CreateApiExportResponse({}));
39907
+ }
39908
+
39694
39909
  }
39695
39910
 
39696
39911
  /**
@@ -39766,7 +39981,12 @@ export default class Client extends OpenApi {
39766
39981
  reqBodyType: "formData",
39767
39982
  bodyType: "json",
39768
39983
  });
39769
- return $dara.cast<CreateCloudResourceResponse>(await this.callApi(params, req, runtime), new CreateCloudResourceResponse({}));
39984
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
39985
+ return $dara.cast<CreateCloudResourceResponse>(await this.callApi(params, req, runtime), new CreateCloudResourceResponse({}));
39986
+ } else {
39987
+ return $dara.cast<CreateCloudResourceResponse>(await this.execute(params, req, runtime), new CreateCloudResourceResponse({}));
39988
+ }
39989
+
39770
39990
  }
39771
39991
 
39772
39992
  /**
@@ -39828,7 +40048,12 @@ export default class Client extends OpenApi {
39828
40048
  reqBodyType: "formData",
39829
40049
  bodyType: "json",
39830
40050
  });
39831
- return $dara.cast<CreateDefenseResourceGroupResponse>(await this.callApi(params, req, runtime), new CreateDefenseResourceGroupResponse({}));
40051
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
40052
+ return $dara.cast<CreateDefenseResourceGroupResponse>(await this.callApi(params, req, runtime), new CreateDefenseResourceGroupResponse({}));
40053
+ } else {
40054
+ return $dara.cast<CreateDefenseResourceGroupResponse>(await this.execute(params, req, runtime), new CreateDefenseResourceGroupResponse({}));
40055
+ }
40056
+
39832
40057
  }
39833
40058
 
39834
40059
  /**
@@ -39892,7 +40117,12 @@ export default class Client extends OpenApi {
39892
40117
  reqBodyType: "formData",
39893
40118
  bodyType: "json",
39894
40119
  });
39895
- return $dara.cast<CreateDefenseRuleResponse>(await this.callApi(params, req, runtime), new CreateDefenseRuleResponse({}));
40120
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
40121
+ return $dara.cast<CreateDefenseRuleResponse>(await this.callApi(params, req, runtime), new CreateDefenseRuleResponse({}));
40122
+ } else {
40123
+ return $dara.cast<CreateDefenseRuleResponse>(await this.execute(params, req, runtime), new CreateDefenseRuleResponse({}));
40124
+ }
40125
+
39896
40126
  }
39897
40127
 
39898
40128
  /**
@@ -39966,7 +40196,12 @@ export default class Client extends OpenApi {
39966
40196
  reqBodyType: "formData",
39967
40197
  bodyType: "json",
39968
40198
  });
39969
- return $dara.cast<CreateDefenseTemplateResponse>(await this.callApi(params, req, runtime), new CreateDefenseTemplateResponse({}));
40199
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
40200
+ return $dara.cast<CreateDefenseTemplateResponse>(await this.callApi(params, req, runtime), new CreateDefenseTemplateResponse({}));
40201
+ } else {
40202
+ return $dara.cast<CreateDefenseTemplateResponse>(await this.execute(params, req, runtime), new CreateDefenseTemplateResponse({}));
40203
+ }
40204
+
39970
40205
  }
39971
40206
 
39972
40207
  /**
@@ -40046,7 +40281,12 @@ export default class Client extends OpenApi {
40046
40281
  reqBodyType: "formData",
40047
40282
  bodyType: "json",
40048
40283
  });
40049
- return $dara.cast<CreateDomainResponse>(await this.callApi(params, req, runtime), new CreateDomainResponse({}));
40284
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
40285
+ return $dara.cast<CreateDomainResponse>(await this.callApi(params, req, runtime), new CreateDomainResponse({}));
40286
+ } else {
40287
+ return $dara.cast<CreateDomainResponse>(await this.execute(params, req, runtime), new CreateDomainResponse({}));
40288
+ }
40289
+
40050
40290
  }
40051
40291
 
40052
40292
  /**
@@ -40124,7 +40364,12 @@ export default class Client extends OpenApi {
40124
40364
  reqBodyType: "formData",
40125
40365
  bodyType: "json",
40126
40366
  });
40127
- return $dara.cast<CreateHybridCloudGroupResponse>(await this.callApi(params, req, runtime), new CreateHybridCloudGroupResponse({}));
40367
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
40368
+ return $dara.cast<CreateHybridCloudGroupResponse>(await this.callApi(params, req, runtime), new CreateHybridCloudGroupResponse({}));
40369
+ } else {
40370
+ return $dara.cast<CreateHybridCloudGroupResponse>(await this.execute(params, req, runtime), new CreateHybridCloudGroupResponse({}));
40371
+ }
40372
+
40128
40373
  }
40129
40374
 
40130
40375
  /**
@@ -40197,7 +40442,12 @@ export default class Client extends OpenApi {
40197
40442
  reqBodyType: "formData",
40198
40443
  bodyType: "json",
40199
40444
  });
40200
- return $dara.cast<CreateMajorProtectionBlackIpResponse>(await this.callApi(params, req, runtime), new CreateMajorProtectionBlackIpResponse({}));
40445
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
40446
+ return $dara.cast<CreateMajorProtectionBlackIpResponse>(await this.callApi(params, req, runtime), new CreateMajorProtectionBlackIpResponse({}));
40447
+ } else {
40448
+ return $dara.cast<CreateMajorProtectionBlackIpResponse>(await this.execute(params, req, runtime), new CreateMajorProtectionBlackIpResponse({}));
40449
+ }
40450
+
40201
40451
  }
40202
40452
 
40203
40453
  /**
@@ -40258,7 +40508,12 @@ export default class Client extends OpenApi {
40258
40508
  reqBodyType: "formData",
40259
40509
  bodyType: "json",
40260
40510
  });
40261
- return $dara.cast<CreateMemberAccountsResponse>(await this.callApi(params, req, runtime), new CreateMemberAccountsResponse({}));
40511
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
40512
+ return $dara.cast<CreateMemberAccountsResponse>(await this.callApi(params, req, runtime), new CreateMemberAccountsResponse({}));
40513
+ } else {
40514
+ return $dara.cast<CreateMemberAccountsResponse>(await this.execute(params, req, runtime), new CreateMemberAccountsResponse({}));
40515
+ }
40516
+
40262
40517
  }
40263
40518
 
40264
40519
  /**
@@ -40304,7 +40559,12 @@ export default class Client extends OpenApi {
40304
40559
  reqBodyType: "formData",
40305
40560
  bodyType: "json",
40306
40561
  });
40307
- return $dara.cast<CreatePostpaidInstanceResponse>(await this.callApi(params, req, runtime), new CreatePostpaidInstanceResponse({}));
40562
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
40563
+ return $dara.cast<CreatePostpaidInstanceResponse>(await this.callApi(params, req, runtime), new CreatePostpaidInstanceResponse({}));
40564
+ } else {
40565
+ return $dara.cast<CreatePostpaidInstanceResponse>(await this.execute(params, req, runtime), new CreatePostpaidInstanceResponse({}));
40566
+ }
40567
+
40308
40568
  }
40309
40569
 
40310
40570
  /**
@@ -40374,7 +40634,12 @@ export default class Client extends OpenApi {
40374
40634
  reqBodyType: "formData",
40375
40635
  bodyType: "json",
40376
40636
  });
40377
- return $dara.cast<CreateSM2CertResponse>(await this.callApi(params, req, runtime), new CreateSM2CertResponse({}));
40637
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
40638
+ return $dara.cast<CreateSM2CertResponse>(await this.callApi(params, req, runtime), new CreateSM2CertResponse({}));
40639
+ } else {
40640
+ return $dara.cast<CreateSM2CertResponse>(await this.execute(params, req, runtime), new CreateSM2CertResponse({}));
40641
+ }
40642
+
40378
40643
  }
40379
40644
 
40380
40645
  /**
@@ -40432,7 +40697,12 @@ export default class Client extends OpenApi {
40432
40697
  reqBodyType: "formData",
40433
40698
  bodyType: "json",
40434
40699
  });
40435
- return $dara.cast<DeleteApisecAbnormalsResponse>(await this.callApi(params, req, runtime), new DeleteApisecAbnormalsResponse({}));
40700
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
40701
+ return $dara.cast<DeleteApisecAbnormalsResponse>(await this.callApi(params, req, runtime), new DeleteApisecAbnormalsResponse({}));
40702
+ } else {
40703
+ return $dara.cast<DeleteApisecAbnormalsResponse>(await this.execute(params, req, runtime), new DeleteApisecAbnormalsResponse({}));
40704
+ }
40705
+
40436
40706
  }
40437
40707
 
40438
40708
  /**
@@ -40490,7 +40760,12 @@ export default class Client extends OpenApi {
40490
40760
  reqBodyType: "formData",
40491
40761
  bodyType: "json",
40492
40762
  });
40493
- return $dara.cast<DeleteApisecEventsResponse>(await this.callApi(params, req, runtime), new DeleteApisecEventsResponse({}));
40763
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
40764
+ return $dara.cast<DeleteApisecEventsResponse>(await this.callApi(params, req, runtime), new DeleteApisecEventsResponse({}));
40765
+ } else {
40766
+ return $dara.cast<DeleteApisecEventsResponse>(await this.execute(params, req, runtime), new DeleteApisecEventsResponse({}));
40767
+ }
40768
+
40494
40769
  }
40495
40770
 
40496
40771
  /**
@@ -40552,7 +40827,12 @@ export default class Client extends OpenApi {
40552
40827
  reqBodyType: "formData",
40553
40828
  bodyType: "json",
40554
40829
  });
40555
- return $dara.cast<DeleteCloudResourceResponse>(await this.callApi(params, req, runtime), new DeleteCloudResourceResponse({}));
40830
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
40831
+ return $dara.cast<DeleteCloudResourceResponse>(await this.callApi(params, req, runtime), new DeleteCloudResourceResponse({}));
40832
+ } else {
40833
+ return $dara.cast<DeleteCloudResourceResponse>(await this.execute(params, req, runtime), new DeleteCloudResourceResponse({}));
40834
+ }
40835
+
40556
40836
  }
40557
40837
 
40558
40838
  /**
@@ -40606,7 +40886,12 @@ export default class Client extends OpenApi {
40606
40886
  reqBodyType: "formData",
40607
40887
  bodyType: "json",
40608
40888
  });
40609
- return $dara.cast<DeleteDefenseResourceGroupResponse>(await this.callApi(params, req, runtime), new DeleteDefenseResourceGroupResponse({}));
40889
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
40890
+ return $dara.cast<DeleteDefenseResourceGroupResponse>(await this.callApi(params, req, runtime), new DeleteDefenseResourceGroupResponse({}));
40891
+ } else {
40892
+ return $dara.cast<DeleteDefenseResourceGroupResponse>(await this.execute(params, req, runtime), new DeleteDefenseResourceGroupResponse({}));
40893
+ }
40894
+
40610
40895
  }
40611
40896
 
40612
40897
  /**
@@ -40664,7 +40949,12 @@ export default class Client extends OpenApi {
40664
40949
  reqBodyType: "formData",
40665
40950
  bodyType: "json",
40666
40951
  });
40667
- return $dara.cast<DeleteDefenseRuleResponse>(await this.callApi(params, req, runtime), new DeleteDefenseRuleResponse({}));
40952
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
40953
+ return $dara.cast<DeleteDefenseRuleResponse>(await this.callApi(params, req, runtime), new DeleteDefenseRuleResponse({}));
40954
+ } else {
40955
+ return $dara.cast<DeleteDefenseRuleResponse>(await this.execute(params, req, runtime), new DeleteDefenseRuleResponse({}));
40956
+ }
40957
+
40668
40958
  }
40669
40959
 
40670
40960
  /**
@@ -40718,7 +41008,12 @@ export default class Client extends OpenApi {
40718
41008
  reqBodyType: "formData",
40719
41009
  bodyType: "json",
40720
41010
  });
40721
- return $dara.cast<DeleteDefenseTemplateResponse>(await this.callApi(params, req, runtime), new DeleteDefenseTemplateResponse({}));
41011
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
41012
+ return $dara.cast<DeleteDefenseTemplateResponse>(await this.callApi(params, req, runtime), new DeleteDefenseTemplateResponse({}));
41013
+ } else {
41014
+ return $dara.cast<DeleteDefenseTemplateResponse>(await this.execute(params, req, runtime), new DeleteDefenseTemplateResponse({}));
41015
+ }
41016
+
40722
41017
  }
40723
41018
 
40724
41019
  /**
@@ -40776,7 +41071,12 @@ export default class Client extends OpenApi {
40776
41071
  reqBodyType: "formData",
40777
41072
  bodyType: "json",
40778
41073
  });
40779
- return $dara.cast<DeleteDomainResponse>(await this.callApi(params, req, runtime), new DeleteDomainResponse({}));
41074
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
41075
+ return $dara.cast<DeleteDomainResponse>(await this.callApi(params, req, runtime), new DeleteDomainResponse({}));
41076
+ } else {
41077
+ return $dara.cast<DeleteDomainResponse>(await this.execute(params, req, runtime), new DeleteDomainResponse({}));
41078
+ }
41079
+
40780
41080
  }
40781
41081
 
40782
41082
  /**
@@ -40838,7 +41138,12 @@ export default class Client extends OpenApi {
40838
41138
  reqBodyType: "formData",
40839
41139
  bodyType: "json",
40840
41140
  });
40841
- return $dara.cast<DeleteMajorProtectionBlackIpResponse>(await this.callApi(params, req, runtime), new DeleteMajorProtectionBlackIpResponse({}));
41141
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
41142
+ return $dara.cast<DeleteMajorProtectionBlackIpResponse>(await this.callApi(params, req, runtime), new DeleteMajorProtectionBlackIpResponse({}));
41143
+ } else {
41144
+ return $dara.cast<DeleteMajorProtectionBlackIpResponse>(await this.execute(params, req, runtime), new DeleteMajorProtectionBlackIpResponse({}));
41145
+ }
41146
+
40842
41147
  }
40843
41148
 
40844
41149
  /**
@@ -40896,7 +41201,12 @@ export default class Client extends OpenApi {
40896
41201
  reqBodyType: "formData",
40897
41202
  bodyType: "json",
40898
41203
  });
40899
- return $dara.cast<DeleteMemberAccountResponse>(await this.callApi(params, req, runtime), new DeleteMemberAccountResponse({}));
41204
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
41205
+ return $dara.cast<DeleteMemberAccountResponse>(await this.callApi(params, req, runtime), new DeleteMemberAccountResponse({}));
41206
+ } else {
41207
+ return $dara.cast<DeleteMemberAccountResponse>(await this.execute(params, req, runtime), new DeleteMemberAccountResponse({}));
41208
+ }
41209
+
40900
41210
  }
40901
41211
 
40902
41212
  /**
@@ -40946,7 +41256,12 @@ export default class Client extends OpenApi {
40946
41256
  reqBodyType: "formData",
40947
41257
  bodyType: "json",
40948
41258
  });
40949
- return $dara.cast<DescribeAccountDelegatedStatusResponse>(await this.callApi(params, req, runtime), new DescribeAccountDelegatedStatusResponse({}));
41259
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
41260
+ return $dara.cast<DescribeAccountDelegatedStatusResponse>(await this.callApi(params, req, runtime), new DescribeAccountDelegatedStatusResponse({}));
41261
+ } else {
41262
+ return $dara.cast<DescribeAccountDelegatedStatusResponse>(await this.execute(params, req, runtime), new DescribeAccountDelegatedStatusResponse({}));
41263
+ }
41264
+
40950
41265
  }
40951
41266
 
40952
41267
  /**
@@ -41008,7 +41323,12 @@ export default class Client extends OpenApi {
41008
41323
  reqBodyType: "formData",
41009
41324
  bodyType: "json",
41010
41325
  });
41011
- return $dara.cast<DescribeApiExportsResponse>(await this.callApi(params, req, runtime), new DescribeApiExportsResponse({}));
41326
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
41327
+ return $dara.cast<DescribeApiExportsResponse>(await this.callApi(params, req, runtime), new DescribeApiExportsResponse({}));
41328
+ } else {
41329
+ return $dara.cast<DescribeApiExportsResponse>(await this.execute(params, req, runtime), new DescribeApiExportsResponse({}));
41330
+ }
41331
+
41012
41332
  }
41013
41333
 
41014
41334
  /**
@@ -41082,7 +41402,12 @@ export default class Client extends OpenApi {
41082
41402
  reqBodyType: "formData",
41083
41403
  bodyType: "json",
41084
41404
  });
41085
- return $dara.cast<DescribeApisecAbnormalDomainStatisticResponse>(await this.callApi(params, req, runtime), new DescribeApisecAbnormalDomainStatisticResponse({}));
41405
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
41406
+ return $dara.cast<DescribeApisecAbnormalDomainStatisticResponse>(await this.callApi(params, req, runtime), new DescribeApisecAbnormalDomainStatisticResponse({}));
41407
+ } else {
41408
+ return $dara.cast<DescribeApisecAbnormalDomainStatisticResponse>(await this.execute(params, req, runtime), new DescribeApisecAbnormalDomainStatisticResponse({}));
41409
+ }
41410
+
41086
41411
  }
41087
41412
 
41088
41413
  /**
@@ -41196,7 +41521,12 @@ export default class Client extends OpenApi {
41196
41521
  reqBodyType: "formData",
41197
41522
  bodyType: "json",
41198
41523
  });
41199
- return $dara.cast<DescribeApisecAbnormalsResponse>(await this.callApi(params, req, runtime), new DescribeApisecAbnormalsResponse({}));
41524
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
41525
+ return $dara.cast<DescribeApisecAbnormalsResponse>(await this.callApi(params, req, runtime), new DescribeApisecAbnormalsResponse({}));
41526
+ } else {
41527
+ return $dara.cast<DescribeApisecAbnormalsResponse>(await this.execute(params, req, runtime), new DescribeApisecAbnormalsResponse({}));
41528
+ }
41529
+
41200
41530
  }
41201
41531
 
41202
41532
  /**
@@ -41326,7 +41656,12 @@ export default class Client extends OpenApi {
41326
41656
  reqBodyType: "formData",
41327
41657
  bodyType: "json",
41328
41658
  });
41329
- return $dara.cast<DescribeApisecApiResourcesResponse>(await this.callApi(params, req, runtime), new DescribeApisecApiResourcesResponse({}));
41659
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
41660
+ return $dara.cast<DescribeApisecApiResourcesResponse>(await this.callApi(params, req, runtime), new DescribeApisecApiResourcesResponse({}));
41661
+ } else {
41662
+ return $dara.cast<DescribeApisecApiResourcesResponse>(await this.execute(params, req, runtime), new DescribeApisecApiResourcesResponse({}));
41663
+ }
41664
+
41330
41665
  }
41331
41666
 
41332
41667
  /**
@@ -41388,7 +41723,12 @@ export default class Client extends OpenApi {
41388
41723
  reqBodyType: "formData",
41389
41724
  bodyType: "json",
41390
41725
  });
41391
- return $dara.cast<DescribeApisecAssetTrendResponse>(await this.callApi(params, req, runtime), new DescribeApisecAssetTrendResponse({}));
41726
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
41727
+ return $dara.cast<DescribeApisecAssetTrendResponse>(await this.callApi(params, req, runtime), new DescribeApisecAssetTrendResponse({}));
41728
+ } else {
41729
+ return $dara.cast<DescribeApisecAssetTrendResponse>(await this.execute(params, req, runtime), new DescribeApisecAssetTrendResponse({}));
41730
+ }
41731
+
41392
41732
  }
41393
41733
 
41394
41734
  /**
@@ -41462,7 +41802,12 @@ export default class Client extends OpenApi {
41462
41802
  reqBodyType: "formData",
41463
41803
  bodyType: "json",
41464
41804
  });
41465
- return $dara.cast<DescribeApisecEventDomainStatisticResponse>(await this.callApi(params, req, runtime), new DescribeApisecEventDomainStatisticResponse({}));
41805
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
41806
+ return $dara.cast<DescribeApisecEventDomainStatisticResponse>(await this.callApi(params, req, runtime), new DescribeApisecEventDomainStatisticResponse({}));
41807
+ } else {
41808
+ return $dara.cast<DescribeApisecEventDomainStatisticResponse>(await this.execute(params, req, runtime), new DescribeApisecEventDomainStatisticResponse({}));
41809
+ }
41810
+
41466
41811
  }
41467
41812
 
41468
41813
  /**
@@ -41580,7 +41925,12 @@ export default class Client extends OpenApi {
41580
41925
  reqBodyType: "formData",
41581
41926
  bodyType: "json",
41582
41927
  });
41583
- return $dara.cast<DescribeApisecEventsResponse>(await this.callApi(params, req, runtime), new DescribeApisecEventsResponse({}));
41928
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
41929
+ return $dara.cast<DescribeApisecEventsResponse>(await this.callApi(params, req, runtime), new DescribeApisecEventsResponse({}));
41930
+ } else {
41931
+ return $dara.cast<DescribeApisecEventsResponse>(await this.execute(params, req, runtime), new DescribeApisecEventsResponse({}));
41932
+ }
41933
+
41584
41934
  }
41585
41935
 
41586
41936
  /**
@@ -41630,7 +41980,12 @@ export default class Client extends OpenApi {
41630
41980
  reqBodyType: "formData",
41631
41981
  bodyType: "json",
41632
41982
  });
41633
- return $dara.cast<DescribeApisecLogDeliveriesResponse>(await this.callApi(params, req, runtime), new DescribeApisecLogDeliveriesResponse({}));
41983
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
41984
+ return $dara.cast<DescribeApisecLogDeliveriesResponse>(await this.callApi(params, req, runtime), new DescribeApisecLogDeliveriesResponse({}));
41985
+ } else {
41986
+ return $dara.cast<DescribeApisecLogDeliveriesResponse>(await this.execute(params, req, runtime), new DescribeApisecLogDeliveriesResponse({}));
41987
+ }
41988
+
41634
41989
  }
41635
41990
 
41636
41991
  /**
@@ -41700,7 +42055,12 @@ export default class Client extends OpenApi {
41700
42055
  reqBodyType: "formData",
41701
42056
  bodyType: "json",
41702
42057
  });
41703
- return $dara.cast<DescribeApisecMatchedHostsResponse>(await this.callApi(params, req, runtime), new DescribeApisecMatchedHostsResponse({}));
42058
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
42059
+ return $dara.cast<DescribeApisecMatchedHostsResponse>(await this.callApi(params, req, runtime), new DescribeApisecMatchedHostsResponse({}));
42060
+ } else {
42061
+ return $dara.cast<DescribeApisecMatchedHostsResponse>(await this.execute(params, req, runtime), new DescribeApisecMatchedHostsResponse({}));
42062
+ }
42063
+
41704
42064
  }
41705
42065
 
41706
42066
  /**
@@ -41766,7 +42126,12 @@ export default class Client extends OpenApi {
41766
42126
  reqBodyType: "formData",
41767
42127
  bodyType: "json",
41768
42128
  });
41769
- return $dara.cast<DescribeApisecProtectionGroupsResponse>(await this.callApi(params, req, runtime), new DescribeApisecProtectionGroupsResponse({}));
42129
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
42130
+ return $dara.cast<DescribeApisecProtectionGroupsResponse>(await this.callApi(params, req, runtime), new DescribeApisecProtectionGroupsResponse({}));
42131
+ } else {
42132
+ return $dara.cast<DescribeApisecProtectionGroupsResponse>(await this.execute(params, req, runtime), new DescribeApisecProtectionGroupsResponse({}));
42133
+ }
42134
+
41770
42135
  }
41771
42136
 
41772
42137
  /**
@@ -41832,7 +42197,12 @@ export default class Client extends OpenApi {
41832
42197
  reqBodyType: "formData",
41833
42198
  bodyType: "json",
41834
42199
  });
41835
- return $dara.cast<DescribeApisecProtectionResourcesResponse>(await this.callApi(params, req, runtime), new DescribeApisecProtectionResourcesResponse({}));
42200
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
42201
+ return $dara.cast<DescribeApisecProtectionResourcesResponse>(await this.callApi(params, req, runtime), new DescribeApisecProtectionResourcesResponse({}));
42202
+ } else {
42203
+ return $dara.cast<DescribeApisecProtectionResourcesResponse>(await this.execute(params, req, runtime), new DescribeApisecProtectionResourcesResponse({}));
42204
+ }
42205
+
41836
42206
  }
41837
42207
 
41838
42208
  /**
@@ -41910,7 +42280,12 @@ export default class Client extends OpenApi {
41910
42280
  reqBodyType: "formData",
41911
42281
  bodyType: "json",
41912
42282
  });
41913
- return $dara.cast<DescribeApisecRulesResponse>(await this.callApi(params, req, runtime), new DescribeApisecRulesResponse({}));
42283
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
42284
+ return $dara.cast<DescribeApisecRulesResponse>(await this.callApi(params, req, runtime), new DescribeApisecRulesResponse({}));
42285
+ } else {
42286
+ return $dara.cast<DescribeApisecRulesResponse>(await this.execute(params, req, runtime), new DescribeApisecRulesResponse({}));
42287
+ }
42288
+
41914
42289
  }
41915
42290
 
41916
42291
  /**
@@ -41988,7 +42363,12 @@ export default class Client extends OpenApi {
41988
42363
  reqBodyType: "formData",
41989
42364
  bodyType: "json",
41990
42365
  });
41991
- return $dara.cast<DescribeApisecSensitiveDomainStatisticResponse>(await this.callApi(params, req, runtime), new DescribeApisecSensitiveDomainStatisticResponse({}));
42366
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
42367
+ return $dara.cast<DescribeApisecSensitiveDomainStatisticResponse>(await this.callApi(params, req, runtime), new DescribeApisecSensitiveDomainStatisticResponse({}));
42368
+ } else {
42369
+ return $dara.cast<DescribeApisecSensitiveDomainStatisticResponse>(await this.execute(params, req, runtime), new DescribeApisecSensitiveDomainStatisticResponse({}));
42370
+ }
42371
+
41992
42372
  }
41993
42373
 
41994
42374
  /**
@@ -42046,7 +42426,12 @@ export default class Client extends OpenApi {
42046
42426
  reqBodyType: "formData",
42047
42427
  bodyType: "json",
42048
42428
  });
42049
- return $dara.cast<DescribeApisecSlsLogStoresResponse>(await this.callApi(params, req, runtime), new DescribeApisecSlsLogStoresResponse({}));
42429
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
42430
+ return $dara.cast<DescribeApisecSlsLogStoresResponse>(await this.callApi(params, req, runtime), new DescribeApisecSlsLogStoresResponse({}));
42431
+ } else {
42432
+ return $dara.cast<DescribeApisecSlsLogStoresResponse>(await this.execute(params, req, runtime), new DescribeApisecSlsLogStoresResponse({}));
42433
+ }
42434
+
42050
42435
  }
42051
42436
 
42052
42437
  /**
@@ -42100,7 +42485,12 @@ export default class Client extends OpenApi {
42100
42485
  reqBodyType: "formData",
42101
42486
  bodyType: "json",
42102
42487
  });
42103
- return $dara.cast<DescribeApisecSlsProjectsResponse>(await this.callApi(params, req, runtime), new DescribeApisecSlsProjectsResponse({}));
42488
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
42489
+ return $dara.cast<DescribeApisecSlsProjectsResponse>(await this.callApi(params, req, runtime), new DescribeApisecSlsProjectsResponse({}));
42490
+ } else {
42491
+ return $dara.cast<DescribeApisecSlsProjectsResponse>(await this.execute(params, req, runtime), new DescribeApisecSlsProjectsResponse({}));
42492
+ }
42493
+
42104
42494
  }
42105
42495
 
42106
42496
  /**
@@ -42158,7 +42548,12 @@ export default class Client extends OpenApi {
42158
42548
  reqBodyType: "formData",
42159
42549
  bodyType: "json",
42160
42550
  });
42161
- return $dara.cast<DescribeApisecStatisticsResponse>(await this.callApi(params, req, runtime), new DescribeApisecStatisticsResponse({}));
42551
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
42552
+ return $dara.cast<DescribeApisecStatisticsResponse>(await this.callApi(params, req, runtime), new DescribeApisecStatisticsResponse({}));
42553
+ } else {
42554
+ return $dara.cast<DescribeApisecStatisticsResponse>(await this.execute(params, req, runtime), new DescribeApisecStatisticsResponse({}));
42555
+ }
42556
+
42162
42557
  }
42163
42558
 
42164
42559
  /**
@@ -42216,7 +42611,12 @@ export default class Client extends OpenApi {
42216
42611
  reqBodyType: "formData",
42217
42612
  bodyType: "json",
42218
42613
  });
42219
- return $dara.cast<DescribeApisecSuggestionsResponse>(await this.callApi(params, req, runtime), new DescribeApisecSuggestionsResponse({}));
42614
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
42615
+ return $dara.cast<DescribeApisecSuggestionsResponse>(await this.callApi(params, req, runtime), new DescribeApisecSuggestionsResponse({}));
42616
+ } else {
42617
+ return $dara.cast<DescribeApisecSuggestionsResponse>(await this.execute(params, req, runtime), new DescribeApisecSuggestionsResponse({}));
42618
+ }
42619
+
42220
42620
  }
42221
42621
 
42222
42622
  /**
@@ -42278,7 +42678,12 @@ export default class Client extends OpenApi {
42278
42678
  reqBodyType: "formData",
42279
42679
  bodyType: "json",
42280
42680
  });
42281
- return $dara.cast<DescribeApisecUserOperationsResponse>(await this.callApi(params, req, runtime), new DescribeApisecUserOperationsResponse({}));
42681
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
42682
+ return $dara.cast<DescribeApisecUserOperationsResponse>(await this.callApi(params, req, runtime), new DescribeApisecUserOperationsResponse({}));
42683
+ } else {
42684
+ return $dara.cast<DescribeApisecUserOperationsResponse>(await this.execute(params, req, runtime), new DescribeApisecUserOperationsResponse({}));
42685
+ }
42686
+
42282
42687
  }
42283
42688
 
42284
42689
  /**
@@ -42332,7 +42737,12 @@ export default class Client extends OpenApi {
42332
42737
  reqBodyType: "formData",
42333
42738
  bodyType: "json",
42334
42739
  });
42335
- return $dara.cast<DescribeCertDetailResponse>(await this.callApi(params, req, runtime), new DescribeCertDetailResponse({}));
42740
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
42741
+ return $dara.cast<DescribeCertDetailResponse>(await this.callApi(params, req, runtime), new DescribeCertDetailResponse({}));
42742
+ } else {
42743
+ return $dara.cast<DescribeCertDetailResponse>(await this.execute(params, req, runtime), new DescribeCertDetailResponse({}));
42744
+ }
42745
+
42336
42746
  }
42337
42747
 
42338
42748
  /**
@@ -42398,7 +42808,12 @@ export default class Client extends OpenApi {
42398
42808
  reqBodyType: "formData",
42399
42809
  bodyType: "json",
42400
42810
  });
42401
- return $dara.cast<DescribeCertsResponse>(await this.callApi(params, req, runtime), new DescribeCertsResponse({}));
42811
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
42812
+ return $dara.cast<DescribeCertsResponse>(await this.callApi(params, req, runtime), new DescribeCertsResponse({}));
42813
+ } else {
42814
+ return $dara.cast<DescribeCertsResponse>(await this.execute(params, req, runtime), new DescribeCertsResponse({}));
42815
+ }
42816
+
42402
42817
  }
42403
42818
 
42404
42819
  /**
@@ -42472,7 +42887,12 @@ export default class Client extends OpenApi {
42472
42887
  reqBodyType: "formData",
42473
42888
  bodyType: "json",
42474
42889
  });
42475
- return $dara.cast<DescribeCloudResourceAccessPortDetailsResponse>(await this.callApi(params, req, runtime), new DescribeCloudResourceAccessPortDetailsResponse({}));
42890
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
42891
+ return $dara.cast<DescribeCloudResourceAccessPortDetailsResponse>(await this.callApi(params, req, runtime), new DescribeCloudResourceAccessPortDetailsResponse({}));
42892
+ } else {
42893
+ return $dara.cast<DescribeCloudResourceAccessPortDetailsResponse>(await this.execute(params, req, runtime), new DescribeCloudResourceAccessPortDetailsResponse({}));
42894
+ }
42895
+
42476
42896
  }
42477
42897
 
42478
42898
  /**
@@ -42526,7 +42946,12 @@ export default class Client extends OpenApi {
42526
42946
  reqBodyType: "formData",
42527
42947
  bodyType: "json",
42528
42948
  });
42529
- return $dara.cast<DescribeCloudResourceAccessedPortsResponse>(await this.callApi(params, req, runtime), new DescribeCloudResourceAccessedPortsResponse({}));
42949
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
42950
+ return $dara.cast<DescribeCloudResourceAccessedPortsResponse>(await this.callApi(params, req, runtime), new DescribeCloudResourceAccessedPortsResponse({}));
42951
+ } else {
42952
+ return $dara.cast<DescribeCloudResourceAccessedPortsResponse>(await this.execute(params, req, runtime), new DescribeCloudResourceAccessedPortsResponse({}));
42953
+ }
42954
+
42530
42955
  }
42531
42956
 
42532
42957
  /**
@@ -42620,7 +43045,12 @@ export default class Client extends OpenApi {
42620
43045
  reqBodyType: "formData",
42621
43046
  bodyType: "json",
42622
43047
  });
42623
- return $dara.cast<DescribeCloudResourcesResponse>(await this.callApi(params, req, runtime), new DescribeCloudResourcesResponse({}));
43048
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
43049
+ return $dara.cast<DescribeCloudResourcesResponse>(await this.callApi(params, req, runtime), new DescribeCloudResourcesResponse({}));
43050
+ } else {
43051
+ return $dara.cast<DescribeCloudResourcesResponse>(await this.execute(params, req, runtime), new DescribeCloudResourcesResponse({}));
43052
+ }
43053
+
42624
43054
  }
42625
43055
 
42626
43056
  /**
@@ -42670,7 +43100,12 @@ export default class Client extends OpenApi {
42670
43100
  reqBodyType: "formData",
42671
43101
  bodyType: "json",
42672
43102
  });
42673
- return $dara.cast<DescribeCnameCountResponse>(await this.callApi(params, req, runtime), new DescribeCnameCountResponse({}));
43103
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
43104
+ return $dara.cast<DescribeCnameCountResponse>(await this.callApi(params, req, runtime), new DescribeCnameCountResponse({}));
43105
+ } else {
43106
+ return $dara.cast<DescribeCnameCountResponse>(await this.execute(params, req, runtime), new DescribeCnameCountResponse({}));
43107
+ }
43108
+
42674
43109
  }
42675
43110
 
42676
43111
  /**
@@ -42720,7 +43155,12 @@ export default class Client extends OpenApi {
42720
43155
  reqBodyType: "formData",
42721
43156
  bodyType: "json",
42722
43157
  });
42723
- return $dara.cast<DescribeDDoSStatusResponse>(await this.callApi(params, req, runtime), new DescribeDDoSStatusResponse({}));
43158
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
43159
+ return $dara.cast<DescribeDDoSStatusResponse>(await this.callApi(params, req, runtime), new DescribeDDoSStatusResponse({}));
43160
+ } else {
43161
+ return $dara.cast<DescribeDDoSStatusResponse>(await this.execute(params, req, runtime), new DescribeDDoSStatusResponse({}));
43162
+ }
43163
+
42724
43164
  }
42725
43165
 
42726
43166
  /**
@@ -42770,7 +43210,12 @@ export default class Client extends OpenApi {
42770
43210
  reqBodyType: "formData",
42771
43211
  bodyType: "json",
42772
43212
  });
42773
- return $dara.cast<DescribeDefaultHttpsResponse>(await this.callApi(params, req, runtime), new DescribeDefaultHttpsResponse({}));
43213
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
43214
+ return $dara.cast<DescribeDefaultHttpsResponse>(await this.callApi(params, req, runtime), new DescribeDefaultHttpsResponse({}));
43215
+ } else {
43216
+ return $dara.cast<DescribeDefaultHttpsResponse>(await this.execute(params, req, runtime), new DescribeDefaultHttpsResponse({}));
43217
+ }
43218
+
42774
43219
  }
42775
43220
 
42776
43221
  /**
@@ -42824,7 +43269,12 @@ export default class Client extends OpenApi {
42824
43269
  reqBodyType: "formData",
42825
43270
  bodyType: "json",
42826
43271
  });
42827
- return $dara.cast<DescribeDefenseResourceResponse>(await this.callApi(params, req, runtime), new DescribeDefenseResourceResponse({}));
43272
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
43273
+ return $dara.cast<DescribeDefenseResourceResponse>(await this.callApi(params, req, runtime), new DescribeDefenseResourceResponse({}));
43274
+ } else {
43275
+ return $dara.cast<DescribeDefenseResourceResponse>(await this.execute(params, req, runtime), new DescribeDefenseResourceResponse({}));
43276
+ }
43277
+
42828
43278
  }
42829
43279
 
42830
43280
  /**
@@ -42878,7 +43328,12 @@ export default class Client extends OpenApi {
42878
43328
  reqBodyType: "formData",
42879
43329
  bodyType: "json",
42880
43330
  });
42881
- return $dara.cast<DescribeDefenseResourceGroupResponse>(await this.callApi(params, req, runtime), new DescribeDefenseResourceGroupResponse({}));
43331
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
43332
+ return $dara.cast<DescribeDefenseResourceGroupResponse>(await this.callApi(params, req, runtime), new DescribeDefenseResourceGroupResponse({}));
43333
+ } else {
43334
+ return $dara.cast<DescribeDefenseResourceGroupResponse>(await this.execute(params, req, runtime), new DescribeDefenseResourceGroupResponse({}));
43335
+ }
43336
+
42882
43337
  }
42883
43338
 
42884
43339
  /**
@@ -42940,7 +43395,12 @@ export default class Client extends OpenApi {
42940
43395
  reqBodyType: "formData",
42941
43396
  bodyType: "json",
42942
43397
  });
42943
- return $dara.cast<DescribeDefenseResourceGroupNamesResponse>(await this.callApi(params, req, runtime), new DescribeDefenseResourceGroupNamesResponse({}));
43398
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
43399
+ return $dara.cast<DescribeDefenseResourceGroupNamesResponse>(await this.callApi(params, req, runtime), new DescribeDefenseResourceGroupNamesResponse({}));
43400
+ } else {
43401
+ return $dara.cast<DescribeDefenseResourceGroupNamesResponse>(await this.execute(params, req, runtime), new DescribeDefenseResourceGroupNamesResponse({}));
43402
+ }
43403
+
42944
43404
  }
42945
43405
 
42946
43406
  /**
@@ -43006,7 +43466,12 @@ export default class Client extends OpenApi {
43006
43466
  reqBodyType: "formData",
43007
43467
  bodyType: "json",
43008
43468
  });
43009
- return $dara.cast<DescribeDefenseResourceGroupsResponse>(await this.callApi(params, req, runtime), new DescribeDefenseResourceGroupsResponse({}));
43469
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
43470
+ return $dara.cast<DescribeDefenseResourceGroupsResponse>(await this.callApi(params, req, runtime), new DescribeDefenseResourceGroupsResponse({}));
43471
+ } else {
43472
+ return $dara.cast<DescribeDefenseResourceGroupsResponse>(await this.execute(params, req, runtime), new DescribeDefenseResourceGroupsResponse({}));
43473
+ }
43474
+
43010
43475
  }
43011
43476
 
43012
43477
  /**
@@ -43068,7 +43533,12 @@ export default class Client extends OpenApi {
43068
43533
  reqBodyType: "formData",
43069
43534
  bodyType: "json",
43070
43535
  });
43071
- return $dara.cast<DescribeDefenseResourceNamesResponse>(await this.callApi(params, req, runtime), new DescribeDefenseResourceNamesResponse({}));
43536
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
43537
+ return $dara.cast<DescribeDefenseResourceNamesResponse>(await this.callApi(params, req, runtime), new DescribeDefenseResourceNamesResponse({}));
43538
+ } else {
43539
+ return $dara.cast<DescribeDefenseResourceNamesResponse>(await this.execute(params, req, runtime), new DescribeDefenseResourceNamesResponse({}));
43540
+ }
43541
+
43072
43542
  }
43073
43543
 
43074
43544
  /**
@@ -43142,7 +43612,12 @@ export default class Client extends OpenApi {
43142
43612
  reqBodyType: "formData",
43143
43613
  bodyType: "json",
43144
43614
  });
43145
- return $dara.cast<DescribeDefenseResourceTemplatesResponse>(await this.callApi(params, req, runtime), new DescribeDefenseResourceTemplatesResponse({}));
43615
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
43616
+ return $dara.cast<DescribeDefenseResourceTemplatesResponse>(await this.callApi(params, req, runtime), new DescribeDefenseResourceTemplatesResponse({}));
43617
+ } else {
43618
+ return $dara.cast<DescribeDefenseResourceTemplatesResponse>(await this.execute(params, req, runtime), new DescribeDefenseResourceTemplatesResponse({}));
43619
+ }
43620
+
43146
43621
  }
43147
43622
 
43148
43623
  /**
@@ -43208,7 +43683,12 @@ export default class Client extends OpenApi {
43208
43683
  reqBodyType: "formData",
43209
43684
  bodyType: "json",
43210
43685
  });
43211
- return $dara.cast<DescribeDefenseResourcesResponse>(await this.callApi(params, req, runtime), new DescribeDefenseResourcesResponse({}));
43686
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
43687
+ return $dara.cast<DescribeDefenseResourcesResponse>(await this.callApi(params, req, runtime), new DescribeDefenseResourcesResponse({}));
43688
+ } else {
43689
+ return $dara.cast<DescribeDefenseResourcesResponse>(await this.execute(params, req, runtime), new DescribeDefenseResourcesResponse({}));
43690
+ }
43691
+
43212
43692
  }
43213
43693
 
43214
43694
  /**
@@ -43266,7 +43746,12 @@ export default class Client extends OpenApi {
43266
43746
  reqBodyType: "formData",
43267
43747
  bodyType: "json",
43268
43748
  });
43269
- return $dara.cast<DescribeDefenseRuleResponse>(await this.callApi(params, req, runtime), new DescribeDefenseRuleResponse({}));
43749
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
43750
+ return $dara.cast<DescribeDefenseRuleResponse>(await this.callApi(params, req, runtime), new DescribeDefenseRuleResponse({}));
43751
+ } else {
43752
+ return $dara.cast<DescribeDefenseRuleResponse>(await this.execute(params, req, runtime), new DescribeDefenseRuleResponse({}));
43753
+ }
43754
+
43270
43755
  }
43271
43756
 
43272
43757
  /**
@@ -43332,7 +43817,12 @@ export default class Client extends OpenApi {
43332
43817
  reqBodyType: "formData",
43333
43818
  bodyType: "json",
43334
43819
  });
43335
- return $dara.cast<DescribeDefenseRulesResponse>(await this.callApi(params, req, runtime), new DescribeDefenseRulesResponse({}));
43820
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
43821
+ return $dara.cast<DescribeDefenseRulesResponse>(await this.callApi(params, req, runtime), new DescribeDefenseRulesResponse({}));
43822
+ } else {
43823
+ return $dara.cast<DescribeDefenseRulesResponse>(await this.execute(params, req, runtime), new DescribeDefenseRulesResponse({}));
43824
+ }
43825
+
43336
43826
  }
43337
43827
 
43338
43828
  /**
@@ -43386,7 +43876,12 @@ export default class Client extends OpenApi {
43386
43876
  reqBodyType: "formData",
43387
43877
  bodyType: "json",
43388
43878
  });
43389
- return $dara.cast<DescribeDefenseTemplateResponse>(await this.callApi(params, req, runtime), new DescribeDefenseTemplateResponse({}));
43879
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
43880
+ return $dara.cast<DescribeDefenseTemplateResponse>(await this.callApi(params, req, runtime), new DescribeDefenseTemplateResponse({}));
43881
+ } else {
43882
+ return $dara.cast<DescribeDefenseTemplateResponse>(await this.execute(params, req, runtime), new DescribeDefenseTemplateResponse({}));
43883
+ }
43884
+
43390
43885
  }
43391
43886
 
43392
43887
  /**
@@ -43456,7 +43951,12 @@ export default class Client extends OpenApi {
43456
43951
  reqBodyType: "formData",
43457
43952
  bodyType: "json",
43458
43953
  });
43459
- return $dara.cast<DescribeDefenseTemplateValidGroupsResponse>(await this.callApi(params, req, runtime), new DescribeDefenseTemplateValidGroupsResponse({}));
43954
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
43955
+ return $dara.cast<DescribeDefenseTemplateValidGroupsResponse>(await this.callApi(params, req, runtime), new DescribeDefenseTemplateValidGroupsResponse({}));
43956
+ } else {
43957
+ return $dara.cast<DescribeDefenseTemplateValidGroupsResponse>(await this.execute(params, req, runtime), new DescribeDefenseTemplateValidGroupsResponse({}));
43958
+ }
43959
+
43460
43960
  }
43461
43961
 
43462
43962
  /**
@@ -43546,7 +44046,12 @@ export default class Client extends OpenApi {
43546
44046
  reqBodyType: "formData",
43547
44047
  bodyType: "json",
43548
44048
  });
43549
- return $dara.cast<DescribeDefenseTemplatesResponse>(await this.callApi(params, req, runtime), new DescribeDefenseTemplatesResponse({}));
44049
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
44050
+ return $dara.cast<DescribeDefenseTemplatesResponse>(await this.callApi(params, req, runtime), new DescribeDefenseTemplatesResponse({}));
44051
+ } else {
44052
+ return $dara.cast<DescribeDefenseTemplatesResponse>(await this.execute(params, req, runtime), new DescribeDefenseTemplatesResponse({}));
44053
+ }
44054
+
43550
44055
  }
43551
44056
 
43552
44057
  /**
@@ -43600,7 +44105,12 @@ export default class Client extends OpenApi {
43600
44105
  reqBodyType: "formData",
43601
44106
  bodyType: "json",
43602
44107
  });
43603
- return $dara.cast<DescribeDomainDNSRecordResponse>(await this.callApi(params, req, runtime), new DescribeDomainDNSRecordResponse({}));
44108
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
44109
+ return $dara.cast<DescribeDomainDNSRecordResponse>(await this.callApi(params, req, runtime), new DescribeDomainDNSRecordResponse({}));
44110
+ } else {
44111
+ return $dara.cast<DescribeDomainDNSRecordResponse>(await this.execute(params, req, runtime), new DescribeDomainDNSRecordResponse({}));
44112
+ }
44113
+
43604
44114
  }
43605
44115
 
43606
44116
  /**
@@ -43650,7 +44160,12 @@ export default class Client extends OpenApi {
43650
44160
  reqBodyType: "formData",
43651
44161
  bodyType: "json",
43652
44162
  });
43653
- return $dara.cast<DescribeDomainDetailResponse>(await this.callApi(params, req, runtime), new DescribeDomainDetailResponse({}));
44163
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
44164
+ return $dara.cast<DescribeDomainDetailResponse>(await this.callApi(params, req, runtime), new DescribeDomainDetailResponse({}));
44165
+ } else {
44166
+ return $dara.cast<DescribeDomainDetailResponse>(await this.execute(params, req, runtime), new DescribeDomainDetailResponse({}));
44167
+ }
44168
+
43654
44169
  }
43655
44170
 
43656
44171
  /**
@@ -43720,7 +44235,12 @@ export default class Client extends OpenApi {
43720
44235
  reqBodyType: "formData",
43721
44236
  bodyType: "json",
43722
44237
  });
43723
- return $dara.cast<DescribeDomainsResponse>(await this.callApi(params, req, runtime), new DescribeDomainsResponse({}));
44238
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
44239
+ return $dara.cast<DescribeDomainsResponse>(await this.callApi(params, req, runtime), new DescribeDomainsResponse({}));
44240
+ } else {
44241
+ return $dara.cast<DescribeDomainsResponse>(await this.execute(params, req, runtime), new DescribeDomainsResponse({}));
44242
+ }
44243
+
43724
44244
  }
43725
44245
 
43726
44246
  /**
@@ -43786,7 +44306,12 @@ export default class Client extends OpenApi {
43786
44306
  reqBodyType: "formData",
43787
44307
  bodyType: "json",
43788
44308
  });
43789
- return $dara.cast<DescribeFlowChartResponse>(await this.callApi(params, req, runtime), new DescribeFlowChartResponse({}));
44309
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
44310
+ return $dara.cast<DescribeFlowChartResponse>(await this.callApi(params, req, runtime), new DescribeFlowChartResponse({}));
44311
+ } else {
44312
+ return $dara.cast<DescribeFlowChartResponse>(await this.execute(params, req, runtime), new DescribeFlowChartResponse({}));
44313
+ }
44314
+
43790
44315
  }
43791
44316
 
43792
44317
  /**
@@ -43844,7 +44369,12 @@ export default class Client extends OpenApi {
43844
44369
  reqBodyType: "formData",
43845
44370
  bodyType: "json",
43846
44371
  });
43847
- return $dara.cast<DescribeFlowTopResourceResponse>(await this.callApi(params, req, runtime), new DescribeFlowTopResourceResponse({}));
44372
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
44373
+ return $dara.cast<DescribeFlowTopResourceResponse>(await this.callApi(params, req, runtime), new DescribeFlowTopResourceResponse({}));
44374
+ } else {
44375
+ return $dara.cast<DescribeFlowTopResourceResponse>(await this.execute(params, req, runtime), new DescribeFlowTopResourceResponse({}));
44376
+ }
44377
+
43848
44378
  }
43849
44379
 
43850
44380
  /**
@@ -43906,7 +44436,12 @@ export default class Client extends OpenApi {
43906
44436
  reqBodyType: "formData",
43907
44437
  bodyType: "json",
43908
44438
  });
43909
- return $dara.cast<DescribeFlowTopUrlResponse>(await this.callApi(params, req, runtime), new DescribeFlowTopUrlResponse({}));
44439
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
44440
+ return $dara.cast<DescribeFlowTopUrlResponse>(await this.callApi(params, req, runtime), new DescribeFlowTopUrlResponse({}));
44441
+ } else {
44442
+ return $dara.cast<DescribeFlowTopUrlResponse>(await this.execute(params, req, runtime), new DescribeFlowTopUrlResponse({}));
44443
+ }
44444
+
43910
44445
  }
43911
44446
 
43912
44447
  /**
@@ -43956,7 +44491,12 @@ export default class Client extends OpenApi {
43956
44491
  reqBodyType: "formData",
43957
44492
  bodyType: "json",
43958
44493
  });
43959
- return $dara.cast<DescribeFreeUserAssetCountResponse>(await this.callApi(params, req, runtime), new DescribeFreeUserAssetCountResponse({}));
44494
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
44495
+ return $dara.cast<DescribeFreeUserAssetCountResponse>(await this.callApi(params, req, runtime), new DescribeFreeUserAssetCountResponse({}));
44496
+ } else {
44497
+ return $dara.cast<DescribeFreeUserAssetCountResponse>(await this.execute(params, req, runtime), new DescribeFreeUserAssetCountResponse({}));
44498
+ }
44499
+
43960
44500
  }
43961
44501
 
43962
44502
  /**
@@ -44006,7 +44546,12 @@ export default class Client extends OpenApi {
44006
44546
  reqBodyType: "formData",
44007
44547
  bodyType: "json",
44008
44548
  });
44009
- return $dara.cast<DescribeFreeUserEventCountResponse>(await this.callApi(params, req, runtime), new DescribeFreeUserEventCountResponse({}));
44549
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
44550
+ return $dara.cast<DescribeFreeUserEventCountResponse>(await this.callApi(params, req, runtime), new DescribeFreeUserEventCountResponse({}));
44551
+ } else {
44552
+ return $dara.cast<DescribeFreeUserEventCountResponse>(await this.execute(params, req, runtime), new DescribeFreeUserEventCountResponse({}));
44553
+ }
44554
+
44010
44555
  }
44011
44556
 
44012
44557
  /**
@@ -44056,7 +44601,12 @@ export default class Client extends OpenApi {
44056
44601
  reqBodyType: "formData",
44057
44602
  bodyType: "json",
44058
44603
  });
44059
- return $dara.cast<DescribeFreeUserEventTypesResponse>(await this.callApi(params, req, runtime), new DescribeFreeUserEventTypesResponse({}));
44604
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
44605
+ return $dara.cast<DescribeFreeUserEventTypesResponse>(await this.callApi(params, req, runtime), new DescribeFreeUserEventTypesResponse({}));
44606
+ } else {
44607
+ return $dara.cast<DescribeFreeUserEventTypesResponse>(await this.execute(params, req, runtime), new DescribeFreeUserEventTypesResponse({}));
44608
+ }
44609
+
44060
44610
  }
44061
44611
 
44062
44612
  /**
@@ -44106,7 +44656,12 @@ export default class Client extends OpenApi {
44106
44656
  reqBodyType: "formData",
44107
44657
  bodyType: "json",
44108
44658
  });
44109
- return $dara.cast<DescribeFreeUserEventsResponse>(await this.callApi(params, req, runtime), new DescribeFreeUserEventsResponse({}));
44659
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
44660
+ return $dara.cast<DescribeFreeUserEventsResponse>(await this.callApi(params, req, runtime), new DescribeFreeUserEventsResponse({}));
44661
+ } else {
44662
+ return $dara.cast<DescribeFreeUserEventsResponse>(await this.execute(params, req, runtime), new DescribeFreeUserEventsResponse({}));
44663
+ }
44664
+
44110
44665
  }
44111
44666
 
44112
44667
  /**
@@ -44144,7 +44699,12 @@ export default class Client extends OpenApi {
44144
44699
  reqBodyType: "formData",
44145
44700
  bodyType: "json",
44146
44701
  });
44147
- return $dara.cast<DescribeHybridCloudClusterRuleResponse>(await this.callApi(params, req, runtime), new DescribeHybridCloudClusterRuleResponse({}));
44702
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
44703
+ return $dara.cast<DescribeHybridCloudClusterRuleResponse>(await this.callApi(params, req, runtime), new DescribeHybridCloudClusterRuleResponse({}));
44704
+ } else {
44705
+ return $dara.cast<DescribeHybridCloudClusterRuleResponse>(await this.execute(params, req, runtime), new DescribeHybridCloudClusterRuleResponse({}));
44706
+ }
44707
+
44148
44708
  }
44149
44709
 
44150
44710
  /**
@@ -44194,7 +44754,12 @@ export default class Client extends OpenApi {
44194
44754
  reqBodyType: "formData",
44195
44755
  bodyType: "json",
44196
44756
  });
44197
- return $dara.cast<DescribeHybridCloudClustersResponse>(await this.callApi(params, req, runtime), new DescribeHybridCloudClustersResponse({}));
44757
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
44758
+ return $dara.cast<DescribeHybridCloudClustersResponse>(await this.callApi(params, req, runtime), new DescribeHybridCloudClustersResponse({}));
44759
+ } else {
44760
+ return $dara.cast<DescribeHybridCloudClustersResponse>(await this.execute(params, req, runtime), new DescribeHybridCloudClustersResponse({}));
44761
+ }
44762
+
44198
44763
  }
44199
44764
 
44200
44765
  /**
@@ -44268,7 +44833,12 @@ export default class Client extends OpenApi {
44268
44833
  reqBodyType: "formData",
44269
44834
  bodyType: "json",
44270
44835
  });
44271
- return $dara.cast<DescribeHybridCloudGroupsResponse>(await this.callApi(params, req, runtime), new DescribeHybridCloudGroupsResponse({}));
44836
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
44837
+ return $dara.cast<DescribeHybridCloudGroupsResponse>(await this.callApi(params, req, runtime), new DescribeHybridCloudGroupsResponse({}));
44838
+ } else {
44839
+ return $dara.cast<DescribeHybridCloudGroupsResponse>(await this.execute(params, req, runtime), new DescribeHybridCloudGroupsResponse({}));
44840
+ }
44841
+
44272
44842
  }
44273
44843
 
44274
44844
  /**
@@ -44338,7 +44908,12 @@ export default class Client extends OpenApi {
44338
44908
  reqBodyType: "formData",
44339
44909
  bodyType: "json",
44340
44910
  });
44341
- return $dara.cast<DescribeHybridCloudResourcesResponse>(await this.callApi(params, req, runtime), new DescribeHybridCloudResourcesResponse({}));
44911
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
44912
+ return $dara.cast<DescribeHybridCloudResourcesResponse>(await this.callApi(params, req, runtime), new DescribeHybridCloudResourcesResponse({}));
44913
+ } else {
44914
+ return $dara.cast<DescribeHybridCloudResourcesResponse>(await this.execute(params, req, runtime), new DescribeHybridCloudResourcesResponse({}));
44915
+ }
44916
+
44342
44917
  }
44343
44918
 
44344
44919
  /**
@@ -44396,7 +44971,12 @@ export default class Client extends OpenApi {
44396
44971
  reqBodyType: "formData",
44397
44972
  bodyType: "json",
44398
44973
  });
44399
- return $dara.cast<DescribeHybridCloudServerRegionsResponse>(await this.callApi(params, req, runtime), new DescribeHybridCloudServerRegionsResponse({}));
44974
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
44975
+ return $dara.cast<DescribeHybridCloudServerRegionsResponse>(await this.callApi(params, req, runtime), new DescribeHybridCloudServerRegionsResponse({}));
44976
+ } else {
44977
+ return $dara.cast<DescribeHybridCloudServerRegionsResponse>(await this.execute(params, req, runtime), new DescribeHybridCloudServerRegionsResponse({}));
44978
+ }
44979
+
44400
44980
  }
44401
44981
 
44402
44982
  /**
@@ -44466,7 +45046,12 @@ export default class Client extends OpenApi {
44466
45046
  reqBodyType: "formData",
44467
45047
  bodyType: "json",
44468
45048
  });
44469
- return $dara.cast<DescribeHybridCloudUnassignedMachinesResponse>(await this.callApi(params, req, runtime), new DescribeHybridCloudUnassignedMachinesResponse({}));
45049
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
45050
+ return $dara.cast<DescribeHybridCloudUnassignedMachinesResponse>(await this.callApi(params, req, runtime), new DescribeHybridCloudUnassignedMachinesResponse({}));
45051
+ } else {
45052
+ return $dara.cast<DescribeHybridCloudUnassignedMachinesResponse>(await this.execute(params, req, runtime), new DescribeHybridCloudUnassignedMachinesResponse({}));
45053
+ }
45054
+
44470
45055
  }
44471
45056
 
44472
45057
  /**
@@ -44516,7 +45101,12 @@ export default class Client extends OpenApi {
44516
45101
  reqBodyType: "formData",
44517
45102
  bodyType: "json",
44518
45103
  });
44519
- return $dara.cast<DescribeHybridCloudUserResponse>(await this.callApi(params, req, runtime), new DescribeHybridCloudUserResponse({}));
45104
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
45105
+ return $dara.cast<DescribeHybridCloudUserResponse>(await this.callApi(params, req, runtime), new DescribeHybridCloudUserResponse({}));
45106
+ } else {
45107
+ return $dara.cast<DescribeHybridCloudUserResponse>(await this.execute(params, req, runtime), new DescribeHybridCloudUserResponse({}));
45108
+ }
45109
+
44520
45110
  }
44521
45111
 
44522
45112
  /**
@@ -44562,7 +45152,12 @@ export default class Client extends OpenApi {
44562
45152
  reqBodyType: "formData",
44563
45153
  bodyType: "json",
44564
45154
  });
44565
- return $dara.cast<DescribeInstanceResponse>(await this.callApi(params, req, runtime), new DescribeInstanceResponse({}));
45155
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
45156
+ return $dara.cast<DescribeInstanceResponse>(await this.callApi(params, req, runtime), new DescribeInstanceResponse({}));
45157
+ } else {
45158
+ return $dara.cast<DescribeInstanceResponse>(await this.execute(params, req, runtime), new DescribeInstanceResponse({}));
45159
+ }
45160
+
44566
45161
  }
44567
45162
 
44568
45163
  /**
@@ -44636,7 +45231,12 @@ export default class Client extends OpenApi {
44636
45231
  reqBodyType: "formData",
44637
45232
  bodyType: "json",
44638
45233
  });
44639
- return $dara.cast<DescribeMajorProtectionBlackIpsResponse>(await this.callApi(params, req, runtime), new DescribeMajorProtectionBlackIpsResponse({}));
45234
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
45235
+ return $dara.cast<DescribeMajorProtectionBlackIpsResponse>(await this.callApi(params, req, runtime), new DescribeMajorProtectionBlackIpsResponse({}));
45236
+ } else {
45237
+ return $dara.cast<DescribeMajorProtectionBlackIpsResponse>(await this.execute(params, req, runtime), new DescribeMajorProtectionBlackIpsResponse({}));
45238
+ }
45239
+
44640
45240
  }
44641
45241
 
44642
45242
  /**
@@ -44694,7 +45294,12 @@ export default class Client extends OpenApi {
44694
45294
  reqBodyType: "formData",
44695
45295
  bodyType: "json",
44696
45296
  });
44697
- return $dara.cast<DescribeMemberAccountsResponse>(await this.callApi(params, req, runtime), new DescribeMemberAccountsResponse({}));
45297
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
45298
+ return $dara.cast<DescribeMemberAccountsResponse>(await this.callApi(params, req, runtime), new DescribeMemberAccountsResponse({}));
45299
+ } else {
45300
+ return $dara.cast<DescribeMemberAccountsResponse>(await this.execute(params, req, runtime), new DescribeMemberAccountsResponse({}));
45301
+ }
45302
+
44698
45303
  }
44699
45304
 
44700
45305
  /**
@@ -44744,7 +45349,12 @@ export default class Client extends OpenApi {
44744
45349
  reqBodyType: "formData",
44745
45350
  bodyType: "json",
44746
45351
  });
44747
- return $dara.cast<DescribePauseProtectionStatusResponse>(await this.callApi(params, req, runtime), new DescribePauseProtectionStatusResponse({}));
45352
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
45353
+ return $dara.cast<DescribePauseProtectionStatusResponse>(await this.callApi(params, req, runtime), new DescribePauseProtectionStatusResponse({}));
45354
+ } else {
45355
+ return $dara.cast<DescribePauseProtectionStatusResponse>(await this.execute(params, req, runtime), new DescribePauseProtectionStatusResponse({}));
45356
+ }
45357
+
44748
45358
  }
44749
45359
 
44750
45360
  /**
@@ -44810,7 +45420,12 @@ export default class Client extends OpenApi {
44810
45420
  reqBodyType: "formData",
44811
45421
  bodyType: "json",
44812
45422
  });
44813
- return $dara.cast<DescribePeakTrendResponse>(await this.callApi(params, req, runtime), new DescribePeakTrendResponse({}));
45423
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
45424
+ return $dara.cast<DescribePeakTrendResponse>(await this.callApi(params, req, runtime), new DescribePeakTrendResponse({}));
45425
+ } else {
45426
+ return $dara.cast<DescribePeakTrendResponse>(await this.execute(params, req, runtime), new DescribePeakTrendResponse({}));
45427
+ }
45428
+
44814
45429
  }
44815
45430
 
44816
45431
  /**
@@ -44900,7 +45515,12 @@ export default class Client extends OpenApi {
44900
45515
  reqBodyType: "formData",
44901
45516
  bodyType: "json",
44902
45517
  });
44903
- return $dara.cast<DescribeProductInstancesResponse>(await this.callApi(params, req, runtime), new DescribeProductInstancesResponse({}));
45518
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
45519
+ return $dara.cast<DescribeProductInstancesResponse>(await this.callApi(params, req, runtime), new DescribeProductInstancesResponse({}));
45520
+ } else {
45521
+ return $dara.cast<DescribeProductInstancesResponse>(await this.execute(params, req, runtime), new DescribeProductInstancesResponse({}));
45522
+ }
45523
+
44904
45524
  }
44905
45525
 
44906
45526
  /**
@@ -44958,7 +45578,12 @@ export default class Client extends OpenApi {
44958
45578
  reqBodyType: "formData",
44959
45579
  bodyType: "json",
44960
45580
  });
44961
- return $dara.cast<DescribePunishedDomainsResponse>(await this.callApi(params, req, runtime), new DescribePunishedDomainsResponse({}));
45581
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
45582
+ return $dara.cast<DescribePunishedDomainsResponse>(await this.callApi(params, req, runtime), new DescribePunishedDomainsResponse({}));
45583
+ } else {
45584
+ return $dara.cast<DescribePunishedDomainsResponse>(await this.execute(params, req, runtime), new DescribePunishedDomainsResponse({}));
45585
+ }
45586
+
44962
45587
  }
44963
45588
 
44964
45589
  /**
@@ -45020,7 +45645,12 @@ export default class Client extends OpenApi {
45020
45645
  reqBodyType: "formData",
45021
45646
  bodyType: "json",
45022
45647
  });
45023
- return $dara.cast<DescribeResourceInstanceCertsResponse>(await this.callApi(params, req, runtime), new DescribeResourceInstanceCertsResponse({}));
45648
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
45649
+ return $dara.cast<DescribeResourceInstanceCertsResponse>(await this.callApi(params, req, runtime), new DescribeResourceInstanceCertsResponse({}));
45650
+ } else {
45651
+ return $dara.cast<DescribeResourceInstanceCertsResponse>(await this.execute(params, req, runtime), new DescribeResourceInstanceCertsResponse({}));
45652
+ }
45653
+
45024
45654
  }
45025
45655
 
45026
45656
  /**
@@ -45074,7 +45704,12 @@ export default class Client extends OpenApi {
45074
45704
  reqBodyType: "formData",
45075
45705
  bodyType: "json",
45076
45706
  });
45077
- return $dara.cast<DescribeResourceLogStatusResponse>(await this.callApi(params, req, runtime), new DescribeResourceLogStatusResponse({}));
45707
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
45708
+ return $dara.cast<DescribeResourceLogStatusResponse>(await this.callApi(params, req, runtime), new DescribeResourceLogStatusResponse({}));
45709
+ } else {
45710
+ return $dara.cast<DescribeResourceLogStatusResponse>(await this.execute(params, req, runtime), new DescribeResourceLogStatusResponse({}));
45711
+ }
45712
+
45078
45713
  }
45079
45714
 
45080
45715
  /**
@@ -45128,7 +45763,12 @@ export default class Client extends OpenApi {
45128
45763
  reqBodyType: "formData",
45129
45764
  bodyType: "json",
45130
45765
  });
45131
- return $dara.cast<DescribeResourcePortResponse>(await this.callApi(params, req, runtime), new DescribeResourcePortResponse({}));
45766
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
45767
+ return $dara.cast<DescribeResourcePortResponse>(await this.callApi(params, req, runtime), new DescribeResourcePortResponse({}));
45768
+ } else {
45769
+ return $dara.cast<DescribeResourcePortResponse>(await this.execute(params, req, runtime), new DescribeResourcePortResponse({}));
45770
+ }
45771
+
45132
45772
  }
45133
45773
 
45134
45774
  /**
@@ -45178,7 +45818,12 @@ export default class Client extends OpenApi {
45178
45818
  reqBodyType: "formData",
45179
45819
  bodyType: "json",
45180
45820
  });
45181
- return $dara.cast<DescribeResourceRegionIdResponse>(await this.callApi(params, req, runtime), new DescribeResourceRegionIdResponse({}));
45821
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
45822
+ return $dara.cast<DescribeResourceRegionIdResponse>(await this.callApi(params, req, runtime), new DescribeResourceRegionIdResponse({}));
45823
+ } else {
45824
+ return $dara.cast<DescribeResourceRegionIdResponse>(await this.execute(params, req, runtime), new DescribeResourceRegionIdResponse({}));
45825
+ }
45826
+
45182
45827
  }
45183
45828
 
45184
45829
  /**
@@ -45232,7 +45877,12 @@ export default class Client extends OpenApi {
45232
45877
  reqBodyType: "formData",
45233
45878
  bodyType: "json",
45234
45879
  });
45235
- return $dara.cast<DescribeResourceSupportRegionsResponse>(await this.callApi(params, req, runtime), new DescribeResourceSupportRegionsResponse({}));
45880
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
45881
+ return $dara.cast<DescribeResourceSupportRegionsResponse>(await this.callApi(params, req, runtime), new DescribeResourceSupportRegionsResponse({}));
45882
+ } else {
45883
+ return $dara.cast<DescribeResourceSupportRegionsResponse>(await this.execute(params, req, runtime), new DescribeResourceSupportRegionsResponse({}));
45884
+ }
45885
+
45236
45886
  }
45237
45887
 
45238
45888
  /**
@@ -45302,7 +45952,12 @@ export default class Client extends OpenApi {
45302
45952
  reqBodyType: "formData",
45303
45953
  bodyType: "json",
45304
45954
  });
45305
- return $dara.cast<DescribeResponseCodeTrendGraphResponse>(await this.callApi(params, req, runtime), new DescribeResponseCodeTrendGraphResponse({}));
45955
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
45956
+ return $dara.cast<DescribeResponseCodeTrendGraphResponse>(await this.callApi(params, req, runtime), new DescribeResponseCodeTrendGraphResponse({}));
45957
+ } else {
45958
+ return $dara.cast<DescribeResponseCodeTrendGraphResponse>(await this.execute(params, req, runtime), new DescribeResponseCodeTrendGraphResponse({}));
45959
+ }
45960
+
45306
45961
  }
45307
45962
 
45308
45963
  /**
@@ -45368,7 +46023,12 @@ export default class Client extends OpenApi {
45368
46023
  reqBodyType: "formData",
45369
46024
  bodyType: "json",
45370
46025
  });
45371
- return $dara.cast<DescribeRuleGroupsResponse>(await this.callApi(params, req, runtime), new DescribeRuleGroupsResponse({}));
46026
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
46027
+ return $dara.cast<DescribeRuleGroupsResponse>(await this.callApi(params, req, runtime), new DescribeRuleGroupsResponse({}));
46028
+ } else {
46029
+ return $dara.cast<DescribeRuleGroupsResponse>(await this.execute(params, req, runtime), new DescribeRuleGroupsResponse({}));
46030
+ }
46031
+
45372
46032
  }
45373
46033
 
45374
46034
  /**
@@ -45434,7 +46094,12 @@ export default class Client extends OpenApi {
45434
46094
  reqBodyType: "formData",
45435
46095
  bodyType: "json",
45436
46096
  });
45437
- return $dara.cast<DescribeRuleHitsTopClientIpResponse>(await this.callApi(params, req, runtime), new DescribeRuleHitsTopClientIpResponse({}));
46097
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
46098
+ return $dara.cast<DescribeRuleHitsTopClientIpResponse>(await this.callApi(params, req, runtime), new DescribeRuleHitsTopClientIpResponse({}));
46099
+ } else {
46100
+ return $dara.cast<DescribeRuleHitsTopClientIpResponse>(await this.execute(params, req, runtime), new DescribeRuleHitsTopClientIpResponse({}));
46101
+ }
46102
+
45438
46103
  }
45439
46104
 
45440
46105
  /**
@@ -45496,7 +46161,12 @@ export default class Client extends OpenApi {
45496
46161
  reqBodyType: "formData",
45497
46162
  bodyType: "json",
45498
46163
  });
45499
- return $dara.cast<DescribeRuleHitsTopResourceResponse>(await this.callApi(params, req, runtime), new DescribeRuleHitsTopResourceResponse({}));
46164
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
46165
+ return $dara.cast<DescribeRuleHitsTopResourceResponse>(await this.callApi(params, req, runtime), new DescribeRuleHitsTopResourceResponse({}));
46166
+ } else {
46167
+ return $dara.cast<DescribeRuleHitsTopResourceResponse>(await this.execute(params, req, runtime), new DescribeRuleHitsTopResourceResponse({}));
46168
+ }
46169
+
45500
46170
  }
45501
46171
 
45502
46172
  /**
@@ -45566,7 +46236,12 @@ export default class Client extends OpenApi {
45566
46236
  reqBodyType: "formData",
45567
46237
  bodyType: "json",
45568
46238
  });
45569
- return $dara.cast<DescribeRuleHitsTopRuleIdResponse>(await this.callApi(params, req, runtime), new DescribeRuleHitsTopRuleIdResponse({}));
46239
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
46240
+ return $dara.cast<DescribeRuleHitsTopRuleIdResponse>(await this.callApi(params, req, runtime), new DescribeRuleHitsTopRuleIdResponse({}));
46241
+ } else {
46242
+ return $dara.cast<DescribeRuleHitsTopRuleIdResponse>(await this.execute(params, req, runtime), new DescribeRuleHitsTopRuleIdResponse({}));
46243
+ }
46244
+
45570
46245
  }
45571
46246
 
45572
46247
  /**
@@ -45628,7 +46303,12 @@ export default class Client extends OpenApi {
45628
46303
  reqBodyType: "formData",
45629
46304
  bodyType: "json",
45630
46305
  });
45631
- return $dara.cast<DescribeRuleHitsTopTuleTypeResponse>(await this.callApi(params, req, runtime), new DescribeRuleHitsTopTuleTypeResponse({}));
46306
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
46307
+ return $dara.cast<DescribeRuleHitsTopTuleTypeResponse>(await this.callApi(params, req, runtime), new DescribeRuleHitsTopTuleTypeResponse({}));
46308
+ } else {
46309
+ return $dara.cast<DescribeRuleHitsTopTuleTypeResponse>(await this.execute(params, req, runtime), new DescribeRuleHitsTopTuleTypeResponse({}));
46310
+ }
46311
+
45632
46312
  }
45633
46313
 
45634
46314
  /**
@@ -45690,7 +46370,12 @@ export default class Client extends OpenApi {
45690
46370
  reqBodyType: "formData",
45691
46371
  bodyType: "json",
45692
46372
  });
45693
- return $dara.cast<DescribeRuleHitsTopUaResponse>(await this.callApi(params, req, runtime), new DescribeRuleHitsTopUaResponse({}));
46373
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
46374
+ return $dara.cast<DescribeRuleHitsTopUaResponse>(await this.callApi(params, req, runtime), new DescribeRuleHitsTopUaResponse({}));
46375
+ } else {
46376
+ return $dara.cast<DescribeRuleHitsTopUaResponse>(await this.execute(params, req, runtime), new DescribeRuleHitsTopUaResponse({}));
46377
+ }
46378
+
45694
46379
  }
45695
46380
 
45696
46381
  /**
@@ -45756,7 +46441,12 @@ export default class Client extends OpenApi {
45756
46441
  reqBodyType: "formData",
45757
46442
  bodyType: "json",
45758
46443
  });
45759
- return $dara.cast<DescribeRuleHitsTopUrlResponse>(await this.callApi(params, req, runtime), new DescribeRuleHitsTopUrlResponse({}));
46444
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
46445
+ return $dara.cast<DescribeRuleHitsTopUrlResponse>(await this.callApi(params, req, runtime), new DescribeRuleHitsTopUrlResponse({}));
46446
+ } else {
46447
+ return $dara.cast<DescribeRuleHitsTopUrlResponse>(await this.execute(params, req, runtime), new DescribeRuleHitsTopUrlResponse({}));
46448
+ }
46449
+
45760
46450
  }
45761
46451
 
45762
46452
  /**
@@ -45830,7 +46520,12 @@ export default class Client extends OpenApi {
45830
46520
  reqBodyType: "formData",
45831
46521
  bodyType: "json",
45832
46522
  });
45833
- return $dara.cast<DescribeSensitiveApiStatisticResponse>(await this.callApi(params, req, runtime), new DescribeSensitiveApiStatisticResponse({}));
46523
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
46524
+ return $dara.cast<DescribeSensitiveApiStatisticResponse>(await this.callApi(params, req, runtime), new DescribeSensitiveApiStatisticResponse({}));
46525
+ } else {
46526
+ return $dara.cast<DescribeSensitiveApiStatisticResponse>(await this.execute(params, req, runtime), new DescribeSensitiveApiStatisticResponse({}));
46527
+ }
46528
+
45834
46529
  }
45835
46530
 
45836
46531
  /**
@@ -45892,7 +46587,12 @@ export default class Client extends OpenApi {
45892
46587
  reqBodyType: "formData",
45893
46588
  bodyType: "json",
45894
46589
  });
45895
- return $dara.cast<DescribeSensitiveDetectionResultResponse>(await this.callApi(params, req, runtime), new DescribeSensitiveDetectionResultResponse({}));
46590
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
46591
+ return $dara.cast<DescribeSensitiveDetectionResultResponse>(await this.callApi(params, req, runtime), new DescribeSensitiveDetectionResultResponse({}));
46592
+ } else {
46593
+ return $dara.cast<DescribeSensitiveDetectionResultResponse>(await this.execute(params, req, runtime), new DescribeSensitiveDetectionResultResponse({}));
46594
+ }
46595
+
45896
46596
  }
45897
46597
 
45898
46598
  /**
@@ -45954,7 +46654,12 @@ export default class Client extends OpenApi {
45954
46654
  reqBodyType: "formData",
45955
46655
  bodyType: "json",
45956
46656
  });
45957
- return $dara.cast<DescribeSensitiveOutboundDistributionResponse>(await this.callApi(params, req, runtime), new DescribeSensitiveOutboundDistributionResponse({}));
46657
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
46658
+ return $dara.cast<DescribeSensitiveOutboundDistributionResponse>(await this.callApi(params, req, runtime), new DescribeSensitiveOutboundDistributionResponse({}));
46659
+ } else {
46660
+ return $dara.cast<DescribeSensitiveOutboundDistributionResponse>(await this.execute(params, req, runtime), new DescribeSensitiveOutboundDistributionResponse({}));
46661
+ }
46662
+
45958
46663
  }
45959
46664
 
45960
46665
  /**
@@ -46048,7 +46753,12 @@ export default class Client extends OpenApi {
46048
46753
  reqBodyType: "formData",
46049
46754
  bodyType: "json",
46050
46755
  });
46051
- return $dara.cast<DescribeSensitiveOutboundStatisticResponse>(await this.callApi(params, req, runtime), new DescribeSensitiveOutboundStatisticResponse({}));
46756
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
46757
+ return $dara.cast<DescribeSensitiveOutboundStatisticResponse>(await this.callApi(params, req, runtime), new DescribeSensitiveOutboundStatisticResponse({}));
46758
+ } else {
46759
+ return $dara.cast<DescribeSensitiveOutboundStatisticResponse>(await this.execute(params, req, runtime), new DescribeSensitiveOutboundStatisticResponse({}));
46760
+ }
46761
+
46052
46762
  }
46053
46763
 
46054
46764
  /**
@@ -46110,7 +46820,12 @@ export default class Client extends OpenApi {
46110
46820
  reqBodyType: "formData",
46111
46821
  bodyType: "json",
46112
46822
  });
46113
- return $dara.cast<DescribeSensitiveOutboundTrendResponse>(await this.callApi(params, req, runtime), new DescribeSensitiveOutboundTrendResponse({}));
46823
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
46824
+ return $dara.cast<DescribeSensitiveOutboundTrendResponse>(await this.callApi(params, req, runtime), new DescribeSensitiveOutboundTrendResponse({}));
46825
+ } else {
46826
+ return $dara.cast<DescribeSensitiveOutboundTrendResponse>(await this.execute(params, req, runtime), new DescribeSensitiveOutboundTrendResponse({}));
46827
+ }
46828
+
46114
46829
  }
46115
46830
 
46116
46831
  /**
@@ -46200,7 +46915,12 @@ export default class Client extends OpenApi {
46200
46915
  reqBodyType: "formData",
46201
46916
  bodyType: "json",
46202
46917
  });
46203
- return $dara.cast<DescribeSensitiveRequestLogResponse>(await this.callApi(params, req, runtime), new DescribeSensitiveRequestLogResponse({}));
46918
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
46919
+ return $dara.cast<DescribeSensitiveRequestLogResponse>(await this.callApi(params, req, runtime), new DescribeSensitiveRequestLogResponse({}));
46920
+ } else {
46921
+ return $dara.cast<DescribeSensitiveRequestLogResponse>(await this.execute(params, req, runtime), new DescribeSensitiveRequestLogResponse({}));
46922
+ }
46923
+
46204
46924
  }
46205
46925
 
46206
46926
  /**
@@ -46278,7 +46998,12 @@ export default class Client extends OpenApi {
46278
46998
  reqBodyType: "formData",
46279
46999
  bodyType: "json",
46280
47000
  });
46281
- return $dara.cast<DescribeSensitiveRequestsResponse>(await this.callApi(params, req, runtime), new DescribeSensitiveRequestsResponse({}));
47001
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
47002
+ return $dara.cast<DescribeSensitiveRequestsResponse>(await this.callApi(params, req, runtime), new DescribeSensitiveRequestsResponse({}));
47003
+ } else {
47004
+ return $dara.cast<DescribeSensitiveRequestsResponse>(await this.execute(params, req, runtime), new DescribeSensitiveRequestsResponse({}));
47005
+ }
47006
+
46282
47007
  }
46283
47008
 
46284
47009
  /**
@@ -46352,7 +47077,12 @@ export default class Client extends OpenApi {
46352
47077
  reqBodyType: "formData",
46353
47078
  bodyType: "json",
46354
47079
  });
46355
- return $dara.cast<DescribeSensitiveStatisticResponse>(await this.callApi(params, req, runtime), new DescribeSensitiveStatisticResponse({}));
47080
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
47081
+ return $dara.cast<DescribeSensitiveStatisticResponse>(await this.callApi(params, req, runtime), new DescribeSensitiveStatisticResponse({}));
47082
+ } else {
47083
+ return $dara.cast<DescribeSensitiveStatisticResponse>(await this.execute(params, req, runtime), new DescribeSensitiveStatisticResponse({}));
47084
+ }
47085
+
46356
47086
  }
46357
47087
 
46358
47088
  /**
@@ -46402,7 +47132,12 @@ export default class Client extends OpenApi {
46402
47132
  reqBodyType: "formData",
46403
47133
  bodyType: "json",
46404
47134
  });
46405
- return $dara.cast<DescribeSlsAuthStatusResponse>(await this.callApi(params, req, runtime), new DescribeSlsAuthStatusResponse({}));
47135
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
47136
+ return $dara.cast<DescribeSlsAuthStatusResponse>(await this.callApi(params, req, runtime), new DescribeSlsAuthStatusResponse({}));
47137
+ } else {
47138
+ return $dara.cast<DescribeSlsAuthStatusResponse>(await this.execute(params, req, runtime), new DescribeSlsAuthStatusResponse({}));
47139
+ }
47140
+
46406
47141
  }
46407
47142
 
46408
47143
  /**
@@ -46452,7 +47187,12 @@ export default class Client extends OpenApi {
46452
47187
  reqBodyType: "formData",
46453
47188
  bodyType: "json",
46454
47189
  });
46455
- return $dara.cast<DescribeSlsLogStoreResponse>(await this.callApi(params, req, runtime), new DescribeSlsLogStoreResponse({}));
47190
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
47191
+ return $dara.cast<DescribeSlsLogStoreResponse>(await this.callApi(params, req, runtime), new DescribeSlsLogStoreResponse({}));
47192
+ } else {
47193
+ return $dara.cast<DescribeSlsLogStoreResponse>(await this.execute(params, req, runtime), new DescribeSlsLogStoreResponse({}));
47194
+ }
47195
+
46456
47196
  }
46457
47197
 
46458
47198
  /**
@@ -46502,7 +47242,12 @@ export default class Client extends OpenApi {
46502
47242
  reqBodyType: "formData",
46503
47243
  bodyType: "json",
46504
47244
  });
46505
- return $dara.cast<DescribeSlsLogStoreStatusResponse>(await this.callApi(params, req, runtime), new DescribeSlsLogStoreStatusResponse({}));
47245
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
47246
+ return $dara.cast<DescribeSlsLogStoreStatusResponse>(await this.callApi(params, req, runtime), new DescribeSlsLogStoreStatusResponse({}));
47247
+ } else {
47248
+ return $dara.cast<DescribeSlsLogStoreStatusResponse>(await this.execute(params, req, runtime), new DescribeSlsLogStoreStatusResponse({}));
47249
+ }
47250
+
46506
47251
  }
46507
47252
 
46508
47253
  /**
@@ -46556,7 +47301,12 @@ export default class Client extends OpenApi {
46556
47301
  reqBodyType: "formData",
46557
47302
  bodyType: "json",
46558
47303
  });
46559
- return $dara.cast<DescribeTemplateResourceCountResponse>(await this.callApi(params, req, runtime), new DescribeTemplateResourceCountResponse({}));
47304
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
47305
+ return $dara.cast<DescribeTemplateResourceCountResponse>(await this.callApi(params, req, runtime), new DescribeTemplateResourceCountResponse({}));
47306
+ } else {
47307
+ return $dara.cast<DescribeTemplateResourceCountResponse>(await this.execute(params, req, runtime), new DescribeTemplateResourceCountResponse({}));
47308
+ }
47309
+
46560
47310
  }
46561
47311
 
46562
47312
  /**
@@ -46614,7 +47364,12 @@ export default class Client extends OpenApi {
46614
47364
  reqBodyType: "formData",
46615
47365
  bodyType: "json",
46616
47366
  });
46617
- return $dara.cast<DescribeTemplateResourcesResponse>(await this.callApi(params, req, runtime), new DescribeTemplateResourcesResponse({}));
47367
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
47368
+ return $dara.cast<DescribeTemplateResourcesResponse>(await this.callApi(params, req, runtime), new DescribeTemplateResourcesResponse({}));
47369
+ } else {
47370
+ return $dara.cast<DescribeTemplateResourcesResponse>(await this.execute(params, req, runtime), new DescribeTemplateResourcesResponse({}));
47371
+ }
47372
+
46618
47373
  }
46619
47374
 
46620
47375
  /**
@@ -46668,7 +47423,12 @@ export default class Client extends OpenApi {
46668
47423
  reqBodyType: "formData",
46669
47424
  bodyType: "json",
46670
47425
  });
46671
- return $dara.cast<DescribeUserAbnormalTrendResponse>(await this.callApi(params, req, runtime), new DescribeUserAbnormalTrendResponse({}));
47426
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
47427
+ return $dara.cast<DescribeUserAbnormalTrendResponse>(await this.callApi(params, req, runtime), new DescribeUserAbnormalTrendResponse({}));
47428
+ } else {
47429
+ return $dara.cast<DescribeUserAbnormalTrendResponse>(await this.execute(params, req, runtime), new DescribeUserAbnormalTrendResponse({}));
47430
+ }
47431
+
46672
47432
  }
46673
47433
 
46674
47434
  /**
@@ -46730,7 +47490,12 @@ export default class Client extends OpenApi {
46730
47490
  reqBodyType: "formData",
46731
47491
  bodyType: "json",
46732
47492
  });
46733
- return $dara.cast<DescribeUserAbnormalTypeResponse>(await this.callApi(params, req, runtime), new DescribeUserAbnormalTypeResponse({}));
47493
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
47494
+ return $dara.cast<DescribeUserAbnormalTypeResponse>(await this.callApi(params, req, runtime), new DescribeUserAbnormalTypeResponse({}));
47495
+ } else {
47496
+ return $dara.cast<DescribeUserAbnormalTypeResponse>(await this.execute(params, req, runtime), new DescribeUserAbnormalTypeResponse({}));
47497
+ }
47498
+
46734
47499
  }
46735
47500
 
46736
47501
  /**
@@ -46800,7 +47565,12 @@ export default class Client extends OpenApi {
46800
47565
  reqBodyType: "formData",
46801
47566
  bodyType: "json",
46802
47567
  });
46803
- return $dara.cast<DescribeUserApiRequestResponse>(await this.callApi(params, req, runtime), new DescribeUserApiRequestResponse({}));
47568
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
47569
+ return $dara.cast<DescribeUserApiRequestResponse>(await this.callApi(params, req, runtime), new DescribeUserApiRequestResponse({}));
47570
+ } else {
47571
+ return $dara.cast<DescribeUserApiRequestResponse>(await this.execute(params, req, runtime), new DescribeUserApiRequestResponse({}));
47572
+ }
47573
+
46804
47574
  }
46805
47575
 
46806
47576
  /**
@@ -46862,7 +47632,12 @@ export default class Client extends OpenApi {
46862
47632
  reqBodyType: "formData",
46863
47633
  bodyType: "json",
46864
47634
  });
46865
- return $dara.cast<DescribeUserAssetResponse>(await this.callApi(params, req, runtime), new DescribeUserAssetResponse({}));
47635
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
47636
+ return $dara.cast<DescribeUserAssetResponse>(await this.callApi(params, req, runtime), new DescribeUserAssetResponse({}));
47637
+ } else {
47638
+ return $dara.cast<DescribeUserAssetResponse>(await this.execute(params, req, runtime), new DescribeUserAssetResponse({}));
47639
+ }
47640
+
46866
47641
  }
46867
47642
 
46868
47643
  /**
@@ -46916,7 +47691,12 @@ export default class Client extends OpenApi {
46916
47691
  reqBodyType: "formData",
46917
47692
  bodyType: "json",
46918
47693
  });
46919
- return $dara.cast<DescribeUserEventTrendResponse>(await this.callApi(params, req, runtime), new DescribeUserEventTrendResponse({}));
47694
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
47695
+ return $dara.cast<DescribeUserEventTrendResponse>(await this.callApi(params, req, runtime), new DescribeUserEventTrendResponse({}));
47696
+ } else {
47697
+ return $dara.cast<DescribeUserEventTrendResponse>(await this.execute(params, req, runtime), new DescribeUserEventTrendResponse({}));
47698
+ }
47699
+
46920
47700
  }
46921
47701
 
46922
47702
  /**
@@ -46978,7 +47758,12 @@ export default class Client extends OpenApi {
46978
47758
  reqBodyType: "formData",
46979
47759
  bodyType: "json",
46980
47760
  });
46981
- return $dara.cast<DescribeUserEventTypeResponse>(await this.callApi(params, req, runtime), new DescribeUserEventTypeResponse({}));
47761
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
47762
+ return $dara.cast<DescribeUserEventTypeResponse>(await this.callApi(params, req, runtime), new DescribeUserEventTypeResponse({}));
47763
+ } else {
47764
+ return $dara.cast<DescribeUserEventTypeResponse>(await this.execute(params, req, runtime), new DescribeUserEventTypeResponse({}));
47765
+ }
47766
+
46982
47767
  }
46983
47768
 
46984
47769
  /**
@@ -47028,7 +47813,12 @@ export default class Client extends OpenApi {
47028
47813
  reqBodyType: "formData",
47029
47814
  bodyType: "json",
47030
47815
  });
47031
- return $dara.cast<DescribeUserSlsLogRegionsResponse>(await this.callApi(params, req, runtime), new DescribeUserSlsLogRegionsResponse({}));
47816
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
47817
+ return $dara.cast<DescribeUserSlsLogRegionsResponse>(await this.callApi(params, req, runtime), new DescribeUserSlsLogRegionsResponse({}));
47818
+ } else {
47819
+ return $dara.cast<DescribeUserSlsLogRegionsResponse>(await this.execute(params, req, runtime), new DescribeUserSlsLogRegionsResponse({}));
47820
+ }
47821
+
47032
47822
  }
47033
47823
 
47034
47824
  /**
@@ -47078,7 +47868,12 @@ export default class Client extends OpenApi {
47078
47868
  reqBodyType: "formData",
47079
47869
  bodyType: "json",
47080
47870
  });
47081
- return $dara.cast<DescribeUserWafLogStatusResponse>(await this.callApi(params, req, runtime), new DescribeUserWafLogStatusResponse({}));
47871
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
47872
+ return $dara.cast<DescribeUserWafLogStatusResponse>(await this.callApi(params, req, runtime), new DescribeUserWafLogStatusResponse({}));
47873
+ } else {
47874
+ return $dara.cast<DescribeUserWafLogStatusResponse>(await this.execute(params, req, runtime), new DescribeUserWafLogStatusResponse({}));
47875
+ }
47876
+
47082
47877
  }
47083
47878
 
47084
47879
  /**
@@ -47140,7 +47935,12 @@ export default class Client extends OpenApi {
47140
47935
  reqBodyType: "formData",
47141
47936
  bodyType: "json",
47142
47937
  });
47143
- return $dara.cast<DescribeVisitTopIpResponse>(await this.callApi(params, req, runtime), new DescribeVisitTopIpResponse({}));
47938
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
47939
+ return $dara.cast<DescribeVisitTopIpResponse>(await this.callApi(params, req, runtime), new DescribeVisitTopIpResponse({}));
47940
+ } else {
47941
+ return $dara.cast<DescribeVisitTopIpResponse>(await this.execute(params, req, runtime), new DescribeVisitTopIpResponse({}));
47942
+ }
47943
+
47144
47944
  }
47145
47945
 
47146
47946
  /**
@@ -47202,7 +48002,12 @@ export default class Client extends OpenApi {
47202
48002
  reqBodyType: "formData",
47203
48003
  bodyType: "json",
47204
48004
  });
47205
- return $dara.cast<DescribeVisitUasResponse>(await this.callApi(params, req, runtime), new DescribeVisitUasResponse({}));
48005
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
48006
+ return $dara.cast<DescribeVisitUasResponse>(await this.callApi(params, req, runtime), new DescribeVisitUasResponse({}));
48007
+ } else {
48008
+ return $dara.cast<DescribeVisitUasResponse>(await this.execute(params, req, runtime), new DescribeVisitUasResponse({}));
48009
+ }
48010
+
47206
48011
  }
47207
48012
 
47208
48013
  /**
@@ -47252,7 +48057,12 @@ export default class Client extends OpenApi {
47252
48057
  reqBodyType: "formData",
47253
48058
  bodyType: "json",
47254
48059
  });
47255
- return $dara.cast<DescribeWafSourceIpSegmentResponse>(await this.callApi(params, req, runtime), new DescribeWafSourceIpSegmentResponse({}));
48060
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
48061
+ return $dara.cast<DescribeWafSourceIpSegmentResponse>(await this.callApi(params, req, runtime), new DescribeWafSourceIpSegmentResponse({}));
48062
+ } else {
48063
+ return $dara.cast<DescribeWafSourceIpSegmentResponse>(await this.execute(params, req, runtime), new DescribeWafSourceIpSegmentResponse({}));
48064
+ }
48065
+
47256
48066
  }
47257
48067
 
47258
48068
  /**
@@ -47306,7 +48116,12 @@ export default class Client extends OpenApi {
47306
48116
  reqBodyType: "formData",
47307
48117
  bodyType: "json",
47308
48118
  });
47309
- return $dara.cast<ListTagKeysResponse>(await this.callApi(params, req, runtime), new ListTagKeysResponse({}));
48119
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
48120
+ return $dara.cast<ListTagKeysResponse>(await this.callApi(params, req, runtime), new ListTagKeysResponse({}));
48121
+ } else {
48122
+ return $dara.cast<ListTagKeysResponse>(await this.execute(params, req, runtime), new ListTagKeysResponse({}));
48123
+ }
48124
+
47310
48125
  }
47311
48126
 
47312
48127
  /**
@@ -47364,7 +48179,12 @@ export default class Client extends OpenApi {
47364
48179
  reqBodyType: "formData",
47365
48180
  bodyType: "json",
47366
48181
  });
47367
- return $dara.cast<ListTagResourcesResponse>(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
48182
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
48183
+ return $dara.cast<ListTagResourcesResponse>(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
48184
+ } else {
48185
+ return $dara.cast<ListTagResourcesResponse>(await this.execute(params, req, runtime), new ListTagResourcesResponse({}));
48186
+ }
48187
+
47368
48188
  }
47369
48189
 
47370
48190
  /**
@@ -47426,7 +48246,12 @@ export default class Client extends OpenApi {
47426
48246
  reqBodyType: "formData",
47427
48247
  bodyType: "json",
47428
48248
  });
47429
- return $dara.cast<ListTagValuesResponse>(await this.callApi(params, req, runtime), new ListTagValuesResponse({}));
48249
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
48250
+ return $dara.cast<ListTagValuesResponse>(await this.callApi(params, req, runtime), new ListTagValuesResponse({}));
48251
+ } else {
48252
+ return $dara.cast<ListTagValuesResponse>(await this.execute(params, req, runtime), new ListTagValuesResponse({}));
48253
+ }
48254
+
47430
48255
  }
47431
48256
 
47432
48257
  /**
@@ -47492,7 +48317,12 @@ export default class Client extends OpenApi {
47492
48317
  reqBodyType: "formData",
47493
48318
  bodyType: "json",
47494
48319
  });
47495
- return $dara.cast<ModifyApisecAbnormalsResponse>(await this.callApi(params, req, runtime), new ModifyApisecAbnormalsResponse({}));
48320
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
48321
+ return $dara.cast<ModifyApisecAbnormalsResponse>(await this.callApi(params, req, runtime), new ModifyApisecAbnormalsResponse({}));
48322
+ } else {
48323
+ return $dara.cast<ModifyApisecAbnormalsResponse>(await this.execute(params, req, runtime), new ModifyApisecAbnormalsResponse({}));
48324
+ }
48325
+
47496
48326
  }
47497
48327
 
47498
48328
  /**
@@ -47558,7 +48388,12 @@ export default class Client extends OpenApi {
47558
48388
  reqBodyType: "formData",
47559
48389
  bodyType: "json",
47560
48390
  });
47561
- return $dara.cast<ModifyApisecApiResourceResponse>(await this.callApi(params, req, runtime), new ModifyApisecApiResourceResponse({}));
48391
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
48392
+ return $dara.cast<ModifyApisecApiResourceResponse>(await this.callApi(params, req, runtime), new ModifyApisecApiResourceResponse({}));
48393
+ } else {
48394
+ return $dara.cast<ModifyApisecApiResourceResponse>(await this.execute(params, req, runtime), new ModifyApisecApiResourceResponse({}));
48395
+ }
48396
+
47562
48397
  }
47563
48398
 
47564
48399
  /**
@@ -47624,7 +48459,12 @@ export default class Client extends OpenApi {
47624
48459
  reqBodyType: "formData",
47625
48460
  bodyType: "json",
47626
48461
  });
47627
- return $dara.cast<ModifyApisecEventsResponse>(await this.callApi(params, req, runtime), new ModifyApisecEventsResponse({}));
48462
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
48463
+ return $dara.cast<ModifyApisecEventsResponse>(await this.callApi(params, req, runtime), new ModifyApisecEventsResponse({}));
48464
+ } else {
48465
+ return $dara.cast<ModifyApisecEventsResponse>(await this.execute(params, req, runtime), new ModifyApisecEventsResponse({}));
48466
+ }
48467
+
47628
48468
  }
47629
48469
 
47630
48470
  /**
@@ -47690,7 +48530,12 @@ export default class Client extends OpenApi {
47690
48530
  reqBodyType: "formData",
47691
48531
  bodyType: "json",
47692
48532
  });
47693
- return $dara.cast<ModifyApisecLogDeliveryResponse>(await this.callApi(params, req, runtime), new ModifyApisecLogDeliveryResponse({}));
48533
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
48534
+ return $dara.cast<ModifyApisecLogDeliveryResponse>(await this.callApi(params, req, runtime), new ModifyApisecLogDeliveryResponse({}));
48535
+ } else {
48536
+ return $dara.cast<ModifyApisecLogDeliveryResponse>(await this.execute(params, req, runtime), new ModifyApisecLogDeliveryResponse({}));
48537
+ }
48538
+
47694
48539
  }
47695
48540
 
47696
48541
  /**
@@ -47748,7 +48593,12 @@ export default class Client extends OpenApi {
47748
48593
  reqBodyType: "formData",
47749
48594
  bodyType: "json",
47750
48595
  });
47751
- return $dara.cast<ModifyApisecLogDeliveryStatusResponse>(await this.callApi(params, req, runtime), new ModifyApisecLogDeliveryStatusResponse({}));
48596
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
48597
+ return $dara.cast<ModifyApisecLogDeliveryStatusResponse>(await this.callApi(params, req, runtime), new ModifyApisecLogDeliveryStatusResponse({}));
48598
+ } else {
48599
+ return $dara.cast<ModifyApisecLogDeliveryStatusResponse>(await this.execute(params, req, runtime), new ModifyApisecLogDeliveryStatusResponse({}));
48600
+ }
48601
+
47752
48602
  }
47753
48603
 
47754
48604
  /**
@@ -47814,7 +48664,12 @@ export default class Client extends OpenApi {
47814
48664
  reqBodyType: "formData",
47815
48665
  bodyType: "json",
47816
48666
  });
47817
- return $dara.cast<ModifyApisecModuleStatusResponse>(await this.callApi(params, req, runtime), new ModifyApisecModuleStatusResponse({}));
48667
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
48668
+ return $dara.cast<ModifyApisecModuleStatusResponse>(await this.callApi(params, req, runtime), new ModifyApisecModuleStatusResponse({}));
48669
+ } else {
48670
+ return $dara.cast<ModifyApisecModuleStatusResponse>(await this.execute(params, req, runtime), new ModifyApisecModuleStatusResponse({}));
48671
+ }
48672
+
47818
48673
  }
47819
48674
 
47820
48675
  /**
@@ -47876,7 +48731,12 @@ export default class Client extends OpenApi {
47876
48731
  reqBodyType: "formData",
47877
48732
  bodyType: "json",
47878
48733
  });
47879
- return $dara.cast<ModifyApisecStatusResponse>(await this.callApi(params, req, runtime), new ModifyApisecStatusResponse({}));
48734
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
48735
+ return $dara.cast<ModifyApisecStatusResponse>(await this.callApi(params, req, runtime), new ModifyApisecStatusResponse({}));
48736
+ } else {
48737
+ return $dara.cast<ModifyApisecStatusResponse>(await this.execute(params, req, runtime), new ModifyApisecStatusResponse({}));
48738
+ }
48739
+
47880
48740
  }
47881
48741
 
47882
48742
  /**
@@ -47944,7 +48804,12 @@ export default class Client extends OpenApi {
47944
48804
  reqBodyType: "formData",
47945
48805
  bodyType: "json",
47946
48806
  });
47947
- return $dara.cast<ModifyCloudResourceResponse>(await this.callApi(params, req, runtime), new ModifyCloudResourceResponse({}));
48807
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
48808
+ return $dara.cast<ModifyCloudResourceResponse>(await this.callApi(params, req, runtime), new ModifyCloudResourceResponse({}));
48809
+ } else {
48810
+ return $dara.cast<ModifyCloudResourceResponse>(await this.execute(params, req, runtime), new ModifyCloudResourceResponse({}));
48811
+ }
48812
+
47948
48813
  }
47949
48814
 
47950
48815
  /**
@@ -48014,7 +48879,12 @@ export default class Client extends OpenApi {
48014
48879
  reqBodyType: "formData",
48015
48880
  bodyType: "json",
48016
48881
  });
48017
- return $dara.cast<ModifyDefaultHttpsResponse>(await this.callApi(params, req, runtime), new ModifyDefaultHttpsResponse({}));
48882
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
48883
+ return $dara.cast<ModifyDefaultHttpsResponse>(await this.callApi(params, req, runtime), new ModifyDefaultHttpsResponse({}));
48884
+ } else {
48885
+ return $dara.cast<ModifyDefaultHttpsResponse>(await this.execute(params, req, runtime), new ModifyDefaultHttpsResponse({}));
48886
+ }
48887
+
48018
48888
  }
48019
48889
 
48020
48890
  /**
@@ -48080,7 +48950,12 @@ export default class Client extends OpenApi {
48080
48950
  reqBodyType: "formData",
48081
48951
  bodyType: "json",
48082
48952
  });
48083
- return $dara.cast<ModifyDefenseResourceGroupResponse>(await this.callApi(params, req, runtime), new ModifyDefenseResourceGroupResponse({}));
48953
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
48954
+ return $dara.cast<ModifyDefenseResourceGroupResponse>(await this.callApi(params, req, runtime), new ModifyDefenseResourceGroupResponse({}));
48955
+ } else {
48956
+ return $dara.cast<ModifyDefenseResourceGroupResponse>(await this.execute(params, req, runtime), new ModifyDefenseResourceGroupResponse({}));
48957
+ }
48958
+
48084
48959
  }
48085
48960
 
48086
48961
  /**
@@ -48136,6 +49011,10 @@ export default class Client extends OpenApi {
48136
49011
  query["ResourceManagerResourceGroupId"] = request.resourceManagerResourceGroupId;
48137
49012
  }
48138
49013
 
49014
+ if (!$dara.isNull(request.responseHeaders)) {
49015
+ query["ResponseHeaders"] = request.responseHeaders;
49016
+ }
49017
+
48139
49018
  if (!$dara.isNull(request.xffStatus)) {
48140
49019
  query["XffStatus"] = request.xffStatus;
48141
49020
  }
@@ -48154,7 +49033,12 @@ export default class Client extends OpenApi {
48154
49033
  reqBodyType: "formData",
48155
49034
  bodyType: "json",
48156
49035
  });
48157
- return $dara.cast<ModifyDefenseResourceXffResponse>(await this.callApi(params, req, runtime), new ModifyDefenseResourceXffResponse({}));
49036
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
49037
+ return $dara.cast<ModifyDefenseResourceXffResponse>(await this.callApi(params, req, runtime), new ModifyDefenseResourceXffResponse({}));
49038
+ } else {
49039
+ return $dara.cast<ModifyDefenseResourceXffResponse>(await this.execute(params, req, runtime), new ModifyDefenseResourceXffResponse({}));
49040
+ }
49041
+
48158
49042
  }
48159
49043
 
48160
49044
  /**
@@ -48218,7 +49102,12 @@ export default class Client extends OpenApi {
48218
49102
  reqBodyType: "formData",
48219
49103
  bodyType: "json",
48220
49104
  });
48221
- return $dara.cast<ModifyDefenseRuleResponse>(await this.callApi(params, req, runtime), new ModifyDefenseRuleResponse({}));
49105
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
49106
+ return $dara.cast<ModifyDefenseRuleResponse>(await this.callApi(params, req, runtime), new ModifyDefenseRuleResponse({}));
49107
+ } else {
49108
+ return $dara.cast<ModifyDefenseRuleResponse>(await this.execute(params, req, runtime), new ModifyDefenseRuleResponse({}));
49109
+ }
49110
+
48222
49111
  }
48223
49112
 
48224
49113
  /**
@@ -48276,7 +49165,12 @@ export default class Client extends OpenApi {
48276
49165
  reqBodyType: "formData",
48277
49166
  bodyType: "json",
48278
49167
  });
48279
- return $dara.cast<ModifyDefenseRuleCacheResponse>(await this.callApi(params, req, runtime), new ModifyDefenseRuleCacheResponse({}));
49168
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
49169
+ return $dara.cast<ModifyDefenseRuleCacheResponse>(await this.callApi(params, req, runtime), new ModifyDefenseRuleCacheResponse({}));
49170
+ } else {
49171
+ return $dara.cast<ModifyDefenseRuleCacheResponse>(await this.execute(params, req, runtime), new ModifyDefenseRuleCacheResponse({}));
49172
+ }
49173
+
48280
49174
  }
48281
49175
 
48282
49176
  /**
@@ -48338,7 +49232,12 @@ export default class Client extends OpenApi {
48338
49232
  reqBodyType: "formData",
48339
49233
  bodyType: "json",
48340
49234
  });
48341
- return $dara.cast<ModifyDefenseRuleStatusResponse>(await this.callApi(params, req, runtime), new ModifyDefenseRuleStatusResponse({}));
49235
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
49236
+ return $dara.cast<ModifyDefenseRuleStatusResponse>(await this.callApi(params, req, runtime), new ModifyDefenseRuleStatusResponse({}));
49237
+ } else {
49238
+ return $dara.cast<ModifyDefenseRuleStatusResponse>(await this.execute(params, req, runtime), new ModifyDefenseRuleStatusResponse({}));
49239
+ }
49240
+
48342
49241
  }
48343
49242
 
48344
49243
  /**
@@ -48400,7 +49299,12 @@ export default class Client extends OpenApi {
48400
49299
  reqBodyType: "formData",
48401
49300
  bodyType: "json",
48402
49301
  });
48403
- return $dara.cast<ModifyDefenseTemplateResponse>(await this.callApi(params, req, runtime), new ModifyDefenseTemplateResponse({}));
49302
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
49303
+ return $dara.cast<ModifyDefenseTemplateResponse>(await this.callApi(params, req, runtime), new ModifyDefenseTemplateResponse({}));
49304
+ } else {
49305
+ return $dara.cast<ModifyDefenseTemplateResponse>(await this.execute(params, req, runtime), new ModifyDefenseTemplateResponse({}));
49306
+ }
49307
+
48404
49308
  }
48405
49309
 
48406
49310
  /**
@@ -48458,7 +49362,12 @@ export default class Client extends OpenApi {
48458
49362
  reqBodyType: "formData",
48459
49363
  bodyType: "json",
48460
49364
  });
48461
- return $dara.cast<ModifyDefenseTemplateStatusResponse>(await this.callApi(params, req, runtime), new ModifyDefenseTemplateStatusResponse({}));
49365
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
49366
+ return $dara.cast<ModifyDefenseTemplateStatusResponse>(await this.callApi(params, req, runtime), new ModifyDefenseTemplateStatusResponse({}));
49367
+ } else {
49368
+ return $dara.cast<ModifyDefenseTemplateStatusResponse>(await this.execute(params, req, runtime), new ModifyDefenseTemplateStatusResponse({}));
49369
+ }
49370
+
48462
49371
  }
48463
49372
 
48464
49373
  /**
@@ -48530,7 +49439,12 @@ export default class Client extends OpenApi {
48530
49439
  reqBodyType: "formData",
48531
49440
  bodyType: "json",
48532
49441
  });
48533
- return $dara.cast<ModifyDomainResponse>(await this.callApi(params, req, runtime), new ModifyDomainResponse({}));
49442
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
49443
+ return $dara.cast<ModifyDomainResponse>(await this.callApi(params, req, runtime), new ModifyDomainResponse({}));
49444
+ } else {
49445
+ return $dara.cast<ModifyDomainResponse>(await this.execute(params, req, runtime), new ModifyDomainResponse({}));
49446
+ }
49447
+
48534
49448
  }
48535
49449
 
48536
49450
  /**
@@ -48584,7 +49498,12 @@ export default class Client extends OpenApi {
48584
49498
  reqBodyType: "formData",
48585
49499
  bodyType: "json",
48586
49500
  });
48587
- return $dara.cast<ModifyDomainPunishStatusResponse>(await this.callApi(params, req, runtime), new ModifyDomainPunishStatusResponse({}));
49501
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
49502
+ return $dara.cast<ModifyDomainPunishStatusResponse>(await this.callApi(params, req, runtime), new ModifyDomainPunishStatusResponse({}));
49503
+ } else {
49504
+ return $dara.cast<ModifyDomainPunishStatusResponse>(await this.execute(params, req, runtime), new ModifyDomainPunishStatusResponse({}));
49505
+ }
49506
+
48588
49507
  }
48589
49508
 
48590
49509
  /**
@@ -48642,7 +49561,12 @@ export default class Client extends OpenApi {
48642
49561
  reqBodyType: "formData",
48643
49562
  bodyType: "json",
48644
49563
  });
48645
- return $dara.cast<ModifyHybridCloudClusterBypassStatusResponse>(await this.callApi(params, req, runtime), new ModifyHybridCloudClusterBypassStatusResponse({}));
49564
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
49565
+ return $dara.cast<ModifyHybridCloudClusterBypassStatusResponse>(await this.callApi(params, req, runtime), new ModifyHybridCloudClusterBypassStatusResponse({}));
49566
+ } else {
49567
+ return $dara.cast<ModifyHybridCloudClusterBypassStatusResponse>(await this.execute(params, req, runtime), new ModifyHybridCloudClusterBypassStatusResponse({}));
49568
+ }
49569
+
48646
49570
  }
48647
49571
 
48648
49572
  /**
@@ -48708,7 +49632,12 @@ export default class Client extends OpenApi {
48708
49632
  reqBodyType: "formData",
48709
49633
  bodyType: "json",
48710
49634
  });
48711
- return $dara.cast<ModifyHybridCloudClusterRuleResponse>(await this.callApi(params, req, runtime), new ModifyHybridCloudClusterRuleResponse({}));
49635
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
49636
+ return $dara.cast<ModifyHybridCloudClusterRuleResponse>(await this.callApi(params, req, runtime), new ModifyHybridCloudClusterRuleResponse({}));
49637
+ } else {
49638
+ return $dara.cast<ModifyHybridCloudClusterRuleResponse>(await this.execute(params, req, runtime), new ModifyHybridCloudClusterRuleResponse({}));
49639
+ }
49640
+
48712
49641
  }
48713
49642
 
48714
49643
  /**
@@ -48774,7 +49703,12 @@ export default class Client extends OpenApi {
48774
49703
  reqBodyType: "formData",
48775
49704
  bodyType: "json",
48776
49705
  });
48777
- return $dara.cast<ModifyHybridCloudGroupResponse>(await this.callApi(params, req, runtime), new ModifyHybridCloudGroupResponse({}));
49706
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
49707
+ return $dara.cast<ModifyHybridCloudGroupResponse>(await this.callApi(params, req, runtime), new ModifyHybridCloudGroupResponse({}));
49708
+ } else {
49709
+ return $dara.cast<ModifyHybridCloudGroupResponse>(await this.execute(params, req, runtime), new ModifyHybridCloudGroupResponse({}));
49710
+ }
49711
+
48778
49712
  }
48779
49713
 
48780
49714
  /**
@@ -48836,7 +49770,12 @@ export default class Client extends OpenApi {
48836
49770
  reqBodyType: "formData",
48837
49771
  bodyType: "json",
48838
49772
  });
48839
- return $dara.cast<ModifyHybridCloudGroupExpansionServerResponse>(await this.callApi(params, req, runtime), new ModifyHybridCloudGroupExpansionServerResponse({}));
49773
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
49774
+ return $dara.cast<ModifyHybridCloudGroupExpansionServerResponse>(await this.callApi(params, req, runtime), new ModifyHybridCloudGroupExpansionServerResponse({}));
49775
+ } else {
49776
+ return $dara.cast<ModifyHybridCloudGroupExpansionServerResponse>(await this.execute(params, req, runtime), new ModifyHybridCloudGroupExpansionServerResponse({}));
49777
+ }
49778
+
48840
49779
  }
48841
49780
 
48842
49781
  /**
@@ -48898,7 +49837,12 @@ export default class Client extends OpenApi {
48898
49837
  reqBodyType: "formData",
48899
49838
  bodyType: "json",
48900
49839
  });
48901
- return $dara.cast<ModifyHybridCloudGroupShrinkServerResponse>(await this.callApi(params, req, runtime), new ModifyHybridCloudGroupShrinkServerResponse({}));
49840
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
49841
+ return $dara.cast<ModifyHybridCloudGroupShrinkServerResponse>(await this.callApi(params, req, runtime), new ModifyHybridCloudGroupShrinkServerResponse({}));
49842
+ } else {
49843
+ return $dara.cast<ModifyHybridCloudGroupShrinkServerResponse>(await this.execute(params, req, runtime), new ModifyHybridCloudGroupShrinkServerResponse({}));
49844
+ }
49845
+
48902
49846
  }
48903
49847
 
48904
49848
  /**
@@ -48948,7 +49892,12 @@ export default class Client extends OpenApi {
48948
49892
  reqBodyType: "formData",
48949
49893
  bodyType: "json",
48950
49894
  });
48951
- return $dara.cast<ModifyHybridCloudSdkPullinStatusResponse>(await this.callApi(params, req, runtime), new ModifyHybridCloudSdkPullinStatusResponse({}));
49895
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
49896
+ return $dara.cast<ModifyHybridCloudSdkPullinStatusResponse>(await this.callApi(params, req, runtime), new ModifyHybridCloudSdkPullinStatusResponse({}));
49897
+ } else {
49898
+ return $dara.cast<ModifyHybridCloudSdkPullinStatusResponse>(await this.execute(params, req, runtime), new ModifyHybridCloudSdkPullinStatusResponse({}));
49899
+ }
49900
+
48952
49901
  }
48953
49902
 
48954
49903
  /**
@@ -49018,7 +49967,12 @@ export default class Client extends OpenApi {
49018
49967
  reqBodyType: "formData",
49019
49968
  bodyType: "json",
49020
49969
  });
49021
- return $dara.cast<ModifyHybridCloudServerResponse>(await this.callApi(params, req, runtime), new ModifyHybridCloudServerResponse({}));
49970
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
49971
+ return $dara.cast<ModifyHybridCloudServerResponse>(await this.callApi(params, req, runtime), new ModifyHybridCloudServerResponse({}));
49972
+ } else {
49973
+ return $dara.cast<ModifyHybridCloudServerResponse>(await this.execute(params, req, runtime), new ModifyHybridCloudServerResponse({}));
49974
+ }
49975
+
49022
49976
  }
49023
49977
 
49024
49978
  /**
@@ -49088,7 +50042,12 @@ export default class Client extends OpenApi {
49088
50042
  reqBodyType: "formData",
49089
50043
  bodyType: "json",
49090
50044
  });
49091
- return $dara.cast<ModifyMajorProtectionBlackIpResponse>(await this.callApi(params, req, runtime), new ModifyMajorProtectionBlackIpResponse({}));
50045
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
50046
+ return $dara.cast<ModifyMajorProtectionBlackIpResponse>(await this.callApi(params, req, runtime), new ModifyMajorProtectionBlackIpResponse({}));
50047
+ } else {
50048
+ return $dara.cast<ModifyMajorProtectionBlackIpResponse>(await this.execute(params, req, runtime), new ModifyMajorProtectionBlackIpResponse({}));
50049
+ }
50050
+
49092
50051
  }
49093
50052
 
49094
50053
  /**
@@ -49150,7 +50109,12 @@ export default class Client extends OpenApi {
49150
50109
  reqBodyType: "formData",
49151
50110
  bodyType: "json",
49152
50111
  });
49153
- return $dara.cast<ModifyMemberAccountResponse>(await this.callApi(params, req, runtime), new ModifyMemberAccountResponse({}));
50112
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
50113
+ return $dara.cast<ModifyMemberAccountResponse>(await this.callApi(params, req, runtime), new ModifyMemberAccountResponse({}));
50114
+ } else {
50115
+ return $dara.cast<ModifyMemberAccountResponse>(await this.execute(params, req, runtime), new ModifyMemberAccountResponse({}));
50116
+ }
50117
+
49154
50118
  }
49155
50119
 
49156
50120
  /**
@@ -49204,7 +50168,12 @@ export default class Client extends OpenApi {
49204
50168
  reqBodyType: "formData",
49205
50169
  bodyType: "json",
49206
50170
  });
49207
- return $dara.cast<ModifyPauseProtectionStatusResponse>(await this.callApi(params, req, runtime), new ModifyPauseProtectionStatusResponse({}));
50171
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
50172
+ return $dara.cast<ModifyPauseProtectionStatusResponse>(await this.callApi(params, req, runtime), new ModifyPauseProtectionStatusResponse({}));
50173
+ } else {
50174
+ return $dara.cast<ModifyPauseProtectionStatusResponse>(await this.execute(params, req, runtime), new ModifyPauseProtectionStatusResponse({}));
50175
+ }
50176
+
49208
50177
  }
49209
50178
 
49210
50179
  /**
@@ -49262,7 +50231,12 @@ export default class Client extends OpenApi {
49262
50231
  reqBodyType: "formData",
49263
50232
  bodyType: "json",
49264
50233
  });
49265
- return $dara.cast<ModifyResourceLogStatusResponse>(await this.callApi(params, req, runtime), new ModifyResourceLogStatusResponse({}));
50234
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
50235
+ return $dara.cast<ModifyResourceLogStatusResponse>(await this.callApi(params, req, runtime), new ModifyResourceLogStatusResponse({}));
50236
+ } else {
50237
+ return $dara.cast<ModifyResourceLogStatusResponse>(await this.execute(params, req, runtime), new ModifyResourceLogStatusResponse({}));
50238
+ }
50239
+
49266
50240
  }
49267
50241
 
49268
50242
  /**
@@ -49332,7 +50306,12 @@ export default class Client extends OpenApi {
49332
50306
  reqBodyType: "formData",
49333
50307
  bodyType: "json",
49334
50308
  });
49335
- return $dara.cast<ModifyTemplateResourcesResponse>(await this.callApi(params, req, runtime), new ModifyTemplateResourcesResponse({}));
50309
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
50310
+ return $dara.cast<ModifyTemplateResourcesResponse>(await this.callApi(params, req, runtime), new ModifyTemplateResourcesResponse({}));
50311
+ } else {
50312
+ return $dara.cast<ModifyTemplateResourcesResponse>(await this.execute(params, req, runtime), new ModifyTemplateResourcesResponse({}));
50313
+ }
50314
+
49336
50315
  }
49337
50316
 
49338
50317
  /**
@@ -49382,7 +50361,12 @@ export default class Client extends OpenApi {
49382
50361
  reqBodyType: "formData",
49383
50362
  bodyType: "json",
49384
50363
  });
49385
- return $dara.cast<ReleaseInstanceResponse>(await this.callApi(params, req, runtime), new ReleaseInstanceResponse({}));
50364
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
50365
+ return $dara.cast<ReleaseInstanceResponse>(await this.callApi(params, req, runtime), new ReleaseInstanceResponse({}));
50366
+ } else {
50367
+ return $dara.cast<ReleaseInstanceResponse>(await this.execute(params, req, runtime), new ReleaseInstanceResponse({}));
50368
+ }
50369
+
49386
50370
  }
49387
50371
 
49388
50372
  /**
@@ -49435,7 +50419,12 @@ export default class Client extends OpenApi {
49435
50419
  reqBodyType: "formData",
49436
50420
  bodyType: "json",
49437
50421
  });
49438
- return $dara.cast<SyncProductInstanceResponse>(await this.callApi(params, req, runtime), new SyncProductInstanceResponse({}));
50422
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
50423
+ return $dara.cast<SyncProductInstanceResponse>(await this.callApi(params, req, runtime), new SyncProductInstanceResponse({}));
50424
+ } else {
50425
+ return $dara.cast<SyncProductInstanceResponse>(await this.execute(params, req, runtime), new SyncProductInstanceResponse({}));
50426
+ }
50427
+
49439
50428
  }
49440
50429
 
49441
50430
  /**
@@ -49492,7 +50481,12 @@ export default class Client extends OpenApi {
49492
50481
  reqBodyType: "formData",
49493
50482
  bodyType: "json",
49494
50483
  });
49495
- return $dara.cast<TagResourcesResponse>(await this.callApi(params, req, runtime), new TagResourcesResponse({}));
50484
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
50485
+ return $dara.cast<TagResourcesResponse>(await this.callApi(params, req, runtime), new TagResourcesResponse({}));
50486
+ } else {
50487
+ return $dara.cast<TagResourcesResponse>(await this.execute(params, req, runtime), new TagResourcesResponse({}));
50488
+ }
50489
+
49496
50490
  }
49497
50491
 
49498
50492
  /**
@@ -49550,7 +50544,12 @@ export default class Client extends OpenApi {
49550
50544
  reqBodyType: "formData",
49551
50545
  bodyType: "json",
49552
50546
  });
49553
- return $dara.cast<UntagResourcesResponse>(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
50547
+ if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
50548
+ return $dara.cast<UntagResourcesResponse>(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
50549
+ } else {
50550
+ return $dara.cast<UntagResourcesResponse>(await this.execute(params, req, runtime), new UntagResourcesResponse({}));
50551
+ }
50552
+
49554
50553
  }
49555
50554
 
49556
50555
  /**