tencentcloud-sdk-nodejs 4.0.1032 → 4.0.1033
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 +1 -1
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_client.ts +7 -51
- package/src/services/billing/v20180709/billing_models.ts +0 -229
- package/src/services/domain/v20180808/domain_models.ts +4 -4
- package/src/services/facefusion/v20220927/facefusion_client.ts +0 -1
- package/src/services/gme/v20180711/gme_models.ts +5 -11
- package/src/services/keewidb/v20220308/keewidb_client.ts +3 -2
- package/src/services/keewidb/v20220308/keewidb_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_models.ts +0 -2
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -8
- package/src/services/lkeap/v20240522/lkeap_client.ts +4 -4
- package/src/services/lkeap/v20240522/lkeap_models.ts +2 -3
- package/src/services/mna/v20210119/mna_client.ts +28 -3
- package/src/services/mna/v20210119/mna_models.ts +158 -40
- package/src/services/monitor/index.ts +2 -0
- package/src/services/monitor/v20230616/index.ts +6 -0
- package/src/services/monitor/v20230616/monitor_client.ts +53 -0
- package/src/services/monitor/v20230616/monitor_models.ts +143 -0
- package/src/services/mqtt/v20240516/mqtt_client.ts +150 -52
- package/src/services/mqtt/v20240516/mqtt_models.ts +378 -30
- package/src/services/ocr/v20181119/ocr_models.ts +4 -0
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +0 -3
- package/src/services/vclm/v20240523/vclm_client.ts +7 -80
- package/src/services/vclm/v20240523/vclm_models.ts +103 -347
- package/src/services/wedata/v20210820/wedata_client.ts +22 -10
- package/src/services/wedata/v20210820/wedata_models.ts +125 -110
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +3 -21
- package/tencentcloud/services/billing/v20180709/billing_client.js +3 -27
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +0 -221
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +4 -4
- package/tencentcloud/services/facefusion/v20220927/facefusion_client.d.ts +0 -1
- package/tencentcloud/services/facefusion/v20220927/facefusion_client.js +0 -1
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +5 -11
- package/tencentcloud/services/keewidb/v20220308/keewidb_client.d.ts +1 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_client.js +1 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +0 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -8
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +4 -4
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +4 -4
- package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +2 -3
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +9 -1
- package/tencentcloud/services/mna/v20210119/mna_client.js +12 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +153 -40
- package/tencentcloud/services/monitor/index.d.ts +4 -0
- package/tencentcloud/services/monitor/index.js +2 -0
- package/tencentcloud/services/monitor/v20230616/index.d.ts +6 -0
- package/tencentcloud/services/monitor/v20230616/index.js +9 -0
- package/tencentcloud/services/monitor/v20230616/monitor_client.d.ts +20 -0
- package/tencentcloud/services/monitor/v20230616/monitor_client.js +43 -0
- package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +121 -0
- package/tencentcloud/services/monitor/v20230616/monitor_models.js +18 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +53 -20
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +75 -26
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +361 -30
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -3
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +1 -48
- package/tencentcloud/services/vclm/v20240523/vclm_client.js +0 -53
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +101 -337
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +7 -3
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +9 -3
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +123 -110
|
@@ -1721,96 +1721,13 @@ export interface KillOpsMakePlanInstancesRequest {
|
|
|
1721
1721
|
}
|
|
1722
1722
|
|
|
1723
1723
|
/**
|
|
1724
|
-
*
|
|
1724
|
+
* AddProjectUserRole返回参数结构体
|
|
1725
1725
|
*/
|
|
1726
|
-
export interface
|
|
1727
|
-
/**
|
|
1728
|
-
* 项目ID
|
|
1729
|
-
*/
|
|
1730
|
-
ProjectId: string
|
|
1731
|
-
/**
|
|
1732
|
-
* 事件实例目录,示例取值:
|
|
1733
|
-
- 已过期: expired
|
|
1734
|
-
- 未过期: consuming
|
|
1735
|
-
- 全部: all
|
|
1736
|
-
|
|
1737
|
-
*/
|
|
1738
|
-
Category: string
|
|
1739
|
-
/**
|
|
1740
|
-
* 页码
|
|
1741
|
-
*/
|
|
1742
|
-
PageNumber: number
|
|
1743
|
-
/**
|
|
1744
|
-
* 每页数目
|
|
1745
|
-
*/
|
|
1746
|
-
PageSize: number
|
|
1747
|
-
/**
|
|
1748
|
-
* 事件名称
|
|
1749
|
-
*/
|
|
1750
|
-
EventName?: string
|
|
1751
|
-
/**
|
|
1752
|
-
* 事件类型
|
|
1753
|
-
* @deprecated
|
|
1754
|
-
*/
|
|
1755
|
-
EventType?: string
|
|
1756
|
-
/**
|
|
1757
|
-
* 事件分割类型
|
|
1758
|
-
*/
|
|
1759
|
-
EventSubType?: string
|
|
1760
|
-
/**
|
|
1761
|
-
* 事件广播类型
|
|
1762
|
-
* @deprecated
|
|
1763
|
-
*/
|
|
1764
|
-
EventBroadcastType?: string
|
|
1765
|
-
/**
|
|
1766
|
-
* 事件实例状态,示例取值:
|
|
1767
|
-
- 已消费: COMSUMED
|
|
1768
|
-
- 已过期: EXPIRED
|
|
1769
|
-
- 待消费: ACTIVE
|
|
1770
|
-
- 消费中: CONSUMING
|
|
1771
|
-
* @deprecated
|
|
1772
|
-
*/
|
|
1773
|
-
Status?: string
|
|
1774
|
-
/**
|
|
1775
|
-
* 事件实例最小创建时间
|
|
1776
|
-
*/
|
|
1777
|
-
CreationTimeStart?: string
|
|
1778
|
-
/**
|
|
1779
|
-
* 事件实例最大创建时间
|
|
1780
|
-
*/
|
|
1781
|
-
CreationTimeEnd?: string
|
|
1782
|
-
/**
|
|
1783
|
-
* 事件实例最小触发时间
|
|
1784
|
-
*/
|
|
1785
|
-
EventTriggeredTimeStart?: string
|
|
1786
|
-
/**
|
|
1787
|
-
* 事件实例最大触发时间
|
|
1788
|
-
*/
|
|
1789
|
-
EventTriggeredTimeEnd?: string
|
|
1790
|
-
/**
|
|
1791
|
-
* 事件实例最小消费时间
|
|
1792
|
-
*/
|
|
1793
|
-
LogTimeStart?: string
|
|
1794
|
-
/**
|
|
1795
|
-
* 事件实例最大消费时间
|
|
1796
|
-
*/
|
|
1797
|
-
LogTimeEnd?: string
|
|
1726
|
+
export interface AddProjectUserRoleResponse {
|
|
1798
1727
|
/**
|
|
1799
|
-
*
|
|
1800
|
-
*/
|
|
1801
|
-
Dimension?: string
|
|
1802
|
-
/**
|
|
1803
|
-
* 事件实例有效时间
|
|
1804
|
-
*/
|
|
1805
|
-
TimeToLive?: string
|
|
1806
|
-
/**
|
|
1807
|
-
* 排序字段
|
|
1808
|
-
*/
|
|
1809
|
-
SortItem?: string
|
|
1810
|
-
/**
|
|
1811
|
-
* 排序顺序
|
|
1728
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1812
1729
|
*/
|
|
1813
|
-
|
|
1730
|
+
RequestId?: string
|
|
1814
1731
|
}
|
|
1815
1732
|
|
|
1816
1733
|
/**
|
|
@@ -4429,19 +4346,9 @@ export interface Rule {
|
|
|
4429
4346
|
}
|
|
4430
4347
|
|
|
4431
4348
|
/**
|
|
4432
|
-
*
|
|
4349
|
+
* AddProjectUserRole请求参数结构体
|
|
4433
4350
|
*/
|
|
4434
|
-
export
|
|
4435
|
-
/**
|
|
4436
|
-
* 表血缘信息
|
|
4437
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4438
|
-
*/
|
|
4439
|
-
TableLineage?: TableLineageInfo
|
|
4440
|
-
/**
|
|
4441
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4442
|
-
*/
|
|
4443
|
-
RequestId?: string
|
|
4444
|
-
}
|
|
4351
|
+
export type AddProjectUserRoleRequest = null
|
|
4445
4352
|
|
|
4446
4353
|
/**
|
|
4447
4354
|
* ModifyRuleGroupSubscription请求参数结构体
|
|
@@ -11224,18 +11131,96 @@ export interface ProjectBaseInfoOpsRequest {
|
|
|
11224
11131
|
}
|
|
11225
11132
|
|
|
11226
11133
|
/**
|
|
11227
|
-
*
|
|
11134
|
+
* DescribeEventCases请求参数结构体
|
|
11228
11135
|
*/
|
|
11229
|
-
export interface
|
|
11136
|
+
export interface DescribeEventCasesRequest {
|
|
11230
11137
|
/**
|
|
11231
|
-
*
|
|
11232
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11138
|
+
* 项目ID
|
|
11233
11139
|
*/
|
|
11234
|
-
|
|
11140
|
+
ProjectId: string
|
|
11235
11141
|
/**
|
|
11236
|
-
*
|
|
11142
|
+
* 事件实例目录,示例取值:
|
|
11143
|
+
- 已过期: expired
|
|
11144
|
+
- 未过期: consuming
|
|
11145
|
+
- 全部: all
|
|
11146
|
+
|
|
11237
11147
|
*/
|
|
11238
|
-
|
|
11148
|
+
Category: string
|
|
11149
|
+
/**
|
|
11150
|
+
* 页码
|
|
11151
|
+
*/
|
|
11152
|
+
PageNumber: number
|
|
11153
|
+
/**
|
|
11154
|
+
* 每页数目
|
|
11155
|
+
*/
|
|
11156
|
+
PageSize: number
|
|
11157
|
+
/**
|
|
11158
|
+
* 事件名称
|
|
11159
|
+
*/
|
|
11160
|
+
EventName?: string
|
|
11161
|
+
/**
|
|
11162
|
+
* 事件类型
|
|
11163
|
+
* @deprecated
|
|
11164
|
+
*/
|
|
11165
|
+
EventType?: string
|
|
11166
|
+
/**
|
|
11167
|
+
* 事件分割类型
|
|
11168
|
+
*/
|
|
11169
|
+
EventSubType?: string
|
|
11170
|
+
/**
|
|
11171
|
+
* 事件广播类型
|
|
11172
|
+
* @deprecated
|
|
11173
|
+
*/
|
|
11174
|
+
EventBroadcastType?: string
|
|
11175
|
+
/**
|
|
11176
|
+
* 事件实例状态,示例取值:
|
|
11177
|
+
- 已消费: COMSUMED
|
|
11178
|
+
- 已过期: EXPIRED
|
|
11179
|
+
- 待消费: ACTIVE
|
|
11180
|
+
- 消费中: CONSUMING
|
|
11181
|
+
* @deprecated
|
|
11182
|
+
*/
|
|
11183
|
+
Status?: string
|
|
11184
|
+
/**
|
|
11185
|
+
* 事件实例最小创建时间
|
|
11186
|
+
*/
|
|
11187
|
+
CreationTimeStart?: string
|
|
11188
|
+
/**
|
|
11189
|
+
* 事件实例最大创建时间
|
|
11190
|
+
*/
|
|
11191
|
+
CreationTimeEnd?: string
|
|
11192
|
+
/**
|
|
11193
|
+
* 事件实例最小触发时间
|
|
11194
|
+
*/
|
|
11195
|
+
EventTriggeredTimeStart?: string
|
|
11196
|
+
/**
|
|
11197
|
+
* 事件实例最大触发时间
|
|
11198
|
+
*/
|
|
11199
|
+
EventTriggeredTimeEnd?: string
|
|
11200
|
+
/**
|
|
11201
|
+
* 事件实例最小消费时间
|
|
11202
|
+
*/
|
|
11203
|
+
LogTimeStart?: string
|
|
11204
|
+
/**
|
|
11205
|
+
* 事件实例最大消费时间
|
|
11206
|
+
*/
|
|
11207
|
+
LogTimeEnd?: string
|
|
11208
|
+
/**
|
|
11209
|
+
* 事件实例数据时间
|
|
11210
|
+
*/
|
|
11211
|
+
Dimension?: string
|
|
11212
|
+
/**
|
|
11213
|
+
* 事件实例有效时间
|
|
11214
|
+
*/
|
|
11215
|
+
TimeToLive?: string
|
|
11216
|
+
/**
|
|
11217
|
+
* 排序字段
|
|
11218
|
+
*/
|
|
11219
|
+
SortItem?: string
|
|
11220
|
+
/**
|
|
11221
|
+
* 排序顺序
|
|
11222
|
+
*/
|
|
11223
|
+
SortType?: string
|
|
11239
11224
|
}
|
|
11240
11225
|
|
|
11241
11226
|
/**
|
|
@@ -16660,6 +16645,21 @@ TABLE, VIEW, MANAGED_TABLE(Hive管理表), EXTERNAL_TABLE(Hive外部表), VIRTUA
|
|
|
16660
16645
|
IfSupportCreateAndDDL?: CreateAndDDLSupport
|
|
16661
16646
|
}
|
|
16662
16647
|
|
|
16648
|
+
/**
|
|
16649
|
+
* RegisterEvent返回参数结构体
|
|
16650
|
+
*/
|
|
16651
|
+
export interface RegisterEventResponse {
|
|
16652
|
+
/**
|
|
16653
|
+
* 成功或者失败
|
|
16654
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16655
|
+
*/
|
|
16656
|
+
Data?: BatchReturn
|
|
16657
|
+
/**
|
|
16658
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
16659
|
+
*/
|
|
16660
|
+
RequestId?: string
|
|
16661
|
+
}
|
|
16662
|
+
|
|
16663
16663
|
/**
|
|
16664
16664
|
* CountOpsInstanceState返回参数结构体
|
|
16665
16665
|
*/
|
|
@@ -21853,6 +21853,21 @@ export interface CheckIntegrationTaskNameExistsRequest {
|
|
|
21853
21853
|
SyncType?: number
|
|
21854
21854
|
}
|
|
21855
21855
|
|
|
21856
|
+
/**
|
|
21857
|
+
* DescribeWorkflowSchedulerInfoDs返回参数结构体
|
|
21858
|
+
*/
|
|
21859
|
+
export interface DescribeWorkflowSchedulerInfoDsResponse {
|
|
21860
|
+
/**
|
|
21861
|
+
* 数据
|
|
21862
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
21863
|
+
*/
|
|
21864
|
+
Data?: WorkflowScheduleDtoDs
|
|
21865
|
+
/**
|
|
21866
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
21867
|
+
*/
|
|
21868
|
+
RequestId?: string
|
|
21869
|
+
}
|
|
21870
|
+
|
|
21856
21871
|
/**
|
|
21857
21872
|
* DescribeRuleGroupTable返回参数结构体
|
|
21858
21873
|
*/
|
|
@@ -23892,14 +23907,14 @@ export interface WorkflowExtOpsDtoPage {
|
|
|
23892
23907
|
}
|
|
23893
23908
|
|
|
23894
23909
|
/**
|
|
23895
|
-
*
|
|
23910
|
+
* DescribeTableLineage返回参数结构体
|
|
23896
23911
|
*/
|
|
23897
|
-
export interface
|
|
23912
|
+
export interface DescribeTableLineageResponse {
|
|
23898
23913
|
/**
|
|
23899
|
-
*
|
|
23914
|
+
* 表血缘信息
|
|
23900
23915
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
23901
23916
|
*/
|
|
23902
|
-
|
|
23917
|
+
TableLineage?: TableLineageInfo
|
|
23903
23918
|
/**
|
|
23904
23919
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
23905
23920
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.1033";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeBillAdjustInfoResponse, DescribeCostSummaryByProductRequest, DescribeCostExplorerSummaryResponse, DescribeCostExplorerSummaryRequest, DescribeCostSummaryByProductResponse, DeleteAllocationTagResponse, DescribeBillDetailForOrganizationResponse, DescribeCostSummaryByResourceResponse, DescribeBillSummaryByRegionRequest, DescribeAllocateConditionsRequest, DescribeBillSummaryRequest, DescribeBillResourceSummaryResponse, DescribeAllocationOverviewResponse, DescribeDosageCosDetailByDateRequest, DeleteAllocationTagRequest, DescribeBillSummaryByProductRequest,
|
|
3
|
+
import { DescribeBillAdjustInfoResponse, DescribeCostSummaryByProductRequest, DescribeCostExplorerSummaryResponse, DescribeCostExplorerSummaryRequest, DescribeCostSummaryByProductResponse, DeleteAllocationTagResponse, DescribeBillDetailForOrganizationResponse, DescribeCostSummaryByResourceResponse, DescribeBillSummaryByRegionRequest, DescribeAllocateConditionsRequest, DescribeBillSummaryRequest, DescribeBillResourceSummaryResponse, DescribeAllocationOverviewResponse, DescribeDosageCosDetailByDateRequest, DeleteAllocationTagRequest, DescribeBillSummaryByProductRequest, DescribeDosageDetailListResponse, DescribeAllocationBillDetailRequest, DescribeBillListRequest, DescribeAllocationTrendByMonthRequest, DescribeVoucherUsageDetailsResponse, DescribeAllocationOverviewRequest, DescribeGatherResourceResponse, DescribeCostDetailResponse, DescribeAllocationMonthOverviewResponse, DescribeAllocationSummaryByItemResponse, DescribeDosageDetailByDateResponse, DescribeDosageDetailByDateRequest, DescribeGatherResourceRequest, DescribeCostSummaryByProjectResponse, DescribeBillSummaryByTagResponse, DescribeBillSummaryByPayModeResponse, DescribeAllocationSummaryByBusinessResponse, DescribeAllocationSummaryByItemRequest, DescribeBillSummaryByTagRequest, DescribeSavingPlanCoverageResponse, DescribeBillSummaryByProjectRequest, DescribeBillResourceSummaryForOrganizationRequest, DescribeCostSummaryByRegionRequest, DescribeBillDownloadUrlRequest, DescribeAllocationSummaryByBusinessRequest, DescribeBillSummaryByPayModeRequest, DescribeAllocationBillConditionsRequest, DescribeSavingPlanCoverageRequest, PayDealsResponse, DescribeBillDetailResponse, DescribeDealsByCondResponse, DescribeBillSummaryByProjectResponse, DescribeBillAdjustInfoRequest, PayDealsRequest, DescribeAllocationBillConditionsResponse, DescribeAllocationMonthOverviewRequest, DescribeBillSummaryResponse, DescribeBillSummaryForOrganizationRequest, DescribeBillDetailForOrganizationRequest, DescribeVoucherUsageDetailsRequest, DescribeBillResourceSummaryRequest, DescribeCostDetailRequest, DescribeAllocationSummaryByResourceRequest, DescribeBillSummaryForOrganizationResponse, DescribeTagListRequest, DescribeBillResourceSummaryForOrganizationResponse, DescribeCostSummaryByProjectRequest, DescribeCostSummaryByResourceRequest, CreateAllocationTagRequest, DescribeBillSummaryByProductResponse, DescribeBillSummaryByRegionResponse, CreateAllocationTagResponse, DescribeBillDownloadUrlResponse, DescribeAccountBalanceRequest, DescribeBillDetailRequest, DescribeSavingPlanResourceInfoRequest, DescribeVoucherInfoResponse, DescribeBillListResponse, DescribeAccountBalanceResponse, DescribeAllocationBillDetailResponse, DescribeAllocateConditionsResponse, DescribeDosageDetailListRequest, DescribeVoucherInfoRequest, DescribeSavingPlanResourceInfoResponse, DescribeDealsByCondRequest, DescribeAllocationSummaryByResourceResponse, DescribeDosageCosDetailByDateResponse, DescribeTagListResponse, DescribeAllocationTrendByMonthResponse, DescribeCostSummaryByRegionResponse } from "./billing_models";
|
|
4
4
|
/**
|
|
5
5
|
* billing client
|
|
6
6
|
* @class
|
|
@@ -40,12 +40,6 @@ export declare class Client extends AbstractClient {
|
|
|
40
40
|
* 查询资源目录筛选条件
|
|
41
41
|
*/
|
|
42
42
|
DescribeAllocateConditions(req: DescribeAllocateConditionsRequest, cb?: (error: string, rep: DescribeAllocateConditionsResponse) => void): Promise<DescribeAllocateConditionsResponse>;
|
|
43
|
-
/**
|
|
44
|
-
* 接口迁移到其他业务
|
|
45
|
-
|
|
46
|
-
查用当前用户明细节省计划总览查询时段内的使用情况
|
|
47
|
-
*/
|
|
48
|
-
DescribeSavingPlanOverview(req: DescribeSavingPlanOverviewRequest, cb?: (error: string, rep: DescribeSavingPlanOverviewResponse) => void): Promise<DescribeSavingPlanOverviewResponse>;
|
|
49
43
|
/**
|
|
50
44
|
* 查询分账账单日概览
|
|
51
45
|
*/
|
|
@@ -117,12 +111,6 @@ export declare class Client extends AbstractClient {
|
|
|
117
111
|
* 按日期获取产品用量明细
|
|
118
112
|
*/
|
|
119
113
|
DescribeDosageDetailByDate(req: DescribeDosageDetailByDateRequest, cb?: (error: string, rep: DescribeDosageDetailByDateResponse) => void): Promise<DescribeDosageDetailByDateResponse>;
|
|
120
|
-
/**
|
|
121
|
-
* 接口迁移到其他业务
|
|
122
|
-
|
|
123
|
-
查用当前用户明细节省计划查询时段内的使用情况
|
|
124
|
-
*/
|
|
125
|
-
DescribeSavingPlanUsage(req: DescribeSavingPlanUsageRequest, cb?: (error: string, rep: DescribeSavingPlanUsageResponse) => void): Promise<DescribeSavingPlanUsageResponse>;
|
|
126
114
|
/**
|
|
127
115
|
* 可以通过API获取当前UIN是否有调账,客户可以更快地主动地获取调账情况。
|
|
128
116
|
*/
|
|
@@ -172,11 +160,9 @@ export declare class Client extends AbstractClient {
|
|
|
172
160
|
*/
|
|
173
161
|
PayDeals(req: PayDealsRequest, cb?: (error: string, rep: PayDealsResponse) => void): Promise<PayDealsResponse>;
|
|
174
162
|
/**
|
|
175
|
-
*
|
|
176
|
-
|
|
177
|
-
创建节省计划订单,创建订单完成需调用PayDeals接口完成订单支付
|
|
163
|
+
* 获取按产品汇总消耗详情
|
|
178
164
|
*/
|
|
179
|
-
|
|
165
|
+
DescribeCostSummaryByProduct(req: DescribeCostSummaryByProductRequest, cb?: (error: string, rep: DescribeCostSummaryByProductResponse) => void): Promise<DescribeCostSummaryByProductResponse>;
|
|
180
166
|
/**
|
|
181
167
|
* 批量取消设置分账标签
|
|
182
168
|
*/
|
|
@@ -185,10 +171,6 @@ export declare class Client extends AbstractClient {
|
|
|
185
171
|
* 查询订单
|
|
186
172
|
*/
|
|
187
173
|
DescribeDealsByCond(req: DescribeDealsByCondRequest, cb?: (error: string, rep: DescribeDealsByCondResponse) => void): Promise<DescribeDealsByCondResponse>;
|
|
188
|
-
/**
|
|
189
|
-
* 获取按产品汇总消耗详情
|
|
190
|
-
*/
|
|
191
|
-
DescribeCostSummaryByProduct(req: DescribeCostSummaryByProductRequest, cb?: (error: string, rep: DescribeCostSummaryByProductResponse) => void): Promise<DescribeCostSummaryByProductResponse>;
|
|
192
174
|
/**
|
|
193
175
|
* 查询分账账单按组件汇总
|
|
194
176
|
*/
|
|
@@ -76,14 +76,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
76
76
|
async DescribeAllocateConditions(req, cb) {
|
|
77
77
|
return this.request("DescribeAllocateConditions", req, cb);
|
|
78
78
|
}
|
|
79
|
-
/**
|
|
80
|
-
* 接口迁移到其他业务
|
|
81
|
-
|
|
82
|
-
查用当前用户明细节省计划总览查询时段内的使用情况
|
|
83
|
-
*/
|
|
84
|
-
async DescribeSavingPlanOverview(req, cb) {
|
|
85
|
-
return this.request("DescribeSavingPlanOverview", req, cb);
|
|
86
|
-
}
|
|
87
79
|
/**
|
|
88
80
|
* 查询分账账单日概览
|
|
89
81
|
*/
|
|
@@ -189,14 +181,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
189
181
|
async DescribeDosageDetailByDate(req, cb) {
|
|
190
182
|
return this.request("DescribeDosageDetailByDate", req, cb);
|
|
191
183
|
}
|
|
192
|
-
/**
|
|
193
|
-
* 接口迁移到其他业务
|
|
194
|
-
|
|
195
|
-
查用当前用户明细节省计划查询时段内的使用情况
|
|
196
|
-
*/
|
|
197
|
-
async DescribeSavingPlanUsage(req, cb) {
|
|
198
|
-
return this.request("DescribeSavingPlanUsage", req, cb);
|
|
199
|
-
}
|
|
200
184
|
/**
|
|
201
185
|
* 可以通过API获取当前UIN是否有调账,客户可以更快地主动地获取调账情况。
|
|
202
186
|
*/
|
|
@@ -270,12 +254,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
270
254
|
return this.request("PayDeals", req, cb);
|
|
271
255
|
}
|
|
272
256
|
/**
|
|
273
|
-
*
|
|
274
|
-
|
|
275
|
-
创建节省计划订单,创建订单完成需调用PayDeals接口完成订单支付
|
|
257
|
+
* 获取按产品汇总消耗详情
|
|
276
258
|
*/
|
|
277
|
-
async
|
|
278
|
-
return this.request("
|
|
259
|
+
async DescribeCostSummaryByProduct(req, cb) {
|
|
260
|
+
return this.request("DescribeCostSummaryByProduct", req, cb);
|
|
279
261
|
}
|
|
280
262
|
/**
|
|
281
263
|
* 批量取消设置分账标签
|
|
@@ -289,12 +271,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
289
271
|
async DescribeDealsByCond(req, cb) {
|
|
290
272
|
return this.request("DescribeDealsByCond", req, cb);
|
|
291
273
|
}
|
|
292
|
-
/**
|
|
293
|
-
* 获取按产品汇总消耗详情
|
|
294
|
-
*/
|
|
295
|
-
async DescribeCostSummaryByProduct(req, cb) {
|
|
296
|
-
return this.request("DescribeCostSummaryByProduct", req, cb);
|
|
297
|
-
}
|
|
298
274
|
/**
|
|
299
275
|
* 查询分账账单按组件汇总
|
|
300
276
|
*/
|
|
@@ -1203,23 +1203,6 @@ export interface DescribeBillSummaryByProductRequest {
|
|
|
1203
1203
|
*/
|
|
1204
1204
|
PayType?: string;
|
|
1205
1205
|
}
|
|
1206
|
-
/**
|
|
1207
|
-
* DescribeSavingPlanOverview返回参数结构体
|
|
1208
|
-
*/
|
|
1209
|
-
export interface DescribeSavingPlanOverviewResponse {
|
|
1210
|
-
/**
|
|
1211
|
-
* 节省计划总览明细数据
|
|
1212
|
-
*/
|
|
1213
|
-
Overviews?: Array<SavingPlanOverviewDetail>;
|
|
1214
|
-
/**
|
|
1215
|
-
* 查询命中的节省计划总览明细数据总条数
|
|
1216
|
-
*/
|
|
1217
|
-
Total?: number;
|
|
1218
|
-
/**
|
|
1219
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1220
|
-
*/
|
|
1221
|
-
RequestId?: string;
|
|
1222
|
-
}
|
|
1223
1206
|
/**
|
|
1224
1207
|
* 经销账单资源汇总数据对象
|
|
1225
1208
|
*/
|
|
@@ -2642,60 +2625,6 @@ export interface DescribeAllocationSummaryByBusinessRequest {
|
|
|
2642
2625
|
*/
|
|
2643
2626
|
SearchKey?: string;
|
|
2644
2627
|
}
|
|
2645
|
-
/**
|
|
2646
|
-
* CreateSavingPlanOrder返回参数结构体
|
|
2647
|
-
*/
|
|
2648
|
-
export interface CreateSavingPlanOrderResponse {
|
|
2649
|
-
/**
|
|
2650
|
-
* 订单号
|
|
2651
|
-
*/
|
|
2652
|
-
BigDealId?: string;
|
|
2653
|
-
/**
|
|
2654
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2655
|
-
*/
|
|
2656
|
-
RequestId?: string;
|
|
2657
|
-
}
|
|
2658
|
-
/**
|
|
2659
|
-
* 节省计划总览明细数据
|
|
2660
|
-
*/
|
|
2661
|
-
export interface SavingPlanOverviewDetail {
|
|
2662
|
-
/**
|
|
2663
|
-
* 节省计划类型
|
|
2664
|
-
*/
|
|
2665
|
-
SpType?: string;
|
|
2666
|
-
/**
|
|
2667
|
-
* 支付类型
|
|
2668
|
-
*/
|
|
2669
|
-
PayType?: number;
|
|
2670
|
-
/**
|
|
2671
|
-
* 支付金额(单位:元)
|
|
2672
|
-
*/
|
|
2673
|
-
PayAmount?: string;
|
|
2674
|
-
/**
|
|
2675
|
-
* 开始时间 yyyy-mm-dd HH:mm:ss格式
|
|
2676
|
-
*/
|
|
2677
|
-
StartTime?: string;
|
|
2678
|
-
/**
|
|
2679
|
-
* 结束时间 yyyy-mm-dd HH:mm:ss格式
|
|
2680
|
-
*/
|
|
2681
|
-
EndTime?: string;
|
|
2682
|
-
/**
|
|
2683
|
-
* 购买时间 yyyy-mm-dd HH:mm:ss格式
|
|
2684
|
-
*/
|
|
2685
|
-
BuyTime?: string;
|
|
2686
|
-
/**
|
|
2687
|
-
* 状态
|
|
2688
|
-
*/
|
|
2689
|
-
Status?: number;
|
|
2690
|
-
/**
|
|
2691
|
-
* 累计节省金额(单位:元)
|
|
2692
|
-
*/
|
|
2693
|
-
SavingAmount?: string;
|
|
2694
|
-
/**
|
|
2695
|
-
* 地域
|
|
2696
|
-
*/
|
|
2697
|
-
Region?: Array<string>;
|
|
2698
|
-
}
|
|
2699
2628
|
/**
|
|
2700
2629
|
* DescribeBillSummaryByPayMode请求参数结构体
|
|
2701
2630
|
*/
|
|
@@ -3334,47 +3263,6 @@ export interface BillDetail {
|
|
|
3334
3263
|
*/
|
|
3335
3264
|
DiscountContent?: string;
|
|
3336
3265
|
}
|
|
3337
|
-
/**
|
|
3338
|
-
* CreateSavingPlanOrder请求参数结构体
|
|
3339
|
-
*/
|
|
3340
|
-
export interface CreateSavingPlanOrderRequest {
|
|
3341
|
-
/**
|
|
3342
|
-
* 地域编码
|
|
3343
|
-
*/
|
|
3344
|
-
RegionId: number;
|
|
3345
|
-
/**
|
|
3346
|
-
* 区域编码
|
|
3347
|
-
*/
|
|
3348
|
-
ZoneId: number;
|
|
3349
|
-
/**
|
|
3350
|
-
* 预付费类型
|
|
3351
|
-
*/
|
|
3352
|
-
PrePayType: string;
|
|
3353
|
-
/**
|
|
3354
|
-
* 时长
|
|
3355
|
-
*/
|
|
3356
|
-
TimeSpan: number;
|
|
3357
|
-
/**
|
|
3358
|
-
* 时长单位
|
|
3359
|
-
*/
|
|
3360
|
-
TimeUnit: string;
|
|
3361
|
-
/**
|
|
3362
|
-
* 商品唯一标识
|
|
3363
|
-
*/
|
|
3364
|
-
CommodityCode: string;
|
|
3365
|
-
/**
|
|
3366
|
-
* 承诺时长内的小额金额(单位:元)
|
|
3367
|
-
*/
|
|
3368
|
-
PromiseUseAmount: number;
|
|
3369
|
-
/**
|
|
3370
|
-
* 节省计划的指定生效时间,若不传则为当前下单时间。传参数格式:"2023-10-01 00:00:00",仅支持指定日期的0点时刻
|
|
3371
|
-
*/
|
|
3372
|
-
SpecifyEffectTime?: string;
|
|
3373
|
-
/**
|
|
3374
|
-
* 可重入ID
|
|
3375
|
-
*/
|
|
3376
|
-
ClientToken?: string;
|
|
3377
|
-
}
|
|
3378
3266
|
/**
|
|
3379
3267
|
* DescribeBillDetail返回参数结构体
|
|
3380
3268
|
*/
|
|
@@ -4917,27 +4805,6 @@ export interface AllocationSummaryByBusiness {
|
|
|
4917
4805
|
*/
|
|
4918
4806
|
AllocationRealTotalCost?: string;
|
|
4919
4807
|
}
|
|
4920
|
-
/**
|
|
4921
|
-
* DescribeSavingPlanOverview请求参数结构体
|
|
4922
|
-
*/
|
|
4923
|
-
export interface DescribeSavingPlanOverviewRequest {
|
|
4924
|
-
/**
|
|
4925
|
-
* 开始时间,格式yyyy-MM-dd 注:查询范围请勿超过6个月
|
|
4926
|
-
*/
|
|
4927
|
-
StartDate: string;
|
|
4928
|
-
/**
|
|
4929
|
-
* 结束时间,格式yyyy-MM-dd
|
|
4930
|
-
*/
|
|
4931
|
-
EndDate: string;
|
|
4932
|
-
/**
|
|
4933
|
-
* 分页偏移量
|
|
4934
|
-
*/
|
|
4935
|
-
Offset: number;
|
|
4936
|
-
/**
|
|
4937
|
-
* 每页数量,最大值为200
|
|
4938
|
-
*/
|
|
4939
|
-
Limit: number;
|
|
4940
|
-
}
|
|
4941
4808
|
/**
|
|
4942
4809
|
* 分账账单趋势图
|
|
4943
4810
|
*/
|
|
@@ -6001,52 +5868,6 @@ export interface DescribeBillSummaryByProductResponse {
|
|
|
6001
5868
|
*/
|
|
6002
5869
|
RequestId?: string;
|
|
6003
5870
|
}
|
|
6004
|
-
/**
|
|
6005
|
-
* 节省计划使用率数据
|
|
6006
|
-
*/
|
|
6007
|
-
export interface SavingPlanUsageDetail {
|
|
6008
|
-
/**
|
|
6009
|
-
* 节省计划类型
|
|
6010
|
-
*/
|
|
6011
|
-
SpType?: string;
|
|
6012
|
-
/**
|
|
6013
|
-
* 节省计划状态
|
|
6014
|
-
*/
|
|
6015
|
-
Status?: number;
|
|
6016
|
-
/**
|
|
6017
|
-
* 累计抵扣的金额(单位:元)
|
|
6018
|
-
*/
|
|
6019
|
-
DeductAmount?: string;
|
|
6020
|
-
/**
|
|
6021
|
-
* 累计承诺消费金额(单位:元)
|
|
6022
|
-
*/
|
|
6023
|
-
PromiseAmount?: string;
|
|
6024
|
-
/**
|
|
6025
|
-
* 累计净节省金额(单位:元)
|
|
6026
|
-
*/
|
|
6027
|
-
NetSavings?: string;
|
|
6028
|
-
/**
|
|
6029
|
-
* 使用率
|
|
6030
|
-
*/
|
|
6031
|
-
UtilizationRate?: number;
|
|
6032
|
-
/**
|
|
6033
|
-
* 累计流失金额(单位:元)
|
|
6034
|
-
*/
|
|
6035
|
-
LossAmount?: string;
|
|
6036
|
-
/**
|
|
6037
|
-
* 累计按量计费预期金额(单位:元)
|
|
6038
|
-
*/
|
|
6039
|
-
DosageAmount?: string;
|
|
6040
|
-
/**
|
|
6041
|
-
* 累计成本金额(单位:元)
|
|
6042
|
-
*/
|
|
6043
|
-
CostAmount?: string;
|
|
6044
|
-
/**
|
|
6045
|
-
* 地域
|
|
6046
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6047
|
-
*/
|
|
6048
|
-
Region?: Array<string>;
|
|
6049
|
-
}
|
|
6050
5871
|
/**
|
|
6051
5872
|
* DescribeBillSummaryByRegion返回参数结构体
|
|
6052
5873
|
*/
|
|
@@ -6663,23 +6484,6 @@ export interface BusinessSummaryOverviewItem {
|
|
|
6663
6484
|
*/
|
|
6664
6485
|
TotalCost?: string;
|
|
6665
6486
|
}
|
|
6666
|
-
/**
|
|
6667
|
-
* DescribeSavingPlanUsage返回参数结构体
|
|
6668
|
-
*/
|
|
6669
|
-
export interface DescribeSavingPlanUsageResponse {
|
|
6670
|
-
/**
|
|
6671
|
-
* 节省计划使用率数据
|
|
6672
|
-
*/
|
|
6673
|
-
Usages?: Array<SavingPlanUsageDetail>;
|
|
6674
|
-
/**
|
|
6675
|
-
* 查询命中的节省计划总览明细数据总条数
|
|
6676
|
-
*/
|
|
6677
|
-
Total?: number;
|
|
6678
|
-
/**
|
|
6679
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6680
|
-
*/
|
|
6681
|
-
RequestId?: string;
|
|
6682
|
-
}
|
|
6683
6487
|
/**
|
|
6684
6488
|
* 标签筛选列表
|
|
6685
6489
|
*/
|
|
@@ -6925,31 +6729,6 @@ export interface BillActionType {
|
|
|
6925
6729
|
*/
|
|
6926
6730
|
ActionTypeName: string;
|
|
6927
6731
|
}
|
|
6928
|
-
/**
|
|
6929
|
-
* DescribeSavingPlanUsage请求参数结构体
|
|
6930
|
-
*/
|
|
6931
|
-
export interface DescribeSavingPlanUsageRequest {
|
|
6932
|
-
/**
|
|
6933
|
-
* 开始时间,格式yyyy-MM-dd 注:查询范围请勿超过6个月
|
|
6934
|
-
*/
|
|
6935
|
-
StartDate: string;
|
|
6936
|
-
/**
|
|
6937
|
-
* 结束时间,格式yyyy-MM-dd
|
|
6938
|
-
*/
|
|
6939
|
-
EndDate: string;
|
|
6940
|
-
/**
|
|
6941
|
-
* 分页偏移量
|
|
6942
|
-
*/
|
|
6943
|
-
Offset: number;
|
|
6944
|
-
/**
|
|
6945
|
-
* 每页数量,最大值为200
|
|
6946
|
-
*/
|
|
6947
|
-
Limit: number;
|
|
6948
|
-
/**
|
|
6949
|
-
* 查询结果数据的时间间隔
|
|
6950
|
-
*/
|
|
6951
|
-
TimeInterval: string;
|
|
6952
|
-
}
|
|
6953
6732
|
/**
|
|
6954
6733
|
* 资源归集汇总
|
|
6955
6734
|
*/
|