@alicloud/xtee20210910 2.4.0 → 2.4.2
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/dist/client.d.ts +516 -516
- package/dist/client.js +519 -516
- package/dist/client.js.map +1 -1
- package/dist/models/BindVariableRequest.d.ts +19 -19
- package/dist/models/BindVariableResponseBody.d.ts +2 -2
- package/dist/models/CancelSubTaskRequest.d.ts +14 -0
- package/dist/models/CancelSubTaskRequest.js.map +1 -1
- package/dist/models/CancelSubTaskResponseBody.d.ts +15 -0
- package/dist/models/CancelSubTaskResponseBody.js.map +1 -1
- package/dist/models/CheckCustVariableLimitRequest.d.ts +5 -5
- package/dist/models/CheckCustVariableLimitResponseBody.d.ts +2 -2
- package/dist/models/CheckExpressionVariableLimitRequest.d.ts +4 -4
- package/dist/models/CheckExpressionVariableLimitResponseBody.d.ts +2 -2
- package/dist/models/CheckFieldLimitRequest.d.ts +5 -5
- package/dist/models/CheckFieldLimitResponseBody.d.ts +2 -2
- package/dist/models/CheckSampleNameRequest.d.ts +9 -0
- package/dist/models/CheckSampleNameRequest.js.map +1 -1
- package/dist/models/CheckSampleNameResponseBody.d.ts +15 -0
- package/dist/models/CheckSampleNameResponseBody.js.map +1 -1
- package/dist/models/CheckTaskGroupNameRequest.d.ts +9 -0
- package/dist/models/CheckTaskGroupNameRequest.js.map +1 -1
- package/dist/models/CheckTaskGroupNameResponseBody.d.ts +15 -0
- package/dist/models/CheckTaskGroupNameResponseBody.js.map +1 -1
- package/dist/models/CheckUsageVariableRequest.d.ts +5 -5
- package/dist/models/CheckUsageVariableResponseBody.d.ts +2 -2
- package/dist/models/CreateAnalysisConditionFavoriteRequest.d.ts +12 -12
- package/dist/models/CreateAnalysisConditionFavoriteResponseBody.d.ts +2 -2
- package/dist/models/CreateAnalysisExportTaskRequest.d.ts +18 -13
- package/dist/models/CreateAnalysisExportTaskRequest.js.map +1 -1
- package/dist/models/CreateAnalysisExportTaskResponseBody.d.ts +13 -13
- package/dist/models/CreateAppKeyRequest.d.ts +4 -4
- package/dist/models/CreateAppKeyResponseBody.d.ts +2 -2
- package/dist/models/CreateCustVariableRequest.d.ts +17 -17
- package/dist/models/CreateCustVariableResponseBody.d.ts +2 -2
- package/dist/models/CreateDataSourceRequest.d.ts +8 -8
- package/dist/models/CreateDataSourceResponseBody.d.ts +2 -2
- package/dist/models/CreateEventRequest.d.ts +11 -11
- package/dist/models/CreateEventResponseBody.d.ts +2 -2
- package/dist/models/CreateExpressionVariableRequest.d.ts +12 -12
- package/dist/models/CreateExpressionVariableResponseBody.d.ts +2 -2
- package/dist/models/CreateFieldRequest.d.ts +11 -11
- package/dist/models/CreateFieldResponseBody.d.ts +2 -2
- package/dist/models/CreateForeignPocSampleAdvanceRequest.d.ts +24 -0
- package/dist/models/CreateForeignPocSampleAdvanceRequest.js.map +1 -1
- package/dist/models/CreateForeignPocSampleRequest.d.ts +24 -0
- package/dist/models/CreateForeignPocSampleRequest.js.map +1 -1
- package/dist/models/CreateForeignPocSampleResponseBody.d.ts +31 -0
- package/dist/models/CreateForeignPocSampleResponseBody.js.map +1 -1
- package/dist/models/CreatePocEvRequest.d.ts +13 -13
- package/dist/models/CreatePocEvResponseBody.d.ts +5 -5
- package/dist/models/CreatePocSampleRequest.d.ts +28 -0
- package/dist/models/CreatePocSampleRequest.js.map +1 -1
- package/dist/models/CreatePocSampleResponseBody.d.ts +31 -0
- package/dist/models/CreatePocSampleResponseBody.js.map +1 -1
- package/dist/models/CreateQueryVariableRequest.d.ts +13 -13
- package/dist/models/CreateQueryVariableResponseBody.d.ts +2 -2
- package/dist/models/CreateRecommendEventRuleRequest.d.ts +8 -8
- package/dist/models/CreateRecommendEventRuleResponseBody.d.ts +2 -2
- package/dist/models/CreateRecommendTaskRequest.d.ts +8 -8
- package/dist/models/CreateRecommendTaskResponseBody.d.ts +2 -2
- package/dist/models/CreateRuleRequest.d.ts +16 -16
- package/dist/models/CreateRuleResponseBody.d.ts +2 -2
- package/dist/models/CreateSampleApiRequest.d.ts +8 -8
- package/dist/models/CreateSampleApiResponseBody.d.ts +4 -4
- package/dist/models/CreateSampleDataRequest.d.ts +13 -10
- package/dist/models/CreateSampleDataRequest.js.map +1 -1
- package/dist/models/CreateSampleDataResponseBody.d.ts +2 -2
- package/dist/models/CreateSampleRequest.d.ts +11 -11
- package/dist/models/CreateSampleResponseBody.d.ts +8 -8
- package/dist/models/CreateSimulationTaskRequest.d.ts +12 -12
- package/dist/models/CreateSimulationTaskResponseBody.d.ts +2 -2
- package/dist/models/CreateTaskGroupRequest.d.ts +39 -0
- package/dist/models/CreateTaskGroupRequest.js +2 -0
- package/dist/models/CreateTaskGroupRequest.js.map +1 -1
- package/dist/models/CreateTaskGroupResponseBody.d.ts +190 -0
- package/dist/models/CreateTaskGroupResponseBody.js +55 -1
- package/dist/models/CreateTaskGroupResponseBody.js.map +1 -1
- package/dist/models/DeleteAnalysisConditionFavoriteRequest.d.ts +5 -5
- package/dist/models/DeleteAnalysisConditionFavoriteResponseBody.d.ts +2 -2
- package/dist/models/DeleteByPassShuntEventRequest.d.ts +5 -5
- package/dist/models/DeleteByPassShuntEventResponseBody.d.ts +6 -6
- package/dist/models/DeleteCustVariableRequest.d.ts +7 -7
- package/dist/models/DeleteCustVariableResponseBody.d.ts +2 -2
- package/dist/models/DeleteDataSourceRequest.d.ts +5 -5
- package/dist/models/DeleteDataSourceResponseBody.d.ts +2 -2
- package/dist/models/DeleteExpressionVariableRequest.d.ts +6 -6
- package/dist/models/DeleteExpressionVariableResponseBody.d.ts +2 -2
- package/dist/models/DeleteFieldRequest.d.ts +6 -6
- package/dist/models/DeleteFieldResponseBody.d.ts +2 -2
- package/dist/models/DeleteNameListDataRequest.d.ts +5 -5
- package/dist/models/DeleteNameListDataResponseBody.d.ts +2 -2
- package/dist/models/DeleteNameListRequest.d.ts +5 -5
- package/dist/models/DeleteNameListResponseBody.d.ts +2 -2
- package/dist/models/DeleteQueryVariableRequest.d.ts +5 -5
- package/dist/models/DeleteQueryVariableResponseBody.d.ts +2 -2
- package/dist/models/DeleteRuleRequest.d.ts +6 -6
- package/dist/models/DeleteRuleResponseBody.d.ts +2 -2
- package/dist/models/DeleteSampleBatchRequest.d.ts +6 -6
- package/dist/models/DeleteSampleBatchResponseBody.d.ts +2 -2
- package/dist/models/DeleteSampleDataRequest.d.ts +5 -5
- package/dist/models/DeleteSampleDataResponseBody.d.ts +2 -2
- package/dist/models/DeleteSampleRequest.d.ts +9 -0
- package/dist/models/DeleteSampleRequest.js.map +1 -1
- package/dist/models/DeleteSampleResponseBody.d.ts +15 -0
- package/dist/models/DeleteSampleResponseBody.js.map +1 -1
- package/dist/models/DescribeAdvanceSearchLeftVariableListRequest.d.ts +5 -5
- package/dist/models/DescribeAdvanceSearchLeftVariableListResponseBody.d.ts +13 -13
- package/dist/models/DescribeAdvanceSearchPageListRequest.d.ts +11 -11
- package/dist/models/DescribeAdvanceSearchPageListResponseBody.d.ts +13 -13
- package/dist/models/DescribeAllDataSourceRequest.d.ts +3 -3
- package/dist/models/DescribeAllDataSourceResponseBody.d.ts +5 -5
- package/dist/models/DescribeAllEventNameAndCodeRequest.d.ts +5 -5
- package/dist/models/DescribeAllEventNameAndCodeResponseBody.d.ts +15 -15
- package/dist/models/DescribeAllRootVariableRequest.d.ts +11 -11
- package/dist/models/DescribeAllRootVariableResponseBody.d.ts +18 -18
- package/dist/models/DescribeAnalysisColumnFieldListRequest.d.ts +4 -4
- package/dist/models/DescribeAnalysisColumnFieldListResponseBody.d.ts +2 -2
- package/dist/models/DescribeAnalysisColumnListRequest.d.ts +4 -4
- package/dist/models/DescribeAnalysisColumnListResponseBody.d.ts +8 -8
- package/dist/models/DescribeAnalysisConditionFavoriteListRequest.d.ts +2 -2
- package/dist/models/DescribeAnalysisConditionFavoriteListResponseBody.d.ts +11 -11
- package/dist/models/DescribeAnalysisExportTaskDownloadUrlRequest.d.ts +2 -2
- package/dist/models/DescribeAnalysisExportTaskDownloadUrlResponseBody.d.ts +2 -2
- package/dist/models/DescribeApiGroupsRequest.d.ts +4 -4
- package/dist/models/DescribeApiGroupsResponseBody.d.ts +2 -2
- package/dist/models/DescribeApiLimitRequest.d.ts +4 -4
- package/dist/models/DescribeApiLimitResponseBody.d.ts +5 -5
- package/dist/models/DescribeApiNameListRequest.d.ts +4 -4
- package/dist/models/DescribeApiNameListResponseBody.d.ts +4 -4
- package/dist/models/DescribeApiRequest.d.ts +7 -7
- package/dist/models/DescribeApiResponseBody.d.ts +2 -2
- package/dist/models/DescribeApiVariableRequest.d.ts +3 -3
- package/dist/models/DescribeApiVariableResponseBody.d.ts +2 -2
- package/dist/models/DescribeApisRequest.d.ts +6 -6
- package/dist/models/DescribeApisResponseBody.d.ts +2 -2
- package/dist/models/DescribeAppKeyPageRequest.d.ts +6 -6
- package/dist/models/DescribeAppKeyPageResponseBody.d.ts +14 -14
- package/dist/models/DescribeAuditConfigRequest.d.ts +4 -4
- package/dist/models/DescribeAuditConfigResponseBody.d.ts +5 -5
- package/dist/models/DescribeAuditDetailsRequest.d.ts +4 -4
- package/dist/models/DescribeAuditDetailsResponseBody.d.ts +5 -5
- package/dist/models/DescribeAuditPageListRequest.d.ts +9 -9
- package/dist/models/DescribeAuditPageListResponseBody.d.ts +6 -6
- package/dist/models/DescribeAuthEventNameListRequest.d.ts +4 -4
- package/dist/models/DescribeAuthEventNameListResponseBody.d.ts +2 -2
- package/dist/models/DescribeAuthRulePageListRequest.d.ts +7 -7
- package/dist/models/DescribeAuthRulePageListResponseBody.d.ts +16 -16
- package/dist/models/DescribeAuthSceneListRequest.d.ts +4 -4
- package/dist/models/DescribeAuthSceneListResponseBody.d.ts +3 -3
- package/dist/models/DescribeAuthScenePageListRequest.d.ts +5 -5
- package/dist/models/DescribeAuthScenePageListResponseBody.d.ts +11 -11
- package/dist/models/DescribeAuthStatusRequest.d.ts +4 -4
- package/dist/models/DescribeAuthStatusResponseBody.d.ts +2 -2
- package/dist/models/DescribeAvgExecuteCostReportRequest.d.ts +3 -3
- package/dist/models/DescribeAvgExecuteCostReportResponseBody.d.ts +8 -8
- package/dist/models/DescribeBasicSearchPageListRequest.d.ts +10 -10
- package/dist/models/DescribeBasicSearchPageListResponseBody.d.ts +13 -13
- package/dist/models/DescribeBasicStartRequest.d.ts +5 -5
- package/dist/models/DescribeBasicStartResponseBody.d.ts +6 -6
- package/dist/models/DescribeByPassShuntEventRequest.d.ts +5 -5
- package/dist/models/DescribeByPassShuntEventResponseBody.d.ts +7 -7
- package/dist/models/DescribeCustVariableConfigListRequest.d.ts +6 -6
- package/dist/models/DescribeCustVariableConfigListResponseBody.d.ts +4 -4
- package/dist/models/DescribeCustVariableDetailRequest.d.ts +4 -4
- package/dist/models/DescribeCustVariableDetailResponseBody.d.ts +16 -16
- package/dist/models/DescribeCustVariablePageRequest.d.ts +9 -9
- package/dist/models/DescribeCustVariablePageResponseBody.d.ts +15 -15
- package/dist/models/DescribeDataSourceDataDownloadUrlRequest.d.ts +5 -5
- package/dist/models/DescribeDataSourceDataDownloadUrlResponseBody.d.ts +3 -3
- package/dist/models/DescribeDataSourceFieldsRequest.d.ts +5 -5
- package/dist/models/DescribeDataSourceFieldsResponseBody.d.ts +2 -2
- package/dist/models/DescribeDataSourcePageListRequest.d.ts +8 -8
- package/dist/models/DescribeDataSourcePageListResponseBody.d.ts +15 -15
- package/dist/models/DescribeDecisionResultFluctuationRequest.d.ts +5 -5
- package/dist/models/DescribeDecisionResultFluctuationResponseBody.d.ts +12 -12
- package/dist/models/DescribeDecisionResultTrendRequest.d.ts +6 -6
- package/dist/models/DescribeDecisionResultTrendResponseBody.d.ts +13 -13
- package/dist/models/DescribeDetailStartRequest.d.ts +7 -7
- package/dist/models/DescribeDetailStartResponseBody.d.ts +6 -6
- package/dist/models/DescribeDownloadUrlRequest.d.ts +6 -6
- package/dist/models/DescribeDownloadUrlResponseBody.d.ts +2 -2
- package/dist/models/DescribeEventBaseInfoByEventCodeRequest.d.ts +5 -5
- package/dist/models/DescribeEventBaseInfoByEventCodeResponseBody.d.ts +26 -26
- package/dist/models/DescribeEventCountRequest.d.ts +4 -4
- package/dist/models/DescribeEventCountResponseBody.d.ts +9 -9
- package/dist/models/DescribeEventDetailByRequestIdRequest.d.ts +7 -7
- package/dist/models/DescribeEventDetailByRequestIdResponseBody.d.ts +2 -2
- package/dist/models/DescribeEventLogDetailRequest.d.ts +5 -5
- package/dist/models/DescribeEventLogDetailResponseBody.d.ts +2 -2
- package/dist/models/DescribeEventLogPageRequest.d.ts +31 -31
- package/dist/models/DescribeEventLogPageResponseBody.d.ts +17 -17
- package/dist/models/DescribeEventPageListRequest.d.ts +9 -9
- package/dist/models/DescribeEventPageListResponseBody.d.ts +27 -27
- package/dist/models/DescribeEventResultBarChartRequest.d.ts +5 -5
- package/dist/models/DescribeEventResultBarChartResponseBody.d.ts +14 -14
- package/dist/models/DescribeEventResultListRequest.d.ts +8 -8
- package/dist/models/DescribeEventResultListResponseBody.d.ts +16 -16
- package/dist/models/DescribeEventTaskHistoryRequest.d.ts +3 -3
- package/dist/models/DescribeEventTaskHistoryResponseBody.d.ts +6 -6
- package/dist/models/DescribeEventTotalCountReportRequest.d.ts +2 -2
- package/dist/models/DescribeEventTotalCountReportResponseBody.d.ts +6 -6
- package/dist/models/DescribeEventUploadPolicyRequest.d.ts +3 -3
- package/dist/models/DescribeEventUploadPolicyResponseBody.d.ts +8 -8
- package/dist/models/DescribeEventVariableListRequest.d.ts +9 -7
- package/dist/models/DescribeEventVariableListRequest.js.map +1 -1
- package/dist/models/DescribeEventVariableListResponseBody.d.ts +322 -322
- package/dist/models/DescribeEventVariableTemplateBindRequest.d.ts +7 -7
- package/dist/models/DescribeEventVariableTemplateBindResponseBody.d.ts +20 -20
- package/dist/models/DescribeEventVariableTemplateListRequest.d.ts +6 -6
- package/dist/models/DescribeEventVariableTemplateListResponseBody.d.ts +12 -12
- package/dist/models/DescribeEventsVariableListRequest.d.ts +8 -8
- package/dist/models/DescribeEventsVariableListResponseBody.d.ts +2 -2
- package/dist/models/DescribeExcuteNumRequest.d.ts +5 -5
- package/dist/models/DescribeExcuteNumResponseBody.d.ts +1 -1
- package/dist/models/DescribeExistNameRequest.d.ts +5 -5
- package/dist/models/DescribeExistNameResponseBody.d.ts +2 -2
- package/dist/models/DescribeExistSceneRequest.d.ts +5 -5
- package/dist/models/DescribeExistSceneResponseBody.d.ts +2 -2
- package/dist/models/DescribeExpressionVariableDetailRequest.d.ts +5 -5
- package/dist/models/DescribeExpressionVariableDetailResponseBody.d.ts +2 -2
- package/dist/models/DescribeExpressionVariableFunctionListRequest.d.ts +3 -3
- package/dist/models/DescribeExpressionVariableFunctionListResponseBody.d.ts +10 -10
- package/dist/models/DescribeExpressionVariablePageRequest.d.ts +9 -9
- package/dist/models/DescribeExpressionVariablePageResponseBody.d.ts +16 -16
- package/dist/models/DescribeFieldByIdRequest.d.ts +5 -5
- package/dist/models/DescribeFieldByIdResponseBody.d.ts +2 -2
- package/dist/models/DescribeFieldListRequest.d.ts +5 -5
- package/dist/models/DescribeFieldListResponseBody.d.ts +15 -15
- package/dist/models/DescribeFieldPageRequest.d.ts +12 -12
- package/dist/models/DescribeFieldPageResponseBody.d.ts +15 -15
- package/dist/models/DescribeGroupAccountPageRequest.d.ts +11 -11
- package/dist/models/DescribeGroupAccountPageResponseBody.d.ts +6 -6
- package/dist/models/DescribeGroupConditionListRequest.d.ts +4 -4
- package/dist/models/DescribeGroupConditionListResponseBody.d.ts +4 -4
- package/dist/models/DescribeGroupPageRequest.d.ts +10 -10
- package/dist/models/DescribeGroupPageResponseBody.d.ts +14 -14
- package/dist/models/DescribeGroupStatisticsByTodayRequest.d.ts +4 -4
- package/dist/models/DescribeGroupStatisticsByTodayResponseBody.d.ts +2 -2
- package/dist/models/DescribeGroupTrendRequest.d.ts +5 -5
- package/dist/models/DescribeGroupTrendResponseBody.d.ts +2 -2
- package/dist/models/DescribeHasRuleNameByEventCodeRequest.d.ts +7 -7
- package/dist/models/DescribeHasRuleNameByEventCodeResponseBody.d.ts +2 -2
- package/dist/models/DescribeHighRiskPieChartRequest.d.ts +6 -6
- package/dist/models/DescribeHighRiskPieChartResponseBody.d.ts +46 -46
- package/dist/models/DescribeHitRuleFluctuationRequest.d.ts +5 -5
- package/dist/models/DescribeHitRuleFluctuationResponseBody.d.ts +13 -13
- package/dist/models/DescribeHitRuleListRequest.d.ts +7 -7
- package/dist/models/DescribeHitRuleListResponseBody.d.ts +4 -4
- package/dist/models/DescribeHitRuleTrendRequest.d.ts +7 -7
- package/dist/models/DescribeHitRuleTrendResponseBody.d.ts +13 -13
- package/dist/models/DescribeInputFeildCountByEventCodeRequest.d.ts +6 -6
- package/dist/models/DescribeInputFeildCountByEventCodeResponseBody.d.ts +5 -5
- package/dist/models/DescribeListPocRequest.d.ts +12 -13
- package/dist/models/DescribeListPocRequest.js.map +1 -1
- package/dist/models/DescribeListPocResponseBody.d.ts +9 -9
- package/dist/models/DescribeLoanExecListRequest.d.ts +7 -7
- package/dist/models/DescribeLoanExecListResponseBody.d.ts +6 -6
- package/dist/models/DescribeLoanTaskListRequest.d.ts +8 -8
- package/dist/models/DescribeLoanTaskListResponseBody.d.ts +6 -6
- package/dist/models/DescribeMarkPageRequest.d.ts +10 -10
- package/dist/models/DescribeMarkPageResponseBody.d.ts +12 -10
- package/dist/models/DescribeMarkPageResponseBody.js.map +1 -1
- package/dist/models/DescribeMenuPermissionRequest.d.ts +4 -4
- package/dist/models/DescribeMenuPermissionResponseBody.d.ts +2 -2
- package/dist/models/DescribeModelOssPolicyResponseBody.d.ts +2 -2
- package/dist/models/DescribeMonitorTaskLimitRequest.d.ts +4 -4
- package/dist/models/DescribeMonitorTaskLimitResponseBody.d.ts +5 -5
- package/dist/models/DescribeNameListDownloadUrlRequest.d.ts +5 -5
- package/dist/models/DescribeNameListDownloadUrlResponseBody.d.ts +3 -3
- package/dist/models/DescribeNameListLimitRequest.d.ts +5 -5
- package/dist/models/DescribeNameListLimitResponseBody.d.ts +5 -5
- package/dist/models/DescribeNameListPageListRequest.d.ts +9 -9
- package/dist/models/DescribeNameListPageListResponseBody.d.ts +17 -17
- package/dist/models/DescribeNameListRequest.d.ts +7 -7
- package/dist/models/DescribeNameListResponseBody.d.ts +13 -13
- package/dist/models/DescribeNameListTypeListRequest.d.ts +4 -4
- package/dist/models/DescribeNameListTypeListResponseBody.d.ts +4 -4
- package/dist/models/DescribeNameListVariablePageListRequest.d.ts +8 -8
- package/dist/models/DescribeNameListVariablePageListResponseBody.d.ts +20 -20
- package/dist/models/DescribeOperationLogPageListRequest.d.ts +10 -10
- package/dist/models/DescribeOperationLogPageListResponseBody.d.ts +13 -13
- package/dist/models/DescribeOperatorListBySceneRequest.d.ts +5 -5
- package/dist/models/DescribeOperatorListBySceneResponseBody.d.ts +12 -12
- package/dist/models/DescribeOperatorListByTypeRequest.d.ts +4 -4
- package/dist/models/DescribeOperatorListByTypeResponseBody.d.ts +7 -7
- package/dist/models/DescribeOperatorListRequest.d.ts +4 -4
- package/dist/models/DescribeOperatorListResponseBody.d.ts +12 -12
- package/dist/models/DescribeOssAuthStatusRequest.d.ts +4 -4
- package/dist/models/DescribeOssAuthStatusResponseBody.d.ts +2 -2
- package/dist/models/DescribeOssPolicyRequest.d.ts +5 -5
- package/dist/models/DescribeOssPolicyResponseBody.d.ts +7 -7
- package/dist/models/DescribeOssTokenRequest.d.ts +6 -6
- package/dist/models/DescribeOssTokenResponseBody.d.ts +8 -8
- package/dist/models/DescribeParamByEventCodesRequest.d.ts +6 -6
- package/dist/models/DescribeParamByEventCodesResponseBody.d.ts +4 -4
- package/dist/models/DescribePocOssTokenRequest.d.ts +3 -3
- package/dist/models/DescribePocOssTokenResponseBody.d.ts +8 -8
- package/dist/models/DescribePocTaskListRequest.d.ts +7 -7
- package/dist/models/DescribePocTaskListResponseBody.d.ts +14 -14
- package/dist/models/DescribePrivateStackRequest.d.ts +1 -1
- package/dist/models/DescribePrivateStackResponseBody.d.ts +2 -2
- package/dist/models/DescribeQueryVariableDetailRequest.d.ts +5 -5
- package/dist/models/DescribeQueryVariableDetailResponseBody.d.ts +13 -13
- package/dist/models/DescribeQueryVariablePageListRequest.d.ts +8 -8
- package/dist/models/DescribeQueryVariablePageListResponseBody.d.ts +18 -18
- package/dist/models/DescribeRecommendSceneVariablesRequest.d.ts +5 -5
- package/dist/models/DescribeRecommendSceneVariablesResponseBody.d.ts +2 -2
- package/dist/models/DescribeRecommendTaskDetailRequest.d.ts +4 -4
- package/dist/models/DescribeRecommendTaskDetailResponseBody.d.ts +30 -30
- package/dist/models/DescribeRecommendTaskPageListRequest.d.ts +7 -7
- package/dist/models/DescribeRecommendTaskPageListResponseBody.d.ts +17 -17
- package/dist/models/DescribeRecommendVariablesVelocityRequest.d.ts +6 -6
- package/dist/models/DescribeRecommendVariablesVelocityResponseBody.d.ts +2 -2
- package/dist/models/DescribeRecommendVelocitiesRequest.d.ts +6 -6
- package/dist/models/DescribeRecommendVelocitiesResponseBody.d.ts +2 -2
- package/dist/models/DescribeRegionsRequest.d.ts +3 -3
- package/dist/models/DescribeRegionsResponseBody.d.ts +2 -2
- package/dist/models/DescribeRequestHitRequest.d.ts +5 -5
- package/dist/models/DescribeRequestHitResponseBody.d.ts +19 -19
- package/dist/models/DescribeRequestPeakReportRequest.d.ts +4 -4
- package/dist/models/DescribeRequestPeakReportResponseBody.d.ts +8 -8
- package/dist/models/DescribeResultCountRequest.d.ts +6 -6
- package/dist/models/DescribeResultCountResponseBody.d.ts +7 -7
- package/dist/models/DescribeRiskLineChartRequest.d.ts +5 -5
- package/dist/models/DescribeRiskLineChartResponseBody.d.ts +11 -11
- package/dist/models/DescribeRuleBarChartRequest.d.ts +6 -6
- package/dist/models/DescribeRuleBarChartResponseBody.d.ts +15 -15
- package/dist/models/DescribeRuleCountByUserIdRequest.d.ts +4 -4
- package/dist/models/DescribeRuleCountByUserIdResponseBody.d.ts +5 -5
- package/dist/models/DescribeRuleDetailByRuleIdRequest.d.ts +5 -5
- package/dist/models/DescribeRuleDetailByRuleIdResponseBody.d.ts +23 -23
- package/dist/models/DescribeRuleHitRequest.d.ts +7 -7
- package/dist/models/DescribeRuleHitResponseBody.d.ts +2 -2
- package/dist/models/DescribeRuleListByEventCodesListRequest.d.ts +5 -5
- package/dist/models/DescribeRuleListByEventCodesListResponseBody.d.ts +4 -4
- package/dist/models/DescribeRulePageListRequest.d.ts +12 -12
- package/dist/models/DescribeRulePageListResponseBody.d.ts +43 -43
- package/dist/models/DescribeRuleSnapshotRequest.d.ts +4 -4
- package/dist/models/DescribeRuleSnapshotResponseBody.d.ts +16 -16
- package/dist/models/DescribeRuleVersionListRequest.d.ts +7 -7
- package/dist/models/DescribeRuleVersionListResponseBody.d.ts +37 -37
- package/dist/models/DescribeSafConsoleRequest.d.ts +5 -5
- package/dist/models/DescribeSafConsoleResponseBody.d.ts +2 -2
- package/dist/models/DescribeSafDeOrderRequest.d.ts +8 -8
- package/dist/models/DescribeSafDeOrderResponseBody.d.ts +15 -15
- package/dist/models/DescribeSafOrderRequest.d.ts +9 -9
- package/dist/models/DescribeSafOrderResponseBody.d.ts +3 -3
- package/dist/models/DescribeSafStartConfigRequest.d.ts +3 -3
- package/dist/models/DescribeSafStartConfigResponseBody.d.ts +6 -6
- package/dist/models/DescribeSafStartStepsRequest.d.ts +10 -12
- package/dist/models/DescribeSafStartStepsRequest.js.map +1 -1
- package/dist/models/DescribeSafStartStepsResponseBody.d.ts +5 -5
- package/dist/models/DescribeSafTagListRequest.d.ts +8 -8
- package/dist/models/DescribeSafTagListResponseBody.d.ts +13 -13
- package/dist/models/DescribeSampleBatchOssPolicyResponseBody.d.ts +1 -1
- package/dist/models/DescribeSampleDataListRequest.d.ts +11 -11
- package/dist/models/DescribeSampleDataListResponseBody.d.ts +28 -28
- package/dist/models/DescribeSampleDemoDownloadUrlRequest.d.ts +5 -5
- package/dist/models/DescribeSampleDemoDownloadUrlResponseBody.d.ts +2 -2
- package/dist/models/DescribeSampleDownloadUrlRequest.d.ts +5 -5
- package/dist/models/DescribeSampleDownloadUrlResponseBody.d.ts +2 -2
- package/dist/models/DescribeSampleInfoRequest.d.ts +5 -5
- package/dist/models/DescribeSampleInfoResponseBody.d.ts +8 -8
- package/dist/models/DescribeSampleListRequest.d.ts +6 -6
- package/dist/models/DescribeSampleListResponseBody.d.ts +12 -12
- package/dist/models/DescribeSampleSceneListRequest.d.ts +4 -4
- package/dist/models/DescribeSampleSceneListResponseBody.d.ts +16 -16
- package/dist/models/DescribeSampleTagListRequest.d.ts +4 -4
- package/dist/models/DescribeSampleTagListResponseBody.d.ts +2 -2
- package/dist/models/DescribeSampleUploadPolicyRequest.d.ts +4 -4
- package/dist/models/DescribeSampleUploadPolicyResponseBody.d.ts +8 -8
- package/dist/models/DescribeSceneAllEventNameCodeListRequest.d.ts +5 -5
- package/dist/models/DescribeSceneAllEventNameCodeListResponseBody.d.ts +15 -15
- package/dist/models/DescribeSceneEventPageListRequest.d.ts +6 -6
- package/dist/models/DescribeSceneEventPageListResponseBody.d.ts +16 -16
- package/dist/models/DescribeSceneRulePageListRequest.d.ts +11 -11
- package/dist/models/DescribeSceneRulePageListResponseBody.d.ts +46 -43
- package/dist/models/DescribeSceneRulePageListResponseBody.js.map +1 -1
- package/dist/models/DescribeScoreSectionNumLineChartRequest.d.ts +9 -9
- package/dist/models/DescribeScoreSectionNumLineChartResponseBody.d.ts +7 -7
- package/dist/models/DescribeScoreSectionPieChartRequest.d.ts +7 -7
- package/dist/models/DescribeScoreSectionPieChartResponseBody.d.ts +11 -11
- package/dist/models/DescribeScoreSectionRatioLineChartRequest.d.ts +7 -7
- package/dist/models/DescribeScoreSectionRatioLineChartResponseBody.d.ts +6 -6
- package/dist/models/DescribeSdkdownloadListRequest.d.ts +5 -5
- package/dist/models/DescribeSdkdownloadListResponseBody.d.ts +12 -12
- package/dist/models/DescribeSelectItemRequest.d.ts +4 -4
- package/dist/models/DescribeSelectItemResponseBody.d.ts +4 -4
- package/dist/models/DescribeServiceAppKeyRequest.d.ts +1 -1
- package/dist/models/DescribeServiceAppKeyResponseBody.d.ts +6 -6
- package/dist/models/DescribeServiceListRequest.d.ts +4 -4
- package/dist/models/DescribeServiceListResponseBody.d.ts +4 -4
- package/dist/models/DescribeSimulationPreditInfoRequest.d.ts +6 -6
- package/dist/models/DescribeSimulationPreditInfoResponseBody.d.ts +2 -2
- package/dist/models/DescribeSimulationTaskCountRequest.d.ts +9 -9
- package/dist/models/DescribeSimulationTaskCountResponseBody.d.ts +2 -2
- package/dist/models/DescribeSimulationTaskListRequest.d.ts +8 -8
- package/dist/models/DescribeSimulationTaskListResponseBody.d.ts +6 -6
- package/dist/models/DescribeSlsUrlConfigRequest.d.ts +4 -4
- package/dist/models/DescribeSlsUrlConfigResponseBody.d.ts +2 -2
- package/dist/models/DescribeSupportRuleListRequest.d.ts +5 -5
- package/dist/models/DescribeSupportRuleListResponseBody.d.ts +2 -2
- package/dist/models/DescribeTagListRequest.d.ts +5 -5
- package/dist/models/DescribeTagListResponseBody.d.ts +5 -5
- package/dist/models/DescribeTagsBarChartRequest.d.ts +7 -7
- package/dist/models/DescribeTagsBarChartResponseBody.d.ts +14 -14
- package/dist/models/DescribeTagsFluctuationRequest.d.ts +4 -4
- package/dist/models/DescribeTagsFluctuationResponseBody.d.ts +12 -12
- package/dist/models/DescribeTagsListRequest.d.ts +4 -4
- package/dist/models/DescribeTagsListResponseBody.d.ts +2 -2
- package/dist/models/DescribeTagsNumLineChartRequest.d.ts +8 -8
- package/dist/models/DescribeTagsNumLineChartResponseBody.d.ts +7 -7
- package/dist/models/DescribeTagsRatioLineChartRequest.d.ts +8 -8
- package/dist/models/DescribeTagsRatioLineChartResponseBody.d.ts +7 -7
- package/dist/models/DescribeTagsTrendRequest.d.ts +8 -8
- package/dist/models/DescribeTagsTrendResponseBody.d.ts +12 -12
- package/dist/models/DescribeTaskListRequest.d.ts +6 -6
- package/dist/models/DescribeTaskListResponseBody.d.ts +22 -23
- package/dist/models/DescribeTaskListResponseBody.js.map +1 -1
- package/dist/models/DescribeTaskLogListRequest.d.ts +8 -8
- package/dist/models/DescribeTaskLogListResponseBody.d.ts +18 -18
- package/dist/models/DescribeTemplateCountRequest.d.ts +3 -3
- package/dist/models/DescribeTemplateCountResponseBody.d.ts +5 -5
- package/dist/models/DescribeTemplateDownloadRequest.d.ts +4 -4
- package/dist/models/DescribeTemplateDownloadResponseBody.d.ts +2 -2
- package/dist/models/DescribeTemplatePageListRequest.d.ts +11 -11
- package/dist/models/DescribeTemplatePageListResponseBody.d.ts +19 -19
- package/dist/models/DescribeUsedServiceRequest.d.ts +2 -2
- package/dist/models/DescribeUsedServiceResponseBody.d.ts +5 -5
- package/dist/models/DescribeUserInfoRequest.d.ts +3 -3
- package/dist/models/DescribeUserInfoResponseBody.d.ts +8 -8
- package/dist/models/DescribeVariableBindDetailRequest.d.ts +6 -6
- package/dist/models/DescribeVariableBindDetailResponseBody.d.ts +16 -16
- package/dist/models/DescribeVariableDetailRequest.d.ts +4 -4
- package/dist/models/DescribeVariableDetailResponseBody.d.ts +49 -41
- package/dist/models/DescribeVariableDetailResponseBody.js.map +1 -1
- package/dist/models/DescribeVariableFeeRequest.d.ts +5 -5
- package/dist/models/DescribeVariableFeeResponseBody.d.ts +2 -2
- package/dist/models/DescribeVariableListRequest.d.ts +11 -11
- package/dist/models/DescribeVariableListResponseBody.d.ts +23 -23
- package/dist/models/DescribeVariableMarketListRequest.d.ts +11 -13
- package/dist/models/DescribeVariableMarketListRequest.js.map +1 -1
- package/dist/models/DescribeVariableMarketListResponseBody.d.ts +6 -6
- package/dist/models/DescribeVariableSceneListRequest.d.ts +9 -9
- package/dist/models/DescribeVariableSceneListResponseBody.d.ts +16 -16
- package/dist/models/DownloadSampleFileRequest.d.ts +12 -0
- package/dist/models/DownloadSampleFileRequest.js.map +1 -1
- package/dist/models/DownloadSampleFileResponseBody.d.ts +22 -0
- package/dist/models/DownloadSampleFileResponseBody.js.map +1 -1
- package/dist/models/DownloadSubTaskResultRequest.d.ts +9 -0
- package/dist/models/DownloadSubTaskResultRequest.js.map +1 -1
- package/dist/models/DownloadSubTaskResultResponseBody.d.ts +22 -0
- package/dist/models/DownloadSubTaskResultResponseBody.js.map +1 -1
- package/dist/models/ExpressionTestRequest.d.ts +9 -9
- package/dist/models/ExpressionTestResponseBody.d.ts +2 -2
- package/dist/models/FileUploadRequest.d.ts +5 -5
- package/dist/models/FileUploadResponseBody.d.ts +5 -5
- package/dist/models/GetSampleDetailRequest.d.ts +9 -0
- package/dist/models/GetSampleDetailRequest.js.map +1 -1
- package/dist/models/GetSampleDetailResponseBody.d.ts +92 -0
- package/dist/models/GetSampleDetailResponseBody.js.map +1 -1
- package/dist/models/GetSubTaskResultRequest.d.ts +9 -0
- package/dist/models/GetSubTaskResultRequest.js.map +1 -1
- package/dist/models/GetSubTaskResultResponseBody.d.ts +124 -12
- package/dist/models/GetSubTaskResultResponseBody.js.map +1 -1
- package/dist/models/ImportNameListRequest.d.ts +17 -18
- package/dist/models/ImportNameListRequest.js.map +1 -1
- package/dist/models/ImportNameListResponseBody.d.ts +2 -2
- package/dist/models/ImportTemplateEventRequest.d.ts +4 -4
- package/dist/models/ImportTemplateEventResponseBody.d.ts +2 -2
- package/dist/models/ListSampleRequest.d.ts +27 -0
- package/dist/models/ListSampleRequest.js.map +1 -1
- package/dist/models/ListSampleResponseBody.d.ts +55 -0
- package/dist/models/ListSampleResponseBody.js.map +1 -1
- package/dist/models/ListTaskGroupRequest.d.ts +21 -0
- package/dist/models/ListTaskGroupRequest.js.map +1 -1
- package/dist/models/ListTaskGroupResponseBody.d.ts +120 -0
- package/dist/models/ListTaskGroupResponseBody.js.map +1 -1
- package/dist/models/MergeDownloadRequest.d.ts +9 -0
- package/dist/models/MergeDownloadRequest.js.map +1 -1
- package/dist/models/MergeDownloadResponseBody.d.ts +22 -0
- package/dist/models/MergeDownloadResponseBody.js.map +1 -1
- package/dist/models/ModifyAppKeyRequest.d.ts +4 -4
- package/dist/models/ModifyAppKeyResponseBody.d.ts +2 -2
- package/dist/models/ModifyCustVariableRequest.d.ts +11 -11
- package/dist/models/ModifyCustVariableResponseBody.d.ts +5 -5
- package/dist/models/ModifyEventRequest.d.ts +11 -11
- package/dist/models/ModifyEventResponseBody.d.ts +2 -2
- package/dist/models/ModifyEventStatusRequest.d.ts +8 -8
- package/dist/models/ModifyEventStatusResponseBody.d.ts +2 -2
- package/dist/models/ModifyExpressionVariableRequest.d.ts +15 -15
- package/dist/models/ModifyExpressionVariableResponseBody.d.ts +2 -2
- package/dist/models/ModifyFieldRequest.d.ts +9 -9
- package/dist/models/ModifyFieldResponseBody.d.ts +2 -2
- package/dist/models/ModifyRulePriorityRequest.d.ts +6 -6
- package/dist/models/ModifyRulePriorityResponseBody.d.ts +2 -2
- package/dist/models/ModifyRuleStatusRequest.d.ts +13 -13
- package/dist/models/ModifyRuleStatusResponseBody.d.ts +2 -2
- package/dist/models/OpenConsoleSlsRequest.d.ts +5 -5
- package/dist/models/OpenConsoleSlsResponseBody.d.ts +2 -2
- package/dist/models/OperateFavoriteVariableRequest.d.ts +6 -6
- package/dist/models/OperateFavoriteVariableResponseBody.d.ts +2 -2
- package/dist/models/PermissionCheckRequest.d.ts +4 -4
- package/dist/models/PermissionCheckResponseBody.d.ts +5 -5
- package/dist/models/QueryAuthRuleDetailByRuleIdRequest.d.ts +6 -6
- package/dist/models/QueryAuthRuleDetailByRuleIdResponseBody.d.ts +24 -24
- package/dist/models/RecallRuleAuditRequest.d.ts +2 -2
- package/dist/models/RecallRuleAuditResponseBody.d.ts +2 -2
- package/dist/models/RemoveEventRequest.d.ts +8 -8
- package/dist/models/RemoveEventResponseBody.d.ts +2 -2
- package/dist/models/SampleFileDownloadRequest.d.ts +3 -3
- package/dist/models/SampleFileDownloadResponseBody.d.ts +5 -5
- package/dist/models/SaveAnalysisColumnRequest.d.ts +5 -5
- package/dist/models/SaveAnalysisColumnResponseBody.d.ts +2 -2
- package/dist/models/SaveByPassOrShuntEventRequest.d.ts +7 -7
- package/dist/models/SaveByPassOrShuntEventResponseBody.d.ts +6 -6
- package/dist/models/SearchSampleRequest.d.ts +21 -0
- package/dist/models/SearchSampleRequest.js.map +1 -1
- package/dist/models/SearchSampleResponseBody.d.ts +43 -0
- package/dist/models/SearchSampleResponseBody.js.map +1 -1
- package/dist/models/StartOrStopByPassShuntEventRequest.d.ts +6 -6
- package/dist/models/StartOrStopByPassShuntEventResponseBody.d.ts +6 -6
- package/dist/models/StartSimulationTaskRequest.d.ts +5 -5
- package/dist/models/StartSimulationTaskResponseBody.d.ts +2 -2
- package/dist/models/StopSimulationTaskRequest.d.ts +5 -5
- package/dist/models/StopSimulationTaskResponseBody.d.ts +2 -2
- package/dist/models/SwitchExpressionVariableRequest.d.ts +9 -7
- package/dist/models/SwitchExpressionVariableRequest.js.map +1 -1
- package/dist/models/SwitchExpressionVariableResponseBody.d.ts +2 -2
- package/dist/models/SwitchFieldRequest.d.ts +11 -7
- package/dist/models/SwitchFieldRequest.js.map +1 -1
- package/dist/models/SwitchFieldResponseBody.d.ts +2 -2
- package/dist/models/SwitchQueryVariableRequest.d.ts +6 -6
- package/dist/models/SwitchQueryVariableResponseBody.d.ts +2 -2
- package/dist/models/SwitchToOnlineRequest.d.ts +5 -5
- package/dist/models/SwitchToOnlineResponseBody.d.ts +6 -6
- package/dist/models/SwitchVariableRequest.d.ts +6 -6
- package/dist/models/SwitchVariableResponseBody.d.ts +2 -2
- package/dist/models/TaskNameByUserIdRequest.d.ts +5 -5
- package/dist/models/TaskNameByUserIdResponseBody.d.ts +5 -5
- package/dist/models/UpdateAnalysisConditionFavoriteRequest.d.ts +16 -13
- package/dist/models/UpdateAnalysisConditionFavoriteRequest.js.map +1 -1
- package/dist/models/UpdateAnalysisConditionFavoriteResponseBody.d.ts +2 -2
- package/dist/models/UpdateAuditRequest.d.ts +7 -7
- package/dist/models/UpdateAuditResponseBody.d.ts +5 -5
- package/dist/models/UpdateAuthRuleRequest.d.ts +10 -10
- package/dist/models/UpdateAuthRuleResponseBody.d.ts +2 -2
- package/dist/models/UpdateByPassShuntEventRequest.d.ts +6 -6
- package/dist/models/UpdateByPassShuntEventResponseBody.d.ts +6 -6
- package/dist/models/UpdateDataSourceRequest.d.ts +9 -9
- package/dist/models/UpdateDataSourceResponseBody.d.ts +2 -2
- package/dist/models/UpdateQueryVariableRequest.d.ts +13 -13
- package/dist/models/UpdateQueryVariableResponseBody.d.ts +2 -2
- package/dist/models/UpdateRuleBaseRequest.d.ts +8 -8
- package/dist/models/UpdateRuleBaseResponseBody.d.ts +2 -2
- package/dist/models/UpdateRuleRequest.d.ts +15 -15
- package/dist/models/UpdateRuleResponseBody.d.ts +2 -2
- package/dist/models/UpdateSampleBatchRequest.d.ts +7 -7
- package/dist/models/UpdateSampleBatchResponseBody.d.ts +2 -2
- package/dist/models/UploadForeignSampleFileAdvanceRequest.d.ts +18 -0
- package/dist/models/UploadForeignSampleFileAdvanceRequest.js.map +1 -1
- package/dist/models/UploadForeignSampleFileRequest.d.ts +18 -0
- package/dist/models/UploadForeignSampleFileRequest.js.map +1 -1
- package/dist/models/UploadForeignSampleFileResponseBody.d.ts +73 -1
- package/dist/models/UploadForeignSampleFileResponseBody.js.map +1 -1
- package/dist/models/UploadSampleFileRequest.d.ts +18 -0
- package/dist/models/UploadSampleFileRequest.js.map +1 -1
- package/dist/models/UploadSampleFileResponseBody.d.ts +76 -0
- package/dist/models/UploadSampleFileResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +1 -0
- package/dist/models/model.js +29 -27
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +520 -516
- package/src/models/BindVariableRequest.ts +19 -19
- package/src/models/BindVariableResponseBody.ts +2 -2
- package/src/models/CancelSubTaskRequest.ts +14 -0
- package/src/models/CancelSubTaskResponseBody.ts +15 -0
- package/src/models/CheckCustVariableLimitRequest.ts +5 -5
- package/src/models/CheckCustVariableLimitResponseBody.ts +2 -2
- package/src/models/CheckExpressionVariableLimitRequest.ts +4 -4
- package/src/models/CheckExpressionVariableLimitResponseBody.ts +2 -2
- package/src/models/CheckFieldLimitRequest.ts +5 -5
- package/src/models/CheckFieldLimitResponseBody.ts +2 -2
- package/src/models/CheckSampleNameRequest.ts +9 -0
- package/src/models/CheckSampleNameResponseBody.ts +15 -0
- package/src/models/CheckTaskGroupNameRequest.ts +9 -0
- package/src/models/CheckTaskGroupNameResponseBody.ts +15 -0
- package/src/models/CheckUsageVariableRequest.ts +5 -5
- package/src/models/CheckUsageVariableResponseBody.ts +2 -2
- package/src/models/CreateAnalysisConditionFavoriteRequest.ts +12 -12
- package/src/models/CreateAnalysisConditionFavoriteResponseBody.ts +2 -2
- package/src/models/CreateAnalysisExportTaskRequest.ts +18 -13
- package/src/models/CreateAnalysisExportTaskResponseBody.ts +13 -13
- package/src/models/CreateAppKeyRequest.ts +4 -4
- package/src/models/CreateAppKeyResponseBody.ts +2 -2
- package/src/models/CreateCustVariableRequest.ts +17 -17
- package/src/models/CreateCustVariableResponseBody.ts +2 -2
- package/src/models/CreateDataSourceRequest.ts +8 -8
- package/src/models/CreateDataSourceResponseBody.ts +2 -2
- package/src/models/CreateEventRequest.ts +11 -11
- package/src/models/CreateEventResponseBody.ts +2 -2
- package/src/models/CreateExpressionVariableRequest.ts +12 -12
- package/src/models/CreateExpressionVariableResponseBody.ts +2 -2
- package/src/models/CreateFieldRequest.ts +11 -11
- package/src/models/CreateFieldResponseBody.ts +2 -2
- package/src/models/CreateForeignPocSampleAdvanceRequest.ts +24 -0
- package/src/models/CreateForeignPocSampleRequest.ts +24 -0
- package/src/models/CreateForeignPocSampleResponseBody.ts +31 -0
- package/src/models/CreatePocEvRequest.ts +13 -13
- package/src/models/CreatePocEvResponseBody.ts +5 -5
- package/src/models/CreatePocSampleRequest.ts +28 -0
- package/src/models/CreatePocSampleResponseBody.ts +31 -0
- package/src/models/CreateQueryVariableRequest.ts +13 -13
- package/src/models/CreateQueryVariableResponseBody.ts +2 -2
- package/src/models/CreateRecommendEventRuleRequest.ts +8 -8
- package/src/models/CreateRecommendEventRuleResponseBody.ts +2 -2
- package/src/models/CreateRecommendTaskRequest.ts +8 -8
- package/src/models/CreateRecommendTaskResponseBody.ts +2 -2
- package/src/models/CreateRuleRequest.ts +16 -16
- package/src/models/CreateRuleResponseBody.ts +2 -2
- package/src/models/CreateSampleApiRequest.ts +8 -8
- package/src/models/CreateSampleApiResponseBody.ts +4 -4
- package/src/models/CreateSampleDataRequest.ts +13 -10
- package/src/models/CreateSampleDataResponseBody.ts +2 -2
- package/src/models/CreateSampleRequest.ts +11 -11
- package/src/models/CreateSampleResponseBody.ts +8 -8
- package/src/models/CreateSimulationTaskRequest.ts +12 -12
- package/src/models/CreateSimulationTaskResponseBody.ts +2 -2
- package/src/models/CreateTaskGroupRequest.ts +41 -0
- package/src/models/CreateTaskGroupResponseBody.ts +235 -0
- package/src/models/DeleteAnalysisConditionFavoriteRequest.ts +5 -5
- package/src/models/DeleteAnalysisConditionFavoriteResponseBody.ts +2 -2
- package/src/models/DeleteByPassShuntEventRequest.ts +5 -5
- package/src/models/DeleteByPassShuntEventResponseBody.ts +6 -6
- package/src/models/DeleteCustVariableRequest.ts +7 -7
- package/src/models/DeleteCustVariableResponseBody.ts +2 -2
- package/src/models/DeleteDataSourceRequest.ts +5 -5
- package/src/models/DeleteDataSourceResponseBody.ts +2 -2
- package/src/models/DeleteExpressionVariableRequest.ts +6 -6
- package/src/models/DeleteExpressionVariableResponseBody.ts +2 -2
- package/src/models/DeleteFieldRequest.ts +6 -6
- package/src/models/DeleteFieldResponseBody.ts +2 -2
- package/src/models/DeleteNameListDataRequest.ts +5 -5
- package/src/models/DeleteNameListDataResponseBody.ts +2 -2
- package/src/models/DeleteNameListRequest.ts +5 -5
- package/src/models/DeleteNameListResponseBody.ts +2 -2
- package/src/models/DeleteQueryVariableRequest.ts +5 -5
- package/src/models/DeleteQueryVariableResponseBody.ts +2 -2
- package/src/models/DeleteRuleRequest.ts +6 -6
- package/src/models/DeleteRuleResponseBody.ts +2 -2
- package/src/models/DeleteSampleBatchRequest.ts +6 -6
- package/src/models/DeleteSampleBatchResponseBody.ts +2 -2
- package/src/models/DeleteSampleDataRequest.ts +5 -5
- package/src/models/DeleteSampleDataResponseBody.ts +2 -2
- package/src/models/DeleteSampleRequest.ts +9 -0
- package/src/models/DeleteSampleResponseBody.ts +15 -0
- package/src/models/DescribeAdvanceSearchLeftVariableListRequest.ts +5 -5
- package/src/models/DescribeAdvanceSearchLeftVariableListResponseBody.ts +13 -13
- package/src/models/DescribeAdvanceSearchPageListRequest.ts +11 -11
- package/src/models/DescribeAdvanceSearchPageListResponseBody.ts +13 -13
- package/src/models/DescribeAllDataSourceRequest.ts +3 -3
- package/src/models/DescribeAllDataSourceResponseBody.ts +5 -5
- package/src/models/DescribeAllEventNameAndCodeRequest.ts +5 -5
- package/src/models/DescribeAllEventNameAndCodeResponseBody.ts +15 -15
- package/src/models/DescribeAllRootVariableRequest.ts +11 -11
- package/src/models/DescribeAllRootVariableResponseBody.ts +18 -18
- package/src/models/DescribeAnalysisColumnFieldListRequest.ts +4 -4
- package/src/models/DescribeAnalysisColumnFieldListResponseBody.ts +2 -2
- package/src/models/DescribeAnalysisColumnListRequest.ts +4 -4
- package/src/models/DescribeAnalysisColumnListResponseBody.ts +8 -8
- package/src/models/DescribeAnalysisConditionFavoriteListRequest.ts +2 -2
- package/src/models/DescribeAnalysisConditionFavoriteListResponseBody.ts +11 -11
- package/src/models/DescribeAnalysisExportTaskDownloadUrlRequest.ts +2 -2
- package/src/models/DescribeAnalysisExportTaskDownloadUrlResponseBody.ts +2 -2
- package/src/models/DescribeApiGroupsRequest.ts +4 -4
- package/src/models/DescribeApiGroupsResponseBody.ts +2 -2
- package/src/models/DescribeApiLimitRequest.ts +4 -4
- package/src/models/DescribeApiLimitResponseBody.ts +5 -5
- package/src/models/DescribeApiNameListRequest.ts +4 -4
- package/src/models/DescribeApiNameListResponseBody.ts +4 -4
- package/src/models/DescribeApiRequest.ts +7 -7
- package/src/models/DescribeApiResponseBody.ts +2 -2
- package/src/models/DescribeApiVariableRequest.ts +3 -3
- package/src/models/DescribeApiVariableResponseBody.ts +2 -2
- package/src/models/DescribeApisRequest.ts +6 -6
- package/src/models/DescribeApisResponseBody.ts +2 -2
- package/src/models/DescribeAppKeyPageRequest.ts +6 -6
- package/src/models/DescribeAppKeyPageResponseBody.ts +14 -14
- package/src/models/DescribeAuditConfigRequest.ts +4 -4
- package/src/models/DescribeAuditConfigResponseBody.ts +5 -5
- package/src/models/DescribeAuditDetailsRequest.ts +4 -4
- package/src/models/DescribeAuditDetailsResponseBody.ts +5 -5
- package/src/models/DescribeAuditPageListRequest.ts +9 -9
- package/src/models/DescribeAuditPageListResponseBody.ts +6 -6
- package/src/models/DescribeAuthEventNameListRequest.ts +4 -4
- package/src/models/DescribeAuthEventNameListResponseBody.ts +2 -2
- package/src/models/DescribeAuthRulePageListRequest.ts +7 -7
- package/src/models/DescribeAuthRulePageListResponseBody.ts +16 -16
- package/src/models/DescribeAuthSceneListRequest.ts +4 -4
- package/src/models/DescribeAuthSceneListResponseBody.ts +3 -3
- package/src/models/DescribeAuthScenePageListRequest.ts +5 -5
- package/src/models/DescribeAuthScenePageListResponseBody.ts +11 -11
- package/src/models/DescribeAuthStatusRequest.ts +4 -4
- package/src/models/DescribeAuthStatusResponseBody.ts +2 -2
- package/src/models/DescribeAvgExecuteCostReportRequest.ts +3 -3
- package/src/models/DescribeAvgExecuteCostReportResponseBody.ts +8 -8
- package/src/models/DescribeBasicSearchPageListRequest.ts +10 -10
- package/src/models/DescribeBasicSearchPageListResponseBody.ts +13 -13
- package/src/models/DescribeBasicStartRequest.ts +5 -5
- package/src/models/DescribeBasicStartResponseBody.ts +6 -6
- package/src/models/DescribeByPassShuntEventRequest.ts +5 -5
- package/src/models/DescribeByPassShuntEventResponseBody.ts +7 -7
- package/src/models/DescribeCustVariableConfigListRequest.ts +6 -6
- package/src/models/DescribeCustVariableConfigListResponseBody.ts +4 -4
- package/src/models/DescribeCustVariableDetailRequest.ts +4 -4
- package/src/models/DescribeCustVariableDetailResponseBody.ts +16 -16
- package/src/models/DescribeCustVariablePageRequest.ts +9 -9
- package/src/models/DescribeCustVariablePageResponseBody.ts +15 -15
- package/src/models/DescribeDataSourceDataDownloadUrlRequest.ts +5 -5
- package/src/models/DescribeDataSourceDataDownloadUrlResponseBody.ts +3 -3
- package/src/models/DescribeDataSourceFieldsRequest.ts +5 -5
- package/src/models/DescribeDataSourceFieldsResponseBody.ts +2 -2
- package/src/models/DescribeDataSourcePageListRequest.ts +8 -8
- package/src/models/DescribeDataSourcePageListResponseBody.ts +15 -15
- package/src/models/DescribeDecisionResultFluctuationRequest.ts +5 -5
- package/src/models/DescribeDecisionResultFluctuationResponseBody.ts +12 -12
- package/src/models/DescribeDecisionResultTrendRequest.ts +6 -6
- package/src/models/DescribeDecisionResultTrendResponseBody.ts +13 -13
- package/src/models/DescribeDetailStartRequest.ts +7 -7
- package/src/models/DescribeDetailStartResponseBody.ts +6 -6
- package/src/models/DescribeDownloadUrlRequest.ts +6 -6
- package/src/models/DescribeDownloadUrlResponseBody.ts +2 -2
- package/src/models/DescribeEventBaseInfoByEventCodeRequest.ts +5 -5
- package/src/models/DescribeEventBaseInfoByEventCodeResponseBody.ts +26 -26
- package/src/models/DescribeEventCountRequest.ts +4 -4
- package/src/models/DescribeEventCountResponseBody.ts +9 -9
- package/src/models/DescribeEventDetailByRequestIdRequest.ts +7 -7
- package/src/models/DescribeEventDetailByRequestIdResponseBody.ts +2 -2
- package/src/models/DescribeEventLogDetailRequest.ts +5 -5
- package/src/models/DescribeEventLogDetailResponseBody.ts +2 -2
- package/src/models/DescribeEventLogPageRequest.ts +31 -31
- package/src/models/DescribeEventLogPageResponseBody.ts +17 -17
- package/src/models/DescribeEventPageListRequest.ts +9 -9
- package/src/models/DescribeEventPageListResponseBody.ts +27 -27
- package/src/models/DescribeEventResultBarChartRequest.ts +5 -5
- package/src/models/DescribeEventResultBarChartResponseBody.ts +14 -14
- package/src/models/DescribeEventResultListRequest.ts +8 -8
- package/src/models/DescribeEventResultListResponseBody.ts +16 -16
- package/src/models/DescribeEventTaskHistoryRequest.ts +3 -3
- package/src/models/DescribeEventTaskHistoryResponseBody.ts +6 -6
- package/src/models/DescribeEventTotalCountReportRequest.ts +2 -2
- package/src/models/DescribeEventTotalCountReportResponseBody.ts +6 -6
- package/src/models/DescribeEventUploadPolicyRequest.ts +3 -3
- package/src/models/DescribeEventUploadPolicyResponseBody.ts +8 -8
- package/src/models/DescribeEventVariableListRequest.ts +9 -7
- package/src/models/DescribeEventVariableListResponseBody.ts +322 -322
- package/src/models/DescribeEventVariableTemplateBindRequest.ts +7 -7
- package/src/models/DescribeEventVariableTemplateBindResponseBody.ts +20 -20
- package/src/models/DescribeEventVariableTemplateListRequest.ts +6 -6
- package/src/models/DescribeEventVariableTemplateListResponseBody.ts +12 -12
- package/src/models/DescribeEventsVariableListRequest.ts +8 -8
- package/src/models/DescribeEventsVariableListResponseBody.ts +2 -2
- package/src/models/DescribeExcuteNumRequest.ts +5 -5
- package/src/models/DescribeExcuteNumResponseBody.ts +1 -1
- package/src/models/DescribeExistNameRequest.ts +5 -5
- package/src/models/DescribeExistNameResponseBody.ts +2 -2
- package/src/models/DescribeExistSceneRequest.ts +5 -5
- package/src/models/DescribeExistSceneResponseBody.ts +2 -2
- package/src/models/DescribeExpressionVariableDetailRequest.ts +5 -5
- package/src/models/DescribeExpressionVariableDetailResponseBody.ts +2 -2
- package/src/models/DescribeExpressionVariableFunctionListRequest.ts +3 -3
- package/src/models/DescribeExpressionVariableFunctionListResponseBody.ts +10 -10
- package/src/models/DescribeExpressionVariablePageRequest.ts +9 -9
- package/src/models/DescribeExpressionVariablePageResponseBody.ts +16 -16
- package/src/models/DescribeFieldByIdRequest.ts +5 -5
- package/src/models/DescribeFieldByIdResponseBody.ts +2 -2
- package/src/models/DescribeFieldListRequest.ts +5 -5
- package/src/models/DescribeFieldListResponseBody.ts +15 -15
- package/src/models/DescribeFieldPageRequest.ts +12 -12
- package/src/models/DescribeFieldPageResponseBody.ts +15 -15
- package/src/models/DescribeGroupAccountPageRequest.ts +11 -11
- package/src/models/DescribeGroupAccountPageResponseBody.ts +6 -6
- package/src/models/DescribeGroupConditionListRequest.ts +4 -4
- package/src/models/DescribeGroupConditionListResponseBody.ts +4 -4
- package/src/models/DescribeGroupPageRequest.ts +10 -10
- package/src/models/DescribeGroupPageResponseBody.ts +14 -14
- package/src/models/DescribeGroupStatisticsByTodayRequest.ts +4 -4
- package/src/models/DescribeGroupStatisticsByTodayResponseBody.ts +2 -2
- package/src/models/DescribeGroupTrendRequest.ts +5 -5
- package/src/models/DescribeGroupTrendResponseBody.ts +2 -2
- package/src/models/DescribeHasRuleNameByEventCodeRequest.ts +7 -7
- package/src/models/DescribeHasRuleNameByEventCodeResponseBody.ts +2 -2
- package/src/models/DescribeHighRiskPieChartRequest.ts +6 -6
- package/src/models/DescribeHighRiskPieChartResponseBody.ts +46 -46
- package/src/models/DescribeHitRuleFluctuationRequest.ts +5 -5
- package/src/models/DescribeHitRuleFluctuationResponseBody.ts +13 -13
- package/src/models/DescribeHitRuleListRequest.ts +7 -7
- package/src/models/DescribeHitRuleListResponseBody.ts +4 -4
- package/src/models/DescribeHitRuleTrendRequest.ts +7 -7
- package/src/models/DescribeHitRuleTrendResponseBody.ts +13 -13
- package/src/models/DescribeInputFeildCountByEventCodeRequest.ts +6 -6
- package/src/models/DescribeInputFeildCountByEventCodeResponseBody.ts +5 -5
- package/src/models/DescribeListPocRequest.ts +12 -13
- package/src/models/DescribeListPocResponseBody.ts +9 -9
- package/src/models/DescribeLoanExecListRequest.ts +7 -7
- package/src/models/DescribeLoanExecListResponseBody.ts +6 -6
- package/src/models/DescribeLoanTaskListRequest.ts +8 -8
- package/src/models/DescribeLoanTaskListResponseBody.ts +6 -6
- package/src/models/DescribeMarkPageRequest.ts +10 -10
- package/src/models/DescribeMarkPageResponseBody.ts +12 -10
- package/src/models/DescribeMenuPermissionRequest.ts +4 -4
- package/src/models/DescribeMenuPermissionResponseBody.ts +2 -2
- package/src/models/DescribeModelOssPolicyResponseBody.ts +2 -2
- package/src/models/DescribeMonitorTaskLimitRequest.ts +4 -4
- package/src/models/DescribeMonitorTaskLimitResponseBody.ts +5 -5
- package/src/models/DescribeNameListDownloadUrlRequest.ts +5 -5
- package/src/models/DescribeNameListDownloadUrlResponseBody.ts +3 -3
- package/src/models/DescribeNameListLimitRequest.ts +5 -5
- package/src/models/DescribeNameListLimitResponseBody.ts +5 -5
- package/src/models/DescribeNameListPageListRequest.ts +9 -9
- package/src/models/DescribeNameListPageListResponseBody.ts +17 -17
- package/src/models/DescribeNameListRequest.ts +7 -7
- package/src/models/DescribeNameListResponseBody.ts +13 -13
- package/src/models/DescribeNameListTypeListRequest.ts +4 -4
- package/src/models/DescribeNameListTypeListResponseBody.ts +4 -4
- package/src/models/DescribeNameListVariablePageListRequest.ts +8 -8
- package/src/models/DescribeNameListVariablePageListResponseBody.ts +20 -20
- package/src/models/DescribeOperationLogPageListRequest.ts +10 -10
- package/src/models/DescribeOperationLogPageListResponseBody.ts +13 -13
- package/src/models/DescribeOperatorListBySceneRequest.ts +5 -5
- package/src/models/DescribeOperatorListBySceneResponseBody.ts +12 -12
- package/src/models/DescribeOperatorListByTypeRequest.ts +4 -4
- package/src/models/DescribeOperatorListByTypeResponseBody.ts +7 -7
- package/src/models/DescribeOperatorListRequest.ts +4 -4
- package/src/models/DescribeOperatorListResponseBody.ts +12 -12
- package/src/models/DescribeOssAuthStatusRequest.ts +4 -4
- package/src/models/DescribeOssAuthStatusResponseBody.ts +2 -2
- package/src/models/DescribeOssPolicyRequest.ts +5 -5
- package/src/models/DescribeOssPolicyResponseBody.ts +7 -7
- package/src/models/DescribeOssTokenRequest.ts +6 -6
- package/src/models/DescribeOssTokenResponseBody.ts +8 -8
- package/src/models/DescribeParamByEventCodesRequest.ts +6 -6
- package/src/models/DescribeParamByEventCodesResponseBody.ts +4 -4
- package/src/models/DescribePocOssTokenRequest.ts +3 -3
- package/src/models/DescribePocOssTokenResponseBody.ts +8 -8
- package/src/models/DescribePocTaskListRequest.ts +7 -7
- package/src/models/DescribePocTaskListResponseBody.ts +14 -14
- package/src/models/DescribePrivateStackRequest.ts +1 -1
- package/src/models/DescribePrivateStackResponseBody.ts +2 -2
- package/src/models/DescribeQueryVariableDetailRequest.ts +5 -5
- package/src/models/DescribeQueryVariableDetailResponseBody.ts +13 -13
- package/src/models/DescribeQueryVariablePageListRequest.ts +8 -8
- package/src/models/DescribeQueryVariablePageListResponseBody.ts +18 -18
- package/src/models/DescribeRecommendSceneVariablesRequest.ts +5 -5
- package/src/models/DescribeRecommendSceneVariablesResponseBody.ts +2 -2
- package/src/models/DescribeRecommendTaskDetailRequest.ts +4 -4
- package/src/models/DescribeRecommendTaskDetailResponseBody.ts +30 -30
- package/src/models/DescribeRecommendTaskPageListRequest.ts +7 -7
- package/src/models/DescribeRecommendTaskPageListResponseBody.ts +17 -17
- package/src/models/DescribeRecommendVariablesVelocityRequest.ts +6 -6
- package/src/models/DescribeRecommendVariablesVelocityResponseBody.ts +2 -2
- package/src/models/DescribeRecommendVelocitiesRequest.ts +6 -6
- package/src/models/DescribeRecommendVelocitiesResponseBody.ts +2 -2
- package/src/models/DescribeRegionsRequest.ts +3 -3
- package/src/models/DescribeRegionsResponseBody.ts +2 -2
- package/src/models/DescribeRequestHitRequest.ts +5 -5
- package/src/models/DescribeRequestHitResponseBody.ts +19 -19
- package/src/models/DescribeRequestPeakReportRequest.ts +4 -4
- package/src/models/DescribeRequestPeakReportResponseBody.ts +8 -8
- package/src/models/DescribeResultCountRequest.ts +6 -6
- package/src/models/DescribeResultCountResponseBody.ts +7 -7
- package/src/models/DescribeRiskLineChartRequest.ts +5 -5
- package/src/models/DescribeRiskLineChartResponseBody.ts +11 -11
- package/src/models/DescribeRuleBarChartRequest.ts +6 -6
- package/src/models/DescribeRuleBarChartResponseBody.ts +15 -15
- package/src/models/DescribeRuleCountByUserIdRequest.ts +4 -4
- package/src/models/DescribeRuleCountByUserIdResponseBody.ts +5 -5
- package/src/models/DescribeRuleDetailByRuleIdRequest.ts +5 -5
- package/src/models/DescribeRuleDetailByRuleIdResponseBody.ts +23 -23
- package/src/models/DescribeRuleHitRequest.ts +7 -7
- package/src/models/DescribeRuleHitResponseBody.ts +2 -2
- package/src/models/DescribeRuleListByEventCodesListRequest.ts +5 -5
- package/src/models/DescribeRuleListByEventCodesListResponseBody.ts +4 -4
- package/src/models/DescribeRulePageListRequest.ts +12 -12
- package/src/models/DescribeRulePageListResponseBody.ts +43 -43
- package/src/models/DescribeRuleSnapshotRequest.ts +4 -4
- package/src/models/DescribeRuleSnapshotResponseBody.ts +16 -16
- package/src/models/DescribeRuleVersionListRequest.ts +7 -7
- package/src/models/DescribeRuleVersionListResponseBody.ts +37 -37
- package/src/models/DescribeSafConsoleRequest.ts +5 -5
- package/src/models/DescribeSafConsoleResponseBody.ts +2 -2
- package/src/models/DescribeSafDeOrderRequest.ts +8 -8
- package/src/models/DescribeSafDeOrderResponseBody.ts +15 -15
- package/src/models/DescribeSafOrderRequest.ts +9 -9
- package/src/models/DescribeSafOrderResponseBody.ts +3 -3
- package/src/models/DescribeSafStartConfigRequest.ts +3 -3
- package/src/models/DescribeSafStartConfigResponseBody.ts +6 -6
- package/src/models/DescribeSafStartStepsRequest.ts +10 -12
- package/src/models/DescribeSafStartStepsResponseBody.ts +5 -5
- package/src/models/DescribeSafTagListRequest.ts +8 -8
- package/src/models/DescribeSafTagListResponseBody.ts +13 -13
- package/src/models/DescribeSampleBatchOssPolicyResponseBody.ts +1 -1
- package/src/models/DescribeSampleDataListRequest.ts +11 -11
- package/src/models/DescribeSampleDataListResponseBody.ts +28 -28
- package/src/models/DescribeSampleDemoDownloadUrlRequest.ts +5 -5
- package/src/models/DescribeSampleDemoDownloadUrlResponseBody.ts +2 -2
- package/src/models/DescribeSampleDownloadUrlRequest.ts +5 -5
- package/src/models/DescribeSampleDownloadUrlResponseBody.ts +2 -2
- package/src/models/DescribeSampleInfoRequest.ts +5 -5
- package/src/models/DescribeSampleInfoResponseBody.ts +8 -8
- package/src/models/DescribeSampleListRequest.ts +6 -6
- package/src/models/DescribeSampleListResponseBody.ts +12 -12
- package/src/models/DescribeSampleSceneListRequest.ts +4 -4
- package/src/models/DescribeSampleSceneListResponseBody.ts +16 -16
- package/src/models/DescribeSampleTagListRequest.ts +4 -4
- package/src/models/DescribeSampleTagListResponseBody.ts +2 -2
- package/src/models/DescribeSampleUploadPolicyRequest.ts +4 -4
- package/src/models/DescribeSampleUploadPolicyResponseBody.ts +8 -8
- package/src/models/DescribeSceneAllEventNameCodeListRequest.ts +5 -5
- package/src/models/DescribeSceneAllEventNameCodeListResponseBody.ts +15 -15
- package/src/models/DescribeSceneEventPageListRequest.ts +6 -6
- package/src/models/DescribeSceneEventPageListResponseBody.ts +16 -16
- package/src/models/DescribeSceneRulePageListRequest.ts +11 -11
- package/src/models/DescribeSceneRulePageListResponseBody.ts +46 -43
- package/src/models/DescribeScoreSectionNumLineChartRequest.ts +9 -9
- package/src/models/DescribeScoreSectionNumLineChartResponseBody.ts +7 -7
- package/src/models/DescribeScoreSectionPieChartRequest.ts +7 -7
- package/src/models/DescribeScoreSectionPieChartResponseBody.ts +11 -11
- package/src/models/DescribeScoreSectionRatioLineChartRequest.ts +7 -7
- package/src/models/DescribeScoreSectionRatioLineChartResponseBody.ts +6 -6
- package/src/models/DescribeSdkdownloadListRequest.ts +5 -5
- package/src/models/DescribeSdkdownloadListResponseBody.ts +12 -12
- package/src/models/DescribeSelectItemRequest.ts +4 -4
- package/src/models/DescribeSelectItemResponseBody.ts +4 -4
- package/src/models/DescribeServiceAppKeyRequest.ts +1 -1
- package/src/models/DescribeServiceAppKeyResponseBody.ts +6 -6
- package/src/models/DescribeServiceListRequest.ts +4 -4
- package/src/models/DescribeServiceListResponseBody.ts +4 -4
- package/src/models/DescribeSimulationPreditInfoRequest.ts +6 -6
- package/src/models/DescribeSimulationPreditInfoResponseBody.ts +2 -2
- package/src/models/DescribeSimulationTaskCountRequest.ts +9 -9
- package/src/models/DescribeSimulationTaskCountResponseBody.ts +2 -2
- package/src/models/DescribeSimulationTaskListRequest.ts +8 -8
- package/src/models/DescribeSimulationTaskListResponseBody.ts +6 -6
- package/src/models/DescribeSlsUrlConfigRequest.ts +4 -4
- package/src/models/DescribeSlsUrlConfigResponseBody.ts +2 -2
- package/src/models/DescribeSupportRuleListRequest.ts +5 -5
- package/src/models/DescribeSupportRuleListResponseBody.ts +2 -2
- package/src/models/DescribeTagListRequest.ts +5 -5
- package/src/models/DescribeTagListResponseBody.ts +5 -5
- package/src/models/DescribeTagsBarChartRequest.ts +7 -7
- package/src/models/DescribeTagsBarChartResponseBody.ts +14 -14
- package/src/models/DescribeTagsFluctuationRequest.ts +4 -4
- package/src/models/DescribeTagsFluctuationResponseBody.ts +12 -12
- package/src/models/DescribeTagsListRequest.ts +4 -4
- package/src/models/DescribeTagsListResponseBody.ts +2 -2
- package/src/models/DescribeTagsNumLineChartRequest.ts +8 -8
- package/src/models/DescribeTagsNumLineChartResponseBody.ts +7 -7
- package/src/models/DescribeTagsRatioLineChartRequest.ts +8 -8
- package/src/models/DescribeTagsRatioLineChartResponseBody.ts +7 -7
- package/src/models/DescribeTagsTrendRequest.ts +8 -8
- package/src/models/DescribeTagsTrendResponseBody.ts +12 -12
- package/src/models/DescribeTaskListRequest.ts +6 -6
- package/src/models/DescribeTaskListResponseBody.ts +22 -23
- package/src/models/DescribeTaskLogListRequest.ts +8 -8
- package/src/models/DescribeTaskLogListResponseBody.ts +18 -18
- package/src/models/DescribeTemplateCountRequest.ts +3 -3
- package/src/models/DescribeTemplateCountResponseBody.ts +5 -5
- package/src/models/DescribeTemplateDownloadRequest.ts +4 -4
- package/src/models/DescribeTemplateDownloadResponseBody.ts +2 -2
- package/src/models/DescribeTemplatePageListRequest.ts +11 -11
- package/src/models/DescribeTemplatePageListResponseBody.ts +19 -19
- package/src/models/DescribeUsedServiceRequest.ts +2 -2
- package/src/models/DescribeUsedServiceResponseBody.ts +5 -5
- package/src/models/DescribeUserInfoRequest.ts +3 -3
- package/src/models/DescribeUserInfoResponseBody.ts +8 -8
- package/src/models/DescribeVariableBindDetailRequest.ts +6 -6
- package/src/models/DescribeVariableBindDetailResponseBody.ts +16 -16
- package/src/models/DescribeVariableDetailRequest.ts +4 -4
- package/src/models/DescribeVariableDetailResponseBody.ts +49 -41
- package/src/models/DescribeVariableFeeRequest.ts +5 -5
- package/src/models/DescribeVariableFeeResponseBody.ts +2 -2
- package/src/models/DescribeVariableListRequest.ts +11 -11
- package/src/models/DescribeVariableListResponseBody.ts +23 -23
- package/src/models/DescribeVariableMarketListRequest.ts +11 -13
- package/src/models/DescribeVariableMarketListResponseBody.ts +6 -6
- package/src/models/DescribeVariableSceneListRequest.ts +9 -9
- package/src/models/DescribeVariableSceneListResponseBody.ts +16 -16
- package/src/models/DownloadSampleFileRequest.ts +12 -0
- package/src/models/DownloadSampleFileResponseBody.ts +22 -0
- package/src/models/DownloadSubTaskResultRequest.ts +9 -0
- package/src/models/DownloadSubTaskResultResponseBody.ts +22 -0
- package/src/models/ExpressionTestRequest.ts +9 -9
- package/src/models/ExpressionTestResponseBody.ts +2 -2
- package/src/models/FileUploadRequest.ts +5 -5
- package/src/models/FileUploadResponseBody.ts +5 -5
- package/src/models/GetSampleDetailRequest.ts +9 -0
- package/src/models/GetSampleDetailResponseBody.ts +92 -0
- package/src/models/GetSubTaskResultRequest.ts +9 -0
- package/src/models/GetSubTaskResultResponseBody.ts +124 -12
- package/src/models/ImportNameListRequest.ts +17 -18
- package/src/models/ImportNameListResponseBody.ts +2 -2
- package/src/models/ImportTemplateEventRequest.ts +4 -4
- package/src/models/ImportTemplateEventResponseBody.ts +2 -2
- package/src/models/ListSampleRequest.ts +27 -0
- package/src/models/ListSampleResponseBody.ts +55 -0
- package/src/models/ListTaskGroupRequest.ts +21 -0
- package/src/models/ListTaskGroupResponseBody.ts +120 -0
- package/src/models/MergeDownloadRequest.ts +9 -0
- package/src/models/MergeDownloadResponseBody.ts +22 -0
- package/src/models/ModifyAppKeyRequest.ts +4 -4
- package/src/models/ModifyAppKeyResponseBody.ts +2 -2
- package/src/models/ModifyCustVariableRequest.ts +11 -11
- package/src/models/ModifyCustVariableResponseBody.ts +5 -5
- package/src/models/ModifyEventRequest.ts +11 -11
- package/src/models/ModifyEventResponseBody.ts +2 -2
- package/src/models/ModifyEventStatusRequest.ts +8 -8
- package/src/models/ModifyEventStatusResponseBody.ts +2 -2
- package/src/models/ModifyExpressionVariableRequest.ts +15 -15
- package/src/models/ModifyExpressionVariableResponseBody.ts +2 -2
- package/src/models/ModifyFieldRequest.ts +9 -9
- package/src/models/ModifyFieldResponseBody.ts +2 -2
- package/src/models/ModifyRulePriorityRequest.ts +6 -6
- package/src/models/ModifyRulePriorityResponseBody.ts +2 -2
- package/src/models/ModifyRuleStatusRequest.ts +13 -13
- package/src/models/ModifyRuleStatusResponseBody.ts +2 -2
- package/src/models/OpenConsoleSlsRequest.ts +5 -5
- package/src/models/OpenConsoleSlsResponseBody.ts +2 -2
- package/src/models/OperateFavoriteVariableRequest.ts +6 -6
- package/src/models/OperateFavoriteVariableResponseBody.ts +2 -2
- package/src/models/PermissionCheckRequest.ts +4 -4
- package/src/models/PermissionCheckResponseBody.ts +5 -5
- package/src/models/QueryAuthRuleDetailByRuleIdRequest.ts +6 -6
- package/src/models/QueryAuthRuleDetailByRuleIdResponseBody.ts +24 -24
- package/src/models/RecallRuleAuditRequest.ts +2 -2
- package/src/models/RecallRuleAuditResponseBody.ts +2 -2
- package/src/models/RemoveEventRequest.ts +8 -8
- package/src/models/RemoveEventResponseBody.ts +2 -2
- package/src/models/SampleFileDownloadRequest.ts +3 -3
- package/src/models/SampleFileDownloadResponseBody.ts +5 -5
- package/src/models/SaveAnalysisColumnRequest.ts +5 -5
- package/src/models/SaveAnalysisColumnResponseBody.ts +2 -2
- package/src/models/SaveByPassOrShuntEventRequest.ts +7 -7
- package/src/models/SaveByPassOrShuntEventResponseBody.ts +6 -6
- package/src/models/SearchSampleRequest.ts +21 -0
- package/src/models/SearchSampleResponseBody.ts +43 -0
- package/src/models/StartOrStopByPassShuntEventRequest.ts +6 -6
- package/src/models/StartOrStopByPassShuntEventResponseBody.ts +6 -6
- package/src/models/StartSimulationTaskRequest.ts +5 -5
- package/src/models/StartSimulationTaskResponseBody.ts +2 -2
- package/src/models/StopSimulationTaskRequest.ts +5 -5
- package/src/models/StopSimulationTaskResponseBody.ts +2 -2
- package/src/models/SwitchExpressionVariableRequest.ts +9 -7
- package/src/models/SwitchExpressionVariableResponseBody.ts +2 -2
- package/src/models/SwitchFieldRequest.ts +11 -7
- package/src/models/SwitchFieldResponseBody.ts +2 -2
- package/src/models/SwitchQueryVariableRequest.ts +6 -6
- package/src/models/SwitchQueryVariableResponseBody.ts +2 -2
- package/src/models/SwitchToOnlineRequest.ts +5 -5
- package/src/models/SwitchToOnlineResponseBody.ts +6 -6
- package/src/models/SwitchVariableRequest.ts +6 -6
- package/src/models/SwitchVariableResponseBody.ts +2 -2
- package/src/models/TaskNameByUserIdRequest.ts +5 -5
- package/src/models/TaskNameByUserIdResponseBody.ts +5 -5
- package/src/models/UpdateAnalysisConditionFavoriteRequest.ts +16 -13
- package/src/models/UpdateAnalysisConditionFavoriteResponseBody.ts +2 -2
- package/src/models/UpdateAuditRequest.ts +7 -7
- package/src/models/UpdateAuditResponseBody.ts +5 -5
- package/src/models/UpdateAuthRuleRequest.ts +10 -10
- package/src/models/UpdateAuthRuleResponseBody.ts +2 -2
- package/src/models/UpdateByPassShuntEventRequest.ts +6 -6
- package/src/models/UpdateByPassShuntEventResponseBody.ts +6 -6
- package/src/models/UpdateDataSourceRequest.ts +9 -9
- package/src/models/UpdateDataSourceResponseBody.ts +2 -2
- package/src/models/UpdateQueryVariableRequest.ts +13 -13
- package/src/models/UpdateQueryVariableResponseBody.ts +2 -2
- package/src/models/UpdateRuleBaseRequest.ts +8 -8
- package/src/models/UpdateRuleBaseResponseBody.ts +2 -2
- package/src/models/UpdateRuleRequest.ts +15 -15
- package/src/models/UpdateRuleResponseBody.ts +2 -2
- package/src/models/UpdateSampleBatchRequest.ts +7 -7
- package/src/models/UpdateSampleBatchResponseBody.ts +2 -2
- package/src/models/UploadForeignSampleFileAdvanceRequest.ts +18 -0
- package/src/models/UploadForeignSampleFileRequest.ts +18 -0
- package/src/models/UploadForeignSampleFileResponseBody.ts +73 -1
- package/src/models/UploadSampleFileRequest.ts +18 -0
- package/src/models/UploadSampleFileResponseBody.ts +76 -0
- package/src/models/model.ts +1 -0
package/dist/client.js
CHANGED
|
@@ -278,7 +278,7 @@ class Client extends openapi_core_1.default {
|
|
|
278
278
|
return await this.batchDeleteSampleDataWithOptions(request, runtime);
|
|
279
279
|
}
|
|
280
280
|
/**
|
|
281
|
-
*
|
|
281
|
+
* Performs a variable binding operation.
|
|
282
282
|
*
|
|
283
283
|
* @param request - BindVariableRequest
|
|
284
284
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -355,7 +355,7 @@ class Client extends openapi_core_1.default {
|
|
|
355
355
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.BindVariableResponse({}));
|
|
356
356
|
}
|
|
357
357
|
/**
|
|
358
|
-
*
|
|
358
|
+
* Performs a variable binding operation.
|
|
359
359
|
*
|
|
360
360
|
* @param request - BindVariableRequest
|
|
361
361
|
* @returns BindVariableResponse
|
|
@@ -365,7 +365,7 @@ class Client extends openapi_core_1.default {
|
|
|
365
365
|
return await this.bindVariableWithOptions(request, runtime);
|
|
366
366
|
}
|
|
367
367
|
/**
|
|
368
|
-
*
|
|
368
|
+
* Create a task group
|
|
369
369
|
*
|
|
370
370
|
* @param request - CancelSubTaskRequest
|
|
371
371
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -403,7 +403,7 @@ class Client extends openapi_core_1.default {
|
|
|
403
403
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CancelSubTaskResponse({}));
|
|
404
404
|
}
|
|
405
405
|
/**
|
|
406
|
-
*
|
|
406
|
+
* Create a task group
|
|
407
407
|
*
|
|
408
408
|
* @param request - CancelSubTaskRequest
|
|
409
409
|
* @returns CancelSubTaskResponse
|
|
@@ -467,7 +467,7 @@ class Client extends openapi_core_1.default {
|
|
|
467
467
|
return await this.checkCopyRuleVariableWithOptions(request, runtime);
|
|
468
468
|
}
|
|
469
469
|
/**
|
|
470
|
-
*
|
|
470
|
+
* Checks whether the number of cumulative variables exceeds the limit.
|
|
471
471
|
*
|
|
472
472
|
* @param request - CheckCustVariableLimitRequest
|
|
473
473
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -502,7 +502,7 @@ class Client extends openapi_core_1.default {
|
|
|
502
502
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckCustVariableLimitResponse({}));
|
|
503
503
|
}
|
|
504
504
|
/**
|
|
505
|
-
*
|
|
505
|
+
* Checks whether the number of cumulative variables exceeds the limit.
|
|
506
506
|
*
|
|
507
507
|
* @param request - CheckCustVariableLimitRequest
|
|
508
508
|
* @returns CheckCustVariableLimitResponse
|
|
@@ -512,7 +512,7 @@ class Client extends openapi_core_1.default {
|
|
|
512
512
|
return await this.checkCustVariableLimitWithOptions(request, runtime);
|
|
513
513
|
}
|
|
514
514
|
/**
|
|
515
|
-
*
|
|
515
|
+
* Checks whether creating a variable exceeds the upper limit.
|
|
516
516
|
*
|
|
517
517
|
* @param request - CheckExpressionVariableLimitRequest
|
|
518
518
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -544,7 +544,7 @@ class Client extends openapi_core_1.default {
|
|
|
544
544
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckExpressionVariableLimitResponse({}));
|
|
545
545
|
}
|
|
546
546
|
/**
|
|
547
|
-
*
|
|
547
|
+
* Checks whether creating a variable exceeds the upper limit.
|
|
548
548
|
*
|
|
549
549
|
* @param request - CheckExpressionVariableLimitRequest
|
|
550
550
|
* @returns CheckExpressionVariableLimitResponse
|
|
@@ -554,7 +554,7 @@ class Client extends openapi_core_1.default {
|
|
|
554
554
|
return await this.checkExpressionVariableLimitWithOptions(request, runtime);
|
|
555
555
|
}
|
|
556
556
|
/**
|
|
557
|
-
*
|
|
557
|
+
* Checks whether the number of fields exceeds the specified limit.
|
|
558
558
|
*
|
|
559
559
|
* @param request - CheckFieldLimitRequest
|
|
560
560
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -589,7 +589,7 @@ class Client extends openapi_core_1.default {
|
|
|
589
589
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckFieldLimitResponse({}));
|
|
590
590
|
}
|
|
591
591
|
/**
|
|
592
|
-
*
|
|
592
|
+
* Checks whether the number of fields exceeds the specified limit.
|
|
593
593
|
*
|
|
594
594
|
* @param request - CheckFieldLimitRequest
|
|
595
595
|
* @returns CheckFieldLimitResponse
|
|
@@ -599,7 +599,7 @@ class Client extends openapi_core_1.default {
|
|
|
599
599
|
return await this.checkFieldLimitWithOptions(request, runtime);
|
|
600
600
|
}
|
|
601
601
|
/**
|
|
602
|
-
*
|
|
602
|
+
* Validate sample name uniqueness
|
|
603
603
|
*
|
|
604
604
|
* @param request - CheckSampleNameRequest
|
|
605
605
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -634,7 +634,7 @@ class Client extends openapi_core_1.default {
|
|
|
634
634
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckSampleNameResponse({}));
|
|
635
635
|
}
|
|
636
636
|
/**
|
|
637
|
-
*
|
|
637
|
+
* Validate sample name uniqueness
|
|
638
638
|
*
|
|
639
639
|
* @param request - CheckSampleNameRequest
|
|
640
640
|
* @returns CheckSampleNameResponse
|
|
@@ -644,7 +644,7 @@ class Client extends openapi_core_1.default {
|
|
|
644
644
|
return await this.checkSampleNameWithOptions(request, runtime);
|
|
645
645
|
}
|
|
646
646
|
/**
|
|
647
|
-
*
|
|
647
|
+
* Validate the uniqueness of the task group name
|
|
648
648
|
*
|
|
649
649
|
* @param request - CheckTaskGroupNameRequest
|
|
650
650
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -679,7 +679,7 @@ class Client extends openapi_core_1.default {
|
|
|
679
679
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckTaskGroupNameResponse({}));
|
|
680
680
|
}
|
|
681
681
|
/**
|
|
682
|
-
*
|
|
682
|
+
* Validate the uniqueness of the task group name
|
|
683
683
|
*
|
|
684
684
|
* @param request - CheckTaskGroupNameRequest
|
|
685
685
|
* @returns CheckTaskGroupNameResponse
|
|
@@ -689,7 +689,7 @@ class Client extends openapi_core_1.default {
|
|
|
689
689
|
return await this.checkTaskGroupNameWithOptions(request, runtime);
|
|
690
690
|
}
|
|
691
691
|
/**
|
|
692
|
-
*
|
|
692
|
+
* Checks variable references.
|
|
693
693
|
*
|
|
694
694
|
* @param request - CheckUsageVariableRequest
|
|
695
695
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -724,7 +724,7 @@ class Client extends openapi_core_1.default {
|
|
|
724
724
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckUsageVariableResponse({}));
|
|
725
725
|
}
|
|
726
726
|
/**
|
|
727
|
-
*
|
|
727
|
+
* Checks variable references.
|
|
728
728
|
*
|
|
729
729
|
* @param request - CheckUsageVariableRequest
|
|
730
730
|
* @returns CheckUsageVariableResponse
|
|
@@ -836,7 +836,7 @@ class Client extends openapi_core_1.default {
|
|
|
836
836
|
return await this.compareRuleWithOptions(request, runtime);
|
|
837
837
|
}
|
|
838
838
|
/**
|
|
839
|
-
*
|
|
839
|
+
* Creates a query condition.
|
|
840
840
|
*
|
|
841
841
|
* @param request - CreateAnalysisConditionFavoriteRequest
|
|
842
842
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -892,7 +892,7 @@ class Client extends openapi_core_1.default {
|
|
|
892
892
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAnalysisConditionFavoriteResponse({}));
|
|
893
893
|
}
|
|
894
894
|
/**
|
|
895
|
-
*
|
|
895
|
+
* Creates a query condition.
|
|
896
896
|
*
|
|
897
897
|
* @param request - CreateAnalysisConditionFavoriteRequest
|
|
898
898
|
* @returns CreateAnalysisConditionFavoriteResponse
|
|
@@ -902,7 +902,7 @@ class Client extends openapi_core_1.default {
|
|
|
902
902
|
return await this.createAnalysisConditionFavoriteWithOptions(request, runtime);
|
|
903
903
|
}
|
|
904
904
|
/**
|
|
905
|
-
*
|
|
905
|
+
* Creates an export task.
|
|
906
906
|
*
|
|
907
907
|
* @param request - CreateAnalysisExportTaskRequest
|
|
908
908
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -964,7 +964,7 @@ class Client extends openapi_core_1.default {
|
|
|
964
964
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAnalysisExportTaskResponse({}));
|
|
965
965
|
}
|
|
966
966
|
/**
|
|
967
|
-
*
|
|
967
|
+
* Creates an export task.
|
|
968
968
|
*
|
|
969
969
|
* @param request - CreateAnalysisExportTaskRequest
|
|
970
970
|
* @returns CreateAnalysisExportTaskResponse
|
|
@@ -974,7 +974,7 @@ class Client extends openapi_core_1.default {
|
|
|
974
974
|
return await this.createAnalysisExportTaskWithOptions(request, runtime);
|
|
975
975
|
}
|
|
976
976
|
/**
|
|
977
|
-
* Create AppKey
|
|
977
|
+
* Create an AppKey.
|
|
978
978
|
*
|
|
979
979
|
* @param request - CreateAppKeyRequest
|
|
980
980
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1006,7 +1006,7 @@ class Client extends openapi_core_1.default {
|
|
|
1006
1006
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAppKeyResponse({}));
|
|
1007
1007
|
}
|
|
1008
1008
|
/**
|
|
1009
|
-
* Create AppKey
|
|
1009
|
+
* Create an AppKey.
|
|
1010
1010
|
*
|
|
1011
1011
|
* @param request - CreateAppKeyRequest
|
|
1012
1012
|
* @returns CreateAppKeyResponse
|
|
@@ -1016,7 +1016,7 @@ class Client extends openapi_core_1.default {
|
|
|
1016
1016
|
return await this.createAppKeyWithOptions(request, runtime);
|
|
1017
1017
|
}
|
|
1018
1018
|
/**
|
|
1019
|
-
*
|
|
1019
|
+
* Creates a cumulative variable.
|
|
1020
1020
|
*
|
|
1021
1021
|
* @param request - CreateCustVariableRequest
|
|
1022
1022
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1087,7 +1087,7 @@ class Client extends openapi_core_1.default {
|
|
|
1087
1087
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateCustVariableResponse({}));
|
|
1088
1088
|
}
|
|
1089
1089
|
/**
|
|
1090
|
-
*
|
|
1090
|
+
* Creates a cumulative variable.
|
|
1091
1091
|
*
|
|
1092
1092
|
* @param request - CreateCustVariableRequest
|
|
1093
1093
|
* @returns CreateCustVariableResponse
|
|
@@ -1097,7 +1097,7 @@ class Client extends openapi_core_1.default {
|
|
|
1097
1097
|
return await this.createCustVariableWithOptions(request, runtime);
|
|
1098
1098
|
}
|
|
1099
1099
|
/**
|
|
1100
|
-
*
|
|
1100
|
+
* Creates a data source.
|
|
1101
1101
|
*
|
|
1102
1102
|
* @param request - CreateDataSourceRequest
|
|
1103
1103
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1141,7 +1141,7 @@ class Client extends openapi_core_1.default {
|
|
|
1141
1141
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDataSourceResponse({}));
|
|
1142
1142
|
}
|
|
1143
1143
|
/**
|
|
1144
|
-
*
|
|
1144
|
+
* Creates a data source.
|
|
1145
1145
|
*
|
|
1146
1146
|
* @param request - CreateDataSourceRequest
|
|
1147
1147
|
* @returns CreateDataSourceResponse
|
|
@@ -1151,7 +1151,7 @@ class Client extends openapi_core_1.default {
|
|
|
1151
1151
|
return await this.createDataSourceWithOptions(request, runtime);
|
|
1152
1152
|
}
|
|
1153
1153
|
/**
|
|
1154
|
-
*
|
|
1154
|
+
* Creates an event.
|
|
1155
1155
|
*
|
|
1156
1156
|
* @param request - CreateEventRequest
|
|
1157
1157
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1204,7 +1204,7 @@ class Client extends openapi_core_1.default {
|
|
|
1204
1204
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateEventResponse({}));
|
|
1205
1205
|
}
|
|
1206
1206
|
/**
|
|
1207
|
-
*
|
|
1207
|
+
* Creates an event.
|
|
1208
1208
|
*
|
|
1209
1209
|
* @param request - CreateEventRequest
|
|
1210
1210
|
* @returns CreateEventResponse
|
|
@@ -1214,7 +1214,7 @@ class Client extends openapi_core_1.default {
|
|
|
1214
1214
|
return await this.createEventWithOptions(request, runtime);
|
|
1215
1215
|
}
|
|
1216
1216
|
/**
|
|
1217
|
-
*
|
|
1217
|
+
* Creates a custom variable.
|
|
1218
1218
|
*
|
|
1219
1219
|
* @param request - CreateExpressionVariableRequest
|
|
1220
1220
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1270,7 +1270,7 @@ class Client extends openapi_core_1.default {
|
|
|
1270
1270
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateExpressionVariableResponse({}));
|
|
1271
1271
|
}
|
|
1272
1272
|
/**
|
|
1273
|
-
*
|
|
1273
|
+
* Creates a custom variable.
|
|
1274
1274
|
*
|
|
1275
1275
|
* @param request - CreateExpressionVariableRequest
|
|
1276
1276
|
* @returns CreateExpressionVariableResponse
|
|
@@ -1280,7 +1280,7 @@ class Client extends openapi_core_1.default {
|
|
|
1280
1280
|
return await this.createExpressionVariableWithOptions(request, runtime);
|
|
1281
1281
|
}
|
|
1282
1282
|
/**
|
|
1283
|
-
*
|
|
1283
|
+
* Creates a field.
|
|
1284
1284
|
*
|
|
1285
1285
|
* @param request - CreateFieldRequest
|
|
1286
1286
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1333,7 +1333,7 @@ class Client extends openapi_core_1.default {
|
|
|
1333
1333
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateFieldResponse({}));
|
|
1334
1334
|
}
|
|
1335
1335
|
/**
|
|
1336
|
-
*
|
|
1336
|
+
* Creates a field.
|
|
1337
1337
|
*
|
|
1338
1338
|
* @param request - CreateFieldRequest
|
|
1339
1339
|
* @returns CreateFieldResponse
|
|
@@ -1343,7 +1343,7 @@ class Client extends openapi_core_1.default {
|
|
|
1343
1343
|
return await this.createFieldWithOptions(request, runtime);
|
|
1344
1344
|
}
|
|
1345
1345
|
/**
|
|
1346
|
-
*
|
|
1346
|
+
* Create a sample record for the customer.
|
|
1347
1347
|
*
|
|
1348
1348
|
* @param request - CreateForeignPocSampleRequest
|
|
1349
1349
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1387,7 +1387,7 @@ class Client extends openapi_core_1.default {
|
|
|
1387
1387
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateForeignPocSampleResponse({}));
|
|
1388
1388
|
}
|
|
1389
1389
|
/**
|
|
1390
|
-
*
|
|
1390
|
+
* Create a sample record for the customer.
|
|
1391
1391
|
*
|
|
1392
1392
|
* @param request - CreateForeignPocSampleRequest
|
|
1393
1393
|
* @returns CreateForeignPocSampleResponse
|
|
@@ -1541,7 +1541,7 @@ class Client extends openapi_core_1.default {
|
|
|
1541
1541
|
return await this.createModelWithOptions(request, runtime);
|
|
1542
1542
|
}
|
|
1543
1543
|
/**
|
|
1544
|
-
*
|
|
1544
|
+
* Creates a POC.
|
|
1545
1545
|
*
|
|
1546
1546
|
* @param request - CreatePocEvRequest
|
|
1547
1547
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1600,7 +1600,7 @@ class Client extends openapi_core_1.default {
|
|
|
1600
1600
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreatePocEvResponse({}));
|
|
1601
1601
|
}
|
|
1602
1602
|
/**
|
|
1603
|
-
*
|
|
1603
|
+
* Creates a POC.
|
|
1604
1604
|
*
|
|
1605
1605
|
* @param request - CreatePocEvRequest
|
|
1606
1606
|
* @returns CreatePocEvResponse
|
|
@@ -1610,7 +1610,7 @@ class Client extends openapi_core_1.default {
|
|
|
1610
1610
|
return await this.createPocEvWithOptions(request, runtime);
|
|
1611
1611
|
}
|
|
1612
1612
|
/**
|
|
1613
|
-
*
|
|
1613
|
+
* Create a sample record
|
|
1614
1614
|
*
|
|
1615
1615
|
* @param request - CreatePocSampleRequest
|
|
1616
1616
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1660,7 +1660,7 @@ class Client extends openapi_core_1.default {
|
|
|
1660
1660
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreatePocSampleResponse({}));
|
|
1661
1661
|
}
|
|
1662
1662
|
/**
|
|
1663
|
-
*
|
|
1663
|
+
* Create a sample record
|
|
1664
1664
|
*
|
|
1665
1665
|
* @param request - CreatePocSampleRequest
|
|
1666
1666
|
* @returns CreatePocSampleResponse
|
|
@@ -1670,7 +1670,7 @@ class Client extends openapi_core_1.default {
|
|
|
1670
1670
|
return await this.createPocSampleWithOptions(request, runtime);
|
|
1671
1671
|
}
|
|
1672
1672
|
/**
|
|
1673
|
-
*
|
|
1673
|
+
* Creates a custom query variable.
|
|
1674
1674
|
*
|
|
1675
1675
|
* @param request - CreateQueryVariableRequest
|
|
1676
1676
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1729,7 +1729,7 @@ class Client extends openapi_core_1.default {
|
|
|
1729
1729
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateQueryVariableResponse({}));
|
|
1730
1730
|
}
|
|
1731
1731
|
/**
|
|
1732
|
-
*
|
|
1732
|
+
* Creates a custom query variable.
|
|
1733
1733
|
*
|
|
1734
1734
|
* @param request - CreateQueryVariableRequest
|
|
1735
1735
|
* @returns CreateQueryVariableResponse
|
|
@@ -1739,7 +1739,7 @@ class Client extends openapi_core_1.default {
|
|
|
1739
1739
|
return await this.createQueryVariableWithOptions(request, runtime);
|
|
1740
1740
|
}
|
|
1741
1741
|
/**
|
|
1742
|
-
*
|
|
1742
|
+
* Creates a recommended event policy.
|
|
1743
1743
|
*
|
|
1744
1744
|
* @param request - CreateRecommendEventRuleRequest
|
|
1745
1745
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1783,7 +1783,7 @@ class Client extends openapi_core_1.default {
|
|
|
1783
1783
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateRecommendEventRuleResponse({}));
|
|
1784
1784
|
}
|
|
1785
1785
|
/**
|
|
1786
|
-
*
|
|
1786
|
+
* Creates a recommended event policy.
|
|
1787
1787
|
*
|
|
1788
1788
|
* @param request - CreateRecommendEventRuleRequest
|
|
1789
1789
|
* @returns CreateRecommendEventRuleResponse
|
|
@@ -1793,7 +1793,7 @@ class Client extends openapi_core_1.default {
|
|
|
1793
1793
|
return await this.createRecommendEventRuleWithOptions(request, runtime);
|
|
1794
1794
|
}
|
|
1795
1795
|
/**
|
|
1796
|
-
*
|
|
1796
|
+
* Creates a recommendation task.
|
|
1797
1797
|
*
|
|
1798
1798
|
* @param request - CreateRecommendTaskRequest
|
|
1799
1799
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1837,7 +1837,7 @@ class Client extends openapi_core_1.default {
|
|
|
1837
1837
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateRecommendTaskResponse({}));
|
|
1838
1838
|
}
|
|
1839
1839
|
/**
|
|
1840
|
-
*
|
|
1840
|
+
* Creates a recommendation task.
|
|
1841
1841
|
*
|
|
1842
1842
|
* @param request - CreateRecommendTaskRequest
|
|
1843
1843
|
* @returns CreateRecommendTaskResponse
|
|
@@ -1847,7 +1847,7 @@ class Client extends openapi_core_1.default {
|
|
|
1847
1847
|
return await this.createRecommendTaskWithOptions(request, runtime);
|
|
1848
1848
|
}
|
|
1849
1849
|
/**
|
|
1850
|
-
*
|
|
1850
|
+
* Creates a policy and version.
|
|
1851
1851
|
*
|
|
1852
1852
|
* @param request - CreateRuleRequest
|
|
1853
1853
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1915,7 +1915,7 @@ class Client extends openapi_core_1.default {
|
|
|
1915
1915
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateRuleResponse({}));
|
|
1916
1916
|
}
|
|
1917
1917
|
/**
|
|
1918
|
-
*
|
|
1918
|
+
* Creates a policy and version.
|
|
1919
1919
|
*
|
|
1920
1920
|
* @param request - CreateRuleRequest
|
|
1921
1921
|
* @returns CreateRuleResponse
|
|
@@ -1925,7 +1925,7 @@ class Client extends openapi_core_1.default {
|
|
|
1925
1925
|
return await this.createRuleWithOptions(request, runtime);
|
|
1926
1926
|
}
|
|
1927
1927
|
/**
|
|
1928
|
-
*
|
|
1928
|
+
* Adds a data sample.
|
|
1929
1929
|
*
|
|
1930
1930
|
* @param request - CreateSampleRequest
|
|
1931
1931
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1978,7 +1978,7 @@ class Client extends openapi_core_1.default {
|
|
|
1978
1978
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSampleResponse({}));
|
|
1979
1979
|
}
|
|
1980
1980
|
/**
|
|
1981
|
-
*
|
|
1981
|
+
* Adds a data sample.
|
|
1982
1982
|
*
|
|
1983
1983
|
* @param request - CreateSampleRequest
|
|
1984
1984
|
* @returns CreateSampleResponse
|
|
@@ -1988,7 +1988,7 @@ class Client extends openapi_core_1.default {
|
|
|
1988
1988
|
return await this.createSampleWithOptions(request, runtime);
|
|
1989
1989
|
}
|
|
1990
1990
|
/**
|
|
1991
|
-
*
|
|
1991
|
+
* Creates a sample batch for a single API at the user level.
|
|
1992
1992
|
*
|
|
1993
1993
|
* @param request - CreateSampleApiRequest
|
|
1994
1994
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2032,7 +2032,7 @@ class Client extends openapi_core_1.default {
|
|
|
2032
2032
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSampleApiResponse({}));
|
|
2033
2033
|
}
|
|
2034
2034
|
/**
|
|
2035
|
-
*
|
|
2035
|
+
* Creates a sample batch for a single API at the user level.
|
|
2036
2036
|
*
|
|
2037
2037
|
* @param request - CreateSampleApiRequest
|
|
2038
2038
|
* @returns CreateSampleApiResponse
|
|
@@ -2105,7 +2105,7 @@ class Client extends openapi_core_1.default {
|
|
|
2105
2105
|
return await this.createSampleBatchWithOptions(request, runtime);
|
|
2106
2106
|
}
|
|
2107
2107
|
/**
|
|
2108
|
-
*
|
|
2108
|
+
* Creates sample data.
|
|
2109
2109
|
*
|
|
2110
2110
|
* @param request - CreateSampleDataRequest
|
|
2111
2111
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2158,7 +2158,7 @@ class Client extends openapi_core_1.default {
|
|
|
2158
2158
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSampleDataResponse({}));
|
|
2159
2159
|
}
|
|
2160
2160
|
/**
|
|
2161
|
-
*
|
|
2161
|
+
* Creates sample data.
|
|
2162
2162
|
*
|
|
2163
2163
|
* @param request - CreateSampleDataRequest
|
|
2164
2164
|
* @returns CreateSampleDataResponse
|
|
@@ -2168,7 +2168,7 @@ class Client extends openapi_core_1.default {
|
|
|
2168
2168
|
return await this.createSampleDataWithOptions(request, runtime);
|
|
2169
2169
|
}
|
|
2170
2170
|
/**
|
|
2171
|
-
*
|
|
2171
|
+
* Creates a task.
|
|
2172
2172
|
*
|
|
2173
2173
|
* @param request - CreateSimulationTaskRequest
|
|
2174
2174
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2227,7 +2227,7 @@ class Client extends openapi_core_1.default {
|
|
|
2227
2227
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSimulationTaskResponse({}));
|
|
2228
2228
|
}
|
|
2229
2229
|
/**
|
|
2230
|
-
*
|
|
2230
|
+
* Creates a task.
|
|
2231
2231
|
*
|
|
2232
2232
|
* @param request - CreateSimulationTaskRequest
|
|
2233
2233
|
* @returns CreateSimulationTaskResponse
|
|
@@ -2237,7 +2237,7 @@ class Client extends openapi_core_1.default {
|
|
|
2237
2237
|
return await this.createSimulationTaskWithOptions(request, runtime);
|
|
2238
2238
|
}
|
|
2239
2239
|
/**
|
|
2240
|
-
*
|
|
2240
|
+
* Cancels a subtask.
|
|
2241
2241
|
*
|
|
2242
2242
|
* @param request - CreateTaskGroupRequest
|
|
2243
2243
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2261,6 +2261,9 @@ class Client extends openapi_core_1.default {
|
|
|
2261
2261
|
if (!$dara.isNull(request.serviceCodes)) {
|
|
2262
2262
|
query["ServiceCodes"] = request.serviceCodes;
|
|
2263
2263
|
}
|
|
2264
|
+
if (!$dara.isNull(request.serviceList)) {
|
|
2265
|
+
query["ServiceList"] = request.serviceList;
|
|
2266
|
+
}
|
|
2264
2267
|
if (!$dara.isNull(request.serviceNames)) {
|
|
2265
2268
|
query["ServiceNames"] = request.serviceNames;
|
|
2266
2269
|
}
|
|
@@ -2290,7 +2293,7 @@ class Client extends openapi_core_1.default {
|
|
|
2290
2293
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateTaskGroupResponse({}));
|
|
2291
2294
|
}
|
|
2292
2295
|
/**
|
|
2293
|
-
*
|
|
2296
|
+
* Cancels a subtask.
|
|
2294
2297
|
*
|
|
2295
2298
|
* @param request - CreateTaskGroupRequest
|
|
2296
2299
|
* @returns CreateTaskGroupResponse
|
|
@@ -2369,7 +2372,7 @@ class Client extends openapi_core_1.default {
|
|
|
2369
2372
|
return await this.deepCopyRuleWithOptions(request, runtime);
|
|
2370
2373
|
}
|
|
2371
2374
|
/**
|
|
2372
|
-
*
|
|
2375
|
+
* Deletes a query condition.
|
|
2373
2376
|
*
|
|
2374
2377
|
* @param request - DeleteAnalysisConditionFavoriteRequest
|
|
2375
2378
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2404,7 +2407,7 @@ class Client extends openapi_core_1.default {
|
|
|
2404
2407
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAnalysisConditionFavoriteResponse({}));
|
|
2405
2408
|
}
|
|
2406
2409
|
/**
|
|
2407
|
-
*
|
|
2410
|
+
* Deletes a query condition.
|
|
2408
2411
|
*
|
|
2409
2412
|
* @param request - DeleteAnalysisConditionFavoriteRequest
|
|
2410
2413
|
* @returns DeleteAnalysisConditionFavoriteResponse
|
|
@@ -2414,7 +2417,7 @@ class Client extends openapi_core_1.default {
|
|
|
2414
2417
|
return await this.deleteAnalysisConditionFavoriteWithOptions(request, runtime);
|
|
2415
2418
|
}
|
|
2416
2419
|
/**
|
|
2417
|
-
*
|
|
2420
|
+
* Deletes a bypass event.
|
|
2418
2421
|
*
|
|
2419
2422
|
* @param request - DeleteByPassShuntEventRequest
|
|
2420
2423
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2449,7 +2452,7 @@ class Client extends openapi_core_1.default {
|
|
|
2449
2452
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteByPassShuntEventResponse({}));
|
|
2450
2453
|
}
|
|
2451
2454
|
/**
|
|
2452
|
-
*
|
|
2455
|
+
* Deletes a bypass event.
|
|
2453
2456
|
*
|
|
2454
2457
|
* @param request - DeleteByPassShuntEventRequest
|
|
2455
2458
|
* @returns DeleteByPassShuntEventResponse
|
|
@@ -2459,7 +2462,7 @@ class Client extends openapi_core_1.default {
|
|
|
2459
2462
|
return await this.deleteByPassShuntEventWithOptions(request, runtime);
|
|
2460
2463
|
}
|
|
2461
2464
|
/**
|
|
2462
|
-
*
|
|
2465
|
+
* Deletes a cumulative variable.
|
|
2463
2466
|
*
|
|
2464
2467
|
* @param request - DeleteCustVariableRequest
|
|
2465
2468
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2500,7 +2503,7 @@ class Client extends openapi_core_1.default {
|
|
|
2500
2503
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteCustVariableResponse({}));
|
|
2501
2504
|
}
|
|
2502
2505
|
/**
|
|
2503
|
-
*
|
|
2506
|
+
* Deletes a cumulative variable.
|
|
2504
2507
|
*
|
|
2505
2508
|
* @param request - DeleteCustVariableRequest
|
|
2506
2509
|
* @returns DeleteCustVariableResponse
|
|
@@ -2510,7 +2513,7 @@ class Client extends openapi_core_1.default {
|
|
|
2510
2513
|
return await this.deleteCustVariableWithOptions(request, runtime);
|
|
2511
2514
|
}
|
|
2512
2515
|
/**
|
|
2513
|
-
*
|
|
2516
|
+
* Deletes a data source.
|
|
2514
2517
|
*
|
|
2515
2518
|
* @param request - DeleteDataSourceRequest
|
|
2516
2519
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2545,7 +2548,7 @@ class Client extends openapi_core_1.default {
|
|
|
2545
2548
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDataSourceResponse({}));
|
|
2546
2549
|
}
|
|
2547
2550
|
/**
|
|
2548
|
-
*
|
|
2551
|
+
* Deletes a data source.
|
|
2549
2552
|
*
|
|
2550
2553
|
* @param request - DeleteDataSourceRequest
|
|
2551
2554
|
* @returns DeleteDataSourceResponse
|
|
@@ -2603,7 +2606,7 @@ class Client extends openapi_core_1.default {
|
|
|
2603
2606
|
return await this.deleteEventFieldWithOptions(request, runtime);
|
|
2604
2607
|
}
|
|
2605
2608
|
/**
|
|
2606
|
-
*
|
|
2609
|
+
* Deletes a custom variable.
|
|
2607
2610
|
*
|
|
2608
2611
|
* @param request - DeleteExpressionVariableRequest
|
|
2609
2612
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2641,7 +2644,7 @@ class Client extends openapi_core_1.default {
|
|
|
2641
2644
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteExpressionVariableResponse({}));
|
|
2642
2645
|
}
|
|
2643
2646
|
/**
|
|
2644
|
-
*
|
|
2647
|
+
* Deletes a custom variable.
|
|
2645
2648
|
*
|
|
2646
2649
|
* @param request - DeleteExpressionVariableRequest
|
|
2647
2650
|
* @returns DeleteExpressionVariableResponse
|
|
@@ -2651,7 +2654,7 @@ class Client extends openapi_core_1.default {
|
|
|
2651
2654
|
return await this.deleteExpressionVariableWithOptions(request, runtime);
|
|
2652
2655
|
}
|
|
2653
2656
|
/**
|
|
2654
|
-
*
|
|
2657
|
+
* Deletes a field.
|
|
2655
2658
|
*
|
|
2656
2659
|
* @param request - DeleteFieldRequest
|
|
2657
2660
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2689,7 +2692,7 @@ class Client extends openapi_core_1.default {
|
|
|
2689
2692
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteFieldResponse({}));
|
|
2690
2693
|
}
|
|
2691
2694
|
/**
|
|
2692
|
-
*
|
|
2695
|
+
* Deletes a field.
|
|
2693
2696
|
*
|
|
2694
2697
|
* @param request - DeleteFieldRequest
|
|
2695
2698
|
* @returns DeleteFieldResponse
|
|
@@ -2699,7 +2702,7 @@ class Client extends openapi_core_1.default {
|
|
|
2699
2702
|
return await this.deleteFieldWithOptions(request, runtime);
|
|
2700
2703
|
}
|
|
2701
2704
|
/**
|
|
2702
|
-
*
|
|
2705
|
+
* Deletes a list.
|
|
2703
2706
|
*
|
|
2704
2707
|
* @param request - DeleteNameListRequest
|
|
2705
2708
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2734,7 +2737,7 @@ class Client extends openapi_core_1.default {
|
|
|
2734
2737
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteNameListResponse({}));
|
|
2735
2738
|
}
|
|
2736
2739
|
/**
|
|
2737
|
-
*
|
|
2740
|
+
* Deletes a list.
|
|
2738
2741
|
*
|
|
2739
2742
|
* @param request - DeleteNameListRequest
|
|
2740
2743
|
* @returns DeleteNameListResponse
|
|
@@ -2744,7 +2747,7 @@ class Client extends openapi_core_1.default {
|
|
|
2744
2747
|
return await this.deleteNameListWithOptions(request, runtime);
|
|
2745
2748
|
}
|
|
2746
2749
|
/**
|
|
2747
|
-
*
|
|
2750
|
+
* Deletes list variable data.
|
|
2748
2751
|
*
|
|
2749
2752
|
* @param request - DeleteNameListDataRequest
|
|
2750
2753
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2779,7 +2782,7 @@ class Client extends openapi_core_1.default {
|
|
|
2779
2782
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteNameListDataResponse({}));
|
|
2780
2783
|
}
|
|
2781
2784
|
/**
|
|
2782
|
-
*
|
|
2785
|
+
* Deletes list variable data.
|
|
2783
2786
|
*
|
|
2784
2787
|
* @param request - DeleteNameListDataRequest
|
|
2785
2788
|
* @returns DeleteNameListDataResponse
|
|
@@ -2789,7 +2792,7 @@ class Client extends openapi_core_1.default {
|
|
|
2789
2792
|
return await this.deleteNameListDataWithOptions(request, runtime);
|
|
2790
2793
|
}
|
|
2791
2794
|
/**
|
|
2792
|
-
*
|
|
2795
|
+
* Deletes a custom query variable.
|
|
2793
2796
|
*
|
|
2794
2797
|
* @param request - DeleteQueryVariableRequest
|
|
2795
2798
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2824,7 +2827,7 @@ class Client extends openapi_core_1.default {
|
|
|
2824
2827
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteQueryVariableResponse({}));
|
|
2825
2828
|
}
|
|
2826
2829
|
/**
|
|
2827
|
-
*
|
|
2830
|
+
* Deletes a custom query variable.
|
|
2828
2831
|
*
|
|
2829
2832
|
* @param request - DeleteQueryVariableRequest
|
|
2830
2833
|
* @returns DeleteQueryVariableResponse
|
|
@@ -2834,7 +2837,7 @@ class Client extends openapi_core_1.default {
|
|
|
2834
2837
|
return await this.deleteQueryVariableWithOptions(request, runtime);
|
|
2835
2838
|
}
|
|
2836
2839
|
/**
|
|
2837
|
-
*
|
|
2840
|
+
* Deletes a policy version.
|
|
2838
2841
|
*
|
|
2839
2842
|
* @param request - DeleteRuleRequest
|
|
2840
2843
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2875,7 +2878,7 @@ class Client extends openapi_core_1.default {
|
|
|
2875
2878
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteRuleResponse({}));
|
|
2876
2879
|
}
|
|
2877
2880
|
/**
|
|
2878
|
-
*
|
|
2881
|
+
* Deletes a policy version.
|
|
2879
2882
|
*
|
|
2880
2883
|
* @param request - DeleteRuleRequest
|
|
2881
2884
|
* @returns DeleteRuleResponse
|
|
@@ -2885,7 +2888,7 @@ class Client extends openapi_core_1.default {
|
|
|
2885
2888
|
return await this.deleteRuleWithOptions(request, runtime);
|
|
2886
2889
|
}
|
|
2887
2890
|
/**
|
|
2888
|
-
*
|
|
2891
|
+
* Delete sample
|
|
2889
2892
|
*
|
|
2890
2893
|
* @param request - DeleteSampleRequest
|
|
2891
2894
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2920,7 +2923,7 @@ class Client extends openapi_core_1.default {
|
|
|
2920
2923
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteSampleResponse({}));
|
|
2921
2924
|
}
|
|
2922
2925
|
/**
|
|
2923
|
-
*
|
|
2926
|
+
* Delete sample
|
|
2924
2927
|
*
|
|
2925
2928
|
* @param request - DeleteSampleRequest
|
|
2926
2929
|
* @returns DeleteSampleResponse
|
|
@@ -2930,7 +2933,7 @@ class Client extends openapi_core_1.default {
|
|
|
2930
2933
|
return await this.deleteSampleWithOptions(request, runtime);
|
|
2931
2934
|
}
|
|
2932
2935
|
/**
|
|
2933
|
-
*
|
|
2936
|
+
* Deletes samples in batches.
|
|
2934
2937
|
*
|
|
2935
2938
|
* @param request - DeleteSampleBatchRequest
|
|
2936
2939
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2968,7 +2971,7 @@ class Client extends openapi_core_1.default {
|
|
|
2968
2971
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteSampleBatchResponse({}));
|
|
2969
2972
|
}
|
|
2970
2973
|
/**
|
|
2971
|
-
*
|
|
2974
|
+
* Deletes samples in batches.
|
|
2972
2975
|
*
|
|
2973
2976
|
* @param request - DeleteSampleBatchRequest
|
|
2974
2977
|
* @returns DeleteSampleBatchResponse
|
|
@@ -3023,7 +3026,7 @@ class Client extends openapi_core_1.default {
|
|
|
3023
3026
|
return await this.deleteSampleBatchMetaWithOptions(request, runtime);
|
|
3024
3027
|
}
|
|
3025
3028
|
/**
|
|
3026
|
-
*
|
|
3029
|
+
* Deletes sample data.
|
|
3027
3030
|
*
|
|
3028
3031
|
* @param request - DeleteSampleDataRequest
|
|
3029
3032
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3058,7 +3061,7 @@ class Client extends openapi_core_1.default {
|
|
|
3058
3061
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteSampleDataResponse({}));
|
|
3059
3062
|
}
|
|
3060
3063
|
/**
|
|
3061
|
-
*
|
|
3064
|
+
* Deletes sample data.
|
|
3062
3065
|
*
|
|
3063
3066
|
* @param request - DeleteSampleDataRequest
|
|
3064
3067
|
* @returns DeleteSampleDataResponse
|
|
@@ -3113,7 +3116,7 @@ class Client extends openapi_core_1.default {
|
|
|
3113
3116
|
return await this.deleteSelfBindVariableWithOptions(request, runtime);
|
|
3114
3117
|
}
|
|
3115
3118
|
/**
|
|
3116
|
-
*
|
|
3119
|
+
* Retrieves left-hand variables for advanced queries.
|
|
3117
3120
|
*
|
|
3118
3121
|
* @param request - DescribeAdvanceSearchLeftVariableListRequest
|
|
3119
3122
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3151,7 +3154,7 @@ class Client extends openapi_core_1.default {
|
|
|
3151
3154
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAdvanceSearchLeftVariableListResponse({}));
|
|
3152
3155
|
}
|
|
3153
3156
|
/**
|
|
3154
|
-
*
|
|
3157
|
+
* Retrieves left-hand variables for advanced queries.
|
|
3155
3158
|
*
|
|
3156
3159
|
* @param request - DescribeAdvanceSearchLeftVariableListRequest
|
|
3157
3160
|
* @returns DescribeAdvanceSearchLeftVariableListResponse
|
|
@@ -3161,7 +3164,7 @@ class Client extends openapi_core_1.default {
|
|
|
3161
3164
|
return await this.describeAdvanceSearchLeftVariableListWithOptions(request, runtime);
|
|
3162
3165
|
}
|
|
3163
3166
|
/**
|
|
3164
|
-
*
|
|
3167
|
+
* Performs an advanced query for event analysis.
|
|
3165
3168
|
*
|
|
3166
3169
|
* @param request - DescribeAdvanceSearchPageListRequest
|
|
3167
3170
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3217,7 +3220,7 @@ class Client extends openapi_core_1.default {
|
|
|
3217
3220
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAdvanceSearchPageListResponse({}));
|
|
3218
3221
|
}
|
|
3219
3222
|
/**
|
|
3220
|
-
*
|
|
3223
|
+
* Performs an advanced query for event analysis.
|
|
3221
3224
|
*
|
|
3222
3225
|
* @param request - DescribeAdvanceSearchPageListRequest
|
|
3223
3226
|
* @returns DescribeAdvanceSearchPageListResponse
|
|
@@ -3227,7 +3230,7 @@ class Client extends openapi_core_1.default {
|
|
|
3227
3230
|
return await this.describeAdvanceSearchPageListWithOptions(request, runtime);
|
|
3228
3231
|
}
|
|
3229
3232
|
/**
|
|
3230
|
-
*
|
|
3233
|
+
* Lists data sources.
|
|
3231
3234
|
*
|
|
3232
3235
|
* @param request - DescribeAllDataSourceRequest
|
|
3233
3236
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3259,7 +3262,7 @@ class Client extends openapi_core_1.default {
|
|
|
3259
3262
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAllDataSourceResponse({}));
|
|
3260
3263
|
}
|
|
3261
3264
|
/**
|
|
3262
|
-
*
|
|
3265
|
+
* Lists data sources.
|
|
3263
3266
|
*
|
|
3264
3267
|
* @param request - DescribeAllDataSourceRequest
|
|
3265
3268
|
* @returns DescribeAllDataSourceResponse
|
|
@@ -3269,7 +3272,7 @@ class Client extends openapi_core_1.default {
|
|
|
3269
3272
|
return await this.describeAllDataSourceWithOptions(request, runtime);
|
|
3270
3273
|
}
|
|
3271
3274
|
/**
|
|
3272
|
-
*
|
|
3275
|
+
* Queries the event list.
|
|
3273
3276
|
*
|
|
3274
3277
|
* @param request - DescribeAllEventNameAndCodeRequest
|
|
3275
3278
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3304,7 +3307,7 @@ class Client extends openapi_core_1.default {
|
|
|
3304
3307
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAllEventNameAndCodeResponse({}));
|
|
3305
3308
|
}
|
|
3306
3309
|
/**
|
|
3307
|
-
*
|
|
3310
|
+
* Queries the event list.
|
|
3308
3311
|
*
|
|
3309
3312
|
* @param request - DescribeAllEventNameAndCodeRequest
|
|
3310
3313
|
* @returns DescribeAllEventNameAndCodeResponse
|
|
@@ -3314,7 +3317,7 @@ class Client extends openapi_core_1.default {
|
|
|
3314
3317
|
return await this.describeAllEventNameAndCodeWithOptions(request, runtime);
|
|
3315
3318
|
}
|
|
3316
3319
|
/**
|
|
3317
|
-
*
|
|
3320
|
+
* Displays all root variables during custom expression testing.
|
|
3318
3321
|
*
|
|
3319
3322
|
* @param request - DescribeAllRootVariableRequest
|
|
3320
3323
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3370,7 +3373,7 @@ class Client extends openapi_core_1.default {
|
|
|
3370
3373
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAllRootVariableResponse({}));
|
|
3371
3374
|
}
|
|
3372
3375
|
/**
|
|
3373
|
-
*
|
|
3376
|
+
* Displays all root variables during custom expression testing.
|
|
3374
3377
|
*
|
|
3375
3378
|
* @param request - DescribeAllRootVariableRequest
|
|
3376
3379
|
* @returns DescribeAllRootVariableResponse
|
|
@@ -3380,7 +3383,7 @@ class Client extends openapi_core_1.default {
|
|
|
3380
3383
|
return await this.describeAllRootVariableWithOptions(request, runtime);
|
|
3381
3384
|
}
|
|
3382
3385
|
/**
|
|
3383
|
-
*
|
|
3386
|
+
* Displays all fields.
|
|
3384
3387
|
*
|
|
3385
3388
|
* @param request - DescribeAnalysisColumnFieldListRequest
|
|
3386
3389
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3412,7 +3415,7 @@ class Client extends openapi_core_1.default {
|
|
|
3412
3415
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAnalysisColumnFieldListResponse({}));
|
|
3413
3416
|
}
|
|
3414
3417
|
/**
|
|
3415
|
-
*
|
|
3418
|
+
* Displays all fields.
|
|
3416
3419
|
*
|
|
3417
3420
|
* @param request - DescribeAnalysisColumnFieldListRequest
|
|
3418
3421
|
* @returns DescribeAnalysisColumnFieldListResponse
|
|
@@ -3422,7 +3425,7 @@ class Client extends openapi_core_1.default {
|
|
|
3422
3425
|
return await this.describeAnalysisColumnFieldListWithOptions(request, runtime);
|
|
3423
3426
|
}
|
|
3424
3427
|
/**
|
|
3425
|
-
*
|
|
3428
|
+
* Queries custom columns.
|
|
3426
3429
|
*
|
|
3427
3430
|
* @param request - DescribeAnalysisColumnListRequest
|
|
3428
3431
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3454,7 +3457,7 @@ class Client extends openapi_core_1.default {
|
|
|
3454
3457
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAnalysisColumnListResponse({}));
|
|
3455
3458
|
}
|
|
3456
3459
|
/**
|
|
3457
|
-
*
|
|
3460
|
+
* Queries custom columns.
|
|
3458
3461
|
*
|
|
3459
3462
|
* @param request - DescribeAnalysisColumnListRequest
|
|
3460
3463
|
* @returns DescribeAnalysisColumnListResponse
|
|
@@ -3464,7 +3467,7 @@ class Client extends openapi_core_1.default {
|
|
|
3464
3467
|
return await this.describeAnalysisColumnListWithOptions(request, runtime);
|
|
3465
3468
|
}
|
|
3466
3469
|
/**
|
|
3467
|
-
*
|
|
3470
|
+
* Queries the condition favorite list.
|
|
3468
3471
|
*
|
|
3469
3472
|
* @param request - DescribeAnalysisConditionFavoriteListRequest
|
|
3470
3473
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3496,7 +3499,7 @@ class Client extends openapi_core_1.default {
|
|
|
3496
3499
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAnalysisConditionFavoriteListResponse({}));
|
|
3497
3500
|
}
|
|
3498
3501
|
/**
|
|
3499
|
-
*
|
|
3502
|
+
* Queries the condition favorite list.
|
|
3500
3503
|
*
|
|
3501
3504
|
* @param request - DescribeAnalysisConditionFavoriteListRequest
|
|
3502
3505
|
* @returns DescribeAnalysisConditionFavoriteListResponse
|
|
@@ -3506,7 +3509,7 @@ class Client extends openapi_core_1.default {
|
|
|
3506
3509
|
return await this.describeAnalysisConditionFavoriteListWithOptions(request, runtime);
|
|
3507
3510
|
}
|
|
3508
3511
|
/**
|
|
3509
|
-
* Download
|
|
3512
|
+
* Download query results.
|
|
3510
3513
|
*
|
|
3511
3514
|
* @param request - DescribeAnalysisExportTaskDownloadUrlRequest
|
|
3512
3515
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3538,7 +3541,7 @@ class Client extends openapi_core_1.default {
|
|
|
3538
3541
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAnalysisExportTaskDownloadUrlResponse({}));
|
|
3539
3542
|
}
|
|
3540
3543
|
/**
|
|
3541
|
-
* Download
|
|
3544
|
+
* Download query results.
|
|
3542
3545
|
*
|
|
3543
3546
|
* @param request - DescribeAnalysisExportTaskDownloadUrlRequest
|
|
3544
3547
|
* @returns DescribeAnalysisExportTaskDownloadUrlResponse
|
|
@@ -3548,7 +3551,7 @@ class Client extends openapi_core_1.default {
|
|
|
3548
3551
|
return await this.describeAnalysisExportTaskDownloadUrlWithOptions(request, runtime);
|
|
3549
3552
|
}
|
|
3550
3553
|
/**
|
|
3551
|
-
*
|
|
3554
|
+
* Retrieves the details of an API.
|
|
3552
3555
|
*
|
|
3553
3556
|
* @param request - DescribeApiRequest
|
|
3554
3557
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3589,7 +3592,7 @@ class Client extends openapi_core_1.default {
|
|
|
3589
3592
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApiResponse({}));
|
|
3590
3593
|
}
|
|
3591
3594
|
/**
|
|
3592
|
-
*
|
|
3595
|
+
* Retrieves the details of an API.
|
|
3593
3596
|
*
|
|
3594
3597
|
* @param request - DescribeApiRequest
|
|
3595
3598
|
* @returns DescribeApiResponse
|
|
@@ -3599,7 +3602,7 @@ class Client extends openapi_core_1.default {
|
|
|
3599
3602
|
return await this.describeApiWithOptions(request, runtime);
|
|
3600
3603
|
}
|
|
3601
3604
|
/**
|
|
3602
|
-
*
|
|
3605
|
+
* Retrieves API groups, including purchased and custom groups.
|
|
3603
3606
|
*
|
|
3604
3607
|
* @param request - DescribeApiGroupsRequest
|
|
3605
3608
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3634,7 +3637,7 @@ class Client extends openapi_core_1.default {
|
|
|
3634
3637
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApiGroupsResponse({}));
|
|
3635
3638
|
}
|
|
3636
3639
|
/**
|
|
3637
|
-
*
|
|
3640
|
+
* Retrieves API groups, including purchased and custom groups.
|
|
3638
3641
|
*
|
|
3639
3642
|
* @param request - DescribeApiGroupsRequest
|
|
3640
3643
|
* @returns DescribeApiGroupsResponse
|
|
@@ -3644,7 +3647,7 @@ class Client extends openapi_core_1.default {
|
|
|
3644
3647
|
return await this.describeApiGroupsWithOptions(request, runtime);
|
|
3645
3648
|
}
|
|
3646
3649
|
/**
|
|
3647
|
-
*
|
|
3650
|
+
* Queries the limit information for creating API tasks.
|
|
3648
3651
|
*
|
|
3649
3652
|
* @param request - DescribeApiLimitRequest
|
|
3650
3653
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3676,7 +3679,7 @@ class Client extends openapi_core_1.default {
|
|
|
3676
3679
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApiLimitResponse({}));
|
|
3677
3680
|
}
|
|
3678
3681
|
/**
|
|
3679
|
-
*
|
|
3682
|
+
* Queries the limit information for creating API tasks.
|
|
3680
3683
|
*
|
|
3681
3684
|
* @param request - DescribeApiLimitRequest
|
|
3682
3685
|
* @returns DescribeApiLimitResponse
|
|
@@ -3686,7 +3689,7 @@ class Client extends openapi_core_1.default {
|
|
|
3686
3689
|
return await this.describeApiLimitWithOptions(request, runtime);
|
|
3687
3690
|
}
|
|
3688
3691
|
/**
|
|
3689
|
-
*
|
|
3692
|
+
* Retrieves API service names.
|
|
3690
3693
|
*
|
|
3691
3694
|
* @param request - DescribeApiNameListRequest
|
|
3692
3695
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3718,7 +3721,7 @@ class Client extends openapi_core_1.default {
|
|
|
3718
3721
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApiNameListResponse({}));
|
|
3719
3722
|
}
|
|
3720
3723
|
/**
|
|
3721
|
-
*
|
|
3724
|
+
* Retrieves API service names.
|
|
3722
3725
|
*
|
|
3723
3726
|
* @param request - DescribeApiNameListRequest
|
|
3724
3727
|
* @returns DescribeApiNameListResponse
|
|
@@ -3728,7 +3731,7 @@ class Client extends openapi_core_1.default {
|
|
|
3728
3731
|
return await this.describeApiNameListWithOptions(request, runtime);
|
|
3729
3732
|
}
|
|
3730
3733
|
/**
|
|
3731
|
-
* Query
|
|
3734
|
+
* Query variable details.
|
|
3732
3735
|
*
|
|
3733
3736
|
* @param request - DescribeApiVariableRequest
|
|
3734
3737
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3763,7 +3766,7 @@ class Client extends openapi_core_1.default {
|
|
|
3763
3766
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApiVariableResponse({}));
|
|
3764
3767
|
}
|
|
3765
3768
|
/**
|
|
3766
|
-
* Query
|
|
3769
|
+
* Query variable details.
|
|
3767
3770
|
*
|
|
3768
3771
|
* @param request - DescribeApiVariableRequest
|
|
3769
3772
|
* @returns DescribeApiVariableResponse
|
|
@@ -3773,7 +3776,7 @@ class Client extends openapi_core_1.default {
|
|
|
3773
3776
|
return await this.describeApiVariableWithOptions(request, runtime);
|
|
3774
3777
|
}
|
|
3775
3778
|
/**
|
|
3776
|
-
*
|
|
3779
|
+
* Retrieves the API list, including purchased and custom APIs.
|
|
3777
3780
|
*
|
|
3778
3781
|
* @param request - DescribeApisRequest
|
|
3779
3782
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3814,7 +3817,7 @@ class Client extends openapi_core_1.default {
|
|
|
3814
3817
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApisResponse({}));
|
|
3815
3818
|
}
|
|
3816
3819
|
/**
|
|
3817
|
-
*
|
|
3820
|
+
* Retrieves the API list, including purchased and custom APIs.
|
|
3818
3821
|
*
|
|
3819
3822
|
* @param request - DescribeApisRequest
|
|
3820
3823
|
* @returns DescribeApisResponse
|
|
@@ -3824,7 +3827,7 @@ class Client extends openapi_core_1.default {
|
|
|
3824
3827
|
return await this.describeApisWithOptions(request, runtime);
|
|
3825
3828
|
}
|
|
3826
3829
|
/**
|
|
3827
|
-
*
|
|
3830
|
+
* Queries the list of appKeys.
|
|
3828
3831
|
*
|
|
3829
3832
|
* @param request - DescribeAppKeyPageRequest
|
|
3830
3833
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3862,7 +3865,7 @@ class Client extends openapi_core_1.default {
|
|
|
3862
3865
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAppKeyPageResponse({}));
|
|
3863
3866
|
}
|
|
3864
3867
|
/**
|
|
3865
|
-
*
|
|
3868
|
+
* Queries the list of appKeys.
|
|
3866
3869
|
*
|
|
3867
3870
|
* @param request - DescribeAppKeyPageRequest
|
|
3868
3871
|
* @returns DescribeAppKeyPageResponse
|
|
@@ -3872,7 +3875,7 @@ class Client extends openapi_core_1.default {
|
|
|
3872
3875
|
return await this.describeAppKeyPageWithOptions(request, runtime);
|
|
3873
3876
|
}
|
|
3874
3877
|
/**
|
|
3875
|
-
*
|
|
3878
|
+
* Configures the approval switch.
|
|
3876
3879
|
*
|
|
3877
3880
|
* @param request - DescribeAuditConfigRequest
|
|
3878
3881
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3907,7 +3910,7 @@ class Client extends openapi_core_1.default {
|
|
|
3907
3910
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAuditConfigResponse({}));
|
|
3908
3911
|
}
|
|
3909
3912
|
/**
|
|
3910
|
-
*
|
|
3913
|
+
* Configures the approval switch.
|
|
3911
3914
|
*
|
|
3912
3915
|
* @param request - DescribeAuditConfigRequest
|
|
3913
3916
|
* @returns DescribeAuditConfigResponse
|
|
@@ -3917,7 +3920,7 @@ class Client extends openapi_core_1.default {
|
|
|
3917
3920
|
return await this.describeAuditConfigWithOptions(request, runtime);
|
|
3918
3921
|
}
|
|
3919
3922
|
/**
|
|
3920
|
-
*
|
|
3923
|
+
* Retrieves approval details.
|
|
3921
3924
|
*
|
|
3922
3925
|
* @param request - DescribeAuditDetailsRequest
|
|
3923
3926
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3952,7 +3955,7 @@ class Client extends openapi_core_1.default {
|
|
|
3952
3955
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAuditDetailsResponse({}));
|
|
3953
3956
|
}
|
|
3954
3957
|
/**
|
|
3955
|
-
*
|
|
3958
|
+
* Retrieves approval details.
|
|
3956
3959
|
*
|
|
3957
3960
|
* @param request - DescribeAuditDetailsRequest
|
|
3958
3961
|
* @returns DescribeAuditDetailsResponse
|
|
@@ -3962,7 +3965,7 @@ class Client extends openapi_core_1.default {
|
|
|
3962
3965
|
return await this.describeAuditDetailsWithOptions(request, runtime);
|
|
3963
3966
|
}
|
|
3964
3967
|
/**
|
|
3965
|
-
*
|
|
3968
|
+
* Displays and queries the audit list.
|
|
3966
3969
|
*
|
|
3967
3970
|
* @param request - DescribeAuditPageListRequest
|
|
3968
3971
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4009,7 +4012,7 @@ class Client extends openapi_core_1.default {
|
|
|
4009
4012
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAuditPageListResponse({}));
|
|
4010
4013
|
}
|
|
4011
4014
|
/**
|
|
4012
|
-
*
|
|
4015
|
+
* Displays and queries the audit list.
|
|
4013
4016
|
*
|
|
4014
4017
|
* @param request - DescribeAuditPageListRequest
|
|
4015
4018
|
* @returns DescribeAuditPageListResponse
|
|
@@ -4019,7 +4022,7 @@ class Client extends openapi_core_1.default {
|
|
|
4019
4022
|
return await this.describeAuditPageListWithOptions(request, runtime);
|
|
4020
4023
|
}
|
|
4021
4024
|
/**
|
|
4022
|
-
*
|
|
4025
|
+
* Queries the list of event names for the current user.
|
|
4023
4026
|
*
|
|
4024
4027
|
* @param request - DescribeAuthEventNameListRequest
|
|
4025
4028
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4051,7 +4054,7 @@ class Client extends openapi_core_1.default {
|
|
|
4051
4054
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAuthEventNameListResponse({}));
|
|
4052
4055
|
}
|
|
4053
4056
|
/**
|
|
4054
|
-
*
|
|
4057
|
+
* Queries the list of event names for the current user.
|
|
4055
4058
|
*
|
|
4056
4059
|
* @param request - DescribeAuthEventNameListRequest
|
|
4057
4060
|
* @returns DescribeAuthEventNameListResponse
|
|
@@ -4061,7 +4064,7 @@ class Client extends openapi_core_1.default {
|
|
|
4061
4064
|
return await this.describeAuthEventNameListWithOptions(request, runtime);
|
|
4062
4065
|
}
|
|
4063
4066
|
/**
|
|
4064
|
-
*
|
|
4067
|
+
* Queries a list of policies.
|
|
4065
4068
|
*
|
|
4066
4069
|
* @param request - DescribeAuthRulePageListRequest
|
|
4067
4070
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4102,7 +4105,7 @@ class Client extends openapi_core_1.default {
|
|
|
4102
4105
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAuthRulePageListResponse({}));
|
|
4103
4106
|
}
|
|
4104
4107
|
/**
|
|
4105
|
-
*
|
|
4108
|
+
* Queries a list of policies.
|
|
4106
4109
|
*
|
|
4107
4110
|
* @param request - DescribeAuthRulePageListRequest
|
|
4108
4111
|
* @returns DescribeAuthRulePageListResponse
|
|
@@ -4112,7 +4115,7 @@ class Client extends openapi_core_1.default {
|
|
|
4112
4115
|
return await this.describeAuthRulePageListWithOptions(request, runtime);
|
|
4113
4116
|
}
|
|
4114
4117
|
/**
|
|
4115
|
-
*
|
|
4118
|
+
* Queries the list of scenarios.
|
|
4116
4119
|
*
|
|
4117
4120
|
* @param request - DescribeAuthSceneListRequest
|
|
4118
4121
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4144,7 +4147,7 @@ class Client extends openapi_core_1.default {
|
|
|
4144
4147
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAuthSceneListResponse({}));
|
|
4145
4148
|
}
|
|
4146
4149
|
/**
|
|
4147
|
-
*
|
|
4150
|
+
* Queries the list of scenarios.
|
|
4148
4151
|
*
|
|
4149
4152
|
* @param request - DescribeAuthSceneListRequest
|
|
4150
4153
|
* @returns DescribeAuthSceneListResponse
|
|
@@ -4154,7 +4157,7 @@ class Client extends openapi_core_1.default {
|
|
|
4154
4157
|
return await this.describeAuthSceneListWithOptions(request, runtime);
|
|
4155
4158
|
}
|
|
4156
4159
|
/**
|
|
4157
|
-
*
|
|
4160
|
+
* Queries the list of scenarios.
|
|
4158
4161
|
*
|
|
4159
4162
|
* @param request - DescribeAuthScenePageListRequest
|
|
4160
4163
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4189,7 +4192,7 @@ class Client extends openapi_core_1.default {
|
|
|
4189
4192
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAuthScenePageListResponse({}));
|
|
4190
4193
|
}
|
|
4191
4194
|
/**
|
|
4192
|
-
*
|
|
4195
|
+
* Queries the list of scenarios.
|
|
4193
4196
|
*
|
|
4194
4197
|
* @param request - DescribeAuthScenePageListRequest
|
|
4195
4198
|
* @returns DescribeAuthScenePageListResponse
|
|
@@ -4199,7 +4202,7 @@ class Client extends openapi_core_1.default {
|
|
|
4199
4202
|
return await this.describeAuthScenePageListWithOptions(request, runtime);
|
|
4200
4203
|
}
|
|
4201
4204
|
/**
|
|
4202
|
-
*
|
|
4205
|
+
* Checks whether authorization is granted.
|
|
4203
4206
|
*
|
|
4204
4207
|
* @param request - DescribeAuthStatusRequest
|
|
4205
4208
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4231,7 +4234,7 @@ class Client extends openapi_core_1.default {
|
|
|
4231
4234
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAuthStatusResponse({}));
|
|
4232
4235
|
}
|
|
4233
4236
|
/**
|
|
4234
|
-
*
|
|
4237
|
+
* Checks whether authorization is granted.
|
|
4235
4238
|
*
|
|
4236
4239
|
* @param request - DescribeAuthStatusRequest
|
|
4237
4240
|
* @returns DescribeAuthStatusResponse
|
|
@@ -4241,7 +4244,7 @@ class Client extends openapi_core_1.default {
|
|
|
4241
4244
|
return await this.describeAuthStatusWithOptions(request, runtime);
|
|
4242
4245
|
}
|
|
4243
4246
|
/**
|
|
4244
|
-
* Average
|
|
4247
|
+
* Average execution duration.
|
|
4245
4248
|
*
|
|
4246
4249
|
* @param request - DescribeAvgExecuteCostReportRequest
|
|
4247
4250
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4273,7 +4276,7 @@ class Client extends openapi_core_1.default {
|
|
|
4273
4276
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAvgExecuteCostReportResponse({}));
|
|
4274
4277
|
}
|
|
4275
4278
|
/**
|
|
4276
|
-
* Average
|
|
4279
|
+
* Average execution duration.
|
|
4277
4280
|
*
|
|
4278
4281
|
* @param request - DescribeAvgExecuteCostReportRequest
|
|
4279
4282
|
* @returns DescribeAvgExecuteCostReportResponse
|
|
@@ -4283,7 +4286,7 @@ class Client extends openapi_core_1.default {
|
|
|
4283
4286
|
return await this.describeAvgExecuteCostReportWithOptions(request, runtime);
|
|
4284
4287
|
}
|
|
4285
4288
|
/**
|
|
4286
|
-
*
|
|
4289
|
+
* Performs a basic query.
|
|
4287
4290
|
*
|
|
4288
4291
|
* @param request - DescribeBasicSearchPageListRequest
|
|
4289
4292
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4336,7 +4339,7 @@ class Client extends openapi_core_1.default {
|
|
|
4336
4339
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeBasicSearchPageListResponse({}));
|
|
4337
4340
|
}
|
|
4338
4341
|
/**
|
|
4339
|
-
*
|
|
4342
|
+
* Performs a basic query.
|
|
4340
4343
|
*
|
|
4341
4344
|
* @param request - DescribeBasicSearchPageListRequest
|
|
4342
4345
|
* @returns DescribeBasicSearchPageListResponse
|
|
@@ -4346,7 +4349,7 @@ class Client extends openapi_core_1.default {
|
|
|
4346
4349
|
return await this.describeBasicSearchPageListWithOptions(request, runtime);
|
|
4347
4350
|
}
|
|
4348
4351
|
/**
|
|
4349
|
-
*
|
|
4352
|
+
* Queries basic statistics.
|
|
4350
4353
|
*
|
|
4351
4354
|
* @param request - DescribeBasicStartRequest
|
|
4352
4355
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4387,7 +4390,7 @@ class Client extends openapi_core_1.default {
|
|
|
4387
4390
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeBasicStartResponse({}));
|
|
4388
4391
|
}
|
|
4389
4392
|
/**
|
|
4390
|
-
*
|
|
4393
|
+
* Queries basic statistics.
|
|
4391
4394
|
*
|
|
4392
4395
|
* @param request - DescribeBasicStartRequest
|
|
4393
4396
|
* @returns DescribeBasicStartResponse
|
|
@@ -4397,7 +4400,7 @@ class Client extends openapi_core_1.default {
|
|
|
4397
4400
|
return await this.describeBasicStartWithOptions(request, runtime);
|
|
4398
4401
|
}
|
|
4399
4402
|
/**
|
|
4400
|
-
*
|
|
4403
|
+
* Queries a bypass event.
|
|
4401
4404
|
*
|
|
4402
4405
|
* @param request - DescribeByPassShuntEventRequest
|
|
4403
4406
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4432,7 +4435,7 @@ class Client extends openapi_core_1.default {
|
|
|
4432
4435
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeByPassShuntEventResponse({}));
|
|
4433
4436
|
}
|
|
4434
4437
|
/**
|
|
4435
|
-
*
|
|
4438
|
+
* Queries a bypass event.
|
|
4436
4439
|
*
|
|
4437
4440
|
* @param request - DescribeByPassShuntEventRequest
|
|
4438
4441
|
* @returns DescribeByPassShuntEventResponse
|
|
@@ -4442,7 +4445,7 @@ class Client extends openapi_core_1.default {
|
|
|
4442
4445
|
return await this.describeByPassShuntEventWithOptions(request, runtime);
|
|
4443
4446
|
}
|
|
4444
4447
|
/**
|
|
4445
|
-
*
|
|
4448
|
+
* Queries the type configurations of custom cumulative variables.
|
|
4446
4449
|
*
|
|
4447
4450
|
* @param request - DescribeCustVariableConfigListRequest
|
|
4448
4451
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4480,7 +4483,7 @@ class Client extends openapi_core_1.default {
|
|
|
4480
4483
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCustVariableConfigListResponse({}));
|
|
4481
4484
|
}
|
|
4482
4485
|
/**
|
|
4483
|
-
*
|
|
4486
|
+
* Queries the type configurations of custom cumulative variables.
|
|
4484
4487
|
*
|
|
4485
4488
|
* @param request - DescribeCustVariableConfigListRequest
|
|
4486
4489
|
* @returns DescribeCustVariableConfigListResponse
|
|
@@ -4490,7 +4493,7 @@ class Client extends openapi_core_1.default {
|
|
|
4490
4493
|
return await this.describeCustVariableConfigListWithOptions(request, runtime);
|
|
4491
4494
|
}
|
|
4492
4495
|
/**
|
|
4493
|
-
*
|
|
4496
|
+
* Queries the details of a cumulative variable.
|
|
4494
4497
|
*
|
|
4495
4498
|
* @param request - DescribeCustVariableDetailRequest
|
|
4496
4499
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4525,7 +4528,7 @@ class Client extends openapi_core_1.default {
|
|
|
4525
4528
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCustVariableDetailResponse({}));
|
|
4526
4529
|
}
|
|
4527
4530
|
/**
|
|
4528
|
-
*
|
|
4531
|
+
* Queries the details of a cumulative variable.
|
|
4529
4532
|
*
|
|
4530
4533
|
* @param request - DescribeCustVariableDetailRequest
|
|
4531
4534
|
* @returns DescribeCustVariableDetailResponse
|
|
@@ -4535,10 +4538,10 @@ class Client extends openapi_core_1.default {
|
|
|
4535
4538
|
return await this.describeCustVariableDetailWithOptions(request, runtime);
|
|
4536
4539
|
}
|
|
4537
4540
|
/**
|
|
4538
|
-
*
|
|
4541
|
+
* Queries the list of custom cumulative variables.
|
|
4539
4542
|
*
|
|
4540
4543
|
* @remarks
|
|
4541
|
-
*
|
|
4544
|
+
* Queries the list of cumulative variables.
|
|
4542
4545
|
*
|
|
4543
4546
|
* @param request - DescribeCustVariablePageRequest
|
|
4544
4547
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4588,10 +4591,10 @@ class Client extends openapi_core_1.default {
|
|
|
4588
4591
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCustVariablePageResponse({}));
|
|
4589
4592
|
}
|
|
4590
4593
|
/**
|
|
4591
|
-
*
|
|
4594
|
+
* Queries the list of custom cumulative variables.
|
|
4592
4595
|
*
|
|
4593
4596
|
* @remarks
|
|
4594
|
-
*
|
|
4597
|
+
* Queries the list of cumulative variables.
|
|
4595
4598
|
*
|
|
4596
4599
|
* @param request - DescribeCustVariablePageRequest
|
|
4597
4600
|
* @returns DescribeCustVariablePageResponse
|
|
@@ -4601,7 +4604,7 @@ class Client extends openapi_core_1.default {
|
|
|
4601
4604
|
return await this.describeCustVariablePageWithOptions(request, runtime);
|
|
4602
4605
|
}
|
|
4603
4606
|
/**
|
|
4604
|
-
*
|
|
4607
|
+
* Retrieves the download URL for data source data.
|
|
4605
4608
|
*
|
|
4606
4609
|
* @param request - DescribeDataSourceDataDownloadUrlRequest
|
|
4607
4610
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4636,7 +4639,7 @@ class Client extends openapi_core_1.default {
|
|
|
4636
4639
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataSourceDataDownloadUrlResponse({}));
|
|
4637
4640
|
}
|
|
4638
4641
|
/**
|
|
4639
|
-
*
|
|
4642
|
+
* Retrieves the download URL for data source data.
|
|
4640
4643
|
*
|
|
4641
4644
|
* @param request - DescribeDataSourceDataDownloadUrlRequest
|
|
4642
4645
|
* @returns DescribeDataSourceDataDownloadUrlResponse
|
|
@@ -4646,7 +4649,7 @@ class Client extends openapi_core_1.default {
|
|
|
4646
4649
|
return await this.describeDataSourceDataDownloadUrlWithOptions(request, runtime);
|
|
4647
4650
|
}
|
|
4648
4651
|
/**
|
|
4649
|
-
*
|
|
4652
|
+
* Retrieves all fields of a data source.
|
|
4650
4653
|
*
|
|
4651
4654
|
* @param request - DescribeDataSourceFieldsRequest
|
|
4652
4655
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4681,7 +4684,7 @@ class Client extends openapi_core_1.default {
|
|
|
4681
4684
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataSourceFieldsResponse({}));
|
|
4682
4685
|
}
|
|
4683
4686
|
/**
|
|
4684
|
-
*
|
|
4687
|
+
* Retrieves all fields of a data source.
|
|
4685
4688
|
*
|
|
4686
4689
|
* @param request - DescribeDataSourceFieldsRequest
|
|
4687
4690
|
* @returns DescribeDataSourceFieldsResponse
|
|
@@ -4691,7 +4694,7 @@ class Client extends openapi_core_1.default {
|
|
|
4691
4694
|
return await this.describeDataSourceFieldsWithOptions(request, runtime);
|
|
4692
4695
|
}
|
|
4693
4696
|
/**
|
|
4694
|
-
*
|
|
4697
|
+
* Queries a list of data sources.
|
|
4695
4698
|
*
|
|
4696
4699
|
* @param request - DescribeDataSourcePageListRequest
|
|
4697
4700
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4738,7 +4741,7 @@ class Client extends openapi_core_1.default {
|
|
|
4738
4741
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataSourcePageListResponse({}));
|
|
4739
4742
|
}
|
|
4740
4743
|
/**
|
|
4741
|
-
*
|
|
4744
|
+
* Queries a list of data sources.
|
|
4742
4745
|
*
|
|
4743
4746
|
* @param request - DescribeDataSourcePageListRequest
|
|
4744
4747
|
* @returns DescribeDataSourcePageListResponse
|
|
@@ -4748,7 +4751,7 @@ class Client extends openapi_core_1.default {
|
|
|
4748
4751
|
return await this.describeDataSourcePageListWithOptions(request, runtime);
|
|
4749
4752
|
}
|
|
4750
4753
|
/**
|
|
4751
|
-
*
|
|
4754
|
+
* Detects fluctuations in decision results.
|
|
4752
4755
|
*
|
|
4753
4756
|
* @param request - DescribeDecisionResultFluctuationRequest
|
|
4754
4757
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4783,7 +4786,7 @@ class Client extends openapi_core_1.default {
|
|
|
4783
4786
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDecisionResultFluctuationResponse({}));
|
|
4784
4787
|
}
|
|
4785
4788
|
/**
|
|
4786
|
-
*
|
|
4789
|
+
* Detects fluctuations in decision results.
|
|
4787
4790
|
*
|
|
4788
4791
|
* @param request - DescribeDecisionResultFluctuationRequest
|
|
4789
4792
|
* @returns DescribeDecisionResultFluctuationResponse
|
|
@@ -4793,7 +4796,7 @@ class Client extends openapi_core_1.default {
|
|
|
4793
4796
|
return await this.describeDecisionResultFluctuationWithOptions(request, runtime);
|
|
4794
4797
|
}
|
|
4795
4798
|
/**
|
|
4796
|
-
*
|
|
4799
|
+
* Queries the fluctuation trend of decision results.
|
|
4797
4800
|
*
|
|
4798
4801
|
* @param request - DescribeDecisionResultTrendRequest
|
|
4799
4802
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4834,7 +4837,7 @@ class Client extends openapi_core_1.default {
|
|
|
4834
4837
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDecisionResultTrendResponse({}));
|
|
4835
4838
|
}
|
|
4836
4839
|
/**
|
|
4837
|
-
*
|
|
4840
|
+
* Queries the fluctuation trend of decision results.
|
|
4838
4841
|
*
|
|
4839
4842
|
* @param request - DescribeDecisionResultTrendRequest
|
|
4840
4843
|
* @returns DescribeDecisionResultTrendResponse
|
|
@@ -4844,7 +4847,7 @@ class Client extends openapi_core_1.default {
|
|
|
4844
4847
|
return await this.describeDecisionResultTrendWithOptions(request, runtime);
|
|
4845
4848
|
}
|
|
4846
4849
|
/**
|
|
4847
|
-
*
|
|
4850
|
+
* Retrieves detailed statistics.
|
|
4848
4851
|
*
|
|
4849
4852
|
* @param request - DescribeDetailStartRequest
|
|
4850
4853
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4885,7 +4888,7 @@ class Client extends openapi_core_1.default {
|
|
|
4885
4888
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDetailStartResponse({}));
|
|
4886
4889
|
}
|
|
4887
4890
|
/**
|
|
4888
|
-
*
|
|
4891
|
+
* Retrieves detailed statistics.
|
|
4889
4892
|
*
|
|
4890
4893
|
* @param request - DescribeDetailStartRequest
|
|
4891
4894
|
* @returns DescribeDetailStartResponse
|
|
@@ -4895,7 +4898,7 @@ class Client extends openapi_core_1.default {
|
|
|
4895
4898
|
return await this.describeDetailStartWithOptions(request, runtime);
|
|
4896
4899
|
}
|
|
4897
4900
|
/**
|
|
4898
|
-
*
|
|
4901
|
+
* Downloads a file.
|
|
4899
4902
|
*
|
|
4900
4903
|
* @param request - DescribeDownloadUrlRequest
|
|
4901
4904
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4936,7 +4939,7 @@ class Client extends openapi_core_1.default {
|
|
|
4936
4939
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDownloadUrlResponse({}));
|
|
4937
4940
|
}
|
|
4938
4941
|
/**
|
|
4939
|
-
*
|
|
4942
|
+
* Downloads a file.
|
|
4940
4943
|
*
|
|
4941
4944
|
* @param request - DescribeDownloadUrlRequest
|
|
4942
4945
|
* @returns DescribeDownloadUrlResponse
|
|
@@ -4946,7 +4949,7 @@ class Client extends openapi_core_1.default {
|
|
|
4946
4949
|
return await this.describeDownloadUrlWithOptions(request, runtime);
|
|
4947
4950
|
}
|
|
4948
4951
|
/**
|
|
4949
|
-
*
|
|
4952
|
+
* Queries event details.
|
|
4950
4953
|
*
|
|
4951
4954
|
* @param request - DescribeEventBaseInfoByEventCodeRequest
|
|
4952
4955
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4984,7 +4987,7 @@ class Client extends openapi_core_1.default {
|
|
|
4984
4987
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventBaseInfoByEventCodeResponse({}));
|
|
4985
4988
|
}
|
|
4986
4989
|
/**
|
|
4987
|
-
*
|
|
4990
|
+
* Queries event details.
|
|
4988
4991
|
*
|
|
4989
4992
|
* @param request - DescribeEventBaseInfoByEventCodeRequest
|
|
4990
4993
|
* @returns DescribeEventBaseInfoByEventCodeResponse
|
|
@@ -4994,7 +4997,7 @@ class Client extends openapi_core_1.default {
|
|
|
4994
4997
|
return await this.describeEventBaseInfoByEventCodeWithOptions(request, runtime);
|
|
4995
4998
|
}
|
|
4996
4999
|
/**
|
|
4997
|
-
*
|
|
5000
|
+
* Queries the total number of events.
|
|
4998
5001
|
*
|
|
4999
5002
|
* @param request - DescribeEventCountRequest
|
|
5000
5003
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5029,7 +5032,7 @@ class Client extends openapi_core_1.default {
|
|
|
5029
5032
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventCountResponse({}));
|
|
5030
5033
|
}
|
|
5031
5034
|
/**
|
|
5032
|
-
*
|
|
5035
|
+
* Queries the total number of events.
|
|
5033
5036
|
*
|
|
5034
5037
|
* @param request - DescribeEventCountRequest
|
|
5035
5038
|
* @returns DescribeEventCountResponse
|
|
@@ -5039,7 +5042,7 @@ class Client extends openapi_core_1.default {
|
|
|
5039
5042
|
return await this.describeEventCountWithOptions(request, runtime);
|
|
5040
5043
|
}
|
|
5041
5044
|
/**
|
|
5042
|
-
*
|
|
5045
|
+
* Queries event details by request ID.
|
|
5043
5046
|
*
|
|
5044
5047
|
* @param request - DescribeEventDetailByRequestIdRequest
|
|
5045
5048
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5080,7 +5083,7 @@ class Client extends openapi_core_1.default {
|
|
|
5080
5083
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventDetailByRequestIdResponse({}));
|
|
5081
5084
|
}
|
|
5082
5085
|
/**
|
|
5083
|
-
*
|
|
5086
|
+
* Queries event details by request ID.
|
|
5084
5087
|
*
|
|
5085
5088
|
* @param request - DescribeEventDetailByRequestIdRequest
|
|
5086
5089
|
* @returns DescribeEventDetailByRequestIdResponse
|
|
@@ -5090,7 +5093,7 @@ class Client extends openapi_core_1.default {
|
|
|
5090
5093
|
return await this.describeEventDetailByRequestIdWithOptions(request, runtime);
|
|
5091
5094
|
}
|
|
5092
5095
|
/**
|
|
5093
|
-
*
|
|
5096
|
+
* Queries the details of an event history.
|
|
5094
5097
|
*
|
|
5095
5098
|
* @param request - DescribeEventLogDetailRequest
|
|
5096
5099
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5125,7 +5128,7 @@ class Client extends openapi_core_1.default {
|
|
|
5125
5128
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventLogDetailResponse({}));
|
|
5126
5129
|
}
|
|
5127
5130
|
/**
|
|
5128
|
-
*
|
|
5131
|
+
* Queries the details of an event history.
|
|
5129
5132
|
*
|
|
5130
5133
|
* @param request - DescribeEventLogDetailRequest
|
|
5131
5134
|
* @returns DescribeEventLogDetailResponse
|
|
@@ -5135,7 +5138,7 @@ class Client extends openapi_core_1.default {
|
|
|
5135
5138
|
return await this.describeEventLogDetailWithOptions(request, runtime);
|
|
5136
5139
|
}
|
|
5137
5140
|
/**
|
|
5138
|
-
*
|
|
5141
|
+
* Queries the event history list.
|
|
5139
5142
|
*
|
|
5140
5143
|
* @param request - DescribeEventLogPageRequest
|
|
5141
5144
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5251,7 +5254,7 @@ class Client extends openapi_core_1.default {
|
|
|
5251
5254
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventLogPageResponse({}));
|
|
5252
5255
|
}
|
|
5253
5256
|
/**
|
|
5254
|
-
*
|
|
5257
|
+
* Queries the event history list.
|
|
5255
5258
|
*
|
|
5256
5259
|
* @param request - DescribeEventLogPageRequest
|
|
5257
5260
|
* @returns DescribeEventLogPageResponse
|
|
@@ -5261,7 +5264,7 @@ class Client extends openapi_core_1.default {
|
|
|
5261
5264
|
return await this.describeEventLogPageWithOptions(request, runtime);
|
|
5262
5265
|
}
|
|
5263
5266
|
/**
|
|
5264
|
-
*
|
|
5267
|
+
* Queries events by paging.
|
|
5265
5268
|
*
|
|
5266
5269
|
* @param request - DescribeEventPageListRequest
|
|
5267
5270
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5311,7 +5314,7 @@ class Client extends openapi_core_1.default {
|
|
|
5311
5314
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventPageListResponse({}));
|
|
5312
5315
|
}
|
|
5313
5316
|
/**
|
|
5314
|
-
*
|
|
5317
|
+
* Queries events by paging.
|
|
5315
5318
|
*
|
|
5316
5319
|
* @param request - DescribeEventPageListRequest
|
|
5317
5320
|
* @returns DescribeEventPageListResponse
|
|
@@ -5372,7 +5375,7 @@ class Client extends openapi_core_1.default {
|
|
|
5372
5375
|
return await this.describeEventResultBarChartWithOptions(request, runtime);
|
|
5373
5376
|
}
|
|
5374
5377
|
/**
|
|
5375
|
-
*
|
|
5378
|
+
* Queries the event overview list.
|
|
5376
5379
|
*
|
|
5377
5380
|
* @param request - DescribeEventResultListRequest
|
|
5378
5381
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5416,7 +5419,7 @@ class Client extends openapi_core_1.default {
|
|
|
5416
5419
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventResultListResponse({}));
|
|
5417
5420
|
}
|
|
5418
5421
|
/**
|
|
5419
|
-
*
|
|
5422
|
+
* Queries the event overview list.
|
|
5420
5423
|
*
|
|
5421
5424
|
* @param request - DescribeEventResultListRequest
|
|
5422
5425
|
* @returns DescribeEventResultListResponse
|
|
@@ -5426,7 +5429,7 @@ class Client extends openapi_core_1.default {
|
|
|
5426
5429
|
return await this.describeEventResultListWithOptions(request, runtime);
|
|
5427
5430
|
}
|
|
5428
5431
|
/**
|
|
5429
|
-
*
|
|
5432
|
+
* Queries the policy download list.
|
|
5430
5433
|
*
|
|
5431
5434
|
* @param request - DescribeEventTaskHistoryRequest
|
|
5432
5435
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5458,7 +5461,7 @@ class Client extends openapi_core_1.default {
|
|
|
5458
5461
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventTaskHistoryResponse({}));
|
|
5459
5462
|
}
|
|
5460
5463
|
/**
|
|
5461
|
-
*
|
|
5464
|
+
* Queries the policy download list.
|
|
5462
5465
|
*
|
|
5463
5466
|
* @param request - DescribeEventTaskHistoryRequest
|
|
5464
5467
|
* @returns DescribeEventTaskHistoryResponse
|
|
@@ -5468,7 +5471,7 @@ class Client extends openapi_core_1.default {
|
|
|
5468
5471
|
return await this.describeEventTaskHistoryWithOptions(request, runtime);
|
|
5469
5472
|
}
|
|
5470
5473
|
/**
|
|
5471
|
-
*
|
|
5474
|
+
* Call event count
|
|
5472
5475
|
*
|
|
5473
5476
|
* @param request - DescribeEventTotalCountReportRequest
|
|
5474
5477
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5500,7 +5503,7 @@ class Client extends openapi_core_1.default {
|
|
|
5500
5503
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventTotalCountReportResponse({}));
|
|
5501
5504
|
}
|
|
5502
5505
|
/**
|
|
5503
|
-
*
|
|
5506
|
+
* Call event count
|
|
5504
5507
|
*
|
|
5505
5508
|
* @param request - DescribeEventTotalCountReportRequest
|
|
5506
5509
|
* @returns DescribeEventTotalCountReportResponse
|
|
@@ -5510,7 +5513,7 @@ class Client extends openapi_core_1.default {
|
|
|
5510
5513
|
return await this.describeEventTotalCountReportWithOptions(request, runtime);
|
|
5511
5514
|
}
|
|
5512
5515
|
/**
|
|
5513
|
-
*
|
|
5516
|
+
* Imports policies in batches.
|
|
5514
5517
|
*
|
|
5515
5518
|
* @param request - DescribeEventUploadPolicyRequest
|
|
5516
5519
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5542,7 +5545,7 @@ class Client extends openapi_core_1.default {
|
|
|
5542
5545
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventUploadPolicyResponse({}));
|
|
5543
5546
|
}
|
|
5544
5547
|
/**
|
|
5545
|
-
*
|
|
5548
|
+
* Imports policies in batches.
|
|
5546
5549
|
*
|
|
5547
5550
|
* @param request - DescribeEventUploadPolicyRequest
|
|
5548
5551
|
* @returns DescribeEventUploadPolicyResponse
|
|
@@ -5552,10 +5555,10 @@ class Client extends openapi_core_1.default {
|
|
|
5552
5555
|
return await this.describeEventUploadPolicyWithOptions(request, runtime);
|
|
5553
5556
|
}
|
|
5554
5557
|
/**
|
|
5555
|
-
*
|
|
5558
|
+
* Queries event variables.
|
|
5556
5559
|
*
|
|
5557
5560
|
* @remarks
|
|
5558
|
-
*
|
|
5561
|
+
* Queries the list of cumulative variables.
|
|
5559
5562
|
*
|
|
5560
5563
|
* @param request - DescribeEventVariableListRequest
|
|
5561
5564
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5602,10 +5605,10 @@ class Client extends openapi_core_1.default {
|
|
|
5602
5605
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventVariableListResponse({}));
|
|
5603
5606
|
}
|
|
5604
5607
|
/**
|
|
5605
|
-
*
|
|
5608
|
+
* Queries event variables.
|
|
5606
5609
|
*
|
|
5607
5610
|
* @remarks
|
|
5608
|
-
*
|
|
5611
|
+
* Queries the list of cumulative variables.
|
|
5609
5612
|
*
|
|
5610
5613
|
* @param request - DescribeEventVariableListRequest
|
|
5611
5614
|
* @returns DescribeEventVariableListResponse
|
|
@@ -5615,7 +5618,7 @@ class Client extends openapi_core_1.default {
|
|
|
5615
5618
|
return await this.describeEventVariableListWithOptions(request, runtime);
|
|
5616
5619
|
}
|
|
5617
5620
|
/**
|
|
5618
|
-
*
|
|
5621
|
+
* Queries an event pattern template.
|
|
5619
5622
|
*
|
|
5620
5623
|
* @param request - DescribeEventVariableTemplateBindRequest
|
|
5621
5624
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5656,7 +5659,7 @@ class Client extends openapi_core_1.default {
|
|
|
5656
5659
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventVariableTemplateBindResponse({}));
|
|
5657
5660
|
}
|
|
5658
5661
|
/**
|
|
5659
|
-
*
|
|
5662
|
+
* Queries an event pattern template.
|
|
5660
5663
|
*
|
|
5661
5664
|
* @param request - DescribeEventVariableTemplateBindRequest
|
|
5662
5665
|
* @returns DescribeEventVariableTemplateBindResponse
|
|
@@ -5666,7 +5669,7 @@ class Client extends openapi_core_1.default {
|
|
|
5666
5669
|
return await this.describeEventVariableTemplateBindWithOptions(request, runtime);
|
|
5667
5670
|
}
|
|
5668
5671
|
/**
|
|
5669
|
-
*
|
|
5672
|
+
* Queries an event pattern template.
|
|
5670
5673
|
*
|
|
5671
5674
|
* @param request - DescribeEventVariableTemplateListRequest
|
|
5672
5675
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5707,7 +5710,7 @@ class Client extends openapi_core_1.default {
|
|
|
5707
5710
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventVariableTemplateListResponse({}));
|
|
5708
5711
|
}
|
|
5709
5712
|
/**
|
|
5710
|
-
*
|
|
5713
|
+
* Queries an event pattern template.
|
|
5711
5714
|
*
|
|
5712
5715
|
* @param request - DescribeEventVariableTemplateListRequest
|
|
5713
5716
|
* @returns DescribeEventVariableTemplateListResponse
|
|
@@ -5717,7 +5720,7 @@ class Client extends openapi_core_1.default {
|
|
|
5717
5720
|
return await this.describeEventVariableTemplateListWithOptions(request, runtime);
|
|
5718
5721
|
}
|
|
5719
5722
|
/**
|
|
5720
|
-
*
|
|
5723
|
+
* Queries event variables.
|
|
5721
5724
|
*
|
|
5722
5725
|
* @param request - DescribeEventsVariableListRequest
|
|
5723
5726
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5761,7 +5764,7 @@ class Client extends openapi_core_1.default {
|
|
|
5761
5764
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventsVariableListResponse({}));
|
|
5762
5765
|
}
|
|
5763
5766
|
/**
|
|
5764
|
-
*
|
|
5767
|
+
* Queries event variables.
|
|
5765
5768
|
*
|
|
5766
5769
|
* @param request - DescribeEventsVariableListRequest
|
|
5767
5770
|
* @returns DescribeEventsVariableListResponse
|
|
@@ -5771,7 +5774,7 @@ class Client extends openapi_core_1.default {
|
|
|
5771
5774
|
return await this.describeEventsVariableListWithOptions(request, runtime);
|
|
5772
5775
|
}
|
|
5773
5776
|
/**
|
|
5774
|
-
* Self-service
|
|
5777
|
+
* Self-service invocation list.
|
|
5775
5778
|
*
|
|
5776
5779
|
* @param request - DescribeExcuteNumRequest
|
|
5777
5780
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5815,7 +5818,7 @@ class Client extends openapi_core_1.default {
|
|
|
5815
5818
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeExcuteNumResponse({}));
|
|
5816
5819
|
}
|
|
5817
5820
|
/**
|
|
5818
|
-
* Self-service
|
|
5821
|
+
* Self-service invocation list.
|
|
5819
5822
|
*
|
|
5820
5823
|
* @param request - DescribeExcuteNumRequest
|
|
5821
5824
|
* @returns DescribeExcuteNumResponse
|
|
@@ -5825,7 +5828,7 @@ class Client extends openapi_core_1.default {
|
|
|
5825
5828
|
return await this.describeExcuteNumWithOptions(request, runtime);
|
|
5826
5829
|
}
|
|
5827
5830
|
/**
|
|
5828
|
-
*
|
|
5831
|
+
* Checks whether a field name is duplicate based on the user unit.
|
|
5829
5832
|
*
|
|
5830
5833
|
* @param request - DescribeExistNameRequest
|
|
5831
5834
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5860,7 +5863,7 @@ class Client extends openapi_core_1.default {
|
|
|
5860
5863
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeExistNameResponse({}));
|
|
5861
5864
|
}
|
|
5862
5865
|
/**
|
|
5863
|
-
*
|
|
5866
|
+
* Checks whether a field name is duplicate based on the user unit.
|
|
5864
5867
|
*
|
|
5865
5868
|
* @param request - DescribeExistNameRequest
|
|
5866
5869
|
* @returns DescribeExistNameResponse
|
|
@@ -5870,7 +5873,7 @@ class Client extends openapi_core_1.default {
|
|
|
5870
5873
|
return await this.describeExistNameWithOptions(request, runtime);
|
|
5871
5874
|
}
|
|
5872
5875
|
/**
|
|
5873
|
-
*
|
|
5876
|
+
* Checks whether a scenario exists.
|
|
5874
5877
|
*
|
|
5875
5878
|
* @param request - DescribeExistSceneRequest
|
|
5876
5879
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5905,7 +5908,7 @@ class Client extends openapi_core_1.default {
|
|
|
5905
5908
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeExistSceneResponse({}));
|
|
5906
5909
|
}
|
|
5907
5910
|
/**
|
|
5908
|
-
*
|
|
5911
|
+
* Checks whether a scenario exists.
|
|
5909
5912
|
*
|
|
5910
5913
|
* @param request - DescribeExistSceneRequest
|
|
5911
5914
|
* @returns DescribeExistSceneResponse
|
|
@@ -5915,7 +5918,7 @@ class Client extends openapi_core_1.default {
|
|
|
5915
5918
|
return await this.describeExistSceneWithOptions(request, runtime);
|
|
5916
5919
|
}
|
|
5917
5920
|
/**
|
|
5918
|
-
*
|
|
5921
|
+
* Queries the details of a custom variable.
|
|
5919
5922
|
*
|
|
5920
5923
|
* @param request - DescribeExpressionVariableDetailRequest
|
|
5921
5924
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5950,7 +5953,7 @@ class Client extends openapi_core_1.default {
|
|
|
5950
5953
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeExpressionVariableDetailResponse({}));
|
|
5951
5954
|
}
|
|
5952
5955
|
/**
|
|
5953
|
-
*
|
|
5956
|
+
* Queries the details of a custom variable.
|
|
5954
5957
|
*
|
|
5955
5958
|
* @param request - DescribeExpressionVariableDetailRequest
|
|
5956
5959
|
* @returns DescribeExpressionVariableDetailResponse
|
|
@@ -5960,7 +5963,7 @@ class Client extends openapi_core_1.default {
|
|
|
5960
5963
|
return await this.describeExpressionVariableDetailWithOptions(request, runtime);
|
|
5961
5964
|
}
|
|
5962
5965
|
/**
|
|
5963
|
-
*
|
|
5966
|
+
* Queries the function list.
|
|
5964
5967
|
*
|
|
5965
5968
|
* @param request - DescribeExpressionVariableFunctionListRequest
|
|
5966
5969
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5992,7 +5995,7 @@ class Client extends openapi_core_1.default {
|
|
|
5992
5995
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeExpressionVariableFunctionListResponse({}));
|
|
5993
5996
|
}
|
|
5994
5997
|
/**
|
|
5995
|
-
*
|
|
5998
|
+
* Queries the function list.
|
|
5996
5999
|
*
|
|
5997
6000
|
* @param request - DescribeExpressionVariableFunctionListRequest
|
|
5998
6001
|
* @returns DescribeExpressionVariableFunctionListResponse
|
|
@@ -6002,7 +6005,7 @@ class Client extends openapi_core_1.default {
|
|
|
6002
6005
|
return await this.describeExpressionVariableFunctionListWithOptions(request, runtime);
|
|
6003
6006
|
}
|
|
6004
6007
|
/**
|
|
6005
|
-
*
|
|
6008
|
+
* Performs a paging query of custom variables.
|
|
6006
6009
|
*
|
|
6007
6010
|
* @param request - DescribeExpressionVariablePageRequest
|
|
6008
6011
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6052,7 +6055,7 @@ class Client extends openapi_core_1.default {
|
|
|
6052
6055
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeExpressionVariablePageResponse({}));
|
|
6053
6056
|
}
|
|
6054
6057
|
/**
|
|
6055
|
-
*
|
|
6058
|
+
* Performs a paging query of custom variables.
|
|
6056
6059
|
*
|
|
6057
6060
|
* @param request - DescribeExpressionVariablePageRequest
|
|
6058
6061
|
* @returns DescribeExpressionVariablePageResponse
|
|
@@ -6116,7 +6119,7 @@ class Client extends openapi_core_1.default {
|
|
|
6116
6119
|
return await this.describeExpressionVariableVersionDetailWithOptions(request, runtime);
|
|
6117
6120
|
}
|
|
6118
6121
|
/**
|
|
6119
|
-
*
|
|
6122
|
+
* Retrieves field details.
|
|
6120
6123
|
*
|
|
6121
6124
|
* @param request - DescribeFieldByIdRequest
|
|
6122
6125
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6151,7 +6154,7 @@ class Client extends openapi_core_1.default {
|
|
|
6151
6154
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeFieldByIdResponse({}));
|
|
6152
6155
|
}
|
|
6153
6156
|
/**
|
|
6154
|
-
*
|
|
6157
|
+
* Retrieves field details.
|
|
6155
6158
|
*
|
|
6156
6159
|
* @param request - DescribeFieldByIdRequest
|
|
6157
6160
|
* @returns DescribeFieldByIdResponse
|
|
@@ -6161,7 +6164,7 @@ class Client extends openapi_core_1.default {
|
|
|
6161
6164
|
return await this.describeFieldByIdWithOptions(request, runtime);
|
|
6162
6165
|
}
|
|
6163
6166
|
/**
|
|
6164
|
-
*
|
|
6167
|
+
* Queries the list of fields.
|
|
6165
6168
|
*
|
|
6166
6169
|
* @param request - DescribeFieldListRequest
|
|
6167
6170
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6199,7 +6202,7 @@ class Client extends openapi_core_1.default {
|
|
|
6199
6202
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeFieldListResponse({}));
|
|
6200
6203
|
}
|
|
6201
6204
|
/**
|
|
6202
|
-
*
|
|
6205
|
+
* Queries the list of fields.
|
|
6203
6206
|
*
|
|
6204
6207
|
* @param request - DescribeFieldListRequest
|
|
6205
6208
|
* @returns DescribeFieldListResponse
|
|
@@ -6209,7 +6212,7 @@ class Client extends openapi_core_1.default {
|
|
|
6209
6212
|
return await this.describeFieldListWithOptions(request, runtime);
|
|
6210
6213
|
}
|
|
6211
6214
|
/**
|
|
6212
|
-
*
|
|
6215
|
+
* Queries a paginated list of fields.
|
|
6213
6216
|
*
|
|
6214
6217
|
* @param request - DescribeFieldPageRequest
|
|
6215
6218
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6268,7 +6271,7 @@ class Client extends openapi_core_1.default {
|
|
|
6268
6271
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeFieldPageResponse({}));
|
|
6269
6272
|
}
|
|
6270
6273
|
/**
|
|
6271
|
-
*
|
|
6274
|
+
* Queries a paginated list of fields.
|
|
6272
6275
|
*
|
|
6273
6276
|
* @param request - DescribeFieldPageRequest
|
|
6274
6277
|
* @returns DescribeFieldPageResponse
|
|
@@ -6278,7 +6281,7 @@ class Client extends openapi_core_1.default {
|
|
|
6278
6281
|
return await this.describeFieldPageWithOptions(request, runtime);
|
|
6279
6282
|
}
|
|
6280
6283
|
/**
|
|
6281
|
-
*
|
|
6284
|
+
* Queries the list of community accounts.
|
|
6282
6285
|
*
|
|
6283
6286
|
* @param request - DescribeGroupAccountPageRequest
|
|
6284
6287
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6337,7 +6340,7 @@ class Client extends openapi_core_1.default {
|
|
|
6337
6340
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeGroupAccountPageResponse({}));
|
|
6338
6341
|
}
|
|
6339
6342
|
/**
|
|
6340
|
-
*
|
|
6343
|
+
* Queries the list of community accounts.
|
|
6341
6344
|
*
|
|
6342
6345
|
* @param request - DescribeGroupAccountPageRequest
|
|
6343
6346
|
* @returns DescribeGroupAccountPageResponse
|
|
@@ -6347,7 +6350,7 @@ class Client extends openapi_core_1.default {
|
|
|
6347
6350
|
return await this.describeGroupAccountPageWithOptions(request, runtime);
|
|
6348
6351
|
}
|
|
6349
6352
|
/**
|
|
6350
|
-
*
|
|
6353
|
+
* Queries the filter conditions for the community list.
|
|
6351
6354
|
*
|
|
6352
6355
|
* @param request - DescribeGroupConditionListRequest
|
|
6353
6356
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6379,7 +6382,7 @@ class Client extends openapi_core_1.default {
|
|
|
6379
6382
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeGroupConditionListResponse({}));
|
|
6380
6383
|
}
|
|
6381
6384
|
/**
|
|
6382
|
-
*
|
|
6385
|
+
* Queries the filter conditions for the community list.
|
|
6383
6386
|
*
|
|
6384
6387
|
* @param request - DescribeGroupConditionListRequest
|
|
6385
6388
|
* @returns DescribeGroupConditionListResponse
|
|
@@ -6389,7 +6392,7 @@ class Client extends openapi_core_1.default {
|
|
|
6389
6392
|
return await this.describeGroupConditionListWithOptions(request, runtime);
|
|
6390
6393
|
}
|
|
6391
6394
|
/**
|
|
6392
|
-
*
|
|
6395
|
+
* Queries the list of communities.
|
|
6393
6396
|
*
|
|
6394
6397
|
* @param request - DescribeGroupPageRequest
|
|
6395
6398
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6439,7 +6442,7 @@ class Client extends openapi_core_1.default {
|
|
|
6439
6442
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeGroupPageResponse({}));
|
|
6440
6443
|
}
|
|
6441
6444
|
/**
|
|
6442
|
-
*
|
|
6445
|
+
* Queries the list of communities.
|
|
6443
6446
|
*
|
|
6444
6447
|
* @param request - DescribeGroupPageRequest
|
|
6445
6448
|
* @returns DescribeGroupPageResponse
|
|
@@ -6449,7 +6452,7 @@ class Client extends openapi_core_1.default {
|
|
|
6449
6452
|
return await this.describeGroupPageWithOptions(request, runtime);
|
|
6450
6453
|
}
|
|
6451
6454
|
/**
|
|
6452
|
-
*
|
|
6455
|
+
* Queries the risk communities discovered on the current day.
|
|
6453
6456
|
*
|
|
6454
6457
|
* @param request - DescribeGroupStatisticsByTodayRequest
|
|
6455
6458
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6481,7 +6484,7 @@ class Client extends openapi_core_1.default {
|
|
|
6481
6484
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeGroupStatisticsByTodayResponse({}));
|
|
6482
6485
|
}
|
|
6483
6486
|
/**
|
|
6484
|
-
*
|
|
6487
|
+
* Queries the risk communities discovered on the current day.
|
|
6485
6488
|
*
|
|
6486
6489
|
* @param request - DescribeGroupStatisticsByTodayRequest
|
|
6487
6490
|
* @returns DescribeGroupStatisticsByTodayResponse
|
|
@@ -6491,7 +6494,7 @@ class Client extends openapi_core_1.default {
|
|
|
6491
6494
|
return await this.describeGroupStatisticsByTodayWithOptions(request, runtime);
|
|
6492
6495
|
}
|
|
6493
6496
|
/**
|
|
6494
|
-
*
|
|
6497
|
+
* Queries recent trends of risky communities.
|
|
6495
6498
|
*
|
|
6496
6499
|
* @param request - DescribeGroupTrendRequest
|
|
6497
6500
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6526,7 +6529,7 @@ class Client extends openapi_core_1.default {
|
|
|
6526
6529
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeGroupTrendResponse({}));
|
|
6527
6530
|
}
|
|
6528
6531
|
/**
|
|
6529
|
-
*
|
|
6532
|
+
* Queries recent trends of risky communities.
|
|
6530
6533
|
*
|
|
6531
6534
|
* @param request - DescribeGroupTrendRequest
|
|
6532
6535
|
* @returns DescribeGroupTrendResponse
|
|
@@ -6536,7 +6539,7 @@ class Client extends openapi_core_1.default {
|
|
|
6536
6539
|
return await this.describeGroupTrendWithOptions(request, runtime);
|
|
6537
6540
|
}
|
|
6538
6541
|
/**
|
|
6539
|
-
*
|
|
6542
|
+
* Queries whether a policy name exists under a specified event name.
|
|
6540
6543
|
*
|
|
6541
6544
|
* @param request - DescribeHasRuleNameByEventCodeRequest
|
|
6542
6545
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6577,7 +6580,7 @@ class Client extends openapi_core_1.default {
|
|
|
6577
6580
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeHasRuleNameByEventCodeResponse({}));
|
|
6578
6581
|
}
|
|
6579
6582
|
/**
|
|
6580
|
-
*
|
|
6583
|
+
* Queries whether a policy name exists under a specified event name.
|
|
6581
6584
|
*
|
|
6582
6585
|
* @param request - DescribeHasRuleNameByEventCodeRequest
|
|
6583
6586
|
* @returns DescribeHasRuleNameByEventCodeResponse
|
|
@@ -6587,7 +6590,7 @@ class Client extends openapi_core_1.default {
|
|
|
6587
6590
|
return await this.describeHasRuleNameByEventCodeWithOptions(request, runtime);
|
|
6588
6591
|
}
|
|
6589
6592
|
/**
|
|
6590
|
-
*
|
|
6593
|
+
* Retrieves the risk map overview chart (pie chart).
|
|
6591
6594
|
*
|
|
6592
6595
|
* @param request - DescribeHighRiskPieChartRequest
|
|
6593
6596
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6628,7 +6631,7 @@ class Client extends openapi_core_1.default {
|
|
|
6628
6631
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeHighRiskPieChartResponse({}));
|
|
6629
6632
|
}
|
|
6630
6633
|
/**
|
|
6631
|
-
*
|
|
6634
|
+
* Retrieves the risk map overview chart (pie chart).
|
|
6632
6635
|
*
|
|
6633
6636
|
* @param request - DescribeHighRiskPieChartRequest
|
|
6634
6637
|
* @returns DescribeHighRiskPieChartResponse
|
|
@@ -6638,7 +6641,7 @@ class Client extends openapi_core_1.default {
|
|
|
6638
6641
|
return await this.describeHighRiskPieChartWithOptions(request, runtime);
|
|
6639
6642
|
}
|
|
6640
6643
|
/**
|
|
6641
|
-
*
|
|
6644
|
+
* Detects fluctuations in policy hits.
|
|
6642
6645
|
*
|
|
6643
6646
|
* @param request - DescribeHitRuleFluctuationRequest
|
|
6644
6647
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6676,7 +6679,7 @@ class Client extends openapi_core_1.default {
|
|
|
6676
6679
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeHitRuleFluctuationResponse({}));
|
|
6677
6680
|
}
|
|
6678
6681
|
/**
|
|
6679
|
-
*
|
|
6682
|
+
* Detects fluctuations in policy hits.
|
|
6680
6683
|
*
|
|
6681
6684
|
* @param request - DescribeHitRuleFluctuationRequest
|
|
6682
6685
|
* @returns DescribeHitRuleFluctuationResponse
|
|
@@ -6686,7 +6689,7 @@ class Client extends openapi_core_1.default {
|
|
|
6686
6689
|
return await this.describeHitRuleFluctuationWithOptions(request, runtime);
|
|
6687
6690
|
}
|
|
6688
6691
|
/**
|
|
6689
|
-
*
|
|
6692
|
+
* Queries the top 20 policies by hits for main events, bypass, and automatic request distribution.
|
|
6690
6693
|
*
|
|
6691
6694
|
* @param request - DescribeHitRuleListRequest
|
|
6692
6695
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6730,7 +6733,7 @@ class Client extends openapi_core_1.default {
|
|
|
6730
6733
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeHitRuleListResponse({}));
|
|
6731
6734
|
}
|
|
6732
6735
|
/**
|
|
6733
|
-
*
|
|
6736
|
+
* Queries the top 20 policies by hits for main events, bypass, and automatic request distribution.
|
|
6734
6737
|
*
|
|
6735
6738
|
* @param request - DescribeHitRuleListRequest
|
|
6736
6739
|
* @returns DescribeHitRuleListResponse
|
|
@@ -6740,7 +6743,7 @@ class Client extends openapi_core_1.default {
|
|
|
6740
6743
|
return await this.describeHitRuleListWithOptions(request, runtime);
|
|
6741
6744
|
}
|
|
6742
6745
|
/**
|
|
6743
|
-
*
|
|
6746
|
+
* Queries the policy hit trends.
|
|
6744
6747
|
*
|
|
6745
6748
|
* @param request - DescribeHitRuleTrendRequest
|
|
6746
6749
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6784,7 +6787,7 @@ class Client extends openapi_core_1.default {
|
|
|
6784
6787
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeHitRuleTrendResponse({}));
|
|
6785
6788
|
}
|
|
6786
6789
|
/**
|
|
6787
|
-
*
|
|
6790
|
+
* Queries the policy hit trends.
|
|
6788
6791
|
*
|
|
6789
6792
|
* @param request - DescribeHitRuleTrendRequest
|
|
6790
6793
|
* @returns DescribeHitRuleTrendResponse
|
|
@@ -6845,7 +6848,7 @@ class Client extends openapi_core_1.default {
|
|
|
6845
6848
|
return await this.describeInitDigWithOptions(request, runtime);
|
|
6846
6849
|
}
|
|
6847
6850
|
/**
|
|
6848
|
-
*
|
|
6851
|
+
* Queries the total number of events.
|
|
6849
6852
|
*
|
|
6850
6853
|
* @param request - DescribeInputFeildCountByEventCodeRequest
|
|
6851
6854
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6883,7 +6886,7 @@ class Client extends openapi_core_1.default {
|
|
|
6883
6886
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeInputFeildCountByEventCodeResponse({}));
|
|
6884
6887
|
}
|
|
6885
6888
|
/**
|
|
6886
|
-
*
|
|
6889
|
+
* Queries the total number of events.
|
|
6887
6890
|
*
|
|
6888
6891
|
* @param request - DescribeInputFeildCountByEventCodeRequest
|
|
6889
6892
|
* @returns DescribeInputFeildCountByEventCodeResponse
|
|
@@ -6938,7 +6941,7 @@ class Client extends openapi_core_1.default {
|
|
|
6938
6941
|
return await this.describeListModelWithOptions(request, runtime);
|
|
6939
6942
|
}
|
|
6940
6943
|
/**
|
|
6941
|
-
*
|
|
6944
|
+
* Queries the list of tasks.
|
|
6942
6945
|
*
|
|
6943
6946
|
* @param request - DescribeListPocRequest
|
|
6944
6947
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6985,7 +6988,7 @@ class Client extends openapi_core_1.default {
|
|
|
6985
6988
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeListPocResponse({}));
|
|
6986
6989
|
}
|
|
6987
6990
|
/**
|
|
6988
|
-
*
|
|
6991
|
+
* Queries the list of tasks.
|
|
6989
6992
|
*
|
|
6990
6993
|
* @param request - DescribeListPocRequest
|
|
6991
6994
|
* @returns DescribeListPocResponse
|
|
@@ -6995,7 +6998,7 @@ class Client extends openapi_core_1.default {
|
|
|
6995
6998
|
return await this.describeListPocWithOptions(request, runtime);
|
|
6996
6999
|
}
|
|
6997
7000
|
/**
|
|
6998
|
-
*
|
|
7001
|
+
* Queries the list of monitoring objects.
|
|
6999
7002
|
*
|
|
7000
7003
|
* @param request - DescribeLoanExecListRequest
|
|
7001
7004
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7042,7 +7045,7 @@ class Client extends openapi_core_1.default {
|
|
|
7042
7045
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeLoanExecListResponse({}));
|
|
7043
7046
|
}
|
|
7044
7047
|
/**
|
|
7045
|
-
*
|
|
7048
|
+
* Queries the list of monitoring objects.
|
|
7046
7049
|
*
|
|
7047
7050
|
* @param request - DescribeLoanExecListRequest
|
|
7048
7051
|
* @returns DescribeLoanExecListResponse
|
|
@@ -7052,7 +7055,7 @@ class Client extends openapi_core_1.default {
|
|
|
7052
7055
|
return await this.describeLoanExecListWithOptions(request, runtime);
|
|
7053
7056
|
}
|
|
7054
7057
|
/**
|
|
7055
|
-
*
|
|
7058
|
+
* Retrieves the list of in-loan monitoring tasks.
|
|
7056
7059
|
*
|
|
7057
7060
|
* @param request - DescribeLoanTaskListRequest
|
|
7058
7061
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7096,7 +7099,7 @@ class Client extends openapi_core_1.default {
|
|
|
7096
7099
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeLoanTaskListResponse({}));
|
|
7097
7100
|
}
|
|
7098
7101
|
/**
|
|
7099
|
-
*
|
|
7102
|
+
* Retrieves the list of in-loan monitoring tasks.
|
|
7100
7103
|
*
|
|
7101
7104
|
* @param request - DescribeLoanTaskListRequest
|
|
7102
7105
|
* @returns DescribeLoanTaskListResponse
|
|
@@ -7106,7 +7109,7 @@ class Client extends openapi_core_1.default {
|
|
|
7106
7109
|
return await this.describeLoanTaskListWithOptions(request, runtime);
|
|
7107
7110
|
}
|
|
7108
7111
|
/**
|
|
7109
|
-
*
|
|
7112
|
+
* Queries the tagging list.
|
|
7110
7113
|
*
|
|
7111
7114
|
* @param request - DescribeMarkPageRequest
|
|
7112
7115
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7156,7 +7159,7 @@ class Client extends openapi_core_1.default {
|
|
|
7156
7159
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeMarkPageResponse({}));
|
|
7157
7160
|
}
|
|
7158
7161
|
/**
|
|
7159
|
-
*
|
|
7162
|
+
* Queries the tagging list.
|
|
7160
7163
|
*
|
|
7161
7164
|
* @param request - DescribeMarkPageRequest
|
|
7162
7165
|
* @returns DescribeMarkPageResponse
|
|
@@ -7166,7 +7169,7 @@ class Client extends openapi_core_1.default {
|
|
|
7166
7169
|
return await this.describeMarkPageWithOptions(request, runtime);
|
|
7167
7170
|
}
|
|
7168
7171
|
/**
|
|
7169
|
-
*
|
|
7172
|
+
* Queries whether the current user has the specified permission.
|
|
7170
7173
|
*
|
|
7171
7174
|
* @param request - DescribeMenuPermissionRequest
|
|
7172
7175
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7201,7 +7204,7 @@ class Client extends openapi_core_1.default {
|
|
|
7201
7204
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeMenuPermissionResponse({}));
|
|
7202
7205
|
}
|
|
7203
7206
|
/**
|
|
7204
|
-
*
|
|
7207
|
+
* Queries whether the current user has the specified permission.
|
|
7205
7208
|
*
|
|
7206
7209
|
* @param request - DescribeMenuPermissionRequest
|
|
7207
7210
|
* @returns DescribeMenuPermissionResponse
|
|
@@ -7295,7 +7298,7 @@ class Client extends openapi_core_1.default {
|
|
|
7295
7298
|
return await this.describeModelOssPolicyWithOptions(request, runtime);
|
|
7296
7299
|
}
|
|
7297
7300
|
/**
|
|
7298
|
-
*
|
|
7301
|
+
* Queries the limits of tasks.
|
|
7299
7302
|
*
|
|
7300
7303
|
* @param request - DescribeMonitorTaskLimitRequest
|
|
7301
7304
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7327,7 +7330,7 @@ class Client extends openapi_core_1.default {
|
|
|
7327
7330
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeMonitorTaskLimitResponse({}));
|
|
7328
7331
|
}
|
|
7329
7332
|
/**
|
|
7330
|
-
*
|
|
7333
|
+
* Queries the limits of tasks.
|
|
7331
7334
|
*
|
|
7332
7335
|
* @param request - DescribeMonitorTaskLimitRequest
|
|
7333
7336
|
* @returns DescribeMonitorTaskLimitResponse
|
|
@@ -7337,7 +7340,7 @@ class Client extends openapi_core_1.default {
|
|
|
7337
7340
|
return await this.describeMonitorTaskLimitWithOptions(request, runtime);
|
|
7338
7341
|
}
|
|
7339
7342
|
/**
|
|
7340
|
-
*
|
|
7343
|
+
* Queries a name list by page.
|
|
7341
7344
|
*
|
|
7342
7345
|
* @param request - DescribeNameListRequest
|
|
7343
7346
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7384,7 +7387,7 @@ class Client extends openapi_core_1.default {
|
|
|
7384
7387
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeNameListResponse({}));
|
|
7385
7388
|
}
|
|
7386
7389
|
/**
|
|
7387
|
-
*
|
|
7390
|
+
* Queries a name list by page.
|
|
7388
7391
|
*
|
|
7389
7392
|
* @param request - DescribeNameListRequest
|
|
7390
7393
|
* @returns DescribeNameListResponse
|
|
@@ -7394,7 +7397,7 @@ class Client extends openapi_core_1.default {
|
|
|
7394
7397
|
return await this.describeNameListWithOptions(request, runtime);
|
|
7395
7398
|
}
|
|
7396
7399
|
/**
|
|
7397
|
-
*
|
|
7400
|
+
* Downloads the content of a list.
|
|
7398
7401
|
*
|
|
7399
7402
|
* @param request - DescribeNameListDownloadUrlRequest
|
|
7400
7403
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7429,7 +7432,7 @@ class Client extends openapi_core_1.default {
|
|
|
7429
7432
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeNameListDownloadUrlResponse({}));
|
|
7430
7433
|
}
|
|
7431
7434
|
/**
|
|
7432
|
-
*
|
|
7435
|
+
* Downloads the content of a list.
|
|
7433
7436
|
*
|
|
7434
7437
|
* @param request - DescribeNameListDownloadUrlRequest
|
|
7435
7438
|
* @returns DescribeNameListDownloadUrlResponse
|
|
@@ -7439,7 +7442,7 @@ class Client extends openapi_core_1.default {
|
|
|
7439
7442
|
return await this.describeNameListDownloadUrlWithOptions(request, runtime);
|
|
7440
7443
|
}
|
|
7441
7444
|
/**
|
|
7442
|
-
*
|
|
7445
|
+
* Queries the quota limit for lists.
|
|
7443
7446
|
*
|
|
7444
7447
|
* @param request - DescribeNameListLimitRequest
|
|
7445
7448
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7474,7 +7477,7 @@ class Client extends openapi_core_1.default {
|
|
|
7474
7477
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeNameListLimitResponse({}));
|
|
7475
7478
|
}
|
|
7476
7479
|
/**
|
|
7477
|
-
*
|
|
7480
|
+
* Queries the quota limit for lists.
|
|
7478
7481
|
*
|
|
7479
7482
|
* @param request - DescribeNameListLimitRequest
|
|
7480
7483
|
* @returns DescribeNameListLimitResponse
|
|
@@ -7484,7 +7487,7 @@ class Client extends openapi_core_1.default {
|
|
|
7484
7487
|
return await this.describeNameListLimitWithOptions(request, runtime);
|
|
7485
7488
|
}
|
|
7486
7489
|
/**
|
|
7487
|
-
*
|
|
7490
|
+
* Queries the content of a list.
|
|
7488
7491
|
*
|
|
7489
7492
|
* @param request - DescribeNameListPageListRequest
|
|
7490
7493
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7534,7 +7537,7 @@ class Client extends openapi_core_1.default {
|
|
|
7534
7537
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeNameListPageListResponse({}));
|
|
7535
7538
|
}
|
|
7536
7539
|
/**
|
|
7537
|
-
*
|
|
7540
|
+
* Queries the content of a list.
|
|
7538
7541
|
*
|
|
7539
7542
|
* @param request - DescribeNameListPageListRequest
|
|
7540
7543
|
* @returns DescribeNameListPageListResponse
|
|
@@ -7544,7 +7547,7 @@ class Client extends openapi_core_1.default {
|
|
|
7544
7547
|
return await this.describeNameListPageListWithOptions(request, runtime);
|
|
7545
7548
|
}
|
|
7546
7549
|
/**
|
|
7547
|
-
*
|
|
7550
|
+
* Queries the list of name list types.
|
|
7548
7551
|
*
|
|
7549
7552
|
* @param request - DescribeNameListTypeListRequest
|
|
7550
7553
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7576,7 +7579,7 @@ class Client extends openapi_core_1.default {
|
|
|
7576
7579
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeNameListTypeListResponse({}));
|
|
7577
7580
|
}
|
|
7578
7581
|
/**
|
|
7579
|
-
*
|
|
7582
|
+
* Queries the list of name list types.
|
|
7580
7583
|
*
|
|
7581
7584
|
* @param request - DescribeNameListTypeListRequest
|
|
7582
7585
|
* @returns DescribeNameListTypeListResponse
|
|
@@ -7586,7 +7589,7 @@ class Client extends openapi_core_1.default {
|
|
|
7586
7589
|
return await this.describeNameListTypeListWithOptions(request, runtime);
|
|
7587
7590
|
}
|
|
7588
7591
|
/**
|
|
7589
|
-
*
|
|
7592
|
+
* Queries a list of named lists.
|
|
7590
7593
|
*
|
|
7591
7594
|
* @param request - DescribeNameListVariablePageListRequest
|
|
7592
7595
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7633,7 +7636,7 @@ class Client extends openapi_core_1.default {
|
|
|
7633
7636
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeNameListVariablePageListResponse({}));
|
|
7634
7637
|
}
|
|
7635
7638
|
/**
|
|
7636
|
-
*
|
|
7639
|
+
* Queries a list of named lists.
|
|
7637
7640
|
*
|
|
7638
7641
|
* @param request - DescribeNameListVariablePageListRequest
|
|
7639
7642
|
* @returns DescribeNameListVariablePageListResponse
|
|
@@ -7694,7 +7697,7 @@ class Client extends openapi_core_1.default {
|
|
|
7694
7697
|
return await this.describeOperationLogMonitoringWithOptions(request, runtime);
|
|
7695
7698
|
}
|
|
7696
7699
|
/**
|
|
7697
|
-
*
|
|
7700
|
+
* Queries the list of events by event name.
|
|
7698
7701
|
*
|
|
7699
7702
|
* @param request - DescribeOperationLogPageListRequest
|
|
7700
7703
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7744,7 +7747,7 @@ class Client extends openapi_core_1.default {
|
|
|
7744
7747
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOperationLogPageListResponse({}));
|
|
7745
7748
|
}
|
|
7746
7749
|
/**
|
|
7747
|
-
*
|
|
7750
|
+
* Queries the list of events by event name.
|
|
7748
7751
|
*
|
|
7749
7752
|
* @param request - DescribeOperationLogPageListRequest
|
|
7750
7753
|
* @returns DescribeOperationLogPageListResponse
|
|
@@ -7754,7 +7757,7 @@ class Client extends openapi_core_1.default {
|
|
|
7754
7757
|
return await this.describeOperationLogPageListWithOptions(request, runtime);
|
|
7755
7758
|
}
|
|
7756
7759
|
/**
|
|
7757
|
-
*
|
|
7760
|
+
* Queries the operator mapping list by customer ID.
|
|
7758
7761
|
*
|
|
7759
7762
|
* @param request - DescribeOperatorListRequest
|
|
7760
7763
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7786,7 +7789,7 @@ class Client extends openapi_core_1.default {
|
|
|
7786
7789
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOperatorListResponse({}));
|
|
7787
7790
|
}
|
|
7788
7791
|
/**
|
|
7789
|
-
*
|
|
7792
|
+
* Queries the operator mapping list by customer ID.
|
|
7790
7793
|
*
|
|
7791
7794
|
* @param request - DescribeOperatorListRequest
|
|
7792
7795
|
* @returns DescribeOperatorListResponse
|
|
@@ -7796,7 +7799,7 @@ class Client extends openapi_core_1.default {
|
|
|
7796
7799
|
return await this.describeOperatorListWithOptions(request, runtime);
|
|
7797
7800
|
}
|
|
7798
7801
|
/**
|
|
7799
|
-
*
|
|
7802
|
+
* Queries the operator mapping list.
|
|
7800
7803
|
*
|
|
7801
7804
|
* @param request - DescribeOperatorListBySceneRequest
|
|
7802
7805
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7831,7 +7834,7 @@ class Client extends openapi_core_1.default {
|
|
|
7831
7834
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOperatorListBySceneResponse({}));
|
|
7832
7835
|
}
|
|
7833
7836
|
/**
|
|
7834
|
-
*
|
|
7837
|
+
* Queries the operator mapping list.
|
|
7835
7838
|
*
|
|
7836
7839
|
* @param request - DescribeOperatorListBySceneRequest
|
|
7837
7840
|
* @returns DescribeOperatorListBySceneResponse
|
|
@@ -7841,7 +7844,7 @@ class Client extends openapi_core_1.default {
|
|
|
7841
7844
|
return await this.describeOperatorListBySceneWithOptions(request, runtime);
|
|
7842
7845
|
}
|
|
7843
7846
|
/**
|
|
7844
|
-
*
|
|
7847
|
+
* Queries the list of operator mappings.
|
|
7845
7848
|
*
|
|
7846
7849
|
* @param request - DescribeOperatorListByTypeRequest
|
|
7847
7850
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7873,7 +7876,7 @@ class Client extends openapi_core_1.default {
|
|
|
7873
7876
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOperatorListByTypeResponse({}));
|
|
7874
7877
|
}
|
|
7875
7878
|
/**
|
|
7876
|
-
*
|
|
7879
|
+
* Queries the list of operator mappings.
|
|
7877
7880
|
*
|
|
7878
7881
|
* @param request - DescribeOperatorListByTypeRequest
|
|
7879
7882
|
* @returns DescribeOperatorListByTypeResponse
|
|
@@ -7883,7 +7886,7 @@ class Client extends openapi_core_1.default {
|
|
|
7883
7886
|
return await this.describeOperatorListByTypeWithOptions(request, runtime);
|
|
7884
7887
|
}
|
|
7885
7888
|
/**
|
|
7886
|
-
*
|
|
7889
|
+
* Checks whether OSS is authorized.
|
|
7887
7890
|
*
|
|
7888
7891
|
* @param request - DescribeOssAuthStatusRequest
|
|
7889
7892
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7915,7 +7918,7 @@ class Client extends openapi_core_1.default {
|
|
|
7915
7918
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOssAuthStatusResponse({}));
|
|
7916
7919
|
}
|
|
7917
7920
|
/**
|
|
7918
|
-
*
|
|
7921
|
+
* Checks whether OSS is authorized.
|
|
7919
7922
|
*
|
|
7920
7923
|
* @param request - DescribeOssAuthStatusRequest
|
|
7921
7924
|
* @returns DescribeOssAuthStatusResponse
|
|
@@ -7925,7 +7928,7 @@ class Client extends openapi_core_1.default {
|
|
|
7925
7928
|
return await this.describeOssAuthStatusWithOptions(request, runtime);
|
|
7926
7929
|
}
|
|
7927
7930
|
/**
|
|
7928
|
-
*
|
|
7931
|
+
* Retrieves the OSS policy.
|
|
7929
7932
|
*
|
|
7930
7933
|
* @param request - DescribeOssPolicyRequest
|
|
7931
7934
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7960,7 +7963,7 @@ class Client extends openapi_core_1.default {
|
|
|
7960
7963
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOssPolicyResponse({}));
|
|
7961
7964
|
}
|
|
7962
7965
|
/**
|
|
7963
|
-
*
|
|
7966
|
+
* Retrieves the OSS policy.
|
|
7964
7967
|
*
|
|
7965
7968
|
* @param request - DescribeOssPolicyRequest
|
|
7966
7969
|
* @returns DescribeOssPolicyResponse
|
|
@@ -7970,7 +7973,7 @@ class Client extends openapi_core_1.default {
|
|
|
7970
7973
|
return await this.describeOssPolicyWithOptions(request, runtime);
|
|
7971
7974
|
}
|
|
7972
7975
|
/**
|
|
7973
|
-
*
|
|
7976
|
+
* Retrieves the upload credential for a file.
|
|
7974
7977
|
*
|
|
7975
7978
|
* @param request - DescribeOssTokenRequest
|
|
7976
7979
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8008,7 +8011,7 @@ class Client extends openapi_core_1.default {
|
|
|
8008
8011
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOssTokenResponse({}));
|
|
8009
8012
|
}
|
|
8010
8013
|
/**
|
|
8011
|
-
*
|
|
8014
|
+
* Retrieves the upload credential for a file.
|
|
8012
8015
|
*
|
|
8013
8016
|
* @param request - DescribeOssTokenRequest
|
|
8014
8017
|
* @returns DescribeOssTokenResponse
|
|
@@ -8018,7 +8021,7 @@ class Client extends openapi_core_1.default {
|
|
|
8018
8021
|
return await this.describeOssTokenWithOptions(request, runtime);
|
|
8019
8022
|
}
|
|
8020
8023
|
/**
|
|
8021
|
-
*
|
|
8024
|
+
* Queries the list of event properties.
|
|
8022
8025
|
*
|
|
8023
8026
|
* @param request - DescribeParamByEventCodesRequest
|
|
8024
8027
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8056,7 +8059,7 @@ class Client extends openapi_core_1.default {
|
|
|
8056
8059
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeParamByEventCodesResponse({}));
|
|
8057
8060
|
}
|
|
8058
8061
|
/**
|
|
8059
|
-
*
|
|
8062
|
+
* Queries the list of event properties.
|
|
8060
8063
|
*
|
|
8061
8064
|
* @param request - DescribeParamByEventCodesRequest
|
|
8062
8065
|
* @returns DescribeParamByEventCodesResponse
|
|
@@ -8066,7 +8069,7 @@ class Client extends openapi_core_1.default {
|
|
|
8066
8069
|
return await this.describeParamByEventCodesWithOptions(request, runtime);
|
|
8067
8070
|
}
|
|
8068
8071
|
/**
|
|
8069
|
-
*
|
|
8072
|
+
* Retrieves the file upload credential.
|
|
8070
8073
|
*
|
|
8071
8074
|
* @param request - DescribePocOssTokenRequest
|
|
8072
8075
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8098,7 +8101,7 @@ class Client extends openapi_core_1.default {
|
|
|
8098
8101
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePocOssTokenResponse({}));
|
|
8099
8102
|
}
|
|
8100
8103
|
/**
|
|
8101
|
-
*
|
|
8104
|
+
* Retrieves the file upload credential.
|
|
8102
8105
|
*
|
|
8103
8106
|
* @param request - DescribePocOssTokenRequest
|
|
8104
8107
|
* @returns DescribePocOssTokenResponse
|
|
@@ -8108,7 +8111,7 @@ class Client extends openapi_core_1.default {
|
|
|
8108
8111
|
return await this.describePocOssTokenWithOptions(request, runtime);
|
|
8109
8112
|
}
|
|
8110
8113
|
/**
|
|
8111
|
-
*
|
|
8114
|
+
* Retrieves the list of POC tasks.
|
|
8112
8115
|
*
|
|
8113
8116
|
* @param request - DescribePocTaskListRequest
|
|
8114
8117
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8149,7 +8152,7 @@ class Client extends openapi_core_1.default {
|
|
|
8149
8152
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePocTaskListResponse({}));
|
|
8150
8153
|
}
|
|
8151
8154
|
/**
|
|
8152
|
-
*
|
|
8155
|
+
* Retrieves the list of POC tasks.
|
|
8153
8156
|
*
|
|
8154
8157
|
* @param request - DescribePocTaskListRequest
|
|
8155
8158
|
* @returns DescribePocTaskListResponse
|
|
@@ -8159,7 +8162,7 @@ class Client extends openapi_core_1.default {
|
|
|
8159
8162
|
return await this.describePocTaskListWithOptions(request, runtime);
|
|
8160
8163
|
}
|
|
8161
8164
|
/**
|
|
8162
|
-
*
|
|
8165
|
+
* Checks whether the Stack private domain mode is enabled.
|
|
8163
8166
|
*
|
|
8164
8167
|
* @param request - DescribePrivateStackRequest
|
|
8165
8168
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8188,7 +8191,7 @@ class Client extends openapi_core_1.default {
|
|
|
8188
8191
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePrivateStackResponse({}));
|
|
8189
8192
|
}
|
|
8190
8193
|
/**
|
|
8191
|
-
*
|
|
8194
|
+
* Checks whether the Stack private domain mode is enabled.
|
|
8192
8195
|
*
|
|
8193
8196
|
* @param request - DescribePrivateStackRequest
|
|
8194
8197
|
* @returns DescribePrivateStackResponse
|
|
@@ -8198,7 +8201,7 @@ class Client extends openapi_core_1.default {
|
|
|
8198
8201
|
return await this.describePrivateStackWithOptions(request, runtime);
|
|
8199
8202
|
}
|
|
8200
8203
|
/**
|
|
8201
|
-
*
|
|
8204
|
+
* Queries the details of a custom query variable.
|
|
8202
8205
|
*
|
|
8203
8206
|
* @param request - DescribeQueryVariableDetailRequest
|
|
8204
8207
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8233,7 +8236,7 @@ class Client extends openapi_core_1.default {
|
|
|
8233
8236
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeQueryVariableDetailResponse({}));
|
|
8234
8237
|
}
|
|
8235
8238
|
/**
|
|
8236
|
-
*
|
|
8239
|
+
* Queries the details of a custom query variable.
|
|
8237
8240
|
*
|
|
8238
8241
|
* @param request - DescribeQueryVariableDetailRequest
|
|
8239
8242
|
* @returns DescribeQueryVariableDetailResponse
|
|
@@ -8243,7 +8246,7 @@ class Client extends openapi_core_1.default {
|
|
|
8243
8246
|
return await this.describeQueryVariableDetailWithOptions(request, runtime);
|
|
8244
8247
|
}
|
|
8245
8248
|
/**
|
|
8246
|
-
*
|
|
8249
|
+
* Queries a list of custom query variables.
|
|
8247
8250
|
*
|
|
8248
8251
|
* @param request - DescribeQueryVariablePageListRequest
|
|
8249
8252
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8290,7 +8293,7 @@ class Client extends openapi_core_1.default {
|
|
|
8290
8293
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeQueryVariablePageListResponse({}));
|
|
8291
8294
|
}
|
|
8292
8295
|
/**
|
|
8293
|
-
*
|
|
8296
|
+
* Queries a list of custom query variables.
|
|
8294
8297
|
*
|
|
8295
8298
|
* @param request - DescribeQueryVariablePageListRequest
|
|
8296
8299
|
* @returns DescribeQueryVariablePageListResponse
|
|
@@ -8300,7 +8303,7 @@ class Client extends openapi_core_1.default {
|
|
|
8300
8303
|
return await this.describeQueryVariablePageListWithOptions(request, runtime);
|
|
8301
8304
|
}
|
|
8302
8305
|
/**
|
|
8303
|
-
*
|
|
8306
|
+
* Queries the list of variables under a data sample and scenario.
|
|
8304
8307
|
*
|
|
8305
8308
|
* @param request - DescribeRecommendSceneVariablesRequest
|
|
8306
8309
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8335,7 +8338,7 @@ class Client extends openapi_core_1.default {
|
|
|
8335
8338
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRecommendSceneVariablesResponse({}));
|
|
8336
8339
|
}
|
|
8337
8340
|
/**
|
|
8338
|
-
*
|
|
8341
|
+
* Queries the list of variables under a data sample and scenario.
|
|
8339
8342
|
*
|
|
8340
8343
|
* @param request - DescribeRecommendSceneVariablesRequest
|
|
8341
8344
|
* @returns DescribeRecommendSceneVariablesResponse
|
|
@@ -8345,7 +8348,7 @@ class Client extends openapi_core_1.default {
|
|
|
8345
8348
|
return await this.describeRecommendSceneVariablesWithOptions(request, runtime);
|
|
8346
8349
|
}
|
|
8347
8350
|
/**
|
|
8348
|
-
*
|
|
8351
|
+
* Queries the details of variable recommendations.
|
|
8349
8352
|
*
|
|
8350
8353
|
* @param request - DescribeRecommendTaskDetailRequest
|
|
8351
8354
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8380,7 +8383,7 @@ class Client extends openapi_core_1.default {
|
|
|
8380
8383
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRecommendTaskDetailResponse({}));
|
|
8381
8384
|
}
|
|
8382
8385
|
/**
|
|
8383
|
-
*
|
|
8386
|
+
* Queries the details of variable recommendations.
|
|
8384
8387
|
*
|
|
8385
8388
|
* @param request - DescribeRecommendTaskDetailRequest
|
|
8386
8389
|
* @returns DescribeRecommendTaskDetailResponse
|
|
@@ -8390,7 +8393,7 @@ class Client extends openapi_core_1.default {
|
|
|
8390
8393
|
return await this.describeRecommendTaskDetailWithOptions(request, runtime);
|
|
8391
8394
|
}
|
|
8392
8395
|
/**
|
|
8393
|
-
*
|
|
8396
|
+
* Queries the variable recommendation list.
|
|
8394
8397
|
*
|
|
8395
8398
|
* @param request - DescribeRecommendTaskPageListRequest
|
|
8396
8399
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8431,7 +8434,7 @@ class Client extends openapi_core_1.default {
|
|
|
8431
8434
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRecommendTaskPageListResponse({}));
|
|
8432
8435
|
}
|
|
8433
8436
|
/**
|
|
8434
|
-
*
|
|
8437
|
+
* Queries the variable recommendation list.
|
|
8435
8438
|
*
|
|
8436
8439
|
* @param request - DescribeRecommendTaskPageListRequest
|
|
8437
8440
|
* @returns DescribeRecommendTaskPageListResponse
|
|
@@ -8441,7 +8444,7 @@ class Client extends openapi_core_1.default {
|
|
|
8441
8444
|
return await this.describeRecommendTaskPageListWithOptions(request, runtime);
|
|
8442
8445
|
}
|
|
8443
8446
|
/**
|
|
8444
|
-
*
|
|
8447
|
+
* Queries the metric information of a variable.
|
|
8445
8448
|
*
|
|
8446
8449
|
* @param request - DescribeRecommendVariablesVelocityRequest
|
|
8447
8450
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8479,7 +8482,7 @@ class Client extends openapi_core_1.default {
|
|
|
8479
8482
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRecommendVariablesVelocityResponse({}));
|
|
8480
8483
|
}
|
|
8481
8484
|
/**
|
|
8482
|
-
*
|
|
8485
|
+
* Queries the metric information of a variable.
|
|
8483
8486
|
*
|
|
8484
8487
|
* @param request - DescribeRecommendVariablesVelocityRequest
|
|
8485
8488
|
* @returns DescribeRecommendVariablesVelocityResponse
|
|
@@ -8489,7 +8492,7 @@ class Client extends openapi_core_1.default {
|
|
|
8489
8492
|
return await this.describeRecommendVariablesVelocityWithOptions(request, runtime);
|
|
8490
8493
|
}
|
|
8491
8494
|
/**
|
|
8492
|
-
*
|
|
8495
|
+
* Queries the list of supported metrics.
|
|
8493
8496
|
*
|
|
8494
8497
|
* @param request - DescribeRecommendVelocitiesRequest
|
|
8495
8498
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8527,7 +8530,7 @@ class Client extends openapi_core_1.default {
|
|
|
8527
8530
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRecommendVelocitiesResponse({}));
|
|
8528
8531
|
}
|
|
8529
8532
|
/**
|
|
8530
|
-
*
|
|
8533
|
+
* Queries the list of supported metrics.
|
|
8531
8534
|
*
|
|
8532
8535
|
* @param request - DescribeRecommendVelocitiesRequest
|
|
8533
8536
|
* @returns DescribeRecommendVelocitiesResponse
|
|
@@ -8537,7 +8540,7 @@ class Client extends openapi_core_1.default {
|
|
|
8537
8540
|
return await this.describeRecommendVelocitiesWithOptions(request, runtime);
|
|
8538
8541
|
}
|
|
8539
8542
|
/**
|
|
8540
|
-
*
|
|
8543
|
+
* Queries the list of regions supported by API Gateway.
|
|
8541
8544
|
*
|
|
8542
8545
|
* @param request - DescribeRegionsRequest
|
|
8543
8546
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8569,7 +8572,7 @@ class Client extends openapi_core_1.default {
|
|
|
8569
8572
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRegionsResponse({}));
|
|
8570
8573
|
}
|
|
8571
8574
|
/**
|
|
8572
|
-
*
|
|
8575
|
+
* Queries the list of regions supported by API Gateway.
|
|
8573
8576
|
*
|
|
8574
8577
|
* @param request - DescribeRegionsRequest
|
|
8575
8578
|
* @returns DescribeRegionsResponse
|
|
@@ -8579,7 +8582,7 @@ class Client extends openapi_core_1.default {
|
|
|
8579
8582
|
return await this.describeRegionsWithOptions(request, runtime);
|
|
8580
8583
|
}
|
|
8581
8584
|
/**
|
|
8582
|
-
*
|
|
8585
|
+
* Queries the hit details of a request.
|
|
8583
8586
|
*
|
|
8584
8587
|
* @param request - DescribeRequestHitRequest
|
|
8585
8588
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8614,7 +8617,7 @@ class Client extends openapi_core_1.default {
|
|
|
8614
8617
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRequestHitResponse({}));
|
|
8615
8618
|
}
|
|
8616
8619
|
/**
|
|
8617
|
-
*
|
|
8620
|
+
* Queries the hit details of a request.
|
|
8618
8621
|
*
|
|
8619
8622
|
* @param request - DescribeRequestHitRequest
|
|
8620
8623
|
* @returns DescribeRequestHitResponse
|
|
@@ -8624,7 +8627,7 @@ class Client extends openapi_core_1.default {
|
|
|
8624
8627
|
return await this.describeRequestHitWithOptions(request, runtime);
|
|
8625
8628
|
}
|
|
8626
8629
|
/**
|
|
8627
|
-
* Request
|
|
8630
|
+
* Request Rate (QPS).
|
|
8628
8631
|
*
|
|
8629
8632
|
* @param request - DescribeRequestPeakReportRequest
|
|
8630
8633
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8656,7 +8659,7 @@ class Client extends openapi_core_1.default {
|
|
|
8656
8659
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRequestPeakReportResponse({}));
|
|
8657
8660
|
}
|
|
8658
8661
|
/**
|
|
8659
|
-
* Request
|
|
8662
|
+
* Request Rate (QPS).
|
|
8660
8663
|
*
|
|
8661
8664
|
* @param request - DescribeRequestPeakReportRequest
|
|
8662
8665
|
* @returns DescribeRequestPeakReportResponse
|
|
@@ -8666,7 +8669,7 @@ class Client extends openapi_core_1.default {
|
|
|
8666
8669
|
return await this.describeRequestPeakReportWithOptions(request, runtime);
|
|
8667
8670
|
}
|
|
8668
8671
|
/**
|
|
8669
|
-
*
|
|
8672
|
+
* Performs drill-down analysis.
|
|
8670
8673
|
*
|
|
8671
8674
|
* @param request - DescribeResultCountRequest
|
|
8672
8675
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8704,7 +8707,7 @@ class Client extends openapi_core_1.default {
|
|
|
8704
8707
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeResultCountResponse({}));
|
|
8705
8708
|
}
|
|
8706
8709
|
/**
|
|
8707
|
-
*
|
|
8710
|
+
* Performs drill-down analysis.
|
|
8708
8711
|
*
|
|
8709
8712
|
* @param request - DescribeResultCountRequest
|
|
8710
8713
|
* @returns DescribeResultCountResponse
|
|
@@ -8714,7 +8717,7 @@ class Client extends openapi_core_1.default {
|
|
|
8714
8717
|
return await this.describeResultCountWithOptions(request, runtime);
|
|
8715
8718
|
}
|
|
8716
8719
|
/**
|
|
8717
|
-
* Risk
|
|
8720
|
+
* Risk Map Overview Chart (Line Chart)
|
|
8718
8721
|
*
|
|
8719
8722
|
* @param request - DescribeRiskLineChartRequest
|
|
8720
8723
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8755,7 +8758,7 @@ class Client extends openapi_core_1.default {
|
|
|
8755
8758
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRiskLineChartResponse({}));
|
|
8756
8759
|
}
|
|
8757
8760
|
/**
|
|
8758
|
-
* Risk
|
|
8761
|
+
* Risk Map Overview Chart (Line Chart)
|
|
8759
8762
|
*
|
|
8760
8763
|
* @param request - DescribeRiskLineChartRequest
|
|
8761
8764
|
* @returns DescribeRiskLineChartResponse
|
|
@@ -8816,7 +8819,7 @@ class Client extends openapi_core_1.default {
|
|
|
8816
8819
|
return await this.describeRiskTagsLineChartWithOptions(request, runtime);
|
|
8817
8820
|
}
|
|
8818
8821
|
/**
|
|
8819
|
-
*
|
|
8822
|
+
* Queries the policy overview list.
|
|
8820
8823
|
*
|
|
8821
8824
|
* @param request - DescribeRuleBarChartRequest
|
|
8822
8825
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8857,7 +8860,7 @@ class Client extends openapi_core_1.default {
|
|
|
8857
8860
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRuleBarChartResponse({}));
|
|
8858
8861
|
}
|
|
8859
8862
|
/**
|
|
8860
|
-
*
|
|
8863
|
+
* Queries the policy overview list.
|
|
8861
8864
|
*
|
|
8862
8865
|
* @param request - DescribeRuleBarChartRequest
|
|
8863
8866
|
* @returns DescribeRuleBarChartResponse
|
|
@@ -8867,7 +8870,7 @@ class Client extends openapi_core_1.default {
|
|
|
8867
8870
|
return await this.describeRuleBarChartWithOptions(request, runtime);
|
|
8868
8871
|
}
|
|
8869
8872
|
/**
|
|
8870
|
-
*
|
|
8873
|
+
* Queries the number of policies by user ID.
|
|
8871
8874
|
*
|
|
8872
8875
|
* @param request - DescribeRuleCountByUserIdRequest
|
|
8873
8876
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8902,7 +8905,7 @@ class Client extends openapi_core_1.default {
|
|
|
8902
8905
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRuleCountByUserIdResponse({}));
|
|
8903
8906
|
}
|
|
8904
8907
|
/**
|
|
8905
|
-
*
|
|
8908
|
+
* Queries the number of policies by user ID.
|
|
8906
8909
|
*
|
|
8907
8910
|
* @param request - DescribeRuleCountByUserIdRequest
|
|
8908
8911
|
* @returns DescribeRuleCountByUserIdResponse
|
|
@@ -8912,7 +8915,7 @@ class Client extends openapi_core_1.default {
|
|
|
8912
8915
|
return await this.describeRuleCountByUserIdWithOptions(request, runtime);
|
|
8913
8916
|
}
|
|
8914
8917
|
/**
|
|
8915
|
-
* Query policy/version details
|
|
8918
|
+
* Query policy/version details.
|
|
8916
8919
|
*
|
|
8917
8920
|
* @param request - DescribeRuleDetailByRuleIdRequest
|
|
8918
8921
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8953,7 +8956,7 @@ class Client extends openapi_core_1.default {
|
|
|
8953
8956
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRuleDetailByRuleIdResponse({}));
|
|
8954
8957
|
}
|
|
8955
8958
|
/**
|
|
8956
|
-
* Query policy/version details
|
|
8959
|
+
* Query policy/version details.
|
|
8957
8960
|
*
|
|
8958
8961
|
* @param request - DescribeRuleDetailByRuleIdRequest
|
|
8959
8962
|
* @returns DescribeRuleDetailByRuleIdResponse
|
|
@@ -8963,7 +8966,7 @@ class Client extends openapi_core_1.default {
|
|
|
8963
8966
|
return await this.describeRuleDetailByRuleIdWithOptions(request, runtime);
|
|
8964
8967
|
}
|
|
8965
8968
|
/**
|
|
8966
|
-
*
|
|
8969
|
+
* Queries the details of policy rule hits.
|
|
8967
8970
|
*
|
|
8968
8971
|
* @param request - DescribeRuleHitRequest
|
|
8969
8972
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9007,7 +9010,7 @@ class Client extends openapi_core_1.default {
|
|
|
9007
9010
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRuleHitResponse({}));
|
|
9008
9011
|
}
|
|
9009
9012
|
/**
|
|
9010
|
-
*
|
|
9013
|
+
* Queries the details of policy rule hits.
|
|
9011
9014
|
*
|
|
9012
9015
|
* @param request - DescribeRuleHitRequest
|
|
9013
9016
|
* @returns DescribeRuleHitResponse
|
|
@@ -9017,7 +9020,7 @@ class Client extends openapi_core_1.default {
|
|
|
9017
9020
|
return await this.describeRuleHitWithOptions(request, runtime);
|
|
9018
9021
|
}
|
|
9019
9022
|
/**
|
|
9020
|
-
*
|
|
9023
|
+
* Queries a list of policies.
|
|
9021
9024
|
*
|
|
9022
9025
|
* @param request - DescribeRuleListByEventCodesListRequest
|
|
9023
9026
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9052,7 +9055,7 @@ class Client extends openapi_core_1.default {
|
|
|
9052
9055
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRuleListByEventCodesListResponse({}));
|
|
9053
9056
|
}
|
|
9054
9057
|
/**
|
|
9055
|
-
*
|
|
9058
|
+
* Queries a list of policies.
|
|
9056
9059
|
*
|
|
9057
9060
|
* @param request - DescribeRuleListByEventCodesListRequest
|
|
9058
9061
|
* @returns DescribeRuleListByEventCodesListResponse
|
|
@@ -9062,7 +9065,7 @@ class Client extends openapi_core_1.default {
|
|
|
9062
9065
|
return await this.describeRuleListByEventCodesListWithOptions(request, runtime);
|
|
9063
9066
|
}
|
|
9064
9067
|
/**
|
|
9065
|
-
*
|
|
9068
|
+
* Queries a list of policies.
|
|
9066
9069
|
*
|
|
9067
9070
|
* @param request - DescribeRulePageListRequest
|
|
9068
9071
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9118,7 +9121,7 @@ class Client extends openapi_core_1.default {
|
|
|
9118
9121
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRulePageListResponse({}));
|
|
9119
9122
|
}
|
|
9120
9123
|
/**
|
|
9121
|
-
*
|
|
9124
|
+
* Queries a list of policies.
|
|
9122
9125
|
*
|
|
9123
9126
|
* @param request - DescribeRulePageListRequest
|
|
9124
9127
|
* @returns DescribeRulePageListResponse
|
|
@@ -9128,7 +9131,7 @@ class Client extends openapi_core_1.default {
|
|
|
9128
9131
|
return await this.describeRulePageListWithOptions(request, runtime);
|
|
9129
9132
|
}
|
|
9130
9133
|
/**
|
|
9131
|
-
* Query historical snapshots based on ruleId and version
|
|
9134
|
+
* Query historical snapshots based on ruleId and version.
|
|
9132
9135
|
*
|
|
9133
9136
|
* @param request - DescribeRuleSnapshotRequest
|
|
9134
9137
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9166,7 +9169,7 @@ class Client extends openapi_core_1.default {
|
|
|
9166
9169
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRuleSnapshotResponse({}));
|
|
9167
9170
|
}
|
|
9168
9171
|
/**
|
|
9169
|
-
* Query historical snapshots based on ruleId and version
|
|
9172
|
+
* Query historical snapshots based on ruleId and version.
|
|
9170
9173
|
*
|
|
9171
9174
|
* @param request - DescribeRuleSnapshotRequest
|
|
9172
9175
|
* @returns DescribeRuleSnapshotResponse
|
|
@@ -9176,7 +9179,7 @@ class Client extends openapi_core_1.default {
|
|
|
9176
9179
|
return await this.describeRuleSnapshotWithOptions(request, runtime);
|
|
9177
9180
|
}
|
|
9178
9181
|
/**
|
|
9179
|
-
*
|
|
9182
|
+
* Queries the list of policy versions.
|
|
9180
9183
|
*
|
|
9181
9184
|
* @param request - DescribeRuleVersionListRequest
|
|
9182
9185
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9220,7 +9223,7 @@ class Client extends openapi_core_1.default {
|
|
|
9220
9223
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRuleVersionListResponse({}));
|
|
9221
9224
|
}
|
|
9222
9225
|
/**
|
|
9223
|
-
*
|
|
9226
|
+
* Queries the list of policy versions.
|
|
9224
9227
|
*
|
|
9225
9228
|
* @param request - DescribeRuleVersionListRequest
|
|
9226
9229
|
* @returns DescribeRuleVersionListResponse
|
|
@@ -9230,7 +9233,7 @@ class Client extends openapi_core_1.default {
|
|
|
9230
9233
|
return await this.describeRuleVersionListWithOptions(request, runtime);
|
|
9231
9234
|
}
|
|
9232
9235
|
/**
|
|
9233
|
-
* SDK
|
|
9236
|
+
* Queries the list of SDK downloads.
|
|
9234
9237
|
*
|
|
9235
9238
|
* @param request - DescribeSDKDownloadListRequest
|
|
9236
9239
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9268,7 +9271,7 @@ class Client extends openapi_core_1.default {
|
|
|
9268
9271
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSDKDownloadListResponse({}));
|
|
9269
9272
|
}
|
|
9270
9273
|
/**
|
|
9271
|
-
* SDK
|
|
9274
|
+
* Queries the list of SDK downloads.
|
|
9272
9275
|
*
|
|
9273
9276
|
* @param request - DescribeSDKDownloadListRequest
|
|
9274
9277
|
* @returns DescribeSDKDownloadListResponse
|
|
@@ -9278,7 +9281,7 @@ class Client extends openapi_core_1.default {
|
|
|
9278
9281
|
return await this.describeSDKDownloadListWithOptions(request, runtime);
|
|
9279
9282
|
}
|
|
9280
9283
|
/**
|
|
9281
|
-
*
|
|
9284
|
+
* Queries SAF permissions.
|
|
9282
9285
|
*
|
|
9283
9286
|
* @param request - DescribeSafConsoleRequest
|
|
9284
9287
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9313,7 +9316,7 @@ class Client extends openapi_core_1.default {
|
|
|
9313
9316
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSafConsoleResponse({}));
|
|
9314
9317
|
}
|
|
9315
9318
|
/**
|
|
9316
|
-
*
|
|
9319
|
+
* Queries SAF permissions.
|
|
9317
9320
|
*
|
|
9318
9321
|
* @param request - DescribeSafConsoleRequest
|
|
9319
9322
|
* @returns DescribeSafConsoleResponse
|
|
@@ -9323,7 +9326,7 @@ class Client extends openapi_core_1.default {
|
|
|
9323
9326
|
return await this.describeSafConsoleWithOptions(request, runtime);
|
|
9324
9327
|
}
|
|
9325
9328
|
/**
|
|
9326
|
-
*
|
|
9329
|
+
* Queries saf_de orders.
|
|
9327
9330
|
*
|
|
9328
9331
|
* @param request - DescribeSafDeOrderRequest
|
|
9329
9332
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9367,7 +9370,7 @@ class Client extends openapi_core_1.default {
|
|
|
9367
9370
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSafDeOrderResponse({}));
|
|
9368
9371
|
}
|
|
9369
9372
|
/**
|
|
9370
|
-
*
|
|
9373
|
+
* Queries saf_de orders.
|
|
9371
9374
|
*
|
|
9372
9375
|
* @param request - DescribeSafDeOrderRequest
|
|
9373
9376
|
* @returns DescribeSafDeOrderResponse
|
|
@@ -9377,7 +9380,7 @@ class Client extends openapi_core_1.default {
|
|
|
9377
9380
|
return await this.describeSafDeOrderWithOptions(request, runtime);
|
|
9378
9381
|
}
|
|
9379
9382
|
/**
|
|
9380
|
-
*
|
|
9383
|
+
* Queries order information.
|
|
9381
9384
|
*
|
|
9382
9385
|
* @param request - DescribeSafOrderRequest
|
|
9383
9386
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9424,7 +9427,7 @@ class Client extends openapi_core_1.default {
|
|
|
9424
9427
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSafOrderResponse({}));
|
|
9425
9428
|
}
|
|
9426
9429
|
/**
|
|
9427
|
-
*
|
|
9430
|
+
* Queries order information.
|
|
9428
9431
|
*
|
|
9429
9432
|
* @param request - DescribeSafOrderRequest
|
|
9430
9433
|
* @returns DescribeSafOrderResponse
|
|
@@ -9434,7 +9437,7 @@ class Client extends openapi_core_1.default {
|
|
|
9434
9437
|
return await this.describeSafOrderWithOptions(request, runtime);
|
|
9435
9438
|
}
|
|
9436
9439
|
/**
|
|
9437
|
-
*
|
|
9440
|
+
* Queries the access configuration.
|
|
9438
9441
|
*
|
|
9439
9442
|
* @param request - DescribeSafStartConfigRequest
|
|
9440
9443
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9466,7 +9469,7 @@ class Client extends openapi_core_1.default {
|
|
|
9466
9469
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSafStartConfigResponse({}));
|
|
9467
9470
|
}
|
|
9468
9471
|
/**
|
|
9469
|
-
*
|
|
9472
|
+
* Queries the access configuration.
|
|
9470
9473
|
*
|
|
9471
9474
|
* @param request - DescribeSafStartConfigRequest
|
|
9472
9475
|
* @returns DescribeSafStartConfigResponse
|
|
@@ -9476,7 +9479,7 @@ class Client extends openapi_core_1.default {
|
|
|
9476
9479
|
return await this.describeSafStartConfigWithOptions(request, runtime);
|
|
9477
9480
|
}
|
|
9478
9481
|
/**
|
|
9479
|
-
*
|
|
9482
|
+
* Queries access configurations.
|
|
9480
9483
|
*
|
|
9481
9484
|
* @param request - DescribeSafStartStepsRequest
|
|
9482
9485
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9523,7 +9526,7 @@ class Client extends openapi_core_1.default {
|
|
|
9523
9526
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSafStartStepsResponse({}));
|
|
9524
9527
|
}
|
|
9525
9528
|
/**
|
|
9526
|
-
*
|
|
9529
|
+
* Queries access configurations.
|
|
9527
9530
|
*
|
|
9528
9531
|
* @param request - DescribeSafStartStepsRequest
|
|
9529
9532
|
* @returns DescribeSafStartStepsResponse
|
|
@@ -9533,7 +9536,7 @@ class Client extends openapi_core_1.default {
|
|
|
9533
9536
|
return await this.describeSafStartStepsWithOptions(request, runtime);
|
|
9534
9537
|
}
|
|
9535
9538
|
/**
|
|
9536
|
-
*
|
|
9539
|
+
* Retrieves the list of risk labels.
|
|
9537
9540
|
*
|
|
9538
9541
|
* @param request - DescribeSafTagListRequest
|
|
9539
9542
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9577,7 +9580,7 @@ class Client extends openapi_core_1.default {
|
|
|
9577
9580
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSafTagListResponse({}));
|
|
9578
9581
|
}
|
|
9579
9582
|
/**
|
|
9580
|
-
*
|
|
9583
|
+
* Retrieves the list of risk labels.
|
|
9581
9584
|
*
|
|
9582
9585
|
* @param request - DescribeSafTagListRequest
|
|
9583
9586
|
* @returns DescribeSafTagListResponse
|
|
@@ -9692,7 +9695,7 @@ class Client extends openapi_core_1.default {
|
|
|
9692
9695
|
return await this.describeSampleDataByBatchUUidPageWithOptions(request, runtime);
|
|
9693
9696
|
}
|
|
9694
9697
|
/**
|
|
9695
|
-
*
|
|
9698
|
+
* Performs a paging query on the sample list.
|
|
9696
9699
|
*
|
|
9697
9700
|
* @param request - DescribeSampleDataListRequest
|
|
9698
9701
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9745,7 +9748,7 @@ class Client extends openapi_core_1.default {
|
|
|
9745
9748
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSampleDataListResponse({}));
|
|
9746
9749
|
}
|
|
9747
9750
|
/**
|
|
9748
|
-
*
|
|
9751
|
+
* Performs a paging query on the sample list.
|
|
9749
9752
|
*
|
|
9750
9753
|
* @param request - DescribeSampleDataListRequest
|
|
9751
9754
|
* @returns DescribeSampleDataListResponse
|
|
@@ -9812,7 +9815,7 @@ class Client extends openapi_core_1.default {
|
|
|
9812
9815
|
return await this.describeSampleDataPageWithOptions(request, runtime);
|
|
9813
9816
|
}
|
|
9814
9817
|
/**
|
|
9815
|
-
*
|
|
9818
|
+
* Queries the authorization of a data sample.
|
|
9816
9819
|
*
|
|
9817
9820
|
* @param request - DescribeSampleDemoDownloadUrlRequest
|
|
9818
9821
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9847,7 +9850,7 @@ class Client extends openapi_core_1.default {
|
|
|
9847
9850
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSampleDemoDownloadUrlResponse({}));
|
|
9848
9851
|
}
|
|
9849
9852
|
/**
|
|
9850
|
-
*
|
|
9853
|
+
* Queries the authorization of a data sample.
|
|
9851
9854
|
*
|
|
9852
9855
|
* @param request - DescribeSampleDemoDownloadUrlRequest
|
|
9853
9856
|
* @returns DescribeSampleDemoDownloadUrlResponse
|
|
@@ -9857,7 +9860,7 @@ class Client extends openapi_core_1.default {
|
|
|
9857
9860
|
return await this.describeSampleDemoDownloadUrlWithOptions(request, runtime);
|
|
9858
9861
|
}
|
|
9859
9862
|
/**
|
|
9860
|
-
*
|
|
9863
|
+
* Queries the authorization information for downloading a data sample.
|
|
9861
9864
|
*
|
|
9862
9865
|
* @param request - DescribeSampleDownloadUrlRequest
|
|
9863
9866
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9892,7 +9895,7 @@ class Client extends openapi_core_1.default {
|
|
|
9892
9895
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSampleDownloadUrlResponse({}));
|
|
9893
9896
|
}
|
|
9894
9897
|
/**
|
|
9895
|
-
*
|
|
9898
|
+
* Queries the authorization information for downloading a data sample.
|
|
9896
9899
|
*
|
|
9897
9900
|
* @param request - DescribeSampleDownloadUrlRequest
|
|
9898
9901
|
* @returns DescribeSampleDownloadUrlResponse
|
|
@@ -9902,7 +9905,7 @@ class Client extends openapi_core_1.default {
|
|
|
9902
9905
|
return await this.describeSampleDownloadUrlWithOptions(request, runtime);
|
|
9903
9906
|
}
|
|
9904
9907
|
/**
|
|
9905
|
-
*
|
|
9908
|
+
* Queries the details of a data sample.
|
|
9906
9909
|
*
|
|
9907
9910
|
* @param request - DescribeSampleInfoRequest
|
|
9908
9911
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9940,7 +9943,7 @@ class Client extends openapi_core_1.default {
|
|
|
9940
9943
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSampleInfoResponse({}));
|
|
9941
9944
|
}
|
|
9942
9945
|
/**
|
|
9943
|
-
*
|
|
9946
|
+
* Queries the details of a data sample.
|
|
9944
9947
|
*
|
|
9945
9948
|
* @param request - DescribeSampleInfoRequest
|
|
9946
9949
|
* @returns DescribeSampleInfoResponse
|
|
@@ -9950,7 +9953,7 @@ class Client extends openapi_core_1.default {
|
|
|
9950
9953
|
return await this.describeSampleInfoWithOptions(request, runtime);
|
|
9951
9954
|
}
|
|
9952
9955
|
/**
|
|
9953
|
-
*
|
|
9956
|
+
* Queries the sample list.
|
|
9954
9957
|
*
|
|
9955
9958
|
* @param request - DescribeSampleListRequest
|
|
9956
9959
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9994,7 +9997,7 @@ class Client extends openapi_core_1.default {
|
|
|
9994
9997
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSampleListResponse({}));
|
|
9995
9998
|
}
|
|
9996
9999
|
/**
|
|
9997
|
-
*
|
|
10000
|
+
* Queries the sample list.
|
|
9998
10001
|
*
|
|
9999
10002
|
* @param request - DescribeSampleListRequest
|
|
10000
10003
|
* @returns DescribeSampleListResponse
|
|
@@ -10004,7 +10007,7 @@ class Client extends openapi_core_1.default {
|
|
|
10004
10007
|
return await this.describeSampleListWithOptions(request, runtime);
|
|
10005
10008
|
}
|
|
10006
10009
|
/**
|
|
10007
|
-
*
|
|
10010
|
+
* Queries the list of scenarios.
|
|
10008
10011
|
*
|
|
10009
10012
|
* @param request - DescribeSampleSceneListRequest
|
|
10010
10013
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10036,7 +10039,7 @@ class Client extends openapi_core_1.default {
|
|
|
10036
10039
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSampleSceneListResponse({}));
|
|
10037
10040
|
}
|
|
10038
10041
|
/**
|
|
10039
|
-
*
|
|
10042
|
+
* Queries the list of scenarios.
|
|
10040
10043
|
*
|
|
10041
10044
|
* @param request - DescribeSampleSceneListRequest
|
|
10042
10045
|
* @returns DescribeSampleSceneListResponse
|
|
@@ -10046,7 +10049,7 @@ class Client extends openapi_core_1.default {
|
|
|
10046
10049
|
return await this.describeSampleSceneListWithOptions(request, runtime);
|
|
10047
10050
|
}
|
|
10048
10051
|
/**
|
|
10049
|
-
*
|
|
10052
|
+
* Retrieves the list of labels.
|
|
10050
10053
|
*
|
|
10051
10054
|
* @param request - DescribeSampleTagListRequest
|
|
10052
10055
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10078,7 +10081,7 @@ class Client extends openapi_core_1.default {
|
|
|
10078
10081
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSampleTagListResponse({}));
|
|
10079
10082
|
}
|
|
10080
10083
|
/**
|
|
10081
|
-
*
|
|
10084
|
+
* Retrieves the list of labels.
|
|
10082
10085
|
*
|
|
10083
10086
|
* @param request - DescribeSampleTagListRequest
|
|
10084
10087
|
* @returns DescribeSampleTagListResponse
|
|
@@ -10088,7 +10091,7 @@ class Client extends openapi_core_1.default {
|
|
|
10088
10091
|
return await this.describeSampleTagListWithOptions(request, runtime);
|
|
10089
10092
|
}
|
|
10090
10093
|
/**
|
|
10091
|
-
*
|
|
10094
|
+
* Queries the authorization information for sample uploads.
|
|
10092
10095
|
*
|
|
10093
10096
|
* @param request - DescribeSampleUploadPolicyRequest
|
|
10094
10097
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10120,7 +10123,7 @@ class Client extends openapi_core_1.default {
|
|
|
10120
10123
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSampleUploadPolicyResponse({}));
|
|
10121
10124
|
}
|
|
10122
10125
|
/**
|
|
10123
|
-
*
|
|
10126
|
+
* Queries the authorization information for sample uploads.
|
|
10124
10127
|
*
|
|
10125
10128
|
* @param request - DescribeSampleUploadPolicyRequest
|
|
10126
10129
|
* @returns DescribeSampleUploadPolicyResponse
|
|
@@ -10181,10 +10184,10 @@ class Client extends openapi_core_1.default {
|
|
|
10181
10184
|
return await this.describeSamplebatchPageWithOptions(request, runtime);
|
|
10182
10185
|
}
|
|
10183
10186
|
/**
|
|
10184
|
-
*
|
|
10187
|
+
* Queries the dropdown list of scenario-based risk control events.
|
|
10185
10188
|
*
|
|
10186
10189
|
* @remarks
|
|
10187
|
-
*
|
|
10190
|
+
* Queries the dropdown list of scenario-based risk control events.
|
|
10188
10191
|
*
|
|
10189
10192
|
* @param request - DescribeSceneAllEventNameCodeListRequest
|
|
10190
10193
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10219,10 +10222,10 @@ class Client extends openapi_core_1.default {
|
|
|
10219
10222
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSceneAllEventNameCodeListResponse({}));
|
|
10220
10223
|
}
|
|
10221
10224
|
/**
|
|
10222
|
-
*
|
|
10225
|
+
* Queries the dropdown list of scenario-based risk control events.
|
|
10223
10226
|
*
|
|
10224
10227
|
* @remarks
|
|
10225
|
-
*
|
|
10228
|
+
* Queries the dropdown list of scenario-based risk control events.
|
|
10226
10229
|
*
|
|
10227
10230
|
* @param request - DescribeSceneAllEventNameCodeListRequest
|
|
10228
10231
|
* @returns DescribeSceneAllEventNameCodeListResponse
|
|
@@ -10232,7 +10235,7 @@ class Client extends openapi_core_1.default {
|
|
|
10232
10235
|
return await this.describeSceneAllEventNameCodeListWithOptions(request, runtime);
|
|
10233
10236
|
}
|
|
10234
10237
|
/**
|
|
10235
|
-
*
|
|
10238
|
+
* Queries the list of scenario-based risk control events.
|
|
10236
10239
|
*
|
|
10237
10240
|
* @param request - DescribeSceneEventPageListRequest
|
|
10238
10241
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10273,7 +10276,7 @@ class Client extends openapi_core_1.default {
|
|
|
10273
10276
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSceneEventPageListResponse({}));
|
|
10274
10277
|
}
|
|
10275
10278
|
/**
|
|
10276
|
-
*
|
|
10279
|
+
* Queries the list of scenario-based risk control events.
|
|
10277
10280
|
*
|
|
10278
10281
|
* @param request - DescribeSceneEventPageListRequest
|
|
10279
10282
|
* @returns DescribeSceneEventPageListResponse
|
|
@@ -10283,10 +10286,10 @@ class Client extends openapi_core_1.default {
|
|
|
10283
10286
|
return await this.describeSceneEventPageListWithOptions(request, runtime);
|
|
10284
10287
|
}
|
|
10285
10288
|
/**
|
|
10286
|
-
*
|
|
10289
|
+
* Queries the list of scenario-based risk control event policies.
|
|
10287
10290
|
*
|
|
10288
10291
|
* @remarks
|
|
10289
|
-
*
|
|
10292
|
+
* Queries the list of scenario-based risk control event policies.
|
|
10290
10293
|
*
|
|
10291
10294
|
* @param request - DescribeSceneRulePageListRequest
|
|
10292
10295
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10339,10 +10342,10 @@ class Client extends openapi_core_1.default {
|
|
|
10339
10342
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSceneRulePageListResponse({}));
|
|
10340
10343
|
}
|
|
10341
10344
|
/**
|
|
10342
|
-
*
|
|
10345
|
+
* Queries the list of scenario-based risk control event policies.
|
|
10343
10346
|
*
|
|
10344
10347
|
* @remarks
|
|
10345
|
-
*
|
|
10348
|
+
* Queries the list of scenario-based risk control event policies.
|
|
10346
10349
|
*
|
|
10347
10350
|
* @param request - DescribeSceneRulePageListRequest
|
|
10348
10351
|
* @returns DescribeSceneRulePageListResponse
|
|
@@ -10394,7 +10397,7 @@ class Client extends openapi_core_1.default {
|
|
|
10394
10397
|
return await this.describeScoreListWithOptions(request, runtime);
|
|
10395
10398
|
}
|
|
10396
10399
|
/**
|
|
10397
|
-
*
|
|
10400
|
+
* Analyzes the quantity distribution across score ranges.
|
|
10398
10401
|
*
|
|
10399
10402
|
* @param request - DescribeScoreSectionNumLineChartRequest
|
|
10400
10403
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10441,7 +10444,7 @@ class Client extends openapi_core_1.default {
|
|
|
10441
10444
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeScoreSectionNumLineChartResponse({}));
|
|
10442
10445
|
}
|
|
10443
10446
|
/**
|
|
10444
|
-
*
|
|
10447
|
+
* Analyzes the quantity distribution across score ranges.
|
|
10445
10448
|
*
|
|
10446
10449
|
* @param request - DescribeScoreSectionNumLineChartRequest
|
|
10447
10450
|
* @returns DescribeScoreSectionNumLineChartResponse
|
|
@@ -10451,7 +10454,7 @@ class Client extends openapi_core_1.default {
|
|
|
10451
10454
|
return await this.describeScoreSectionNumLineChartWithOptions(request, runtime);
|
|
10452
10455
|
}
|
|
10453
10456
|
/**
|
|
10454
|
-
*
|
|
10457
|
+
* Queries the score range distribution of main events, bypass events, and diversion events.
|
|
10455
10458
|
*
|
|
10456
10459
|
* @param request - DescribeScoreSectionPieChartRequest
|
|
10457
10460
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10495,7 +10498,7 @@ class Client extends openapi_core_1.default {
|
|
|
10495
10498
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeScoreSectionPieChartResponse({}));
|
|
10496
10499
|
}
|
|
10497
10500
|
/**
|
|
10498
|
-
*
|
|
10501
|
+
* Queries the score range distribution of main events, bypass events, and diversion events.
|
|
10499
10502
|
*
|
|
10500
10503
|
* @param request - DescribeScoreSectionPieChartRequest
|
|
10501
10504
|
* @returns DescribeScoreSectionPieChartResponse
|
|
@@ -10505,7 +10508,7 @@ class Client extends openapi_core_1.default {
|
|
|
10505
10508
|
return await this.describeScoreSectionPieChartWithOptions(request, runtime);
|
|
10506
10509
|
}
|
|
10507
10510
|
/**
|
|
10508
|
-
* Score
|
|
10511
|
+
* Score Range Proportion Analysis
|
|
10509
10512
|
*
|
|
10510
10513
|
* @param request - DescribeScoreSectionRatioLineChartRequest
|
|
10511
10514
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10552,7 +10555,7 @@ class Client extends openapi_core_1.default {
|
|
|
10552
10555
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeScoreSectionRatioLineChartResponse({}));
|
|
10553
10556
|
}
|
|
10554
10557
|
/**
|
|
10555
|
-
* Score
|
|
10558
|
+
* Score Range Proportion Analysis
|
|
10556
10559
|
*
|
|
10557
10560
|
* @param request - DescribeScoreSectionRatioLineChartRequest
|
|
10558
10561
|
* @returns DescribeScoreSectionRatioLineChartResponse
|
|
@@ -10562,7 +10565,7 @@ class Client extends openapi_core_1.default {
|
|
|
10562
10565
|
return await this.describeScoreSectionRatioLineChartWithOptions(request, runtime);
|
|
10563
10566
|
}
|
|
10564
10567
|
/**
|
|
10565
|
-
*
|
|
10568
|
+
* Queries the list of task IDs.
|
|
10566
10569
|
*
|
|
10567
10570
|
* @param request - DescribeSelectItemRequest
|
|
10568
10571
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10594,7 +10597,7 @@ class Client extends openapi_core_1.default {
|
|
|
10594
10597
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSelectItemResponse({}));
|
|
10595
10598
|
}
|
|
10596
10599
|
/**
|
|
10597
|
-
*
|
|
10600
|
+
* Queries the list of task IDs.
|
|
10598
10601
|
*
|
|
10599
10602
|
* @param request - DescribeSelectItemRequest
|
|
10600
10603
|
* @returns DescribeSelectItemResponse
|
|
@@ -10604,7 +10607,7 @@ class Client extends openapi_core_1.default {
|
|
|
10604
10607
|
return await this.describeSelectItemWithOptions(request, runtime);
|
|
10605
10608
|
}
|
|
10606
10609
|
/**
|
|
10607
|
-
*
|
|
10610
|
+
* Retrieves the dropdown values for ServiceAppkey.
|
|
10608
10611
|
*
|
|
10609
10612
|
* @param request - DescribeServiceAppKeyRequest
|
|
10610
10613
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10633,7 +10636,7 @@ class Client extends openapi_core_1.default {
|
|
|
10633
10636
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeServiceAppKeyResponse({}));
|
|
10634
10637
|
}
|
|
10635
10638
|
/**
|
|
10636
|
-
*
|
|
10639
|
+
* Retrieves the dropdown values for ServiceAppkey.
|
|
10637
10640
|
*
|
|
10638
10641
|
* @param request - DescribeServiceAppKeyRequest
|
|
10639
10642
|
* @returns DescribeServiceAppKeyResponse
|
|
@@ -10685,7 +10688,7 @@ class Client extends openapi_core_1.default {
|
|
|
10685
10688
|
return await this.describeServiceCodeNameWithOptions(request, runtime);
|
|
10686
10689
|
}
|
|
10687
10690
|
/**
|
|
10688
|
-
*
|
|
10691
|
+
* Retrieves the list of services.
|
|
10689
10692
|
*
|
|
10690
10693
|
* @param request - DescribeServiceListRequest
|
|
10691
10694
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10717,7 +10720,7 @@ class Client extends openapi_core_1.default {
|
|
|
10717
10720
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeServiceListResponse({}));
|
|
10718
10721
|
}
|
|
10719
10722
|
/**
|
|
10720
|
-
*
|
|
10723
|
+
* Retrieves the list of services.
|
|
10721
10724
|
*
|
|
10722
10725
|
* @param request - DescribeServiceListRequest
|
|
10723
10726
|
* @returns DescribeServiceListResponse
|
|
@@ -10727,7 +10730,7 @@ class Client extends openapi_core_1.default {
|
|
|
10727
10730
|
return await this.describeServiceListWithOptions(request, runtime);
|
|
10728
10731
|
}
|
|
10729
10732
|
/**
|
|
10730
|
-
*
|
|
10733
|
+
* Estimates call information.
|
|
10731
10734
|
*
|
|
10732
10735
|
* @param request - DescribeSimulationPreditInfoRequest
|
|
10733
10736
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10765,7 +10768,7 @@ class Client extends openapi_core_1.default {
|
|
|
10765
10768
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSimulationPreditInfoResponse({}));
|
|
10766
10769
|
}
|
|
10767
10770
|
/**
|
|
10768
|
-
*
|
|
10771
|
+
* Estimates call information.
|
|
10769
10772
|
*
|
|
10770
10773
|
* @param request - DescribeSimulationPreditInfoRequest
|
|
10771
10774
|
* @returns DescribeSimulationPreditInfoResponse
|
|
@@ -10775,7 +10778,7 @@ class Client extends openapi_core_1.default {
|
|
|
10775
10778
|
return await this.describeSimulationPreditInfoWithOptions(request, runtime);
|
|
10776
10779
|
}
|
|
10777
10780
|
/**
|
|
10778
|
-
*
|
|
10781
|
+
* Queries the number of task records.
|
|
10779
10782
|
*
|
|
10780
10783
|
* @param request - DescribeSimulationTaskCountRequest
|
|
10781
10784
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10825,7 +10828,7 @@ class Client extends openapi_core_1.default {
|
|
|
10825
10828
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSimulationTaskCountResponse({}));
|
|
10826
10829
|
}
|
|
10827
10830
|
/**
|
|
10828
|
-
*
|
|
10831
|
+
* Queries the number of task records.
|
|
10829
10832
|
*
|
|
10830
10833
|
* @param request - DescribeSimulationTaskCountRequest
|
|
10831
10834
|
* @returns DescribeSimulationTaskCountResponse
|
|
@@ -10835,7 +10838,7 @@ class Client extends openapi_core_1.default {
|
|
|
10835
10838
|
return await this.describeSimulationTaskCountWithOptions(request, runtime);
|
|
10836
10839
|
}
|
|
10837
10840
|
/**
|
|
10838
|
-
*
|
|
10841
|
+
* Queries the task list.
|
|
10839
10842
|
*
|
|
10840
10843
|
* @param request - DescribeSimulationTaskListRequest
|
|
10841
10844
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10882,7 +10885,7 @@ class Client extends openapi_core_1.default {
|
|
|
10882
10885
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSimulationTaskListResponse({}));
|
|
10883
10886
|
}
|
|
10884
10887
|
/**
|
|
10885
|
-
*
|
|
10888
|
+
* Queries the task list.
|
|
10886
10889
|
*
|
|
10887
10890
|
* @param request - DescribeSimulationTaskListRequest
|
|
10888
10891
|
* @returns DescribeSimulationTaskListResponse
|
|
@@ -10892,7 +10895,7 @@ class Client extends openapi_core_1.default {
|
|
|
10892
10895
|
return await this.describeSimulationTaskListWithOptions(request, runtime);
|
|
10893
10896
|
}
|
|
10894
10897
|
/**
|
|
10895
|
-
*
|
|
10898
|
+
* Retrieves the project configuration.
|
|
10896
10899
|
*
|
|
10897
10900
|
* @param request - DescribeSlsUrlConfigRequest
|
|
10898
10901
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10924,7 +10927,7 @@ class Client extends openapi_core_1.default {
|
|
|
10924
10927
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSlsUrlConfigResponse({}));
|
|
10925
10928
|
}
|
|
10926
10929
|
/**
|
|
10927
|
-
*
|
|
10930
|
+
* Retrieves the project configuration.
|
|
10928
10931
|
*
|
|
10929
10932
|
* @param request - DescribeSlsUrlConfigRequest
|
|
10930
10933
|
* @returns DescribeSlsUrlConfigResponse
|
|
@@ -10934,7 +10937,7 @@ class Client extends openapi_core_1.default {
|
|
|
10934
10937
|
return await this.describeSlsUrlConfigWithOptions(request, runtime);
|
|
10935
10938
|
}
|
|
10936
10939
|
/**
|
|
10937
|
-
*
|
|
10940
|
+
* Queries the list of policies that support simulation.
|
|
10938
10941
|
*
|
|
10939
10942
|
* @param request - DescribeSupportRuleListRequest
|
|
10940
10943
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10969,7 +10972,7 @@ class Client extends openapi_core_1.default {
|
|
|
10969
10972
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSupportRuleListResponse({}));
|
|
10970
10973
|
}
|
|
10971
10974
|
/**
|
|
10972
|
-
*
|
|
10975
|
+
* Queries the list of policies that support simulation.
|
|
10973
10976
|
*
|
|
10974
10977
|
* @param request - DescribeSupportRuleListRequest
|
|
10975
10978
|
* @returns DescribeSupportRuleListResponse
|
|
@@ -10979,7 +10982,7 @@ class Client extends openapi_core_1.default {
|
|
|
10979
10982
|
return await this.describeSupportRuleListWithOptions(request, runtime);
|
|
10980
10983
|
}
|
|
10981
10984
|
/**
|
|
10982
|
-
*
|
|
10985
|
+
* Queries the label list.
|
|
10983
10986
|
*
|
|
10984
10987
|
* @param request - DescribeTagListRequest
|
|
10985
10988
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11014,7 +11017,7 @@ class Client extends openapi_core_1.default {
|
|
|
11014
11017
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTagListResponse({}));
|
|
11015
11018
|
}
|
|
11016
11019
|
/**
|
|
11017
|
-
*
|
|
11020
|
+
* Queries the label list.
|
|
11018
11021
|
*
|
|
11019
11022
|
* @param request - DescribeTagListRequest
|
|
11020
11023
|
* @returns DescribeTagListResponse
|
|
@@ -11024,7 +11027,7 @@ class Client extends openapi_core_1.default {
|
|
|
11024
11027
|
return await this.describeTagListWithOptions(request, runtime);
|
|
11025
11028
|
}
|
|
11026
11029
|
/**
|
|
11027
|
-
*
|
|
11030
|
+
* Queries the tag overview list.
|
|
11028
11031
|
*
|
|
11029
11032
|
* @param request - DescribeTagsBarChartRequest
|
|
11030
11033
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11068,7 +11071,7 @@ class Client extends openapi_core_1.default {
|
|
|
11068
11071
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTagsBarChartResponse({}));
|
|
11069
11072
|
}
|
|
11070
11073
|
/**
|
|
11071
|
-
*
|
|
11074
|
+
* Queries the tag overview list.
|
|
11072
11075
|
*
|
|
11073
11076
|
* @param request - DescribeTagsBarChartRequest
|
|
11074
11077
|
* @returns DescribeTagsBarChartResponse
|
|
@@ -11078,7 +11081,7 @@ class Client extends openapi_core_1.default {
|
|
|
11078
11081
|
return await this.describeTagsBarChartWithOptions(request, runtime);
|
|
11079
11082
|
}
|
|
11080
11083
|
/**
|
|
11081
|
-
*
|
|
11084
|
+
* Detects label fluctuations.
|
|
11082
11085
|
*
|
|
11083
11086
|
* @param request - DescribeTagsFluctuationRequest
|
|
11084
11087
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11113,7 +11116,7 @@ class Client extends openapi_core_1.default {
|
|
|
11113
11116
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTagsFluctuationResponse({}));
|
|
11114
11117
|
}
|
|
11115
11118
|
/**
|
|
11116
|
-
*
|
|
11119
|
+
* Detects label fluctuations.
|
|
11117
11120
|
*
|
|
11118
11121
|
* @param request - DescribeTagsFluctuationRequest
|
|
11119
11122
|
* @returns DescribeTagsFluctuationResponse
|
|
@@ -11123,7 +11126,7 @@ class Client extends openapi_core_1.default {
|
|
|
11123
11126
|
return await this.describeTagsFluctuationWithOptions(request, runtime);
|
|
11124
11127
|
}
|
|
11125
11128
|
/**
|
|
11126
|
-
*
|
|
11129
|
+
* Retrieves the list of labels.
|
|
11127
11130
|
*
|
|
11128
11131
|
* @param request - DescribeTagsListRequest
|
|
11129
11132
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11155,7 +11158,7 @@ class Client extends openapi_core_1.default {
|
|
|
11155
11158
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTagsListResponse({}));
|
|
11156
11159
|
}
|
|
11157
11160
|
/**
|
|
11158
|
-
*
|
|
11161
|
+
* Retrieves the list of labels.
|
|
11159
11162
|
*
|
|
11160
11163
|
* @param request - DescribeTagsListRequest
|
|
11161
11164
|
* @returns DescribeTagsListResponse
|
|
@@ -11165,7 +11168,7 @@ class Client extends openapi_core_1.default {
|
|
|
11165
11168
|
return await this.describeTagsListWithOptions(request, runtime);
|
|
11166
11169
|
}
|
|
11167
11170
|
/**
|
|
11168
|
-
*
|
|
11171
|
+
* Analyzes the number of label hits.
|
|
11169
11172
|
*
|
|
11170
11173
|
* @param request - DescribeTagsNumLineChartRequest
|
|
11171
11174
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11212,7 +11215,7 @@ class Client extends openapi_core_1.default {
|
|
|
11212
11215
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTagsNumLineChartResponse({}));
|
|
11213
11216
|
}
|
|
11214
11217
|
/**
|
|
11215
|
-
*
|
|
11218
|
+
* Analyzes the number of label hits.
|
|
11216
11219
|
*
|
|
11217
11220
|
* @param request - DescribeTagsNumLineChartRequest
|
|
11218
11221
|
* @returns DescribeTagsNumLineChartResponse
|
|
@@ -11222,7 +11225,7 @@ class Client extends openapi_core_1.default {
|
|
|
11222
11225
|
return await this.describeTagsNumLineChartWithOptions(request, runtime);
|
|
11223
11226
|
}
|
|
11224
11227
|
/**
|
|
11225
|
-
*
|
|
11228
|
+
* Analyzes the tag hit ratio distribution.
|
|
11226
11229
|
*
|
|
11227
11230
|
* @param request - DescribeTagsRatioLineChartRequest
|
|
11228
11231
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11269,7 +11272,7 @@ class Client extends openapi_core_1.default {
|
|
|
11269
11272
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTagsRatioLineChartResponse({}));
|
|
11270
11273
|
}
|
|
11271
11274
|
/**
|
|
11272
|
-
*
|
|
11275
|
+
* Analyzes the tag hit ratio distribution.
|
|
11273
11276
|
*
|
|
11274
11277
|
* @param request - DescribeTagsRatioLineChartRequest
|
|
11275
11278
|
* @returns DescribeTagsRatioLineChartResponse
|
|
@@ -11279,7 +11282,7 @@ class Client extends openapi_core_1.default {
|
|
|
11279
11282
|
return await this.describeTagsRatioLineChartWithOptions(request, runtime);
|
|
11280
11283
|
}
|
|
11281
11284
|
/**
|
|
11282
|
-
*
|
|
11285
|
+
* Queries the trend of tag hits.
|
|
11283
11286
|
*
|
|
11284
11287
|
* @param request - DescribeTagsTrendRequest
|
|
11285
11288
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11323,7 +11326,7 @@ class Client extends openapi_core_1.default {
|
|
|
11323
11326
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTagsTrendResponse({}));
|
|
11324
11327
|
}
|
|
11325
11328
|
/**
|
|
11326
|
-
*
|
|
11329
|
+
* Queries the trend of tag hits.
|
|
11327
11330
|
*
|
|
11328
11331
|
* @param request - DescribeTagsTrendRequest
|
|
11329
11332
|
* @returns DescribeTagsTrendResponse
|
|
@@ -11333,7 +11336,7 @@ class Client extends openapi_core_1.default {
|
|
|
11333
11336
|
return await this.describeTagsTrendWithOptions(request, runtime);
|
|
11334
11337
|
}
|
|
11335
11338
|
/**
|
|
11336
|
-
*
|
|
11339
|
+
* Queries the task list.
|
|
11337
11340
|
*
|
|
11338
11341
|
* @param request - DescribeTaskListRequest
|
|
11339
11342
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11374,7 +11377,7 @@ class Client extends openapi_core_1.default {
|
|
|
11374
11377
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTaskListResponse({}));
|
|
11375
11378
|
}
|
|
11376
11379
|
/**
|
|
11377
|
-
*
|
|
11380
|
+
* Queries the task list.
|
|
11378
11381
|
*
|
|
11379
11382
|
* @param request - DescribeTaskListRequest
|
|
11380
11383
|
* @returns DescribeTaskListResponse
|
|
@@ -11384,7 +11387,7 @@ class Client extends openapi_core_1.default {
|
|
|
11384
11387
|
return await this.describeTaskListWithOptions(request, runtime);
|
|
11385
11388
|
}
|
|
11386
11389
|
/**
|
|
11387
|
-
*
|
|
11390
|
+
* Queries the task logs.
|
|
11388
11391
|
*
|
|
11389
11392
|
* @param request - DescribeTaskLogListRequest
|
|
11390
11393
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11431,7 +11434,7 @@ class Client extends openapi_core_1.default {
|
|
|
11431
11434
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTaskLogListResponse({}));
|
|
11432
11435
|
}
|
|
11433
11436
|
/**
|
|
11434
|
-
*
|
|
11437
|
+
* Queries the task logs.
|
|
11435
11438
|
*
|
|
11436
11439
|
* @param request - DescribeTaskLogListRequest
|
|
11437
11440
|
* @returns DescribeTaskLogListResponse
|
|
@@ -11441,7 +11444,7 @@ class Client extends openapi_core_1.default {
|
|
|
11441
11444
|
return await this.describeTaskLogListWithOptions(request, runtime);
|
|
11442
11445
|
}
|
|
11443
11446
|
/**
|
|
11444
|
-
*
|
|
11447
|
+
* Queries the total number of events.
|
|
11445
11448
|
*
|
|
11446
11449
|
* @param request - DescribeTemplateCountRequest
|
|
11447
11450
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11473,7 +11476,7 @@ class Client extends openapi_core_1.default {
|
|
|
11473
11476
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTemplateCountResponse({}));
|
|
11474
11477
|
}
|
|
11475
11478
|
/**
|
|
11476
|
-
*
|
|
11479
|
+
* Queries the total number of events.
|
|
11477
11480
|
*
|
|
11478
11481
|
* @param request - DescribeTemplateCountRequest
|
|
11479
11482
|
* @returns DescribeTemplateCountResponse
|
|
@@ -11483,7 +11486,7 @@ class Client extends openapi_core_1.default {
|
|
|
11483
11486
|
return await this.describeTemplateCountWithOptions(request, runtime);
|
|
11484
11487
|
}
|
|
11485
11488
|
/**
|
|
11486
|
-
*
|
|
11489
|
+
* Downloads a template.
|
|
11487
11490
|
*
|
|
11488
11491
|
* @param request - DescribeTemplateDownloadRequest
|
|
11489
11492
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11515,7 +11518,7 @@ class Client extends openapi_core_1.default {
|
|
|
11515
11518
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTemplateDownloadResponse({}));
|
|
11516
11519
|
}
|
|
11517
11520
|
/**
|
|
11518
|
-
*
|
|
11521
|
+
* Downloads a template.
|
|
11519
11522
|
*
|
|
11520
11523
|
* @param request - DescribeTemplateDownloadRequest
|
|
11521
11524
|
* @returns DescribeTemplateDownloadResponse
|
|
@@ -11525,7 +11528,7 @@ class Client extends openapi_core_1.default {
|
|
|
11525
11528
|
return await this.describeTemplateDownloadWithOptions(request, runtime);
|
|
11526
11529
|
}
|
|
11527
11530
|
/**
|
|
11528
|
-
*
|
|
11531
|
+
* Queries a list of events by event name.
|
|
11529
11532
|
*
|
|
11530
11533
|
* @param request - DescribeTemplatePageListRequest
|
|
11531
11534
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11578,7 +11581,7 @@ class Client extends openapi_core_1.default {
|
|
|
11578
11581
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTemplatePageListResponse({}));
|
|
11579
11582
|
}
|
|
11580
11583
|
/**
|
|
11581
|
-
*
|
|
11584
|
+
* Queries a list of events by event name.
|
|
11582
11585
|
*
|
|
11583
11586
|
* @param request - DescribeTemplatePageListRequest
|
|
11584
11587
|
* @returns DescribeTemplatePageListResponse
|
|
@@ -11588,7 +11591,7 @@ class Client extends openapi_core_1.default {
|
|
|
11588
11591
|
return await this.describeTemplatePageListWithOptions(request, runtime);
|
|
11589
11592
|
}
|
|
11590
11593
|
/**
|
|
11591
|
-
*
|
|
11594
|
+
* Queries the list of services used by the user.
|
|
11592
11595
|
*
|
|
11593
11596
|
* @param request - DescribeUsedServiceRequest
|
|
11594
11597
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11620,7 +11623,7 @@ class Client extends openapi_core_1.default {
|
|
|
11620
11623
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeUsedServiceResponse({}));
|
|
11621
11624
|
}
|
|
11622
11625
|
/**
|
|
11623
|
-
*
|
|
11626
|
+
* Queries the list of services used by the user.
|
|
11624
11627
|
*
|
|
11625
11628
|
* @param request - DescribeUsedServiceRequest
|
|
11626
11629
|
* @returns DescribeUsedServiceResponse
|
|
@@ -11630,7 +11633,7 @@ class Client extends openapi_core_1.default {
|
|
|
11630
11633
|
return await this.describeUsedServiceWithOptions(request, runtime);
|
|
11631
11634
|
}
|
|
11632
11635
|
/**
|
|
11633
|
-
*
|
|
11636
|
+
* Retrieves the information about the current logged-on user.
|
|
11634
11637
|
*
|
|
11635
11638
|
* @param request - DescribeUserInfoRequest
|
|
11636
11639
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11662,7 +11665,7 @@ class Client extends openapi_core_1.default {
|
|
|
11662
11665
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeUserInfoResponse({}));
|
|
11663
11666
|
}
|
|
11664
11667
|
/**
|
|
11665
|
-
*
|
|
11668
|
+
* Retrieves the information about the current logged-on user.
|
|
11666
11669
|
*
|
|
11667
11670
|
* @param request - DescribeUserInfoRequest
|
|
11668
11671
|
* @returns DescribeUserInfoResponse
|
|
@@ -11672,7 +11675,7 @@ class Client extends openapi_core_1.default {
|
|
|
11672
11675
|
return await this.describeUserInfoWithOptions(request, runtime);
|
|
11673
11676
|
}
|
|
11674
11677
|
/**
|
|
11675
|
-
*
|
|
11678
|
+
* Queries variable binding information.
|
|
11676
11679
|
*
|
|
11677
11680
|
* @param request - DescribeVariableBindDetailRequest
|
|
11678
11681
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11710,7 +11713,7 @@ class Client extends openapi_core_1.default {
|
|
|
11710
11713
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeVariableBindDetailResponse({}));
|
|
11711
11714
|
}
|
|
11712
11715
|
/**
|
|
11713
|
-
*
|
|
11716
|
+
* Queries variable binding information.
|
|
11714
11717
|
*
|
|
11715
11718
|
* @param request - DescribeVariableBindDetailRequest
|
|
11716
11719
|
* @returns DescribeVariableBindDetailResponse
|
|
@@ -11720,7 +11723,7 @@ class Client extends openapi_core_1.default {
|
|
|
11720
11723
|
return await this.describeVariableBindDetailWithOptions(request, runtime);
|
|
11721
11724
|
}
|
|
11722
11725
|
/**
|
|
11723
|
-
*
|
|
11726
|
+
* Queries the details of a variable.
|
|
11724
11727
|
*
|
|
11725
11728
|
* @param request - DescribeVariableDetailRequest
|
|
11726
11729
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11755,7 +11758,7 @@ class Client extends openapi_core_1.default {
|
|
|
11755
11758
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeVariableDetailResponse({}));
|
|
11756
11759
|
}
|
|
11757
11760
|
/**
|
|
11758
|
-
*
|
|
11761
|
+
* Queries the details of a variable.
|
|
11759
11762
|
*
|
|
11760
11763
|
* @param request - DescribeVariableDetailRequest
|
|
11761
11764
|
* @returns DescribeVariableDetailResponse
|
|
@@ -11765,7 +11768,7 @@ class Client extends openapi_core_1.default {
|
|
|
11765
11768
|
return await this.describeVariableDetailWithOptions(request, runtime);
|
|
11766
11769
|
}
|
|
11767
11770
|
/**
|
|
11768
|
-
*
|
|
11771
|
+
* Queries the billing information of variables.
|
|
11769
11772
|
*
|
|
11770
11773
|
* @param request - DescribeVariableFeeRequest
|
|
11771
11774
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11800,7 +11803,7 @@ class Client extends openapi_core_1.default {
|
|
|
11800
11803
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeVariableFeeResponse({}));
|
|
11801
11804
|
}
|
|
11802
11805
|
/**
|
|
11803
|
-
*
|
|
11806
|
+
* Queries the billing information of variables.
|
|
11804
11807
|
*
|
|
11805
11808
|
* @param request - DescribeVariableFeeRequest
|
|
11806
11809
|
* @returns DescribeVariableFeeResponse
|
|
@@ -11810,7 +11813,7 @@ class Client extends openapi_core_1.default {
|
|
|
11810
11813
|
return await this.describeVariableFeeWithOptions(request, runtime);
|
|
11811
11814
|
}
|
|
11812
11815
|
/**
|
|
11813
|
-
*
|
|
11816
|
+
* Queries the details of variables.
|
|
11814
11817
|
*
|
|
11815
11818
|
* @param request - DescribeVariableListRequest
|
|
11816
11819
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11866,7 +11869,7 @@ class Client extends openapi_core_1.default {
|
|
|
11866
11869
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeVariableListResponse({}));
|
|
11867
11870
|
}
|
|
11868
11871
|
/**
|
|
11869
|
-
*
|
|
11872
|
+
* Queries the details of variables.
|
|
11870
11873
|
*
|
|
11871
11874
|
* @param request - DescribeVariableListRequest
|
|
11872
11875
|
* @returns DescribeVariableListResponse
|
|
@@ -11876,7 +11879,7 @@ class Client extends openapi_core_1.default {
|
|
|
11876
11879
|
return await this.describeVariableListWithOptions(request, runtime);
|
|
11877
11880
|
}
|
|
11878
11881
|
/**
|
|
11879
|
-
*
|
|
11882
|
+
* Queries variable definitions.
|
|
11880
11883
|
*
|
|
11881
11884
|
* @param request - DescribeVariableMarketListRequest
|
|
11882
11885
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11932,7 +11935,7 @@ class Client extends openapi_core_1.default {
|
|
|
11932
11935
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeVariableMarketListResponse({}));
|
|
11933
11936
|
}
|
|
11934
11937
|
/**
|
|
11935
|
-
*
|
|
11938
|
+
* Queries variable definitions.
|
|
11936
11939
|
*
|
|
11937
11940
|
* @param request - DescribeVariableMarketListRequest
|
|
11938
11941
|
* @returns DescribeVariableMarketListResponse
|
|
@@ -11942,7 +11945,7 @@ class Client extends openapi_core_1.default {
|
|
|
11942
11945
|
return await this.describeVariableMarketListWithOptions(request, runtime);
|
|
11943
11946
|
}
|
|
11944
11947
|
/**
|
|
11945
|
-
*
|
|
11948
|
+
* Queries configuration information.
|
|
11946
11949
|
*
|
|
11947
11950
|
* @param request - DescribeVariableSceneListRequest
|
|
11948
11951
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11989,7 +11992,7 @@ class Client extends openapi_core_1.default {
|
|
|
11989
11992
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeVariableSceneListResponse({}));
|
|
11990
11993
|
}
|
|
11991
11994
|
/**
|
|
11992
|
-
*
|
|
11995
|
+
* Queries configuration information.
|
|
11993
11996
|
*
|
|
11994
11997
|
* @param request - DescribeVariableSceneListRequest
|
|
11995
11998
|
* @returns DescribeVariableSceneListResponse
|
|
@@ -12119,7 +12122,7 @@ class Client extends openapi_core_1.default {
|
|
|
12119
12122
|
return await this.describeVersionPageListWithOptions(request, runtime);
|
|
12120
12123
|
}
|
|
12121
12124
|
/**
|
|
12122
|
-
*
|
|
12125
|
+
* Download sample file
|
|
12123
12126
|
*
|
|
12124
12127
|
* @param request - DownloadSampleFileRequest
|
|
12125
12128
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12157,7 +12160,7 @@ class Client extends openapi_core_1.default {
|
|
|
12157
12160
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DownloadSampleFileResponse({}));
|
|
12158
12161
|
}
|
|
12159
12162
|
/**
|
|
12160
|
-
*
|
|
12163
|
+
* Download sample file
|
|
12161
12164
|
*
|
|
12162
12165
|
* @param request - DownloadSampleFileRequest
|
|
12163
12166
|
* @returns DownloadSampleFileResponse
|
|
@@ -12212,7 +12215,7 @@ class Client extends openapi_core_1.default {
|
|
|
12212
12215
|
return await this.downloadSmapleBatchWithOptions(request, runtime);
|
|
12213
12216
|
}
|
|
12214
12217
|
/**
|
|
12215
|
-
*
|
|
12218
|
+
* Download subtask result
|
|
12216
12219
|
*
|
|
12217
12220
|
* @param request - DownloadSubTaskResultRequest
|
|
12218
12221
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12247,7 +12250,7 @@ class Client extends openapi_core_1.default {
|
|
|
12247
12250
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DownloadSubTaskResultResponse({}));
|
|
12248
12251
|
}
|
|
12249
12252
|
/**
|
|
12250
|
-
*
|
|
12253
|
+
* Download subtask result
|
|
12251
12254
|
*
|
|
12252
12255
|
* @param request - DownloadSubTaskResultRequest
|
|
12253
12256
|
* @returns DownloadSubTaskResultResponse
|
|
@@ -12257,7 +12260,7 @@ class Client extends openapi_core_1.default {
|
|
|
12257
12260
|
return await this.downloadSubTaskResultWithOptions(request, runtime);
|
|
12258
12261
|
}
|
|
12259
12262
|
/**
|
|
12260
|
-
*
|
|
12263
|
+
* Tests a custom variable.
|
|
12261
12264
|
*
|
|
12262
12265
|
* @param request - ExpressionTestRequest
|
|
12263
12266
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12304,7 +12307,7 @@ class Client extends openapi_core_1.default {
|
|
|
12304
12307
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ExpressionTestResponse({}));
|
|
12305
12308
|
}
|
|
12306
12309
|
/**
|
|
12307
|
-
*
|
|
12310
|
+
* Tests a custom variable.
|
|
12308
12311
|
*
|
|
12309
12312
|
* @param request - ExpressionTestRequest
|
|
12310
12313
|
* @returns ExpressionTestResponse
|
|
@@ -12314,7 +12317,7 @@ class Client extends openapi_core_1.default {
|
|
|
12314
12317
|
return await this.expressionTestWithOptions(request, runtime);
|
|
12315
12318
|
}
|
|
12316
12319
|
/**
|
|
12317
|
-
*
|
|
12320
|
+
* Uploads a file.
|
|
12318
12321
|
*
|
|
12319
12322
|
* @param request - FileUploadRequest
|
|
12320
12323
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12352,7 +12355,7 @@ class Client extends openapi_core_1.default {
|
|
|
12352
12355
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.FileUploadResponse({}));
|
|
12353
12356
|
}
|
|
12354
12357
|
/**
|
|
12355
|
-
*
|
|
12358
|
+
* Uploads a file.
|
|
12356
12359
|
*
|
|
12357
12360
|
* @param request - FileUploadRequest
|
|
12358
12361
|
* @returns FileUploadResponse
|
|
@@ -12362,7 +12365,7 @@ class Client extends openapi_core_1.default {
|
|
|
12362
12365
|
return await this.fileUploadWithOptions(request, runtime);
|
|
12363
12366
|
}
|
|
12364
12367
|
/**
|
|
12365
|
-
*
|
|
12368
|
+
* Create a sample record
|
|
12366
12369
|
*
|
|
12367
12370
|
* @param request - GetSampleDetailRequest
|
|
12368
12371
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12397,7 +12400,7 @@ class Client extends openapi_core_1.default {
|
|
|
12397
12400
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetSampleDetailResponse({}));
|
|
12398
12401
|
}
|
|
12399
12402
|
/**
|
|
12400
|
-
*
|
|
12403
|
+
* Create a sample record
|
|
12401
12404
|
*
|
|
12402
12405
|
* @param request - GetSampleDetailRequest
|
|
12403
12406
|
* @returns GetSampleDetailResponse
|
|
@@ -12407,7 +12410,7 @@ class Client extends openapi_core_1.default {
|
|
|
12407
12410
|
return await this.getSampleDetailWithOptions(request, runtime);
|
|
12408
12411
|
}
|
|
12409
12412
|
/**
|
|
12410
|
-
*
|
|
12413
|
+
* View subtask results
|
|
12411
12414
|
*
|
|
12412
12415
|
* @param request - GetSubTaskResultRequest
|
|
12413
12416
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12442,7 +12445,7 @@ class Client extends openapi_core_1.default {
|
|
|
12442
12445
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetSubTaskResultResponse({}));
|
|
12443
12446
|
}
|
|
12444
12447
|
/**
|
|
12445
|
-
*
|
|
12448
|
+
* View subtask results
|
|
12446
12449
|
*
|
|
12447
12450
|
* @param request - GetSubTaskResultRequest
|
|
12448
12451
|
* @returns GetSubTaskResultResponse
|
|
@@ -12497,7 +12500,7 @@ class Client extends openapi_core_1.default {
|
|
|
12497
12500
|
return await this.importFieldWithOptions(request, runtime);
|
|
12498
12501
|
}
|
|
12499
12502
|
/**
|
|
12500
|
-
*
|
|
12503
|
+
* Creates or imports a list.
|
|
12501
12504
|
*
|
|
12502
12505
|
* @param request - ImportNameListRequest
|
|
12503
12506
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12553,7 +12556,7 @@ class Client extends openapi_core_1.default {
|
|
|
12553
12556
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ImportNameListResponse({}));
|
|
12554
12557
|
}
|
|
12555
12558
|
/**
|
|
12556
|
-
*
|
|
12559
|
+
* Creates or imports a list.
|
|
12557
12560
|
*
|
|
12558
12561
|
* @param request - ImportNameListRequest
|
|
12559
12562
|
* @returns ImportNameListResponse
|
|
@@ -12563,7 +12566,7 @@ class Client extends openapi_core_1.default {
|
|
|
12563
12566
|
return await this.importNameListWithOptions(request, runtime);
|
|
12564
12567
|
}
|
|
12565
12568
|
/**
|
|
12566
|
-
*
|
|
12569
|
+
* Imports template events.
|
|
12567
12570
|
*
|
|
12568
12571
|
* @param request - ImportTemplateEventRequest
|
|
12569
12572
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12598,7 +12601,7 @@ class Client extends openapi_core_1.default {
|
|
|
12598
12601
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ImportTemplateEventResponse({}));
|
|
12599
12602
|
}
|
|
12600
12603
|
/**
|
|
12601
|
-
*
|
|
12604
|
+
* Imports template events.
|
|
12602
12605
|
*
|
|
12603
12606
|
* @param request - ImportTemplateEventRequest
|
|
12604
12607
|
* @returns ImportTemplateEventResponse
|
|
@@ -12608,7 +12611,7 @@ class Client extends openapi_core_1.default {
|
|
|
12608
12611
|
return await this.importTemplateEventWithOptions(request, runtime);
|
|
12609
12612
|
}
|
|
12610
12613
|
/**
|
|
12611
|
-
*
|
|
12614
|
+
* Sample List Query
|
|
12612
12615
|
*
|
|
12613
12616
|
* @param request - ListSampleRequest
|
|
12614
12617
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12661,7 +12664,7 @@ class Client extends openapi_core_1.default {
|
|
|
12661
12664
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSampleResponse({}));
|
|
12662
12665
|
}
|
|
12663
12666
|
/**
|
|
12664
|
-
*
|
|
12667
|
+
* Sample List Query
|
|
12665
12668
|
*
|
|
12666
12669
|
* @param request - ListSampleRequest
|
|
12667
12670
|
* @returns ListSampleResponse
|
|
@@ -12671,7 +12674,7 @@ class Client extends openapi_core_1.default {
|
|
|
12671
12674
|
return await this.listSampleWithOptions(request, runtime);
|
|
12672
12675
|
}
|
|
12673
12676
|
/**
|
|
12674
|
-
*
|
|
12677
|
+
* Query task group list
|
|
12675
12678
|
*
|
|
12676
12679
|
* @param request - ListTaskGroupRequest
|
|
12677
12680
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12718,7 +12721,7 @@ class Client extends openapi_core_1.default {
|
|
|
12718
12721
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTaskGroupResponse({}));
|
|
12719
12722
|
}
|
|
12720
12723
|
/**
|
|
12721
|
-
*
|
|
12724
|
+
* Query task group list
|
|
12722
12725
|
*
|
|
12723
12726
|
* @param request - ListTaskGroupRequest
|
|
12724
12727
|
* @returns ListTaskGroupResponse
|
|
@@ -12806,7 +12809,7 @@ class Client extends openapi_core_1.default {
|
|
|
12806
12809
|
return await this.listVariableDefineWithOptions(request, runtime);
|
|
12807
12810
|
}
|
|
12808
12811
|
/**
|
|
12809
|
-
*
|
|
12812
|
+
* Merge Download
|
|
12810
12813
|
*
|
|
12811
12814
|
* @param request - MergeDownloadRequest
|
|
12812
12815
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12841,7 +12844,7 @@ class Client extends openapi_core_1.default {
|
|
|
12841
12844
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.MergeDownloadResponse({}));
|
|
12842
12845
|
}
|
|
12843
12846
|
/**
|
|
12844
|
-
*
|
|
12847
|
+
* Merge Download
|
|
12845
12848
|
*
|
|
12846
12849
|
* @param request - MergeDownloadRequest
|
|
12847
12850
|
* @returns MergeDownloadResponse
|
|
@@ -13067,7 +13070,7 @@ class Client extends openapi_core_1.default {
|
|
|
13067
13070
|
return await this.modelSampleDownloadWithOptions(request, runtime);
|
|
13068
13071
|
}
|
|
13069
13072
|
/**
|
|
13070
|
-
* Update
|
|
13073
|
+
* Update memo.
|
|
13071
13074
|
*
|
|
13072
13075
|
* @param request - ModifyAppKeyRequest
|
|
13073
13076
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13105,7 +13108,7 @@ class Client extends openapi_core_1.default {
|
|
|
13105
13108
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyAppKeyResponse({}));
|
|
13106
13109
|
}
|
|
13107
13110
|
/**
|
|
13108
|
-
* Update
|
|
13111
|
+
* Update memo.
|
|
13109
13112
|
*
|
|
13110
13113
|
* @param request - ModifyAppKeyRequest
|
|
13111
13114
|
* @returns ModifyAppKeyResponse
|
|
@@ -13115,7 +13118,7 @@ class Client extends openapi_core_1.default {
|
|
|
13115
13118
|
return await this.modifyAppKeyWithOptions(request, runtime);
|
|
13116
13119
|
}
|
|
13117
13120
|
/**
|
|
13118
|
-
*
|
|
13121
|
+
* Edits a cumulative variable.
|
|
13119
13122
|
*
|
|
13120
13123
|
* @param request - ModifyCustVariableRequest
|
|
13121
13124
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13168,7 +13171,7 @@ class Client extends openapi_core_1.default {
|
|
|
13168
13171
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyCustVariableResponse({}));
|
|
13169
13172
|
}
|
|
13170
13173
|
/**
|
|
13171
|
-
*
|
|
13174
|
+
* Edits a cumulative variable.
|
|
13172
13175
|
*
|
|
13173
13176
|
* @param request - ModifyCustVariableRequest
|
|
13174
13177
|
* @returns ModifyCustVariableResponse
|
|
@@ -13178,7 +13181,7 @@ class Client extends openapi_core_1.default {
|
|
|
13178
13181
|
return await this.modifyCustVariableWithOptions(request, runtime);
|
|
13179
13182
|
}
|
|
13180
13183
|
/**
|
|
13181
|
-
*
|
|
13184
|
+
* Edits an event.
|
|
13182
13185
|
*
|
|
13183
13186
|
* @param request - ModifyEventRequest
|
|
13184
13187
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13231,7 +13234,7 @@ class Client extends openapi_core_1.default {
|
|
|
13231
13234
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyEventResponse({}));
|
|
13232
13235
|
}
|
|
13233
13236
|
/**
|
|
13234
|
-
*
|
|
13237
|
+
* Edits an event.
|
|
13235
13238
|
*
|
|
13236
13239
|
* @param request - ModifyEventRequest
|
|
13237
13240
|
* @returns ModifyEventResponse
|
|
@@ -13241,7 +13244,7 @@ class Client extends openapi_core_1.default {
|
|
|
13241
13244
|
return await this.modifyEventWithOptions(request, runtime);
|
|
13242
13245
|
}
|
|
13243
13246
|
/**
|
|
13244
|
-
*
|
|
13247
|
+
* Modifies the status of an event.
|
|
13245
13248
|
*
|
|
13246
13249
|
* @param request - ModifyEventStatusRequest
|
|
13247
13250
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13285,7 +13288,7 @@ class Client extends openapi_core_1.default {
|
|
|
13285
13288
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyEventStatusResponse({}));
|
|
13286
13289
|
}
|
|
13287
13290
|
/**
|
|
13288
|
-
*
|
|
13291
|
+
* Modifies the status of an event.
|
|
13289
13292
|
*
|
|
13290
13293
|
* @param request - ModifyEventStatusRequest
|
|
13291
13294
|
* @returns ModifyEventStatusResponse
|
|
@@ -13295,7 +13298,7 @@ class Client extends openapi_core_1.default {
|
|
|
13295
13298
|
return await this.modifyEventStatusWithOptions(request, runtime);
|
|
13296
13299
|
}
|
|
13297
13300
|
/**
|
|
13298
|
-
*
|
|
13301
|
+
* Edits a custom variable.
|
|
13299
13302
|
*
|
|
13300
13303
|
* @param request - ModifyExpressionVariableRequest
|
|
13301
13304
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13360,7 +13363,7 @@ class Client extends openapi_core_1.default {
|
|
|
13360
13363
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyExpressionVariableResponse({}));
|
|
13361
13364
|
}
|
|
13362
13365
|
/**
|
|
13363
|
-
*
|
|
13366
|
+
* Edits a custom variable.
|
|
13364
13367
|
*
|
|
13365
13368
|
* @param request - ModifyExpressionVariableRequest
|
|
13366
13369
|
* @returns ModifyExpressionVariableResponse
|
|
@@ -13370,7 +13373,7 @@ class Client extends openapi_core_1.default {
|
|
|
13370
13373
|
return await this.modifyExpressionVariableWithOptions(request, runtime);
|
|
13371
13374
|
}
|
|
13372
13375
|
/**
|
|
13373
|
-
*
|
|
13376
|
+
* Modifies a field.
|
|
13374
13377
|
*
|
|
13375
13378
|
* @param request - ModifyFieldRequest
|
|
13376
13379
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13420,7 +13423,7 @@ class Client extends openapi_core_1.default {
|
|
|
13420
13423
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyFieldResponse({}));
|
|
13421
13424
|
}
|
|
13422
13425
|
/**
|
|
13423
|
-
*
|
|
13426
|
+
* Modifies a field.
|
|
13424
13427
|
*
|
|
13425
13428
|
* @param request - ModifyFieldRequest
|
|
13426
13429
|
* @returns ModifyFieldResponse
|
|
@@ -13430,7 +13433,7 @@ class Client extends openapi_core_1.default {
|
|
|
13430
13433
|
return await this.modifyFieldWithOptions(request, runtime);
|
|
13431
13434
|
}
|
|
13432
13435
|
/**
|
|
13433
|
-
*
|
|
13436
|
+
* Modifies the priority of a policy.
|
|
13434
13437
|
*
|
|
13435
13438
|
* @param request - ModifyRulePriorityRequest
|
|
13436
13439
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13471,7 +13474,7 @@ class Client extends openapi_core_1.default {
|
|
|
13471
13474
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyRulePriorityResponse({}));
|
|
13472
13475
|
}
|
|
13473
13476
|
/**
|
|
13474
|
-
*
|
|
13477
|
+
* Modifies the priority of a policy.
|
|
13475
13478
|
*
|
|
13476
13479
|
* @param request - ModifyRulePriorityRequest
|
|
13477
13480
|
* @returns ModifyRulePriorityResponse
|
|
@@ -13481,7 +13484,7 @@ class Client extends openapi_core_1.default {
|
|
|
13481
13484
|
return await this.modifyRulePriorityWithOptions(request, runtime);
|
|
13482
13485
|
}
|
|
13483
13486
|
/**
|
|
13484
|
-
*
|
|
13487
|
+
* Changes the approval status of a policy version.
|
|
13485
13488
|
*
|
|
13486
13489
|
* @param request - ModifyRuleStatusRequest
|
|
13487
13490
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13543,7 +13546,7 @@ class Client extends openapi_core_1.default {
|
|
|
13543
13546
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyRuleStatusResponse({}));
|
|
13544
13547
|
}
|
|
13545
13548
|
/**
|
|
13546
|
-
*
|
|
13549
|
+
* Changes the approval status of a policy version.
|
|
13547
13550
|
*
|
|
13548
13551
|
* @param request - ModifyRuleStatusRequest
|
|
13549
13552
|
* @returns ModifyRuleStatusResponse
|
|
@@ -13553,7 +13556,7 @@ class Client extends openapi_core_1.default {
|
|
|
13553
13556
|
return await this.modifyRuleStatusWithOptions(request, runtime);
|
|
13554
13557
|
}
|
|
13555
13558
|
/**
|
|
13556
|
-
*
|
|
13559
|
+
* Activates a service.
|
|
13557
13560
|
*
|
|
13558
13561
|
* @param request - OpenConsoleSlsRequest
|
|
13559
13562
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13588,7 +13591,7 @@ class Client extends openapi_core_1.default {
|
|
|
13588
13591
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.OpenConsoleSlsResponse({}));
|
|
13589
13592
|
}
|
|
13590
13593
|
/**
|
|
13591
|
-
*
|
|
13594
|
+
* Activates a service.
|
|
13592
13595
|
*
|
|
13593
13596
|
* @param request - OpenConsoleSlsRequest
|
|
13594
13597
|
* @returns OpenConsoleSlsResponse
|
|
@@ -13598,7 +13601,7 @@ class Client extends openapi_core_1.default {
|
|
|
13598
13601
|
return await this.openConsoleSlsWithOptions(request, runtime);
|
|
13599
13602
|
}
|
|
13600
13603
|
/**
|
|
13601
|
-
*
|
|
13604
|
+
* Manages favorites.
|
|
13602
13605
|
*
|
|
13603
13606
|
* @param request - OperateFavoriteVariableRequest
|
|
13604
13607
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13636,7 +13639,7 @@ class Client extends openapi_core_1.default {
|
|
|
13636
13639
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.OperateFavoriteVariableResponse({}));
|
|
13637
13640
|
}
|
|
13638
13641
|
/**
|
|
13639
|
-
*
|
|
13642
|
+
* Manages favorites.
|
|
13640
13643
|
*
|
|
13641
13644
|
* @param request - OperateFavoriteVariableRequest
|
|
13642
13645
|
* @returns OperateFavoriteVariableResponse
|
|
@@ -13646,7 +13649,7 @@ class Client extends openapi_core_1.default {
|
|
|
13646
13649
|
return await this.operateFavoriteVariableWithOptions(request, runtime);
|
|
13647
13650
|
}
|
|
13648
13651
|
/**
|
|
13649
|
-
*
|
|
13652
|
+
* Performs a precondition check.
|
|
13650
13653
|
*
|
|
13651
13654
|
* @param request - PermissionCheckRequest
|
|
13652
13655
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13678,7 +13681,7 @@ class Client extends openapi_core_1.default {
|
|
|
13678
13681
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.PermissionCheckResponse({}));
|
|
13679
13682
|
}
|
|
13680
13683
|
/**
|
|
13681
|
-
*
|
|
13684
|
+
* Performs a precondition check.
|
|
13682
13685
|
*
|
|
13683
13686
|
* @param request - PermissionCheckRequest
|
|
13684
13687
|
* @returns PermissionCheckResponse
|
|
@@ -13877,7 +13880,7 @@ class Client extends openapi_core_1.default {
|
|
|
13877
13880
|
return await this.pocSendDataWithOptions(request, runtime);
|
|
13878
13881
|
}
|
|
13879
13882
|
/**
|
|
13880
|
-
*
|
|
13883
|
+
* Queries the details of a whitebox implementation policy.
|
|
13881
13884
|
*
|
|
13882
13885
|
* @param request - QueryAuthRuleDetailByRuleIdRequest
|
|
13883
13886
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13918,7 +13921,7 @@ class Client extends openapi_core_1.default {
|
|
|
13918
13921
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryAuthRuleDetailByRuleIdResponse({}));
|
|
13919
13922
|
}
|
|
13920
13923
|
/**
|
|
13921
|
-
*
|
|
13924
|
+
* Queries the details of a whitebox implementation policy.
|
|
13922
13925
|
*
|
|
13923
13926
|
* @param request - QueryAuthRuleDetailByRuleIdRequest
|
|
13924
13927
|
* @returns QueryAuthRuleDetailByRuleIdResponse
|
|
@@ -13928,7 +13931,7 @@ class Client extends openapi_core_1.default {
|
|
|
13928
13931
|
return await this.queryAuthRuleDetailByRuleIdWithOptions(request, runtime);
|
|
13929
13932
|
}
|
|
13930
13933
|
/**
|
|
13931
|
-
*
|
|
13934
|
+
* Withdraws a review.
|
|
13932
13935
|
*
|
|
13933
13936
|
* @param request - RecallRuleAuditRequest
|
|
13934
13937
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13960,7 +13963,7 @@ class Client extends openapi_core_1.default {
|
|
|
13960
13963
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RecallRuleAuditResponse({}));
|
|
13961
13964
|
}
|
|
13962
13965
|
/**
|
|
13963
|
-
*
|
|
13966
|
+
* Withdraws a review.
|
|
13964
13967
|
*
|
|
13965
13968
|
* @param request - RecallRuleAuditRequest
|
|
13966
13969
|
* @returns RecallRuleAuditResponse
|
|
@@ -13970,7 +13973,7 @@ class Client extends openapi_core_1.default {
|
|
|
13970
13973
|
return await this.recallRuleAuditWithOptions(request, runtime);
|
|
13971
13974
|
}
|
|
13972
13975
|
/**
|
|
13973
|
-
*
|
|
13976
|
+
* Deletes an event.
|
|
13974
13977
|
*
|
|
13975
13978
|
* @param request - RemoveEventRequest
|
|
13976
13979
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14014,7 +14017,7 @@ class Client extends openapi_core_1.default {
|
|
|
14014
14017
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RemoveEventResponse({}));
|
|
14015
14018
|
}
|
|
14016
14019
|
/**
|
|
14017
|
-
*
|
|
14020
|
+
* Deletes an event.
|
|
14018
14021
|
*
|
|
14019
14022
|
* @param request - RemoveEventRequest
|
|
14020
14023
|
* @returns RemoveEventResponse
|
|
@@ -14024,7 +14027,7 @@ class Client extends openapi_core_1.default {
|
|
|
14024
14027
|
return await this.removeEventWithOptions(request, runtime);
|
|
14025
14028
|
}
|
|
14026
14029
|
/**
|
|
14027
|
-
*
|
|
14030
|
+
* Download template.
|
|
14028
14031
|
*
|
|
14029
14032
|
* @param request - SampleFileDownloadRequest
|
|
14030
14033
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14059,7 +14062,7 @@ class Client extends openapi_core_1.default {
|
|
|
14059
14062
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SampleFileDownloadResponse({}));
|
|
14060
14063
|
}
|
|
14061
14064
|
/**
|
|
14062
|
-
*
|
|
14065
|
+
* Download template.
|
|
14063
14066
|
*
|
|
14064
14067
|
* @param request - SampleFileDownloadRequest
|
|
14065
14068
|
* @returns SampleFileDownloadResponse
|
|
@@ -14069,7 +14072,7 @@ class Client extends openapi_core_1.default {
|
|
|
14069
14072
|
return await this.sampleFileDownloadWithOptions(request, runtime);
|
|
14070
14073
|
}
|
|
14071
14074
|
/**
|
|
14072
|
-
*
|
|
14075
|
+
* Saves custom columns.
|
|
14073
14076
|
*
|
|
14074
14077
|
* @param request - SaveAnalysisColumnRequest
|
|
14075
14078
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14104,7 +14107,7 @@ class Client extends openapi_core_1.default {
|
|
|
14104
14107
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SaveAnalysisColumnResponse({}));
|
|
14105
14108
|
}
|
|
14106
14109
|
/**
|
|
14107
|
-
*
|
|
14110
|
+
* Saves custom columns.
|
|
14108
14111
|
*
|
|
14109
14112
|
* @param request - SaveAnalysisColumnRequest
|
|
14110
14113
|
* @returns SaveAnalysisColumnResponse
|
|
@@ -14114,7 +14117,7 @@ class Client extends openapi_core_1.default {
|
|
|
14114
14117
|
return await this.saveAnalysisColumnWithOptions(request, runtime);
|
|
14115
14118
|
}
|
|
14116
14119
|
/**
|
|
14117
|
-
*
|
|
14120
|
+
* The bypass/diversion configuration.
|
|
14118
14121
|
*
|
|
14119
14122
|
* @param request - SaveByPassOrShuntEventRequest
|
|
14120
14123
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14155,7 +14158,7 @@ class Client extends openapi_core_1.default {
|
|
|
14155
14158
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SaveByPassOrShuntEventResponse({}));
|
|
14156
14159
|
}
|
|
14157
14160
|
/**
|
|
14158
|
-
*
|
|
14161
|
+
* The bypass/diversion configuration.
|
|
14159
14162
|
*
|
|
14160
14163
|
* @param request - SaveByPassOrShuntEventRequest
|
|
14161
14164
|
* @returns SaveByPassOrShuntEventResponse
|
|
@@ -14165,7 +14168,7 @@ class Client extends openapi_core_1.default {
|
|
|
14165
14168
|
return await this.saveByPassOrShuntEventWithOptions(request, runtime);
|
|
14166
14169
|
}
|
|
14167
14170
|
/**
|
|
14168
|
-
*
|
|
14171
|
+
* Sample Search
|
|
14169
14172
|
*
|
|
14170
14173
|
* @param request - SearchSampleRequest
|
|
14171
14174
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14212,7 +14215,7 @@ class Client extends openapi_core_1.default {
|
|
|
14212
14215
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SearchSampleResponse({}));
|
|
14213
14216
|
}
|
|
14214
14217
|
/**
|
|
14215
|
-
*
|
|
14218
|
+
* Sample Search
|
|
14216
14219
|
*
|
|
14217
14220
|
* @param request - SearchSampleRequest
|
|
14218
14221
|
* @returns SearchSampleResponse
|
|
@@ -14222,7 +14225,7 @@ class Client extends openapi_core_1.default {
|
|
|
14222
14225
|
return await this.searchSampleWithOptions(request, runtime);
|
|
14223
14226
|
}
|
|
14224
14227
|
/**
|
|
14225
|
-
*
|
|
14228
|
+
* Starts or stops a bypass event.
|
|
14226
14229
|
*
|
|
14227
14230
|
* @param request - StartOrStopByPassShuntEventRequest
|
|
14228
14231
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14260,7 +14263,7 @@ class Client extends openapi_core_1.default {
|
|
|
14260
14263
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.StartOrStopByPassShuntEventResponse({}));
|
|
14261
14264
|
}
|
|
14262
14265
|
/**
|
|
14263
|
-
*
|
|
14266
|
+
* Starts or stops a bypass event.
|
|
14264
14267
|
*
|
|
14265
14268
|
* @param request - StartOrStopByPassShuntEventRequest
|
|
14266
14269
|
* @returns StartOrStopByPassShuntEventResponse
|
|
@@ -14270,7 +14273,7 @@ class Client extends openapi_core_1.default {
|
|
|
14270
14273
|
return await this.startOrStopByPassShuntEventWithOptions(request, runtime);
|
|
14271
14274
|
}
|
|
14272
14275
|
/**
|
|
14273
|
-
*
|
|
14276
|
+
* Starts executing a task.
|
|
14274
14277
|
*
|
|
14275
14278
|
* @param request - StartSimulationTaskRequest
|
|
14276
14279
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14305,7 +14308,7 @@ class Client extends openapi_core_1.default {
|
|
|
14305
14308
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.StartSimulationTaskResponse({}));
|
|
14306
14309
|
}
|
|
14307
14310
|
/**
|
|
14308
|
-
*
|
|
14311
|
+
* Starts executing a task.
|
|
14309
14312
|
*
|
|
14310
14313
|
* @param request - StartSimulationTaskRequest
|
|
14311
14314
|
* @returns StartSimulationTaskResponse
|
|
@@ -14315,7 +14318,7 @@ class Client extends openapi_core_1.default {
|
|
|
14315
14318
|
return await this.startSimulationTaskWithOptions(request, runtime);
|
|
14316
14319
|
}
|
|
14317
14320
|
/**
|
|
14318
|
-
*
|
|
14321
|
+
* Stops a task.
|
|
14319
14322
|
*
|
|
14320
14323
|
* @param request - StopSimulationTaskRequest
|
|
14321
14324
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14350,7 +14353,7 @@ class Client extends openapi_core_1.default {
|
|
|
14350
14353
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.StopSimulationTaskResponse({}));
|
|
14351
14354
|
}
|
|
14352
14355
|
/**
|
|
14353
|
-
*
|
|
14356
|
+
* Stops a task.
|
|
14354
14357
|
*
|
|
14355
14358
|
* @param request - StopSimulationTaskRequest
|
|
14356
14359
|
* @returns StopSimulationTaskResponse
|
|
@@ -14360,7 +14363,7 @@ class Client extends openapi_core_1.default {
|
|
|
14360
14363
|
return await this.stopSimulationTaskWithOptions(request, runtime);
|
|
14361
14364
|
}
|
|
14362
14365
|
/**
|
|
14363
|
-
*
|
|
14366
|
+
* Enables or disables a custom variable.
|
|
14364
14367
|
*
|
|
14365
14368
|
* @param request - SwitchExpressionVariableRequest
|
|
14366
14369
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14401,7 +14404,7 @@ class Client extends openapi_core_1.default {
|
|
|
14401
14404
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SwitchExpressionVariableResponse({}));
|
|
14402
14405
|
}
|
|
14403
14406
|
/**
|
|
14404
|
-
*
|
|
14407
|
+
* Enables or disables a custom variable.
|
|
14405
14408
|
*
|
|
14406
14409
|
* @param request - SwitchExpressionVariableRequest
|
|
14407
14410
|
* @returns SwitchExpressionVariableResponse
|
|
@@ -14411,7 +14414,7 @@ class Client extends openapi_core_1.default {
|
|
|
14411
14414
|
return await this.switchExpressionVariableWithOptions(request, runtime);
|
|
14412
14415
|
}
|
|
14413
14416
|
/**
|
|
14414
|
-
*
|
|
14417
|
+
* Toggles a field on or off.
|
|
14415
14418
|
*
|
|
14416
14419
|
* @param request - SwitchFieldRequest
|
|
14417
14420
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14455,7 +14458,7 @@ class Client extends openapi_core_1.default {
|
|
|
14455
14458
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SwitchFieldResponse({}));
|
|
14456
14459
|
}
|
|
14457
14460
|
/**
|
|
14458
|
-
*
|
|
14461
|
+
* Toggles a field on or off.
|
|
14459
14462
|
*
|
|
14460
14463
|
* @param request - SwitchFieldRequest
|
|
14461
14464
|
* @returns SwitchFieldResponse
|
|
@@ -14465,7 +14468,7 @@ class Client extends openapi_core_1.default {
|
|
|
14465
14468
|
return await this.switchFieldWithOptions(request, runtime);
|
|
14466
14469
|
}
|
|
14467
14470
|
/**
|
|
14468
|
-
*
|
|
14471
|
+
* Queries the enabling or disabling status of a variable.
|
|
14469
14472
|
*
|
|
14470
14473
|
* @param request - SwitchQueryVariableRequest
|
|
14471
14474
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14503,7 +14506,7 @@ class Client extends openapi_core_1.default {
|
|
|
14503
14506
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SwitchQueryVariableResponse({}));
|
|
14504
14507
|
}
|
|
14505
14508
|
/**
|
|
14506
|
-
*
|
|
14509
|
+
* Queries the enabling or disabling status of a variable.
|
|
14507
14510
|
*
|
|
14508
14511
|
* @param request - SwitchQueryVariableRequest
|
|
14509
14512
|
* @returns SwitchQueryVariableResponse
|
|
@@ -14513,7 +14516,7 @@ class Client extends openapi_core_1.default {
|
|
|
14513
14516
|
return await this.switchQueryVariableWithOptions(request, runtime);
|
|
14514
14517
|
}
|
|
14515
14518
|
/**
|
|
14516
|
-
*
|
|
14519
|
+
* Switches an event to online with one click.
|
|
14517
14520
|
*
|
|
14518
14521
|
* @param request - SwitchToOnlineRequest
|
|
14519
14522
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14548,7 +14551,7 @@ class Client extends openapi_core_1.default {
|
|
|
14548
14551
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SwitchToOnlineResponse({}));
|
|
14549
14552
|
}
|
|
14550
14553
|
/**
|
|
14551
|
-
*
|
|
14554
|
+
* Switches an event to online with one click.
|
|
14552
14555
|
*
|
|
14553
14556
|
* @param request - SwitchToOnlineRequest
|
|
14554
14557
|
* @returns SwitchToOnlineResponse
|
|
@@ -14558,7 +14561,7 @@ class Client extends openapi_core_1.default {
|
|
|
14558
14561
|
return await this.switchToOnlineWithOptions(request, runtime);
|
|
14559
14562
|
}
|
|
14560
14563
|
/**
|
|
14561
|
-
*
|
|
14564
|
+
* Enables or disables a cumulative variable.
|
|
14562
14565
|
*
|
|
14563
14566
|
* @param request - SwitchVariableRequest
|
|
14564
14567
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14602,7 +14605,7 @@ class Client extends openapi_core_1.default {
|
|
|
14602
14605
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SwitchVariableResponse({}));
|
|
14603
14606
|
}
|
|
14604
14607
|
/**
|
|
14605
|
-
*
|
|
14608
|
+
* Enables or disables a cumulative variable.
|
|
14606
14609
|
*
|
|
14607
14610
|
* @param request - SwitchVariableRequest
|
|
14608
14611
|
* @returns SwitchVariableResponse
|
|
@@ -14612,7 +14615,7 @@ class Client extends openapi_core_1.default {
|
|
|
14612
14615
|
return await this.switchVariableWithOptions(request, runtime);
|
|
14613
14616
|
}
|
|
14614
14617
|
/**
|
|
14615
|
-
*
|
|
14618
|
+
* Checks whether a task name is duplicate.
|
|
14616
14619
|
*
|
|
14617
14620
|
* @param request - TaskNameByUserIdRequest
|
|
14618
14621
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14647,7 +14650,7 @@ class Client extends openapi_core_1.default {
|
|
|
14647
14650
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.TaskNameByUserIdResponse({}));
|
|
14648
14651
|
}
|
|
14649
14652
|
/**
|
|
14650
|
-
*
|
|
14653
|
+
* Checks whether a task name is duplicate.
|
|
14651
14654
|
*
|
|
14652
14655
|
* @param request - TaskNameByUserIdRequest
|
|
14653
14656
|
* @returns TaskNameByUserIdResponse
|
|
@@ -14657,7 +14660,7 @@ class Client extends openapi_core_1.default {
|
|
|
14657
14660
|
return await this.taskNameByUserIdWithOptions(request, runtime);
|
|
14658
14661
|
}
|
|
14659
14662
|
/**
|
|
14660
|
-
*
|
|
14663
|
+
* Modifies a query condition.
|
|
14661
14664
|
*
|
|
14662
14665
|
* @param request - UpdateAnalysisConditionFavoriteRequest
|
|
14663
14666
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14716,7 +14719,7 @@ class Client extends openapi_core_1.default {
|
|
|
14716
14719
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAnalysisConditionFavoriteResponse({}));
|
|
14717
14720
|
}
|
|
14718
14721
|
/**
|
|
14719
|
-
*
|
|
14722
|
+
* Modifies a query condition.
|
|
14720
14723
|
*
|
|
14721
14724
|
* @param request - UpdateAnalysisConditionFavoriteRequest
|
|
14722
14725
|
* @returns UpdateAnalysisConditionFavoriteResponse
|
|
@@ -14726,7 +14729,7 @@ class Client extends openapi_core_1.default {
|
|
|
14726
14729
|
return await this.updateAnalysisConditionFavoriteWithOptions(request, runtime);
|
|
14727
14730
|
}
|
|
14728
14731
|
/**
|
|
14729
|
-
*
|
|
14732
|
+
* Processes an approval request.
|
|
14730
14733
|
*
|
|
14731
14734
|
* @param request - UpdateAuditRequest
|
|
14732
14735
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14770,7 +14773,7 @@ class Client extends openapi_core_1.default {
|
|
|
14770
14773
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAuditResponse({}));
|
|
14771
14774
|
}
|
|
14772
14775
|
/**
|
|
14773
|
-
*
|
|
14776
|
+
* Processes an approval request.
|
|
14774
14777
|
*
|
|
14775
14778
|
* @param request - UpdateAuditRequest
|
|
14776
14779
|
* @returns UpdateAuditResponse
|
|
@@ -14780,7 +14783,7 @@ class Client extends openapi_core_1.default {
|
|
|
14780
14783
|
return await this.updateAuditWithOptions(request, runtime);
|
|
14781
14784
|
}
|
|
14782
14785
|
/**
|
|
14783
|
-
*
|
|
14786
|
+
* Modifies an authorization policy.
|
|
14784
14787
|
*
|
|
14785
14788
|
* @param request - UpdateAuthRuleRequest
|
|
14786
14789
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14830,7 +14833,7 @@ class Client extends openapi_core_1.default {
|
|
|
14830
14833
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAuthRuleResponse({}));
|
|
14831
14834
|
}
|
|
14832
14835
|
/**
|
|
14833
|
-
*
|
|
14836
|
+
* Modifies an authorization policy.
|
|
14834
14837
|
*
|
|
14835
14838
|
* @param request - UpdateAuthRuleRequest
|
|
14836
14839
|
* @returns UpdateAuthRuleResponse
|
|
@@ -14840,7 +14843,7 @@ class Client extends openapi_core_1.default {
|
|
|
14840
14843
|
return await this.updateAuthRuleWithOptions(request, runtime);
|
|
14841
14844
|
}
|
|
14842
14845
|
/**
|
|
14843
|
-
*
|
|
14846
|
+
* Edits a bypass event.
|
|
14844
14847
|
*
|
|
14845
14848
|
* @param request - UpdateByPassShuntEventRequest
|
|
14846
14849
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14878,7 +14881,7 @@ class Client extends openapi_core_1.default {
|
|
|
14878
14881
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateByPassShuntEventResponse({}));
|
|
14879
14882
|
}
|
|
14880
14883
|
/**
|
|
14881
|
-
*
|
|
14884
|
+
* Edits a bypass event.
|
|
14882
14885
|
*
|
|
14883
14886
|
* @param request - UpdateByPassShuntEventRequest
|
|
14884
14887
|
* @returns UpdateByPassShuntEventResponse
|
|
@@ -14888,7 +14891,7 @@ class Client extends openapi_core_1.default {
|
|
|
14888
14891
|
return await this.updateByPassShuntEventWithOptions(request, runtime);
|
|
14889
14892
|
}
|
|
14890
14893
|
/**
|
|
14891
|
-
*
|
|
14894
|
+
* Modifies a data source.
|
|
14892
14895
|
*
|
|
14893
14896
|
* @param request - UpdateDataSourceRequest
|
|
14894
14897
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14935,7 +14938,7 @@ class Client extends openapi_core_1.default {
|
|
|
14935
14938
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDataSourceResponse({}));
|
|
14936
14939
|
}
|
|
14937
14940
|
/**
|
|
14938
|
-
*
|
|
14941
|
+
* Modifies a data source.
|
|
14939
14942
|
*
|
|
14940
14943
|
* @param request - UpdateDataSourceRequest
|
|
14941
14944
|
* @returns UpdateDataSourceResponse
|
|
@@ -14945,7 +14948,7 @@ class Client extends openapi_core_1.default {
|
|
|
14945
14948
|
return await this.updateDataSourceWithOptions(request, runtime);
|
|
14946
14949
|
}
|
|
14947
14950
|
/**
|
|
14948
|
-
*
|
|
14951
|
+
* Modifies a custom query variable.
|
|
14949
14952
|
*
|
|
14950
14953
|
* @param request - UpdateQueryVariableRequest
|
|
14951
14954
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15007,7 +15010,7 @@ class Client extends openapi_core_1.default {
|
|
|
15007
15010
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateQueryVariableResponse({}));
|
|
15008
15011
|
}
|
|
15009
15012
|
/**
|
|
15010
|
-
*
|
|
15013
|
+
* Modifies a custom query variable.
|
|
15011
15014
|
*
|
|
15012
15015
|
* @param request - UpdateQueryVariableRequest
|
|
15013
15016
|
* @returns UpdateQueryVariableResponse
|
|
@@ -15017,7 +15020,7 @@ class Client extends openapi_core_1.default {
|
|
|
15017
15020
|
return await this.updateQueryVariableWithOptions(request, runtime);
|
|
15018
15021
|
}
|
|
15019
15022
|
/**
|
|
15020
|
-
*
|
|
15023
|
+
* Updates a policy.
|
|
15021
15024
|
*
|
|
15022
15025
|
* @param request - UpdateRuleRequest
|
|
15023
15026
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15085,7 +15088,7 @@ class Client extends openapi_core_1.default {
|
|
|
15085
15088
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateRuleResponse({}));
|
|
15086
15089
|
}
|
|
15087
15090
|
/**
|
|
15088
|
-
*
|
|
15091
|
+
* Updates a policy.
|
|
15089
15092
|
*
|
|
15090
15093
|
* @param request - UpdateRuleRequest
|
|
15091
15094
|
* @returns UpdateRuleResponse
|
|
@@ -15095,7 +15098,7 @@ class Client extends openapi_core_1.default {
|
|
|
15095
15098
|
return await this.updateRuleWithOptions(request, runtime);
|
|
15096
15099
|
}
|
|
15097
15100
|
/**
|
|
15098
|
-
*
|
|
15101
|
+
* Updates the basic information of a policy.
|
|
15099
15102
|
*
|
|
15100
15103
|
* @param request - UpdateRuleBaseRequest
|
|
15101
15104
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15142,7 +15145,7 @@ class Client extends openapi_core_1.default {
|
|
|
15142
15145
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateRuleBaseResponse({}));
|
|
15143
15146
|
}
|
|
15144
15147
|
/**
|
|
15145
|
-
*
|
|
15148
|
+
* Updates the basic information of a policy.
|
|
15146
15149
|
*
|
|
15147
15150
|
* @param request - UpdateRuleBaseRequest
|
|
15148
15151
|
* @returns UpdateRuleBaseResponse
|
|
@@ -15152,7 +15155,7 @@ class Client extends openapi_core_1.default {
|
|
|
15152
15155
|
return await this.updateRuleBaseWithOptions(request, runtime);
|
|
15153
15156
|
}
|
|
15154
15157
|
/**
|
|
15155
|
-
*
|
|
15158
|
+
* Modifies samples in batches.
|
|
15156
15159
|
*
|
|
15157
15160
|
* @param request - UpdateSampleBatchRequest
|
|
15158
15161
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15193,7 +15196,7 @@ class Client extends openapi_core_1.default {
|
|
|
15193
15196
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateSampleBatchResponse({}));
|
|
15194
15197
|
}
|
|
15195
15198
|
/**
|
|
15196
|
-
*
|
|
15199
|
+
* Modifies samples in batches.
|
|
15197
15200
|
*
|
|
15198
15201
|
* @param request - UpdateSampleBatchRequest
|
|
15199
15202
|
* @returns UpdateSampleBatchResponse
|
|
@@ -15260,7 +15263,7 @@ class Client extends openapi_core_1.default {
|
|
|
15260
15263
|
return await this.uploadFileCheckWithOptions(request, runtime);
|
|
15261
15264
|
}
|
|
15262
15265
|
/**
|
|
15263
|
-
*
|
|
15266
|
+
* Upload and validate the sample file for the customer.
|
|
15264
15267
|
*
|
|
15265
15268
|
* @param request - UploadForeignSampleFileRequest
|
|
15266
15269
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15298,7 +15301,7 @@ class Client extends openapi_core_1.default {
|
|
|
15298
15301
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UploadForeignSampleFileResponse({}));
|
|
15299
15302
|
}
|
|
15300
15303
|
/**
|
|
15301
|
-
*
|
|
15304
|
+
* Upload and validate the sample file for the customer.
|
|
15302
15305
|
*
|
|
15303
15306
|
* @param request - UploadForeignSampleFileRequest
|
|
15304
15307
|
* @returns UploadForeignSampleFileResponse
|
|
@@ -15389,7 +15392,7 @@ class Client extends openapi_core_1.default {
|
|
|
15389
15392
|
return uploadForeignSampleFileResp;
|
|
15390
15393
|
}
|
|
15391
15394
|
/**
|
|
15392
|
-
*
|
|
15395
|
+
* Upload and validate the sample file
|
|
15393
15396
|
*
|
|
15394
15397
|
* @param request - UploadSampleFileRequest
|
|
15395
15398
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15433,7 +15436,7 @@ class Client extends openapi_core_1.default {
|
|
|
15433
15436
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UploadSampleFileResponse({}));
|
|
15434
15437
|
}
|
|
15435
15438
|
/**
|
|
15436
|
-
*
|
|
15439
|
+
* Upload and validate the sample file
|
|
15437
15440
|
*
|
|
15438
15441
|
* @param request - UploadSampleFileRequest
|
|
15439
15442
|
* @returns UploadSampleFileResponse
|