tencentcloud-sdk-nodejs-dlc 4.1.102 → 4.1.103
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/package.json
CHANGED
@@ -4426,6 +4426,10 @@ export interface DescribeUserVpcConnectionRequest {
|
|
4426
4426
|
* 引擎ID集合
|
4427
4427
|
*/
|
4428
4428
|
DataEngineIds?: Array<string>;
|
4429
|
+
/**
|
4430
|
+
* 终端节点ID集合
|
4431
|
+
*/
|
4432
|
+
UserVpcEndpointIds?: Array<string>;
|
4429
4433
|
}
|
4430
4434
|
/**
|
4431
4435
|
* 数据表数据格式。
|
@@ -5612,6 +5616,10 @@ export interface AlterDMSTableResponse {
|
|
5612
5616
|
* CreateUserVpcConnection返回参数结构体
|
5613
5617
|
*/
|
5614
5618
|
export interface CreateUserVpcConnectionResponse {
|
5619
|
+
/**
|
5620
|
+
* 终端节点IP
|
5621
|
+
*/
|
5622
|
+
UserVpcEndpointId?: string;
|
5615
5623
|
/**
|
5616
5624
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5617
5625
|
*/
|