@alicloud/cloudapi20160714 2.2.20 → 3.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 +7 -72
- package/dist/client.js +21 -110
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +29 -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;
|
|
@@ -6340,6 +6338,7 @@ export declare class ModifyAppRequest extends $tea.Model {
|
|
|
6340
6338
|
appId?: number;
|
|
6341
6339
|
appName?: string;
|
|
6342
6340
|
description?: string;
|
|
6341
|
+
extend?: string;
|
|
6343
6342
|
securityToken?: string;
|
|
6344
6343
|
tag?: ModifyAppRequestTag[];
|
|
6345
6344
|
static names(): {
|
|
@@ -8838,37 +8837,6 @@ export declare class DescribeApiResponseBodyRequestParameters extends $tea.Model
|
|
|
8838
8837
|
[key: string]: any;
|
|
8839
8838
|
});
|
|
8840
8839
|
}
|
|
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
8840
|
export declare class DescribeApiResponseBodyServiceConfigEventBridgeConfig extends $tea.Model {
|
|
8873
8841
|
eventBridgeRegionId?: string;
|
|
8874
8842
|
eventBus?: string;
|
|
@@ -9153,37 +9121,6 @@ export declare class DescribeApiDocResponseBodyRequestParameters extends $tea.Mo
|
|
|
9153
9121
|
[key: string]: any;
|
|
9154
9122
|
});
|
|
9155
9123
|
}
|
|
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
9124
|
export declare class DescribeApiGroupRequestTag extends $tea.Model {
|
|
9188
9125
|
key?: string;
|
|
9189
9126
|
value?: string;
|
|
@@ -9212,7 +9149,6 @@ export declare class DescribeApiGroupResponseBodyCustomDomainsDomainItem extends
|
|
|
9212
9149
|
domainWebSocketStatus?: string;
|
|
9213
9150
|
isHttpRedirectToHttps?: boolean;
|
|
9214
9151
|
wildcardDomainPatterns?: string;
|
|
9215
|
-
wssEnable?: string;
|
|
9216
9152
|
static names(): {
|
|
9217
9153
|
[key: string]: string;
|
|
9218
9154
|
};
|
|
@@ -10284,6 +10220,7 @@ export declare class DescribeAppAttributesResponseBodyAppsAppAttribute extends $
|
|
|
10284
10220
|
appName?: string;
|
|
10285
10221
|
createdTime?: string;
|
|
10286
10222
|
description?: string;
|
|
10223
|
+
extend?: string;
|
|
10287
10224
|
modifiedTime?: string;
|
|
10288
10225
|
tags?: DescribeAppAttributesResponseBodyAppsAppAttributeTags;
|
|
10289
10226
|
static names(): {
|
|
@@ -11467,7 +11404,6 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceAttributeInst
|
|
|
11467
11404
|
}
|
|
11468
11405
|
export declare class DescribeInstancesResponseBodyInstancesInstanceAttributeNetworkInterfaceAttributesNetworkInterfaceAttribute extends $tea.Model {
|
|
11469
11406
|
cidrBlock?: string;
|
|
11470
|
-
networkInterfaceId?: string;
|
|
11471
11407
|
securityGroupId?: string;
|
|
11472
11408
|
vswitchId?: string;
|
|
11473
11409
|
zoneId?: string;
|
|
@@ -11529,7 +11465,6 @@ export declare class DescribeInstancesResponseBodyInstancesInstanceAttribute ext
|
|
|
11529
11465
|
supportIpv6?: boolean;
|
|
11530
11466
|
userVpcId?: string;
|
|
11531
11467
|
userVswitchId?: string;
|
|
11532
|
-
vipTypeList?: string;
|
|
11533
11468
|
vpcEgressAddress?: string;
|
|
11534
11469
|
vpcIntranetEnable?: boolean;
|
|
11535
11470
|
vpcOwnerId?: number;
|
|
@@ -13108,7 +13043,7 @@ export default class Client extends OpenApi {
|
|
|
13108
13043
|
describeAccessControlListsWithOptions(request: DescribeAccessControlListsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccessControlListsResponse>;
|
|
13109
13044
|
describeAccessControlLists(request: DescribeAccessControlListsRequest): Promise<DescribeAccessControlListsResponse>;
|
|
13110
13045
|
/**
|
|
13111
|
-
*
|
|
13046
|
+
* * This operation is intended for API providers.
|
|
13112
13047
|
*
|
|
13113
13048
|
* @param request DescribeApiRequest
|
|
13114
13049
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13116,7 +13051,7 @@ export default class Client extends OpenApi {
|
|
|
13116
13051
|
*/
|
|
13117
13052
|
describeApiWithOptions(request: DescribeApiRequest, runtime: $Util.RuntimeOptions): Promise<DescribeApiResponse>;
|
|
13118
13053
|
/**
|
|
13119
|
-
*
|
|
13054
|
+
* * This operation is intended for API providers.
|
|
13120
13055
|
*
|
|
13121
13056
|
* @param request DescribeApiRequest
|
|
13122
13057
|
* @return DescribeApiResponse
|
package/dist/client.js
CHANGED
|
@@ -746,6 +746,7 @@ class CreateAppRequest extends $tea.Model {
|
|
|
746
746
|
appName: 'AppName',
|
|
747
747
|
appSecret: 'AppSecret',
|
|
748
748
|
description: 'Description',
|
|
749
|
+
extend: 'Extend',
|
|
749
750
|
securityToken: 'SecurityToken',
|
|
750
751
|
tag: 'Tag',
|
|
751
752
|
};
|
|
@@ -757,6 +758,7 @@ class CreateAppRequest extends $tea.Model {
|
|
|
757
758
|
appName: 'string',
|
|
758
759
|
appSecret: 'string',
|
|
759
760
|
description: 'string',
|
|
761
|
+
extend: 'string',
|
|
760
762
|
securityToken: 'string',
|
|
761
763
|
tag: { 'type': 'array', 'itemType': CreateAppRequestTag },
|
|
762
764
|
};
|
|
@@ -3102,7 +3104,6 @@ class DescribeApiResponseBody extends $tea.Model {
|
|
|
3102
3104
|
requestId: 'RequestId',
|
|
3103
3105
|
requestParameters: 'RequestParameters',
|
|
3104
3106
|
resultBodyModel: 'ResultBodyModel',
|
|
3105
|
-
resultDescriptions: 'ResultDescriptions',
|
|
3106
3107
|
resultSample: 'ResultSample',
|
|
3107
3108
|
resultType: 'ResultType',
|
|
3108
3109
|
serviceConfig: 'ServiceConfig',
|
|
@@ -3142,7 +3143,6 @@ class DescribeApiResponseBody extends $tea.Model {
|
|
|
3142
3143
|
requestId: 'string',
|
|
3143
3144
|
requestParameters: DescribeApiResponseBodyRequestParameters,
|
|
3144
3145
|
resultBodyModel: 'string',
|
|
3145
|
-
resultDescriptions: DescribeApiResponseBodyResultDescriptions,
|
|
3146
3146
|
resultSample: 'string',
|
|
3147
3147
|
resultType: 'string',
|
|
3148
3148
|
serviceConfig: DescribeApiResponseBodyServiceConfig,
|
|
@@ -3218,7 +3218,6 @@ class DescribeApiDocResponseBody extends $tea.Model {
|
|
|
3218
3218
|
requestConfig: 'RequestConfig',
|
|
3219
3219
|
requestId: 'RequestId',
|
|
3220
3220
|
requestParameters: 'RequestParameters',
|
|
3221
|
-
resultDescriptions: 'ResultDescriptions',
|
|
3222
3221
|
resultSample: 'ResultSample',
|
|
3223
3222
|
resultType: 'ResultType',
|
|
3224
3223
|
stageName: 'StageName',
|
|
@@ -3242,7 +3241,6 @@ class DescribeApiDocResponseBody extends $tea.Model {
|
|
|
3242
3241
|
requestConfig: DescribeApiDocResponseBodyRequestConfig,
|
|
3243
3242
|
requestId: 'string',
|
|
3244
3243
|
requestParameters: DescribeApiDocResponseBodyRequestParameters,
|
|
3245
|
-
resultDescriptions: DescribeApiDocResponseBodyResultDescriptions,
|
|
3246
3244
|
resultSample: 'string',
|
|
3247
3245
|
resultType: 'string',
|
|
3248
3246
|
stageName: 'string',
|
|
@@ -3299,7 +3297,6 @@ class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
3299
3297
|
return {
|
|
3300
3298
|
basePath: 'BasePath',
|
|
3301
3299
|
billingStatus: 'BillingStatus',
|
|
3302
|
-
classicVpcSubDomain: 'ClassicVpcSubDomain',
|
|
3303
3300
|
cloudMarketCommodity: 'CloudMarketCommodity',
|
|
3304
3301
|
cmsMonitorGroup: 'CmsMonitorGroup',
|
|
3305
3302
|
compatibleFlags: 'CompatibleFlags',
|
|
@@ -3316,7 +3313,6 @@ class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
3316
3313
|
illegalStatus: 'IllegalStatus',
|
|
3317
3314
|
instanceId: 'InstanceId',
|
|
3318
3315
|
instanceType: 'InstanceType',
|
|
3319
|
-
instanceVipList: 'InstanceVipList',
|
|
3320
3316
|
ipv6Status: 'Ipv6Status',
|
|
3321
3317
|
migrationError: 'MigrationError',
|
|
3322
3318
|
migrationStatus: 'MigrationStatus',
|
|
@@ -3324,7 +3320,6 @@ class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
3324
3320
|
passthroughHeaders: 'PassthroughHeaders',
|
|
3325
3321
|
regionId: 'RegionId',
|
|
3326
3322
|
requestId: 'RequestId',
|
|
3327
|
-
rpcPattern: 'RpcPattern',
|
|
3328
3323
|
stageItems: 'StageItems',
|
|
3329
3324
|
status: 'Status',
|
|
3330
3325
|
subDomain: 'SubDomain',
|
|
@@ -3338,7 +3333,6 @@ class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
3338
3333
|
return {
|
|
3339
3334
|
basePath: 'string',
|
|
3340
3335
|
billingStatus: 'string',
|
|
3341
|
-
classicVpcSubDomain: 'string',
|
|
3342
3336
|
cloudMarketCommodity: 'boolean',
|
|
3343
3337
|
cmsMonitorGroup: 'string',
|
|
3344
3338
|
compatibleFlags: 'string',
|
|
@@ -3355,7 +3349,6 @@ class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
3355
3349
|
illegalStatus: 'string',
|
|
3356
3350
|
instanceId: 'string',
|
|
3357
3351
|
instanceType: 'string',
|
|
3358
|
-
instanceVipList: 'string',
|
|
3359
3352
|
ipv6Status: 'string',
|
|
3360
3353
|
migrationError: 'string',
|
|
3361
3354
|
migrationStatus: 'string',
|
|
@@ -3363,7 +3356,6 @@ class DescribeApiGroupResponseBody extends $tea.Model {
|
|
|
3363
3356
|
passthroughHeaders: 'string',
|
|
3364
3357
|
regionId: 'string',
|
|
3365
3358
|
requestId: 'string',
|
|
3366
|
-
rpcPattern: 'string',
|
|
3367
3359
|
stageItems: DescribeApiGroupResponseBodyStageItems,
|
|
3368
3360
|
status: 'string',
|
|
3369
3361
|
subDomain: 'string',
|
|
@@ -4651,6 +4643,7 @@ class DescribeAppResponseBody extends $tea.Model {
|
|
|
4651
4643
|
appName: 'AppName',
|
|
4652
4644
|
createdTime: 'CreatedTime',
|
|
4653
4645
|
description: 'Description',
|
|
4646
|
+
extend: 'Extend',
|
|
4654
4647
|
modifiedTime: 'ModifiedTime',
|
|
4655
4648
|
requestId: 'RequestId',
|
|
4656
4649
|
};
|
|
@@ -4661,6 +4654,7 @@ class DescribeAppResponseBody extends $tea.Model {
|
|
|
4661
4654
|
appName: 'string',
|
|
4662
4655
|
createdTime: 'string',
|
|
4663
4656
|
description: 'string',
|
|
4657
|
+
extend: 'string',
|
|
4664
4658
|
modifiedTime: 'string',
|
|
4665
4659
|
requestId: 'string',
|
|
4666
4660
|
};
|
|
@@ -4698,6 +4692,7 @@ class DescribeAppAttributesRequest extends $tea.Model {
|
|
|
4698
4692
|
appKey: 'AppKey',
|
|
4699
4693
|
appName: 'AppName',
|
|
4700
4694
|
enableTagAuth: 'EnableTagAuth',
|
|
4695
|
+
extend: 'Extend',
|
|
4701
4696
|
pageNumber: 'PageNumber',
|
|
4702
4697
|
pageSize: 'PageSize',
|
|
4703
4698
|
securityToken: 'SecurityToken',
|
|
@@ -4712,6 +4707,7 @@ class DescribeAppAttributesRequest extends $tea.Model {
|
|
|
4712
4707
|
appKey: 'string',
|
|
4713
4708
|
appName: 'string',
|
|
4714
4709
|
enableTagAuth: 'boolean',
|
|
4710
|
+
extend: 'string',
|
|
4715
4711
|
pageNumber: 'number',
|
|
4716
4712
|
pageSize: 'number',
|
|
4717
4713
|
securityToken: 'string',
|
|
@@ -8944,6 +8940,7 @@ class ModifyAppRequest extends $tea.Model {
|
|
|
8944
8940
|
appId: 'AppId',
|
|
8945
8941
|
appName: 'AppName',
|
|
8946
8942
|
description: 'Description',
|
|
8943
|
+
extend: 'Extend',
|
|
8947
8944
|
securityToken: 'SecurityToken',
|
|
8948
8945
|
tag: 'Tag',
|
|
8949
8946
|
};
|
|
@@ -8953,6 +8950,7 @@ class ModifyAppRequest extends $tea.Model {
|
|
|
8953
8950
|
appId: 'number',
|
|
8954
8951
|
appName: 'string',
|
|
8955
8952
|
description: 'string',
|
|
8953
|
+
extend: 'string',
|
|
8956
8954
|
securityToken: 'string',
|
|
8957
8955
|
tag: { 'type': 'array', 'itemType': ModifyAppRequestTag },
|
|
8958
8956
|
};
|
|
@@ -12383,52 +12381,6 @@ class DescribeApiResponseBodyRequestParameters extends $tea.Model {
|
|
|
12383
12381
|
}
|
|
12384
12382
|
}
|
|
12385
12383
|
exports.DescribeApiResponseBodyRequestParameters = DescribeApiResponseBodyRequestParameters;
|
|
12386
|
-
class DescribeApiResponseBodyResultDescriptionsResultDescription extends $tea.Model {
|
|
12387
|
-
constructor(map) {
|
|
12388
|
-
super(map);
|
|
12389
|
-
}
|
|
12390
|
-
static names() {
|
|
12391
|
-
return {
|
|
12392
|
-
description: 'Description',
|
|
12393
|
-
hasChild: 'HasChild',
|
|
12394
|
-
id: 'Id',
|
|
12395
|
-
key: 'Key',
|
|
12396
|
-
mandatory: 'Mandatory',
|
|
12397
|
-
name: 'Name',
|
|
12398
|
-
pid: 'Pid',
|
|
12399
|
-
type: 'Type',
|
|
12400
|
-
};
|
|
12401
|
-
}
|
|
12402
|
-
static types() {
|
|
12403
|
-
return {
|
|
12404
|
-
description: 'string',
|
|
12405
|
-
hasChild: 'boolean',
|
|
12406
|
-
id: 'string',
|
|
12407
|
-
key: 'string',
|
|
12408
|
-
mandatory: 'boolean',
|
|
12409
|
-
name: 'string',
|
|
12410
|
-
pid: 'string',
|
|
12411
|
-
type: 'string',
|
|
12412
|
-
};
|
|
12413
|
-
}
|
|
12414
|
-
}
|
|
12415
|
-
exports.DescribeApiResponseBodyResultDescriptionsResultDescription = DescribeApiResponseBodyResultDescriptionsResultDescription;
|
|
12416
|
-
class DescribeApiResponseBodyResultDescriptions extends $tea.Model {
|
|
12417
|
-
constructor(map) {
|
|
12418
|
-
super(map);
|
|
12419
|
-
}
|
|
12420
|
-
static names() {
|
|
12421
|
-
return {
|
|
12422
|
-
resultDescription: 'ResultDescription',
|
|
12423
|
-
};
|
|
12424
|
-
}
|
|
12425
|
-
static types() {
|
|
12426
|
-
return {
|
|
12427
|
-
resultDescription: { 'type': 'array', 'itemType': DescribeApiResponseBodyResultDescriptionsResultDescription },
|
|
12428
|
-
};
|
|
12429
|
-
}
|
|
12430
|
-
}
|
|
12431
|
-
exports.DescribeApiResponseBodyResultDescriptions = DescribeApiResponseBodyResultDescriptions;
|
|
12432
12384
|
class DescribeApiResponseBodyServiceConfigEventBridgeConfig extends $tea.Model {
|
|
12433
12385
|
constructor(map) {
|
|
12434
12386
|
super(map);
|
|
@@ -12853,52 +12805,6 @@ class DescribeApiDocResponseBodyRequestParameters extends $tea.Model {
|
|
|
12853
12805
|
}
|
|
12854
12806
|
}
|
|
12855
12807
|
exports.DescribeApiDocResponseBodyRequestParameters = DescribeApiDocResponseBodyRequestParameters;
|
|
12856
|
-
class DescribeApiDocResponseBodyResultDescriptionsResultDescription extends $tea.Model {
|
|
12857
|
-
constructor(map) {
|
|
12858
|
-
super(map);
|
|
12859
|
-
}
|
|
12860
|
-
static names() {
|
|
12861
|
-
return {
|
|
12862
|
-
description: 'Description',
|
|
12863
|
-
hasChild: 'HasChild',
|
|
12864
|
-
id: 'Id',
|
|
12865
|
-
key: 'Key',
|
|
12866
|
-
mandatory: 'Mandatory',
|
|
12867
|
-
name: 'Name',
|
|
12868
|
-
pid: 'Pid',
|
|
12869
|
-
type: 'Type',
|
|
12870
|
-
};
|
|
12871
|
-
}
|
|
12872
|
-
static types() {
|
|
12873
|
-
return {
|
|
12874
|
-
description: 'string',
|
|
12875
|
-
hasChild: 'boolean',
|
|
12876
|
-
id: 'string',
|
|
12877
|
-
key: 'string',
|
|
12878
|
-
mandatory: 'boolean',
|
|
12879
|
-
name: 'string',
|
|
12880
|
-
pid: 'string',
|
|
12881
|
-
type: 'string',
|
|
12882
|
-
};
|
|
12883
|
-
}
|
|
12884
|
-
}
|
|
12885
|
-
exports.DescribeApiDocResponseBodyResultDescriptionsResultDescription = DescribeApiDocResponseBodyResultDescriptionsResultDescription;
|
|
12886
|
-
class DescribeApiDocResponseBodyResultDescriptions extends $tea.Model {
|
|
12887
|
-
constructor(map) {
|
|
12888
|
-
super(map);
|
|
12889
|
-
}
|
|
12890
|
-
static names() {
|
|
12891
|
-
return {
|
|
12892
|
-
resultDescription: 'ResultDescription',
|
|
12893
|
-
};
|
|
12894
|
-
}
|
|
12895
|
-
static types() {
|
|
12896
|
-
return {
|
|
12897
|
-
resultDescription: { 'type': 'array', 'itemType': DescribeApiDocResponseBodyResultDescriptionsResultDescription },
|
|
12898
|
-
};
|
|
12899
|
-
}
|
|
12900
|
-
}
|
|
12901
|
-
exports.DescribeApiDocResponseBodyResultDescriptions = DescribeApiDocResponseBodyResultDescriptions;
|
|
12902
12808
|
class DescribeApiGroupRequestTag extends $tea.Model {
|
|
12903
12809
|
constructor(map) {
|
|
12904
12810
|
super(map);
|
|
@@ -12937,7 +12843,6 @@ class DescribeApiGroupResponseBodyCustomDomainsDomainItem extends $tea.Model {
|
|
|
12937
12843
|
domainWebSocketStatus: 'DomainWebSocketStatus',
|
|
12938
12844
|
isHttpRedirectToHttps: 'IsHttpRedirectToHttps',
|
|
12939
12845
|
wildcardDomainPatterns: 'WildcardDomainPatterns',
|
|
12940
|
-
wssEnable: 'WssEnable',
|
|
12941
12846
|
};
|
|
12942
12847
|
}
|
|
12943
12848
|
static types() {
|
|
@@ -12956,7 +12861,6 @@ class DescribeApiGroupResponseBodyCustomDomainsDomainItem extends $tea.Model {
|
|
|
12956
12861
|
domainWebSocketStatus: 'string',
|
|
12957
12862
|
isHttpRedirectToHttps: 'boolean',
|
|
12958
12863
|
wildcardDomainPatterns: 'string',
|
|
12959
|
-
wssEnable: 'string',
|
|
12960
12864
|
};
|
|
12961
12865
|
}
|
|
12962
12866
|
}
|
|
@@ -14507,6 +14411,7 @@ class DescribeAppAttributesResponseBodyAppsAppAttribute extends $tea.Model {
|
|
|
14507
14411
|
appName: 'AppName',
|
|
14508
14412
|
createdTime: 'CreatedTime',
|
|
14509
14413
|
description: 'Description',
|
|
14414
|
+
extend: 'Extend',
|
|
14510
14415
|
modifiedTime: 'ModifiedTime',
|
|
14511
14416
|
tags: 'Tags',
|
|
14512
14417
|
};
|
|
@@ -14517,6 +14422,7 @@ class DescribeAppAttributesResponseBodyAppsAppAttribute extends $tea.Model {
|
|
|
14517
14422
|
appName: 'string',
|
|
14518
14423
|
createdTime: 'string',
|
|
14519
14424
|
description: 'string',
|
|
14425
|
+
extend: 'string',
|
|
14520
14426
|
modifiedTime: 'string',
|
|
14521
14427
|
tags: DescribeAppAttributesResponseBodyAppsAppAttributeTags,
|
|
14522
14428
|
};
|
|
@@ -16236,7 +16142,6 @@ class DescribeInstancesResponseBodyInstancesInstanceAttributeNetworkInterfaceAtt
|
|
|
16236
16142
|
static names() {
|
|
16237
16143
|
return {
|
|
16238
16144
|
cidrBlock: 'CidrBlock',
|
|
16239
|
-
networkInterfaceId: 'NetworkInterfaceId',
|
|
16240
16145
|
securityGroupId: 'SecurityGroupId',
|
|
16241
16146
|
vswitchId: 'VswitchId',
|
|
16242
16147
|
zoneId: 'ZoneId',
|
|
@@ -16245,7 +16150,6 @@ class DescribeInstancesResponseBodyInstancesInstanceAttributeNetworkInterfaceAtt
|
|
|
16245
16150
|
static types() {
|
|
16246
16151
|
return {
|
|
16247
16152
|
cidrBlock: 'string',
|
|
16248
|
-
networkInterfaceId: 'string',
|
|
16249
16153
|
securityGroupId: 'string',
|
|
16250
16154
|
vswitchId: 'string',
|
|
16251
16155
|
zoneId: 'string',
|
|
@@ -16310,7 +16214,6 @@ class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $tea.Model
|
|
|
16310
16214
|
supportIpv6: 'SupportIpv6',
|
|
16311
16215
|
userVpcId: 'UserVpcId',
|
|
16312
16216
|
userVswitchId: 'UserVswitchId',
|
|
16313
|
-
vipTypeList: 'VipTypeList',
|
|
16314
16217
|
vpcEgressAddress: 'VpcEgressAddress',
|
|
16315
16218
|
vpcIntranetEnable: 'VpcIntranetEnable',
|
|
16316
16219
|
vpcOwnerId: 'VpcOwnerId',
|
|
@@ -16356,7 +16259,6 @@ class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $tea.Model
|
|
|
16356
16259
|
supportIpv6: 'boolean',
|
|
16357
16260
|
userVpcId: 'string',
|
|
16358
16261
|
userVswitchId: 'string',
|
|
16359
|
-
vipTypeList: 'string',
|
|
16360
16262
|
vpcEgressAddress: 'string',
|
|
16361
16263
|
vpcIntranetEnable: 'boolean',
|
|
16362
16264
|
vpcOwnerId: 'number',
|
|
@@ -18790,6 +18692,9 @@ class Client extends openapi_client_1.default {
|
|
|
18790
18692
|
if (!tea_util_1.default.isUnset(request.description)) {
|
|
18791
18693
|
query["Description"] = request.description;
|
|
18792
18694
|
}
|
|
18695
|
+
if (!tea_util_1.default.isUnset(request.extend)) {
|
|
18696
|
+
query["Extend"] = request.extend;
|
|
18697
|
+
}
|
|
18793
18698
|
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
18794
18699
|
query["SecurityToken"] = request.securityToken;
|
|
18795
18700
|
}
|
|
@@ -20234,7 +20139,7 @@ class Client extends openapi_client_1.default {
|
|
|
20234
20139
|
return await this.describeAccessControlListsWithOptions(request, runtime);
|
|
20235
20140
|
}
|
|
20236
20141
|
/**
|
|
20237
|
-
*
|
|
20142
|
+
* * This operation is intended for API providers.
|
|
20238
20143
|
*
|
|
20239
20144
|
* @param request DescribeApiRequest
|
|
20240
20145
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20269,7 +20174,7 @@ class Client extends openapi_client_1.default {
|
|
|
20269
20174
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeApiResponse({}));
|
|
20270
20175
|
}
|
|
20271
20176
|
/**
|
|
20272
|
-
*
|
|
20177
|
+
* * This operation is intended for API providers.
|
|
20273
20178
|
*
|
|
20274
20179
|
* @param request DescribeApiRequest
|
|
20275
20180
|
* @return DescribeApiResponse
|
|
@@ -21239,6 +21144,9 @@ class Client extends openapi_client_1.default {
|
|
|
21239
21144
|
if (!tea_util_1.default.isUnset(request.enableTagAuth)) {
|
|
21240
21145
|
query["EnableTagAuth"] = request.enableTagAuth;
|
|
21241
21146
|
}
|
|
21147
|
+
if (!tea_util_1.default.isUnset(request.extend)) {
|
|
21148
|
+
query["Extend"] = request.extend;
|
|
21149
|
+
}
|
|
21242
21150
|
if (!tea_util_1.default.isUnset(request.pageNumber)) {
|
|
21243
21151
|
query["PageNumber"] = request.pageNumber;
|
|
21244
21152
|
}
|
|
@@ -23914,6 +23822,9 @@ class Client extends openapi_client_1.default {
|
|
|
23914
23822
|
if (!tea_util_1.default.isUnset(request.description)) {
|
|
23915
23823
|
query["Description"] = request.description;
|
|
23916
23824
|
}
|
|
23825
|
+
if (!tea_util_1.default.isUnset(request.extend)) {
|
|
23826
|
+
query["Extend"] = request.extend;
|
|
23827
|
+
}
|
|
23917
23828
|
if (!tea_util_1.default.isUnset(request.securityToken)) {
|
|
23918
23829
|
query["SecurityToken"] = request.securityToken;
|
|
23919
23830
|
}
|