@alicloud/cloudapi20160714 3.6.1 → 4.0.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 +131 -1
- package/dist/client.js +3051 -2806
- package/dist/client.js.map +1 -1
- package/package.json +4 -4
- package/src/client.ts +286 -3
package/dist/client.d.ts
CHANGED
|
@@ -2232,7 +2232,6 @@ export declare class DescribeAccessControlListAttributeResponseBody extends $tea
|
|
|
2232
2232
|
aclEntrys?: DescribeAccessControlListAttributeResponseBodyAclEntrys;
|
|
2233
2233
|
aclId?: string;
|
|
2234
2234
|
aclName?: string;
|
|
2235
|
-
isUsed?: string;
|
|
2236
2235
|
requestId?: string;
|
|
2237
2236
|
static names(): {
|
|
2238
2237
|
[key: string]: string;
|
|
@@ -3466,6 +3465,53 @@ export declare class DescribeApisByTrafficControlResponse extends $tea.Model {
|
|
|
3466
3465
|
[key: string]: any;
|
|
3467
3466
|
});
|
|
3468
3467
|
}
|
|
3468
|
+
export declare class DescribeApisByVpcAccessRequest extends $tea.Model {
|
|
3469
|
+
pageNumber?: number;
|
|
3470
|
+
pageSize?: number;
|
|
3471
|
+
securityToken?: string;
|
|
3472
|
+
vpcName?: string;
|
|
3473
|
+
static names(): {
|
|
3474
|
+
[key: string]: string;
|
|
3475
|
+
};
|
|
3476
|
+
static types(): {
|
|
3477
|
+
[key: string]: any;
|
|
3478
|
+
};
|
|
3479
|
+
constructor(map?: {
|
|
3480
|
+
[key: string]: any;
|
|
3481
|
+
});
|
|
3482
|
+
}
|
|
3483
|
+
export declare class DescribeApisByVpcAccessResponseBody extends $tea.Model {
|
|
3484
|
+
apiVpcAccessInfos?: DescribeApisByVpcAccessResponseBodyApiVpcAccessInfos;
|
|
3485
|
+
pageNumber?: number;
|
|
3486
|
+
pageSize?: number;
|
|
3487
|
+
requestId?: string;
|
|
3488
|
+
totalCount?: number;
|
|
3489
|
+
static names(): {
|
|
3490
|
+
[key: string]: string;
|
|
3491
|
+
};
|
|
3492
|
+
static types(): {
|
|
3493
|
+
[key: string]: any;
|
|
3494
|
+
};
|
|
3495
|
+
constructor(map?: {
|
|
3496
|
+
[key: string]: any;
|
|
3497
|
+
});
|
|
3498
|
+
}
|
|
3499
|
+
export declare class DescribeApisByVpcAccessResponse extends $tea.Model {
|
|
3500
|
+
headers?: {
|
|
3501
|
+
[key: string]: string;
|
|
3502
|
+
};
|
|
3503
|
+
statusCode?: number;
|
|
3504
|
+
body?: DescribeApisByVpcAccessResponseBody;
|
|
3505
|
+
static names(): {
|
|
3506
|
+
[key: string]: string;
|
|
3507
|
+
};
|
|
3508
|
+
static types(): {
|
|
3509
|
+
[key: string]: any;
|
|
3510
|
+
};
|
|
3511
|
+
constructor(map?: {
|
|
3512
|
+
[key: string]: any;
|
|
3513
|
+
});
|
|
3514
|
+
}
|
|
3469
3515
|
export declare class DescribeApisWithStageNameIntegratedByAppRequest extends $tea.Model {
|
|
3470
3516
|
apiName?: string;
|
|
3471
3517
|
apiUid?: string;
|
|
@@ -10059,6 +10105,7 @@ export declare class DescribeApiGroupRequestTag extends $tea.Model {
|
|
|
10059
10105
|
});
|
|
10060
10106
|
}
|
|
10061
10107
|
export declare class DescribeApiGroupResponseBodyCustomDomainsDomainItem extends $tea.Model {
|
|
10108
|
+
bindStageAlias?: string;
|
|
10062
10109
|
bindStageName?: string;
|
|
10063
10110
|
certificateId?: string;
|
|
10064
10111
|
certificateName?: string;
|
|
@@ -11008,6 +11055,7 @@ export declare class DescribeApisByAppResponseBodyAppApiRelationInfosAppApiRelat
|
|
|
11008
11055
|
operator?: string;
|
|
11009
11056
|
path?: string;
|
|
11010
11057
|
regionId?: string;
|
|
11058
|
+
stageAlias?: string;
|
|
11011
11059
|
stageName?: string;
|
|
11012
11060
|
static names(): {
|
|
11013
11061
|
[key: string]: string;
|
|
@@ -11157,6 +11205,43 @@ export declare class DescribeApisByTrafficControlResponseBodyApiInfos extends $t
|
|
|
11157
11205
|
[key: string]: any;
|
|
11158
11206
|
});
|
|
11159
11207
|
}
|
|
11208
|
+
export declare class DescribeApisByVpcAccessResponseBodyApiVpcAccessInfosApiVpcAccessInfo extends $tea.Model {
|
|
11209
|
+
apiId?: string;
|
|
11210
|
+
apiName?: string;
|
|
11211
|
+
description?: string;
|
|
11212
|
+
groupId?: string;
|
|
11213
|
+
groupName?: string;
|
|
11214
|
+
instanceId?: string;
|
|
11215
|
+
method?: string;
|
|
11216
|
+
path?: string;
|
|
11217
|
+
port?: number;
|
|
11218
|
+
regionId?: string;
|
|
11219
|
+
stageId?: string;
|
|
11220
|
+
stageName?: string;
|
|
11221
|
+
vpcId?: string;
|
|
11222
|
+
vpcName?: string;
|
|
11223
|
+
static names(): {
|
|
11224
|
+
[key: string]: string;
|
|
11225
|
+
};
|
|
11226
|
+
static types(): {
|
|
11227
|
+
[key: string]: any;
|
|
11228
|
+
};
|
|
11229
|
+
constructor(map?: {
|
|
11230
|
+
[key: string]: any;
|
|
11231
|
+
});
|
|
11232
|
+
}
|
|
11233
|
+
export declare class DescribeApisByVpcAccessResponseBodyApiVpcAccessInfos extends $tea.Model {
|
|
11234
|
+
apiVpcAccessInfo?: DescribeApisByVpcAccessResponseBodyApiVpcAccessInfosApiVpcAccessInfo[];
|
|
11235
|
+
static names(): {
|
|
11236
|
+
[key: string]: string;
|
|
11237
|
+
};
|
|
11238
|
+
static types(): {
|
|
11239
|
+
[key: string]: any;
|
|
11240
|
+
};
|
|
11241
|
+
constructor(map?: {
|
|
11242
|
+
[key: string]: any;
|
|
11243
|
+
});
|
|
11244
|
+
}
|
|
11160
11245
|
export declare class DescribeApisWithStageNameIntegratedByAppResponseBodyAppApiRelationInfosAppApiRelationInfo extends $tea.Model {
|
|
11161
11246
|
apiId?: string;
|
|
11162
11247
|
apiName?: string;
|
|
@@ -11365,6 +11450,7 @@ export declare class DescribeAuthorizedApisResponseBodyAuthorizedApis extends $t
|
|
|
11365
11450
|
});
|
|
11366
11451
|
}
|
|
11367
11452
|
export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedApp extends $tea.Model {
|
|
11453
|
+
appDescription?: string;
|
|
11368
11454
|
appId?: number;
|
|
11369
11455
|
appName?: string;
|
|
11370
11456
|
authVaildTime?: string;
|
|
@@ -11372,6 +11458,7 @@ export declare class DescribeAuthorizedAppsResponseBodyAuthorizedAppsAuthorizedA
|
|
|
11372
11458
|
authorizedTime?: string;
|
|
11373
11459
|
description?: string;
|
|
11374
11460
|
operator?: string;
|
|
11461
|
+
stageAlias?: string;
|
|
11375
11462
|
stageName?: string;
|
|
11376
11463
|
static names(): {
|
|
11377
11464
|
[key: string]: string;
|
|
@@ -12263,6 +12350,7 @@ export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extend
|
|
|
12263
12350
|
groupName?: string;
|
|
12264
12351
|
historyVersion?: string;
|
|
12265
12352
|
regionId?: string;
|
|
12353
|
+
stageAlias?: string;
|
|
12266
12354
|
stageName?: string;
|
|
12267
12355
|
status?: string;
|
|
12268
12356
|
static names(): {
|
|
@@ -12641,6 +12729,43 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceAttributeNetw
|
|
|
12641
12729
|
[key: string]: any;
|
|
12642
12730
|
});
|
|
12643
12731
|
}
|
|
12732
|
+
export declare class DescribeInstancesResponseBodyInstancesInstanceAttributePrivateDnsList extends $tea.Model {
|
|
12733
|
+
privateDns?: string[];
|
|
12734
|
+
static names(): {
|
|
12735
|
+
[key: string]: string;
|
|
12736
|
+
};
|
|
12737
|
+
static types(): {
|
|
12738
|
+
[key: string]: any;
|
|
12739
|
+
};
|
|
12740
|
+
constructor(map?: {
|
|
12741
|
+
[key: string]: any;
|
|
12742
|
+
});
|
|
12743
|
+
}
|
|
12744
|
+
export declare class DescribeInstancesResponseBodyInstancesInstanceAttributeTagsTagInfo extends $tea.Model {
|
|
12745
|
+
key?: string;
|
|
12746
|
+
value?: string;
|
|
12747
|
+
static names(): {
|
|
12748
|
+
[key: string]: string;
|
|
12749
|
+
};
|
|
12750
|
+
static types(): {
|
|
12751
|
+
[key: string]: any;
|
|
12752
|
+
};
|
|
12753
|
+
constructor(map?: {
|
|
12754
|
+
[key: string]: any;
|
|
12755
|
+
});
|
|
12756
|
+
}
|
|
12757
|
+
export declare class DescribeInstancesResponseBodyInstancesInstanceAttributeTags extends $tea.Model {
|
|
12758
|
+
tagInfo?: DescribeInstancesResponseBodyInstancesInstanceAttributeTagsTagInfo[];
|
|
12759
|
+
static names(): {
|
|
12760
|
+
[key: string]: string;
|
|
12761
|
+
};
|
|
12762
|
+
static types(): {
|
|
12763
|
+
[key: string]: any;
|
|
12764
|
+
};
|
|
12765
|
+
constructor(map?: {
|
|
12766
|
+
[key: string]: any;
|
|
12767
|
+
});
|
|
12768
|
+
}
|
|
12644
12769
|
export declare class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $tea.Model {
|
|
12645
12770
|
aclId?: string;
|
|
12646
12771
|
aclName?: string;
|
|
@@ -12672,9 +12797,11 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceAttribute ext
|
|
|
12672
12797
|
maintainEndTime?: string;
|
|
12673
12798
|
maintainStartTime?: string;
|
|
12674
12799
|
networkInterfaceAttributes?: DescribeInstancesResponseBodyInstancesInstanceAttributeNetworkInterfaceAttributes;
|
|
12800
|
+
privateDnsList?: DescribeInstancesResponseBodyInstancesInstanceAttributePrivateDnsList;
|
|
12675
12801
|
regionId?: string;
|
|
12676
12802
|
status?: string;
|
|
12677
12803
|
supportIpv6?: boolean;
|
|
12804
|
+
tags?: DescribeInstancesResponseBodyInstancesInstanceAttributeTags;
|
|
12678
12805
|
userVpcId?: string;
|
|
12679
12806
|
userVswitchId?: string;
|
|
12680
12807
|
vpcEgressAddress?: string;
|
|
@@ -12869,6 +12996,7 @@ export declare class DescribePluginApisResponseBodyApiSummarysApiPluginSummary e
|
|
|
12869
12996
|
method?: string;
|
|
12870
12997
|
path?: string;
|
|
12871
12998
|
regionId?: string;
|
|
12999
|
+
stageAlias?: string;
|
|
12872
13000
|
stageName?: string;
|
|
12873
13001
|
static names(): {
|
|
12874
13002
|
[key: string]: string;
|
|
@@ -14912,6 +15040,8 @@ export default class Client extends OpenApi {
|
|
|
14912
15040
|
* @return DescribeApisByTrafficControlResponse
|
|
14913
15041
|
*/
|
|
14914
15042
|
describeApisByTrafficControl(request: DescribeApisByTrafficControlRequest): Promise<DescribeApisByTrafficControlResponse>;
|
|
15043
|
+
describeApisByVpcAccessWithOptions(request: DescribeApisByVpcAccessRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisByVpcAccessResponse>;
|
|
15044
|
+
describeApisByVpcAccess(request: DescribeApisByVpcAccessRequest): Promise<DescribeApisByVpcAccessResponse>;
|
|
14915
15045
|
describeApisWithStageNameIntegratedByAppWithOptions(request: DescribeApisWithStageNameIntegratedByAppRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApisWithStageNameIntegratedByAppResponse>;
|
|
14916
15046
|
describeApisWithStageNameIntegratedByApp(request: DescribeApisWithStageNameIntegratedByAppRequest): Promise<DescribeApisWithStageNameIntegratedByAppResponse>;
|
|
14917
15047
|
describeAppWithOptions(request: DescribeAppRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAppResponse>;
|