@alicloud/cloudapi20160714 3.4.0 → 3.5.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 CHANGED
@@ -418,6 +418,7 @@ export declare class CreateApiRequest extends $tea.Model {
418
418
  serviceParameters?: string;
419
419
  serviceParametersMap?: string;
420
420
  systemParameters?: string;
421
+ tag?: CreateApiRequestTag[];
421
422
  visibility?: string;
422
423
  webSocketApiType?: string;
423
424
  static names(): {
@@ -611,8 +612,10 @@ export declare class CreateBackendRequest extends $tea.Model {
611
612
  backendName?: string;
612
613
  backendType?: string;
613
614
  createEventBridgeServiceLinkedRole?: boolean;
615
+ createSlr?: boolean;
614
616
  description?: string;
615
617
  securityToken?: string;
618
+ tag?: CreateBackendRequestTag[];
616
619
  static names(): {
617
620
  [key: string]: string;
618
621
  };
@@ -702,6 +705,7 @@ export declare class CreateDatasetRequest extends $tea.Model {
702
705
  datasetName?: string;
703
706
  datasetType?: string;
704
707
  securityToken?: string;
708
+ tag?: CreateDatasetRequestTag[];
705
709
  static names(): {
706
710
  [key: string]: string;
707
711
  };
@@ -976,6 +980,7 @@ export declare class CreateModelRequest extends $tea.Model {
976
980
  groupId?: string;
977
981
  modelName?: string;
978
982
  schema?: string;
983
+ tag?: CreateModelRequestTag[];
979
984
  static names(): {
980
985
  [key: string]: string;
981
986
  };
@@ -3903,6 +3908,7 @@ export declare class DescribeBackendListRequest extends $tea.Model {
3903
3908
  pageNumber?: number;
3904
3909
  pageSize?: number;
3905
3910
  securityToken?: string;
3911
+ tag?: DescribeBackendListRequestTag[];
3906
3912
  static names(): {
3907
3913
  [key: string]: string;
3908
3914
  };
@@ -4084,6 +4090,7 @@ export declare class DescribeDatasetListRequest extends $tea.Model {
4084
4090
  pageNumber?: number;
4085
4091
  pageSize?: number;
4086
4092
  securityToken?: string;
4093
+ tag?: DescribeDatasetListRequestTag[];
4087
4094
  static names(): {
4088
4095
  [key: string]: string;
4089
4096
  };
@@ -5218,6 +5225,7 @@ export declare class DescribeModelsRequest extends $tea.Model {
5218
5225
  modelName?: string;
5219
5226
  pageNumber?: number;
5220
5227
  pageSize?: number;
5228
+ tag?: DescribeModelsRequestTag[];
5221
5229
  static names(): {
5222
5230
  [key: string]: string;
5223
5231
  };
@@ -6048,6 +6056,7 @@ export declare class DescribeVpcAccessesRequest extends $tea.Model {
6048
6056
  pageSize?: number;
6049
6057
  port?: string;
6050
6058
  securityToken?: string;
6059
+ tag?: DescribeVpcAccessesRequestTag[];
6051
6060
  vpcAccessId?: string;
6052
6061
  vpcId?: string;
6053
6062
  static names(): {
@@ -6747,6 +6756,50 @@ export declare class ModifyApiGroupResponse extends $tea.Model {
6747
6756
  [key: string]: any;
6748
6757
  });
6749
6758
  }
6759
+ export declare class ModifyApiGroupInstanceRequest extends $tea.Model {
6760
+ groupId?: string;
6761
+ remark?: string;
6762
+ securityToken?: string;
6763
+ tag?: ModifyApiGroupInstanceRequestTag[];
6764
+ targetInstanceId?: string;
6765
+ static names(): {
6766
+ [key: string]: string;
6767
+ };
6768
+ static types(): {
6769
+ [key: string]: any;
6770
+ };
6771
+ constructor(map?: {
6772
+ [key: string]: any;
6773
+ });
6774
+ }
6775
+ export declare class ModifyApiGroupInstanceResponseBody extends $tea.Model {
6776
+ requestId?: string;
6777
+ static names(): {
6778
+ [key: string]: string;
6779
+ };
6780
+ static types(): {
6781
+ [key: string]: any;
6782
+ };
6783
+ constructor(map?: {
6784
+ [key: string]: any;
6785
+ });
6786
+ }
6787
+ export declare class ModifyApiGroupInstanceResponse extends $tea.Model {
6788
+ headers: {
6789
+ [key: string]: string;
6790
+ };
6791
+ statusCode: number;
6792
+ body: ModifyApiGroupInstanceResponseBody;
6793
+ static names(): {
6794
+ [key: string]: string;
6795
+ };
6796
+ static types(): {
6797
+ [key: string]: any;
6798
+ };
6799
+ constructor(map?: {
6800
+ [key: string]: any;
6801
+ });
6802
+ }
6750
6803
  export declare class ModifyApiGroupNetworkPolicyRequest extends $tea.Model {
6751
6804
  groupId?: string;
6752
6805
  httpsPolicy?: string;
@@ -8845,6 +8898,7 @@ export declare class SetVpcAccessRequest extends $tea.Model {
8845
8898
  name?: string;
8846
8899
  port?: number;
8847
8900
  securityToken?: string;
8901
+ tag?: SetVpcAccessRequestTag[];
8848
8902
  vpcId?: string;
8849
8903
  vpcTargetHostName?: string;
8850
8904
  static names(): {
@@ -8859,6 +8913,7 @@ export declare class SetVpcAccessRequest extends $tea.Model {
8859
8913
  }
8860
8914
  export declare class SetVpcAccessResponseBody extends $tea.Model {
8861
8915
  requestId?: string;
8916
+ vpcAccessId?: string;
8862
8917
  static names(): {
8863
8918
  [key: string]: string;
8864
8919
  };
@@ -9145,6 +9200,19 @@ export declare class BatchDeployApisRequestApi extends $tea.Model {
9145
9200
  [key: string]: any;
9146
9201
  });
9147
9202
  }
9203
+ export declare class CreateApiRequestTag extends $tea.Model {
9204
+ key?: string;
9205
+ value?: string;
9206
+ static names(): {
9207
+ [key: string]: string;
9208
+ };
9209
+ static types(): {
9210
+ [key: string]: any;
9211
+ };
9212
+ constructor(map?: {
9213
+ [key: string]: any;
9214
+ });
9215
+ }
9148
9216
  export declare class CreateApiGroupRequestTag extends $tea.Model {
9149
9217
  key?: string;
9150
9218
  value?: string;
@@ -9171,6 +9239,32 @@ export declare class CreateAppRequestTag extends $tea.Model {
9171
9239
  [key: string]: any;
9172
9240
  });
9173
9241
  }
9242
+ export declare class CreateBackendRequestTag extends $tea.Model {
9243
+ key?: string;
9244
+ value?: string;
9245
+ static names(): {
9246
+ [key: string]: string;
9247
+ };
9248
+ static types(): {
9249
+ [key: string]: any;
9250
+ };
9251
+ constructor(map?: {
9252
+ [key: string]: any;
9253
+ });
9254
+ }
9255
+ export declare class CreateDatasetRequestTag extends $tea.Model {
9256
+ key?: string;
9257
+ value?: string;
9258
+ static names(): {
9259
+ [key: string]: string;
9260
+ };
9261
+ static types(): {
9262
+ [key: string]: any;
9263
+ };
9264
+ constructor(map?: {
9265
+ [key: string]: any;
9266
+ });
9267
+ }
9174
9268
  export declare class CreateInstanceRequestTag extends $tea.Model {
9175
9269
  key?: string;
9176
9270
  value?: string;
@@ -9212,6 +9306,19 @@ export declare class CreateIpControlRequestIpControlPolicys extends $tea.Model {
9212
9306
  [key: string]: any;
9213
9307
  });
9214
9308
  }
9309
+ export declare class CreateModelRequestTag extends $tea.Model {
9310
+ key?: string;
9311
+ value?: string;
9312
+ static names(): {
9313
+ [key: string]: string;
9314
+ };
9315
+ static types(): {
9316
+ [key: string]: any;
9317
+ };
9318
+ constructor(map?: {
9319
+ [key: string]: any;
9320
+ });
9321
+ }
9215
9322
  export declare class CreatePluginRequestTag extends $tea.Model {
9216
9323
  key?: string;
9217
9324
  value?: string;
@@ -11222,6 +11329,24 @@ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBack
11222
11329
  [key: string]: any;
11223
11330
  });
11224
11331
  }
11332
+ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigEdasConfig extends $tea.Model {
11333
+ edasAppId?: string;
11334
+ microserviceNamespace?: string;
11335
+ microserviceNamespaceId?: string;
11336
+ microserviceNamespaceName?: string;
11337
+ mseInstanceId?: string;
11338
+ registryType?: string;
11339
+ serviceName?: string;
11340
+ static names(): {
11341
+ [key: string]: string;
11342
+ };
11343
+ static types(): {
11344
+ [key: string]: any;
11345
+ };
11346
+ constructor(map?: {
11347
+ [key: string]: any;
11348
+ });
11349
+ }
11225
11350
  export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigEventBridgeConfig extends $tea.Model {
11226
11351
  eventBridgeRegionId?: string;
11227
11352
  eventBus?: string;
@@ -11316,6 +11441,7 @@ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBack
11316
11441
  }
11317
11442
  export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfig extends $tea.Model {
11318
11443
  discoveryConfig?: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigDiscoveryConfig;
11444
+ edasConfig?: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigEdasConfig;
11319
11445
  eventBridgeConfig?: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigEventBridgeConfig;
11320
11446
  functionComputeConfig?: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigFunctionComputeConfig;
11321
11447
  httpTargetHostName?: string;
@@ -11371,6 +11497,32 @@ export declare class DescribeBackendInfoResponseBodyBackendInfo extends $tea.Mod
11371
11497
  [key: string]: any;
11372
11498
  });
11373
11499
  }
11500
+ export declare class DescribeBackendListRequestTag extends $tea.Model {
11501
+ key?: string;
11502
+ value?: string;
11503
+ static names(): {
11504
+ [key: string]: string;
11505
+ };
11506
+ static types(): {
11507
+ [key: string]: any;
11508
+ };
11509
+ constructor(map?: {
11510
+ [key: string]: any;
11511
+ });
11512
+ }
11513
+ export declare class DescribeBackendListResponseBodyBackendInfoListTags extends $tea.Model {
11514
+ key?: string;
11515
+ value?: string;
11516
+ static names(): {
11517
+ [key: string]: string;
11518
+ };
11519
+ static types(): {
11520
+ [key: string]: any;
11521
+ };
11522
+ constructor(map?: {
11523
+ [key: string]: any;
11524
+ });
11525
+ }
11374
11526
  export declare class DescribeBackendListResponseBodyBackendInfoList extends $tea.Model {
11375
11527
  backendId?: string;
11376
11528
  backendName?: string;
@@ -11378,6 +11530,7 @@ export declare class DescribeBackendListResponseBodyBackendInfoList extends $tea
11378
11530
  createdTime?: string;
11379
11531
  description?: string;
11380
11532
  modifiedTime?: string;
11533
+ tags?: DescribeBackendListResponseBodyBackendInfoListTags[];
11381
11534
  static names(): {
11382
11535
  [key: string]: string;
11383
11536
  };
@@ -11440,12 +11593,39 @@ export declare class DescribeDatasetItemListResponseBodyDatasetItemInfoList exte
11440
11593
  [key: string]: any;
11441
11594
  });
11442
11595
  }
11596
+ export declare class DescribeDatasetListRequestTag extends $tea.Model {
11597
+ key?: string;
11598
+ value?: string;
11599
+ static names(): {
11600
+ [key: string]: string;
11601
+ };
11602
+ static types(): {
11603
+ [key: string]: any;
11604
+ };
11605
+ constructor(map?: {
11606
+ [key: string]: any;
11607
+ });
11608
+ }
11609
+ export declare class DescribeDatasetListResponseBodyDatasetInfoListTags extends $tea.Model {
11610
+ key?: string;
11611
+ value?: string;
11612
+ static names(): {
11613
+ [key: string]: string;
11614
+ };
11615
+ static types(): {
11616
+ [key: string]: any;
11617
+ };
11618
+ constructor(map?: {
11619
+ [key: string]: any;
11620
+ });
11621
+ }
11443
11622
  export declare class DescribeDatasetListResponseBodyDatasetInfoList extends $tea.Model {
11444
11623
  createdTime?: string;
11445
11624
  datasetId?: string;
11446
11625
  datasetName?: string;
11447
11626
  datasetType?: string;
11448
11627
  modifiedTime?: string;
11628
+ tags?: DescribeDatasetListResponseBodyDatasetInfoListTags[];
11449
11629
  static names(): {
11450
11630
  [key: string]: string;
11451
11631
  };
@@ -12495,6 +12675,44 @@ export declare class DescribeLogConfigResponseBodyLogInfos extends $tea.Model {
12495
12675
  [key: string]: any;
12496
12676
  });
12497
12677
  }
12678
+ export declare class DescribeModelsRequestTag extends $tea.Model {
12679
+ key?: string;
12680
+ value?: string;
12681
+ static names(): {
12682
+ [key: string]: string;
12683
+ };
12684
+ static types(): {
12685
+ [key: string]: any;
12686
+ };
12687
+ constructor(map?: {
12688
+ [key: string]: any;
12689
+ });
12690
+ }
12691
+ export declare class DescribeModelsResponseBodyModelDetailsModelDetailTagsTagInfo extends $tea.Model {
12692
+ key?: string;
12693
+ value?: string;
12694
+ static names(): {
12695
+ [key: string]: string;
12696
+ };
12697
+ static types(): {
12698
+ [key: string]: any;
12699
+ };
12700
+ constructor(map?: {
12701
+ [key: string]: any;
12702
+ });
12703
+ }
12704
+ export declare class DescribeModelsResponseBodyModelDetailsModelDetailTags extends $tea.Model {
12705
+ tagInfo?: DescribeModelsResponseBodyModelDetailsModelDetailTagsTagInfo[];
12706
+ static names(): {
12707
+ [key: string]: string;
12708
+ };
12709
+ static types(): {
12710
+ [key: string]: any;
12711
+ };
12712
+ constructor(map?: {
12713
+ [key: string]: any;
12714
+ });
12715
+ }
12498
12716
  export declare class DescribeModelsResponseBodyModelDetailsModelDetail extends $tea.Model {
12499
12717
  createdTime?: string;
12500
12718
  description?: string;
@@ -12504,6 +12722,7 @@ export declare class DescribeModelsResponseBodyModelDetailsModelDetail extends $
12504
12722
  modelRef?: string;
12505
12723
  modifiedTime?: string;
12506
12724
  schema?: string;
12725
+ tags?: DescribeModelsResponseBodyModelDetailsModelDetailTags;
12507
12726
  static names(): {
12508
12727
  [key: string]: string;
12509
12728
  };
@@ -13087,6 +13306,44 @@ export declare class DescribeUpdateVpcInfoTaskResponseBodyApiUpdateVpcInfoResult
13087
13306
  [key: string]: any;
13088
13307
  });
13089
13308
  }
13309
+ export declare class DescribeVpcAccessesRequestTag extends $tea.Model {
13310
+ key?: string;
13311
+ value?: string;
13312
+ static names(): {
13313
+ [key: string]: string;
13314
+ };
13315
+ static types(): {
13316
+ [key: string]: any;
13317
+ };
13318
+ constructor(map?: {
13319
+ [key: string]: any;
13320
+ });
13321
+ }
13322
+ export declare class DescribeVpcAccessesResponseBodyVpcAccessAttributesVpcAccessAttributeTagsTagInfo extends $tea.Model {
13323
+ key?: string;
13324
+ value?: string;
13325
+ static names(): {
13326
+ [key: string]: string;
13327
+ };
13328
+ static types(): {
13329
+ [key: string]: any;
13330
+ };
13331
+ constructor(map?: {
13332
+ [key: string]: any;
13333
+ });
13334
+ }
13335
+ export declare class DescribeVpcAccessesResponseBodyVpcAccessAttributesVpcAccessAttributeTags extends $tea.Model {
13336
+ tagInfo?: DescribeVpcAccessesResponseBodyVpcAccessAttributesVpcAccessAttributeTagsTagInfo[];
13337
+ static names(): {
13338
+ [key: string]: string;
13339
+ };
13340
+ static types(): {
13341
+ [key: string]: any;
13342
+ };
13343
+ constructor(map?: {
13344
+ [key: string]: any;
13345
+ });
13346
+ }
13090
13347
  export declare class DescribeVpcAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute extends $tea.Model {
13091
13348
  createdTime?: string;
13092
13349
  description?: string;
@@ -13094,6 +13351,7 @@ export declare class DescribeVpcAccessesResponseBodyVpcAccessAttributesVpcAccess
13094
13351
  name?: string;
13095
13352
  port?: number;
13096
13353
  regionId?: string;
13354
+ tags?: DescribeVpcAccessesResponseBodyVpcAccessAttributesVpcAccessAttributeTags;
13097
13355
  vpcAccessId?: string;
13098
13356
  vpcId?: string;
13099
13357
  vpcTargetHostName?: string;
@@ -13553,6 +13811,19 @@ export declare class ModifyApiGroupRequestTag extends $tea.Model {
13553
13811
  [key: string]: any;
13554
13812
  });
13555
13813
  }
13814
+ export declare class ModifyApiGroupInstanceRequestTag extends $tea.Model {
13815
+ key?: string;
13816
+ value?: string;
13817
+ static names(): {
13818
+ [key: string]: string;
13819
+ };
13820
+ static types(): {
13821
+ [key: string]: any;
13822
+ };
13823
+ constructor(map?: {
13824
+ [key: string]: any;
13825
+ });
13826
+ }
13556
13827
  export declare class ModifyAppRequestTag extends $tea.Model {
13557
13828
  key?: string;
13558
13829
  value?: string;
@@ -13672,6 +13943,19 @@ export declare class RemoveVpcAccessResponseBodyApis extends $tea.Model {
13672
13943
  [key: string]: any;
13673
13944
  });
13674
13945
  }
13946
+ export declare class SetVpcAccessRequestTag extends $tea.Model {
13947
+ key?: string;
13948
+ value?: string;
13949
+ static names(): {
13950
+ [key: string]: string;
13951
+ };
13952
+ static types(): {
13953
+ [key: string]: any;
13954
+ };
13955
+ constructor(map?: {
13956
+ [key: string]: any;
13957
+ });
13958
+ }
13675
13959
  export declare class TagResourcesRequestTag extends $tea.Model {
13676
13960
  key?: string;
13677
13961
  value?: string;
@@ -13782,8 +14066,8 @@ export default class Client extends OpenApi {
13782
14066
  createAccessControlList(request: CreateAccessControlListRequest): Promise<CreateAccessControlListResponse>;
13783
14067
  /**
13784
14068
  * * This operation is intended for API providers.
13785
- * * The name of each API within the same group must be unique.
13786
- * * Each request path within the same group must be unique.
14069
+ * * The name of an API must be unique within an API group.
14070
+ * * A request path must be unique within an API group.
13787
14071
  * * The QPS limit on this operation is 50 per user.
13788
14072
  *
13789
14073
  * @param request CreateApiRequest
@@ -13793,8 +14077,8 @@ export default class Client extends OpenApi {
13793
14077
  createApiWithOptions(request: CreateApiRequest, runtime: $Util.RuntimeOptions): Promise<CreateApiResponse>;
13794
14078
  /**
13795
14079
  * * This operation is intended for API providers.
13796
- * * The name of each API within the same group must be unique.
13797
- * * Each request path within the same group must be unique.
14080
+ * * The name of an API must be unique within an API group.
14081
+ * * A request path must be unique within an API group.
13798
14082
  * * The QPS limit on this operation is 50 per user.
13799
14083
  *
13800
14084
  * @param request CreateApiRequest
@@ -14593,7 +14877,7 @@ export default class Client extends OpenApi {
14593
14877
  describeDeployedApiWithOptions(request: DescribeDeployedApiRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeployedApiResponse>;
14594
14878
  describeDeployedApi(request: DescribeDeployedApiRequest): Promise<DescribeDeployedApiResponse>;
14595
14879
  /**
14596
- * * This API is intended for API providers.
14880
+ * * This operation is intended for API callers.
14597
14881
  *
14598
14882
  * @param request DescribeDeployedApisRequest
14599
14883
  * @param runtime runtime options for this request RuntimeOptions
@@ -14601,7 +14885,7 @@ export default class Client extends OpenApi {
14601
14885
  */
14602
14886
  describeDeployedApisWithOptions(request: DescribeDeployedApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeployedApisResponse>;
14603
14887
  /**
14604
- * * This API is intended for API providers.
14888
+ * * This operation is intended for API callers.
14605
14889
  *
14606
14890
  * @param request DescribeDeployedApisRequest
14607
14891
  * @return DescribeDeployedApisResponse
@@ -14958,6 +15242,8 @@ export default class Client extends OpenApi {
14958
15242
  * @return ModifyApiGroupResponse
14959
15243
  */
14960
15244
  modifyApiGroup(request: ModifyApiGroupRequest): Promise<ModifyApiGroupResponse>;
15245
+ modifyApiGroupInstanceWithOptions(request: ModifyApiGroupInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupInstanceResponse>;
15246
+ modifyApiGroupInstance(request: ModifyApiGroupInstanceRequest): Promise<ModifyApiGroupInstanceResponse>;
14961
15247
  modifyApiGroupNetworkPolicyWithOptions(request: ModifyApiGroupNetworkPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupNetworkPolicyResponse>;
14962
15248
  modifyApiGroupNetworkPolicy(request: ModifyApiGroupNetworkPolicyRequest): Promise<ModifyApiGroupNetworkPolicyResponse>;
14963
15249
  modifyApiGroupVpcWhitelistWithOptions(request: ModifyApiGroupVpcWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupVpcWhitelistResponse>;