@alicloud/cloudapi20160714 3.3.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;
@@ -8432,6 +8485,50 @@ export declare class SetApisAuthoritiesResponse extends $tea.Model {
8432
8485
  [key: string]: any;
8433
8486
  });
8434
8487
  }
8488
+ export declare class SetAppsAuthToApiProductRequest extends $tea.Model {
8489
+ apiProductId?: string;
8490
+ appIds?: number[];
8491
+ authValidTime?: string;
8492
+ description?: string;
8493
+ securityToken?: string;
8494
+ static names(): {
8495
+ [key: string]: string;
8496
+ };
8497
+ static types(): {
8498
+ [key: string]: any;
8499
+ };
8500
+ constructor(map?: {
8501
+ [key: string]: any;
8502
+ });
8503
+ }
8504
+ export declare class SetAppsAuthToApiProductResponseBody extends $tea.Model {
8505
+ requestId?: string;
8506
+ static names(): {
8507
+ [key: string]: string;
8508
+ };
8509
+ static types(): {
8510
+ [key: string]: any;
8511
+ };
8512
+ constructor(map?: {
8513
+ [key: string]: any;
8514
+ });
8515
+ }
8516
+ export declare class SetAppsAuthToApiProductResponse extends $tea.Model {
8517
+ headers: {
8518
+ [key: string]: string;
8519
+ };
8520
+ statusCode: number;
8521
+ body: SetAppsAuthToApiProductResponseBody;
8522
+ static names(): {
8523
+ [key: string]: string;
8524
+ };
8525
+ static types(): {
8526
+ [key: string]: any;
8527
+ };
8528
+ constructor(map?: {
8529
+ [key: string]: any;
8530
+ });
8531
+ }
8435
8532
  export declare class SetAppsAuthoritiesRequest extends $tea.Model {
8436
8533
  apiId?: string;
8437
8534
  appIds?: string;
@@ -8801,6 +8898,7 @@ export declare class SetVpcAccessRequest extends $tea.Model {
8801
8898
  name?: string;
8802
8899
  port?: number;
8803
8900
  securityToken?: string;
8901
+ tag?: SetVpcAccessRequestTag[];
8804
8902
  vpcId?: string;
8805
8903
  vpcTargetHostName?: string;
8806
8904
  static names(): {
@@ -8815,6 +8913,7 @@ export declare class SetVpcAccessRequest extends $tea.Model {
8815
8913
  }
8816
8914
  export declare class SetVpcAccessResponseBody extends $tea.Model {
8817
8915
  requestId?: string;
8916
+ vpcAccessId?: string;
8818
8917
  static names(): {
8819
8918
  [key: string]: string;
8820
8919
  };
@@ -9101,6 +9200,19 @@ export declare class BatchDeployApisRequestApi extends $tea.Model {
9101
9200
  [key: string]: any;
9102
9201
  });
9103
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
+ }
9104
9216
  export declare class CreateApiGroupRequestTag extends $tea.Model {
9105
9217
  key?: string;
9106
9218
  value?: string;
@@ -9127,6 +9239,32 @@ export declare class CreateAppRequestTag extends $tea.Model {
9127
9239
  [key: string]: any;
9128
9240
  });
9129
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
+ }
9130
9268
  export declare class CreateInstanceRequestTag extends $tea.Model {
9131
9269
  key?: string;
9132
9270
  value?: string;
@@ -9168,6 +9306,19 @@ export declare class CreateIpControlRequestIpControlPolicys extends $tea.Model {
9168
9306
  [key: string]: any;
9169
9307
  });
9170
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
+ }
9171
9322
  export declare class CreatePluginRequestTag extends $tea.Model {
9172
9323
  key?: string;
9173
9324
  value?: string;
@@ -11178,6 +11329,24 @@ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBack
11178
11329
  [key: string]: any;
11179
11330
  });
11180
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
+ }
11181
11350
  export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigEventBridgeConfig extends $tea.Model {
11182
11351
  eventBridgeRegionId?: string;
11183
11352
  eventBus?: string;
@@ -11272,6 +11441,7 @@ export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBack
11272
11441
  }
11273
11442
  export declare class DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfig extends $tea.Model {
11274
11443
  discoveryConfig?: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigDiscoveryConfig;
11444
+ edasConfig?: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigEdasConfig;
11275
11445
  eventBridgeConfig?: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigEventBridgeConfig;
11276
11446
  functionComputeConfig?: DescribeBackendInfoResponseBodyBackendInfoBackendModelsBackendConfigFunctionComputeConfig;
11277
11447
  httpTargetHostName?: string;
@@ -11327,6 +11497,32 @@ export declare class DescribeBackendInfoResponseBodyBackendInfo extends $tea.Mod
11327
11497
  [key: string]: any;
11328
11498
  });
11329
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
+ }
11330
11526
  export declare class DescribeBackendListResponseBodyBackendInfoList extends $tea.Model {
11331
11527
  backendId?: string;
11332
11528
  backendName?: string;
@@ -11334,6 +11530,7 @@ export declare class DescribeBackendListResponseBodyBackendInfoList extends $tea
11334
11530
  createdTime?: string;
11335
11531
  description?: string;
11336
11532
  modifiedTime?: string;
11533
+ tags?: DescribeBackendListResponseBodyBackendInfoListTags[];
11337
11534
  static names(): {
11338
11535
  [key: string]: string;
11339
11536
  };
@@ -11396,12 +11593,39 @@ export declare class DescribeDatasetItemListResponseBodyDatasetItemInfoList exte
11396
11593
  [key: string]: any;
11397
11594
  });
11398
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
+ }
11399
11622
  export declare class DescribeDatasetListResponseBodyDatasetInfoList extends $tea.Model {
11400
11623
  createdTime?: string;
11401
11624
  datasetId?: string;
11402
11625
  datasetName?: string;
11403
11626
  datasetType?: string;
11404
11627
  modifiedTime?: string;
11628
+ tags?: DescribeDatasetListResponseBodyDatasetInfoListTags[];
11405
11629
  static names(): {
11406
11630
  [key: string]: string;
11407
11631
  };
@@ -12451,6 +12675,44 @@ export declare class DescribeLogConfigResponseBodyLogInfos extends $tea.Model {
12451
12675
  [key: string]: any;
12452
12676
  });
12453
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
+ }
12454
12716
  export declare class DescribeModelsResponseBodyModelDetailsModelDetail extends $tea.Model {
12455
12717
  createdTime?: string;
12456
12718
  description?: string;
@@ -12460,6 +12722,7 @@ export declare class DescribeModelsResponseBodyModelDetailsModelDetail extends $
12460
12722
  modelRef?: string;
12461
12723
  modifiedTime?: string;
12462
12724
  schema?: string;
12725
+ tags?: DescribeModelsResponseBodyModelDetailsModelDetailTags;
12463
12726
  static names(): {
12464
12727
  [key: string]: string;
12465
12728
  };
@@ -13043,6 +13306,44 @@ export declare class DescribeUpdateVpcInfoTaskResponseBodyApiUpdateVpcInfoResult
13043
13306
  [key: string]: any;
13044
13307
  });
13045
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
+ }
13046
13347
  export declare class DescribeVpcAccessesResponseBodyVpcAccessAttributesVpcAccessAttribute extends $tea.Model {
13047
13348
  createdTime?: string;
13048
13349
  description?: string;
@@ -13050,6 +13351,7 @@ export declare class DescribeVpcAccessesResponseBodyVpcAccessAttributesVpcAccess
13050
13351
  name?: string;
13051
13352
  port?: number;
13052
13353
  regionId?: string;
13354
+ tags?: DescribeVpcAccessesResponseBodyVpcAccessAttributesVpcAccessAttributeTags;
13053
13355
  vpcAccessId?: string;
13054
13356
  vpcId?: string;
13055
13357
  vpcTargetHostName?: string;
@@ -13509,6 +13811,19 @@ export declare class ModifyApiGroupRequestTag extends $tea.Model {
13509
13811
  [key: string]: any;
13510
13812
  });
13511
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
+ }
13512
13827
  export declare class ModifyAppRequestTag extends $tea.Model {
13513
13828
  key?: string;
13514
13829
  value?: string;
@@ -13628,6 +13943,19 @@ export declare class RemoveVpcAccessResponseBodyApis extends $tea.Model {
13628
13943
  [key: string]: any;
13629
13944
  });
13630
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
+ }
13631
13959
  export declare class TagResourcesRequestTag extends $tea.Model {
13632
13960
  key?: string;
13633
13961
  value?: string;
@@ -13738,8 +14066,8 @@ export default class Client extends OpenApi {
13738
14066
  createAccessControlList(request: CreateAccessControlListRequest): Promise<CreateAccessControlListResponse>;
13739
14067
  /**
13740
14068
  * * This operation is intended for API providers.
13741
- * * The name of each API within the same group must be unique.
13742
- * * 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.
13743
14071
  * * The QPS limit on this operation is 50 per user.
13744
14072
  *
13745
14073
  * @param request CreateApiRequest
@@ -13749,8 +14077,8 @@ export default class Client extends OpenApi {
13749
14077
  createApiWithOptions(request: CreateApiRequest, runtime: $Util.RuntimeOptions): Promise<CreateApiResponse>;
13750
14078
  /**
13751
14079
  * * This operation is intended for API providers.
13752
- * * The name of each API within the same group must be unique.
13753
- * * 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.
13754
14082
  * * The QPS limit on this operation is 50 per user.
13755
14083
  *
13756
14084
  * @param request CreateApiRequest
@@ -14549,7 +14877,7 @@ export default class Client extends OpenApi {
14549
14877
  describeDeployedApiWithOptions(request: DescribeDeployedApiRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeployedApiResponse>;
14550
14878
  describeDeployedApi(request: DescribeDeployedApiRequest): Promise<DescribeDeployedApiResponse>;
14551
14879
  /**
14552
- * * This API is intended for API providers.
14880
+ * * This operation is intended for API callers.
14553
14881
  *
14554
14882
  * @param request DescribeDeployedApisRequest
14555
14883
  * @param runtime runtime options for this request RuntimeOptions
@@ -14557,7 +14885,7 @@ export default class Client extends OpenApi {
14557
14885
  */
14558
14886
  describeDeployedApisWithOptions(request: DescribeDeployedApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDeployedApisResponse>;
14559
14887
  /**
14560
- * * This API is intended for API providers.
14888
+ * * This operation is intended for API callers.
14561
14889
  *
14562
14890
  * @param request DescribeDeployedApisRequest
14563
14891
  * @return DescribeDeployedApisResponse
@@ -14914,6 +15242,8 @@ export default class Client extends OpenApi {
14914
15242
  * @return ModifyApiGroupResponse
14915
15243
  */
14916
15244
  modifyApiGroup(request: ModifyApiGroupRequest): Promise<ModifyApiGroupResponse>;
15245
+ modifyApiGroupInstanceWithOptions(request: ModifyApiGroupInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupInstanceResponse>;
15246
+ modifyApiGroupInstance(request: ModifyApiGroupInstanceRequest): Promise<ModifyApiGroupInstanceResponse>;
14917
15247
  modifyApiGroupNetworkPolicyWithOptions(request: ModifyApiGroupNetworkPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupNetworkPolicyResponse>;
14918
15248
  modifyApiGroupNetworkPolicy(request: ModifyApiGroupNetworkPolicyRequest): Promise<ModifyApiGroupNetworkPolicyResponse>;
14919
15249
  modifyApiGroupVpcWhitelistWithOptions(request: ModifyApiGroupVpcWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupVpcWhitelistResponse>;
@@ -15248,6 +15578,8 @@ export default class Client extends OpenApi {
15248
15578
  * @return SetApisAuthoritiesResponse
15249
15579
  */
15250
15580
  setApisAuthorities(request: SetApisAuthoritiesRequest): Promise<SetApisAuthoritiesResponse>;
15581
+ setAppsAuthToApiProductWithOptions(request: SetAppsAuthToApiProductRequest, runtime: $Util.RuntimeOptions): Promise<SetAppsAuthToApiProductResponse>;
15582
+ setAppsAuthToApiProduct(request: SetAppsAuthToApiProductRequest): Promise<SetAppsAuthToApiProductResponse>;
15251
15583
  /**
15252
15584
  * * This operation is intended for API providers and callers.
15253
15585
  * * API providers can authorize any apps to call their APIs.