@alicloud/cloudapi20160714 2.2.20 → 3.0.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 +79 -72
- package/dist/client.js +155 -110
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +193 -144
package/dist/client.d.ts
CHANGED
|
@@ -522,6 +522,7 @@ export declare class CreateAppRequest extends $tea.Model {
|
|
|
522
522
|
appName?: string;
|
|
523
523
|
appSecret?: string;
|
|
524
524
|
description?: string;
|
|
525
|
+
extend?: string;
|
|
525
526
|
securityToken?: string;
|
|
526
527
|
tag?: CreateAppRequestTag[];
|
|
527
528
|
static names(): {
|
|
@@ -2261,7 +2262,6 @@ export declare class DescribeApiResponseBody extends $tea.Model {
|
|
|
2261
2262
|
requestId?: string;
|
|
2262
2263
|
requestParameters?: DescribeApiResponseBodyRequestParameters;
|
|
2263
2264
|
resultBodyModel?: string;
|
|
2264
|
-
resultDescriptions?: DescribeApiResponseBodyResultDescriptions;
|
|
2265
2265
|
resultSample?: string;
|
|
2266
2266
|
resultType?: string;
|
|
2267
2267
|
serviceConfig?: DescribeApiResponseBodyServiceConfig;
|
|
@@ -2327,7 +2327,6 @@ export declare class DescribeApiDocResponseBody extends $tea.Model {
|
|
|
2327
2327
|
requestConfig?: DescribeApiDocResponseBodyRequestConfig;
|
|
2328
2328
|
requestId?: string;
|
|
2329
2329
|
requestParameters?: DescribeApiDocResponseBodyRequestParameters;
|
|
2330
|
-
resultDescriptions?: DescribeApiDocResponseBodyResultDescriptions;
|
|
2331
2330
|
resultSample?: string;
|
|
2332
2331
|
resultType?: string;
|
|
2333
2332
|
stageName?: string;
|
|
@@ -2375,7 +2374,6 @@ export declare class DescribeApiGroupRequest extends $tea.Model {
|
|
|
2375
2374
|
export declare class DescribeApiGroupResponseBody extends $tea.Model {
|
|
2376
2375
|
basePath?: string;
|
|
2377
2376
|
billingStatus?: string;
|
|
2378
|
-
classicVpcSubDomain?: string;
|
|
2379
2377
|
cloudMarketCommodity?: boolean;
|
|
2380
2378
|
cmsMonitorGroup?: string;
|
|
2381
2379
|
compatibleFlags?: string;
|
|
@@ -2392,7 +2390,6 @@ export declare class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
2392
2390
|
illegalStatus?: string;
|
|
2393
2391
|
instanceId?: string;
|
|
2394
2392
|
instanceType?: string;
|
|
2395
|
-
instanceVipList?: string;
|
|
2396
2393
|
ipv6Status?: string;
|
|
2397
2394
|
migrationError?: string;
|
|
2398
2395
|
migrationStatus?: string;
|
|
@@ -2400,7 +2397,6 @@ export declare class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
2400
2397
|
passthroughHeaders?: string;
|
|
2401
2398
|
regionId?: string;
|
|
2402
2399
|
requestId?: string;
|
|
2403
|
-
rpcPattern?: string;
|
|
2404
2400
|
stageItems?: DescribeApiGroupResponseBodyStageItems;
|
|
2405
2401
|
status?: string;
|
|
2406
2402
|
subDomain?: string;
|
|
@@ -3304,6 +3300,7 @@ export declare class DescribeAppResponseBody extends $tea.Model {
|
|
|
3304
3300
|
appName?: string;
|
|
3305
3301
|
createdTime?: string;
|
|
3306
3302
|
description?: string;
|
|
3303
|
+
extend?: string;
|
|
3307
3304
|
modifiedTime?: string;
|
|
3308
3305
|
requestId?: string;
|
|
3309
3306
|
static names(): {
|
|
@@ -3338,6 +3335,7 @@ export declare class DescribeAppAttributesRequest extends $tea.Model {
|
|
|
3338
3335
|
appKey?: string;
|
|
3339
3336
|
appName?: string;
|
|
3340
3337
|
enableTagAuth?: boolean;
|
|
3338
|
+
extend?: string;
|
|
3341
3339
|
pageNumber?: number;
|
|
3342
3340
|
pageSize?: number;
|
|
3343
3341
|
securityToken?: string;
|
|
@@ -4073,6 +4071,51 @@ export declare class DescribeDomainResponse extends $tea.Model {
|
|
|
4073
4071
|
[key: string]: any;
|
|
4074
4072
|
});
|
|
4075
4073
|
}
|
|
4074
|
+
export declare class DescribeGroupQpsRequest extends $tea.Model {
|
|
4075
|
+
endTime?: string;
|
|
4076
|
+
groupId?: string;
|
|
4077
|
+
securityToken?: string;
|
|
4078
|
+
stageName?: string;
|
|
4079
|
+
startTime?: string;
|
|
4080
|
+
static names(): {
|
|
4081
|
+
[key: string]: string;
|
|
4082
|
+
};
|
|
4083
|
+
static types(): {
|
|
4084
|
+
[key: string]: any;
|
|
4085
|
+
};
|
|
4086
|
+
constructor(map?: {
|
|
4087
|
+
[key: string]: any;
|
|
4088
|
+
});
|
|
4089
|
+
}
|
|
4090
|
+
export declare class DescribeGroupQpsResponseBody extends $tea.Model {
|
|
4091
|
+
groupQps?: DescribeGroupQpsResponseBodyGroupQps;
|
|
4092
|
+
requestId?: string;
|
|
4093
|
+
static names(): {
|
|
4094
|
+
[key: string]: string;
|
|
4095
|
+
};
|
|
4096
|
+
static types(): {
|
|
4097
|
+
[key: string]: any;
|
|
4098
|
+
};
|
|
4099
|
+
constructor(map?: {
|
|
4100
|
+
[key: string]: any;
|
|
4101
|
+
});
|
|
4102
|
+
}
|
|
4103
|
+
export declare class DescribeGroupQpsResponse extends $tea.Model {
|
|
4104
|
+
headers: {
|
|
4105
|
+
[key: string]: string;
|
|
4106
|
+
};
|
|
4107
|
+
statusCode: number;
|
|
4108
|
+
body: DescribeGroupQpsResponseBody;
|
|
4109
|
+
static names(): {
|
|
4110
|
+
[key: string]: string;
|
|
4111
|
+
};
|
|
4112
|
+
static types(): {
|
|
4113
|
+
[key: string]: any;
|
|
4114
|
+
};
|
|
4115
|
+
constructor(map?: {
|
|
4116
|
+
[key: string]: any;
|
|
4117
|
+
});
|
|
4118
|
+
}
|
|
4076
4119
|
export declare class DescribeHistoryApisRequest extends $tea.Model {
|
|
4077
4120
|
apiId?: string;
|
|
4078
4121
|
apiName?: string;
|
|
@@ -6340,6 +6383,7 @@ export declare class ModifyAppRequest extends $tea.Model {
|
|
|
6340
6383
|
appId?: number;
|
|
6341
6384
|
appName?: string;
|
|
6342
6385
|
description?: string;
|
|
6386
|
+
extend?: string;
|
|
6343
6387
|
securityToken?: string;
|
|
6344
6388
|
tag?: ModifyAppRequestTag[];
|
|
6345
6389
|
static names(): {
|
|
@@ -8838,37 +8882,6 @@ export declare class DescribeApiResponseBodyRequestParameters extends $tea.Model
|
|
|
8838
8882
|
[key: string]: any;
|
|
8839
8883
|
});
|
|
8840
8884
|
}
|
|
8841
|
-
export declare class DescribeApiResponseBodyResultDescriptionsResultDescription extends $tea.Model {
|
|
8842
|
-
description?: string;
|
|
8843
|
-
hasChild?: boolean;
|
|
8844
|
-
id?: string;
|
|
8845
|
-
key?: string;
|
|
8846
|
-
mandatory?: boolean;
|
|
8847
|
-
name?: string;
|
|
8848
|
-
pid?: string;
|
|
8849
|
-
type?: string;
|
|
8850
|
-
static names(): {
|
|
8851
|
-
[key: string]: string;
|
|
8852
|
-
};
|
|
8853
|
-
static types(): {
|
|
8854
|
-
[key: string]: any;
|
|
8855
|
-
};
|
|
8856
|
-
constructor(map?: {
|
|
8857
|
-
[key: string]: any;
|
|
8858
|
-
});
|
|
8859
|
-
}
|
|
8860
|
-
export declare class DescribeApiResponseBodyResultDescriptions extends $tea.Model {
|
|
8861
|
-
resultDescription?: DescribeApiResponseBodyResultDescriptionsResultDescription[];
|
|
8862
|
-
static names(): {
|
|
8863
|
-
[key: string]: string;
|
|
8864
|
-
};
|
|
8865
|
-
static types(): {
|
|
8866
|
-
[key: string]: any;
|
|
8867
|
-
};
|
|
8868
|
-
constructor(map?: {
|
|
8869
|
-
[key: string]: any;
|
|
8870
|
-
});
|
|
8871
|
-
}
|
|
8872
8885
|
export declare class DescribeApiResponseBodyServiceConfigEventBridgeConfig extends $tea.Model {
|
|
8873
8886
|
eventBridgeRegionId?: string;
|
|
8874
8887
|
eventBus?: string;
|
|
@@ -9153,37 +9166,6 @@ export declare class DescribeApiDocResponseBodyRequestParameters extends $tea.Mo
|
|
|
9153
9166
|
[key: string]: any;
|
|
9154
9167
|
});
|
|
9155
9168
|
}
|
|
9156
|
-
export declare class DescribeApiDocResponseBodyResultDescriptionsResultDescription extends $tea.Model {
|
|
9157
|
-
description?: string;
|
|
9158
|
-
hasChild?: boolean;
|
|
9159
|
-
id?: string;
|
|
9160
|
-
key?: string;
|
|
9161
|
-
mandatory?: boolean;
|
|
9162
|
-
name?: string;
|
|
9163
|
-
pid?: string;
|
|
9164
|
-
type?: string;
|
|
9165
|
-
static names(): {
|
|
9166
|
-
[key: string]: string;
|
|
9167
|
-
};
|
|
9168
|
-
static types(): {
|
|
9169
|
-
[key: string]: any;
|
|
9170
|
-
};
|
|
9171
|
-
constructor(map?: {
|
|
9172
|
-
[key: string]: any;
|
|
9173
|
-
});
|
|
9174
|
-
}
|
|
9175
|
-
export declare class DescribeApiDocResponseBodyResultDescriptions extends $tea.Model {
|
|
9176
|
-
resultDescription?: DescribeApiDocResponseBodyResultDescriptionsResultDescription[];
|
|
9177
|
-
static names(): {
|
|
9178
|
-
[key: string]: string;
|
|
9179
|
-
};
|
|
9180
|
-
static types(): {
|
|
9181
|
-
[key: string]: any;
|
|
9182
|
-
};
|
|
9183
|
-
constructor(map?: {
|
|
9184
|
-
[key: string]: any;
|
|
9185
|
-
});
|
|
9186
|
-
}
|
|
9187
9169
|
export declare class DescribeApiGroupRequestTag extends $tea.Model {
|
|
9188
9170
|
key?: string;
|
|
9189
9171
|
value?: string;
|
|
@@ -9212,7 +9194,6 @@ export declare class DescribeApiGroupResponseBodyCustomDomainsDomainItem extends
|
|
|
9212
9194
|
domainWebSocketStatus?: string;
|
|
9213
9195
|
isHttpRedirectToHttps?: boolean;
|
|
9214
9196
|
wildcardDomainPatterns?: string;
|
|
9215
|
-
wssEnable?: string;
|
|
9216
9197
|
static names(): {
|
|
9217
9198
|
[key: string]: string;
|
|
9218
9199
|
};
|
|
@@ -10284,6 +10265,7 @@ export declare class DescribeAppAttributesResponseBodyAppsAppAttribute extends $
|
|
|
10284
10265
|
appName?: string;
|
|
10285
10266
|
createdTime?: string;
|
|
10286
10267
|
description?: string;
|
|
10268
|
+
extend?: string;
|
|
10287
10269
|
modifiedTime?: string;
|
|
10288
10270
|
tags?: DescribeAppAttributesResponseBodyAppsAppAttributeTags;
|
|
10289
10271
|
static names(): {
|
|
@@ -11105,6 +11087,31 @@ export declare class DescribeDeployedApisResponseBodyDeployedApis extends $tea.M
|
|
|
11105
11087
|
[key: string]: any;
|
|
11106
11088
|
});
|
|
11107
11089
|
}
|
|
11090
|
+
export declare class DescribeGroupQpsResponseBodyGroupQpsMonitorItem extends $tea.Model {
|
|
11091
|
+
itemTime?: string;
|
|
11092
|
+
itemValue?: string;
|
|
11093
|
+
static names(): {
|
|
11094
|
+
[key: string]: string;
|
|
11095
|
+
};
|
|
11096
|
+
static types(): {
|
|
11097
|
+
[key: string]: any;
|
|
11098
|
+
};
|
|
11099
|
+
constructor(map?: {
|
|
11100
|
+
[key: string]: any;
|
|
11101
|
+
});
|
|
11102
|
+
}
|
|
11103
|
+
export declare class DescribeGroupQpsResponseBodyGroupQps extends $tea.Model {
|
|
11104
|
+
monitorItem?: DescribeGroupQpsResponseBodyGroupQpsMonitorItem[];
|
|
11105
|
+
static names(): {
|
|
11106
|
+
[key: string]: string;
|
|
11107
|
+
};
|
|
11108
|
+
static types(): {
|
|
11109
|
+
[key: string]: any;
|
|
11110
|
+
};
|
|
11111
|
+
constructor(map?: {
|
|
11112
|
+
[key: string]: any;
|
|
11113
|
+
});
|
|
11114
|
+
}
|
|
11108
11115
|
export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extends $tea.Model {
|
|
11109
11116
|
apiId?: string;
|
|
11110
11117
|
apiName?: string;
|
|
@@ -11467,7 +11474,6 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceAttributeInst
|
|
|
11467
11474
|
}
|
|
11468
11475
|
export declare class DescribeInstancesResponseBodyInstancesInstanceAttributeNetworkInterfaceAttributesNetworkInterfaceAttribute extends $tea.Model {
|
|
11469
11476
|
cidrBlock?: string;
|
|
11470
|
-
networkInterfaceId?: string;
|
|
11471
11477
|
securityGroupId?: string;
|
|
11472
11478
|
vswitchId?: string;
|
|
11473
11479
|
zoneId?: string;
|
|
@@ -11529,7 +11535,6 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceAttribute ext
|
|
|
11529
11535
|
supportIpv6?: boolean;
|
|
11530
11536
|
userVpcId?: string;
|
|
11531
11537
|
userVswitchId?: string;
|
|
11532
|
-
vipTypeList?: string;
|
|
11533
11538
|
vpcEgressAddress?: string;
|
|
11534
11539
|
vpcIntranetEnable?: boolean;
|
|
11535
11540
|
vpcOwnerId?: number;
|
|
@@ -13108,7 +13113,7 @@ export default class Client extends OpenApi {
|
|
|
13108
13113
|
describeAccessControlListsWithOptions(request: DescribeAccessControlListsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessControlListsResponse>;
|
|
13109
13114
|
describeAccessControlLists(request: DescribeAccessControlListsRequest): Promise<DescribeAccessControlListsResponse>;
|
|
13110
13115
|
/**
|
|
13111
|
-
*
|
|
13116
|
+
* * This operation is intended for API providers.
|
|
13112
13117
|
*
|
|
13113
13118
|
* @param request DescribeApiRequest
|
|
13114
13119
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13116,7 +13121,7 @@ export default class Client extends OpenApi {
|
|
|
13116
13121
|
*/
|
|
13117
13122
|
describeApiWithOptions(request: DescribeApiRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiResponse>;
|
|
13118
13123
|
/**
|
|
13119
|
-
*
|
|
13124
|
+
* * This operation is intended for API providers.
|
|
13120
13125
|
*
|
|
13121
13126
|
* @param request DescribeApiRequest
|
|
13122
13127
|
* @return DescribeApiResponse
|
|
@@ -13381,6 +13386,8 @@ export default class Client extends OpenApi {
|
|
|
13381
13386
|
* @return DescribeDomainResponse
|
|
13382
13387
|
*/
|
|
13383
13388
|
describeDomain(request: DescribeDomainRequest): Promise<DescribeDomainResponse>;
|
|
13389
|
+
describeGroupQpsWithOptions(request: DescribeGroupQpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGroupQpsResponse>;
|
|
13390
|
+
describeGroupQps(request: DescribeGroupQpsRequest): Promise<DescribeGroupQpsResponse>;
|
|
13384
13391
|
describeHistoryApisWithOptions(request: DescribeHistoryApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHistoryApisResponse>;
|
|
13385
13392
|
describeHistoryApis(request: DescribeHistoryApisRequest): Promise<DescribeHistoryApisResponse>;
|
|
13386
13393
|
describeImportOASTaskWithOptions(request: DescribeImportOASTaskRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImportOASTaskResponse>;
|