@alicloud/eas20210701 6.1.0 → 6.3.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
@@ -1138,8 +1138,15 @@ export declare class CreateGatewayIntranetLinkedVpcResponse extends $tea.Model {
1138
1138
  });
1139
1139
  }
1140
1140
  export declare class CreateGatewayIntranetLinkedVpcPeerRequest extends $tea.Model {
1141
+ /**
1142
+ * @remarks
1143
+ * The list of VPC peers.
1144
+ */
1141
1145
  peerVpcs?: CreateGatewayIntranetLinkedVpcPeerRequestPeerVpcs[];
1142
1146
  /**
1147
+ * @remarks
1148
+ * The VPC ID. To obtain the VPC ID, see [ListGatewayIntranetLinkedVpc](https://help.aliyun.com/document_detail/2621223.html).
1149
+ *
1143
1150
  * @example
1144
1151
  * vpc-2zetuli9ws0qgjd******
1145
1152
  */
@@ -1155,8 +1162,15 @@ export declare class CreateGatewayIntranetLinkedVpcPeerRequest extends $tea.Mode
1155
1162
  });
1156
1163
  }
1157
1164
  export declare class CreateGatewayIntranetLinkedVpcPeerShrinkRequest extends $tea.Model {
1165
+ /**
1166
+ * @remarks
1167
+ * The list of VPC peers.
1168
+ */
1158
1169
  peerVpcsShrink?: string;
1159
1170
  /**
1171
+ * @remarks
1172
+ * The VPC ID. To obtain the VPC ID, see [ListGatewayIntranetLinkedVpc](https://help.aliyun.com/document_detail/2621223.html).
1173
+ *
1160
1174
  * @example
1161
1175
  * vpc-2zetuli9ws0qgjd******
1162
1176
  */
@@ -1173,16 +1187,25 @@ export declare class CreateGatewayIntranetLinkedVpcPeerShrinkRequest extends $te
1173
1187
  }
1174
1188
  export declare class CreateGatewayIntranetLinkedVpcPeerResponseBody extends $tea.Model {
1175
1189
  /**
1190
+ * @remarks
1191
+ * The ID of the private gateway.
1192
+ *
1176
1193
  * @example
1177
1194
  * gw-1uhcqmsc7x22******
1178
1195
  */
1179
1196
  gatewayId?: string;
1180
1197
  /**
1198
+ * @remarks
1199
+ * The message that is returned.
1200
+ *
1181
1201
  * @example
1182
1202
  * Successfully add intranet linked vpc Peer for gateway
1183
1203
  */
1184
1204
  message?: string;
1185
1205
  /**
1206
+ * @remarks
1207
+ * The ID of the request.
1208
+ *
1186
1209
  * @example
1187
1210
  * 40325405-579C-4D82****
1188
1211
  */
@@ -2482,8 +2505,15 @@ export declare class DeleteGatewayIntranetLinkedVpcResponse extends $tea.Model {
2482
2505
  });
2483
2506
  }
2484
2507
  export declare class DeleteGatewayIntranetLinkedVpcPeerRequest extends $tea.Model {
2508
+ /**
2509
+ * @remarks
2510
+ * The VPC peer.
2511
+ */
2485
2512
  peerVpcs?: DeleteGatewayIntranetLinkedVpcPeerRequestPeerVpcs[];
2486
2513
  /**
2514
+ * @remarks
2515
+ * The ID of the associated VPC. To obtain the VPC ID, see [ListGatewayIntranetLinkedVpc](https://help.aliyun.com/document_detail/2621223.html).
2516
+ *
2487
2517
  * @example
2488
2518
  * vpc-2zetuli9ws0qgjd******
2489
2519
  */
@@ -2499,8 +2529,15 @@ export declare class DeleteGatewayIntranetLinkedVpcPeerRequest extends $tea.Mode
2499
2529
  });
2500
2530
  }
2501
2531
  export declare class DeleteGatewayIntranetLinkedVpcPeerShrinkRequest extends $tea.Model {
2532
+ /**
2533
+ * @remarks
2534
+ * The VPC peer.
2535
+ */
2502
2536
  peerVpcsShrink?: string;
2503
2537
  /**
2538
+ * @remarks
2539
+ * The ID of the associated VPC. To obtain the VPC ID, see [ListGatewayIntranetLinkedVpc](https://help.aliyun.com/document_detail/2621223.html).
2540
+ *
2504
2541
  * @example
2505
2542
  * vpc-2zetuli9ws0qgjd******
2506
2543
  */
@@ -2517,16 +2554,25 @@ export declare class DeleteGatewayIntranetLinkedVpcPeerShrinkRequest extends $te
2517
2554
  }
2518
2555
  export declare class DeleteGatewayIntranetLinkedVpcPeerResponseBody extends $tea.Model {
2519
2556
  /**
2557
+ * @remarks
2558
+ * The ID of the private gateway.
2559
+ *
2520
2560
  * @example
2521
2561
  * gw-1uhcqmsc7x22******
2522
2562
  */
2523
2563
  gatewayId?: string;
2524
2564
  /**
2565
+ * @remarks
2566
+ * The message that is returned.
2567
+ *
2525
2568
  * @example
2526
2569
  * Successfully delete intranet linked vpc Peer for gateway
2527
2570
  */
2528
2571
  message?: string;
2529
2572
  /**
2573
+ * @remarks
2574
+ * The ID of the request.
2575
+ *
2530
2576
  * @example
2531
2577
  * 40325405-579C-4D82****
2532
2578
  */
@@ -3565,6 +3611,7 @@ export declare class DescribeGatewayResponseBody extends $tea.Model {
3565
3611
  * 40325405-579C-4D82****
3566
3612
  */
3567
3613
  requestId?: string;
3614
+ SSLRedirectionEnabled?: boolean;
3568
3615
  /**
3569
3616
  * @remarks
3570
3617
  * The status of the private gateway.
@@ -3633,6 +3680,45 @@ export declare class DescribeGroupResponse extends $tea.Model {
3633
3680
  [key: string]: any;
3634
3681
  });
3635
3682
  }
3683
+ export declare class DescribeGroupEndpointsResponseBody extends $tea.Model {
3684
+ /**
3685
+ * @example
3686
+ * Nzc5N2FhNTM4OTQ0YzBmYTIy****ZTUxN2NkYjg4MTJmMWQxZmY1****
3687
+ */
3688
+ accessToken?: string;
3689
+ endpoints?: DescribeGroupEndpointsResponseBodyEndpoints;
3690
+ message?: string;
3691
+ /**
3692
+ * @example
3693
+ * 890772EF-3AD6-129A-8E15-8F349C944783
3694
+ */
3695
+ requestId?: string;
3696
+ static names(): {
3697
+ [key: string]: string;
3698
+ };
3699
+ static types(): {
3700
+ [key: string]: any;
3701
+ };
3702
+ constructor(map?: {
3703
+ [key: string]: any;
3704
+ });
3705
+ }
3706
+ export declare class DescribeGroupEndpointsResponse extends $tea.Model {
3707
+ headers?: {
3708
+ [key: string]: string;
3709
+ };
3710
+ statusCode?: number;
3711
+ body?: DescribeGroupEndpointsResponseBody;
3712
+ static names(): {
3713
+ [key: string]: string;
3714
+ };
3715
+ static types(): {
3716
+ [key: string]: any;
3717
+ };
3718
+ constructor(map?: {
3719
+ [key: string]: any;
3720
+ });
3721
+ }
3636
3722
  export declare class DescribeResourceResponseBody extends $tea.Model {
3637
3723
  /**
3638
3724
  * @remarks
@@ -3650,6 +3736,7 @@ export declare class DescribeResourceResponseBody extends $tea.Model {
3650
3736
  * 16
3651
3737
  */
3652
3738
  cpuCount?: number;
3739
+ cpuUsed?: number;
3653
3740
  /**
3654
3741
  * @remarks
3655
3742
  * The time when the resource group was created.
@@ -3674,6 +3761,7 @@ export declare class DescribeResourceResponseBody extends $tea.Model {
3674
3761
  * 1
3675
3762
  */
3676
3763
  gpuCount?: number;
3764
+ gpuUsed?: number;
3677
3765
  /**
3678
3766
  * @remarks
3679
3767
  * The total number of instances in the resource group.
@@ -3682,6 +3770,8 @@ export declare class DescribeResourceResponseBody extends $tea.Model {
3682
3770
  * 4
3683
3771
  */
3684
3772
  instanceCount?: number;
3773
+ memory?: number;
3774
+ memoryUsed?: number;
3685
3775
  /**
3686
3776
  * @remarks
3687
3777
  * The returned message.
@@ -4124,6 +4214,45 @@ export declare class DescribeServiceDiagnosisResponse extends $tea.Model {
4124
4214
  [key: string]: any;
4125
4215
  });
4126
4216
  }
4217
+ export declare class DescribeServiceEndpointsResponseBody extends $tea.Model {
4218
+ /**
4219
+ * @example
4220
+ * Nzc5N2FhN****TQ0YzBmYTIyN2MxZTUxN2NkYjg4MTJmMWQxZmY1****
4221
+ */
4222
+ accessToken?: string;
4223
+ endpoints?: DescribeServiceEndpointsResponseBodyEndpoints;
4224
+ message?: string;
4225
+ /**
4226
+ * @example
4227
+ * 739998B5-FB39-12A3-8323-0FA340317298
4228
+ */
4229
+ requestId?: string;
4230
+ static names(): {
4231
+ [key: string]: string;
4232
+ };
4233
+ static types(): {
4234
+ [key: string]: any;
4235
+ };
4236
+ constructor(map?: {
4237
+ [key: string]: any;
4238
+ });
4239
+ }
4240
+ export declare class DescribeServiceEndpointsResponse extends $tea.Model {
4241
+ headers?: {
4242
+ [key: string]: string;
4243
+ };
4244
+ statusCode?: number;
4245
+ body?: DescribeServiceEndpointsResponseBody;
4246
+ static names(): {
4247
+ [key: string]: string;
4248
+ };
4249
+ static types(): {
4250
+ [key: string]: any;
4251
+ };
4252
+ constructor(map?: {
4253
+ [key: string]: any;
4254
+ });
4255
+ }
4127
4256
  export declare class DescribeServiceEventRequest extends $tea.Model {
4128
4257
  /**
4129
4258
  * @remarks
@@ -5199,6 +5328,12 @@ export declare class ListGatewayIntranetLinkedVpcResponse extends $tea.Model {
5199
5328
  }
5200
5329
  export declare class ListGatewayIntranetLinkedVpcPeerRequest extends $tea.Model {
5201
5330
  /**
5331
+ * @remarks
5332
+ * The ID of the associated VPC. To obtain the VPC ID, see [ListGatewayIntranetLinkedVpc](https://help.aliyun.com/document_detail/2621223.html).
5333
+ *
5334
+ * * If you specify a VPC ID, only VPC peers corresponding to the ID are queried.
5335
+ * * Otherwise, all VPC peers are queried.
5336
+ *
5202
5337
  * @example
5203
5338
  * vpc-2zetuli9ws0qgjd******
5204
5339
  */
@@ -5215,12 +5350,22 @@ export declare class ListGatewayIntranetLinkedVpcPeerRequest extends $tea.Model
5215
5350
  }
5216
5351
  export declare class ListGatewayIntranetLinkedVpcPeerResponseBody extends $tea.Model {
5217
5352
  /**
5353
+ * @remarks
5354
+ * The ID of the private gateway.
5355
+ *
5218
5356
  * @example
5219
5357
  * gw-1uhcqmsc7x22******
5220
5358
  */
5221
5359
  gatewayId?: string;
5360
+ /**
5361
+ * @remarks
5362
+ * The list of VPC peers.
5363
+ */
5222
5364
  peerVpcList?: ListGatewayIntranetLinkedVpcPeerResponseBodyPeerVpcList[];
5223
5365
  /**
5366
+ * @remarks
5367
+ * The ID of the request.
5368
+ *
5224
5369
  * @example
5225
5370
  * 40325405-579C-4D82****
5226
5371
  */
@@ -5251,6 +5396,46 @@ export declare class ListGatewayIntranetLinkedVpcPeerResponse extends $tea.Model
5251
5396
  [key: string]: any;
5252
5397
  });
5253
5398
  }
5399
+ export declare class ListGatewayIntranetSupportedZoneResponseBody extends $tea.Model {
5400
+ /**
5401
+ * @remarks
5402
+ * The request ID.
5403
+ *
5404
+ * @example
5405
+ * 40325405-579C-4D82****
5406
+ */
5407
+ requestId?: string;
5408
+ /**
5409
+ * @remarks
5410
+ * The zones that are supported by the region.
5411
+ */
5412
+ zones?: string[];
5413
+ static names(): {
5414
+ [key: string]: string;
5415
+ };
5416
+ static types(): {
5417
+ [key: string]: any;
5418
+ };
5419
+ constructor(map?: {
5420
+ [key: string]: any;
5421
+ });
5422
+ }
5423
+ export declare class ListGatewayIntranetSupportedZoneResponse extends $tea.Model {
5424
+ headers?: {
5425
+ [key: string]: string;
5426
+ };
5427
+ statusCode?: number;
5428
+ body?: ListGatewayIntranetSupportedZoneResponseBody;
5429
+ static names(): {
5430
+ [key: string]: string;
5431
+ };
5432
+ static types(): {
5433
+ [key: string]: any;
5434
+ };
5435
+ constructor(map?: {
5436
+ [key: string]: any;
5437
+ });
5438
+ }
5254
5439
  export declare class ListGroupsRequest extends $tea.Model {
5255
5440
  /**
5256
5441
  * @remarks
@@ -7885,6 +8070,7 @@ export declare class UpdateGatewayRequest extends $tea.Model {
7885
8070
  * true
7886
8071
  */
7887
8072
  enableIntranet?: boolean;
8073
+ enableSSLRedirection?: boolean;
7888
8074
  /**
7889
8075
  * @remarks
7890
8076
  * The instance type used for the private gateway.
@@ -8925,11 +9111,17 @@ export declare class CreateAclPolicyRequestAclPolicyList extends $tea.Model {
8925
9111
  }
8926
9112
  export declare class CreateGatewayIntranetLinkedVpcPeerRequestPeerVpcs extends $tea.Model {
8927
9113
  /**
9114
+ * @remarks
9115
+ * The region where the VPC peer resides.
9116
+ *
8928
9117
  * @example
8929
9118
  * cn-shanghai
8930
9119
  */
8931
9120
  region?: string;
8932
9121
  /**
9122
+ * @remarks
9123
+ * The ID of the VPC peer. To obtain the VPC ID, see [DescribeVpcs](https://help.aliyun.com/document_detail/35739.html).
9124
+ *
8933
9125
  * @example
8934
9126
  * vpc-uf66uio7md****
8935
9127
  */
@@ -9310,11 +9502,17 @@ export declare class DeleteAclPolicyRequestAclPolicyList extends $tea.Model {
9310
9502
  }
9311
9503
  export declare class DeleteGatewayIntranetLinkedVpcPeerRequestPeerVpcs extends $tea.Model {
9312
9504
  /**
9505
+ * @remarks
9506
+ * The region where the VPC peer resides.
9507
+ *
9313
9508
  * @example
9314
9509
  * cn-shanghai
9315
9510
  */
9316
9511
  region?: string;
9317
9512
  /**
9513
+ * @remarks
9514
+ * The ID of the VPC peer.
9515
+ *
9318
9516
  * @example
9319
9517
  * vpc-uf66uio7md****
9320
9518
  */
@@ -9329,6 +9527,39 @@ export declare class DeleteGatewayIntranetLinkedVpcPeerRequestPeerVpcs extends $
9329
9527
  [key: string]: any;
9330
9528
  });
9331
9529
  }
9530
+ export declare class DescribeGroupEndpointsResponseBodyEndpoints extends $tea.Model {
9531
+ /**
9532
+ * @example
9533
+ * gw-26340kjxjx8l3r****
9534
+ */
9535
+ backendId?: string;
9536
+ /**
9537
+ * @example
9538
+ * PrivateGateway
9539
+ */
9540
+ endpointType?: string;
9541
+ internetEndpoints?: string[];
9542
+ intranetEndpoints?: string[];
9543
+ /**
9544
+ * @example
9545
+ * Group
9546
+ */
9547
+ pathType?: string;
9548
+ /**
9549
+ * @example
9550
+ * 9090
9551
+ */
9552
+ port?: number;
9553
+ static names(): {
9554
+ [key: string]: string;
9555
+ };
9556
+ static types(): {
9557
+ [key: string]: any;
9558
+ };
9559
+ constructor(map?: {
9560
+ [key: string]: any;
9561
+ });
9562
+ }
9332
9563
  export declare class DescribeServiceAutoScalerResponseBodyCurrentMetrics extends $tea.Model {
9333
9564
  /**
9334
9565
  * @remarks
@@ -9504,6 +9735,39 @@ export declare class DescribeServiceDiagnosisResponseBodyDiagnosisList extends $
9504
9735
  [key: string]: any;
9505
9736
  });
9506
9737
  }
9738
+ export declare class DescribeServiceEndpointsResponseBodyEndpoints extends $tea.Model {
9739
+ /**
9740
+ * @example
9741
+ * nlb-5q4sp7u6oorkha****
9742
+ */
9743
+ backendId?: string;
9744
+ /**
9745
+ * @example
9746
+ * Nlb
9747
+ */
9748
+ endpointType?: string;
9749
+ internetEndpoints?: string[];
9750
+ intranetEndpoints?: string[];
9751
+ /**
9752
+ * @example
9753
+ * Service
9754
+ */
9755
+ pathType?: string;
9756
+ /**
9757
+ * @example
9758
+ * 9090
9759
+ */
9760
+ port?: number;
9761
+ static names(): {
9762
+ [key: string]: string;
9763
+ };
9764
+ static types(): {
9765
+ [key: string]: any;
9766
+ };
9767
+ constructor(map?: {
9768
+ [key: string]: any;
9769
+ });
9770
+ }
9507
9771
  export declare class DescribeServiceEventResponseBodyEvents extends $tea.Model {
9508
9772
  /**
9509
9773
  * @remarks
@@ -10052,6 +10316,14 @@ export declare class ListGatewayResponseBodyGateways extends $tea.Model {
10052
10316
  * 2
10053
10317
  */
10054
10318
  replicas?: number;
10319
+ /**
10320
+ * @remarks
10321
+ * Specifies whether to enable HTTP to HTTPS redirection.
10322
+ *
10323
+ * @example
10324
+ * true
10325
+ */
10326
+ SSLRedirectionEnabled?: boolean;
10055
10327
  /**
10056
10328
  * @remarks
10057
10329
  * The state of the private gateway.
@@ -10207,11 +10479,17 @@ export declare class ListGatewayIntranetLinkedVpcResponseBodyIntranetLinkedVpcLi
10207
10479
  }
10208
10480
  export declare class ListGatewayIntranetLinkedVpcPeerResponseBodyPeerVpcListPeerVpcs extends $tea.Model {
10209
10481
  /**
10482
+ * @remarks
10483
+ * The region where the VPC peer resides.
10484
+ *
10210
10485
  * @example
10211
10486
  * cn-shanghai
10212
10487
  */
10213
10488
  region?: string;
10214
10489
  /**
10490
+ * @remarks
10491
+ * The ID of the VPC peer.
10492
+ *
10215
10493
  * @example
10216
10494
  * vpc-uf66uio7md****
10217
10495
  */
@@ -10227,8 +10505,15 @@ export declare class ListGatewayIntranetLinkedVpcPeerResponseBodyPeerVpcListPeer
10227
10505
  });
10228
10506
  }
10229
10507
  export declare class ListGatewayIntranetLinkedVpcPeerResponseBodyPeerVpcList extends $tea.Model {
10508
+ /**
10509
+ * @remarks
10510
+ * The ID of the VPC peers.
10511
+ */
10230
10512
  peerVpcs?: ListGatewayIntranetLinkedVpcPeerResponseBodyPeerVpcListPeerVpcs[];
10231
10513
  /**
10514
+ * @remarks
10515
+ * The VPC ID.
10516
+ *
10232
10517
  * @example
10233
10518
  * vpc-2zetuli9ws0qgjd******
10234
10519
  */
@@ -10848,7 +11133,7 @@ export default class Client extends OpenApi {
10848
11133
  */
10849
11134
  createGatewayIntranetLinkedVpc(ClusterId: string, GatewayId: string, request: CreateGatewayIntranetLinkedVpcRequest): Promise<CreateGatewayIntranetLinkedVpcResponse>;
10850
11135
  /**
10851
- * 创建网关内网访问端点跨VPC连接
11136
+ * Creates a VPC peering connection on an internal endpoint of a gateway.
10852
11137
  *
10853
11138
  * @param tmpReq - CreateGatewayIntranetLinkedVpcPeerRequest
10854
11139
  * @param headers - map
@@ -10859,7 +11144,7 @@ export default class Client extends OpenApi {
10859
11144
  [key: string]: string;
10860
11145
  }, runtime: $Util.RuntimeOptions): Promise<CreateGatewayIntranetLinkedVpcPeerResponse>;
10861
11146
  /**
10862
- * 创建网关内网访问端点跨VPC连接
11147
+ * Creates a VPC peering connection on an internal endpoint of a gateway.
10863
11148
  *
10864
11149
  * @param request - CreateGatewayIntranetLinkedVpcPeerRequest
10865
11150
  * @returns CreateGatewayIntranetLinkedVpcPeerResponse
@@ -11088,7 +11373,7 @@ export default class Client extends OpenApi {
11088
11373
  */
11089
11374
  deleteGatewayIntranetLinkedVpc(ClusterId: string, GatewayId: string, request: DeleteGatewayIntranetLinkedVpcRequest): Promise<DeleteGatewayIntranetLinkedVpcResponse>;
11090
11375
  /**
11091
- * 删除网关内网访问端点跨VPC连接
11376
+ * Deletes a VPC peering connection from an internal endpoint of a gateway.
11092
11377
  *
11093
11378
  * @param tmpReq - DeleteGatewayIntranetLinkedVpcPeerRequest
11094
11379
  * @param headers - map
@@ -11099,7 +11384,7 @@ export default class Client extends OpenApi {
11099
11384
  [key: string]: string;
11100
11385
  }, runtime: $Util.RuntimeOptions): Promise<DeleteGatewayIntranetLinkedVpcPeerResponse>;
11101
11386
  /**
11102
- * 删除网关内网访问端点跨VPC连接
11387
+ * Deletes a VPC peering connection from an internal endpoint of a gateway.
11103
11388
  *
11104
11389
  * @param request - DeleteGatewayIntranetLinkedVpcPeerRequest
11105
11390
  * @returns DeleteGatewayIntranetLinkedVpcPeerResponse
@@ -11342,6 +11627,21 @@ export default class Client extends OpenApi {
11342
11627
  * @returns DescribeGroupResponse
11343
11628
  */
11344
11629
  describeGroup(ClusterId: string, GroupName: string): Promise<DescribeGroupResponse>;
11630
+ /**
11631
+ * 获取群组端点列表
11632
+ *
11633
+ * @param headers - map
11634
+ * @param runtime - runtime options for this request RuntimeOptions
11635
+ * @returns DescribeGroupEndpointsResponse
11636
+ */
11637
+ describeGroupEndpointsWithOptions(ClusterId: string, GroupName: string, headers: {
11638
+ [key: string]: string;
11639
+ }, runtime: $Util.RuntimeOptions): Promise<DescribeGroupEndpointsResponse>;
11640
+ /**
11641
+ * 获取群组端点列表
11642
+ * @returns DescribeGroupEndpointsResponse
11643
+ */
11644
+ describeGroupEndpoints(ClusterId: string, GroupName: string): Promise<DescribeGroupEndpointsResponse>;
11345
11645
  /**
11346
11646
  * Queries the information about a resource group.
11347
11647
  *
@@ -11447,6 +11747,21 @@ export default class Client extends OpenApi {
11447
11747
  * @returns DescribeServiceDiagnosisResponse
11448
11748
  */
11449
11749
  describeServiceDiagnosis(ClusterId: string, ServiceName: string): Promise<DescribeServiceDiagnosisResponse>;
11750
+ /**
11751
+ * 获取服务端点列表
11752
+ *
11753
+ * @param headers - map
11754
+ * @param runtime - runtime options for this request RuntimeOptions
11755
+ * @returns DescribeServiceEndpointsResponse
11756
+ */
11757
+ describeServiceEndpointsWithOptions(ClusterId: string, ServiceName: string, headers: {
11758
+ [key: string]: string;
11759
+ }, runtime: $Util.RuntimeOptions): Promise<DescribeServiceEndpointsResponse>;
11760
+ /**
11761
+ * 获取服务端点列表
11762
+ * @returns DescribeServiceEndpointsResponse
11763
+ */
11764
+ describeServiceEndpoints(ClusterId: string, ServiceName: string): Promise<DescribeServiceEndpointsResponse>;
11450
11765
  /**
11451
11766
  * Queries information about recent service deployment events.
11452
11767
  *
@@ -11667,7 +11982,7 @@ export default class Client extends OpenApi {
11667
11982
  */
11668
11983
  listGatewayIntranetLinkedVpc(ClusterId: string, GatewayId: string): Promise<ListGatewayIntranetLinkedVpcResponse>;
11669
11984
  /**
11670
- * 获取网关内网访问端点跨VPC连接列表
11985
+ * Obtains a list of all VPC peering connections on internal endpoint of a gateway.
11671
11986
  *
11672
11987
  * @param request - ListGatewayIntranetLinkedVpcPeerRequest
11673
11988
  * @param headers - map
@@ -11678,12 +11993,27 @@ export default class Client extends OpenApi {
11678
11993
  [key: string]: string;
11679
11994
  }, runtime: $Util.RuntimeOptions): Promise<ListGatewayIntranetLinkedVpcPeerResponse>;
11680
11995
  /**
11681
- * 获取网关内网访问端点跨VPC连接列表
11996
+ * Obtains a list of all VPC peering connections on internal endpoint of a gateway.
11682
11997
  *
11683
11998
  * @param request - ListGatewayIntranetLinkedVpcPeerRequest
11684
11999
  * @returns ListGatewayIntranetLinkedVpcPeerResponse
11685
12000
  */
11686
12001
  listGatewayIntranetLinkedVpcPeer(ClusterId: string, GatewayId: string, request: ListGatewayIntranetLinkedVpcPeerRequest): Promise<ListGatewayIntranetLinkedVpcPeerResponse>;
12002
+ /**
12003
+ * Obtains the zones supported by a gateway within an intranet.
12004
+ *
12005
+ * @param headers - map
12006
+ * @param runtime - runtime options for this request RuntimeOptions
12007
+ * @returns ListGatewayIntranetSupportedZoneResponse
12008
+ */
12009
+ listGatewayIntranetSupportedZoneWithOptions(GatewayId: string, ClusterId: string, headers: {
12010
+ [key: string]: string;
12011
+ }, runtime: $Util.RuntimeOptions): Promise<ListGatewayIntranetSupportedZoneResponse>;
12012
+ /**
12013
+ * Obtains the zones supported by a gateway within an intranet.
12014
+ * @returns ListGatewayIntranetSupportedZoneResponse
12015
+ */
12016
+ listGatewayIntranetSupportedZone(GatewayId: string, ClusterId: string): Promise<ListGatewayIntranetSupportedZoneResponse>;
11687
12017
  /**
11688
12018
  * Queries created service groups.
11689
12019
  *