tencentcloud-sdk-nodejs 4.0.581 → 4.0.583

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 (100) hide show
  1. package/CHANGELOG.md +498 -0
  2. package/SERVICE_CHANGELOG.md +753 -32
  3. package/package.json +1 -1
  4. package/products.md +28 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_client.ts +24 -12
  7. package/src/services/cdn/v20180606/cdn_models.ts +8 -2
  8. package/src/services/ckafka/v20190819/ckafka_client.ts +12 -0
  9. package/src/services/ckafka/v20190819/ckafka_models.ts +32 -0
  10. package/src/services/cls/v20201016/cls_client.ts +177 -162
  11. package/src/services/cls/v20201016/cls_models.ts +195 -21
  12. package/src/services/cwp/v20180228/cwp_client.ts +4 -2
  13. package/src/services/cwp/v20180228/cwp_models.ts +11 -2
  14. package/src/services/dlc/v20210125/dlc_models.ts +57 -7
  15. package/src/services/domain/v20180808/domain_client.ts +2 -3
  16. package/src/services/domain/v20180808/domain_models.ts +21 -3
  17. package/src/services/ess/v20201111/ess_client.ts +28 -3
  18. package/src/services/ess/v20201111/ess_models.ts +118 -38
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  20. package/src/services/lcic/v20220817/lcic_client.ts +69 -21
  21. package/src/services/lcic/v20220817/lcic_models.ts +205 -33
  22. package/src/services/lighthouse/v20200324/lighthouse_models.ts +23 -1
  23. package/src/services/live/v20180801/live_models.ts +21 -0
  24. package/src/services/postgres/v20170312/postgres_client.ts +1 -0
  25. package/src/services/postgres/v20170312/postgres_models.ts +36 -1
  26. package/src/services/redis/v20180412/redis_client.ts +1 -1
  27. package/src/services/redis/v20180412/redis_models.ts +95 -63
  28. package/src/services/rum/v20210622/rum_client.ts +86 -38
  29. package/src/services/rum/v20210622/rum_models.ts +283 -13
  30. package/src/services/sqlserver/v20180328/sqlserver_client.ts +61 -23
  31. package/src/services/sqlserver/v20180328/sqlserver_models.ts +239 -34
  32. package/src/services/tcss/v20201101/tcss_models.ts +5 -4
  33. package/src/services/tke/v20180525/tke_client.ts +12 -0
  34. package/src/services/tke/v20180525/tke_models.ts +31 -0
  35. package/src/services/trp/v20210515/trp_client.ts +55 -17
  36. package/src/services/trp/v20210515/trp_models.ts +157 -26
  37. package/src/services/tsf/v20180326/tsf_client.ts +49 -25
  38. package/src/services/tsf/v20180326/tsf_models.ts +142 -5
  39. package/src/services/waf/v20180125/waf_client.ts +40 -15
  40. package/src/services/waf/v20180125/waf_models.ts +325 -29
  41. package/tencentcloud/common/sdk_version.d.ts +1 -1
  42. package/tencentcloud/common/sdk_version.js +1 -1
  43. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +18 -6
  44. package/tencentcloud/services/cdb/v20170320/cdb_client.js +18 -6
  45. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +7 -2
  46. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  47. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  48. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +28 -0
  49. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +161 -157
  50. package/tencentcloud/services/cls/v20201016/cls_client.js +163 -157
  51. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +176 -30
  52. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
  53. package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
  54. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +10 -2
  55. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +48 -7
  56. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +0 -1
  57. package/tencentcloud/services/domain/v20180808/domain_client.js +0 -1
  58. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +18 -3
  59. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -3
  60. package/tencentcloud/services/ess/v20201111/ess_client.js +15 -2
  61. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +105 -37
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  63. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +23 -7
  64. package/tencentcloud/services/lcic/v20220817/lcic_client.js +33 -9
  65. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +176 -29
  66. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +22 -1
  67. package/tencentcloud/services/live/v20180801/live_models.d.ts +18 -0
  68. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +30 -1
  69. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  70. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  71. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +80 -48
  72. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +29 -13
  73. package/tencentcloud/services/rum/v20210622/rum_client.js +42 -18
  74. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +236 -12
  75. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +21 -9
  76. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +30 -12
  77. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +202 -30
  78. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +4 -3
  79. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
  80. package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
  81. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +27 -0
  82. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +17 -5
  83. package/tencentcloud/services/trp/v20210515/trp_client.js +24 -6
  84. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +140 -26
  85. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +17 -9
  86. package/tencentcloud/services/tsf/v20180326/tsf_client.js +24 -12
  87. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +118 -4
  88. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +14 -6
  89. package/tencentcloud/services/waf/v20180125/waf_client.js +19 -7
  90. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +276 -27
  91. package/test/ckafka.v20190819.test.js +10 -0
  92. package/test/cls.v20201016.test.js +12 -2
  93. package/test/ess.v20201111.test.js +20 -0
  94. package/test/lcic.v20220817.test.js +46 -6
  95. package/test/rum.v20210622.test.js +52 -12
  96. package/test/sqlserver.v20180328.test.js +44 -14
  97. package/test/tke.v20180525.test.js +10 -0
  98. package/test/trp.v20210515.test.js +34 -4
  99. package/test/tsf.v20180326.test.js +28 -8
  100. package/test/waf.v20180125.test.js +24 -4
@@ -699,13 +699,13 @@ export interface DescribeProductsResponse {
699
699
  RequestId?: string;
700
700
  }
701
701
  /**
702
- * CreateCodeBatch返回参数结构体
702
+ * CreateTraceChain返回参数结构体
703
703
  */
704
- export interface CreateCodeBatchResponse {
704
+ export interface CreateTraceChainResponse {
705
705
  /**
706
- * 批次ID
706
+ * 溯源ID
707
707
  */
708
- BatchId: string;
708
+ TraceId: string;
709
709
  /**
710
710
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
711
711
  */
@@ -784,26 +784,26 @@ export interface ModifyTraceDataResponse {
784
784
  RequestId?: string;
785
785
  }
786
786
  /**
787
- * DeleteProduct请求参数结构体
787
+ * AuthorizedTransfer返回参数结构体
788
788
  */
789
- export interface DeleteProductRequest {
789
+ export interface AuthorizedTransferResponse {
790
790
  /**
791
- * 商品ID
791
+ * 业务出参。
792
792
  */
793
- ProductId: string;
793
+ Data?: OutputAuthorizedTransfer;
794
794
  /**
795
- * 企业ID
795
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
796
796
  */
797
- CorpId?: number;
797
+ RequestId?: string;
798
798
  }
799
799
  /**
800
- * CreateTraceChain返回参数结构体
800
+ * CreateCodeBatch返回参数结构体
801
801
  */
802
- export interface CreateTraceChainResponse {
802
+ export interface CreateCodeBatchResponse {
803
803
  /**
804
- * 溯源ID
804
+ * 批次ID
805
805
  */
806
- TraceId: string;
806
+ BatchId: string;
807
807
  /**
808
808
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
809
809
  */
@@ -1144,6 +1144,19 @@ export interface TraceData {
1144
1144
  */
1145
1145
  Status: number;
1146
1146
  }
1147
+ /**
1148
+ * EffectFeedback返回参数结构体
1149
+ */
1150
+ export interface EffectFeedbackResponse {
1151
+ /**
1152
+ * 业务出参。
1153
+ */
1154
+ Data?: OutputAuthorizedTransfer;
1155
+ /**
1156
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1157
+ */
1158
+ RequestId?: string;
1159
+ }
1147
1160
  /**
1148
1161
  * 层级码配置
1149
1162
  */
@@ -1301,6 +1314,24 @@ export interface DescribeCorpQuotasRequest {
1301
1314
  */
1302
1315
  Keyword?: string;
1303
1316
  }
1317
+ /**
1318
+ * AuthorizedTransfer请求参数结构体
1319
+ */
1320
+ export interface AuthorizedTransferRequest {
1321
+ /**
1322
+ * 业务加密入参。
1323
+ */
1324
+ BusinessSecurityData: InputEncryptData;
1325
+ }
1326
+ /**
1327
+ * ReportBatchCallbackStatus请求参数结构体
1328
+ */
1329
+ export interface ReportBatchCallbackStatusRequest {
1330
+ /**
1331
+ * 业务加密入参。
1332
+ */
1333
+ BusinessSecurityData: InputEncryptData;
1334
+ }
1304
1335
  /**
1305
1336
  * CreateProduct请求参数结构体
1306
1337
  */
@@ -1536,6 +1567,19 @@ export interface DescribeCustomRuleByIdRequest {
1536
1567
  */
1537
1568
  CorpId?: number;
1538
1569
  }
1570
+ /**
1571
+ * ReportBatchCallbackStatus返回参数结构体
1572
+ */
1573
+ export interface ReportBatchCallbackStatusResponse {
1574
+ /**
1575
+ * 业务出参。
1576
+ */
1577
+ Data?: OutputAuthorizedTransfer;
1578
+ /**
1579
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1580
+ */
1581
+ RequestId?: string;
1582
+ }
1539
1583
  /**
1540
1584
  * 上链数据
1541
1585
  */
@@ -1585,6 +1629,19 @@ export interface PhaseData {
1585
1629
  */
1586
1630
  AppName?: string;
1587
1631
  }
1632
+ /**
1633
+ * DeleteProduct请求参数结构体
1634
+ */
1635
+ export interface DeleteProductRequest {
1636
+ /**
1637
+ * 商品ID
1638
+ */
1639
+ ProductId: string;
1640
+ /**
1641
+ * 企业ID
1642
+ */
1643
+ CorpId?: number;
1644
+ }
1588
1645
  /**
1589
1646
  * ModifyTraceDataRanks请求参数结构体
1590
1647
  */
@@ -1703,6 +1760,26 @@ export interface DeleteProductResponse {
1703
1760
  */
1704
1761
  RequestId?: string;
1705
1762
  }
1763
+ /**
1764
+ * 业务出参
1765
+ */
1766
+ export interface OutputAuthorizedTransfer {
1767
+ /**
1768
+ * 推送状态,0表示成功。
1769
+ 注意:此字段可能返回 null,表示取不到有效值。
1770
+ */
1771
+ Code?: number;
1772
+ /**
1773
+ * 错误码。
1774
+ 注意:此字段可能返回 null,表示取不到有效值。
1775
+ */
1776
+ Message?: string;
1777
+ /**
1778
+ * 错误信息描述。
1779
+ 注意:此字段可能返回 null,表示取不到有效值。
1780
+ */
1781
+ Value?: string;
1782
+ }
1706
1783
  /**
1707
1784
  * DeleteTraceData返回参数结构体
1708
1785
  */
@@ -1761,6 +1838,15 @@ export interface DescribeMerchantByIdResponse {
1761
1838
  */
1762
1839
  RequestId?: string;
1763
1840
  }
1841
+ /**
1842
+ * EffectFeedback请求参数结构体
1843
+ */
1844
+ export interface EffectFeedbackRequest {
1845
+ /**
1846
+ * 业务加密入参。
1847
+ */
1848
+ BusinessSecurityData: InputEncryptData;
1849
+ }
1764
1850
  /**
1765
1851
  * DescribeTraceDataById返回参数结构体
1766
1852
  */
@@ -2184,6 +2270,34 @@ export interface DescribeTraceDataByIdRequest {
2184
2270
  */
2185
2271
  CorpId?: number;
2186
2272
  }
2273
+ /**
2274
+ * 业务加密入参
2275
+ */
2276
+ export interface InputEncryptData {
2277
+ /**
2278
+ * 加密方式,0:AES加密;
2279
+
2280
+ */
2281
+ EncryptMethod: number;
2282
+ /**
2283
+ * 加密算法中的块处理模式,1:CBC模式; 目前只支持CBC模式
2284
+ */
2285
+ EncryptMode: number;
2286
+ /**
2287
+ * 填充模式,0:ZeroPadding;1:PKCS5Padding;2:
2288
+ PKCS7Padding。
2289
+ */
2290
+ PaddingType: number;
2291
+ /**
2292
+ * 加密数据,将AuthorizedData结构体数组(数组最大长度不超过20)序列化成JSON字符串,对得到的字符串加密并填充到该字段。
2293
+ */
2294
+ EncryptData: string;
2295
+ /**
2296
+ * 用户是否授权,本接口取值:1,已授权。
2297
+
2298
+ */
2299
+ IsAuthorized?: number;
2300
+ }
2187
2301
  /**
2188
2302
  * 商户信息
2189
2303
  */
@@ -2582,17 +2696,17 @@ export interface DescribeTraceCodeByIdRequest {
2582
2696
  Code?: string;
2583
2697
  }
2584
2698
  /**
2585
- * DeleteMerchant请求参数结构体
2699
+ * ModifyCodeBatch返回参数结构体
2586
2700
  */
2587
- export interface DeleteMerchantRequest {
2701
+ export interface ModifyCodeBatchResponse {
2588
2702
  /**
2589
- * 商户标识码
2703
+ * 批次ID
2590
2704
  */
2591
- MerchantId: string;
2705
+ BatchId?: string;
2592
2706
  /**
2593
- * 企业ID
2707
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2594
2708
  */
2595
- CorpId?: number;
2709
+ RequestId?: string;
2596
2710
  }
2597
2711
  /**
2598
2712
  * 扫码统计
@@ -2677,15 +2791,15 @@ export interface DescribeCodePackUrlResponse {
2677
2791
  RequestId?: string;
2678
2792
  }
2679
2793
  /**
2680
- * ModifyCodeBatch返回参数结构体
2794
+ * DeleteMerchant请求参数结构体
2681
2795
  */
2682
- export interface ModifyCodeBatchResponse {
2796
+ export interface DeleteMerchantRequest {
2683
2797
  /**
2684
- * 批次ID
2798
+ * 商户标识码
2685
2799
  */
2686
- BatchId?: string;
2800
+ MerchantId: string;
2687
2801
  /**
2688
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2802
+ * 企业ID
2689
2803
  */
2690
- RequestId?: string;
2804
+ CorpId?: number;
2691
2805
  }
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribePublicConfigSummaryRequest, ModifyPathRewriteRequest, UpdateApiRateLimitRuleRequest, DeleteClusterResponse, DeletePathRewritesResponse, DescribeUnitApiUseDetailRequest, ModifyApplicationResponse, DescribeApiVersionsResponse, ReassociateBusinessLogConfigRequest, StopContainerGroupResponse, CreateConfigTemplateWithDetailRespResponse, DeletePathRewritesRequest, DeleteLaneResponse, DescribeGroupReleaseRequest, DescribeConfigTemplateResponse, DescribeDeliveryConfigResponse, ContinueRunFailedTaskBatchRequest, DescribeSimpleClustersResponse, DeleteRepositoryResponse, DeleteApplicationResponse, UpdateRepositoryRequest, DescribePathRewriteResponse, DescribeConfigsResponse, ModifyContainerReplicasRequest, ReleaseFileConfigRequest, DescribeInvocationMetricDataDimensionResponse, SearchStdoutLogResponse, CreateGatewayApiResponse, DescribeFileConfigsResponse, DescribeClustersRequest, DescribeApiVersionsRequest, DeleteConfigTemplateResponse, DescribeGroupBindedGatewaysResponse, DescribeJvmMonitorRequest, UnbindApiGroupRequest, CreateNamespaceResponse, RedoTaskBatchRequest, DescribeGroupsResponse, ModifyUploadInfoResponse, CreateApiRateLimitRuleRequest, AssociateBusinessLogConfigRequest, DescribeJvmMonitorResponse, DescribeDeliveryConfigRequest, DeleteServerlessGroupRequest, ChangeApiUsableStatusRequest, DescribeMicroservicesResponse, DescribeApiRateLimitRulesRequest, DescribeApiGroupsResponse, DeletePublicConfigRequest, DeleteNamespaceResponse, CreateMicroserviceRequest, ReleaseConfigResponse, DescribeUnitRuleResponse, DeleteImageTagsRequest, DescribeRepositoriesRequest, RollbackConfigRequest, DisassociateBusinessLogConfigResponse, CreateGatewayApiRequest, DescribeCreateGatewayApiStatusResponse, DeleteConfigResponse, DescribeGroupGatewaysRequest, UpdateApiRateLimitRuleResponse, DescribeGatewayAllGroupApisResponse, ModifyNamespaceResponse, ModifyLaneRuleRequest, AddInstancesResponse, StartContainerGroupRequest, DescribeRepositoryResponse, ReleaseConfigWithDetailRespResponse, UpdateHealthCheckSettingsRequest, EnableUnitRuleRequest, CreateClusterResponse, CreateMicroserviceResponse, StopGroupRequest, ShrinkGroupResponse, DescribeLanesResponse, StartGroupRequest, CreateNamespaceRequest, DescribeDownloadInfoRequest, DescribeClusterInstancesRequest, DescribeGroupBindedGatewaysRequest, DescribeRepositoryRequest, CreatePublicConfigWithDetailRespRequest, DescribeResourceTaskStatusResponse, RedoTaskRequest, DeleteApiGroupResponse, DraftApiGroupRequest, CreateLaneResponse, DescribeDeliveryConfigsResponse, UpdateApiTimeoutsResponse, DescribePkgsResponse, DescribeSimpleNamespacesResponse, DescribeContainerGroupDeployInfoResponse, DescribeOverviewInvocationRequest, DescribeProgramsRequest, DescribePublicConfigRequest, AddClusterInstancesResponse, DescribeOverviewInvocationResponse, CreatePublicConfigResponse, CreateConfigResponse, RevokeFileConfigRequest, DescribeCreateGatewayApiStatusRequest, RevocationPublicConfigResponse, DescribeConfigReleaseLogsRequest, AssociateConfigWithGroupResponse, UpdateRepositoryResponse, DisassociateKafkaConfigRequest, RollbackConfigResponse, RevocationConfigRequest, StartContainerGroupResponse, ModifyTaskRequest, DeleteUnitNamespacesResponse, DisableTaskRequest, DescribeStatisticsResponse, DescribeBasicResourceUsageResponse, CreateAllGatewayApiAsyncResponse, RemoveInstancesRequest, ModifyLaneResponse, DeleteGroupResponse, DescribeSimpleApplicationsResponse, DeployContainerGroupRequest, CreateApiRateLimitRuleWithDetailRespRequest, CreateUnitRuleWithDetailRespRequest, DescribeSimpleApplicationsRequest, DescribeDeliveryConfigByGroupIdResponse, ModifyContainerGroupRequest, OperateApplicationTcrBindingRequest, DescribeGroupBusinessLogConfigsResponse, UpdateUnitRuleRequest, ReleasePublicConfigResponse, ReleaseApiGroupResponse, UpdateApiRateLimitRulesRequest, DescribeGroupInstancesRequest, DescribeMsApiListRequest, DescribeUploadInfoResponse, DescribeMsApiListResponse, EnableTaskRequest, DisableTaskResponse, DescribeMicroserviceRequest, DescribePodInstancesResponse, DescribeInvocationMetricDataPointRequest, DescribeRepositoriesResponse, CreateGroupRequest, DeleteClusterRequest, StopTaskBatchResponse, CreateContainGroupResponse, DescribeContainerGroupDetailResponse, CreatePathRewritesWithDetailRespResponse, DescribeGroupGatewaysResponse, RevocationConfigResponse, DeleteTaskResponse, DeleteMicroserviceRequest, CreatePublicConfigWithDetailRespResponse, RemoveInstancesResponse, DescribeContainerEventsRequest, DisableUnitRuleRequest, DescribeApplicationBusinessLogConfigResponse, DescribeGroupResponse, ModifyClusterRequest, DeleteContainerGroupResponse, DeleteServerlessGroupResponse, DeleteImageTagsResponse, DescribeFileConfigReleasesResponse, DisableUnitRouteResponse, ExecuteTaskRequest, DescribeGroupBusinessLogConfigsRequest, DescribeApplicationResponse, DescribeConfigReleaseLogsResponse, DeletePublicConfigResponse, DescribeSimpleGroupsResponse, DescribeFlowLastBatchStateRequest, TerminateTaskFlowBatchResponse, DisassociateKafkaConfigResponse, ShrinkInstancesResponse, DeleteLaneRuleResponse, DescribeApiRateLimitRulesResponse, AddClusterInstancesRequest, DescribeGroupUseDetailResponse, UpdateApiTimeoutsRequest, DescribeInovcationIndicatorsRequest, ShrinkInstancesRequest, DescribeSimpleNamespacesRequest, ExecuteTaskFlowResponse, DescribeClustersResponse, SearchBusinessLogRequest, ExpandGroupResponse, DescribePublicConfigsResponse, DescribeUnitNamespacesResponse, ContinueRunFailedTaskBatchResponse, DescribeSimpleClustersRequest, DescribeLaneRulesResponse, DescribeImageRepositoryRequest, DescribeApiGroupRequest, AssociateBusinessLogConfigResponse, DescribeGatewayApisRequest, AssociateConfigWithGroupRequest, DescribeContainerGroupDetailRequest, DescribeGroupsWithPluginRequest, ModifyTaskResponse, RevokeFileConfigResponse, SearchBusinessLogResponse, DeleteUnitNamespacesRequest, DescribeGroupRequest, UpdateConfigTemplateResponse, BindPluginRequest, DeleteLaneRuleRequest, CreateUnitRuleWithDetailRespResponse, DescribeGroupUseDetailRequest, UpdateUnitRuleResponse, CreateUnitRuleRequest, StartGroupResponse, DescribePathRewritesRequest, ShrinkGroupRequest, CreateLaneRuleResponse, CreateTaskResponse, DescribeContainerGroupsResponse, UpdateApiGroupResponse, DescribeGroupsWithPluginResponse, AddInstancesRequest, CreateApplicationRequest, DeployGroupRequest, CreateTaskFlowRequest, ModifyContainerReplicasResponse, CreateConfigTemplateWithDetailRespRequest, UnbindApiGroupResponse, DescribeGroupReleaseResponse, DescribePathRewriteRequest, CreateApplicationResponse, DescribeInvocationMetricDataDimensionRequest, DeployGroupResponse, ModifyGroupResponse, BindApiGroupResponse, DescribeGroupAttributeResponse, ModifyPathRewriteResponse, EnableUnitRuleResponse, DescribeEnabledUnitRuleResponse, UpdateApiGroupRequest, EnableUnitRouteResponse, DescribeBusinessLogConfigRequest, ExecuteTaskFlowRequest, DescribeBusinessLogConfigResponse, TerminateTaskFlowBatchRequest, CreateUnitRuleResponse, DescribeTaskRecordsResponse, DescribeApiUseDetailResponse, ModifyUploadInfoRequest, DescribeGatewayApisResponse, DescribeUnitRuleRequest, UpdateGatewayApiResponse, DescribeInstancesResponse, CreatePathRewritesWithDetailRespRequest, DeleteFileConfigResponse, DeleteApiRateLimitRuleResponse, DeleteFileConfigRequest, DescribePublicConfigSummaryResponse, DescribePublicConfigReleaseLogsRequest, DescribeApplicationAttributeResponse, ModifyLaneRequest, DescribeLanesRequest, DescribeGatewayMonitorOverviewResponse, CreatePublicConfigRequest, CreateAllGatewayApiAsyncRequest, EnableTaskFlowResponse, DeleteUnitRuleResponse, DisableTaskFlowResponse, DescribeGatewayMonitorOverviewRequest, DescribeImageTagsResponse, BindPluginResponse, RedoTaskFlowBatchRequest, CreateMicroserviceWithDetailRespRequest, StopTaskExecuteRequest, DeleteApiRateLimitRuleRequest, DescribePkgsRequest, DescribeApplicationAttributeRequest, ReleaseConfigWithDetailRespRequest, CreateTaskRequest, DescribePublicConfigResponse, DescribeUsableUnitNamespacesResponse, ReleaseFileConfigResponse, DescribeConfigResponse, CreateApiRateLimitRuleWithDetailRespResponse, DescribeTaskRecordsRequest, ModifyContainerGroupResponse, DeleteApplicationRequest, DescribeUnitNamespacesRequest, DeleteTaskRequest, DescribeBusinessLogConfigsRequest, DeleteConfigTemplateRequest, DescribePluginInstancesRequest, DescribeInovcationIndicatorsResponse, CreateConfigRequest, DescribeUploadInfoRequest, DescribeUnitRulesResponse, UpdateGatewayApiRequest, DescribeInstancesRequest, ReassociateBusinessLogConfigResponse, DescribeApiGroupsRequest, DeleteUnitRuleRequest, DeletePkgsResponse, DescribeTaskLastStatusRequest, DescribeBusinessLogConfigsResponse, DescribeInvocationMetricScatterPlotRequest, CreateTaskFlowResponse, DescribeMicroservicesRequest, DescribeApplicationBusinessLogConfigRequest, DescribeInvocationMetricDataCurveRequest, DescribeTaskLastStatusResponse, DescribePublicConfigsRequest, DescribeApplicationsRequest, DescribeTaskDetailRequest, DescribePublicConfigReleasesRequest, DescribeLaneRulesRequest, DescribeContainerEventsResponse, DescribePluginInstancesResponse, CreateRepositoryResponse, CreateLaneRuleRequest, DeletePkgsRequest, CreateFileConfigRequest, ChangeApiUsableStatusResponse, CreateFileConfigResponse, DescribeGroupInstancesResponse, DescribeContainerGroupDeployInfoRequest, DescribeDeliveryConfigsRequest, DisassociateBusinessLogConfigRequest, DescribePublicConfigReleaseLogsResponse, DeleteApiGroupRequest, ReleaseApiGroupRequest, DescribeFileConfigReleasesRequest, DescribeClusterInstancesResponse, DescribeTaskDetailResponse, ExpandGroupRequest, RevocationPublicConfigRequest, ModifyLaneRuleResponse, DescribeGroupAttributeRequest, ModifyClusterResponse, EnableTaskFlowRequest, DescribeReleasedConfigRequest, StopGroupResponse, CreatePathRewritesRequest, ModifyMicroserviceRequest, DescribeConfigReleasesRequest, DescribeEnabledUnitRuleRequest, CreateConfigTemplateRequest, DescribeApiGroupResponse, RedoTaskExecuteResponse, CreateLaneRequest, CreateApiGroupResponse, RedoTaskExecuteRequest, DescribeApplicationsResponse, DescribeConfigRequest, OperateApplicationTcrBindingResponse, DisableUnitRouteRequest, DescribeUnitRulesRequest, UpdateConfigTemplateRequest, DescribeGatewayAllGroupApisRequest, DeleteGroupRequest, BindApiGroupRequest, StopTaskBatchRequest, DescribeUnitApiUseDetailResponse, DescribeInvocationMetricScatterPlotResponse, DescribeUsableUnitNamespacesRequest, DescribeContainerGroupsRequest, DescribeProgramsResponse, DisableTaskFlowRequest, DescribePodInstancesRequest, RedoTaskResponse, DescribeConfigsRequest, EnableUnitRouteRequest, DescribeResourceTaskStatusRequest, DescribeInvocationMetricDataCurveResponse, DeleteConfigRequest, DescribeFileConfigsRequest, CreateConfigTemplateResponse, ExecuteTaskResponse, CreateApiRateLimitRuleResponse, DescribeApiUseDetailRequest, CreateMicroserviceWithDetailRespResponse, CreateClusterRequest, DescribeDeliveryConfigByGroupIdRequest, DeleteContainerGroupRequest, EnableTaskResponse, ReleaseConfigRequest, DescribeApiDetailRequest, StopContainerGroupRequest, UpdateHealthCheckSettingsResponse, DescribeInvocationMetricDataPointResponse, DisableUnitRuleResponse, ModifyApplicationRequest, DescribePathRewritesResponse, DescribeFlowLastBatchStateResponse, StopTaskExecuteResponse, UpdateApiRateLimitRulesResponse, DeleteRepositoryRequest, DescribeSimpleGroupsRequest, DescribeConfigReleasesResponse, ModifyMicroserviceResponse, CreateApiGroupRequest, DescribeDownloadInfoResponse, DescribeApplicationRequest, DeployContainerGroupResponse, DescribeBasicResourceUsageRequest, DeleteMicroserviceResponse, DescribeReleasedConfigResponse, DescribeApiDetailResponse, DescribeGroupsRequest, ModifyNamespaceRequest, CreateRepositoryRequest, DeleteNamespaceRequest, SearchStdoutLogRequest, RedoTaskBatchResponse, DescribeStatisticsRequest, ModifyGroupRequest, DescribeMicroserviceResponse, DescribeImageRepositoryResponse, DescribeImageTagsRequest, DescribeConfigSummaryResponse, CreateContainGroupRequest, DescribePublicConfigReleasesResponse, CreatePathRewritesResponse, DescribeConfigTemplateRequest, DraftApiGroupResponse, DescribeConfigSummaryRequest, DeleteLaneRequest, ReleasePublicConfigRequest, RedoTaskFlowBatchResponse, CreateGroupResponse } from "./tsf_models";
3
+ import { DescribePublicConfigSummaryRequest, ModifyPathRewriteRequest, UpdateApiRateLimitRuleRequest, DeleteClusterResponse, DeletePathRewritesResponse, DescribeUnitApiUseDetailRequest, ModifyApplicationResponse, DescribeApiVersionsResponse, ReassociateBusinessLogConfigRequest, StopContainerGroupResponse, CreateConfigTemplateWithDetailRespResponse, DeletePathRewritesRequest, DeleteLaneResponse, DescribeGroupReleaseRequest, DescribeConfigTemplateResponse, DescribeDeliveryConfigResponse, ContinueRunFailedTaskBatchRequest, DescribeSimpleClustersResponse, DeleteRepositoryResponse, DeleteApplicationResponse, UpdateRepositoryRequest, DescribePathRewriteResponse, DescribeConfigsResponse, ModifyContainerReplicasRequest, ReleaseFileConfigRequest, DescribeInvocationMetricDataDimensionResponse, SearchStdoutLogResponse, CreateGatewayApiResponse, DescribeFileConfigsResponse, DescribeClustersRequest, DescribeApiVersionsRequest, DeleteConfigTemplateResponse, DescribeGroupBindedGatewaysResponse, DescribeJvmMonitorRequest, UnbindApiGroupRequest, CreateNamespaceResponse, RedoTaskBatchRequest, DescribeGroupsResponse, ModifyUploadInfoResponse, CreateApiRateLimitRuleRequest, AssociateBusinessLogConfigRequest, DescribeJvmMonitorResponse, DescribeDeliveryConfigRequest, DeleteServerlessGroupRequest, ChangeApiUsableStatusRequest, DescribeMicroservicesResponse, DescribeApiRateLimitRulesRequest, DescribeApiGroupsResponse, DeletePublicConfigRequest, DeleteNamespaceResponse, CreateMicroserviceRequest, ReleaseConfigResponse, DescribeUnitRuleResponse, DeleteImageTagsRequest, DescribeRepositoriesRequest, RollbackConfigRequest, DisassociateBusinessLogConfigResponse, CreateGatewayApiRequest, DescribeCreateGatewayApiStatusResponse, DeleteConfigResponse, DescribeGroupGatewaysRequest, UpdateApiRateLimitRuleResponse, DescribeGatewayAllGroupApisResponse, ModifyNamespaceResponse, ModifyLaneRuleRequest, AddInstancesResponse, StartContainerGroupRequest, DescribeRepositoryResponse, ReleaseConfigWithDetailRespResponse, UpdateHealthCheckSettingsRequest, EnableUnitRuleRequest, CreateClusterResponse, CreateMicroserviceResponse, CreateFileConfigWithDetailRespRequest, ModifyContainerReplicasResponse, StopGroupRequest, ShrinkGroupResponse, DescribeLanesResponse, StartGroupRequest, CreateNamespaceRequest, DescribeDownloadInfoRequest, DescribeClusterInstancesRequest, DescribeGroupBindedGatewaysRequest, DescribeRepositoryRequest, CreatePublicConfigWithDetailRespRequest, DescribeResourceTaskStatusResponse, RedoTaskRequest, DeleteApiGroupResponse, DraftApiGroupRequest, CreateLaneResponse, DescribeDeliveryConfigsResponse, UpdateApiTimeoutsResponse, DescribePkgsResponse, DescribeSimpleNamespacesResponse, DescribeContainerGroupDeployInfoResponse, DescribeOverviewInvocationRequest, DescribeProgramsRequest, DescribePublicConfigRequest, AddClusterInstancesResponse, DescribeOverviewInvocationResponse, CreatePublicConfigResponse, CreateConfigResponse, RevokeFileConfigRequest, DescribeCreateGatewayApiStatusRequest, RevocationPublicConfigResponse, DescribeConfigReleaseLogsRequest, AssociateConfigWithGroupResponse, UpdateRepositoryResponse, DisassociateKafkaConfigRequest, RollbackConfigResponse, RevocationConfigRequest, StartContainerGroupResponse, ModifyTaskRequest, DeleteUnitNamespacesResponse, DisableTaskRequest, DescribeStatisticsResponse, DescribeBasicResourceUsageResponse, CreateAllGatewayApiAsyncResponse, RemoveInstancesRequest, ModifyLaneResponse, DeleteGroupResponse, DescribeSimpleApplicationsResponse, DeployContainerGroupRequest, CreateApiRateLimitRuleWithDetailRespRequest, CreateUnitRuleWithDetailRespRequest, DescribeSimpleApplicationsRequest, DescribeDeliveryConfigByGroupIdResponse, ModifyContainerGroupRequest, OperateApplicationTcrBindingRequest, CreateConfigWithDetailRespResponse, DescribeGroupBusinessLogConfigsResponse, UpdateUnitRuleRequest, ReleasePublicConfigResponse, ReleaseApiGroupResponse, UpdateApiRateLimitRulesRequest, DescribeGroupInstancesRequest, DescribeMsApiListRequest, DescribeUploadInfoResponse, DescribeMsApiListResponse, EnableTaskRequest, DisableTaskResponse, DescribeMicroserviceRequest, DescribePodInstancesResponse, DescribeInvocationMetricDataPointRequest, DescribeRepositoriesResponse, CreateGroupRequest, DeleteClusterRequest, StopTaskBatchResponse, CreateContainGroupResponse, DescribeContainerGroupDetailResponse, CreatePathRewritesWithDetailRespResponse, DescribeGroupGatewaysResponse, RevocationConfigResponse, DeleteTaskResponse, DeleteMicroserviceRequest, CreatePublicConfigWithDetailRespResponse, CreateConfigWithDetailRespRequest, RemoveInstancesResponse, DescribeContainerEventsRequest, DisableUnitRuleRequest, DescribeApplicationBusinessLogConfigResponse, DescribeGroupResponse, ModifyClusterRequest, DeleteContainerGroupResponse, DeleteServerlessGroupResponse, DeleteImageTagsResponse, DescribeFileConfigReleasesResponse, DisableUnitRouteResponse, ExecuteTaskRequest, DescribeGroupBusinessLogConfigsRequest, DescribeApplicationResponse, DescribeConfigReleaseLogsResponse, DeletePublicConfigResponse, DescribeSimpleGroupsResponse, DescribeFlowLastBatchStateRequest, TerminateTaskFlowBatchResponse, DisassociateKafkaConfigResponse, ShrinkInstancesResponse, DeleteLaneRuleResponse, DescribeApiRateLimitRulesResponse, AddClusterInstancesRequest, DescribeGroupUseDetailResponse, UpdateApiTimeoutsRequest, DescribeInovcationIndicatorsRequest, ShrinkInstancesRequest, DescribeSimpleNamespacesRequest, ExecuteTaskFlowResponse, DescribeClustersResponse, SearchBusinessLogRequest, ExpandGroupResponse, DescribePublicConfigsResponse, DescribeUnitNamespacesResponse, ContinueRunFailedTaskBatchResponse, DescribeSimpleClustersRequest, DescribeLaneRulesResponse, DescribeImageRepositoryRequest, DescribeApiGroupRequest, AssociateBusinessLogConfigResponse, DescribeGatewayApisRequest, AssociateConfigWithGroupRequest, DescribeContainerGroupDetailRequest, DescribeGroupsWithPluginRequest, ModifyTaskResponse, RevokeFileConfigResponse, SearchBusinessLogResponse, DeleteUnitNamespacesRequest, DescribeGroupRequest, UpdateConfigTemplateResponse, BindPluginRequest, DeleteLaneRuleRequest, CreateUnitRuleWithDetailRespResponse, DescribeGroupUseDetailRequest, UpdateUnitRuleResponse, CreateUnitRuleRequest, StartGroupResponse, DescribePathRewritesRequest, ShrinkGroupRequest, CreateLaneRuleResponse, CreateTaskResponse, DescribeContainerGroupsResponse, UpdateApiGroupResponse, DescribeGroupsWithPluginResponse, AddInstancesRequest, CreateApplicationRequest, DeployGroupRequest, CreateTaskFlowRequest, CreateFileConfigWithDetailRespResponse, CreateConfigTemplateWithDetailRespRequest, UnbindApiGroupResponse, DescribeGroupReleaseResponse, DescribePathRewriteRequest, CreateApplicationResponse, DescribeInvocationMetricDataDimensionRequest, DeployGroupResponse, ModifyGroupResponse, BindApiGroupResponse, DescribeGroupAttributeResponse, ModifyPathRewriteResponse, EnableUnitRuleResponse, DescribeEnabledUnitRuleResponse, UpdateApiGroupRequest, EnableUnitRouteResponse, DescribeBusinessLogConfigRequest, ExecuteTaskFlowRequest, DescribeBusinessLogConfigResponse, TerminateTaskFlowBatchRequest, CreateUnitRuleResponse, DescribeTaskRecordsResponse, DescribeApiUseDetailResponse, ModifyUploadInfoRequest, DescribeGatewayApisResponse, DescribeUnitRuleRequest, UpdateGatewayApiResponse, DescribeInstancesResponse, CreatePathRewritesWithDetailRespRequest, DeleteFileConfigResponse, DeleteApiRateLimitRuleResponse, DeleteFileConfigRequest, DescribePublicConfigSummaryResponse, DescribePublicConfigReleaseLogsRequest, DescribeApplicationAttributeResponse, ModifyLaneRequest, DescribeLanesRequest, DescribeGatewayMonitorOverviewResponse, CreatePublicConfigRequest, CreateAllGatewayApiAsyncRequest, EnableTaskFlowResponse, DeleteUnitRuleResponse, DisableTaskFlowResponse, DescribeGatewayMonitorOverviewRequest, DescribeImageTagsResponse, BindPluginResponse, RedoTaskFlowBatchRequest, CreateMicroserviceWithDetailRespRequest, StopTaskExecuteRequest, DeleteApiRateLimitRuleRequest, DescribePkgsRequest, DescribeApplicationAttributeRequest, ReleaseConfigWithDetailRespRequest, CreateTaskRequest, DescribePublicConfigResponse, DescribeUsableUnitNamespacesResponse, ReleaseFileConfigResponse, DescribeConfigResponse, CreateApiRateLimitRuleWithDetailRespResponse, DescribeTaskRecordsRequest, ModifyContainerGroupResponse, DeleteApplicationRequest, DescribeUnitNamespacesRequest, DeleteTaskRequest, DescribeBusinessLogConfigsRequest, DeleteConfigTemplateRequest, DescribePluginInstancesRequest, DescribeInovcationIndicatorsResponse, CreateConfigRequest, DescribeUploadInfoRequest, DescribeUnitRulesResponse, UpdateGatewayApiRequest, DescribeInstancesRequest, ReassociateBusinessLogConfigResponse, DescribeApiGroupsRequest, DeleteUnitRuleRequest, DeletePkgsResponse, DescribeTaskLastStatusRequest, DescribeBusinessLogConfigsResponse, DescribeInvocationMetricScatterPlotRequest, CreateTaskFlowResponse, DescribeMicroservicesRequest, DescribeApplicationBusinessLogConfigRequest, DescribeInvocationMetricDataCurveRequest, DescribeTaskLastStatusResponse, DescribePublicConfigsRequest, DescribeApplicationsRequest, DescribeTaskDetailRequest, DescribePublicConfigReleasesRequest, DescribeLaneRulesRequest, DescribeContainerEventsResponse, DescribePluginInstancesResponse, CreateRepositoryResponse, CreateLaneRuleRequest, DeletePkgsRequest, CreateFileConfigRequest, ChangeApiUsableStatusResponse, CreateFileConfigResponse, DescribeGroupInstancesResponse, DescribeContainerGroupDeployInfoRequest, DescribeDeliveryConfigsRequest, DisassociateBusinessLogConfigRequest, DescribePublicConfigReleaseLogsResponse, DeleteApiGroupRequest, ReleaseApiGroupRequest, DescribeFileConfigReleasesRequest, DescribeClusterInstancesResponse, DescribeTaskDetailResponse, ExpandGroupRequest, RevocationPublicConfigRequest, ModifyLaneRuleResponse, DescribeGroupAttributeRequest, ModifyClusterResponse, EnableTaskFlowRequest, DescribeReleasedConfigRequest, StopGroupResponse, CreatePathRewritesRequest, ModifyMicroserviceRequest, DescribeConfigReleasesRequest, DescribeEnabledUnitRuleRequest, CreateConfigTemplateRequest, DescribeApiGroupResponse, RedoTaskExecuteResponse, CreateLaneRequest, CreateApiGroupResponse, RedoTaskExecuteRequest, DescribeApplicationsResponse, DescribeConfigRequest, OperateApplicationTcrBindingResponse, DisableUnitRouteRequest, DescribeUnitRulesRequest, UpdateConfigTemplateRequest, DescribeGatewayAllGroupApisRequest, DeleteGroupRequest, BindApiGroupRequest, StopTaskBatchRequest, DescribeUnitApiUseDetailResponse, DescribeInvocationMetricScatterPlotResponse, DescribeUsableUnitNamespacesRequest, DescribeContainerGroupsRequest, DescribeProgramsResponse, DisableTaskFlowRequest, DescribePodInstancesRequest, RedoTaskResponse, DescribeConfigsRequest, EnableUnitRouteRequest, DescribeResourceTaskStatusRequest, DescribeInvocationMetricDataCurveResponse, DeleteConfigRequest, DescribeFileConfigsRequest, CreateConfigTemplateResponse, ExecuteTaskResponse, CreateApiRateLimitRuleResponse, DescribeApiUseDetailRequest, CreateMicroserviceWithDetailRespResponse, CreateClusterRequest, DescribeDeliveryConfigByGroupIdRequest, DeleteContainerGroupRequest, EnableTaskResponse, ReleaseConfigRequest, DescribeApiDetailRequest, StopContainerGroupRequest, UpdateHealthCheckSettingsResponse, DescribeInvocationMetricDataPointResponse, DisableUnitRuleResponse, ModifyApplicationRequest, DescribePathRewritesResponse, DescribeFlowLastBatchStateResponse, StopTaskExecuteResponse, UpdateApiRateLimitRulesResponse, DeleteRepositoryRequest, DescribeSimpleGroupsRequest, DescribeConfigReleasesResponse, ModifyMicroserviceResponse, CreateApiGroupRequest, DescribeDownloadInfoResponse, DescribeApplicationRequest, DeployContainerGroupResponse, DescribeBasicResourceUsageRequest, DeleteMicroserviceResponse, DescribeReleasedConfigResponse, DescribeApiDetailResponse, DescribeGroupsRequest, ModifyNamespaceRequest, CreateRepositoryRequest, DeleteNamespaceRequest, SearchStdoutLogRequest, RedoTaskBatchResponse, DescribeStatisticsRequest, ModifyGroupRequest, DescribeMicroserviceResponse, DescribeImageRepositoryResponse, DescribeImageTagsRequest, DescribeConfigSummaryResponse, CreateContainGroupRequest, DescribePublicConfigReleasesResponse, CreatePathRewritesResponse, DescribeConfigTemplateRequest, DraftApiGroupResponse, DescribeConfigSummaryRequest, DeleteLaneRequest, ReleasePublicConfigRequest, RedoTaskFlowBatchResponse, CreateGroupResponse } from "./tsf_models";
4
4
  /**
5
5
  * tsf client
6
6
  * @class
@@ -40,9 +40,9 @@ export declare class Client extends AbstractClient {
40
40
  */
41
41
  DescribePodInstances(req: DescribePodInstancesRequest, cb?: (error: string, rep: DescribePodInstancesResponse) => void): Promise<DescribePodInstancesResponse>;
42
42
  /**
43
- * 查询可用于被导入的命名空间列表
43
+ * 创建配置项,返回详细信息
44
44
  */
45
- DescribeUsableUnitNamespaces(req: DescribeUsableUnitNamespacesRequest, cb?: (error: string, rep: DescribeUsableUnitNamespacesResponse) => void): Promise<DescribeUsableUnitNamespacesResponse>;
45
+ CreateConfigWithDetailResp(req: CreateConfigWithDetailRespRequest, cb?: (error: string, rep: CreateConfigWithDetailRespResponse) => void): Promise<CreateConfigWithDetailRespResponse>;
46
46
  /**
47
47
  * 创建命名空间
48
48
  */
@@ -76,9 +76,9 @@ export declare class Client extends AbstractClient {
76
76
  */
77
77
  DescribeGroupAttribute(req: DescribeGroupAttributeRequest, cb?: (error: string, rep: DescribeGroupAttributeResponse) => void): Promise<DescribeGroupAttributeResponse>;
78
78
  /**
79
- * 查询配置项列表
79
+ * 创建文件配置项,返回详细信息
80
80
  */
81
- DescribeConfigs(req: DescribeConfigsRequest, cb?: (error: string, rep: DescribeConfigsResponse) => void): Promise<DescribeConfigsResponse>;
81
+ CreateFileConfigWithDetailResp(req: CreateFileConfigWithDetailRespRequest, cb?: (error: string, rep: CreateFileConfigWithDetailRespResponse) => void): Promise<CreateFileConfigWithDetailRespResponse>;
82
82
  /**
83
83
  * 创建参数模板
84
84
  */
@@ -148,9 +148,9 @@ export declare class Client extends AbstractClient {
148
148
  */
149
149
  RevokeFileConfig(req: RevokeFileConfigRequest, cb?: (error: string, rep: RevokeFileConfigResponse) => void): Promise<RevokeFileConfigResponse>;
150
150
  /**
151
- * (已废弃,请使用 CreateGroup 和 DeployContainerGroup 创建和部署容器部署组)创建容器部署组
151
+ * 获取单个投递项配置信息
152
152
  */
153
- CreateContainGroup(req: CreateContainGroupRequest, cb?: (error: string, rep: CreateContainGroupResponse) => void): Promise<CreateContainGroupResponse>;
153
+ DescribeDeliveryConfig(req: DescribeDeliveryConfigRequest, cb?: (error: string, rep: DescribeDeliveryConfigResponse) => void): Promise<DescribeDeliveryConfigResponse>;
154
154
  /**
155
155
  * 查询某个插件下绑定或未绑定的API分组
156
156
  */
@@ -224,6 +224,10 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
224
224
  * 更新仓库信息
225
225
  */
226
226
  UpdateRepository(req: UpdateRepositoryRequest, cb?: (error: string, rep: UpdateRepositoryResponse) => void): Promise<UpdateRepositoryResponse>;
227
+ /**
228
+ * 查询可用于被导入的命名空间列表
229
+ */
230
+ DescribeUsableUnitNamespaces(req: DescribeUsableUnitNamespacesRequest, cb?: (error: string, rep: DescribeUsableUnitNamespacesResponse) => void): Promise<DescribeUsableUnitNamespacesResponse>;
227
231
  /**
228
232
  * 查询网关分组监控明细数据
229
233
  */
@@ -404,6 +408,10 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
404
408
  * 查询简单部署组列表
405
409
  */
406
410
  DescribeSimpleGroups(req: DescribeSimpleGroupsRequest, cb?: (error: string, rep: DescribeSimpleGroupsResponse) => void): Promise<DescribeSimpleGroupsResponse>;
411
+ /**
412
+ * 查询配置项列表
413
+ */
414
+ DescribeConfigs(req: DescribeConfigsRequest, cb?: (error: string, rep: DescribeConfigsResponse) => void): Promise<DescribeConfigsResponse>;
407
415
  /**
408
416
  * 服务统计页面:接口和服务维度
409
417
  */
@@ -771,9 +779,9 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
771
779
  */
772
780
  ModifyGroup(req: ModifyGroupRequest, cb?: (error: string, rep: ModifyGroupResponse) => void): Promise<ModifyGroupResponse>;
773
781
  /**
774
- * 获取单个投递项配置信息
782
+ * (已废弃,请使用 CreateGroup 和 DeployContainerGroup 创建和部署容器部署组)创建容器部署组
775
783
  */
776
- DescribeDeliveryConfig(req: DescribeDeliveryConfigRequest, cb?: (error: string, rep: DescribeDeliveryConfigResponse) => void): Promise<DescribeDeliveryConfigResponse>;
784
+ CreateContainGroup(req: CreateContainGroupRequest, cb?: (error: string, rep: CreateContainGroupResponse) => void): Promise<CreateContainGroupResponse>;
777
785
  /**
778
786
  * 查询生效的单元化规则
779
787
  */
@@ -76,10 +76,10 @@ class Client extends abstract_client_1.AbstractClient {
76
76
  return this.request("DescribePodInstances", req, cb);
77
77
  }
78
78
  /**
79
- * 查询可用于被导入的命名空间列表
79
+ * 创建配置项,返回详细信息
80
80
  */
81
- async DescribeUsableUnitNamespaces(req, cb) {
82
- return this.request("DescribeUsableUnitNamespaces", req, cb);
81
+ async CreateConfigWithDetailResp(req, cb) {
82
+ return this.request("CreateConfigWithDetailResp", req, cb);
83
83
  }
84
84
  /**
85
85
  * 创建命名空间
@@ -130,10 +130,10 @@ class Client extends abstract_client_1.AbstractClient {
130
130
  return this.request("DescribeGroupAttribute", req, cb);
131
131
  }
132
132
  /**
133
- * 查询配置项列表
133
+ * 创建文件配置项,返回详细信息
134
134
  */
135
- async DescribeConfigs(req, cb) {
136
- return this.request("DescribeConfigs", req, cb);
135
+ async CreateFileConfigWithDetailResp(req, cb) {
136
+ return this.request("CreateFileConfigWithDetailResp", req, cb);
137
137
  }
138
138
  /**
139
139
  * 创建参数模板
@@ -238,10 +238,10 @@ class Client extends abstract_client_1.AbstractClient {
238
238
  return this.request("RevokeFileConfig", req, cb);
239
239
  }
240
240
  /**
241
- * (已废弃,请使用 CreateGroup 和 DeployContainerGroup 创建和部署容器部署组)创建容器部署组
241
+ * 获取单个投递项配置信息
242
242
  */
243
- async CreateContainGroup(req, cb) {
244
- return this.request("CreateContainGroup", req, cb);
243
+ async DescribeDeliveryConfig(req, cb) {
244
+ return this.request("DescribeDeliveryConfig", req, cb);
245
245
  }
246
246
  /**
247
247
  * 查询某个插件下绑定或未绑定的API分组
@@ -352,6 +352,12 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
352
352
  async UpdateRepository(req, cb) {
353
353
  return this.request("UpdateRepository", req, cb);
354
354
  }
355
+ /**
356
+ * 查询可用于被导入的命名空间列表
357
+ */
358
+ async DescribeUsableUnitNamespaces(req, cb) {
359
+ return this.request("DescribeUsableUnitNamespaces", req, cb);
360
+ }
355
361
  /**
356
362
  * 查询网关分组监控明细数据
357
363
  */
@@ -622,6 +628,12 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
622
628
  async DescribeSimpleGroups(req, cb) {
623
629
  return this.request("DescribeSimpleGroups", req, cb);
624
630
  }
631
+ /**
632
+ * 查询配置项列表
633
+ */
634
+ async DescribeConfigs(req, cb) {
635
+ return this.request("DescribeConfigs", req, cb);
636
+ }
625
637
  /**
626
638
  * 服务统计页面:接口和服务维度
627
639
  */
@@ -1171,10 +1183,10 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
1171
1183
  return this.request("ModifyGroup", req, cb);
1172
1184
  }
1173
1185
  /**
1174
- * 获取单个投递项配置信息
1186
+ * (已废弃,请使用 CreateGroup 和 DeployContainerGroup 创建和部署容器部署组)创建容器部署组
1175
1187
  */
1176
- async DescribeDeliveryConfig(req, cb) {
1177
- return this.request("DescribeDeliveryConfig", req, cb);
1188
+ async CreateContainGroup(req, cb) {
1189
+ return this.request("CreateContainGroup", req, cb);
1178
1190
  }
1179
1191
  /**
1180
1192
  * 查询生效的单元化规则
@@ -2109,6 +2109,55 @@ false:操作失败。
2109
2109
  */
2110
2110
  RequestId?: string;
2111
2111
  }
2112
+ /**
2113
+ * CreateFileConfigWithDetailResp请求参数结构体
2114
+ */
2115
+ export interface CreateFileConfigWithDetailRespRequest {
2116
+ /**
2117
+ * 配置项名称
2118
+ */
2119
+ ConfigName: string;
2120
+ /**
2121
+ * 配置项版本
2122
+ */
2123
+ ConfigVersion: string;
2124
+ /**
2125
+ * 配置项文件名
2126
+ */
2127
+ ConfigFileName: string;
2128
+ /**
2129
+ * 配置项文件内容(原始内容编码需要 utf-8 格式,如果 ConfigFileCode 为 gbk,后台会进行转换)
2130
+ */
2131
+ ConfigFileValue: string;
2132
+ /**
2133
+ * 配置项关联应用ID
2134
+ */
2135
+ ApplicationId: string;
2136
+ /**
2137
+ * 发布路径
2138
+ */
2139
+ ConfigFilePath: string;
2140
+ /**
2141
+ * 配置项版本描述
2142
+ */
2143
+ ConfigVersionDesc?: string;
2144
+ /**
2145
+ * 配置项文件编码,utf-8 或 gbk。注:如果选择 gbk,需要新版本 tsf-consul-template (公有云虚拟机需要使用 1.32 tsf-agent,容器需要从文档中获取最新的 tsf-consul-template-docker.tar.gz)的支持
2146
+ */
2147
+ ConfigFileCode?: string;
2148
+ /**
2149
+ * 后置命令
2150
+ */
2151
+ ConfigPostCmd?: string;
2152
+ /**
2153
+ * Base64编码的配置项
2154
+ */
2155
+ EncodeWithBase64?: boolean;
2156
+ /**
2157
+ * 无
2158
+ */
2159
+ ProgramIdList?: Array<string>;
2160
+ }
2112
2161
  /**
2113
2162
  * 部署javaagent的类型、版本信息
2114
2163
  */
@@ -2122,6 +2171,19 @@ export interface AgentProfile {
2122
2171
  */
2123
2172
  AgentVersion?: string;
2124
2173
  }
2174
+ /**
2175
+ * ModifyContainerReplicas返回参数结构体
2176
+ */
2177
+ export interface ModifyContainerReplicasResponse {
2178
+ /**
2179
+ * 结果true:成功;false:失败;
2180
+ */
2181
+ Result?: boolean;
2182
+ /**
2183
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2184
+ */
2185
+ RequestId?: string;
2186
+ }
2125
2187
  /**
2126
2188
  * StopGroup请求参数结构体
2127
2189
  */
@@ -3628,6 +3690,20 @@ export interface ContainGroup {
3628
3690
  */
3629
3691
  UpdatedTime?: string;
3630
3692
  }
3693
+ /**
3694
+ * CreateConfigWithDetailResp返回参数结构体
3695
+ */
3696
+ export interface CreateConfigWithDetailRespResponse {
3697
+ /**
3698
+ * 配置项
3699
+ 注意:此字段可能返回 null,表示取不到有效值。
3700
+ */
3701
+ Result?: Config;
3702
+ /**
3703
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3704
+ */
3705
+ RequestId?: string;
3706
+ }
3631
3707
  /**
3632
3708
  * DescribeGroupBusinessLogConfigs返回参数结构体
3633
3709
  */
@@ -4444,6 +4520,43 @@ export interface CreatePublicConfigWithDetailRespResponse {
4444
4520
  */
4445
4521
  RequestId?: string;
4446
4522
  }
4523
+ /**
4524
+ * CreateConfigWithDetailResp请求参数结构体
4525
+ */
4526
+ export interface CreateConfigWithDetailRespRequest {
4527
+ /**
4528
+ * 配置项名称
4529
+ */
4530
+ ConfigName: string;
4531
+ /**
4532
+ * 配置项版本
4533
+ */
4534
+ ConfigVersion: string;
4535
+ /**
4536
+ * 配置项值
4537
+ */
4538
+ ConfigValue: string;
4539
+ /**
4540
+ * 应用ID
4541
+ */
4542
+ ApplicationId: string;
4543
+ /**
4544
+ * 配置项版本描述
4545
+ */
4546
+ ConfigVersionDesc?: string;
4547
+ /**
4548
+ * 配置项值类型
4549
+ */
4550
+ ConfigType?: string;
4551
+ /**
4552
+ * Base64编码的配置项
4553
+ */
4554
+ EncodeWithBase64?: boolean;
4555
+ /**
4556
+ * 无
4557
+ */
4558
+ ProgramIdList?: Array<string>;
4559
+ }
4447
4560
  /**
4448
4561
  * RemoveInstances返回参数结构体
4449
4562
  */
@@ -7190,13 +7303,14 @@ export interface CreateTaskFlowRequest {
7190
7303
  ProgramIdList?: Array<string>;
7191
7304
  }
7192
7305
  /**
7193
- * ModifyContainerReplicas返回参数结构体
7306
+ * CreateFileConfigWithDetailResp返回参数结构体
7194
7307
  */
7195
- export interface ModifyContainerReplicasResponse {
7308
+ export interface CreateFileConfigWithDetailRespResponse {
7196
7309
  /**
7197
- * 结果true:成功;false:失败;
7310
+ * 文件配置项
7311
+ 注意:此字段可能返回 null,表示取不到有效值。
7198
7312
  */
7199
- Result?: boolean;
7313
+ Result?: FileConfig;
7200
7314
  /**
7201
7315
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7202
7316
  */