tencentcloud-sdk-nodejs 4.0.636 → 4.0.637

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.
Files changed (51) hide show
  1. package/CHANGELOG.md +232 -0
  2. package/SERVICE_CHANGELOG.md +330 -107
  3. package/package.json +1 -1
  4. package/products.md +15 -15
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/dasb/v20191018/dasb_models.ts +17 -13
  7. package/src/services/dbbrain/v20210527/dbbrain_client.ts +13 -1
  8. package/src/services/dbbrain/v20210527/dbbrain_models.ts +48 -11
  9. package/src/services/ecm/v20190719/ecm_client.ts +4 -3
  10. package/src/services/ecm/v20190719/ecm_models.ts +123 -77
  11. package/src/services/essbasic/v20210526/essbasic_models.ts +42 -37
  12. package/src/services/gaap/v20180529/gaap_models.ts +35 -35
  13. package/src/services/pts/v20210728/pts_models.ts +2 -2
  14. package/src/services/tcr/v20190924/tcr_client.ts +62 -13
  15. package/src/services/tcr/v20190924/tcr_models.ts +352 -134
  16. package/src/services/thpc/v20230321/thpc_models.ts +1 -1
  17. package/src/services/tke/v20180525/tke_models.ts +16 -4
  18. package/src/services/vod/v20180717/vod_client.ts +2 -2
  19. package/src/services/vod/v20180717/vod_models.ts +18 -18
  20. package/src/services/vpc/v20170312/vpc_client.ts +3 -2
  21. package/src/services/vpc/v20170312/vpc_models.ts +22 -18
  22. package/src/services/wedata/v20210820/wedata_client.ts +16 -2
  23. package/src/services/wedata/v20210820/wedata_models.ts +210 -12
  24. package/tencentcloud/common/sdk_version.d.ts +1 -1
  25. package/tencentcloud/common/sdk_version.js +1 -1
  26. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +17 -13
  27. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
  28. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
  29. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +46 -11
  30. package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +1 -1
  31. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +121 -76
  32. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +42 -37
  33. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +35 -35
  34. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +2 -2
  35. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +17 -1
  36. package/tencentcloud/services/tcr/v20190924/tcr_client.js +24 -0
  37. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +341 -132
  38. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +1 -1
  39. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +16 -4
  40. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
  41. package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
  42. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +18 -18
  43. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -2
  44. package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -2
  45. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +22 -18
  46. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  47. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  48. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +206 -12
  49. package/test/dbbrain.v20210527.test.js +10 -0
  50. package/test/tcr.v20190924.test.js +40 -0
  51. package/test/wedata.v20210820.test.js +10 -0
@@ -83,22 +83,17 @@ export interface WebhookTarget {
83
83
  }
84
84
 
85
85
  /**
86
- * DescribeReplicationInstances返回参数结构体
86
+ * DeleteSignaturePolicy请求参数结构体
87
87
  */
88
- export interface DescribeReplicationInstancesResponse {
89
- /**
90
- * 总实例个数
91
- */
92
- TotalCount: number
88
+ export interface DeleteSignaturePolicyRequest {
93
89
  /**
94
- * 同步实例列表
95
- 注意:此字段可能返回 null,表示取不到有效值。
90
+ * 实例ID
96
91
  */
97
- ReplicationRegistries: Array<ReplicationRegistry>
92
+ RegistryId: string
98
93
  /**
99
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
94
+ * 命名空间的名称
100
95
  */
101
- RequestId?: string
96
+ NamespaceName: string
102
97
  }
103
98
 
104
99
  /**
@@ -273,6 +268,25 @@ export interface DescribeNamespacesResponse {
273
268
  RequestId?: string
274
269
  }
275
270
 
271
+ /**
272
+ * DescribeInstanceCustomizedDomain返回参数结构体
273
+ */
274
+ export interface DescribeInstanceCustomizedDomainResponse {
275
+ /**
276
+ * 域名信息列表
277
+ 注意:此字段可能返回 null,表示取不到有效值。
278
+ */
279
+ DomainInfoList: Array<CustomizedDomainInfo>
280
+ /**
281
+ * 总个数
282
+ */
283
+ TotalCount: number
284
+ /**
285
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
286
+ */
287
+ RequestId?: string
288
+ }
289
+
276
290
  /**
277
291
  * 触发器日志
278
292
  */
@@ -403,25 +417,35 @@ export interface DeleteInstanceTokenRequest {
403
417
  }
404
418
 
405
419
  /**
406
- * Tag列表的返回值
420
+ * 任务详情
407
421
  */
408
- export interface TagInfoResp {
422
+ export interface TaskDetail {
409
423
  /**
410
- * Tag的总数
424
+ * 任务
411
425
  */
412
- TagCount: number
426
+ TaskName: string
413
427
  /**
414
- * TagInfo列表
428
+ * 任务UUID
415
429
  */
416
- TagInfo: Array<TagInfo>
430
+ TaskUUID: string
417
431
  /**
418
- * Server
432
+ * 任务状态
419
433
  */
420
- Server: string
434
+ TaskStatus: string
421
435
  /**
422
- * 仓库名称
436
+ * 任务的状态信息
437
+ 注意:此字段可能返回 null,表示取不到有效值。
423
438
  */
424
- RepoName: string
439
+ TaskMessage: string
440
+ /**
441
+ * 任务开始时间
442
+ */
443
+ CreatedTime: string
444
+ /**
445
+ * 任务结束时间
446
+ 注意:此字段可能返回 null,表示取不到有效值。
447
+ */
448
+ FinishedTime: string
425
449
  }
426
450
 
427
451
  /**
@@ -903,35 +927,37 @@ export interface Region {
903
927
  }
904
928
 
905
929
  /**
906
- * 命名空间信息
930
+ * ModifyServiceAccount请求参数结构体
907
931
  */
908
- export interface NamespaceInfo {
932
+ export interface ModifyServiceAccountRequest {
909
933
  /**
910
- * 命名空间
934
+ * 实例Id
911
935
  */
912
- Namespace: string
936
+ RegistryId: string
913
937
  /**
914
- * 创建时间
938
+ * 服务级账号名
915
939
  */
916
- CreationTime: string
940
+ Name: string
917
941
  /**
918
- * 命名空间下仓库数量
942
+ * 服务级账号描述
919
943
  */
920
- RepoCount: number
921
- }
922
-
923
- /**
924
- * CreateImageAccelerationService返回参数结构体
925
- */
926
- export interface CreateImageAccelerationServiceResponse {
944
+ Description?: string
927
945
  /**
928
- * 实例Id
946
+ * 有效期(单位:天),从当前时间开始计算,优先级高于ExpiresAt
929
947
  */
930
- RegistryId?: string
948
+ Duration?: number
931
949
  /**
932
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
950
+ * 过期时间(时间戳,单位:毫秒)
933
951
  */
934
- RequestId?: string
952
+ ExpiresAt?: number
953
+ /**
954
+ * 是否禁用服务级账号
955
+ */
956
+ Disable?: boolean
957
+ /**
958
+ * 策略列表
959
+ */
960
+ Permissions?: Array<Permission>
935
961
  }
936
962
 
937
963
  /**
@@ -1031,6 +1057,54 @@ export interface DescribeChartDownloadInfoResponse {
1031
1057
  RequestId?: string
1032
1058
  }
1033
1059
 
1060
+ /**
1061
+ * 命名空间信息
1062
+ */
1063
+ export interface NamespaceInfo {
1064
+ /**
1065
+ * 命名空间
1066
+ */
1067
+ Namespace: string
1068
+ /**
1069
+ * 创建时间
1070
+ */
1071
+ CreationTime: string
1072
+ /**
1073
+ * 命名空间下仓库数量
1074
+ */
1075
+ RepoCount: number
1076
+ }
1077
+
1078
+ /**
1079
+ * DescribeServiceAccounts请求参数结构体
1080
+ */
1081
+ export interface DescribeServiceAccountsRequest {
1082
+ /**
1083
+ * 实例Id
1084
+ */
1085
+ RegistryId: string
1086
+ /**
1087
+ * 列出所有服务级账号
1088
+ */
1089
+ All?: boolean
1090
+ /**
1091
+ * 是否填充策略
1092
+ */
1093
+ EmbedPermission?: boolean
1094
+ /**
1095
+ * 过滤条件
1096
+ */
1097
+ Filters?: Array<Filter>
1098
+ /**
1099
+ * 偏移量,默认0
1100
+ */
1101
+ Offset?: number
1102
+ /**
1103
+ * 最大输出条数,默认20,最大为100(超出最大值,调整到最大值)
1104
+ */
1105
+ Limit?: number
1106
+ }
1107
+
1034
1108
  /**
1035
1109
  * DescribeExternalEndpointStatus请求参数结构体
1036
1110
  */
@@ -1151,6 +1225,21 @@ export interface ManageReplicationRequest {
1151
1225
  PeerReplicationOption?: PeerReplicationOption
1152
1226
  }
1153
1227
 
1228
+ /**
1229
+ * DescribeInstanceStatus返回参数结构体
1230
+ */
1231
+ export interface DescribeInstanceStatusResponse {
1232
+ /**
1233
+ * 实例的状态列表
1234
+ 注意:此字段可能返回 null,表示取不到有效值。
1235
+ */
1236
+ RegistryStatusSet?: Array<RegistryStatus>
1237
+ /**
1238
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1239
+ */
1240
+ RequestId?: string
1241
+ }
1242
+
1154
1243
  /**
1155
1244
  * DeleteWebhookTrigger返回参数结构体
1156
1245
  */
@@ -1513,18 +1602,21 @@ export interface DescribeImageLifecyclePersonalResponse {
1513
1602
  }
1514
1603
 
1515
1604
  /**
1516
- * DescribeInstanceStatus返回参数结构体
1605
+ * DeleteReplicationInstance请求参数结构体
1517
1606
  */
1518
- export interface DescribeInstanceStatusResponse {
1607
+ export interface DeleteReplicationInstanceRequest {
1519
1608
  /**
1520
- * 实例的状态列表
1521
- 注意:此字段可能返回 null,表示取不到有效值。
1609
+ * 实例id
1522
1610
  */
1523
- RegistryStatusSet?: Array<RegistryStatus>
1611
+ RegistryId: string
1524
1612
  /**
1525
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1613
+ * 复制实例ID
1526
1614
  */
1527
- RequestId?: string
1615
+ ReplicationRegistryId: string
1616
+ /**
1617
+ * 复制实例地域Id
1618
+ */
1619
+ ReplicationRegionId: number
1528
1620
  }
1529
1621
 
1530
1622
  /**
@@ -1777,6 +1869,36 @@ export interface TcrImageInfo {
1777
1869
  KmsSignature: string
1778
1870
  }
1779
1871
 
1872
+ /**
1873
+ * 版本保留策略
1874
+ */
1875
+ export interface RetentionPolicy {
1876
+ /**
1877
+ * 版本保留策略Id
1878
+ */
1879
+ RetentionId: number
1880
+ /**
1881
+ * 命名空间的名称
1882
+ */
1883
+ NamespaceName: string
1884
+ /**
1885
+ * 规则列表
1886
+ */
1887
+ RetentionRuleList: Array<RetentionRule>
1888
+ /**
1889
+ * 定期执行方式
1890
+ */
1891
+ CronSetting: string
1892
+ /**
1893
+ * 是否启用规则
1894
+ */
1895
+ Disabled: boolean
1896
+ /**
1897
+ * 基于当前时间根据cronSetting后下一次任务要执行的时间,仅做参考使用
1898
+ */
1899
+ NextExecutionTime: string
1900
+ }
1901
+
1780
1902
  /**
1781
1903
  * DescribeImageLifecycleGlobalPersonal返回参数结构体
1782
1904
  */
@@ -1875,21 +1997,17 @@ export interface ModifyWebhookTriggerRequest {
1875
1997
  }
1876
1998
 
1877
1999
  /**
1878
- * DeleteReplicationInstance请求参数结构体
2000
+ * CreateImageAccelerationService返回参数结构体
1879
2001
  */
1880
- export interface DeleteReplicationInstanceRequest {
1881
- /**
1882
- * 实例id
1883
- */
1884
- RegistryId: string
2002
+ export interface CreateImageAccelerationServiceResponse {
1885
2003
  /**
1886
- * 复制实例ID
2004
+ * 实例Id
1887
2005
  */
1888
- ReplicationRegistryId: string
2006
+ RegistryId?: string
1889
2007
  /**
1890
- * 复制实例地域Id
2008
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1891
2009
  */
1892
- ReplicationRegionId: number
2010
+ RequestId?: string
1893
2011
  }
1894
2012
 
1895
2013
  /**
@@ -1903,13 +2021,25 @@ export interface DeleteNamespaceResponse {
1903
2021
  }
1904
2022
 
1905
2023
  /**
1906
- * DeleteNamespacePersonal返回参数结构体
2024
+ * Tag列表的返回值
1907
2025
  */
1908
- export interface DeleteNamespacePersonalResponse {
2026
+ export interface TagInfoResp {
1909
2027
  /**
1910
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2028
+ * Tag的总数
1911
2029
  */
1912
- RequestId?: string
2030
+ TagCount: number
2031
+ /**
2032
+ * TagInfo列表
2033
+ */
2034
+ TagInfo: Array<TagInfo>
2035
+ /**
2036
+ * Server
2037
+ */
2038
+ Server: string
2039
+ /**
2040
+ * 仓库名称
2041
+ */
2042
+ RepoName: string
1913
2043
  }
1914
2044
 
1915
2045
  /**
@@ -2050,6 +2180,16 @@ export interface CreateUserPersonalRequest {
2050
2180
  Password: string
2051
2181
  }
2052
2182
 
2183
+ /**
2184
+ * DeleteServiceAccount返回参数结构体
2185
+ */
2186
+ export interface DeleteServiceAccountResponse {
2187
+ /**
2188
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2189
+ */
2190
+ RequestId?: string
2191
+ }
2192
+
2053
2193
  /**
2054
2194
  * ValidateRepositoryExistPersonal返回参数结构体
2055
2195
  */
@@ -2748,22 +2888,17 @@ export interface CustomizedDomainInfo {
2748
2888
  }
2749
2889
 
2750
2890
  /**
2751
- * DescribeInstanceCustomizedDomain返回参数结构体
2891
+ * DeleteServiceAccount请求参数结构体
2752
2892
  */
2753
- export interface DescribeInstanceCustomizedDomainResponse {
2754
- /**
2755
- * 域名信息列表
2756
- 注意:此字段可能返回 null,表示取不到有效值。
2757
- */
2758
- DomainInfoList: Array<CustomizedDomainInfo>
2893
+ export interface DeleteServiceAccountRequest {
2759
2894
  /**
2760
- * 总个数
2895
+ * 实例Id
2761
2896
  */
2762
- TotalCount: number
2897
+ RegistryId: string
2763
2898
  /**
2764
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2899
+ * 服务级账号名
2765
2900
  */
2766
- RequestId?: string
2901
+ Name: string
2767
2902
  }
2768
2903
 
2769
2904
  /**
@@ -3166,6 +3301,32 @@ export interface CreateNamespaceRequest {
3166
3301
  CVEWhitelistItems?: Array<CVEWhitelistItem>
3167
3302
  }
3168
3303
 
3304
+ /**
3305
+ * CreateServiceAccount返回参数结构体
3306
+ */
3307
+ export interface CreateServiceAccountResponse {
3308
+ /**
3309
+ * 服务级账号名(会自动加上前缀tcr$)
3310
+ */
3311
+ Name?: string
3312
+ /**
3313
+ * 服务级账号密码,仅展示一次,请注意留存
3314
+ */
3315
+ Password?: string
3316
+ /**
3317
+ * 服务级账号失效时间(时间戳)
3318
+ */
3319
+ ExpiresAt?: number
3320
+ /**
3321
+ * 服务级账号创建时间
3322
+ */
3323
+ CreateTime?: string
3324
+ /**
3325
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3326
+ */
3327
+ RequestId?: string
3328
+ }
3329
+
3169
3330
  /**
3170
3331
  * BatchDeleteRepositoryPersonal请求参数结构体
3171
3332
  */
@@ -3627,38 +3788,6 @@ export interface DescribeUserQuotaPersonalResponse {
3627
3788
  RequestId?: string
3628
3789
  }
3629
3790
 
3630
- /**
3631
- * 任务详情
3632
- */
3633
- export interface TaskDetail {
3634
- /**
3635
- * 任务
3636
- */
3637
- TaskName: string
3638
- /**
3639
- * 任务UUID
3640
- */
3641
- TaskUUID: string
3642
- /**
3643
- * 任务状态
3644
- */
3645
- TaskStatus: string
3646
- /**
3647
- * 任务的状态信息
3648
- 注意:此字段可能返回 null,表示取不到有效值。
3649
- */
3650
- TaskMessage: string
3651
- /**
3652
- * 任务开始时间
3653
- */
3654
- CreatedTime: string
3655
- /**
3656
- * 任务结束时间
3657
- 注意:此字段可能返回 null,表示取不到有效值。
3658
- */
3659
- FinishedTime: string
3660
- }
3661
-
3662
3791
  /**
3663
3792
  * DescribeImagePersonal请求参数结构体
3664
3793
  */
@@ -3682,17 +3811,37 @@ export interface DescribeImagePersonalRequest {
3682
3811
  }
3683
3812
 
3684
3813
  /**
3685
- * DeleteSignaturePolicy请求参数结构体
3814
+ * CreateServiceAccount请求参数结构体
3686
3815
  */
3687
- export interface DeleteSignaturePolicyRequest {
3816
+ export interface CreateServiceAccountRequest {
3688
3817
  /**
3689
- * 实例ID
3818
+ * 实例Id
3690
3819
  */
3691
3820
  RegistryId: string
3692
3821
  /**
3693
- * 命名空间的名称
3822
+ * 服务级账号名
3694
3823
  */
3695
- NamespaceName: string
3824
+ Name: string
3825
+ /**
3826
+ * 策略列表
3827
+ */
3828
+ Permissions: Array<Permission>
3829
+ /**
3830
+ * 服务级账号描述
3831
+ */
3832
+ Description?: string
3833
+ /**
3834
+ * 有效期(单位:天),从当前时间开始计算,优先级高于ExpiresAt
3835
+ */
3836
+ Duration?: number
3837
+ /**
3838
+ * 过期时间(时间戳,单位:毫秒)
3839
+ */
3840
+ ExpiresAt?: number
3841
+ /**
3842
+ * 是否禁用服务级账号
3843
+ */
3844
+ Disable?: boolean
3696
3845
  }
3697
3846
 
3698
3847
  /**
@@ -3784,9 +3933,9 @@ export interface DescribeNamespacePersonalResponse {
3784
3933
  }
3785
3934
 
3786
3935
  /**
3787
- * DeleteReplicationInstance返回参数结构体
3936
+ * DeleteNamespacePersonal返回参数结构体
3788
3937
  */
3789
- export interface DeleteReplicationInstanceResponse {
3938
+ export interface DeleteNamespacePersonalResponse {
3790
3939
  /**
3791
3940
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3792
3941
  */
@@ -3864,33 +4013,22 @@ export interface Header {
3864
4013
  }
3865
4014
 
3866
4015
  /**
3867
- * 版本保留策略
4016
+ * DescribeReplicationInstances返回参数结构体
3868
4017
  */
3869
- export interface RetentionPolicy {
3870
- /**
3871
- * 版本保留策略Id
3872
- */
3873
- RetentionId: number
3874
- /**
3875
- * 命名空间的名称
3876
- */
3877
- NamespaceName: string
3878
- /**
3879
- * 规则列表
3880
- */
3881
- RetentionRuleList: Array<RetentionRule>
4018
+ export interface DescribeReplicationInstancesResponse {
3882
4019
  /**
3883
- * 定期执行方式
4020
+ * 总实例个数
3884
4021
  */
3885
- CronSetting: string
4022
+ TotalCount: number
3886
4023
  /**
3887
- * 是否启用规则
4024
+ * 同步实例列表
4025
+ 注意:此字段可能返回 null,表示取不到有效值。
3888
4026
  */
3889
- Disabled: boolean
4027
+ ReplicationRegistries: Array<ReplicationRegistry>
3890
4028
  /**
3891
- * 基于当前时间根据cronSetting后下一次任务要执行的时间,仅做参考使用
4029
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3892
4030
  */
3893
- NextExecutionTime: string
4031
+ RequestId?: string
3894
4032
  }
3895
4033
 
3896
4034
  /**
@@ -4225,6 +4363,16 @@ export interface DescribeRepositoryOwnerPersonalRequest {
4225
4363
  RepoName?: string
4226
4364
  }
4227
4365
 
4366
+ /**
4367
+ * DeleteReplicationInstance返回参数结构体
4368
+ */
4369
+ export interface DeleteReplicationInstanceResponse {
4370
+ /**
4371
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4372
+ */
4373
+ RequestId?: string
4374
+ }
4375
+
4228
4376
  /**
4229
4377
  * DescribeExternalEndpointStatus返回参数结构体
4230
4378
  */
@@ -4414,13 +4562,22 @@ export interface CreateInstanceTokenRequest {
4414
4562
  }
4415
4563
 
4416
4564
  /**
4417
- * ModifyUserPasswordPersonal请求参数结构体
4565
+ * DescribeServiceAccounts返回参数结构体
4418
4566
  */
4419
- export interface ModifyUserPasswordPersonalRequest {
4567
+ export interface DescribeServiceAccountsResponse {
4420
4568
  /**
4421
- * 更新后的密码
4569
+ * 服务级账号列表
4570
+ 注意:此字段可能返回 null,表示取不到有效值。
4422
4571
  */
4423
- Password: string
4572
+ ServiceAccounts?: Array<ServiceAccount>
4573
+ /**
4574
+ * 自定义账户数量
4575
+ */
4576
+ TotalCount?: number
4577
+ /**
4578
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4579
+ */
4580
+ RequestId?: string
4424
4581
  }
4425
4582
 
4426
4583
  /**
@@ -4802,6 +4959,47 @@ export interface DescribeTagRetentionRulesRequest {
4802
4959
  Offset?: number
4803
4960
  }
4804
4961
 
4962
+ /**
4963
+ * 服务级账号
4964
+ */
4965
+ export interface ServiceAccount {
4966
+ /**
4967
+ * 服务级账号名
4968
+ 注意:此字段可能返回 null,表示取不到有效值。
4969
+ */
4970
+ Name?: string
4971
+ /**
4972
+ * 描述
4973
+ 注意:此字段可能返回 null,表示取不到有效值。
4974
+ */
4975
+ Description?: string
4976
+ /**
4977
+ * 是否禁用
4978
+ 注意:此字段可能返回 null,表示取不到有效值。
4979
+ */
4980
+ Disable?: boolean
4981
+ /**
4982
+ * 过期时间
4983
+ 注意:此字段可能返回 null,表示取不到有效值。
4984
+ */
4985
+ ExpiresAt?: number
4986
+ /**
4987
+ * 创建时间
4988
+ 注意:此字段可能返回 null,表示取不到有效值。
4989
+ */
4990
+ CreateTime?: string
4991
+ /**
4992
+ * 更新时间
4993
+ 注意:此字段可能返回 null,表示取不到有效值。
4994
+ */
4995
+ UpdateTime?: string
4996
+ /**
4997
+ * 策略
4998
+ 注意:此字段可能返回 null,表示取不到有效值。
4999
+ */
5000
+ Permissions?: Array<Permission>
5001
+ }
5002
+
4805
5003
  /**
4806
5004
  * 用户配额返回值
4807
5005
  */
@@ -4943,6 +5141,16 @@ export interface CreateWebhookTriggerResponse {
4943
5141
  RequestId?: string
4944
5142
  }
4945
5143
 
5144
+ /**
5145
+ * ModifyServiceAccount返回参数结构体
5146
+ */
5147
+ export interface ModifyServiceAccountResponse {
5148
+ /**
5149
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5150
+ */
5151
+ RequestId?: string
5152
+ }
5153
+
4946
5154
  /**
4947
5155
  * CreateSignaturePolicy请求参数结构体
4948
5156
  */
@@ -5071,6 +5279,16 @@ export interface TcrInstanceToken {
5071
5279
  ExpiredAt: number
5072
5280
  }
5073
5281
 
5282
+ /**
5283
+ * ModifyUserPasswordPersonal请求参数结构体
5284
+ */
5285
+ export interface ModifyUserPasswordPersonalRequest {
5286
+ /**
5287
+ * 更新后的密码
5288
+ */
5289
+ Password: string
5290
+ }
5291
+
5074
5292
  /**
5075
5293
  * DeleteRepository请求参数结构体
5076
5294
  */
@@ -753,7 +753,7 @@ export interface Tag {
753
753
  */
754
754
  export interface LoginNode {
755
755
  /**
756
- * 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月<br><li>POSTPAID_BY_HOUR:按小时后付费<br>默认值:POSTPAID_BY_HOUR。
756
+ * 节点[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月<br><li>POSTPAID_BY_HOUR:按小时后付费<br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。
757
757
  */
758
758
  InstanceChargeType?: string
759
759
  /**