tencentcloud-sdk-nodejs-oceanus 4.1.165 → 4.1.182

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-oceanus",
3
- "version": "4.1.165",
3
+ "version": "4.1.182",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -736,72 +736,81 @@ export interface ResultColumn {
736
736
  */
737
737
  export interface Setats {
738
738
  /**
739
- * setats serialId
739
+ * <p>setats serialId</p>
740
740
  注意:此字段可能返回 null,表示取不到有效值。
741
741
  */
742
742
  SetatsSerialId?: string;
743
743
  /**
744
- * 1 // 停止
745
- 2 // 运行中
746
- 3 // 初始化中
747
- 4 // 扩容中
748
- 5 // Warehoouse未配置
749
- 6 // Warehoouse配置中
750
- 7 // 重启中
751
- -2 // 已删除(集群被销毁时更新为此状态)
744
+ * <p>1 // 停止<br>2 // 运行中<br>3 // 初始化中<br>4 // 扩容中<br>5 // Warehoouse未配置<br>6 // Warehoouse配置中<br>7 // 重启中<br>-2 // 已删除(集群被销毁时更新为此状态)</p>
752
745
  注意:此字段可能返回 null,表示取不到有效值。
753
746
  */
754
747
  Status?: number;
755
748
  /**
756
- * setats warehouse
749
+ * <p>setats warehouse</p>
757
750
  注意:此字段可能返回 null,表示取不到有效值。
758
751
  */
759
752
  Warehouse?: Warehouse;
760
753
  /**
761
- * setats master 机器规格
754
+ * <p>setats master 机器规格</p>
762
755
  注意:此字段可能返回 null,表示取不到有效值。
763
756
  */
764
757
  MasterInfo?: SetatsCvmInfo;
765
758
  /**
766
- * setats worker规格
759
+ * <p>setats worker规格</p>
767
760
  注意:此字段可能返回 null,表示取不到有效值。
768
761
  */
769
762
  WorkerInfo?: SetatsCvmInfo;
770
763
  /**
771
- * 标签
764
+ * <p>标签</p>
772
765
  注意:此字段可能返回 null,表示取不到有效值。
773
766
  */
774
767
  Tags?: Array<Tag>;
775
768
  /**
776
- * 自动续费
769
+ * <p>自动续费</p>
777
770
  注意:此字段可能返回 null,表示取不到有效值。
778
771
  */
779
772
  AutoRenewFlag?: number;
780
773
  /**
781
- * 过期时间
774
+ * <p>过期时间</p>
782
775
  注意:此字段可能返回 null,表示取不到有效值。
783
776
  */
784
777
  ExpireTime?: string;
785
778
  /**
786
- * 过期时间
779
+ * <p>过期时间 秒</p>
787
780
  注意:此字段可能返回 null,表示取不到有效值。
788
781
  */
789
782
  SecondsUntilExpiry?: string;
790
783
  /**
791
- * 创建时间
784
+ * <p>创建时间</p>
792
785
  注意:此字段可能返回 null,表示取不到有效值。
793
786
  */
794
787
  CreateTime?: string;
795
788
  /**
796
- * manager url
789
+ * <p>manager url</p>
797
790
  注意:此字段可能返回 null,表示取不到有效值。
798
791
  */
799
792
  ManagerUrl?: string;
800
793
  /**
801
- * 隔离时间
794
+ * <p>隔离时间</p>
802
795
  注意:此字段可能返回 null,表示取不到有效值。
803
796
  */
804
797
  IsolatedTime?: string;
798
+ /**
799
+ * <p>Setats集群自己的id</p>
800
+ */
801
+ OwnerClusterGroupSerialId?: string;
802
+ /**
803
+ * <p>setats 集群类型</p>
804
+ */
805
+ Type?: number;
806
+ /**
807
+ * <p>Setats UI url</p>
808
+ */
809
+ SetatsUiUrl?: string;
810
+ /**
811
+ * <p>setats镜像版本</p>
812
+ */
813
+ ImageVersion?: string;
805
814
  }
806
815
  /**
807
816
  * 自定义树结构出参作业列表
@@ -4044,50 +4053,54 @@ export interface DescribeFolderRequest {
4044
4053
  */
4045
4054
  export interface Warehouse {
4046
4055
  /**
4047
- * 状态
4056
+ * <p>状态</p>
4048
4057
  注意:此字段可能返回 null,表示取不到有效值。
4049
4058
  */
4050
4059
  Status?: number;
4051
4060
  /**
4052
- * location
4061
+ * <p>location</p>
4053
4062
  注意:此字段可能返回 null,表示取不到有效值。
4054
4063
  */
4055
4064
  Location?: string;
4056
4065
  /**
4057
- * catalogtype
4066
+ * <p>catalogtype</p>
4058
4067
  注意:此字段可能返回 null,表示取不到有效值。
4059
4068
  */
4060
4069
  CatalogType?: string;
4061
4070
  /**
4062
- * uri
4071
+ * <p>uri</p>
4063
4072
  注意:此字段可能返回 null,表示取不到有效值。
4064
4073
  */
4065
4074
  Uri?: string;
4066
4075
  /**
4067
- * warehouse url
4076
+ * <p>warehouse url</p>
4068
4077
  注意:此字段可能返回 null,表示取不到有效值。
4069
4078
  */
4070
4079
  WarehouseUrl?: string;
4071
4080
  /**
4072
- * 认证方式
4081
+ * <p>认证方式</p>
4073
4082
  注意:此字段可能返回 null,表示取不到有效值。
4074
4083
  */
4075
4084
  Authentication?: string;
4076
4085
  /**
4077
- * 资源
4086
+ * <p>资源</p>
4078
4087
  注意:此字段可能返回 null,表示取不到有效值。
4079
4088
  */
4080
4089
  ResourceRefs?: Array<ResourceRefLatest>;
4081
4090
  /**
4082
- * hive warehouse uri
4091
+ * <p>hive warehouse uri</p>
4083
4092
  注意:此字段可能返回 null,表示取不到有效值。
4084
4093
  */
4085
4094
  HiveUri?: string;
4086
4095
  /**
4087
- * 高级参数
4096
+ * <p>高级参数</p>
4088
4097
  注意:此字段可能返回 null,表示取不到有效值。
4089
4098
  */
4090
4099
  Properties?: Array<Property>;
4100
+ /**
4101
+ * <p>hive cata 类型</p>
4102
+ */
4103
+ HiveCatalogType?: number;
4091
4104
  }
4092
4105
  /**
4093
4106
  * DeleteFolders返回参数结构体