@alicloud/cloudapi20160714 2.1.6 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -47,6 +47,48 @@ export declare class AbolishApiResponse extends $tea.Model {
47
47
  [key: string]: any;
48
48
  });
49
49
  }
50
+ export declare class AddAccessControlListEntryRequest extends $tea.Model {
51
+ aclEntrys?: string;
52
+ aclId?: string;
53
+ securityToken?: string;
54
+ static names(): {
55
+ [key: string]: string;
56
+ };
57
+ static types(): {
58
+ [key: string]: any;
59
+ };
60
+ constructor(map?: {
61
+ [key: string]: any;
62
+ });
63
+ }
64
+ export declare class AddAccessControlListEntryResponseBody extends $tea.Model {
65
+ requestId?: string;
66
+ static names(): {
67
+ [key: string]: string;
68
+ };
69
+ static types(): {
70
+ [key: string]: any;
71
+ };
72
+ constructor(map?: {
73
+ [key: string]: any;
74
+ });
75
+ }
76
+ export declare class AddAccessControlListEntryResponse extends $tea.Model {
77
+ headers: {
78
+ [key: string]: string;
79
+ };
80
+ statusCode: number;
81
+ body: AddAccessControlListEntryResponseBody;
82
+ static names(): {
83
+ [key: string]: string;
84
+ };
85
+ static types(): {
86
+ [key: string]: any;
87
+ };
88
+ constructor(map?: {
89
+ [key: string]: any;
90
+ });
91
+ }
50
92
  export declare class AddIpControlPolicyItemRequest extends $tea.Model {
51
93
  appId?: string;
52
94
  cidrIp?: string;
@@ -266,6 +308,47 @@ export declare class BatchDeployApisResponse extends $tea.Model {
266
308
  [key: string]: any;
267
309
  });
268
310
  }
311
+ export declare class CreateAccessControlListRequest extends $tea.Model {
312
+ aclName?: string;
313
+ securityToken?: string;
314
+ static names(): {
315
+ [key: string]: string;
316
+ };
317
+ static types(): {
318
+ [key: string]: any;
319
+ };
320
+ constructor(map?: {
321
+ [key: string]: any;
322
+ });
323
+ }
324
+ export declare class CreateAccessControlListResponseBody extends $tea.Model {
325
+ requestId?: string;
326
+ static names(): {
327
+ [key: string]: string;
328
+ };
329
+ static types(): {
330
+ [key: string]: any;
331
+ };
332
+ constructor(map?: {
333
+ [key: string]: any;
334
+ });
335
+ }
336
+ export declare class CreateAccessControlListResponse extends $tea.Model {
337
+ headers: {
338
+ [key: string]: string;
339
+ };
340
+ statusCode: number;
341
+ body: CreateAccessControlListResponseBody;
342
+ static names(): {
343
+ [key: string]: string;
344
+ };
345
+ static types(): {
346
+ [key: string]: any;
347
+ };
348
+ constructor(map?: {
349
+ [key: string]: any;
350
+ });
351
+ }
269
352
  export declare class CreateApiRequest extends $tea.Model {
270
353
  allowSignatureMethod?: string;
271
354
  apiName?: string;
@@ -983,6 +1066,47 @@ export declare class CreateTrafficControlResponse extends $tea.Model {
983
1066
  [key: string]: any;
984
1067
  });
985
1068
  }
1069
+ export declare class DeleteAccessControlListRequest extends $tea.Model {
1070
+ aclId?: string;
1071
+ securityToken?: string;
1072
+ static names(): {
1073
+ [key: string]: string;
1074
+ };
1075
+ static types(): {
1076
+ [key: string]: any;
1077
+ };
1078
+ constructor(map?: {
1079
+ [key: string]: any;
1080
+ });
1081
+ }
1082
+ export declare class DeleteAccessControlListResponseBody extends $tea.Model {
1083
+ requestId?: string;
1084
+ static names(): {
1085
+ [key: string]: string;
1086
+ };
1087
+ static types(): {
1088
+ [key: string]: any;
1089
+ };
1090
+ constructor(map?: {
1091
+ [key: string]: any;
1092
+ });
1093
+ }
1094
+ export declare class DeleteAccessControlListResponse extends $tea.Model {
1095
+ headers: {
1096
+ [key: string]: string;
1097
+ };
1098
+ statusCode: number;
1099
+ body: DeleteAccessControlListResponseBody;
1100
+ static names(): {
1101
+ [key: string]: string;
1102
+ };
1103
+ static types(): {
1104
+ [key: string]: any;
1105
+ };
1106
+ constructor(map?: {
1107
+ [key: string]: any;
1108
+ });
1109
+ }
986
1110
  export declare class DeleteAllTrafficSpecialControlRequest extends $tea.Model {
987
1111
  securityToken?: string;
988
1112
  trafficControlId?: string;
@@ -1822,6 +1946,98 @@ export declare class DescribeAbolishApiTaskResponse extends $tea.Model {
1822
1946
  [key: string]: any;
1823
1947
  });
1824
1948
  }
1949
+ export declare class DescribeAccessControlListAttributeRequest extends $tea.Model {
1950
+ aclId?: string;
1951
+ securityToken?: string;
1952
+ static names(): {
1953
+ [key: string]: string;
1954
+ };
1955
+ static types(): {
1956
+ [key: string]: any;
1957
+ };
1958
+ constructor(map?: {
1959
+ [key: string]: any;
1960
+ });
1961
+ }
1962
+ export declare class DescribeAccessControlListAttributeResponseBody extends $tea.Model {
1963
+ aclEntrys?: DescribeAccessControlListAttributeResponseBodyAclEntrys;
1964
+ aclId?: string;
1965
+ aclName?: string;
1966
+ isUsed?: string;
1967
+ requestId?: string;
1968
+ static names(): {
1969
+ [key: string]: string;
1970
+ };
1971
+ static types(): {
1972
+ [key: string]: any;
1973
+ };
1974
+ constructor(map?: {
1975
+ [key: string]: any;
1976
+ });
1977
+ }
1978
+ export declare class DescribeAccessControlListAttributeResponse extends $tea.Model {
1979
+ headers: {
1980
+ [key: string]: string;
1981
+ };
1982
+ statusCode: number;
1983
+ body: DescribeAccessControlListAttributeResponseBody;
1984
+ static names(): {
1985
+ [key: string]: string;
1986
+ };
1987
+ static types(): {
1988
+ [key: string]: any;
1989
+ };
1990
+ constructor(map?: {
1991
+ [key: string]: any;
1992
+ });
1993
+ }
1994
+ export declare class DescribeAccessControlListsRequest extends $tea.Model {
1995
+ aclName?: string;
1996
+ pageNumber?: number;
1997
+ pageSize?: number;
1998
+ securityToken?: string;
1999
+ static names(): {
2000
+ [key: string]: string;
2001
+ };
2002
+ static types(): {
2003
+ [key: string]: any;
2004
+ };
2005
+ constructor(map?: {
2006
+ [key: string]: any;
2007
+ });
2008
+ }
2009
+ export declare class DescribeAccessControlListsResponseBody extends $tea.Model {
2010
+ acls?: DescribeAccessControlListsResponseBodyAcls;
2011
+ pageNumber?: number;
2012
+ pageSize?: number;
2013
+ requestId?: string;
2014
+ totalCount?: number;
2015
+ static names(): {
2016
+ [key: string]: string;
2017
+ };
2018
+ static types(): {
2019
+ [key: string]: any;
2020
+ };
2021
+ constructor(map?: {
2022
+ [key: string]: any;
2023
+ });
2024
+ }
2025
+ export declare class DescribeAccessControlListsResponse extends $tea.Model {
2026
+ headers: {
2027
+ [key: string]: string;
2028
+ };
2029
+ statusCode: number;
2030
+ body: DescribeAccessControlListsResponseBody;
2031
+ static names(): {
2032
+ [key: string]: string;
2033
+ };
2034
+ static types(): {
2035
+ [key: string]: any;
2036
+ };
2037
+ constructor(map?: {
2038
+ [key: string]: any;
2039
+ });
2040
+ }
1825
2041
  export declare class DescribeApiRequest extends $tea.Model {
1826
2042
  apiId?: string;
1827
2043
  groupId?: string;
@@ -2644,6 +2860,7 @@ export declare class DescribeApisByAppRequest extends $tea.Model {
2644
2860
  apiName?: string;
2645
2861
  apiUid?: string;
2646
2862
  appId?: number;
2863
+ description?: string;
2647
2864
  method?: string;
2648
2865
  pageNumber?: number;
2649
2866
  pageSize?: number;
@@ -3532,6 +3749,54 @@ export declare class DescribeHistoryApisResponse extends $tea.Model {
3532
3749
  [key: string]: any;
3533
3750
  });
3534
3751
  }
3752
+ export declare class DescribeInstancesRequest extends $tea.Model {
3753
+ enableTagAuthorization?: boolean;
3754
+ instanceId?: string;
3755
+ language?: string;
3756
+ securityToken?: string;
3757
+ tag?: DescribeInstancesRequestTag[];
3758
+ static names(): {
3759
+ [key: string]: string;
3760
+ };
3761
+ static types(): {
3762
+ [key: string]: any;
3763
+ };
3764
+ constructor(map?: {
3765
+ [key: string]: any;
3766
+ });
3767
+ }
3768
+ export declare class DescribeInstancesResponseBody extends $tea.Model {
3769
+ instances?: DescribeInstancesResponseBodyInstances;
3770
+ pageNumber?: number;
3771
+ pageSize?: number;
3772
+ requestId?: string;
3773
+ totalCount?: number;
3774
+ static names(): {
3775
+ [key: string]: string;
3776
+ };
3777
+ static types(): {
3778
+ [key: string]: any;
3779
+ };
3780
+ constructor(map?: {
3781
+ [key: string]: any;
3782
+ });
3783
+ }
3784
+ export declare class DescribeInstancesResponse extends $tea.Model {
3785
+ headers: {
3786
+ [key: string]: string;
3787
+ };
3788
+ statusCode: number;
3789
+ body: DescribeInstancesResponseBody;
3790
+ static names(): {
3791
+ [key: string]: string;
3792
+ };
3793
+ static types(): {
3794
+ [key: string]: any;
3795
+ };
3796
+ constructor(map?: {
3797
+ [key: string]: any;
3798
+ });
3799
+ }
3535
3800
  export declare class DescribeIpControlPolicyItemsRequest extends $tea.Model {
3536
3801
  ipControlId?: string;
3537
3802
  pageNumber?: number;
@@ -4579,6 +4844,48 @@ export declare class DetachPluginResponse extends $tea.Model {
4579
4844
  [key: string]: any;
4580
4845
  });
4581
4846
  }
4847
+ export declare class DisableInstanceAccessControlRequest extends $tea.Model {
4848
+ aclId?: string;
4849
+ instanceId?: string;
4850
+ securityToken?: string;
4851
+ static names(): {
4852
+ [key: string]: string;
4853
+ };
4854
+ static types(): {
4855
+ [key: string]: any;
4856
+ };
4857
+ constructor(map?: {
4858
+ [key: string]: any;
4859
+ });
4860
+ }
4861
+ export declare class DisableInstanceAccessControlResponseBody extends $tea.Model {
4862
+ requestId?: string;
4863
+ static names(): {
4864
+ [key: string]: string;
4865
+ };
4866
+ static types(): {
4867
+ [key: string]: any;
4868
+ };
4869
+ constructor(map?: {
4870
+ [key: string]: any;
4871
+ });
4872
+ }
4873
+ export declare class DisableInstanceAccessControlResponse extends $tea.Model {
4874
+ headers: {
4875
+ [key: string]: string;
4876
+ };
4877
+ statusCode: number;
4878
+ body: DisableInstanceAccessControlResponseBody;
4879
+ static names(): {
4880
+ [key: string]: string;
4881
+ };
4882
+ static types(): {
4883
+ [key: string]: any;
4884
+ };
4885
+ constructor(map?: {
4886
+ [key: string]: any;
4887
+ });
4888
+ }
4582
4889
  export declare class DryRunSwaggerRequest extends $tea.Model {
4583
4890
  data?: string;
4584
4891
  dataFormat?: string;
@@ -4648,6 +4955,49 @@ export declare class DryRunSwaggerResponse extends $tea.Model {
4648
4955
  [key: string]: any;
4649
4956
  });
4650
4957
  }
4958
+ export declare class EnableInstanceAccessControlRequest extends $tea.Model {
4959
+ aclId?: string;
4960
+ aclType?: string;
4961
+ instanceId?: string;
4962
+ securityToken?: string;
4963
+ static names(): {
4964
+ [key: string]: string;
4965
+ };
4966
+ static types(): {
4967
+ [key: string]: any;
4968
+ };
4969
+ constructor(map?: {
4970
+ [key: string]: any;
4971
+ });
4972
+ }
4973
+ export declare class EnableInstanceAccessControlResponseBody extends $tea.Model {
4974
+ requestId?: string;
4975
+ static names(): {
4976
+ [key: string]: string;
4977
+ };
4978
+ static types(): {
4979
+ [key: string]: any;
4980
+ };
4981
+ constructor(map?: {
4982
+ [key: string]: any;
4983
+ });
4984
+ }
4985
+ export declare class EnableInstanceAccessControlResponse extends $tea.Model {
4986
+ headers: {
4987
+ [key: string]: string;
4988
+ };
4989
+ statusCode: number;
4990
+ body: EnableInstanceAccessControlResponseBody;
4991
+ static names(): {
4992
+ [key: string]: string;
4993
+ };
4994
+ static types(): {
4995
+ [key: string]: any;
4996
+ };
4997
+ constructor(map?: {
4998
+ [key: string]: any;
4999
+ });
5000
+ }
4651
5001
  export declare class ImportSwaggerRequest extends $tea.Model {
4652
5002
  data?: string;
4653
5003
  dataFormat?: string;
@@ -5565,6 +5915,48 @@ export declare class ReactivateDomainResponse extends $tea.Model {
5565
5915
  [key: string]: any;
5566
5916
  });
5567
5917
  }
5918
+ export declare class RemoveAccessControlListEntryRequest extends $tea.Model {
5919
+ aclEntrys?: string;
5920
+ aclId?: string;
5921
+ securityToken?: string;
5922
+ static names(): {
5923
+ [key: string]: string;
5924
+ };
5925
+ static types(): {
5926
+ [key: string]: any;
5927
+ };
5928
+ constructor(map?: {
5929
+ [key: string]: any;
5930
+ });
5931
+ }
5932
+ export declare class RemoveAccessControlListEntryResponseBody extends $tea.Model {
5933
+ requestId?: string;
5934
+ static names(): {
5935
+ [key: string]: string;
5936
+ };
5937
+ static types(): {
5938
+ [key: string]: any;
5939
+ };
5940
+ constructor(map?: {
5941
+ [key: string]: any;
5942
+ });
5943
+ }
5944
+ export declare class RemoveAccessControlListEntryResponse extends $tea.Model {
5945
+ headers: {
5946
+ [key: string]: string;
5947
+ };
5948
+ statusCode: number;
5949
+ body: RemoveAccessControlListEntryResponseBody;
5950
+ static names(): {
5951
+ [key: string]: string;
5952
+ };
5953
+ static types(): {
5954
+ [key: string]: any;
5955
+ };
5956
+ constructor(map?: {
5957
+ [key: string]: any;
5958
+ });
5959
+ }
5568
5960
  export declare class RemoveApisAuthoritiesRequest extends $tea.Model {
5569
5961
  apiIds?: string;
5570
5962
  appId?: number;
@@ -6043,6 +6435,49 @@ export declare class SdkGenerateByAppResponse extends $tea.Model {
6043
6435
  [key: string]: any;
6044
6436
  });
6045
6437
  }
6438
+ export declare class SdkGenerateByAppForRegionRequest extends $tea.Model {
6439
+ appId?: number;
6440
+ language?: string;
6441
+ securityToken?: string;
6442
+ static names(): {
6443
+ [key: string]: string;
6444
+ };
6445
+ static types(): {
6446
+ [key: string]: any;
6447
+ };
6448
+ constructor(map?: {
6449
+ [key: string]: any;
6450
+ });
6451
+ }
6452
+ export declare class SdkGenerateByAppForRegionResponseBody extends $tea.Model {
6453
+ downloadLink?: string;
6454
+ requestId?: string;
6455
+ static names(): {
6456
+ [key: string]: string;
6457
+ };
6458
+ static types(): {
6459
+ [key: string]: any;
6460
+ };
6461
+ constructor(map?: {
6462
+ [key: string]: any;
6463
+ });
6464
+ }
6465
+ export declare class SdkGenerateByAppForRegionResponse extends $tea.Model {
6466
+ headers: {
6467
+ [key: string]: string;
6468
+ };
6469
+ statusCode: number;
6470
+ body: SdkGenerateByAppForRegionResponseBody;
6471
+ static names(): {
6472
+ [key: string]: string;
6473
+ };
6474
+ static types(): {
6475
+ [key: string]: any;
6476
+ };
6477
+ constructor(map?: {
6478
+ [key: string]: any;
6479
+ });
6480
+ }
6046
6481
  export declare class SdkGenerateByGroupRequest extends $tea.Model {
6047
6482
  groupId?: string;
6048
6483
  language?: string;
@@ -6184,6 +6619,7 @@ export declare class SetDomainRequest extends $tea.Model {
6184
6619
  domainName?: string;
6185
6620
  groupId?: string;
6186
6621
  isForce?: boolean;
6622
+ isHttpRedirectToHttps?: boolean;
6187
6623
  static names(): {
6188
6624
  [key: string]: string;
6189
6625
  };
@@ -6834,6 +7270,56 @@ export declare class DescribeAbolishApiTaskResponseBodyApiAbolishResults extends
6834
7270
  [key: string]: any;
6835
7271
  });
6836
7272
  }
7273
+ export declare class DescribeAccessControlListAttributeResponseBodyAclEntrysAclEntry extends $tea.Model {
7274
+ aclEntryComment?: string;
7275
+ aclEntryIp?: string;
7276
+ static names(): {
7277
+ [key: string]: string;
7278
+ };
7279
+ static types(): {
7280
+ [key: string]: any;
7281
+ };
7282
+ constructor(map?: {
7283
+ [key: string]: any;
7284
+ });
7285
+ }
7286
+ export declare class DescribeAccessControlListAttributeResponseBodyAclEntrys extends $tea.Model {
7287
+ aclEntry?: DescribeAccessControlListAttributeResponseBodyAclEntrysAclEntry[];
7288
+ static names(): {
7289
+ [key: string]: string;
7290
+ };
7291
+ static types(): {
7292
+ [key: string]: any;
7293
+ };
7294
+ constructor(map?: {
7295
+ [key: string]: any;
7296
+ });
7297
+ }
7298
+ export declare class DescribeAccessControlListsResponseBodyAclsAcl extends $tea.Model {
7299
+ aclId?: string;
7300
+ aclName?: string;
7301
+ static names(): {
7302
+ [key: string]: string;
7303
+ };
7304
+ static types(): {
7305
+ [key: string]: any;
7306
+ };
7307
+ constructor(map?: {
7308
+ [key: string]: any;
7309
+ });
7310
+ }
7311
+ export declare class DescribeAccessControlListsResponseBodyAcls extends $tea.Model {
7312
+ acl?: DescribeAccessControlListsResponseBodyAclsAcl[];
7313
+ static names(): {
7314
+ [key: string]: string;
7315
+ };
7316
+ static types(): {
7317
+ [key: string]: any;
7318
+ };
7319
+ constructor(map?: {
7320
+ [key: string]: any;
7321
+ });
7322
+ }
6837
7323
  export declare class DescribeApiResponseBodyBackendConfig extends $tea.Model {
6838
7324
  backendId?: string;
6839
7325
  backendName?: string;
@@ -9135,6 +9621,96 @@ export declare class DescribeHistoryApisResponseBodyApiHisItems extends $tea.Mod
9135
9621
  [key: string]: any;
9136
9622
  });
9137
9623
  }
9624
+ export declare class DescribeInstancesRequestTag extends $tea.Model {
9625
+ key?: string;
9626
+ value?: string;
9627
+ static names(): {
9628
+ [key: string]: string;
9629
+ };
9630
+ static types(): {
9631
+ [key: string]: any;
9632
+ };
9633
+ constructor(map?: {
9634
+ [key: string]: any;
9635
+ });
9636
+ }
9637
+ export declare class DescribeInstancesResponseBodyInstancesInstanceAttributeInstanceSpecAttributesSpecAttribute extends $tea.Model {
9638
+ localName?: string;
9639
+ value?: string;
9640
+ static names(): {
9641
+ [key: string]: string;
9642
+ };
9643
+ static types(): {
9644
+ [key: string]: any;
9645
+ };
9646
+ constructor(map?: {
9647
+ [key: string]: any;
9648
+ });
9649
+ }
9650
+ export declare class DescribeInstancesResponseBodyInstancesInstanceAttributeInstanceSpecAttributes extends $tea.Model {
9651
+ specAttribute?: DescribeInstancesResponseBodyInstancesInstanceAttributeInstanceSpecAttributesSpecAttribute[];
9652
+ static names(): {
9653
+ [key: string]: string;
9654
+ };
9655
+ static types(): {
9656
+ [key: string]: any;
9657
+ };
9658
+ constructor(map?: {
9659
+ [key: string]: any;
9660
+ });
9661
+ }
9662
+ export declare class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $tea.Model {
9663
+ aclId?: string;
9664
+ aclName?: string;
9665
+ aclStatus?: string;
9666
+ aclType?: string;
9667
+ classicEgressAddress?: string;
9668
+ createdTime?: string;
9669
+ egressIpv6Enable?: boolean;
9670
+ expiredTime?: string;
9671
+ httpsPolicies?: string;
9672
+ instanceChargeType?: string;
9673
+ instanceId?: string;
9674
+ instanceName?: string;
9675
+ instanceRpsLimit?: number;
9676
+ instanceSpec?: string;
9677
+ instanceSpecAttributes?: DescribeInstancesResponseBodyInstancesInstanceAttributeInstanceSpecAttributes;
9678
+ instanceType?: string;
9679
+ internetEgressAddress?: string;
9680
+ regionId?: string;
9681
+ status?: string;
9682
+ supportIpv6?: boolean;
9683
+ userVpcId?: string;
9684
+ userVswitchId?: string;
9685
+ vipTypeList?: string;
9686
+ vpcEgressAddress?: string;
9687
+ vpcIntranetEnable?: boolean;
9688
+ vpcOwnerId?: number;
9689
+ vpcSlbIntranetEnable?: boolean;
9690
+ zoneId?: string;
9691
+ zoneLocalName?: string;
9692
+ static names(): {
9693
+ [key: string]: string;
9694
+ };
9695
+ static types(): {
9696
+ [key: string]: any;
9697
+ };
9698
+ constructor(map?: {
9699
+ [key: string]: any;
9700
+ });
9701
+ }
9702
+ export declare class DescribeInstancesResponseBodyInstances extends $tea.Model {
9703
+ instanceAttribute?: DescribeInstancesResponseBodyInstancesInstanceAttribute[];
9704
+ static names(): {
9705
+ [key: string]: string;
9706
+ };
9707
+ static types(): {
9708
+ [key: string]: any;
9709
+ };
9710
+ constructor(map?: {
9711
+ [key: string]: any;
9712
+ });
9713
+ }
9138
9714
  export declare class DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItemsIpControlPolicyItem extends $tea.Model {
9139
9715
  appId?: string;
9140
9716
  cidrIp?: string;
@@ -10175,6 +10751,8 @@ export default class Client extends OpenApi {
10175
10751
  }, endpoint: string): string;
10176
10752
  abolishApiWithOptions(request: AbolishApiRequest, runtime: $Util.RuntimeOptions): Promise<AbolishApiResponse>;
10177
10753
  abolishApi(request: AbolishApiRequest): Promise<AbolishApiResponse>;
10754
+ addAccessControlListEntryWithOptions(request: AddAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<AddAccessControlListEntryResponse>;
10755
+ addAccessControlListEntry(request: AddAccessControlListEntryRequest): Promise<AddAccessControlListEntryResponse>;
10178
10756
  addIpControlPolicyItemWithOptions(request: AddIpControlPolicyItemRequest, runtime: $Util.RuntimeOptions): Promise<AddIpControlPolicyItemResponse>;
10179
10757
  addIpControlPolicyItem(request: AddIpControlPolicyItemRequest): Promise<AddIpControlPolicyItemResponse>;
10180
10758
  addTrafficSpecialControlWithOptions(request: AddTrafficSpecialControlRequest, runtime: $Util.RuntimeOptions): Promise<AddTrafficSpecialControlResponse>;
@@ -10185,6 +10763,8 @@ export default class Client extends OpenApi {
10185
10763
  batchAbolishApis(request: BatchAbolishApisRequest): Promise<BatchAbolishApisResponse>;
10186
10764
  batchDeployApisWithOptions(request: BatchDeployApisRequest, runtime: $Util.RuntimeOptions): Promise<BatchDeployApisResponse>;
10187
10765
  batchDeployApis(request: BatchDeployApisRequest): Promise<BatchDeployApisResponse>;
10766
+ createAccessControlListWithOptions(request: CreateAccessControlListRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccessControlListResponse>;
10767
+ createAccessControlList(request: CreateAccessControlListRequest): Promise<CreateAccessControlListResponse>;
10188
10768
  createApiWithOptions(request: CreateApiRequest, runtime: $Util.RuntimeOptions): Promise<CreateApiResponse>;
10189
10769
  createApi(request: CreateApiRequest): Promise<CreateApiResponse>;
10190
10770
  createApiGroupWithOptions(request: CreateApiGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateApiGroupResponse>;
@@ -10215,6 +10795,8 @@ export default class Client extends OpenApi {
10215
10795
  createSignature(request: CreateSignatureRequest): Promise<CreateSignatureResponse>;
10216
10796
  createTrafficControlWithOptions(request: CreateTrafficControlRequest, runtime: $Util.RuntimeOptions): Promise<CreateTrafficControlResponse>;
10217
10797
  createTrafficControl(request: CreateTrafficControlRequest): Promise<CreateTrafficControlResponse>;
10798
+ deleteAccessControlListWithOptions(request: DeleteAccessControlListRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccessControlListResponse>;
10799
+ deleteAccessControlList(request: DeleteAccessControlListRequest): Promise<DeleteAccessControlListResponse>;
10218
10800
  deleteAllTrafficSpecialControlWithOptions(request: DeleteAllTrafficSpecialControlRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAllTrafficSpecialControlResponse>;
10219
10801
  deleteAllTrafficSpecialControl(request: DeleteAllTrafficSpecialControlRequest): Promise<DeleteAllTrafficSpecialControlResponse>;
10220
10802
  deleteApiWithOptions(request: DeleteApiRequest, runtime: $Util.RuntimeOptions): Promise<DeleteApiResponse>;
@@ -10255,6 +10837,10 @@ export default class Client extends OpenApi {
10255
10837
  deployApi(request: DeployApiRequest): Promise<DeployApiResponse>;
10256
10838
  describeAbolishApiTaskWithOptions(request: DescribeAbolishApiTaskRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAbolishApiTaskResponse>;
10257
10839
  describeAbolishApiTask(request: DescribeAbolishApiTaskRequest): Promise<DescribeAbolishApiTaskResponse>;
10840
+ describeAccessControlListAttributeWithOptions(request: DescribeAccessControlListAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessControlListAttributeResponse>;
10841
+ describeAccessControlListAttribute(request: DescribeAccessControlListAttributeRequest): Promise<DescribeAccessControlListAttributeResponse>;
10842
+ describeAccessControlListsWithOptions(request: DescribeAccessControlListsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessControlListsResponse>;
10843
+ describeAccessControlLists(request: DescribeAccessControlListsRequest): Promise<DescribeAccessControlListsResponse>;
10258
10844
  describeApiWithOptions(request: DescribeApiRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiResponse>;
10259
10845
  describeApi(request: DescribeApiRequest): Promise<DescribeApiResponse>;
10260
10846
  describeApiDocWithOptions(request: DescribeApiDocRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiDocResponse>;
@@ -10321,6 +10907,8 @@ export default class Client extends OpenApi {
10321
10907
  describeDomain(request: DescribeDomainRequest): Promise<DescribeDomainResponse>;
10322
10908
  describeHistoryApisWithOptions(request: DescribeHistoryApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHistoryApisResponse>;
10323
10909
  describeHistoryApis(request: DescribeHistoryApisRequest): Promise<DescribeHistoryApisResponse>;
10910
+ describeInstancesWithOptions(request: DescribeInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstancesResponse>;
10911
+ describeInstances(request: DescribeInstancesRequest): Promise<DescribeInstancesResponse>;
10324
10912
  describeIpControlPolicyItemsWithOptions(request: DescribeIpControlPolicyItemsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpControlPolicyItemsResponse>;
10325
10913
  describeIpControlPolicyItems(request: DescribeIpControlPolicyItemsRequest): Promise<DescribeIpControlPolicyItemsResponse>;
10326
10914
  describeIpControlsWithOptions(request: DescribeIpControlsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpControlsResponse>;
@@ -10367,8 +10955,12 @@ export default class Client extends OpenApi {
10367
10955
  describeZones(request: DescribeZonesRequest): Promise<DescribeZonesResponse>;
10368
10956
  detachPluginWithOptions(request: DetachPluginRequest, runtime: $Util.RuntimeOptions): Promise<DetachPluginResponse>;
10369
10957
  detachPlugin(request: DetachPluginRequest): Promise<DetachPluginResponse>;
10958
+ disableInstanceAccessControlWithOptions(request: DisableInstanceAccessControlRequest, runtime: $Util.RuntimeOptions): Promise<DisableInstanceAccessControlResponse>;
10959
+ disableInstanceAccessControl(request: DisableInstanceAccessControlRequest): Promise<DisableInstanceAccessControlResponse>;
10370
10960
  dryRunSwaggerWithOptions(tmpReq: DryRunSwaggerRequest, runtime: $Util.RuntimeOptions): Promise<DryRunSwaggerResponse>;
10371
10961
  dryRunSwagger(request: DryRunSwaggerRequest): Promise<DryRunSwaggerResponse>;
10962
+ enableInstanceAccessControlWithOptions(request: EnableInstanceAccessControlRequest, runtime: $Util.RuntimeOptions): Promise<EnableInstanceAccessControlResponse>;
10963
+ enableInstanceAccessControl(request: EnableInstanceAccessControlRequest): Promise<EnableInstanceAccessControlResponse>;
10372
10964
  importSwaggerWithOptions(tmpReq: ImportSwaggerRequest, runtime: $Util.RuntimeOptions): Promise<ImportSwaggerResponse>;
10373
10965
  importSwagger(request: ImportSwaggerRequest): Promise<ImportSwaggerResponse>;
10374
10966
  listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
@@ -10407,6 +10999,8 @@ export default class Client extends OpenApi {
10407
10999
  openApiGatewayService(): Promise<OpenApiGatewayServiceResponse>;
10408
11000
  reactivateDomainWithOptions(request: ReactivateDomainRequest, runtime: $Util.RuntimeOptions): Promise<ReactivateDomainResponse>;
10409
11001
  reactivateDomain(request: ReactivateDomainRequest): Promise<ReactivateDomainResponse>;
11002
+ removeAccessControlListEntryWithOptions(request: RemoveAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<RemoveAccessControlListEntryResponse>;
11003
+ removeAccessControlListEntry(request: RemoveAccessControlListEntryRequest): Promise<RemoveAccessControlListEntryResponse>;
10410
11004
  removeApisAuthoritiesWithOptions(request: RemoveApisAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<RemoveApisAuthoritiesResponse>;
10411
11005
  removeApisAuthorities(request: RemoveApisAuthoritiesRequest): Promise<RemoveApisAuthoritiesResponse>;
10412
11006
  removeAppsAuthoritiesWithOptions(request: RemoveAppsAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<RemoveAppsAuthoritiesResponse>;
@@ -10429,6 +11023,8 @@ export default class Client extends OpenApi {
10429
11023
  resetAppSecret(request: ResetAppSecretRequest): Promise<ResetAppSecretResponse>;
10430
11024
  sdkGenerateByAppWithOptions(request: SdkGenerateByAppRequest, runtime: $Util.RuntimeOptions): Promise<SdkGenerateByAppResponse>;
10431
11025
  sdkGenerateByApp(request: SdkGenerateByAppRequest): Promise<SdkGenerateByAppResponse>;
11026
+ sdkGenerateByAppForRegionWithOptions(request: SdkGenerateByAppForRegionRequest, runtime: $Util.RuntimeOptions): Promise<SdkGenerateByAppForRegionResponse>;
11027
+ sdkGenerateByAppForRegion(request: SdkGenerateByAppForRegionRequest): Promise<SdkGenerateByAppForRegionResponse>;
10432
11028
  sdkGenerateByGroupWithOptions(request: SdkGenerateByGroupRequest, runtime: $Util.RuntimeOptions): Promise<SdkGenerateByGroupResponse>;
10433
11029
  sdkGenerateByGroup(request: SdkGenerateByGroupRequest): Promise<SdkGenerateByGroupResponse>;
10434
11030
  setApisAuthoritiesWithOptions(request: SetApisAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<SetApisAuthoritiesResponse>;