tencentcloud-sdk-nodejs-oceanus 4.1.20 → 4.1.47

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.20",
3
+ "version": "4.1.47",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -677,6 +677,78 @@ export interface ResultColumn {
677
677
  */
678
678
  Comment?: string;
679
679
  }
680
+ /**
681
+ * setats类型
682
+ */
683
+ export interface Setats {
684
+ /**
685
+ * setats serialId
686
+ 注意:此字段可能返回 null,表示取不到有效值。
687
+ */
688
+ SetatsSerialId?: string;
689
+ /**
690
+ * 1 // 停止
691
+ 2 // 运行中
692
+ 3 // 初始化中
693
+ 4 // 扩容中
694
+ 5 // Warehoouse未配置
695
+ 6 // Warehoouse配置中
696
+ 7 // 重启中
697
+ -2 // 已删除(集群被销毁时更新为此状态)
698
+ 注意:此字段可能返回 null,表示取不到有效值。
699
+ */
700
+ Status?: number;
701
+ /**
702
+ * setats warehouse
703
+ 注意:此字段可能返回 null,表示取不到有效值。
704
+ */
705
+ Warehouse?: Warehouse;
706
+ /**
707
+ * setats master 机器规格
708
+ 注意:此字段可能返回 null,表示取不到有效值。
709
+ */
710
+ MasterInfo?: SetatsCvmInfo;
711
+ /**
712
+ * setats worker规格
713
+ 注意:此字段可能返回 null,表示取不到有效值。
714
+ */
715
+ WorkerInfo?: SetatsCvmInfo;
716
+ /**
717
+ * 标签
718
+ 注意:此字段可能返回 null,表示取不到有效值。
719
+ */
720
+ Tags?: Array<Tag>;
721
+ /**
722
+ * 自动续费
723
+ 注意:此字段可能返回 null,表示取不到有效值。
724
+ */
725
+ AutoRenewFlag?: number;
726
+ /**
727
+ * 过期时间
728
+ 注意:此字段可能返回 null,表示取不到有效值。
729
+ */
730
+ ExpireTime?: string;
731
+ /**
732
+ * 过期时间 秒
733
+ 注意:此字段可能返回 null,表示取不到有效值。
734
+ */
735
+ SecondsUntilExpiry?: string;
736
+ /**
737
+ * 创建时间
738
+ 注意:此字段可能返回 null,表示取不到有效值。
739
+ */
740
+ CreateTime?: string;
741
+ /**
742
+ * manager url
743
+ 注意:此字段可能返回 null,表示取不到有效值。
744
+ */
745
+ ManagerUrl?: string;
746
+ /**
747
+ * 隔离时间
748
+ 注意:此字段可能返回 null,表示取不到有效值。
749
+ */
750
+ IsolatedTime?: string;
751
+ }
680
752
  /**
681
753
  * 自定义树结构出参作业列表
682
754
  */
@@ -905,6 +977,25 @@ export interface DescribeFolderResponse {
905
977
  */
906
978
  RequestId?: string;
907
979
  }
980
+ /**
981
+ * setats disk
982
+ */
983
+ export interface SetatsDisk {
984
+ /**
985
+ * 磁盘类型
986
+ CLOUD_BSSD
987
+ CLOUD_SSD
988
+ CLOUD_HSSD
989
+ CLOUD_PREMIUM
990
+ 注意:此字段可能返回 null,表示取不到有效值。
991
+ */
992
+ DiskType?: string;
993
+ /**
994
+ * 磁盘大小
995
+ 注意:此字段可能返回 null,表示取不到有效值。
996
+ */
997
+ DiskSize?: number;
998
+ }
908
999
  /**
909
1000
  * 资源位置描述
910
1001
  */
@@ -1601,6 +1692,41 @@ export interface CreateResourceResponse {
1601
1692
  */
1602
1693
  RequestId?: string;
1603
1694
  }
1695
+ /**
1696
+ * 资源引用
1697
+ */
1698
+ export interface ResourceRefLatest {
1699
+ /**
1700
+ * 资源id
1701
+ 注意:此字段可能返回 null,表示取不到有效值。
1702
+ */
1703
+ ResourceId?: string;
1704
+ /**
1705
+ * 版本号
1706
+ 注意:此字段可能返回 null,表示取不到有效值。
1707
+ */
1708
+ Version?: number;
1709
+ /**
1710
+ * 资源类型
1711
+ 注意:此字段可能返回 null,表示取不到有效值。
1712
+ */
1713
+ Type?: number;
1714
+ /**
1715
+ * 状态
1716
+ 注意:此字段可能返回 null,表示取不到有效值。
1717
+ */
1718
+ Status?: number;
1719
+ /**
1720
+ * 空间id
1721
+ 注意:此字段可能返回 null,表示取不到有效值。
1722
+ */
1723
+ WorkspaceId?: string;
1724
+ /**
1725
+ * 资源名称
1726
+ 注意:此字段可能返回 null,表示取不到有效值。
1727
+ */
1728
+ Name?: string;
1729
+ }
1604
1730
  /**
1605
1731
  * DescribeSystemResources请求参数结构体
1606
1732
  */
@@ -2706,7 +2832,7 @@ export interface Cluster {
2706
2832
  */
2707
2833
  CreatorUin?: string;
2708
2834
  /**
2709
- * 集群状态, 1 未初始化,,3 初始化中,2 运行中
2835
+ * 集群状态, 1 未初始化,3 初始化中,2 运行中
2710
2836
  */
2711
2837
  Status?: number;
2712
2838
  /**
@@ -2919,6 +3045,11 @@ export interface Cluster {
2919
3045
  * 运行的内存
2920
3046
  */
2921
3047
  RunningMem?: number;
3048
+ /**
3049
+ * setats集群
3050
+ 注意:此字段可能返回 null,表示取不到有效值。
3051
+ */
3052
+ Setats?: Setats;
2922
3053
  }
2923
3054
  /**
2924
3055
  * 作业运行图
@@ -3000,6 +3131,10 @@ export interface DescribeJobsRequest {
3000
3131
  * 查询额外的作业信息,例如 JobEventInfo
3001
3132
  */
3002
3133
  ExtraResult?: Array<string>;
3134
+ /**
3135
+ * 查询引用connector
3136
+ */
3137
+ ConnectorOptions?: string;
3003
3138
  }
3004
3139
  /**
3005
3140
  * Job详细信息
@@ -3580,6 +3715,56 @@ export interface DescribeFolderRequest {
3580
3715
  */
3581
3716
  FolderType: number;
3582
3717
  }
3718
+ /**
3719
+ * Setats Warehouse结构
3720
+ */
3721
+ export interface Warehouse {
3722
+ /**
3723
+ * 状态
3724
+ 注意:此字段可能返回 null,表示取不到有效值。
3725
+ */
3726
+ Status?: number;
3727
+ /**
3728
+ * location
3729
+ 注意:此字段可能返回 null,表示取不到有效值。
3730
+ */
3731
+ Location?: string;
3732
+ /**
3733
+ * catalogtype
3734
+ 注意:此字段可能返回 null,表示取不到有效值。
3735
+ */
3736
+ CatalogType?: string;
3737
+ /**
3738
+ * uri
3739
+ 注意:此字段可能返回 null,表示取不到有效值。
3740
+ */
3741
+ Uri?: string;
3742
+ /**
3743
+ * warehouse url
3744
+ 注意:此字段可能返回 null,表示取不到有效值。
3745
+ */
3746
+ WarehouseUrl?: string;
3747
+ /**
3748
+ * 认证方式
3749
+ 注意:此字段可能返回 null,表示取不到有效值。
3750
+ */
3751
+ Authentication?: string;
3752
+ /**
3753
+ * 资源
3754
+ 注意:此字段可能返回 null,表示取不到有效值。
3755
+ */
3756
+ ResourceRefs?: Array<ResourceRefLatest>;
3757
+ /**
3758
+ * hive warehouse uri
3759
+ 注意:此字段可能返回 null,表示取不到有效值。
3760
+ */
3761
+ HiveUri?: string;
3762
+ /**
3763
+ * 高级参数
3764
+ 注意:此字段可能返回 null,表示取不到有效值。
3765
+ */
3766
+ Properties?: Array<Property>;
3767
+ }
3583
3768
  /**
3584
3769
  * DeleteFolders返回参数结构体
3585
3770
  */
@@ -3906,6 +4091,31 @@ export interface Order {
3906
4091
  */
3907
4092
  OrderTime?: string;
3908
4093
  }
4094
+ /**
4095
+ * setats 机器规格
4096
+ */
4097
+ export interface SetatsCvmInfo {
4098
+ /**
4099
+ * setats机器cpu
4100
+ 注意:此字段可能返回 null,表示取不到有效值。
4101
+ */
4102
+ Cpu?: number;
4103
+ /**
4104
+ * setats机器内存
4105
+ 注意:此字段可能返回 null,表示取不到有效值。
4106
+ */
4107
+ Mem?: number;
4108
+ /**
4109
+ * setats worker 并行度
4110
+ 注意:此字段可能返回 null,表示取不到有效值。
4111
+ */
4112
+ DefaultParallelism?: number;
4113
+ /**
4114
+ * setats 机器磁盘
4115
+ 注意:此字段可能返回 null,表示取不到有效值。
4116
+ */
4117
+ Disk?: SetatsDisk;
4118
+ }
3909
4119
  /**
3910
4120
  * 复制作业单条明细
3911
4121
  */