@alicloud/cloudapi20160714 2.1.7 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/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;
@@ -4628,6 +4844,48 @@ export declare class DetachPluginResponse extends $tea.Model {
4628
4844
  [key: string]: any;
4629
4845
  });
4630
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
+ }
4631
4889
  export declare class DryRunSwaggerRequest extends $tea.Model {
4632
4890
  data?: string;
4633
4891
  dataFormat?: string;
@@ -4697,6 +4955,49 @@ export declare class DryRunSwaggerResponse extends $tea.Model {
4697
4955
  [key: string]: any;
4698
4956
  });
4699
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
+ }
4700
5001
  export declare class ImportSwaggerRequest extends $tea.Model {
4701
5002
  data?: string;
4702
5003
  dataFormat?: string;
@@ -5614,6 +5915,48 @@ export declare class ReactivateDomainResponse extends $tea.Model {
5614
5915
  [key: string]: any;
5615
5916
  });
5616
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
+ }
5617
5960
  export declare class RemoveApisAuthoritiesRequest extends $tea.Model {
5618
5961
  apiIds?: string;
5619
5962
  appId?: number;
@@ -6926,6 +7269,56 @@ export declare class DescribeAbolishApiTaskResponseBodyApiAbolishResults extends
6926
7269
  [key: string]: any;
6927
7270
  });
6928
7271
  }
7272
+ export declare class DescribeAccessControlListAttributeResponseBodyAclEntrysAclEntry extends $tea.Model {
7273
+ aclEntryComment?: string;
7274
+ aclEntryIp?: string;
7275
+ static names(): {
7276
+ [key: string]: string;
7277
+ };
7278
+ static types(): {
7279
+ [key: string]: any;
7280
+ };
7281
+ constructor(map?: {
7282
+ [key: string]: any;
7283
+ });
7284
+ }
7285
+ export declare class DescribeAccessControlListAttributeResponseBodyAclEntrys extends $tea.Model {
7286
+ aclEntry?: DescribeAccessControlListAttributeResponseBodyAclEntrysAclEntry[];
7287
+ static names(): {
7288
+ [key: string]: string;
7289
+ };
7290
+ static types(): {
7291
+ [key: string]: any;
7292
+ };
7293
+ constructor(map?: {
7294
+ [key: string]: any;
7295
+ });
7296
+ }
7297
+ export declare class DescribeAccessControlListsResponseBodyAclsAcl extends $tea.Model {
7298
+ aclId?: string;
7299
+ aclName?: string;
7300
+ static names(): {
7301
+ [key: string]: string;
7302
+ };
7303
+ static types(): {
7304
+ [key: string]: any;
7305
+ };
7306
+ constructor(map?: {
7307
+ [key: string]: any;
7308
+ });
7309
+ }
7310
+ export declare class DescribeAccessControlListsResponseBodyAcls extends $tea.Model {
7311
+ acl?: DescribeAccessControlListsResponseBodyAclsAcl[];
7312
+ static names(): {
7313
+ [key: string]: string;
7314
+ };
7315
+ static types(): {
7316
+ [key: string]: any;
7317
+ };
7318
+ constructor(map?: {
7319
+ [key: string]: any;
7320
+ });
7321
+ }
6929
7322
  export declare class DescribeApiResponseBodyBackendConfig extends $tea.Model {
6930
7323
  backendId?: string;
6931
7324
  backendName?: string;
@@ -9266,6 +9659,10 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceAttributeInst
9266
9659
  });
9267
9660
  }
9268
9661
  export declare class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $tea.Model {
9662
+ aclId?: string;
9663
+ aclName?: string;
9664
+ aclStatus?: string;
9665
+ aclType?: string;
9269
9666
  classicEgressAddress?: string;
9270
9667
  createdTime?: string;
9271
9668
  egressIpv6Enable?: boolean;
@@ -10353,6 +10750,8 @@ export default class Client extends OpenApi {
10353
10750
  }, endpoint: string): string;
10354
10751
  abolishApiWithOptions(request: AbolishApiRequest, runtime: $Util.RuntimeOptions): Promise<AbolishApiResponse>;
10355
10752
  abolishApi(request: AbolishApiRequest): Promise<AbolishApiResponse>;
10753
+ addAccessControlListEntryWithOptions(request: AddAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<AddAccessControlListEntryResponse>;
10754
+ addAccessControlListEntry(request: AddAccessControlListEntryRequest): Promise<AddAccessControlListEntryResponse>;
10356
10755
  addIpControlPolicyItemWithOptions(request: AddIpControlPolicyItemRequest, runtime: $Util.RuntimeOptions): Promise<AddIpControlPolicyItemResponse>;
10357
10756
  addIpControlPolicyItem(request: AddIpControlPolicyItemRequest): Promise<AddIpControlPolicyItemResponse>;
10358
10757
  addTrafficSpecialControlWithOptions(request: AddTrafficSpecialControlRequest, runtime: $Util.RuntimeOptions): Promise<AddTrafficSpecialControlResponse>;
@@ -10363,6 +10762,8 @@ export default class Client extends OpenApi {
10363
10762
  batchAbolishApis(request: BatchAbolishApisRequest): Promise<BatchAbolishApisResponse>;
10364
10763
  batchDeployApisWithOptions(request: BatchDeployApisRequest, runtime: $Util.RuntimeOptions): Promise<BatchDeployApisResponse>;
10365
10764
  batchDeployApis(request: BatchDeployApisRequest): Promise<BatchDeployApisResponse>;
10765
+ createAccessControlListWithOptions(request: CreateAccessControlListRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccessControlListResponse>;
10766
+ createAccessControlList(request: CreateAccessControlListRequest): Promise<CreateAccessControlListResponse>;
10366
10767
  createApiWithOptions(request: CreateApiRequest, runtime: $Util.RuntimeOptions): Promise<CreateApiResponse>;
10367
10768
  createApi(request: CreateApiRequest): Promise<CreateApiResponse>;
10368
10769
  createApiGroupWithOptions(request: CreateApiGroupRequest, runtime: $Util.RuntimeOptions): Promise<CreateApiGroupResponse>;
@@ -10393,6 +10794,8 @@ export default class Client extends OpenApi {
10393
10794
  createSignature(request: CreateSignatureRequest): Promise<CreateSignatureResponse>;
10394
10795
  createTrafficControlWithOptions(request: CreateTrafficControlRequest, runtime: $Util.RuntimeOptions): Promise<CreateTrafficControlResponse>;
10395
10796
  createTrafficControl(request: CreateTrafficControlRequest): Promise<CreateTrafficControlResponse>;
10797
+ deleteAccessControlListWithOptions(request: DeleteAccessControlListRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccessControlListResponse>;
10798
+ deleteAccessControlList(request: DeleteAccessControlListRequest): Promise<DeleteAccessControlListResponse>;
10396
10799
  deleteAllTrafficSpecialControlWithOptions(request: DeleteAllTrafficSpecialControlRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAllTrafficSpecialControlResponse>;
10397
10800
  deleteAllTrafficSpecialControl(request: DeleteAllTrafficSpecialControlRequest): Promise<DeleteAllTrafficSpecialControlResponse>;
10398
10801
  deleteApiWithOptions(request: DeleteApiRequest, runtime: $Util.RuntimeOptions): Promise<DeleteApiResponse>;
@@ -10433,6 +10836,10 @@ export default class Client extends OpenApi {
10433
10836
  deployApi(request: DeployApiRequest): Promise<DeployApiResponse>;
10434
10837
  describeAbolishApiTaskWithOptions(request: DescribeAbolishApiTaskRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAbolishApiTaskResponse>;
10435
10838
  describeAbolishApiTask(request: DescribeAbolishApiTaskRequest): Promise<DescribeAbolishApiTaskResponse>;
10839
+ describeAccessControlListAttributeWithOptions(request: DescribeAccessControlListAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessControlListAttributeResponse>;
10840
+ describeAccessControlListAttribute(request: DescribeAccessControlListAttributeRequest): Promise<DescribeAccessControlListAttributeResponse>;
10841
+ describeAccessControlListsWithOptions(request: DescribeAccessControlListsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessControlListsResponse>;
10842
+ describeAccessControlLists(request: DescribeAccessControlListsRequest): Promise<DescribeAccessControlListsResponse>;
10436
10843
  describeApiWithOptions(request: DescribeApiRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiResponse>;
10437
10844
  describeApi(request: DescribeApiRequest): Promise<DescribeApiResponse>;
10438
10845
  describeApiDocWithOptions(request: DescribeApiDocRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiDocResponse>;
@@ -10547,8 +10954,12 @@ export default class Client extends OpenApi {
10547
10954
  describeZones(request: DescribeZonesRequest): Promise<DescribeZonesResponse>;
10548
10955
  detachPluginWithOptions(request: DetachPluginRequest, runtime: $Util.RuntimeOptions): Promise<DetachPluginResponse>;
10549
10956
  detachPlugin(request: DetachPluginRequest): Promise<DetachPluginResponse>;
10957
+ disableInstanceAccessControlWithOptions(request: DisableInstanceAccessControlRequest, runtime: $Util.RuntimeOptions): Promise<DisableInstanceAccessControlResponse>;
10958
+ disableInstanceAccessControl(request: DisableInstanceAccessControlRequest): Promise<DisableInstanceAccessControlResponse>;
10550
10959
  dryRunSwaggerWithOptions(tmpReq: DryRunSwaggerRequest, runtime: $Util.RuntimeOptions): Promise<DryRunSwaggerResponse>;
10551
10960
  dryRunSwagger(request: DryRunSwaggerRequest): Promise<DryRunSwaggerResponse>;
10961
+ enableInstanceAccessControlWithOptions(request: EnableInstanceAccessControlRequest, runtime: $Util.RuntimeOptions): Promise<EnableInstanceAccessControlResponse>;
10962
+ enableInstanceAccessControl(request: EnableInstanceAccessControlRequest): Promise<EnableInstanceAccessControlResponse>;
10552
10963
  importSwaggerWithOptions(tmpReq: ImportSwaggerRequest, runtime: $Util.RuntimeOptions): Promise<ImportSwaggerResponse>;
10553
10964
  importSwagger(request: ImportSwaggerRequest): Promise<ImportSwaggerResponse>;
10554
10965
  listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
@@ -10587,6 +10998,8 @@ export default class Client extends OpenApi {
10587
10998
  openApiGatewayService(): Promise<OpenApiGatewayServiceResponse>;
10588
10999
  reactivateDomainWithOptions(request: ReactivateDomainRequest, runtime: $Util.RuntimeOptions): Promise<ReactivateDomainResponse>;
10589
11000
  reactivateDomain(request: ReactivateDomainRequest): Promise<ReactivateDomainResponse>;
11001
+ removeAccessControlListEntryWithOptions(request: RemoveAccessControlListEntryRequest, runtime: $Util.RuntimeOptions): Promise<RemoveAccessControlListEntryResponse>;
11002
+ removeAccessControlListEntry(request: RemoveAccessControlListEntryRequest): Promise<RemoveAccessControlListEntryResponse>;
10590
11003
  removeApisAuthoritiesWithOptions(request: RemoveApisAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<RemoveApisAuthoritiesResponse>;
10591
11004
  removeApisAuthorities(request: RemoveApisAuthoritiesRequest): Promise<RemoveApisAuthoritiesResponse>;
10592
11005
  removeAppsAuthoritiesWithOptions(request: RemoveAppsAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<RemoveAppsAuthoritiesResponse>;