tencentcloud-sdk-nodejs-tdmq 4.1.233 → 4.1.235

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tdmq",
3
- "version": "4.1.233",
3
+ "version": "4.1.235",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -607,109 +607,103 @@ export interface CreateSubscriptionRequest {
607
607
  */
608
608
  export interface RabbitMQVipInstance {
609
609
  /**
610
- * 实例 ID
610
+ * <p>实例 ID</p>
611
611
  */
612
612
  InstanceId?: string;
613
613
  /**
614
- * 实例名称
614
+ * <p>实例名称</p>
615
615
  */
616
616
  InstanceName?: string;
617
617
  /**
618
- * 实例版本
618
+ * <p>实例版本</p>
619
619
  */
620
620
  InstanceVersion?: string;
621
621
  /**
622
- * 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败
622
+ * <p>实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败</p>
623
623
  */
624
624
  Status?: number;
625
625
  /**
626
- * 节点数量
626
+ * <p>节点数量</p>
627
627
  */
628
628
  NodeCount?: number;
629
629
  /**
630
- * 实例配置规格名称
630
+ * <p>实例配置规格名称</p>
631
631
  */
632
632
  ConfigDisplay?: string;
633
633
  /**
634
- * 峰值TPS
634
+ * <p>峰值TPS</p>
635
635
  */
636
636
  MaxTps?: number;
637
637
  /**
638
- * 峰值带宽,Mbps为单位
638
+ * <p>峰值带宽,Mbps为单位</p>
639
639
  */
640
640
  MaxBandWidth?: number;
641
641
  /**
642
- * 存储容量,GB为单位
642
+ * <p>存储容量,GB为单位</p>
643
643
  */
644
644
  MaxStorage?: number;
645
645
  /**
646
- * 实例到期时间,按量付费的资源该值为 0,毫秒为单位。unix 时间戳
646
+ * <p>实例到期时间,按量付费的资源该值为 0,毫秒为单位。unix 时间戳</p>
647
647
  */
648
648
  ExpireTime?: number;
649
649
  /**
650
- * 自动续费标记,0表示默认状态(用户未设置,即初始状态即手动续费), 1表示自动续费,2表示明确不自动续费(用户设置)
650
+ * <p>自动续费标记,0表示默认状态(用户未设置,即初始状态即手动续费), 1表示自动续费,2表示明确不自动续费(用户设置)</p>
651
651
  */
652
652
  AutoRenewFlag?: number;
653
653
  /**
654
- * 1 表示预付费,0 表示后付费
654
+ * <p>1 表示预付费,0 表示后付费</p>
655
655
  */
656
656
  PayMode?: number;
657
657
  /**
658
- * 备注信息
658
+ * <p>备注信息</p>
659
659
  */
660
660
  Remark?: string;
661
661
  /**
662
- * 集群的节点规格,对应的规格标识:
663
- 2C8G:rabbit-vip-profession-2c8g
664
- 4C16G:rabbit-vip-profession-4c16g
665
- 8C32G:rabbit-vip-profession-8c32g
666
- 16C32G:rabbit-vip-basic-4
667
- 16C64G:rabbit-vip-profession-16c64g
668
- 2C4G:rabbit-vip-basic-5
669
- 4C8G:rabbit-vip-basic-1
670
- 8C16G(已售罄):rabbit-vip-basic-2
671
- 不传默认为 4C8G:rabbit-vip-basic-1
662
+ * <p>集群的节点规格,对应的规格标识:<br>2C8G:rabbit-vip-profession-2c8g<br>4C16G:rabbit-vip-profession-4c16g<br>8C32G:rabbit-vip-profession-8c32g<br>16C32G:rabbit-vip-basic-4<br>16C64G:rabbit-vip-profession-16c64g<br>2C4G:rabbit-vip-basic-5<br>4C8G:rabbit-vip-basic-1<br>8C16G(已售罄):rabbit-vip-basic-2<br>不传默认为 4C8G:rabbit-vip-basic-1</p>
672
663
  */
673
664
  SpecName?: string;
674
665
  /**
675
- * 集群异常信息
666
+ * <p>集群异常信息</p>
676
667
  注意:此字段可能返回 null,表示取不到有效值。
677
668
  */
678
669
  ExceptionInformation?: string;
679
670
  /**
680
- * 实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败
681
- 为了和计费区分开,额外开启一个状态位,用于显示。
671
+ * <p>实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败<br>为了和计费区分开,额外开启一个状态位,用于显示。</p>
682
672
  */
683
673
  ClusterStatus?: number;
684
674
  /**
685
- * 公网接入点
675
+ * <p>公网接入点</p>
686
676
  注意:此字段可能返回 null,表示取不到有效值。
687
677
  */
688
678
  PublicAccessEndpoint?: string;
689
679
  /**
690
- * VPC 接入点列表
680
+ * <p>VPC 接入点列表</p>
691
681
  */
692
682
  Vpcs?: Array<VpcEndpointInfo>;
693
683
  /**
694
- * 创建时间,毫秒为单位。unix 时间戳
684
+ * <p>创建时间,毫秒为单位。unix 时间戳</p>
695
685
  */
696
686
  CreateTime?: number;
697
687
  /**
698
- * 实例类型,0 托管版、1 Serverless 版
688
+ * <p>实例类型</p><p>枚举值:</p><ul><li>0 托管版实例</li></ul>
699
689
  */
700
690
  InstanceType?: number;
701
691
  /**
702
- * 隔离时间,毫秒为单位。unix 时间戳
692
+ * <p>隔离时间,毫秒为单位。unix 时间戳</p>
703
693
  */
704
694
  IsolatedTime?: number;
705
695
  /**
706
- * 是否已开启删除保护
696
+ * <p>是否已开启删除保护</p>
707
697
  */
708
698
  EnableDeletionProtection?: boolean;
709
699
  /**
710
- * 标签列表
700
+ * <p>标签列表</p>
711
701
  */
712
702
  Tags?: Array<Tag>;
703
+ /**
704
+ * <p>公有数据流Stream接入点</p>
705
+ */
706
+ PublicStreamAccessEndpoint?: string;
713
707
  }
714
708
  /**
715
709
  * RabbitMQ 集群基本信息
@@ -2454,6 +2448,14 @@ export interface VpcEndpointInfo {
2454
2448
  * <p>VPC 接入点操作失败的错误信息</p>
2455
2449
  */
2456
2450
  VpcErrorMessage?: string;
2451
+ /**
2452
+ * <p>接入点ID</p>
2453
+ */
2454
+ Id?: string;
2455
+ /**
2456
+ * <p>vpc Stream接入点</p>
2457
+ */
2458
+ VpcStreamEndpoint?: string;
2457
2459
  }
2458
2460
  /**
2459
2461
  * ClearCmqQueue返回参数结构体
@@ -3130,83 +3132,86 @@ export interface DetailedRolePerm {
3130
3132
  */
3131
3133
  export interface RabbitMQClusterAccessInfo {
3132
3134
  /**
3133
- * 集群公网接入地址
3135
+ * <p>集群公网接入地址</p>
3134
3136
  注意:此字段可能返回 null,表示取不到有效值。
3135
3137
  */
3136
3138
  PublicAccessEndpoint?: string;
3137
3139
  /**
3138
- * 集群控制台访问地址
3140
+ * <p>集群 Web 控制台公网访问地址</p>
3139
3141
  */
3140
3142
  WebConsoleEndpoint?: string;
3141
3143
  /**
3142
- * 集群控制台登录用户名
3144
+ * <p>集群 Web 控制台登录用户名</p>
3143
3145
  */
3144
3146
  WebConsoleUsername?: string;
3145
3147
  /**
3146
- * 集群控制台登录密码
3148
+ * <p>集群 Web 控制台登录密码</p>
3147
3149
  */
3148
3150
  WebConsolePassword?: string;
3149
3151
  /**
3150
- * 已废弃
3152
+ * <p>已废弃</p>
3151
3153
  */
3152
3154
  PublicAccessEndpointStatus?: boolean;
3153
3155
  /**
3154
- * 已废弃
3156
+ * <p>已废弃</p>
3155
3157
  */
3156
3158
  PublicControlConsoleSwitchStatus?: boolean;
3157
3159
  /**
3158
- * 已废弃
3160
+ * <p>已废弃</p>
3159
3161
  */
3160
3162
  VpcControlConsoleSwitchStatus?: boolean;
3161
3163
  /**
3162
- * Vpc管控台访问地址,示例值,http://1.1.1.1:15672
3164
+ * <p>Web 管控台 VPC 访问地址</p>
3163
3165
  */
3164
3166
  VpcWebConsoleEndpoint?: string;
3165
3167
  /**
3166
- * 公网管控台开关状态,示例值,OFF/ON/CREATING/DELETING
3168
+ * <p>Web 控制台公网访问开关状态</p><p>枚举值:</p><ul><li>OFF: 已关闭</li><li>ON: 已开启</li><li>CREATING: 创建中</li><li>DELETING: 删除中</li><li>CREATE_FAILURE: 创建失败</li><li>DELETE_FAILURE: 删除失败</li></ul>
3167
3169
  */
3168
3170
  PublicWebConsoleSwitchStatus?: string;
3169
3171
  /**
3170
- * Vpc管控台开关状态,示例值,
3171
- OFF/ON/CREATING/DELETING
3172
+ * <p>Web 控制台 VPC 访问开关状态</p><p>枚举值:</p><ul><li>OFF: 已关闭</li><li>ON: 已开启</li><li>CREATING: 创建中</li><li>DELETING: 删除中</li><li>CREATE_FAILURE: 创建失败</li><li>DELETE_FAILURE: 删除失败</li></ul>
3172
3173
  */
3173
3174
  VpcWebConsoleSwitchStatus?: string;
3174
3175
  /**
3175
- * 公网管控台开关状态,示例值,OFF/ON/CREATING/DELETING
3176
+ * <p>公网接入点开关状态</p><p>枚举值:</p><ul><li>OFF: 已关闭</li><li>ON: 已开启</li><li>CREATING: 创建中</li><li>DELETING: 删除中</li><li>CREATE_FAILURE: 创建失败</li><li>DELETE_FAILURE: 删除失败</li></ul>
3176
3177
  */
3177
3178
  PublicDataStreamStatus?: string;
3178
3179
  /**
3179
- * Prometheus信息
3180
+ * <p>Prometheus信息</p>
3180
3181
  */
3181
3182
  PrometheusEndpointInfo?: PrometheusEndpointInfo;
3182
3183
  /**
3183
- * 公网域名接入点
3184
+ * <p>公网域名接入点</p>
3184
3185
  */
3185
3186
  WebConsoleDomainEndpoint?: string;
3186
3187
  /**
3187
- * 控制面所使用的VPC信息
3188
+ * <p>控制面所使用的VPC信息</p>
3188
3189
  */
3189
3190
  ControlPlaneEndpointInfo?: VpcEndpointInfo;
3190
3191
  /**
3191
- * TLS加密的数据流公网接入点
3192
+ * <p>TLS加密的数据流公网接入点</p>
3192
3193
  */
3193
3194
  PublicTlsAccessEndpoint?: string;
3194
3195
  /**
3195
- * 公网IP是否复用
3196
+ * <p>公网IP是否复用</p>
3196
3197
  */
3197
3198
  PublicIpReused?: boolean;
3198
3199
  /**
3199
- * 公网控制台接入点操作的错误信息
3200
+ * <p>Web 控制台公网访问操作的错误信息</p>
3200
3201
  */
3201
3202
  PublicWebConsoleErrorMessage?: string;
3202
3203
  /**
3203
- * 内网控制台接入点操作的错误信息
3204
+ * <p>Web 控制台 VPC 访问操作的错误信息</p>
3204
3205
  */
3205
3206
  VpcWebConsoleErrorMessage?: string;
3206
3207
  /**
3207
- * 公网接入点操作的错误信息
3208
+ * <p>公网接入点操作的错误信息</p>
3208
3209
  */
3209
3210
  PublicDataStreamErrorMessage?: string;
3211
+ /**
3212
+ * <p>公网Stream接入点</p>
3213
+ */
3214
+ PublicStreamAccessEndpoint?: string;
3210
3215
  }
3211
3216
  /**
3212
3217
  * DescribeBindClusters返回参数结构体
@@ -10422,55 +10427,64 @@ export interface ResetRocketMQConsumerOffSetResponse {
10422
10427
  */
10423
10428
  export interface RabbitMQUser {
10424
10429
  /**
10425
- * 实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 [TDMQ RabbitMQ 控制台](https://console.cloud.tencent.com/trabbitmq/cluster?rid=1)查询。
10430
+ * <p>实例 ID,形如 amqp-xxxxxxxx。有效的 InstanceId 可通过登录 <a href="https://console.cloud.tencent.com/trabbitmq/cluster?rid=1">TDMQ RabbitMQ 控制台</a>查询。</p>
10426
10431
  */
10427
10432
  InstanceId?: string;
10428
10433
  /**
10429
- * 用户名,登录时使用
10434
+ * <p>用户名,登录时使用</p>
10430
10435
  */
10431
10436
  User?: string;
10432
10437
  /**
10433
- * 密码,登录时使用
10438
+ * <p>密码,登录时使用</p>
10434
10439
  */
10435
10440
  Password?: string;
10436
10441
  /**
10437
- * 用户描述
10442
+ * <p>用户描述</p>
10438
10443
  */
10439
10444
  Description?: string;
10440
10445
  /**
10441
- * 用户标签,用于决定改用户访问RabbitMQ Management的权限范围
10446
+ * <p>用户标签,用于决定改用户访问RabbitMQ Management的权限范围</p>
10442
10447
  */
10443
10448
  Tags?: Array<string>;
10444
10449
  /**
10445
- * 用户创建时间
10450
+ * <p>用户创建时间</p>
10446
10451
  */
10447
10452
  CreateTime?: string;
10448
10453
  /**
10449
- * 用户最后修改时间
10454
+ * <p>用户最后修改时间</p>
10450
10455
  */
10451
10456
  ModifyTime?: string;
10452
10457
  /**
10453
- * 用户类型,System:系统创建,User:用户创建
10458
+ * <p>用户类型,System:系统创建,User:用户创建</p>
10454
10459
  */
10455
10460
  Type?: string;
10456
10461
  /**
10457
- * 单个用户最大可用连接数
10462
+ * <p>单个用户最大可用连接数</p>
10458
10463
  注意:此字段可能返回 null,表示取不到有效值。
10459
10464
  */
10460
10465
  MaxConnections?: number;
10461
10466
  /**
10462
- * 单个用户最大可用通道数
10467
+ * <p>单个用户最大可用通道数</p>
10463
10468
  注意:此字段可能返回 null,表示取不到有效值。
10464
10469
  */
10465
10470
  MaxChannels?: number;
10466
10471
  /**
10467
- * 创建时间时间戳
10472
+ * <p>创建时间时间戳</p>
10468
10473
  */
10469
10474
  CreateTs?: number;
10470
10475
  /**
10471
- * 修改时间时间戳
10476
+ * <p>修改时间时间戳</p>
10472
10477
  */
10473
10478
  ModifyTs?: number;
10479
+ /**
10480
+ * <p>是否开启cam验证</p><p>默认值:false</p>
10481
+ */
10482
+ CamAuthEnabled?: boolean;
10483
+ /**
10484
+ * <p>cam凭据名称</p>
10485
+ 注意:此字段可能返回 null,表示取不到有效值。
10486
+ */
10487
+ CamCredentialName?: string;
10474
10488
  }
10475
10489
  /**
10476
10490
  * DescribeRocketMQVipInstances请求参数结构体