@alicloud/cloudapi20160714 4.6.2 → 4.7.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 +676 -25
- package/dist/client.js +675 -15
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1127 -0
package/dist/client.d.ts
CHANGED
|
@@ -10835,6 +10835,91 @@ export declare class DescribePluginApisResponseBodyApiSummarys extends $dara.Mod
|
|
|
10835
10835
|
[key: string]: any;
|
|
10836
10836
|
});
|
|
10837
10837
|
}
|
|
10838
|
+
export declare class DescribePluginGroupsResponseBodyGroupSummarysGroupPluginSummary extends $dara.Model {
|
|
10839
|
+
/**
|
|
10840
|
+
* @remarks
|
|
10841
|
+
* API root path
|
|
10842
|
+
*
|
|
10843
|
+
* @example
|
|
10844
|
+
* /rpew
|
|
10845
|
+
*/
|
|
10846
|
+
basePath?: string;
|
|
10847
|
+
/**
|
|
10848
|
+
* @remarks
|
|
10849
|
+
* Description
|
|
10850
|
+
*
|
|
10851
|
+
* @example
|
|
10852
|
+
* test
|
|
10853
|
+
*/
|
|
10854
|
+
description?: string;
|
|
10855
|
+
/**
|
|
10856
|
+
* @remarks
|
|
10857
|
+
* API group ID
|
|
10858
|
+
*
|
|
10859
|
+
* @example
|
|
10860
|
+
* 4ed31575e2de43de8c51eb1217a1f56b
|
|
10861
|
+
*/
|
|
10862
|
+
groupId?: string;
|
|
10863
|
+
/**
|
|
10864
|
+
* @remarks
|
|
10865
|
+
* API group name
|
|
10866
|
+
*
|
|
10867
|
+
* @example
|
|
10868
|
+
* ECP_API
|
|
10869
|
+
*/
|
|
10870
|
+
groupName?: string;
|
|
10871
|
+
/**
|
|
10872
|
+
* @remarks
|
|
10873
|
+
* Region ID where the API group is located
|
|
10874
|
+
*
|
|
10875
|
+
* @example
|
|
10876
|
+
* cn-beijing
|
|
10877
|
+
*/
|
|
10878
|
+
regionId?: string;
|
|
10879
|
+
/**
|
|
10880
|
+
* @remarks
|
|
10881
|
+
* Stage name Alias
|
|
10882
|
+
*
|
|
10883
|
+
* @example
|
|
10884
|
+
* DEV
|
|
10885
|
+
*/
|
|
10886
|
+
stageAlias?: string;
|
|
10887
|
+
/**
|
|
10888
|
+
* @remarks
|
|
10889
|
+
* Environment name, possible values:
|
|
10890
|
+
*
|
|
10891
|
+
* - **RELEASE**: Production
|
|
10892
|
+
* - **PRE**: Pre-release
|
|
10893
|
+
* - **TEST**: Testing
|
|
10894
|
+
*
|
|
10895
|
+
* @example
|
|
10896
|
+
* RELEASE
|
|
10897
|
+
*/
|
|
10898
|
+
stageName?: string;
|
|
10899
|
+
static names(): {
|
|
10900
|
+
[key: string]: string;
|
|
10901
|
+
};
|
|
10902
|
+
static types(): {
|
|
10903
|
+
[key: string]: any;
|
|
10904
|
+
};
|
|
10905
|
+
validate(): void;
|
|
10906
|
+
constructor(map?: {
|
|
10907
|
+
[key: string]: any;
|
|
10908
|
+
});
|
|
10909
|
+
}
|
|
10910
|
+
export declare class DescribePluginGroupsResponseBodyGroupSummarys extends $dara.Model {
|
|
10911
|
+
groupPluginSummary?: DescribePluginGroupsResponseBodyGroupSummarysGroupPluginSummary[];
|
|
10912
|
+
static names(): {
|
|
10913
|
+
[key: string]: string;
|
|
10914
|
+
};
|
|
10915
|
+
static types(): {
|
|
10916
|
+
[key: string]: any;
|
|
10917
|
+
};
|
|
10918
|
+
validate(): void;
|
|
10919
|
+
constructor(map?: {
|
|
10920
|
+
[key: string]: any;
|
|
10921
|
+
});
|
|
10922
|
+
}
|
|
10838
10923
|
export declare class DescribePluginSchemasResponseBodyPluginSchemasPluginSchema extends $dara.Model {
|
|
10839
10924
|
/**
|
|
10840
10925
|
* @example
|
|
@@ -11206,6 +11291,95 @@ export declare class DescribePluginsByApiResponseBodyPlugins extends $dara.Model
|
|
|
11206
11291
|
[key: string]: any;
|
|
11207
11292
|
});
|
|
11208
11293
|
}
|
|
11294
|
+
export declare class DescribePluginsByGroupResponseBodyPluginsPluginAttribute extends $dara.Model {
|
|
11295
|
+
/**
|
|
11296
|
+
* @remarks
|
|
11297
|
+
* Creation time, in GMT
|
|
11298
|
+
*
|
|
11299
|
+
* @example
|
|
11300
|
+
* 2024-12-20T02:05:57Z
|
|
11301
|
+
*/
|
|
11302
|
+
createdTime?: string;
|
|
11303
|
+
/**
|
|
11304
|
+
* @remarks
|
|
11305
|
+
* Plugin description
|
|
11306
|
+
*
|
|
11307
|
+
* @example
|
|
11308
|
+
* traffic controll
|
|
11309
|
+
*/
|
|
11310
|
+
description?: string;
|
|
11311
|
+
/**
|
|
11312
|
+
* @remarks
|
|
11313
|
+
* Last modified time, in GMT
|
|
11314
|
+
*
|
|
11315
|
+
* @example
|
|
11316
|
+
* 2022-03-15T02:30:18Z
|
|
11317
|
+
*/
|
|
11318
|
+
modifiedTime?: string;
|
|
11319
|
+
/**
|
|
11320
|
+
* @remarks
|
|
11321
|
+
* Plugin definition statement
|
|
11322
|
+
*
|
|
11323
|
+
* @example
|
|
11324
|
+
* {\\"unit\\":\\"MINUTE\\",\\"apiDefault\\":20}
|
|
11325
|
+
*/
|
|
11326
|
+
pluginData?: string;
|
|
11327
|
+
/**
|
|
11328
|
+
* @remarks
|
|
11329
|
+
* Plugin ID
|
|
11330
|
+
*
|
|
11331
|
+
* @example
|
|
11332
|
+
* 5e204eeb4aa94c919a49f471ad3fc716
|
|
11333
|
+
*/
|
|
11334
|
+
pluginId?: string;
|
|
11335
|
+
/**
|
|
11336
|
+
* @remarks
|
|
11337
|
+
* Plugin name
|
|
11338
|
+
*
|
|
11339
|
+
* @example
|
|
11340
|
+
* firstPlugin
|
|
11341
|
+
*/
|
|
11342
|
+
pluginName?: string;
|
|
11343
|
+
/**
|
|
11344
|
+
* @remarks
|
|
11345
|
+
* Plugin type
|
|
11346
|
+
*
|
|
11347
|
+
* @example
|
|
11348
|
+
* trafficControl
|
|
11349
|
+
*/
|
|
11350
|
+
pluginType?: string;
|
|
11351
|
+
/**
|
|
11352
|
+
* @remarks
|
|
11353
|
+
* 插件所在Region
|
|
11354
|
+
*
|
|
11355
|
+
* @example
|
|
11356
|
+
* cn-hangzhou
|
|
11357
|
+
*/
|
|
11358
|
+
regionId?: string;
|
|
11359
|
+
static names(): {
|
|
11360
|
+
[key: string]: string;
|
|
11361
|
+
};
|
|
11362
|
+
static types(): {
|
|
11363
|
+
[key: string]: any;
|
|
11364
|
+
};
|
|
11365
|
+
validate(): void;
|
|
11366
|
+
constructor(map?: {
|
|
11367
|
+
[key: string]: any;
|
|
11368
|
+
});
|
|
11369
|
+
}
|
|
11370
|
+
export declare class DescribePluginsByGroupResponseBodyPlugins extends $dara.Model {
|
|
11371
|
+
pluginAttribute?: DescribePluginsByGroupResponseBodyPluginsPluginAttribute[];
|
|
11372
|
+
static names(): {
|
|
11373
|
+
[key: string]: string;
|
|
11374
|
+
};
|
|
11375
|
+
static types(): {
|
|
11376
|
+
[key: string]: any;
|
|
11377
|
+
};
|
|
11378
|
+
validate(): void;
|
|
11379
|
+
constructor(map?: {
|
|
11380
|
+
[key: string]: any;
|
|
11381
|
+
});
|
|
11382
|
+
}
|
|
11209
11383
|
export declare class DescribePurchasedApiGroupResponseBodyDomainsDomainItem extends $dara.Model {
|
|
11210
11384
|
/**
|
|
11211
11385
|
* @remarks
|
|
@@ -14368,6 +14542,90 @@ export declare class AttachApiProductResponse extends $dara.Model {
|
|
|
14368
14542
|
[key: string]: any;
|
|
14369
14543
|
});
|
|
14370
14544
|
}
|
|
14545
|
+
export declare class AttachGroupPluginRequest extends $dara.Model {
|
|
14546
|
+
/**
|
|
14547
|
+
* @remarks
|
|
14548
|
+
* The ID of the API group.
|
|
14549
|
+
*
|
|
14550
|
+
* This parameter is required.
|
|
14551
|
+
*
|
|
14552
|
+
* @example
|
|
14553
|
+
* 08ae4aa0f95e4321849ee57f4e0b3077
|
|
14554
|
+
*/
|
|
14555
|
+
groupId?: string;
|
|
14556
|
+
/**
|
|
14557
|
+
* @remarks
|
|
14558
|
+
* The ID of the plug-in to be bound.
|
|
14559
|
+
*
|
|
14560
|
+
* This parameter is required.
|
|
14561
|
+
*
|
|
14562
|
+
* @example
|
|
14563
|
+
* 05df2b52a3644a3a8b1935ab8ab59e9d
|
|
14564
|
+
*/
|
|
14565
|
+
pluginId?: string;
|
|
14566
|
+
securityToken?: string;
|
|
14567
|
+
/**
|
|
14568
|
+
* @remarks
|
|
14569
|
+
* The environment in which the API is requested. Valid values:
|
|
14570
|
+
*
|
|
14571
|
+
* * **RELEASE**: the production environment
|
|
14572
|
+
* * **PRE**: the pre-release environment
|
|
14573
|
+
* * **TEST**: the test environment
|
|
14574
|
+
*
|
|
14575
|
+
* This parameter is required.
|
|
14576
|
+
*
|
|
14577
|
+
* @example
|
|
14578
|
+
* RELEASE
|
|
14579
|
+
*/
|
|
14580
|
+
stageName?: string;
|
|
14581
|
+
static names(): {
|
|
14582
|
+
[key: string]: string;
|
|
14583
|
+
};
|
|
14584
|
+
static types(): {
|
|
14585
|
+
[key: string]: any;
|
|
14586
|
+
};
|
|
14587
|
+
validate(): void;
|
|
14588
|
+
constructor(map?: {
|
|
14589
|
+
[key: string]: any;
|
|
14590
|
+
});
|
|
14591
|
+
}
|
|
14592
|
+
export declare class AttachGroupPluginResponseBody extends $dara.Model {
|
|
14593
|
+
/**
|
|
14594
|
+
* @remarks
|
|
14595
|
+
* The request ID.
|
|
14596
|
+
*
|
|
14597
|
+
* @example
|
|
14598
|
+
* D6E46F10-F26C-4AA0-BB69-FE2743D9AE62
|
|
14599
|
+
*/
|
|
14600
|
+
requestId?: string;
|
|
14601
|
+
static names(): {
|
|
14602
|
+
[key: string]: string;
|
|
14603
|
+
};
|
|
14604
|
+
static types(): {
|
|
14605
|
+
[key: string]: any;
|
|
14606
|
+
};
|
|
14607
|
+
validate(): void;
|
|
14608
|
+
constructor(map?: {
|
|
14609
|
+
[key: string]: any;
|
|
14610
|
+
});
|
|
14611
|
+
}
|
|
14612
|
+
export declare class AttachGroupPluginResponse extends $dara.Model {
|
|
14613
|
+
headers?: {
|
|
14614
|
+
[key: string]: string;
|
|
14615
|
+
};
|
|
14616
|
+
statusCode?: number;
|
|
14617
|
+
body?: AttachGroupPluginResponseBody;
|
|
14618
|
+
static names(): {
|
|
14619
|
+
[key: string]: string;
|
|
14620
|
+
};
|
|
14621
|
+
static types(): {
|
|
14622
|
+
[key: string]: any;
|
|
14623
|
+
};
|
|
14624
|
+
validate(): void;
|
|
14625
|
+
constructor(map?: {
|
|
14626
|
+
[key: string]: any;
|
|
14627
|
+
});
|
|
14628
|
+
}
|
|
14371
14629
|
export declare class AttachPluginRequest extends $dara.Model {
|
|
14372
14630
|
/**
|
|
14373
14631
|
* @remarks
|
|
@@ -24063,6 +24321,7 @@ export declare class DescribeDatasetListRequest extends $dara.Model {
|
|
|
24063
24321
|
* 4add6a61804e47858266883e********
|
|
24064
24322
|
*/
|
|
24065
24323
|
datasetIds?: string;
|
|
24324
|
+
datasetName?: string;
|
|
24066
24325
|
/**
|
|
24067
24326
|
* @remarks
|
|
24068
24327
|
* The number of the page to return. Pages start from page 1. Default value: 1.
|
|
@@ -27305,37 +27564,166 @@ export declare class DescribePluginApisResponse extends $dara.Model {
|
|
|
27305
27564
|
[key: string]: any;
|
|
27306
27565
|
});
|
|
27307
27566
|
}
|
|
27308
|
-
export declare class
|
|
27567
|
+
export declare class DescribePluginGroupsRequest extends $dara.Model {
|
|
27309
27568
|
/**
|
|
27569
|
+
* @remarks
|
|
27570
|
+
* API group description
|
|
27571
|
+
*
|
|
27310
27572
|
* @example
|
|
27311
|
-
*
|
|
27573
|
+
* test
|
|
27312
27574
|
*/
|
|
27313
|
-
|
|
27314
|
-
securityToken?: string;
|
|
27315
|
-
static names(): {
|
|
27316
|
-
[key: string]: string;
|
|
27317
|
-
};
|
|
27318
|
-
static types(): {
|
|
27319
|
-
[key: string]: any;
|
|
27320
|
-
};
|
|
27321
|
-
validate(): void;
|
|
27322
|
-
constructor(map?: {
|
|
27323
|
-
[key: string]: any;
|
|
27324
|
-
});
|
|
27325
|
-
}
|
|
27326
|
-
export declare class DescribePluginSchemasResponseBody extends $dara.Model {
|
|
27327
|
-
pluginSchemas?: DescribePluginSchemasResponseBodyPluginSchemas;
|
|
27575
|
+
description?: string;
|
|
27328
27576
|
/**
|
|
27577
|
+
* @remarks
|
|
27578
|
+
* API group ID
|
|
27579
|
+
*
|
|
27329
27580
|
* @example
|
|
27330
|
-
*
|
|
27581
|
+
* 8cc2a3cbe3394524b6e71be5db9b02a3
|
|
27331
27582
|
*/
|
|
27332
|
-
|
|
27333
|
-
|
|
27334
|
-
|
|
27335
|
-
|
|
27336
|
-
|
|
27337
|
-
|
|
27338
|
-
|
|
27583
|
+
groupId?: string;
|
|
27584
|
+
/**
|
|
27585
|
+
* @remarks
|
|
27586
|
+
* API group name
|
|
27587
|
+
*
|
|
27588
|
+
* @example
|
|
27589
|
+
* crm_custom_service
|
|
27590
|
+
*/
|
|
27591
|
+
groupName?: string;
|
|
27592
|
+
/**
|
|
27593
|
+
* @remarks
|
|
27594
|
+
* Pagination parameter: current page number
|
|
27595
|
+
*
|
|
27596
|
+
* @example
|
|
27597
|
+
* 1
|
|
27598
|
+
*/
|
|
27599
|
+
pageNumber?: number;
|
|
27600
|
+
/**
|
|
27601
|
+
* @remarks
|
|
27602
|
+
* Pagination parameter: number of items per page
|
|
27603
|
+
*
|
|
27604
|
+
* @example
|
|
27605
|
+
* 10
|
|
27606
|
+
*/
|
|
27607
|
+
pageSize?: number;
|
|
27608
|
+
/**
|
|
27609
|
+
* @remarks
|
|
27610
|
+
* API Gateway plugin ID
|
|
27611
|
+
*
|
|
27612
|
+
* This parameter is required.
|
|
27613
|
+
*
|
|
27614
|
+
* @example
|
|
27615
|
+
* 1f3bde29b43d4d53989248327ff737f2
|
|
27616
|
+
*/
|
|
27617
|
+
pluginId?: string;
|
|
27618
|
+
securityToken?: string;
|
|
27619
|
+
static names(): {
|
|
27620
|
+
[key: string]: string;
|
|
27621
|
+
};
|
|
27622
|
+
static types(): {
|
|
27623
|
+
[key: string]: any;
|
|
27624
|
+
};
|
|
27625
|
+
validate(): void;
|
|
27626
|
+
constructor(map?: {
|
|
27627
|
+
[key: string]: any;
|
|
27628
|
+
});
|
|
27629
|
+
}
|
|
27630
|
+
export declare class DescribePluginGroupsResponseBody extends $dara.Model {
|
|
27631
|
+
/**
|
|
27632
|
+
* @remarks
|
|
27633
|
+
* Collection of group information
|
|
27634
|
+
*/
|
|
27635
|
+
groupSummarys?: DescribePluginGroupsResponseBodyGroupSummarys;
|
|
27636
|
+
/**
|
|
27637
|
+
* @remarks
|
|
27638
|
+
* Pagination parameter: current page number
|
|
27639
|
+
*
|
|
27640
|
+
* @example
|
|
27641
|
+
* 1
|
|
27642
|
+
*/
|
|
27643
|
+
pageNumber?: number;
|
|
27644
|
+
/**
|
|
27645
|
+
* @remarks
|
|
27646
|
+
* Pagination parameter: number of items per page, default value 10
|
|
27647
|
+
*
|
|
27648
|
+
* @example
|
|
27649
|
+
* 10
|
|
27650
|
+
*/
|
|
27651
|
+
pageSize?: number;
|
|
27652
|
+
/**
|
|
27653
|
+
* @remarks
|
|
27654
|
+
* Request ID
|
|
27655
|
+
*
|
|
27656
|
+
* @example
|
|
27657
|
+
* 765BC99E-F583-5A80-9A42-42AC125C2CDC
|
|
27658
|
+
*/
|
|
27659
|
+
requestId?: string;
|
|
27660
|
+
/**
|
|
27661
|
+
* @remarks
|
|
27662
|
+
* Total number of returned results
|
|
27663
|
+
*
|
|
27664
|
+
* @example
|
|
27665
|
+
* 20
|
|
27666
|
+
*/
|
|
27667
|
+
totalCount?: number;
|
|
27668
|
+
static names(): {
|
|
27669
|
+
[key: string]: string;
|
|
27670
|
+
};
|
|
27671
|
+
static types(): {
|
|
27672
|
+
[key: string]: any;
|
|
27673
|
+
};
|
|
27674
|
+
validate(): void;
|
|
27675
|
+
constructor(map?: {
|
|
27676
|
+
[key: string]: any;
|
|
27677
|
+
});
|
|
27678
|
+
}
|
|
27679
|
+
export declare class DescribePluginGroupsResponse extends $dara.Model {
|
|
27680
|
+
headers?: {
|
|
27681
|
+
[key: string]: string;
|
|
27682
|
+
};
|
|
27683
|
+
statusCode?: number;
|
|
27684
|
+
body?: DescribePluginGroupsResponseBody;
|
|
27685
|
+
static names(): {
|
|
27686
|
+
[key: string]: string;
|
|
27687
|
+
};
|
|
27688
|
+
static types(): {
|
|
27689
|
+
[key: string]: any;
|
|
27690
|
+
};
|
|
27691
|
+
validate(): void;
|
|
27692
|
+
constructor(map?: {
|
|
27693
|
+
[key: string]: any;
|
|
27694
|
+
});
|
|
27695
|
+
}
|
|
27696
|
+
export declare class DescribePluginSchemasRequest extends $dara.Model {
|
|
27697
|
+
/**
|
|
27698
|
+
* @example
|
|
27699
|
+
* en
|
|
27700
|
+
*/
|
|
27701
|
+
language?: string;
|
|
27702
|
+
securityToken?: string;
|
|
27703
|
+
static names(): {
|
|
27704
|
+
[key: string]: string;
|
|
27705
|
+
};
|
|
27706
|
+
static types(): {
|
|
27707
|
+
[key: string]: any;
|
|
27708
|
+
};
|
|
27709
|
+
validate(): void;
|
|
27710
|
+
constructor(map?: {
|
|
27711
|
+
[key: string]: any;
|
|
27712
|
+
});
|
|
27713
|
+
}
|
|
27714
|
+
export declare class DescribePluginSchemasResponseBody extends $dara.Model {
|
|
27715
|
+
pluginSchemas?: DescribePluginSchemasResponseBodyPluginSchemas;
|
|
27716
|
+
/**
|
|
27717
|
+
* @example
|
|
27718
|
+
* 2D39D1B3-8548-508A-9CE2-7F4A3F2A7989
|
|
27719
|
+
*/
|
|
27720
|
+
requestId?: string;
|
|
27721
|
+
static names(): {
|
|
27722
|
+
[key: string]: string;
|
|
27723
|
+
};
|
|
27724
|
+
static types(): {
|
|
27725
|
+
[key: string]: any;
|
|
27726
|
+
};
|
|
27339
27727
|
validate(): void;
|
|
27340
27728
|
constructor(map?: {
|
|
27341
27729
|
[key: string]: any;
|
|
@@ -27689,6 +28077,125 @@ export declare class DescribePluginsByApiResponse extends $dara.Model {
|
|
|
27689
28077
|
[key: string]: any;
|
|
27690
28078
|
});
|
|
27691
28079
|
}
|
|
28080
|
+
export declare class DescribePluginsByGroupRequest extends $dara.Model {
|
|
28081
|
+
/**
|
|
28082
|
+
* @remarks
|
|
28083
|
+
* Group ID
|
|
28084
|
+
*
|
|
28085
|
+
* This parameter is required.
|
|
28086
|
+
*
|
|
28087
|
+
* @example
|
|
28088
|
+
* 08ae4aa0f95e4321849ee57f4e0b3077
|
|
28089
|
+
*/
|
|
28090
|
+
groupId?: string;
|
|
28091
|
+
/**
|
|
28092
|
+
* @remarks
|
|
28093
|
+
* Pagination parameter: current page number
|
|
28094
|
+
*
|
|
28095
|
+
* @example
|
|
28096
|
+
* 1
|
|
28097
|
+
*/
|
|
28098
|
+
pageNumber?: number;
|
|
28099
|
+
/**
|
|
28100
|
+
* @remarks
|
|
28101
|
+
* Pagination parameter: number of items per page.
|
|
28102
|
+
*
|
|
28103
|
+
* @example
|
|
28104
|
+
* 10
|
|
28105
|
+
*/
|
|
28106
|
+
pageSize?: number;
|
|
28107
|
+
securityToken?: string;
|
|
28108
|
+
/**
|
|
28109
|
+
* @remarks
|
|
28110
|
+
* Specifies the environment of the API to operate on.
|
|
28111
|
+
*
|
|
28112
|
+
* - **RELEASE**: Production
|
|
28113
|
+
* - **PRE**: Pre-release
|
|
28114
|
+
* - **TEST**: Test
|
|
28115
|
+
*
|
|
28116
|
+
* This parameter is required.
|
|
28117
|
+
*
|
|
28118
|
+
* @example
|
|
28119
|
+
* RELEASE
|
|
28120
|
+
*/
|
|
28121
|
+
stageName?: string;
|
|
28122
|
+
static names(): {
|
|
28123
|
+
[key: string]: string;
|
|
28124
|
+
};
|
|
28125
|
+
static types(): {
|
|
28126
|
+
[key: string]: any;
|
|
28127
|
+
};
|
|
28128
|
+
validate(): void;
|
|
28129
|
+
constructor(map?: {
|
|
28130
|
+
[key: string]: any;
|
|
28131
|
+
});
|
|
28132
|
+
}
|
|
28133
|
+
export declare class DescribePluginsByGroupResponseBody extends $dara.Model {
|
|
28134
|
+
/**
|
|
28135
|
+
* @remarks
|
|
28136
|
+
* Pagination parameter: current page number
|
|
28137
|
+
*
|
|
28138
|
+
* @example
|
|
28139
|
+
* 1
|
|
28140
|
+
*/
|
|
28141
|
+
pageNumber?: number;
|
|
28142
|
+
/**
|
|
28143
|
+
* @remarks
|
|
28144
|
+
* Pagination parameter: number of items per page.
|
|
28145
|
+
*
|
|
28146
|
+
* @example
|
|
28147
|
+
* 10
|
|
28148
|
+
*/
|
|
28149
|
+
pageSize?: number;
|
|
28150
|
+
/**
|
|
28151
|
+
* @remarks
|
|
28152
|
+
* Returns information about the plugins
|
|
28153
|
+
*/
|
|
28154
|
+
plugins?: DescribePluginsByGroupResponseBodyPlugins;
|
|
28155
|
+
/**
|
|
28156
|
+
* @remarks
|
|
28157
|
+
* Request ID
|
|
28158
|
+
*
|
|
28159
|
+
* @example
|
|
28160
|
+
* 5F5574BA-F22B-563D-841E-C817964F517F
|
|
28161
|
+
*/
|
|
28162
|
+
requestId?: string;
|
|
28163
|
+
/**
|
|
28164
|
+
* @remarks
|
|
28165
|
+
* Total number of results returned
|
|
28166
|
+
*
|
|
28167
|
+
* @example
|
|
28168
|
+
* 32
|
|
28169
|
+
*/
|
|
28170
|
+
totalCount?: number;
|
|
28171
|
+
static names(): {
|
|
28172
|
+
[key: string]: string;
|
|
28173
|
+
};
|
|
28174
|
+
static types(): {
|
|
28175
|
+
[key: string]: any;
|
|
28176
|
+
};
|
|
28177
|
+
validate(): void;
|
|
28178
|
+
constructor(map?: {
|
|
28179
|
+
[key: string]: any;
|
|
28180
|
+
});
|
|
28181
|
+
}
|
|
28182
|
+
export declare class DescribePluginsByGroupResponse extends $dara.Model {
|
|
28183
|
+
headers?: {
|
|
28184
|
+
[key: string]: string;
|
|
28185
|
+
};
|
|
28186
|
+
statusCode?: number;
|
|
28187
|
+
body?: DescribePluginsByGroupResponseBody;
|
|
28188
|
+
static names(): {
|
|
28189
|
+
[key: string]: string;
|
|
28190
|
+
};
|
|
28191
|
+
static types(): {
|
|
28192
|
+
[key: string]: any;
|
|
28193
|
+
};
|
|
28194
|
+
validate(): void;
|
|
28195
|
+
constructor(map?: {
|
|
28196
|
+
[key: string]: any;
|
|
28197
|
+
});
|
|
28198
|
+
}
|
|
27692
28199
|
export declare class DescribePurchasedApiGroupRequest extends $dara.Model {
|
|
27693
28200
|
/**
|
|
27694
28201
|
* @remarks
|
|
@@ -29093,6 +29600,90 @@ export declare class DetachApiProductResponse extends $dara.Model {
|
|
|
29093
29600
|
[key: string]: any;
|
|
29094
29601
|
});
|
|
29095
29602
|
}
|
|
29603
|
+
export declare class DetachGroupPluginRequest extends $dara.Model {
|
|
29604
|
+
/**
|
|
29605
|
+
* @remarks
|
|
29606
|
+
* API group ID
|
|
29607
|
+
*
|
|
29608
|
+
* This parameter is required.
|
|
29609
|
+
*
|
|
29610
|
+
* @example
|
|
29611
|
+
* 0009db9c828549768a200320714b8930
|
|
29612
|
+
*/
|
|
29613
|
+
groupId?: string;
|
|
29614
|
+
/**
|
|
29615
|
+
* @remarks
|
|
29616
|
+
* API Gateway plugin ID
|
|
29617
|
+
*
|
|
29618
|
+
* This parameter is required.
|
|
29619
|
+
*
|
|
29620
|
+
* @example
|
|
29621
|
+
* a96926e82f994915a8da40a119374537
|
|
29622
|
+
*/
|
|
29623
|
+
pluginId?: string;
|
|
29624
|
+
securityToken?: string;
|
|
29625
|
+
/**
|
|
29626
|
+
* @remarks
|
|
29627
|
+
* Specify the environment of the API to operate on.
|
|
29628
|
+
*
|
|
29629
|
+
* - **RELEASE**: Production
|
|
29630
|
+
* - **PRE**: Pre-release
|
|
29631
|
+
* - **TEST**: Test
|
|
29632
|
+
*
|
|
29633
|
+
* This parameter is required.
|
|
29634
|
+
*
|
|
29635
|
+
* @example
|
|
29636
|
+
* RELEASE
|
|
29637
|
+
*/
|
|
29638
|
+
stageName?: string;
|
|
29639
|
+
static names(): {
|
|
29640
|
+
[key: string]: string;
|
|
29641
|
+
};
|
|
29642
|
+
static types(): {
|
|
29643
|
+
[key: string]: any;
|
|
29644
|
+
};
|
|
29645
|
+
validate(): void;
|
|
29646
|
+
constructor(map?: {
|
|
29647
|
+
[key: string]: any;
|
|
29648
|
+
});
|
|
29649
|
+
}
|
|
29650
|
+
export declare class DetachGroupPluginResponseBody extends $dara.Model {
|
|
29651
|
+
/**
|
|
29652
|
+
* @remarks
|
|
29653
|
+
* Request ID
|
|
29654
|
+
*
|
|
29655
|
+
* @example
|
|
29656
|
+
* 3707E6FA-749C-5352-B72A-ABE95D9DEA49
|
|
29657
|
+
*/
|
|
29658
|
+
requestId?: string;
|
|
29659
|
+
static names(): {
|
|
29660
|
+
[key: string]: string;
|
|
29661
|
+
};
|
|
29662
|
+
static types(): {
|
|
29663
|
+
[key: string]: any;
|
|
29664
|
+
};
|
|
29665
|
+
validate(): void;
|
|
29666
|
+
constructor(map?: {
|
|
29667
|
+
[key: string]: any;
|
|
29668
|
+
});
|
|
29669
|
+
}
|
|
29670
|
+
export declare class DetachGroupPluginResponse extends $dara.Model {
|
|
29671
|
+
headers?: {
|
|
29672
|
+
[key: string]: string;
|
|
29673
|
+
};
|
|
29674
|
+
statusCode?: number;
|
|
29675
|
+
body?: DetachGroupPluginResponseBody;
|
|
29676
|
+
static names(): {
|
|
29677
|
+
[key: string]: string;
|
|
29678
|
+
};
|
|
29679
|
+
static types(): {
|
|
29680
|
+
[key: string]: any;
|
|
29681
|
+
};
|
|
29682
|
+
validate(): void;
|
|
29683
|
+
constructor(map?: {
|
|
29684
|
+
[key: string]: any;
|
|
29685
|
+
});
|
|
29686
|
+
}
|
|
29096
29687
|
export declare class DetachPluginRequest extends $dara.Model {
|
|
29097
29688
|
/**
|
|
29098
29689
|
* @example
|
|
@@ -36811,6 +37402,21 @@ export default class Client extends OpenApi {
|
|
|
36811
37402
|
* @returns AttachApiProductResponse
|
|
36812
37403
|
*/
|
|
36813
37404
|
attachApiProduct(request: AttachApiProductRequest): Promise<AttachApiProductResponse>;
|
|
37405
|
+
/**
|
|
37406
|
+
* Attach plugin to API group.
|
|
37407
|
+
*
|
|
37408
|
+
* @param request - AttachGroupPluginRequest
|
|
37409
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
37410
|
+
* @returns AttachGroupPluginResponse
|
|
37411
|
+
*/
|
|
37412
|
+
attachGroupPluginWithOptions(request: AttachGroupPluginRequest, runtime: $dara.RuntimeOptions): Promise<AttachGroupPluginResponse>;
|
|
37413
|
+
/**
|
|
37414
|
+
* Attach plugin to API group.
|
|
37415
|
+
*
|
|
37416
|
+
* @param request - AttachGroupPluginRequest
|
|
37417
|
+
* @returns AttachGroupPluginResponse
|
|
37418
|
+
*/
|
|
37419
|
+
attachGroupPlugin(request: AttachGroupPluginRequest): Promise<AttachGroupPluginResponse>;
|
|
36814
37420
|
/**
|
|
36815
37421
|
* Binds a plug-in to an API.
|
|
36816
37422
|
*
|
|
@@ -39007,6 +39613,21 @@ export default class Client extends OpenApi {
|
|
|
39007
39613
|
* @returns DescribePluginApisResponse
|
|
39008
39614
|
*/
|
|
39009
39615
|
describePluginApis(request: DescribePluginApisRequest): Promise<DescribePluginApisResponse>;
|
|
39616
|
+
/**
|
|
39617
|
+
* Query the list of groups bound to a plugin based on the plugin ID
|
|
39618
|
+
*
|
|
39619
|
+
* @param request - DescribePluginGroupsRequest
|
|
39620
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
39621
|
+
* @returns DescribePluginGroupsResponse
|
|
39622
|
+
*/
|
|
39623
|
+
describePluginGroupsWithOptions(request: DescribePluginGroupsRequest, runtime: $dara.RuntimeOptions): Promise<DescribePluginGroupsResponse>;
|
|
39624
|
+
/**
|
|
39625
|
+
* Query the list of groups bound to a plugin based on the plugin ID
|
|
39626
|
+
*
|
|
39627
|
+
* @param request - DescribePluginGroupsRequest
|
|
39628
|
+
* @returns DescribePluginGroupsResponse
|
|
39629
|
+
*/
|
|
39630
|
+
describePluginGroups(request: DescribePluginGroupsRequest): Promise<DescribePluginGroupsResponse>;
|
|
39010
39631
|
/**
|
|
39011
39632
|
* 查询插件列表
|
|
39012
39633
|
*
|
|
@@ -39087,6 +39708,21 @@ export default class Client extends OpenApi {
|
|
|
39087
39708
|
* @returns DescribePluginsByApiResponse
|
|
39088
39709
|
*/
|
|
39089
39710
|
describePluginsByApi(request: DescribePluginsByApiRequest): Promise<DescribePluginsByApiResponse>;
|
|
39711
|
+
/**
|
|
39712
|
+
* Query Plugins Bound to API Group
|
|
39713
|
+
*
|
|
39714
|
+
* @param request - DescribePluginsByGroupRequest
|
|
39715
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
39716
|
+
* @returns DescribePluginsByGroupResponse
|
|
39717
|
+
*/
|
|
39718
|
+
describePluginsByGroupWithOptions(request: DescribePluginsByGroupRequest, runtime: $dara.RuntimeOptions): Promise<DescribePluginsByGroupResponse>;
|
|
39719
|
+
/**
|
|
39720
|
+
* Query Plugins Bound to API Group
|
|
39721
|
+
*
|
|
39722
|
+
* @param request - DescribePluginsByGroupRequest
|
|
39723
|
+
* @returns DescribePluginsByGroupResponse
|
|
39724
|
+
*/
|
|
39725
|
+
describePluginsByGroup(request: DescribePluginsByGroupRequest): Promise<DescribePluginsByGroupResponse>;
|
|
39090
39726
|
/**
|
|
39091
39727
|
* Queries the details about an API group purchased from Alibaba Cloud Marketplace.
|
|
39092
39728
|
*
|
|
@@ -39358,6 +39994,21 @@ export default class Client extends OpenApi {
|
|
|
39358
39994
|
* @returns DetachApiProductResponse
|
|
39359
39995
|
*/
|
|
39360
39996
|
detachApiProduct(request: DetachApiProductRequest): Promise<DetachApiProductResponse>;
|
|
39997
|
+
/**
|
|
39998
|
+
* Unbind group plugin
|
|
39999
|
+
*
|
|
40000
|
+
* @param request - DetachGroupPluginRequest
|
|
40001
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
40002
|
+
* @returns DetachGroupPluginResponse
|
|
40003
|
+
*/
|
|
40004
|
+
detachGroupPluginWithOptions(request: DetachGroupPluginRequest, runtime: $dara.RuntimeOptions): Promise<DetachGroupPluginResponse>;
|
|
40005
|
+
/**
|
|
40006
|
+
* Unbind group plugin
|
|
40007
|
+
*
|
|
40008
|
+
* @param request - DetachGroupPluginRequest
|
|
40009
|
+
* @returns DetachGroupPluginResponse
|
|
40010
|
+
*/
|
|
40011
|
+
detachGroupPlugin(request: DetachGroupPluginRequest): Promise<DetachGroupPluginResponse>;
|
|
39361
40012
|
/**
|
|
39362
40013
|
* 解绑插件
|
|
39363
40014
|
*
|