@alicloud/cloudapi20160714 4.2.1 → 4.3.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 +259 -10
- package/dist/client.js +441 -24
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +534 -10
package/dist/client.d.ts
CHANGED
|
@@ -4841,6 +4841,106 @@ export declare class DescribeImportOASTaskResponse extends $tea.Model {
|
|
|
4841
4841
|
[key: string]: any;
|
|
4842
4842
|
});
|
|
4843
4843
|
}
|
|
4844
|
+
export declare class DescribeInstanceClusterInfoRequest extends $tea.Model {
|
|
4845
|
+
instanceClusterName?: string;
|
|
4846
|
+
securityToken?: string;
|
|
4847
|
+
static names(): {
|
|
4848
|
+
[key: string]: string;
|
|
4849
|
+
};
|
|
4850
|
+
static types(): {
|
|
4851
|
+
[key: string]: any;
|
|
4852
|
+
};
|
|
4853
|
+
constructor(map?: {
|
|
4854
|
+
[key: string]: any;
|
|
4855
|
+
});
|
|
4856
|
+
}
|
|
4857
|
+
export declare class DescribeInstanceClusterInfoResponseBody extends $tea.Model {
|
|
4858
|
+
createdTime?: string;
|
|
4859
|
+
description?: string;
|
|
4860
|
+
instanceClusterAttribute?: DescribeInstanceClusterInfoResponseBodyInstanceClusterAttribute;
|
|
4861
|
+
instanceClusterId?: string;
|
|
4862
|
+
instanceClusterName?: string;
|
|
4863
|
+
instanceClusterStatus?: string;
|
|
4864
|
+
instanceClusterType?: string;
|
|
4865
|
+
instanceClusterVersion?: string;
|
|
4866
|
+
instanceList?: DescribeInstanceClusterInfoResponseBodyInstanceList;
|
|
4867
|
+
modifiedTime?: string;
|
|
4868
|
+
regionId?: string;
|
|
4869
|
+
requestId?: string;
|
|
4870
|
+
static names(): {
|
|
4871
|
+
[key: string]: string;
|
|
4872
|
+
};
|
|
4873
|
+
static types(): {
|
|
4874
|
+
[key: string]: any;
|
|
4875
|
+
};
|
|
4876
|
+
constructor(map?: {
|
|
4877
|
+
[key: string]: any;
|
|
4878
|
+
});
|
|
4879
|
+
}
|
|
4880
|
+
export declare class DescribeInstanceClusterInfoResponse extends $tea.Model {
|
|
4881
|
+
headers?: {
|
|
4882
|
+
[key: string]: string;
|
|
4883
|
+
};
|
|
4884
|
+
statusCode?: number;
|
|
4885
|
+
body?: DescribeInstanceClusterInfoResponseBody;
|
|
4886
|
+
static names(): {
|
|
4887
|
+
[key: string]: string;
|
|
4888
|
+
};
|
|
4889
|
+
static types(): {
|
|
4890
|
+
[key: string]: any;
|
|
4891
|
+
};
|
|
4892
|
+
constructor(map?: {
|
|
4893
|
+
[key: string]: any;
|
|
4894
|
+
});
|
|
4895
|
+
}
|
|
4896
|
+
export declare class DescribeInstanceClusterListRequest extends $tea.Model {
|
|
4897
|
+
instanceClusterId?: string;
|
|
4898
|
+
instanceClusterName?: string;
|
|
4899
|
+
pageNumber?: number;
|
|
4900
|
+
pageSize?: number;
|
|
4901
|
+
securityToken?: string;
|
|
4902
|
+
static names(): {
|
|
4903
|
+
[key: string]: string;
|
|
4904
|
+
};
|
|
4905
|
+
static types(): {
|
|
4906
|
+
[key: string]: any;
|
|
4907
|
+
};
|
|
4908
|
+
constructor(map?: {
|
|
4909
|
+
[key: string]: any;
|
|
4910
|
+
});
|
|
4911
|
+
}
|
|
4912
|
+
export declare class DescribeInstanceClusterListResponseBody extends $tea.Model {
|
|
4913
|
+
instanceClusters?: DescribeInstanceClusterListResponseBodyInstanceClusters;
|
|
4914
|
+
pageNumber?: number;
|
|
4915
|
+
pageSize?: number;
|
|
4916
|
+
requestId?: string;
|
|
4917
|
+
totalCount?: number;
|
|
4918
|
+
static names(): {
|
|
4919
|
+
[key: string]: string;
|
|
4920
|
+
};
|
|
4921
|
+
static types(): {
|
|
4922
|
+
[key: string]: any;
|
|
4923
|
+
};
|
|
4924
|
+
constructor(map?: {
|
|
4925
|
+
[key: string]: any;
|
|
4926
|
+
});
|
|
4927
|
+
}
|
|
4928
|
+
export declare class DescribeInstanceClusterListResponse extends $tea.Model {
|
|
4929
|
+
headers?: {
|
|
4930
|
+
[key: string]: string;
|
|
4931
|
+
};
|
|
4932
|
+
statusCode?: number;
|
|
4933
|
+
body?: DescribeInstanceClusterListResponseBody;
|
|
4934
|
+
static names(): {
|
|
4935
|
+
[key: string]: string;
|
|
4936
|
+
};
|
|
4937
|
+
static types(): {
|
|
4938
|
+
[key: string]: any;
|
|
4939
|
+
};
|
|
4940
|
+
constructor(map?: {
|
|
4941
|
+
[key: string]: any;
|
|
4942
|
+
});
|
|
4943
|
+
}
|
|
4844
4944
|
export declare class DescribeInstanceDropConnectionsRequest extends $tea.Model {
|
|
4845
4945
|
endTime?: string;
|
|
4846
4946
|
instanceId?: string;
|
|
@@ -11690,6 +11790,31 @@ export declare class DescribeAuthorizedApisResponseBodyAuthorizedApis extends $t
|
|
|
11690
11790
|
[key: string]: any;
|
|
11691
11791
|
});
|
|
11692
11792
|
}
|
|
11793
|
+
export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedAppTagTagInfo extends $tea.Model {
|
|
11794
|
+
key?: string;
|
|
11795
|
+
value?: string;
|
|
11796
|
+
static names(): {
|
|
11797
|
+
[key: string]: string;
|
|
11798
|
+
};
|
|
11799
|
+
static types(): {
|
|
11800
|
+
[key: string]: any;
|
|
11801
|
+
};
|
|
11802
|
+
constructor(map?: {
|
|
11803
|
+
[key: string]: any;
|
|
11804
|
+
});
|
|
11805
|
+
}
|
|
11806
|
+
export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedAppTag extends $tea.Model {
|
|
11807
|
+
tagInfo?: DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedAppTagTagInfo[];
|
|
11808
|
+
static names(): {
|
|
11809
|
+
[key: string]: string;
|
|
11810
|
+
};
|
|
11811
|
+
static types(): {
|
|
11812
|
+
[key: string]: any;
|
|
11813
|
+
};
|
|
11814
|
+
constructor(map?: {
|
|
11815
|
+
[key: string]: any;
|
|
11816
|
+
});
|
|
11817
|
+
}
|
|
11693
11818
|
export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp extends $tea.Model {
|
|
11694
11819
|
appDescription?: string;
|
|
11695
11820
|
appId?: number;
|
|
@@ -11701,6 +11826,7 @@ export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedA
|
|
|
11701
11826
|
operator?: string;
|
|
11702
11827
|
stageAlias?: string;
|
|
11703
11828
|
stageName?: string;
|
|
11829
|
+
tag?: DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedAppTag;
|
|
11704
11830
|
static names(): {
|
|
11705
11831
|
[key: string]: string;
|
|
11706
11832
|
};
|
|
@@ -12675,6 +12801,97 @@ export declare class DescribeImportOASTaskResponseBodyModelResults extends $tea.
|
|
|
12675
12801
|
[key: string]: any;
|
|
12676
12802
|
});
|
|
12677
12803
|
}
|
|
12804
|
+
export declare class DescribeInstanceClusterInfoResponseBodyInstanceClusterAttribute extends $tea.Model {
|
|
12805
|
+
connectCidrBlocks?: string;
|
|
12806
|
+
connectVpcId?: string;
|
|
12807
|
+
egressIpv6Enable?: boolean;
|
|
12808
|
+
httpsPolicies?: string;
|
|
12809
|
+
IPV4AclId?: string;
|
|
12810
|
+
IPV4AclName?: string;
|
|
12811
|
+
IPV4AclStatus?: string;
|
|
12812
|
+
IPV4AclType?: string;
|
|
12813
|
+
IPV6AclId?: string;
|
|
12814
|
+
IPV6AclName?: string;
|
|
12815
|
+
IPV6AclStatus?: string;
|
|
12816
|
+
IPV6AclType?: string;
|
|
12817
|
+
internetEgressAddress?: string;
|
|
12818
|
+
intranetEgressAddress?: string;
|
|
12819
|
+
intranetSegments?: string;
|
|
12820
|
+
supportIpv6?: boolean;
|
|
12821
|
+
userVpcId?: string;
|
|
12822
|
+
userVswitchId?: string;
|
|
12823
|
+
vipTypeList?: string;
|
|
12824
|
+
vpcIntranetEnable?: boolean;
|
|
12825
|
+
vpcOwnerId?: number;
|
|
12826
|
+
vpcSlbIntranetEnable?: boolean;
|
|
12827
|
+
static names(): {
|
|
12828
|
+
[key: string]: string;
|
|
12829
|
+
};
|
|
12830
|
+
static types(): {
|
|
12831
|
+
[key: string]: any;
|
|
12832
|
+
};
|
|
12833
|
+
constructor(map?: {
|
|
12834
|
+
[key: string]: any;
|
|
12835
|
+
});
|
|
12836
|
+
}
|
|
12837
|
+
export declare class DescribeInstanceClusterInfoResponseBodyInstanceListInstance extends $tea.Model {
|
|
12838
|
+
errorMessage?: string;
|
|
12839
|
+
instanceId?: string;
|
|
12840
|
+
instanceName?: string;
|
|
12841
|
+
status?: string;
|
|
12842
|
+
static names(): {
|
|
12843
|
+
[key: string]: string;
|
|
12844
|
+
};
|
|
12845
|
+
static types(): {
|
|
12846
|
+
[key: string]: any;
|
|
12847
|
+
};
|
|
12848
|
+
constructor(map?: {
|
|
12849
|
+
[key: string]: any;
|
|
12850
|
+
});
|
|
12851
|
+
}
|
|
12852
|
+
export declare class DescribeInstanceClusterInfoResponseBodyInstanceList extends $tea.Model {
|
|
12853
|
+
instance?: DescribeInstanceClusterInfoResponseBodyInstanceListInstance[];
|
|
12854
|
+
static names(): {
|
|
12855
|
+
[key: string]: string;
|
|
12856
|
+
};
|
|
12857
|
+
static types(): {
|
|
12858
|
+
[key: string]: any;
|
|
12859
|
+
};
|
|
12860
|
+
constructor(map?: {
|
|
12861
|
+
[key: string]: any;
|
|
12862
|
+
});
|
|
12863
|
+
}
|
|
12864
|
+
export declare class DescribeInstanceClusterListResponseBodyInstanceClustersInstanceCluster extends $tea.Model {
|
|
12865
|
+
createdTime?: string;
|
|
12866
|
+
description?: string;
|
|
12867
|
+
instanceClusterId?: string;
|
|
12868
|
+
instanceClusterName?: string;
|
|
12869
|
+
instanceClusterStatus?: string;
|
|
12870
|
+
instanceClusterType?: string;
|
|
12871
|
+
modifiedTime?: string;
|
|
12872
|
+
regionId?: string;
|
|
12873
|
+
static names(): {
|
|
12874
|
+
[key: string]: string;
|
|
12875
|
+
};
|
|
12876
|
+
static types(): {
|
|
12877
|
+
[key: string]: any;
|
|
12878
|
+
};
|
|
12879
|
+
constructor(map?: {
|
|
12880
|
+
[key: string]: any;
|
|
12881
|
+
});
|
|
12882
|
+
}
|
|
12883
|
+
export declare class DescribeInstanceClusterListResponseBodyInstanceClusters extends $tea.Model {
|
|
12884
|
+
instanceCluster?: DescribeInstanceClusterListResponseBodyInstanceClustersInstanceCluster[];
|
|
12885
|
+
static names(): {
|
|
12886
|
+
[key: string]: string;
|
|
12887
|
+
};
|
|
12888
|
+
static types(): {
|
|
12889
|
+
[key: string]: any;
|
|
12890
|
+
};
|
|
12891
|
+
constructor(map?: {
|
|
12892
|
+
[key: string]: any;
|
|
12893
|
+
});
|
|
12894
|
+
}
|
|
12678
12895
|
export declare class DescribeInstanceDropConnectionsResponseBodyInstanceDropConnectionsMonitorItem extends $tea.Model {
|
|
12679
12896
|
itemTime?: string;
|
|
12680
12897
|
itemValue?: string;
|
|
@@ -14819,7 +15036,7 @@ export default class Client extends OpenApi {
|
|
|
14819
15036
|
*/
|
|
14820
15037
|
createDatasetItem(request: CreateDatasetItemRequest): Promise<CreateDatasetItemResponse>;
|
|
14821
15038
|
/**
|
|
14822
|
-
* @summary
|
|
15039
|
+
* @summary Creates an API Gateway instance.
|
|
14823
15040
|
*
|
|
14824
15041
|
* @param request CreateInstanceRequest
|
|
14825
15042
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -14827,7 +15044,7 @@ export default class Client extends OpenApi {
|
|
|
14827
15044
|
*/
|
|
14828
15045
|
createInstanceWithOptions(request: CreateInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateInstanceResponse>;
|
|
14829
15046
|
/**
|
|
14830
|
-
* @summary
|
|
15047
|
+
* @summary Creates an API Gateway instance.
|
|
14831
15048
|
*
|
|
14832
15049
|
* @param request CreateInstanceRequest
|
|
14833
15050
|
* @return CreateInstanceResponse
|
|
@@ -15835,12 +16052,16 @@ export default class Client extends OpenApi {
|
|
|
15835
16052
|
*/
|
|
15836
16053
|
describeApis(request: DescribeApisRequest): Promise<DescribeApisResponse>;
|
|
15837
16054
|
/**
|
|
16055
|
+
* @summary Queries the APIs with which an application is associated.
|
|
16056
|
+
*
|
|
15838
16057
|
* @param request DescribeApisByAppRequest
|
|
15839
16058
|
* @param runtime runtime options for this request RuntimeOptions
|
|
15840
16059
|
* @return DescribeApisByAppResponse
|
|
15841
16060
|
*/
|
|
15842
16061
|
describeApisByAppWithOptions(request: DescribeApisByAppRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisByAppResponse>;
|
|
15843
16062
|
/**
|
|
16063
|
+
* @summary Queries the APIs with which an application is associated.
|
|
16064
|
+
*
|
|
15844
16065
|
* @param request DescribeApisByAppRequest
|
|
15845
16066
|
* @return DescribeApisByAppResponse
|
|
15846
16067
|
*/
|
|
@@ -16299,12 +16520,16 @@ export default class Client extends OpenApi {
|
|
|
16299
16520
|
*/
|
|
16300
16521
|
describeGroupTraffic(request: DescribeGroupTrafficRequest): Promise<DescribeGroupTrafficResponse>;
|
|
16301
16522
|
/**
|
|
16523
|
+
* @summary Queries the historical versions of an API.
|
|
16524
|
+
*
|
|
16302
16525
|
* @param request DescribeHistoryApisRequest
|
|
16303
16526
|
* @param runtime runtime options for this request RuntimeOptions
|
|
16304
16527
|
* @return DescribeHistoryApisResponse
|
|
16305
16528
|
*/
|
|
16306
16529
|
describeHistoryApisWithOptions(request: DescribeHistoryApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHistoryApisResponse>;
|
|
16307
16530
|
/**
|
|
16531
|
+
* @summary Queries the historical versions of an API.
|
|
16532
|
+
*
|
|
16308
16533
|
* @param request DescribeHistoryApisRequest
|
|
16309
16534
|
* @return DescribeHistoryApisResponse
|
|
16310
16535
|
*/
|
|
@@ -16324,6 +16549,36 @@ export default class Client extends OpenApi {
|
|
|
16324
16549
|
* @return DescribeImportOASTaskResponse
|
|
16325
16550
|
*/
|
|
16326
16551
|
describeImportOASTask(request: DescribeImportOASTaskRequest): Promise<DescribeImportOASTaskResponse>;
|
|
16552
|
+
/**
|
|
16553
|
+
* @summary 查询专享实例集群的详情
|
|
16554
|
+
*
|
|
16555
|
+
* @param request DescribeInstanceClusterInfoRequest
|
|
16556
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16557
|
+
* @return DescribeInstanceClusterInfoResponse
|
|
16558
|
+
*/
|
|
16559
|
+
describeInstanceClusterInfoWithOptions(request: DescribeInstanceClusterInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceClusterInfoResponse>;
|
|
16560
|
+
/**
|
|
16561
|
+
* @summary 查询专享实例集群的详情
|
|
16562
|
+
*
|
|
16563
|
+
* @param request DescribeInstanceClusterInfoRequest
|
|
16564
|
+
* @return DescribeInstanceClusterInfoResponse
|
|
16565
|
+
*/
|
|
16566
|
+
describeInstanceClusterInfo(request: DescribeInstanceClusterInfoRequest): Promise<DescribeInstanceClusterInfoResponse>;
|
|
16567
|
+
/**
|
|
16568
|
+
* @summary 查询专享实例集群列表
|
|
16569
|
+
*
|
|
16570
|
+
* @param request DescribeInstanceClusterListRequest
|
|
16571
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
16572
|
+
* @return DescribeInstanceClusterListResponse
|
|
16573
|
+
*/
|
|
16574
|
+
describeInstanceClusterListWithOptions(request: DescribeInstanceClusterListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceClusterListResponse>;
|
|
16575
|
+
/**
|
|
16576
|
+
* @summary 查询专享实例集群列表
|
|
16577
|
+
*
|
|
16578
|
+
* @param request DescribeInstanceClusterListRequest
|
|
16579
|
+
* @return DescribeInstanceClusterListResponse
|
|
16580
|
+
*/
|
|
16581
|
+
describeInstanceClusterList(request: DescribeInstanceClusterListRequest): Promise<DescribeInstanceClusterListResponse>;
|
|
16327
16582
|
/**
|
|
16328
16583
|
* @summary Queries the number of lost connections to a dedicated instance within a period of time.
|
|
16329
16584
|
*
|
|
@@ -16566,7 +16821,7 @@ export default class Client extends OpenApi {
|
|
|
16566
16821
|
*/
|
|
16567
16822
|
describeModels(request: DescribeModelsRequest): Promise<DescribeModelsResponse>;
|
|
16568
16823
|
/**
|
|
16569
|
-
* @summary
|
|
16824
|
+
* @summary Queries the APIs to which a specified plug-in is bound.
|
|
16570
16825
|
*
|
|
16571
16826
|
* @param request DescribePluginApisRequest
|
|
16572
16827
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -16574,7 +16829,7 @@ export default class Client extends OpenApi {
|
|
|
16574
16829
|
*/
|
|
16575
16830
|
describePluginApisWithOptions(request: DescribePluginApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribePluginApisResponse>;
|
|
16576
16831
|
/**
|
|
16577
|
-
* @summary
|
|
16832
|
+
* @summary Queries the APIs to which a specified plug-in is bound.
|
|
16578
16833
|
*
|
|
16579
16834
|
* @param request DescribePluginApisRequest
|
|
16580
16835
|
* @return DescribePluginApisResponse
|
|
@@ -17912,9 +18167,6 @@ export default class Client extends OpenApi {
|
|
|
17912
18167
|
/**
|
|
17913
18168
|
* @summary Binds a signature key to APIs.
|
|
17914
18169
|
*
|
|
17915
|
-
* @description * This API is intended for API providers.
|
|
17916
|
-
* * This operation allows you to bind a signature key to an API. You can bind signature keys for up to 100 APIs at a time.
|
|
17917
|
-
*
|
|
17918
18170
|
* @param request SetSignatureApisRequest
|
|
17919
18171
|
* @param runtime runtime options for this request RuntimeOptions
|
|
17920
18172
|
* @return SetSignatureApisResponse
|
|
@@ -17923,9 +18175,6 @@ export default class Client extends OpenApi {
|
|
|
17923
18175
|
/**
|
|
17924
18176
|
* @summary Binds a signature key to APIs.
|
|
17925
18177
|
*
|
|
17926
|
-
* @description * This API is intended for API providers.
|
|
17927
|
-
* * This operation allows you to bind a signature key to an API. You can bind signature keys for up to 100 APIs at a time.
|
|
17928
|
-
*
|
|
17929
18178
|
* @param request SetSignatureApisRequest
|
|
17930
18179
|
* @return SetSignatureApisResponse
|
|
17931
18180
|
*/
|