tencentcloud-sdk-nodejs-tcr 4.1.5 → 4.1.7
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
|
@@ -237,7 +237,6 @@ export interface DescribeNamespacesResponse {
|
|
|
237
237
|
export interface DescribeInstanceCustomizedDomainResponse {
|
|
238
238
|
/**
|
|
239
239
|
* 域名信息列表
|
|
240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
241
240
|
*/
|
|
242
241
|
DomainInfoList?: Array<CustomizedDomainInfo>;
|
|
243
242
|
/**
|
|
@@ -685,7 +684,6 @@ export interface DescribeInstancesResponse {
|
|
|
685
684
|
TotalCount?: number;
|
|
686
685
|
/**
|
|
687
686
|
* 实例信息列表
|
|
688
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
689
687
|
*/
|
|
690
688
|
Registries?: Array<Registry>;
|
|
691
689
|
/**
|
|
@@ -2210,9 +2208,8 @@ export interface CreateSignaturePolicyResponse {
|
|
|
2210
2208
|
export interface DescribeInternalEndpointDnsStatusResponse {
|
|
2211
2209
|
/**
|
|
2212
2210
|
* vpc私有域名解析状态列表
|
|
2213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2214
2211
|
*/
|
|
2215
|
-
VpcSet
|
|
2212
|
+
VpcSet?: Array<VpcPrivateDomainStatus>;
|
|
2216
2213
|
/**
|
|
2217
2214
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2218
2215
|
*/
|
|
@@ -3263,6 +3260,14 @@ export interface DescribeImmutableTagRulesRequest {
|
|
|
3263
3260
|
* 实例 Id
|
|
3264
3261
|
*/
|
|
3265
3262
|
RegistryId: string;
|
|
3263
|
+
/**
|
|
3264
|
+
* 页数,默认为1
|
|
3265
|
+
*/
|
|
3266
|
+
Page?: number;
|
|
3267
|
+
/**
|
|
3268
|
+
* 每页展示个数,最大值为100
|
|
3269
|
+
*/
|
|
3270
|
+
PageSize?: number;
|
|
3266
3271
|
}
|
|
3267
3272
|
/**
|
|
3268
3273
|
* 过滤器
|
|
@@ -3557,12 +3562,10 @@ export interface DescribeImageManifestsResponse {
|
|
|
3557
3562
|
Config?: string;
|
|
3558
3563
|
/**
|
|
3559
3564
|
* 镜像的Labels信息
|
|
3560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3561
3565
|
*/
|
|
3562
3566
|
Labels?: Array<KeyValueString>;
|
|
3563
3567
|
/**
|
|
3564
3568
|
* 镜像大小,单位:byte
|
|
3565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3566
3569
|
*/
|
|
3567
3570
|
Size?: number;
|
|
3568
3571
|
/**
|
|
@@ -3951,12 +3954,11 @@ export interface DescribeExternalEndpointStatusResponse {
|
|
|
3951
3954
|
/**
|
|
3952
3955
|
* 开启公网访问状态,开启中(Opening)、已开启(Opened)、关闭(Closed)
|
|
3953
3956
|
*/
|
|
3954
|
-
Status
|
|
3957
|
+
Status?: string;
|
|
3955
3958
|
/**
|
|
3956
3959
|
* 原因
|
|
3957
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3958
3960
|
*/
|
|
3959
|
-
Reason
|
|
3961
|
+
Reason?: string;
|
|
3960
3962
|
/**
|
|
3961
3963
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3962
3964
|
*/
|
|
@@ -4002,12 +4004,10 @@ export interface ManageExternalEndpointResponse {
|
|
|
4002
4004
|
export interface DescribeImmutableTagRulesResponse {
|
|
4003
4005
|
/**
|
|
4004
4006
|
* 规则列表
|
|
4005
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4006
4007
|
*/
|
|
4007
4008
|
Rules?: Array<ImmutableTagRule>;
|
|
4008
4009
|
/**
|
|
4009
4010
|
* 未创建规则的命名空间
|
|
4010
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4011
4011
|
*/
|
|
4012
4012
|
EmptyNs?: Array<string>;
|
|
4013
4013
|
/**
|
|
@@ -4104,7 +4104,6 @@ export interface CreateInstanceTokenRequest {
|
|
|
4104
4104
|
export interface DescribeServiceAccountsResponse {
|
|
4105
4105
|
/**
|
|
4106
4106
|
* 服务级账号列表
|
|
4107
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4108
4107
|
*/
|
|
4109
4108
|
ServiceAccounts?: Array<ServiceAccount>;
|
|
4110
4109
|
/**
|
|
@@ -4488,7 +4487,6 @@ export interface ServiceAccount {
|
|
|
4488
4487
|
ExpiresAt?: number;
|
|
4489
4488
|
/**
|
|
4490
4489
|
* 创建时间
|
|
4491
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4492
4490
|
*/
|
|
4493
4491
|
CreateTime?: string;
|
|
4494
4492
|
/**
|