@alicloud/cloudapi20160714 2.0.2 → 2.0.3
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 +5 -2
- package/dist/client.js +2045 -892
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +2693 -904
package/dist/client.d.ts
CHANGED
|
@@ -3954,11 +3954,14 @@ export declare class DescribeUpdateVpcInfoTaskResponse extends $tea.Model {
|
|
|
3954
3954
|
});
|
|
3955
3955
|
}
|
|
3956
3956
|
export declare class DescribeVpcAccessesRequest extends $tea.Model {
|
|
3957
|
+
instanceId?: string;
|
|
3957
3958
|
name?: string;
|
|
3958
3959
|
pageNumber?: number;
|
|
3959
3960
|
pageSize?: number;
|
|
3961
|
+
port?: string;
|
|
3960
3962
|
securityToken?: string;
|
|
3961
3963
|
vpcAccessId?: string;
|
|
3964
|
+
vpcId?: string;
|
|
3962
3965
|
static names(): {
|
|
3963
3966
|
[key: string]: string;
|
|
3964
3967
|
};
|
|
@@ -8373,13 +8376,13 @@ export declare class DescribePluginsResponseBodyPluginsPluginAttributeTags exten
|
|
|
8373
8376
|
}
|
|
8374
8377
|
export declare class DescribePluginsResponseBodyPluginsPluginAttribute extends $tea.Model {
|
|
8375
8378
|
createdTime?: string;
|
|
8376
|
-
description?:
|
|
8379
|
+
description?: string;
|
|
8377
8380
|
modifiedTime?: string;
|
|
8378
8381
|
pluginData?: string;
|
|
8379
8382
|
pluginId?: string;
|
|
8380
8383
|
pluginName?: string;
|
|
8381
8384
|
pluginType?: string;
|
|
8382
|
-
regionId?:
|
|
8385
|
+
regionId?: string;
|
|
8383
8386
|
tags?: DescribePluginsResponseBodyPluginsPluginAttributeTags;
|
|
8384
8387
|
static names(): {
|
|
8385
8388
|
[key: string]: string;
|