@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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alicloud/cloudapi20160714",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/client.js",
|
|
6
6
|
"scripts": {
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@alicloud/tea-typescript": "^1.7.1",
|
|
23
|
-
"@alicloud/tea-util": "^1.4.
|
|
23
|
+
"@alicloud/tea-util": "^1.4.7",
|
|
24
24
|
"@alicloud/openapi-client": "^0.4.4",
|
|
25
|
-
"@alicloud/openapi-util": "^0.3.
|
|
25
|
+
"@alicloud/openapi-util": "^0.3.2",
|
|
26
26
|
"@alicloud/endpoint-util": "^0.0.1"
|
|
27
27
|
},
|
|
28
28
|
"files": [
|
package/src/client.ts
CHANGED
|
@@ -923,6 +923,7 @@ export class CreateAppRequest extends $tea.Model {
|
|
|
923
923
|
appName?: string;
|
|
924
924
|
appSecret?: string;
|
|
925
925
|
description?: string;
|
|
926
|
+
extend?: string;
|
|
926
927
|
securityToken?: string;
|
|
927
928
|
tag?: CreateAppRequestTag[];
|
|
928
929
|
static names(): { [key: string]: string } {
|
|
@@ -932,6 +933,7 @@ export class CreateAppRequest extends $tea.Model {
|
|
|
932
933
|
appName: 'AppName',
|
|
933
934
|
appSecret: 'AppSecret',
|
|
934
935
|
description: 'Description',
|
|
936
|
+
extend: 'Extend',
|
|
935
937
|
securityToken: 'SecurityToken',
|
|
936
938
|
tag: 'Tag',
|
|
937
939
|
};
|
|
@@ -944,6 +946,7 @@ export class CreateAppRequest extends $tea.Model {
|
|
|
944
946
|
appName: 'string',
|
|
945
947
|
appSecret: 'string',
|
|
946
948
|
description: 'string',
|
|
949
|
+
extend: 'string',
|
|
947
950
|
securityToken: 'string',
|
|
948
951
|
tag: { 'type': 'array', 'itemType': CreateAppRequestTag },
|
|
949
952
|
};
|
|
@@ -3856,7 +3859,6 @@ export class DescribeApiResponseBody extends $tea.Model {
|
|
|
3856
3859
|
requestId?: string;
|
|
3857
3860
|
requestParameters?: DescribeApiResponseBodyRequestParameters;
|
|
3858
3861
|
resultBodyModel?: string;
|
|
3859
|
-
resultDescriptions?: DescribeApiResponseBodyResultDescriptions;
|
|
3860
3862
|
resultSample?: string;
|
|
3861
3863
|
resultType?: string;
|
|
3862
3864
|
serviceConfig?: DescribeApiResponseBodyServiceConfig;
|
|
@@ -3894,7 +3896,6 @@ export class DescribeApiResponseBody extends $tea.Model {
|
|
|
3894
3896
|
requestId: 'RequestId',
|
|
3895
3897
|
requestParameters: 'RequestParameters',
|
|
3896
3898
|
resultBodyModel: 'ResultBodyModel',
|
|
3897
|
-
resultDescriptions: 'ResultDescriptions',
|
|
3898
3899
|
resultSample: 'ResultSample',
|
|
3899
3900
|
resultType: 'ResultType',
|
|
3900
3901
|
serviceConfig: 'ServiceConfig',
|
|
@@ -3935,7 +3936,6 @@ export class DescribeApiResponseBody extends $tea.Model {
|
|
|
3935
3936
|
requestId: 'string',
|
|
3936
3937
|
requestParameters: DescribeApiResponseBodyRequestParameters,
|
|
3937
3938
|
resultBodyModel: 'string',
|
|
3938
|
-
resultDescriptions: DescribeApiResponseBodyResultDescriptions,
|
|
3939
3939
|
resultSample: 'string',
|
|
3940
3940
|
resultType: 'string',
|
|
3941
3941
|
serviceConfig: DescribeApiResponseBodyServiceConfig,
|
|
@@ -4021,7 +4021,6 @@ export class DescribeApiDocResponseBody extends $tea.Model {
|
|
|
4021
4021
|
requestConfig?: DescribeApiDocResponseBodyRequestConfig;
|
|
4022
4022
|
requestId?: string;
|
|
4023
4023
|
requestParameters?: DescribeApiDocResponseBodyRequestParameters;
|
|
4024
|
-
resultDescriptions?: DescribeApiDocResponseBodyResultDescriptions;
|
|
4025
4024
|
resultSample?: string;
|
|
4026
4025
|
resultType?: string;
|
|
4027
4026
|
stageName?: string;
|
|
@@ -4043,7 +4042,6 @@ export class DescribeApiDocResponseBody extends $tea.Model {
|
|
|
4043
4042
|
requestConfig: 'RequestConfig',
|
|
4044
4043
|
requestId: 'RequestId',
|
|
4045
4044
|
requestParameters: 'RequestParameters',
|
|
4046
|
-
resultDescriptions: 'ResultDescriptions',
|
|
4047
4045
|
resultSample: 'ResultSample',
|
|
4048
4046
|
resultType: 'ResultType',
|
|
4049
4047
|
stageName: 'StageName',
|
|
@@ -4068,7 +4066,6 @@ export class DescribeApiDocResponseBody extends $tea.Model {
|
|
|
4068
4066
|
requestConfig: DescribeApiDocResponseBodyRequestConfig,
|
|
4069
4067
|
requestId: 'string',
|
|
4070
4068
|
requestParameters: DescribeApiDocResponseBodyRequestParameters,
|
|
4071
|
-
resultDescriptions: DescribeApiDocResponseBodyResultDescriptions,
|
|
4072
4069
|
resultSample: 'string',
|
|
4073
4070
|
resultType: 'string',
|
|
4074
4071
|
stageName: 'string',
|
|
@@ -4134,7 +4131,6 @@ export class DescribeApiGroupRequest extends $tea.Model {
|
|
|
4134
4131
|
export class DescribeApiGroupResponseBody extends $tea.Model {
|
|
4135
4132
|
basePath?: string;
|
|
4136
4133
|
billingStatus?: string;
|
|
4137
|
-
classicVpcSubDomain?: string;
|
|
4138
4134
|
cloudMarketCommodity?: boolean;
|
|
4139
4135
|
cmsMonitorGroup?: string;
|
|
4140
4136
|
compatibleFlags?: string;
|
|
@@ -4151,7 +4147,6 @@ export class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
4151
4147
|
illegalStatus?: string;
|
|
4152
4148
|
instanceId?: string;
|
|
4153
4149
|
instanceType?: string;
|
|
4154
|
-
instanceVipList?: string;
|
|
4155
4150
|
ipv6Status?: string;
|
|
4156
4151
|
migrationError?: string;
|
|
4157
4152
|
migrationStatus?: string;
|
|
@@ -4159,7 +4154,6 @@ export class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
4159
4154
|
passthroughHeaders?: string;
|
|
4160
4155
|
regionId?: string;
|
|
4161
4156
|
requestId?: string;
|
|
4162
|
-
rpcPattern?: string;
|
|
4163
4157
|
stageItems?: DescribeApiGroupResponseBodyStageItems;
|
|
4164
4158
|
status?: string;
|
|
4165
4159
|
subDomain?: string;
|
|
@@ -4171,7 +4165,6 @@ export class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
4171
4165
|
return {
|
|
4172
4166
|
basePath: 'BasePath',
|
|
4173
4167
|
billingStatus: 'BillingStatus',
|
|
4174
|
-
classicVpcSubDomain: 'ClassicVpcSubDomain',
|
|
4175
4168
|
cloudMarketCommodity: 'CloudMarketCommodity',
|
|
4176
4169
|
cmsMonitorGroup: 'CmsMonitorGroup',
|
|
4177
4170
|
compatibleFlags: 'CompatibleFlags',
|
|
@@ -4188,7 +4181,6 @@ export class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
4188
4181
|
illegalStatus: 'IllegalStatus',
|
|
4189
4182
|
instanceId: 'InstanceId',
|
|
4190
4183
|
instanceType: 'InstanceType',
|
|
4191
|
-
instanceVipList: 'InstanceVipList',
|
|
4192
4184
|
ipv6Status: 'Ipv6Status',
|
|
4193
4185
|
migrationError: 'MigrationError',
|
|
4194
4186
|
migrationStatus: 'MigrationStatus',
|
|
@@ -4196,7 +4188,6 @@ export class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
4196
4188
|
passthroughHeaders: 'PassthroughHeaders',
|
|
4197
4189
|
regionId: 'RegionId',
|
|
4198
4190
|
requestId: 'RequestId',
|
|
4199
|
-
rpcPattern: 'RpcPattern',
|
|
4200
4191
|
stageItems: 'StageItems',
|
|
4201
4192
|
status: 'Status',
|
|
4202
4193
|
subDomain: 'SubDomain',
|
|
@@ -4211,7 +4202,6 @@ export class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
4211
4202
|
return {
|
|
4212
4203
|
basePath: 'string',
|
|
4213
4204
|
billingStatus: 'string',
|
|
4214
|
-
classicVpcSubDomain: 'string',
|
|
4215
4205
|
cloudMarketCommodity: 'boolean',
|
|
4216
4206
|
cmsMonitorGroup: 'string',
|
|
4217
4207
|
compatibleFlags: 'string',
|
|
@@ -4228,7 +4218,6 @@ export class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
4228
4218
|
illegalStatus: 'string',
|
|
4229
4219
|
instanceId: 'string',
|
|
4230
4220
|
instanceType: 'string',
|
|
4231
|
-
instanceVipList: 'string',
|
|
4232
4221
|
ipv6Status: 'string',
|
|
4233
4222
|
migrationError: 'string',
|
|
4234
4223
|
migrationStatus: 'string',
|
|
@@ -4236,7 +4225,6 @@ export class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
4236
4225
|
passthroughHeaders: 'string',
|
|
4237
4226
|
regionId: 'string',
|
|
4238
4227
|
requestId: 'string',
|
|
4239
|
-
rpcPattern: 'string',
|
|
4240
4228
|
stageItems: DescribeApiGroupResponseBodyStageItems,
|
|
4241
4229
|
status: 'string',
|
|
4242
4230
|
subDomain: 'string',
|
|
@@ -5891,6 +5879,7 @@ export class DescribeAppResponseBody extends $tea.Model {
|
|
|
5891
5879
|
appName?: string;
|
|
5892
5880
|
createdTime?: string;
|
|
5893
5881
|
description?: string;
|
|
5882
|
+
extend?: string;
|
|
5894
5883
|
modifiedTime?: string;
|
|
5895
5884
|
requestId?: string;
|
|
5896
5885
|
static names(): { [key: string]: string } {
|
|
@@ -5899,6 +5888,7 @@ export class DescribeAppResponseBody extends $tea.Model {
|
|
|
5899
5888
|
appName: 'AppName',
|
|
5900
5889
|
createdTime: 'CreatedTime',
|
|
5901
5890
|
description: 'Description',
|
|
5891
|
+
extend: 'Extend',
|
|
5902
5892
|
modifiedTime: 'ModifiedTime',
|
|
5903
5893
|
requestId: 'RequestId',
|
|
5904
5894
|
};
|
|
@@ -5910,6 +5900,7 @@ export class DescribeAppResponseBody extends $tea.Model {
|
|
|
5910
5900
|
appName: 'string',
|
|
5911
5901
|
createdTime: 'string',
|
|
5912
5902
|
description: 'string',
|
|
5903
|
+
extend: 'string',
|
|
5913
5904
|
modifiedTime: 'string',
|
|
5914
5905
|
requestId: 'string',
|
|
5915
5906
|
};
|
|
@@ -5951,6 +5942,7 @@ export class DescribeAppAttributesRequest extends $tea.Model {
|
|
|
5951
5942
|
appKey?: string;
|
|
5952
5943
|
appName?: string;
|
|
5953
5944
|
enableTagAuth?: boolean;
|
|
5945
|
+
extend?: string;
|
|
5954
5946
|
pageNumber?: number;
|
|
5955
5947
|
pageSize?: number;
|
|
5956
5948
|
securityToken?: string;
|
|
@@ -5963,6 +5955,7 @@ export class DescribeAppAttributesRequest extends $tea.Model {
|
|
|
5963
5955
|
appKey: 'AppKey',
|
|
5964
5956
|
appName: 'AppName',
|
|
5965
5957
|
enableTagAuth: 'EnableTagAuth',
|
|
5958
|
+
extend: 'Extend',
|
|
5966
5959
|
pageNumber: 'PageNumber',
|
|
5967
5960
|
pageSize: 'PageSize',
|
|
5968
5961
|
securityToken: 'SecurityToken',
|
|
@@ -5978,6 +5971,7 @@ export class DescribeAppAttributesRequest extends $tea.Model {
|
|
|
5978
5971
|
appKey: 'string',
|
|
5979
5972
|
appName: 'string',
|
|
5980
5973
|
enableTagAuth: 'boolean',
|
|
5974
|
+
extend: 'string',
|
|
5981
5975
|
pageNumber: 'number',
|
|
5982
5976
|
pageSize: 'number',
|
|
5983
5977
|
securityToken: 'string',
|
|
@@ -7313,6 +7307,84 @@ export class DescribeDomainResponse extends $tea.Model {
|
|
|
7313
7307
|
}
|
|
7314
7308
|
}
|
|
7315
7309
|
|
|
7310
|
+
export class DescribeGroupQpsRequest extends $tea.Model {
|
|
7311
|
+
endTime?: string;
|
|
7312
|
+
groupId?: string;
|
|
7313
|
+
securityToken?: string;
|
|
7314
|
+
stageName?: string;
|
|
7315
|
+
startTime?: string;
|
|
7316
|
+
static names(): { [key: string]: string } {
|
|
7317
|
+
return {
|
|
7318
|
+
endTime: 'EndTime',
|
|
7319
|
+
groupId: 'GroupId',
|
|
7320
|
+
securityToken: 'SecurityToken',
|
|
7321
|
+
stageName: 'StageName',
|
|
7322
|
+
startTime: 'StartTime',
|
|
7323
|
+
};
|
|
7324
|
+
}
|
|
7325
|
+
|
|
7326
|
+
static types(): { [key: string]: any } {
|
|
7327
|
+
return {
|
|
7328
|
+
endTime: 'string',
|
|
7329
|
+
groupId: 'string',
|
|
7330
|
+
securityToken: 'string',
|
|
7331
|
+
stageName: 'string',
|
|
7332
|
+
startTime: 'string',
|
|
7333
|
+
};
|
|
7334
|
+
}
|
|
7335
|
+
|
|
7336
|
+
constructor(map?: { [key: string]: any }) {
|
|
7337
|
+
super(map);
|
|
7338
|
+
}
|
|
7339
|
+
}
|
|
7340
|
+
|
|
7341
|
+
export class DescribeGroupQpsResponseBody extends $tea.Model {
|
|
7342
|
+
groupQps?: DescribeGroupQpsResponseBodyGroupQps;
|
|
7343
|
+
requestId?: string;
|
|
7344
|
+
static names(): { [key: string]: string } {
|
|
7345
|
+
return {
|
|
7346
|
+
groupQps: 'GroupQps',
|
|
7347
|
+
requestId: 'RequestId',
|
|
7348
|
+
};
|
|
7349
|
+
}
|
|
7350
|
+
|
|
7351
|
+
static types(): { [key: string]: any } {
|
|
7352
|
+
return {
|
|
7353
|
+
groupQps: DescribeGroupQpsResponseBodyGroupQps,
|
|
7354
|
+
requestId: 'string',
|
|
7355
|
+
};
|
|
7356
|
+
}
|
|
7357
|
+
|
|
7358
|
+
constructor(map?: { [key: string]: any }) {
|
|
7359
|
+
super(map);
|
|
7360
|
+
}
|
|
7361
|
+
}
|
|
7362
|
+
|
|
7363
|
+
export class DescribeGroupQpsResponse extends $tea.Model {
|
|
7364
|
+
headers: { [key: string]: string };
|
|
7365
|
+
statusCode: number;
|
|
7366
|
+
body: DescribeGroupQpsResponseBody;
|
|
7367
|
+
static names(): { [key: string]: string } {
|
|
7368
|
+
return {
|
|
7369
|
+
headers: 'headers',
|
|
7370
|
+
statusCode: 'statusCode',
|
|
7371
|
+
body: 'body',
|
|
7372
|
+
};
|
|
7373
|
+
}
|
|
7374
|
+
|
|
7375
|
+
static types(): { [key: string]: any } {
|
|
7376
|
+
return {
|
|
7377
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7378
|
+
statusCode: 'number',
|
|
7379
|
+
body: DescribeGroupQpsResponseBody,
|
|
7380
|
+
};
|
|
7381
|
+
}
|
|
7382
|
+
|
|
7383
|
+
constructor(map?: { [key: string]: any }) {
|
|
7384
|
+
super(map);
|
|
7385
|
+
}
|
|
7386
|
+
}
|
|
7387
|
+
|
|
7316
7388
|
export class DescribeHistoryApisRequest extends $tea.Model {
|
|
7317
7389
|
apiId?: string;
|
|
7318
7390
|
apiName?: string;
|
|
@@ -11381,6 +11453,7 @@ export class ModifyAppRequest extends $tea.Model {
|
|
|
11381
11453
|
appId?: number;
|
|
11382
11454
|
appName?: string;
|
|
11383
11455
|
description?: string;
|
|
11456
|
+
extend?: string;
|
|
11384
11457
|
securityToken?: string;
|
|
11385
11458
|
tag?: ModifyAppRequestTag[];
|
|
11386
11459
|
static names(): { [key: string]: string } {
|
|
@@ -11388,6 +11461,7 @@ export class ModifyAppRequest extends $tea.Model {
|
|
|
11388
11461
|
appId: 'AppId',
|
|
11389
11462
|
appName: 'AppName',
|
|
11390
11463
|
description: 'Description',
|
|
11464
|
+
extend: 'Extend',
|
|
11391
11465
|
securityToken: 'SecurityToken',
|
|
11392
11466
|
tag: 'Tag',
|
|
11393
11467
|
};
|
|
@@ -11398,6 +11472,7 @@ export class ModifyAppRequest extends $tea.Model {
|
|
|
11398
11472
|
appId: 'number',
|
|
11399
11473
|
appName: 'string',
|
|
11400
11474
|
description: 'string',
|
|
11475
|
+
extend: 'string',
|
|
11401
11476
|
securityToken: 'string',
|
|
11402
11477
|
tag: { 'type': 'array', 'itemType': ModifyAppRequestTag },
|
|
11403
11478
|
};
|
|
@@ -15694,65 +15769,6 @@ export class DescribeApiResponseBodyRequestParameters extends $tea.Model {
|
|
|
15694
15769
|
}
|
|
15695
15770
|
}
|
|
15696
15771
|
|
|
15697
|
-
export class DescribeApiResponseBodyResultDescriptionsResultDescription extends $tea.Model {
|
|
15698
|
-
description?: string;
|
|
15699
|
-
hasChild?: boolean;
|
|
15700
|
-
id?: string;
|
|
15701
|
-
key?: string;
|
|
15702
|
-
mandatory?: boolean;
|
|
15703
|
-
name?: string;
|
|
15704
|
-
pid?: string;
|
|
15705
|
-
type?: string;
|
|
15706
|
-
static names(): { [key: string]: string } {
|
|
15707
|
-
return {
|
|
15708
|
-
description: 'Description',
|
|
15709
|
-
hasChild: 'HasChild',
|
|
15710
|
-
id: 'Id',
|
|
15711
|
-
key: 'Key',
|
|
15712
|
-
mandatory: 'Mandatory',
|
|
15713
|
-
name: 'Name',
|
|
15714
|
-
pid: 'Pid',
|
|
15715
|
-
type: 'Type',
|
|
15716
|
-
};
|
|
15717
|
-
}
|
|
15718
|
-
|
|
15719
|
-
static types(): { [key: string]: any } {
|
|
15720
|
-
return {
|
|
15721
|
-
description: 'string',
|
|
15722
|
-
hasChild: 'boolean',
|
|
15723
|
-
id: 'string',
|
|
15724
|
-
key: 'string',
|
|
15725
|
-
mandatory: 'boolean',
|
|
15726
|
-
name: 'string',
|
|
15727
|
-
pid: 'string',
|
|
15728
|
-
type: 'string',
|
|
15729
|
-
};
|
|
15730
|
-
}
|
|
15731
|
-
|
|
15732
|
-
constructor(map?: { [key: string]: any }) {
|
|
15733
|
-
super(map);
|
|
15734
|
-
}
|
|
15735
|
-
}
|
|
15736
|
-
|
|
15737
|
-
export class DescribeApiResponseBodyResultDescriptions extends $tea.Model {
|
|
15738
|
-
resultDescription?: DescribeApiResponseBodyResultDescriptionsResultDescription[];
|
|
15739
|
-
static names(): { [key: string]: string } {
|
|
15740
|
-
return {
|
|
15741
|
-
resultDescription: 'ResultDescription',
|
|
15742
|
-
};
|
|
15743
|
-
}
|
|
15744
|
-
|
|
15745
|
-
static types(): { [key: string]: any } {
|
|
15746
|
-
return {
|
|
15747
|
-
resultDescription: { 'type': 'array', 'itemType': DescribeApiResponseBodyResultDescriptionsResultDescription },
|
|
15748
|
-
};
|
|
15749
|
-
}
|
|
15750
|
-
|
|
15751
|
-
constructor(map?: { [key: string]: any }) {
|
|
15752
|
-
super(map);
|
|
15753
|
-
}
|
|
15754
|
-
}
|
|
15755
|
-
|
|
15756
15772
|
export class DescribeApiResponseBodyServiceConfigEventBridgeConfig extends $tea.Model {
|
|
15757
15773
|
eventBridgeRegionId?: string;
|
|
15758
15774
|
eventBus?: string;
|
|
@@ -16299,65 +16315,6 @@ export class DescribeApiDocResponseBodyRequestParameters extends $tea.Model {
|
|
|
16299
16315
|
}
|
|
16300
16316
|
}
|
|
16301
16317
|
|
|
16302
|
-
export class DescribeApiDocResponseBodyResultDescriptionsResultDescription extends $tea.Model {
|
|
16303
|
-
description?: string;
|
|
16304
|
-
hasChild?: boolean;
|
|
16305
|
-
id?: string;
|
|
16306
|
-
key?: string;
|
|
16307
|
-
mandatory?: boolean;
|
|
16308
|
-
name?: string;
|
|
16309
|
-
pid?: string;
|
|
16310
|
-
type?: string;
|
|
16311
|
-
static names(): { [key: string]: string } {
|
|
16312
|
-
return {
|
|
16313
|
-
description: 'Description',
|
|
16314
|
-
hasChild: 'HasChild',
|
|
16315
|
-
id: 'Id',
|
|
16316
|
-
key: 'Key',
|
|
16317
|
-
mandatory: 'Mandatory',
|
|
16318
|
-
name: 'Name',
|
|
16319
|
-
pid: 'Pid',
|
|
16320
|
-
type: 'Type',
|
|
16321
|
-
};
|
|
16322
|
-
}
|
|
16323
|
-
|
|
16324
|
-
static types(): { [key: string]: any } {
|
|
16325
|
-
return {
|
|
16326
|
-
description: 'string',
|
|
16327
|
-
hasChild: 'boolean',
|
|
16328
|
-
id: 'string',
|
|
16329
|
-
key: 'string',
|
|
16330
|
-
mandatory: 'boolean',
|
|
16331
|
-
name: 'string',
|
|
16332
|
-
pid: 'string',
|
|
16333
|
-
type: 'string',
|
|
16334
|
-
};
|
|
16335
|
-
}
|
|
16336
|
-
|
|
16337
|
-
constructor(map?: { [key: string]: any }) {
|
|
16338
|
-
super(map);
|
|
16339
|
-
}
|
|
16340
|
-
}
|
|
16341
|
-
|
|
16342
|
-
export class DescribeApiDocResponseBodyResultDescriptions extends $tea.Model {
|
|
16343
|
-
resultDescription?: DescribeApiDocResponseBodyResultDescriptionsResultDescription[];
|
|
16344
|
-
static names(): { [key: string]: string } {
|
|
16345
|
-
return {
|
|
16346
|
-
resultDescription: 'ResultDescription',
|
|
16347
|
-
};
|
|
16348
|
-
}
|
|
16349
|
-
|
|
16350
|
-
static types(): { [key: string]: any } {
|
|
16351
|
-
return {
|
|
16352
|
-
resultDescription: { 'type': 'array', 'itemType': DescribeApiDocResponseBodyResultDescriptionsResultDescription },
|
|
16353
|
-
};
|
|
16354
|
-
}
|
|
16355
|
-
|
|
16356
|
-
constructor(map?: { [key: string]: any }) {
|
|
16357
|
-
super(map);
|
|
16358
|
-
}
|
|
16359
|
-
}
|
|
16360
|
-
|
|
16361
16318
|
export class DescribeApiGroupRequestTag extends $tea.Model {
|
|
16362
16319
|
key?: string;
|
|
16363
16320
|
value?: string;
|
|
@@ -16395,7 +16352,6 @@ export class DescribeApiGroupResponseBodyCustomDomainsDomainItem extends $tea.Mo
|
|
|
16395
16352
|
domainWebSocketStatus?: string;
|
|
16396
16353
|
isHttpRedirectToHttps?: boolean;
|
|
16397
16354
|
wildcardDomainPatterns?: string;
|
|
16398
|
-
wssEnable?: string;
|
|
16399
16355
|
static names(): { [key: string]: string } {
|
|
16400
16356
|
return {
|
|
16401
16357
|
bindStageName: 'BindStageName',
|
|
@@ -16412,7 +16368,6 @@ export class DescribeApiGroupResponseBodyCustomDomainsDomainItem extends $tea.Mo
|
|
|
16412
16368
|
domainWebSocketStatus: 'DomainWebSocketStatus',
|
|
16413
16369
|
isHttpRedirectToHttps: 'IsHttpRedirectToHttps',
|
|
16414
16370
|
wildcardDomainPatterns: 'WildcardDomainPatterns',
|
|
16415
|
-
wssEnable: 'WssEnable',
|
|
16416
16371
|
};
|
|
16417
16372
|
}
|
|
16418
16373
|
|
|
@@ -16432,7 +16387,6 @@ export class DescribeApiGroupResponseBodyCustomDomainsDomainItem extends $tea.Mo
|
|
|
16432
16387
|
domainWebSocketStatus: 'string',
|
|
16433
16388
|
isHttpRedirectToHttps: 'boolean',
|
|
16434
16389
|
wildcardDomainPatterns: 'string',
|
|
16435
|
-
wssEnable: 'string',
|
|
16436
16390
|
};
|
|
16437
16391
|
}
|
|
16438
16392
|
|
|
@@ -18390,6 +18344,7 @@ export class DescribeAppAttributesResponseBodyAppsAppAttribute extends $tea.Mode
|
|
|
18390
18344
|
appName?: string;
|
|
18391
18345
|
createdTime?: string;
|
|
18392
18346
|
description?: string;
|
|
18347
|
+
extend?: string;
|
|
18393
18348
|
modifiedTime?: string;
|
|
18394
18349
|
tags?: DescribeAppAttributesResponseBodyAppsAppAttributeTags;
|
|
18395
18350
|
static names(): { [key: string]: string } {
|
|
@@ -18398,6 +18353,7 @@ export class DescribeAppAttributesResponseBodyAppsAppAttribute extends $tea.Mode
|
|
|
18398
18353
|
appName: 'AppName',
|
|
18399
18354
|
createdTime: 'CreatedTime',
|
|
18400
18355
|
description: 'Description',
|
|
18356
|
+
extend: 'Extend',
|
|
18401
18357
|
modifiedTime: 'ModifiedTime',
|
|
18402
18358
|
tags: 'Tags',
|
|
18403
18359
|
};
|
|
@@ -18409,6 +18365,7 @@ export class DescribeAppAttributesResponseBodyAppsAppAttribute extends $tea.Mode
|
|
|
18409
18365
|
appName: 'string',
|
|
18410
18366
|
createdTime: 'string',
|
|
18411
18367
|
description: 'string',
|
|
18368
|
+
extend: 'string',
|
|
18412
18369
|
modifiedTime: 'string',
|
|
18413
18370
|
tags: DescribeAppAttributesResponseBodyAppsAppAttributeTags,
|
|
18414
18371
|
};
|
|
@@ -19962,6 +19919,47 @@ export class DescribeDeployedApisResponseBodyDeployedApis extends $tea.Model {
|
|
|
19962
19919
|
}
|
|
19963
19920
|
}
|
|
19964
19921
|
|
|
19922
|
+
export class DescribeGroupQpsResponseBodyGroupQpsMonitorItem extends $tea.Model {
|
|
19923
|
+
itemTime?: string;
|
|
19924
|
+
itemValue?: string;
|
|
19925
|
+
static names(): { [key: string]: string } {
|
|
19926
|
+
return {
|
|
19927
|
+
itemTime: 'ItemTime',
|
|
19928
|
+
itemValue: 'ItemValue',
|
|
19929
|
+
};
|
|
19930
|
+
}
|
|
19931
|
+
|
|
19932
|
+
static types(): { [key: string]: any } {
|
|
19933
|
+
return {
|
|
19934
|
+
itemTime: 'string',
|
|
19935
|
+
itemValue: 'string',
|
|
19936
|
+
};
|
|
19937
|
+
}
|
|
19938
|
+
|
|
19939
|
+
constructor(map?: { [key: string]: any }) {
|
|
19940
|
+
super(map);
|
|
19941
|
+
}
|
|
19942
|
+
}
|
|
19943
|
+
|
|
19944
|
+
export class DescribeGroupQpsResponseBodyGroupQps extends $tea.Model {
|
|
19945
|
+
monitorItem?: DescribeGroupQpsResponseBodyGroupQpsMonitorItem[];
|
|
19946
|
+
static names(): { [key: string]: string } {
|
|
19947
|
+
return {
|
|
19948
|
+
monitorItem: 'MonitorItem',
|
|
19949
|
+
};
|
|
19950
|
+
}
|
|
19951
|
+
|
|
19952
|
+
static types(): { [key: string]: any } {
|
|
19953
|
+
return {
|
|
19954
|
+
monitorItem: { 'type': 'array', 'itemType': DescribeGroupQpsResponseBodyGroupQpsMonitorItem },
|
|
19955
|
+
};
|
|
19956
|
+
}
|
|
19957
|
+
|
|
19958
|
+
constructor(map?: { [key: string]: any }) {
|
|
19959
|
+
super(map);
|
|
19960
|
+
}
|
|
19961
|
+
}
|
|
19962
|
+
|
|
19965
19963
|
export class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extends $tea.Model {
|
|
19966
19964
|
apiId?: string;
|
|
19967
19965
|
apiName?: string;
|
|
@@ -20585,14 +20583,12 @@ export class DescribeInstancesResponseBodyInstancesInstanceAttributeInstanceSpec
|
|
|
20585
20583
|
|
|
20586
20584
|
export class DescribeInstancesResponseBodyInstancesInstanceAttributeNetworkInterfaceAttributesNetworkInterfaceAttribute extends $tea.Model {
|
|
20587
20585
|
cidrBlock?: string;
|
|
20588
|
-
networkInterfaceId?: string;
|
|
20589
20586
|
securityGroupId?: string;
|
|
20590
20587
|
vswitchId?: string;
|
|
20591
20588
|
zoneId?: string;
|
|
20592
20589
|
static names(): { [key: string]: string } {
|
|
20593
20590
|
return {
|
|
20594
20591
|
cidrBlock: 'CidrBlock',
|
|
20595
|
-
networkInterfaceId: 'NetworkInterfaceId',
|
|
20596
20592
|
securityGroupId: 'SecurityGroupId',
|
|
20597
20593
|
vswitchId: 'VswitchId',
|
|
20598
20594
|
zoneId: 'ZoneId',
|
|
@@ -20602,7 +20598,6 @@ export class DescribeInstancesResponseBodyInstancesInstanceAttributeNetworkInter
|
|
|
20602
20598
|
static types(): { [key: string]: any } {
|
|
20603
20599
|
return {
|
|
20604
20600
|
cidrBlock: 'string',
|
|
20605
|
-
networkInterfaceId: 'string',
|
|
20606
20601
|
securityGroupId: 'string',
|
|
20607
20602
|
vswitchId: 'string',
|
|
20608
20603
|
zoneId: 'string',
|
|
@@ -20669,7 +20664,6 @@ export class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $te
|
|
|
20669
20664
|
supportIpv6?: boolean;
|
|
20670
20665
|
userVpcId?: string;
|
|
20671
20666
|
userVswitchId?: string;
|
|
20672
|
-
vipTypeList?: string;
|
|
20673
20667
|
vpcEgressAddress?: string;
|
|
20674
20668
|
vpcIntranetEnable?: boolean;
|
|
20675
20669
|
vpcOwnerId?: number;
|
|
@@ -20713,7 +20707,6 @@ export class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $te
|
|
|
20713
20707
|
supportIpv6: 'SupportIpv6',
|
|
20714
20708
|
userVpcId: 'UserVpcId',
|
|
20715
20709
|
userVswitchId: 'UserVswitchId',
|
|
20716
|
-
vipTypeList: 'VipTypeList',
|
|
20717
20710
|
vpcEgressAddress: 'VpcEgressAddress',
|
|
20718
20711
|
vpcIntranetEnable: 'VpcIntranetEnable',
|
|
20719
20712
|
vpcOwnerId: 'VpcOwnerId',
|
|
@@ -20760,7 +20753,6 @@ export class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $te
|
|
|
20760
20753
|
supportIpv6: 'boolean',
|
|
20761
20754
|
userVpcId: 'string',
|
|
20762
20755
|
userVswitchId: 'string',
|
|
20763
|
-
vipTypeList: 'string',
|
|
20764
20756
|
vpcEgressAddress: 'string',
|
|
20765
20757
|
vpcIntranetEnable: 'boolean',
|
|
20766
20758
|
vpcOwnerId: 'number',
|
|
@@ -23776,6 +23768,10 @@ export default class Client extends OpenApi {
|
|
|
23776
23768
|
query["Description"] = request.description;
|
|
23777
23769
|
}
|
|
23778
23770
|
|
|
23771
|
+
if (!Util.isUnset(request.extend)) {
|
|
23772
|
+
query["Extend"] = request.extend;
|
|
23773
|
+
}
|
|
23774
|
+
|
|
23779
23775
|
if (!Util.isUnset(request.securityToken)) {
|
|
23780
23776
|
query["SecurityToken"] = request.securityToken;
|
|
23781
23777
|
}
|
|
@@ -25440,7 +25436,7 @@ export default class Client extends OpenApi {
|
|
|
25440
25436
|
}
|
|
25441
25437
|
|
|
25442
25438
|
/**
|
|
25443
|
-
*
|
|
25439
|
+
* * This operation is intended for API providers.
|
|
25444
25440
|
*
|
|
25445
25441
|
* @param request DescribeApiRequest
|
|
25446
25442
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25479,7 +25475,7 @@ export default class Client extends OpenApi {
|
|
|
25479
25475
|
}
|
|
25480
25476
|
|
|
25481
25477
|
/**
|
|
25482
|
-
*
|
|
25478
|
+
* * This operation is intended for API providers.
|
|
25483
25479
|
*
|
|
25484
25480
|
* @param request DescribeApiRequest
|
|
25485
25481
|
* @return DescribeApiResponse
|
|
@@ -26606,6 +26602,10 @@ export default class Client extends OpenApi {
|
|
|
26606
26602
|
query["EnableTagAuth"] = request.enableTagAuth;
|
|
26607
26603
|
}
|
|
26608
26604
|
|
|
26605
|
+
if (!Util.isUnset(request.extend)) {
|
|
26606
|
+
query["Extend"] = request.extend;
|
|
26607
|
+
}
|
|
26608
|
+
|
|
26609
26609
|
if (!Util.isUnset(request.pageNumber)) {
|
|
26610
26610
|
query["PageNumber"] = request.pageNumber;
|
|
26611
26611
|
}
|
|
@@ -27289,6 +27289,51 @@ export default class Client extends OpenApi {
|
|
|
27289
27289
|
return await this.describeDomainWithOptions(request, runtime);
|
|
27290
27290
|
}
|
|
27291
27291
|
|
|
27292
|
+
async describeGroupQpsWithOptions(request: DescribeGroupQpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGroupQpsResponse> {
|
|
27293
|
+
Util.validateModel(request);
|
|
27294
|
+
let query = { };
|
|
27295
|
+
if (!Util.isUnset(request.endTime)) {
|
|
27296
|
+
query["EndTime"] = request.endTime;
|
|
27297
|
+
}
|
|
27298
|
+
|
|
27299
|
+
if (!Util.isUnset(request.groupId)) {
|
|
27300
|
+
query["GroupId"] = request.groupId;
|
|
27301
|
+
}
|
|
27302
|
+
|
|
27303
|
+
if (!Util.isUnset(request.securityToken)) {
|
|
27304
|
+
query["SecurityToken"] = request.securityToken;
|
|
27305
|
+
}
|
|
27306
|
+
|
|
27307
|
+
if (!Util.isUnset(request.stageName)) {
|
|
27308
|
+
query["StageName"] = request.stageName;
|
|
27309
|
+
}
|
|
27310
|
+
|
|
27311
|
+
if (!Util.isUnset(request.startTime)) {
|
|
27312
|
+
query["StartTime"] = request.startTime;
|
|
27313
|
+
}
|
|
27314
|
+
|
|
27315
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
27316
|
+
query: OpenApiUtil.query(query),
|
|
27317
|
+
});
|
|
27318
|
+
let params = new $OpenApi.Params({
|
|
27319
|
+
action: "DescribeGroupQps",
|
|
27320
|
+
version: "2016-07-14",
|
|
27321
|
+
protocol: "HTTPS",
|
|
27322
|
+
pathname: "/",
|
|
27323
|
+
method: "POST",
|
|
27324
|
+
authType: "AK",
|
|
27325
|
+
style: "RPC",
|
|
27326
|
+
reqBodyType: "formData",
|
|
27327
|
+
bodyType: "json",
|
|
27328
|
+
});
|
|
27329
|
+
return $tea.cast<DescribeGroupQpsResponse>(await this.callApi(params, req, runtime), new DescribeGroupQpsResponse({}));
|
|
27330
|
+
}
|
|
27331
|
+
|
|
27332
|
+
async describeGroupQps(request: DescribeGroupQpsRequest): Promise<DescribeGroupQpsResponse> {
|
|
27333
|
+
let runtime = new $Util.RuntimeOptions({ });
|
|
27334
|
+
return await this.describeGroupQpsWithOptions(request, runtime);
|
|
27335
|
+
}
|
|
27336
|
+
|
|
27292
27337
|
async describeHistoryApisWithOptions(request: DescribeHistoryApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHistoryApisResponse> {
|
|
27293
27338
|
Util.validateModel(request);
|
|
27294
27339
|
let query = { };
|
|
@@ -29759,6 +29804,10 @@ export default class Client extends OpenApi {
|
|
|
29759
29804
|
query["Description"] = request.description;
|
|
29760
29805
|
}
|
|
29761
29806
|
|
|
29807
|
+
if (!Util.isUnset(request.extend)) {
|
|
29808
|
+
query["Extend"] = request.extend;
|
|
29809
|
+
}
|
|
29810
|
+
|
|
29762
29811
|
if (!Util.isUnset(request.securityToken)) {
|
|
29763
29812
|
query["SecurityToken"] = request.securityToken;
|
|
29764
29813
|
}
|