@alicloud/cloudapi20160714 3.6.2 → 4.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 +115 -1
- package/dist/client.js +3032 -2811
- package/dist/client.js.map +1 -1
- package/package.json +4 -4
- package/src/client.ts +255 -3
package/dist/client.d.ts
CHANGED
|
@@ -365,6 +365,7 @@ export declare class CreateAccessControlListRequest extends $tea.Model {
|
|
|
365
365
|
});
|
|
366
366
|
}
|
|
367
367
|
export declare class CreateAccessControlListResponseBody extends $tea.Model {
|
|
368
|
+
aclId?: string;
|
|
368
369
|
requestId?: string;
|
|
369
370
|
static names(): {
|
|
370
371
|
[key: string]: string;
|
|
@@ -2232,7 +2233,7 @@ export declare class DescribeAccessControlListAttributeResponseBody extends $tea
|
|
|
2232
2233
|
aclEntrys?: DescribeAccessControlListAttributeResponseBodyAclEntrys;
|
|
2233
2234
|
aclId?: string;
|
|
2234
2235
|
aclName?: string;
|
|
2235
|
-
|
|
2236
|
+
addressIPVersion?: string;
|
|
2236
2237
|
requestId?: string;
|
|
2237
2238
|
static names(): {
|
|
2238
2239
|
[key: string]: string;
|
|
@@ -3466,6 +3467,53 @@ export declare class DescribeApisByTrafficControlResponse extends $tea.Model {
|
|
|
3466
3467
|
[key: string]: any;
|
|
3467
3468
|
});
|
|
3468
3469
|
}
|
|
3470
|
+
export declare class DescribeApisByVpcAccessRequest extends $tea.Model {
|
|
3471
|
+
pageNumber?: number;
|
|
3472
|
+
pageSize?: number;
|
|
3473
|
+
securityToken?: string;
|
|
3474
|
+
vpcName?: string;
|
|
3475
|
+
static names(): {
|
|
3476
|
+
[key: string]: string;
|
|
3477
|
+
};
|
|
3478
|
+
static types(): {
|
|
3479
|
+
[key: string]: any;
|
|
3480
|
+
};
|
|
3481
|
+
constructor(map?: {
|
|
3482
|
+
[key: string]: any;
|
|
3483
|
+
});
|
|
3484
|
+
}
|
|
3485
|
+
export declare class DescribeApisByVpcAccessResponseBody extends $tea.Model {
|
|
3486
|
+
apiVpcAccessInfos?: DescribeApisByVpcAccessResponseBodyApiVpcAccessInfos;
|
|
3487
|
+
pageNumber?: number;
|
|
3488
|
+
pageSize?: number;
|
|
3489
|
+
requestId?: string;
|
|
3490
|
+
totalCount?: number;
|
|
3491
|
+
static names(): {
|
|
3492
|
+
[key: string]: string;
|
|
3493
|
+
};
|
|
3494
|
+
static types(): {
|
|
3495
|
+
[key: string]: any;
|
|
3496
|
+
};
|
|
3497
|
+
constructor(map?: {
|
|
3498
|
+
[key: string]: any;
|
|
3499
|
+
});
|
|
3500
|
+
}
|
|
3501
|
+
export declare class DescribeApisByVpcAccessResponse extends $tea.Model {
|
|
3502
|
+
headers?: {
|
|
3503
|
+
[key: string]: string;
|
|
3504
|
+
};
|
|
3505
|
+
statusCode?: number;
|
|
3506
|
+
body?: DescribeApisByVpcAccessResponseBody;
|
|
3507
|
+
static names(): {
|
|
3508
|
+
[key: string]: string;
|
|
3509
|
+
};
|
|
3510
|
+
static types(): {
|
|
3511
|
+
[key: string]: any;
|
|
3512
|
+
};
|
|
3513
|
+
constructor(map?: {
|
|
3514
|
+
[key: string]: any;
|
|
3515
|
+
});
|
|
3516
|
+
}
|
|
3469
3517
|
export declare class DescribeApisWithStageNameIntegratedByAppRequest extends $tea.Model {
|
|
3470
3518
|
apiName?: string;
|
|
3471
3519
|
apiUid?: string;
|
|
@@ -11159,6 +11207,43 @@ export declare class DescribeApisByTrafficControlResponseBodyApiInfos extends $t
|
|
|
11159
11207
|
[key: string]: any;
|
|
11160
11208
|
});
|
|
11161
11209
|
}
|
|
11210
|
+
export declare class DescribeApisByVpcAccessResponseBodyApiVpcAccessInfosApiVpcAccessInfo extends $tea.Model {
|
|
11211
|
+
apiId?: string;
|
|
11212
|
+
apiName?: string;
|
|
11213
|
+
description?: string;
|
|
11214
|
+
groupId?: string;
|
|
11215
|
+
groupName?: string;
|
|
11216
|
+
instanceId?: string;
|
|
11217
|
+
method?: string;
|
|
11218
|
+
path?: string;
|
|
11219
|
+
port?: number;
|
|
11220
|
+
regionId?: string;
|
|
11221
|
+
stageId?: string;
|
|
11222
|
+
stageName?: string;
|
|
11223
|
+
vpcId?: string;
|
|
11224
|
+
vpcName?: string;
|
|
11225
|
+
static names(): {
|
|
11226
|
+
[key: string]: string;
|
|
11227
|
+
};
|
|
11228
|
+
static types(): {
|
|
11229
|
+
[key: string]: any;
|
|
11230
|
+
};
|
|
11231
|
+
constructor(map?: {
|
|
11232
|
+
[key: string]: any;
|
|
11233
|
+
});
|
|
11234
|
+
}
|
|
11235
|
+
export declare class DescribeApisByVpcAccessResponseBodyApiVpcAccessInfos extends $tea.Model {
|
|
11236
|
+
apiVpcAccessInfo?: DescribeApisByVpcAccessResponseBodyApiVpcAccessInfosApiVpcAccessInfo[];
|
|
11237
|
+
static names(): {
|
|
11238
|
+
[key: string]: string;
|
|
11239
|
+
};
|
|
11240
|
+
static types(): {
|
|
11241
|
+
[key: string]: any;
|
|
11242
|
+
};
|
|
11243
|
+
constructor(map?: {
|
|
11244
|
+
[key: string]: any;
|
|
11245
|
+
});
|
|
11246
|
+
}
|
|
11162
11247
|
export declare class DescribeApisWithStageNameIntegratedByAppResponseBodyAppApiRelationInfosAppApiRelationInfo extends $tea.Model {
|
|
11163
11248
|
apiId?: string;
|
|
11164
11249
|
apiName?: string;
|
|
@@ -11367,6 +11452,7 @@ export declare class DescribeAuthorizedApisResponseBodyAuthorizedApis extends $t
|
|
|
11367
11452
|
});
|
|
11368
11453
|
}
|
|
11369
11454
|
export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp extends $tea.Model {
|
|
11455
|
+
appDescription?: string;
|
|
11370
11456
|
appId?: number;
|
|
11371
11457
|
appName?: string;
|
|
11372
11458
|
authVaildTime?: string;
|
|
@@ -12657,6 +12743,31 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceAttributePriv
|
|
|
12657
12743
|
[key: string]: any;
|
|
12658
12744
|
});
|
|
12659
12745
|
}
|
|
12746
|
+
export declare class DescribeInstancesResponseBodyInstancesInstanceAttributeTagsTagInfo extends $tea.Model {
|
|
12747
|
+
key?: string;
|
|
12748
|
+
value?: string;
|
|
12749
|
+
static names(): {
|
|
12750
|
+
[key: string]: string;
|
|
12751
|
+
};
|
|
12752
|
+
static types(): {
|
|
12753
|
+
[key: string]: any;
|
|
12754
|
+
};
|
|
12755
|
+
constructor(map?: {
|
|
12756
|
+
[key: string]: any;
|
|
12757
|
+
});
|
|
12758
|
+
}
|
|
12759
|
+
export declare class DescribeInstancesResponseBodyInstancesInstanceAttributeTags extends $tea.Model {
|
|
12760
|
+
tagInfo?: DescribeInstancesResponseBodyInstancesInstanceAttributeTagsTagInfo[];
|
|
12761
|
+
static names(): {
|
|
12762
|
+
[key: string]: string;
|
|
12763
|
+
};
|
|
12764
|
+
static types(): {
|
|
12765
|
+
[key: string]: any;
|
|
12766
|
+
};
|
|
12767
|
+
constructor(map?: {
|
|
12768
|
+
[key: string]: any;
|
|
12769
|
+
});
|
|
12770
|
+
}
|
|
12660
12771
|
export declare class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $tea.Model {
|
|
12661
12772
|
aclId?: string;
|
|
12662
12773
|
aclName?: string;
|
|
@@ -12692,6 +12803,7 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceAttribute ext
|
|
|
12692
12803
|
regionId?: string;
|
|
12693
12804
|
status?: string;
|
|
12694
12805
|
supportIpv6?: boolean;
|
|
12806
|
+
tags?: DescribeInstancesResponseBodyInstancesInstanceAttributeTags;
|
|
12695
12807
|
userVpcId?: string;
|
|
12696
12808
|
userVswitchId?: string;
|
|
12697
12809
|
vpcEgressAddress?: string;
|
|
@@ -14930,6 +15042,8 @@ export default class Client extends OpenApi {
|
|
|
14930
15042
|
* @return DescribeApisByTrafficControlResponse
|
|
14931
15043
|
*/
|
|
14932
15044
|
describeApisByTrafficControl(request: DescribeApisByTrafficControlRequest): Promise<DescribeApisByTrafficControlResponse>;
|
|
15045
|
+
describeApisByVpcAccessWithOptions(request: DescribeApisByVpcAccessRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisByVpcAccessResponse>;
|
|
15046
|
+
describeApisByVpcAccess(request: DescribeApisByVpcAccessRequest): Promise<DescribeApisByVpcAccessResponse>;
|
|
14933
15047
|
describeApisWithStageNameIntegratedByAppWithOptions(request: DescribeApisWithStageNameIntegratedByAppRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisWithStageNameIntegratedByAppResponse>;
|
|
14934
15048
|
describeApisWithStageNameIntegratedByApp(request: DescribeApisWithStageNameIntegratedByAppRequest): Promise<DescribeApisWithStageNameIntegratedByAppResponse>;
|
|
14935
15049
|
describeAppWithOptions(request: DescribeAppRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAppResponse>;
|