@alicloud/xtee20210910 2.3.1 → 2.4.1
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 +549 -512
- package/dist/client.js +858 -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 +64 -0
- package/dist/models/CreateForeignPocSampleAdvanceRequest.js +67 -0
- package/dist/models/CreateForeignPocSampleAdvanceRequest.js.map +1 -0
- package/dist/models/CreateForeignPocSampleRequest.d.ts +63 -0
- package/dist/models/CreateForeignPocSampleRequest.js +68 -0
- package/dist/models/CreateForeignPocSampleRequest.js.map +1 -0
- package/dist/models/CreateForeignPocSampleResponse.d.ts +19 -0
- package/dist/models/CreateForeignPocSampleResponse.js +69 -0
- package/dist/models/CreateForeignPocSampleResponse.js.map +1 -0
- package/dist/models/CreateForeignPocSampleResponseBody.d.ts +102 -0
- package/dist/models/CreateForeignPocSampleResponseBody.js +96 -0
- package/dist/models/CreateForeignPocSampleResponseBody.js.map +1 -0
- 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 +25 -18
- package/dist/models/DescribeRequestHitResponseBody.js.map +1 -1
- 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 +48 -0
- package/dist/models/UploadForeignSampleFileAdvanceRequest.js +63 -0
- package/dist/models/UploadForeignSampleFileAdvanceRequest.js.map +1 -0
- package/dist/models/UploadForeignSampleFileRequest.d.ts +47 -0
- package/dist/models/UploadForeignSampleFileRequest.js +64 -0
- package/dist/models/UploadForeignSampleFileRequest.js.map +1 -0
- package/dist/models/UploadForeignSampleFileResponse.d.ts +19 -0
- package/dist/models/UploadForeignSampleFileResponse.js +69 -0
- package/dist/models/UploadForeignSampleFileResponse.js.map +1 -0
- package/dist/models/UploadForeignSampleFileResponseBody.d.ts +212 -0
- package/dist/models/UploadForeignSampleFileResponseBody.js +174 -0
- package/dist/models/UploadForeignSampleFileResponseBody.js.map +1 -0
- 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 +13 -0
- package/dist/models/model.js +53 -27
- package/dist/models/model.js.map +1 -1
- package/package.json +2 -1
- package/src/client.ts +889 -513
- 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 +87 -0
- package/src/models/CreateForeignPocSampleRequest.ts +86 -0
- package/src/models/CreateForeignPocSampleResponse.ts +40 -0
- package/src/models/CreateForeignPocSampleResponseBody.ts +144 -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 +25 -18
- 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 +67 -0
- package/src/models/UploadForeignSampleFileRequest.ts +66 -0
- package/src/models/UploadForeignSampleFileResponse.ts +40 -0
- package/src/models/UploadForeignSampleFileResponseBody.ts +314 -0
- package/src/models/UploadSampleFileRequest.ts +18 -0
- package/src/models/UploadSampleFileResponseBody.ts +76 -0
- package/src/models/model.ts +13 -0
package/dist/client.js
CHANGED
|
@@ -35,13 +35,10 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
35
35
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
39
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
40
|
-
};
|
|
41
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42
39
|
// This file is auto-generated, don't edit it
|
|
43
40
|
const $dara = __importStar(require("@darabonba/typescript"));
|
|
44
|
-
const openapi_core_1 =
|
|
41
|
+
const openapi_core_1 = __importStar(require("@alicloud/openapi-core")), $OpenApi = openapi_core_1;
|
|
45
42
|
const openapi_core_2 = require("@alicloud/openapi-core");
|
|
46
43
|
const $_model = __importStar(require("./models/model"));
|
|
47
44
|
__exportStar(require("./models/model"), exports);
|
|
@@ -52,6 +49,84 @@ class Client extends openapi_core_1.default {
|
|
|
52
49
|
this.checkConfig(config);
|
|
53
50
|
this._endpoint = this.getEndpoint("xtee", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
|
|
54
51
|
}
|
|
52
|
+
async _postOSSObject(bucketName, form, runtime) {
|
|
53
|
+
let _runtime = {
|
|
54
|
+
key: runtime.key || this._key,
|
|
55
|
+
cert: runtime.cert || this._cert,
|
|
56
|
+
ca: runtime.ca || this._ca,
|
|
57
|
+
readTimeout: runtime.readTimeout || this._readTimeout,
|
|
58
|
+
connectTimeout: runtime.connectTimeout || this._connectTimeout,
|
|
59
|
+
httpProxy: runtime.httpProxy || this._httpProxy,
|
|
60
|
+
httpsProxy: runtime.httpsProxy || this._httpsProxy,
|
|
61
|
+
noProxy: runtime.noProxy || this._noProxy,
|
|
62
|
+
socks5Proxy: runtime.socks5Proxy || this._socks5Proxy,
|
|
63
|
+
socks5NetWork: runtime.socks5NetWork || this._socks5NetWork,
|
|
64
|
+
maxIdleConns: runtime.maxIdleConns || this._maxIdleConns,
|
|
65
|
+
retryOptions: this._retryOptions,
|
|
66
|
+
ignoreSSL: runtime.ignoreSSL || false,
|
|
67
|
+
tlsMinVersion: this._tlsMinVersion,
|
|
68
|
+
};
|
|
69
|
+
let _retriesAttempted = 0;
|
|
70
|
+
let _lastRequest = null, _lastResponse = null;
|
|
71
|
+
let _context = new $dara.RetryPolicyContext({
|
|
72
|
+
retriesAttempted: _retriesAttempted,
|
|
73
|
+
});
|
|
74
|
+
while ($dara.shouldRetry(_runtime['retryOptions'], _context)) {
|
|
75
|
+
if (_retriesAttempted > 0) {
|
|
76
|
+
let _backoffTime = $dara.getBackoffDelay(_runtime['retryOptions'], _context);
|
|
77
|
+
if (_backoffTime > 0) {
|
|
78
|
+
await $dara.sleep(_backoffTime);
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
_retriesAttempted = _retriesAttempted + 1;
|
|
82
|
+
try {
|
|
83
|
+
let request_ = new $dara.Request();
|
|
84
|
+
let boundary = $dara.Form.getBoundary();
|
|
85
|
+
let tmp = String(form["host"]);
|
|
86
|
+
let host = `${bucketName}.${tmp}`;
|
|
87
|
+
request_.protocol = "HTTPS";
|
|
88
|
+
request_.method = "POST";
|
|
89
|
+
request_.pathname = `/`;
|
|
90
|
+
request_.headers = {
|
|
91
|
+
host: host,
|
|
92
|
+
date: openapi_core_2.OpenApiUtil.getDateUTCString(),
|
|
93
|
+
'user-agent': openapi_core_2.OpenApiUtil.getUserAgent(""),
|
|
94
|
+
};
|
|
95
|
+
request_.headers["content-type"] = `multipart/form-data; boundary=${boundary}`;
|
|
96
|
+
request_.body = $dara.Form.toFileForm(form, boundary);
|
|
97
|
+
_lastRequest = request_;
|
|
98
|
+
let response_ = await $dara.doAction(request_, _runtime);
|
|
99
|
+
_lastResponse = response_;
|
|
100
|
+
let respMap = null;
|
|
101
|
+
let bodyStr = await $dara.Stream.readAsString(response_.body);
|
|
102
|
+
if ((response_.statusCode >= 400) && (response_.statusCode < 600)) {
|
|
103
|
+
respMap = $dara.XML.parseXml(bodyStr, null);
|
|
104
|
+
let err = respMap["Error"];
|
|
105
|
+
throw new $OpenApi.ClientError({
|
|
106
|
+
code: String(err["Code"]),
|
|
107
|
+
message: String(err["Message"]),
|
|
108
|
+
data: {
|
|
109
|
+
httpCode: response_.statusCode,
|
|
110
|
+
requestId: String(err["RequestId"]),
|
|
111
|
+
hostId: String(err["HostId"]),
|
|
112
|
+
},
|
|
113
|
+
});
|
|
114
|
+
}
|
|
115
|
+
respMap = $dara.XML.parseXml(bodyStr, null);
|
|
116
|
+
return Object.assign({}, respMap);
|
|
117
|
+
}
|
|
118
|
+
catch (ex) {
|
|
119
|
+
_context = new $dara.RetryPolicyContext({
|
|
120
|
+
retriesAttempted: _retriesAttempted,
|
|
121
|
+
httpRequest: _lastRequest,
|
|
122
|
+
httpResponse: _lastResponse,
|
|
123
|
+
exception: ex,
|
|
124
|
+
});
|
|
125
|
+
continue;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
throw $dara.newUnretryableError(_context);
|
|
129
|
+
}
|
|
55
130
|
getEndpoint(productId, regionId, endpointRule, network, suffix, endpointMap, endpoint) {
|
|
56
131
|
if (!$dara.isNull(endpoint)) {
|
|
57
132
|
return endpoint;
|
|
@@ -203,7 +278,7 @@ class Client extends openapi_core_1.default {
|
|
|
203
278
|
return await this.batchDeleteSampleDataWithOptions(request, runtime);
|
|
204
279
|
}
|
|
205
280
|
/**
|
|
206
|
-
*
|
|
281
|
+
* Performs a variable binding operation.
|
|
207
282
|
*
|
|
208
283
|
* @param request - BindVariableRequest
|
|
209
284
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -280,7 +355,7 @@ class Client extends openapi_core_1.default {
|
|
|
280
355
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.BindVariableResponse({}));
|
|
281
356
|
}
|
|
282
357
|
/**
|
|
283
|
-
*
|
|
358
|
+
* Performs a variable binding operation.
|
|
284
359
|
*
|
|
285
360
|
* @param request - BindVariableRequest
|
|
286
361
|
* @returns BindVariableResponse
|
|
@@ -290,7 +365,7 @@ class Client extends openapi_core_1.default {
|
|
|
290
365
|
return await this.bindVariableWithOptions(request, runtime);
|
|
291
366
|
}
|
|
292
367
|
/**
|
|
293
|
-
*
|
|
368
|
+
* Create a task group
|
|
294
369
|
*
|
|
295
370
|
* @param request - CancelSubTaskRequest
|
|
296
371
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -328,7 +403,7 @@ class Client extends openapi_core_1.default {
|
|
|
328
403
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CancelSubTaskResponse({}));
|
|
329
404
|
}
|
|
330
405
|
/**
|
|
331
|
-
*
|
|
406
|
+
* Create a task group
|
|
332
407
|
*
|
|
333
408
|
* @param request - CancelSubTaskRequest
|
|
334
409
|
* @returns CancelSubTaskResponse
|
|
@@ -392,7 +467,7 @@ class Client extends openapi_core_1.default {
|
|
|
392
467
|
return await this.checkCopyRuleVariableWithOptions(request, runtime);
|
|
393
468
|
}
|
|
394
469
|
/**
|
|
395
|
-
*
|
|
470
|
+
* Checks whether the number of cumulative variables exceeds the limit.
|
|
396
471
|
*
|
|
397
472
|
* @param request - CheckCustVariableLimitRequest
|
|
398
473
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -427,7 +502,7 @@ class Client extends openapi_core_1.default {
|
|
|
427
502
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckCustVariableLimitResponse({}));
|
|
428
503
|
}
|
|
429
504
|
/**
|
|
430
|
-
*
|
|
505
|
+
* Checks whether the number of cumulative variables exceeds the limit.
|
|
431
506
|
*
|
|
432
507
|
* @param request - CheckCustVariableLimitRequest
|
|
433
508
|
* @returns CheckCustVariableLimitResponse
|
|
@@ -437,7 +512,7 @@ class Client extends openapi_core_1.default {
|
|
|
437
512
|
return await this.checkCustVariableLimitWithOptions(request, runtime);
|
|
438
513
|
}
|
|
439
514
|
/**
|
|
440
|
-
*
|
|
515
|
+
* Checks whether creating a variable exceeds the upper limit.
|
|
441
516
|
*
|
|
442
517
|
* @param request - CheckExpressionVariableLimitRequest
|
|
443
518
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -469,7 +544,7 @@ class Client extends openapi_core_1.default {
|
|
|
469
544
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckExpressionVariableLimitResponse({}));
|
|
470
545
|
}
|
|
471
546
|
/**
|
|
472
|
-
*
|
|
547
|
+
* Checks whether creating a variable exceeds the upper limit.
|
|
473
548
|
*
|
|
474
549
|
* @param request - CheckExpressionVariableLimitRequest
|
|
475
550
|
* @returns CheckExpressionVariableLimitResponse
|
|
@@ -479,7 +554,7 @@ class Client extends openapi_core_1.default {
|
|
|
479
554
|
return await this.checkExpressionVariableLimitWithOptions(request, runtime);
|
|
480
555
|
}
|
|
481
556
|
/**
|
|
482
|
-
*
|
|
557
|
+
* Checks whether the number of fields exceeds the specified limit.
|
|
483
558
|
*
|
|
484
559
|
* @param request - CheckFieldLimitRequest
|
|
485
560
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -514,7 +589,7 @@ class Client extends openapi_core_1.default {
|
|
|
514
589
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckFieldLimitResponse({}));
|
|
515
590
|
}
|
|
516
591
|
/**
|
|
517
|
-
*
|
|
592
|
+
* Checks whether the number of fields exceeds the specified limit.
|
|
518
593
|
*
|
|
519
594
|
* @param request - CheckFieldLimitRequest
|
|
520
595
|
* @returns CheckFieldLimitResponse
|
|
@@ -524,7 +599,7 @@ class Client extends openapi_core_1.default {
|
|
|
524
599
|
return await this.checkFieldLimitWithOptions(request, runtime);
|
|
525
600
|
}
|
|
526
601
|
/**
|
|
527
|
-
*
|
|
602
|
+
* Validate sample name uniqueness
|
|
528
603
|
*
|
|
529
604
|
* @param request - CheckSampleNameRequest
|
|
530
605
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -559,7 +634,7 @@ class Client extends openapi_core_1.default {
|
|
|
559
634
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckSampleNameResponse({}));
|
|
560
635
|
}
|
|
561
636
|
/**
|
|
562
|
-
*
|
|
637
|
+
* Validate sample name uniqueness
|
|
563
638
|
*
|
|
564
639
|
* @param request - CheckSampleNameRequest
|
|
565
640
|
* @returns CheckSampleNameResponse
|
|
@@ -569,7 +644,7 @@ class Client extends openapi_core_1.default {
|
|
|
569
644
|
return await this.checkSampleNameWithOptions(request, runtime);
|
|
570
645
|
}
|
|
571
646
|
/**
|
|
572
|
-
*
|
|
647
|
+
* Validate the uniqueness of the task group name
|
|
573
648
|
*
|
|
574
649
|
* @param request - CheckTaskGroupNameRequest
|
|
575
650
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -604,7 +679,7 @@ class Client extends openapi_core_1.default {
|
|
|
604
679
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckTaskGroupNameResponse({}));
|
|
605
680
|
}
|
|
606
681
|
/**
|
|
607
|
-
*
|
|
682
|
+
* Validate the uniqueness of the task group name
|
|
608
683
|
*
|
|
609
684
|
* @param request - CheckTaskGroupNameRequest
|
|
610
685
|
* @returns CheckTaskGroupNameResponse
|
|
@@ -614,7 +689,7 @@ class Client extends openapi_core_1.default {
|
|
|
614
689
|
return await this.checkTaskGroupNameWithOptions(request, runtime);
|
|
615
690
|
}
|
|
616
691
|
/**
|
|
617
|
-
*
|
|
692
|
+
* Checks variable references.
|
|
618
693
|
*
|
|
619
694
|
* @param request - CheckUsageVariableRequest
|
|
620
695
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -649,7 +724,7 @@ class Client extends openapi_core_1.default {
|
|
|
649
724
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CheckUsageVariableResponse({}));
|
|
650
725
|
}
|
|
651
726
|
/**
|
|
652
|
-
*
|
|
727
|
+
* Checks variable references.
|
|
653
728
|
*
|
|
654
729
|
* @param request - CheckUsageVariableRequest
|
|
655
730
|
* @returns CheckUsageVariableResponse
|
|
@@ -761,7 +836,7 @@ class Client extends openapi_core_1.default {
|
|
|
761
836
|
return await this.compareRuleWithOptions(request, runtime);
|
|
762
837
|
}
|
|
763
838
|
/**
|
|
764
|
-
*
|
|
839
|
+
* Creates a query condition.
|
|
765
840
|
*
|
|
766
841
|
* @param request - CreateAnalysisConditionFavoriteRequest
|
|
767
842
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -817,7 +892,7 @@ class Client extends openapi_core_1.default {
|
|
|
817
892
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAnalysisConditionFavoriteResponse({}));
|
|
818
893
|
}
|
|
819
894
|
/**
|
|
820
|
-
*
|
|
895
|
+
* Creates a query condition.
|
|
821
896
|
*
|
|
822
897
|
* @param request - CreateAnalysisConditionFavoriteRequest
|
|
823
898
|
* @returns CreateAnalysisConditionFavoriteResponse
|
|
@@ -827,7 +902,7 @@ class Client extends openapi_core_1.default {
|
|
|
827
902
|
return await this.createAnalysisConditionFavoriteWithOptions(request, runtime);
|
|
828
903
|
}
|
|
829
904
|
/**
|
|
830
|
-
*
|
|
905
|
+
* Creates an export task.
|
|
831
906
|
*
|
|
832
907
|
* @param request - CreateAnalysisExportTaskRequest
|
|
833
908
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -889,7 +964,7 @@ class Client extends openapi_core_1.default {
|
|
|
889
964
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAnalysisExportTaskResponse({}));
|
|
890
965
|
}
|
|
891
966
|
/**
|
|
892
|
-
*
|
|
967
|
+
* Creates an export task.
|
|
893
968
|
*
|
|
894
969
|
* @param request - CreateAnalysisExportTaskRequest
|
|
895
970
|
* @returns CreateAnalysisExportTaskResponse
|
|
@@ -899,7 +974,7 @@ class Client extends openapi_core_1.default {
|
|
|
899
974
|
return await this.createAnalysisExportTaskWithOptions(request, runtime);
|
|
900
975
|
}
|
|
901
976
|
/**
|
|
902
|
-
* Create AppKey
|
|
977
|
+
* Create an AppKey.
|
|
903
978
|
*
|
|
904
979
|
* @param request - CreateAppKeyRequest
|
|
905
980
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -931,7 +1006,7 @@ class Client extends openapi_core_1.default {
|
|
|
931
1006
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateAppKeyResponse({}));
|
|
932
1007
|
}
|
|
933
1008
|
/**
|
|
934
|
-
* Create AppKey
|
|
1009
|
+
* Create an AppKey.
|
|
935
1010
|
*
|
|
936
1011
|
* @param request - CreateAppKeyRequest
|
|
937
1012
|
* @returns CreateAppKeyResponse
|
|
@@ -941,7 +1016,7 @@ class Client extends openapi_core_1.default {
|
|
|
941
1016
|
return await this.createAppKeyWithOptions(request, runtime);
|
|
942
1017
|
}
|
|
943
1018
|
/**
|
|
944
|
-
*
|
|
1019
|
+
* Creates a cumulative variable.
|
|
945
1020
|
*
|
|
946
1021
|
* @param request - CreateCustVariableRequest
|
|
947
1022
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1012,7 +1087,7 @@ class Client extends openapi_core_1.default {
|
|
|
1012
1087
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateCustVariableResponse({}));
|
|
1013
1088
|
}
|
|
1014
1089
|
/**
|
|
1015
|
-
*
|
|
1090
|
+
* Creates a cumulative variable.
|
|
1016
1091
|
*
|
|
1017
1092
|
* @param request - CreateCustVariableRequest
|
|
1018
1093
|
* @returns CreateCustVariableResponse
|
|
@@ -1022,7 +1097,7 @@ class Client extends openapi_core_1.default {
|
|
|
1022
1097
|
return await this.createCustVariableWithOptions(request, runtime);
|
|
1023
1098
|
}
|
|
1024
1099
|
/**
|
|
1025
|
-
*
|
|
1100
|
+
* Creates a data source.
|
|
1026
1101
|
*
|
|
1027
1102
|
* @param request - CreateDataSourceRequest
|
|
1028
1103
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1066,7 +1141,7 @@ class Client extends openapi_core_1.default {
|
|
|
1066
1141
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateDataSourceResponse({}));
|
|
1067
1142
|
}
|
|
1068
1143
|
/**
|
|
1069
|
-
*
|
|
1144
|
+
* Creates a data source.
|
|
1070
1145
|
*
|
|
1071
1146
|
* @param request - CreateDataSourceRequest
|
|
1072
1147
|
* @returns CreateDataSourceResponse
|
|
@@ -1076,7 +1151,7 @@ class Client extends openapi_core_1.default {
|
|
|
1076
1151
|
return await this.createDataSourceWithOptions(request, runtime);
|
|
1077
1152
|
}
|
|
1078
1153
|
/**
|
|
1079
|
-
*
|
|
1154
|
+
* Creates an event.
|
|
1080
1155
|
*
|
|
1081
1156
|
* @param request - CreateEventRequest
|
|
1082
1157
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1129,7 +1204,7 @@ class Client extends openapi_core_1.default {
|
|
|
1129
1204
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateEventResponse({}));
|
|
1130
1205
|
}
|
|
1131
1206
|
/**
|
|
1132
|
-
*
|
|
1207
|
+
* Creates an event.
|
|
1133
1208
|
*
|
|
1134
1209
|
* @param request - CreateEventRequest
|
|
1135
1210
|
* @returns CreateEventResponse
|
|
@@ -1139,7 +1214,7 @@ class Client extends openapi_core_1.default {
|
|
|
1139
1214
|
return await this.createEventWithOptions(request, runtime);
|
|
1140
1215
|
}
|
|
1141
1216
|
/**
|
|
1142
|
-
*
|
|
1217
|
+
* Creates a custom variable.
|
|
1143
1218
|
*
|
|
1144
1219
|
* @param request - CreateExpressionVariableRequest
|
|
1145
1220
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1195,7 +1270,7 @@ class Client extends openapi_core_1.default {
|
|
|
1195
1270
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateExpressionVariableResponse({}));
|
|
1196
1271
|
}
|
|
1197
1272
|
/**
|
|
1198
|
-
*
|
|
1273
|
+
* Creates a custom variable.
|
|
1199
1274
|
*
|
|
1200
1275
|
* @param request - CreateExpressionVariableRequest
|
|
1201
1276
|
* @returns CreateExpressionVariableResponse
|
|
@@ -1205,7 +1280,7 @@ class Client extends openapi_core_1.default {
|
|
|
1205
1280
|
return await this.createExpressionVariableWithOptions(request, runtime);
|
|
1206
1281
|
}
|
|
1207
1282
|
/**
|
|
1208
|
-
*
|
|
1283
|
+
* Creates a field.
|
|
1209
1284
|
*
|
|
1210
1285
|
* @param request - CreateFieldRequest
|
|
1211
1286
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1258,7 +1333,7 @@ class Client extends openapi_core_1.default {
|
|
|
1258
1333
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateFieldResponse({}));
|
|
1259
1334
|
}
|
|
1260
1335
|
/**
|
|
1261
|
-
*
|
|
1336
|
+
* Creates a field.
|
|
1262
1337
|
*
|
|
1263
1338
|
* @param request - CreateFieldRequest
|
|
1264
1339
|
* @returns CreateFieldResponse
|
|
@@ -1267,6 +1342,141 @@ class Client extends openapi_core_1.default {
|
|
|
1267
1342
|
let runtime = new $dara.RuntimeOptions({});
|
|
1268
1343
|
return await this.createFieldWithOptions(request, runtime);
|
|
1269
1344
|
}
|
|
1345
|
+
/**
|
|
1346
|
+
* Create a sample record for the customer.
|
|
1347
|
+
*
|
|
1348
|
+
* @param request - CreateForeignPocSampleRequest
|
|
1349
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1350
|
+
* @returns CreateForeignPocSampleResponse
|
|
1351
|
+
*/
|
|
1352
|
+
async createForeignPocSampleWithOptions(request, runtime) {
|
|
1353
|
+
request.validate();
|
|
1354
|
+
let query = {};
|
|
1355
|
+
if (!$dara.isNull(request.file)) {
|
|
1356
|
+
query["File"] = request.file;
|
|
1357
|
+
}
|
|
1358
|
+
if (!$dara.isNull(request.lang)) {
|
|
1359
|
+
query["Lang"] = request.lang;
|
|
1360
|
+
}
|
|
1361
|
+
if (!$dara.isNull(request.regId)) {
|
|
1362
|
+
query["RegId"] = request.regId;
|
|
1363
|
+
}
|
|
1364
|
+
if (!$dara.isNull(request.remark)) {
|
|
1365
|
+
query["Remark"] = request.remark;
|
|
1366
|
+
}
|
|
1367
|
+
if (!$dara.isNull(request.sampleName)) {
|
|
1368
|
+
query["SampleName"] = request.sampleName;
|
|
1369
|
+
}
|
|
1370
|
+
if (!$dara.isNull(request.tab)) {
|
|
1371
|
+
query["Tab"] = request.tab;
|
|
1372
|
+
}
|
|
1373
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
1374
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
1375
|
+
});
|
|
1376
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
1377
|
+
action: "CreateForeignPocSample",
|
|
1378
|
+
version: "2021-09-10",
|
|
1379
|
+
protocol: "HTTPS",
|
|
1380
|
+
pathname: "/",
|
|
1381
|
+
method: "POST",
|
|
1382
|
+
authType: "AK",
|
|
1383
|
+
style: "RPC",
|
|
1384
|
+
reqBodyType: "formData",
|
|
1385
|
+
bodyType: "json",
|
|
1386
|
+
});
|
|
1387
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateForeignPocSampleResponse({}));
|
|
1388
|
+
}
|
|
1389
|
+
/**
|
|
1390
|
+
* Create a sample record for the customer.
|
|
1391
|
+
*
|
|
1392
|
+
* @param request - CreateForeignPocSampleRequest
|
|
1393
|
+
* @returns CreateForeignPocSampleResponse
|
|
1394
|
+
*/
|
|
1395
|
+
async createForeignPocSample(request) {
|
|
1396
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
1397
|
+
return await this.createForeignPocSampleWithOptions(request, runtime);
|
|
1398
|
+
}
|
|
1399
|
+
async createForeignPocSampleAdvance(request, runtime) {
|
|
1400
|
+
// Step 0: init client
|
|
1401
|
+
if ($dara.isNull(this._credential)) {
|
|
1402
|
+
throw new $OpenApi.ClientError({
|
|
1403
|
+
code: "InvalidCredentials",
|
|
1404
|
+
message: "Please set up the credentials correctly. If you are setting them through environment variables, please ensure that ALIBABA_CLOUD_ACCESS_KEY_ID and ALIBABA_CLOUD_ACCESS_KEY_SECRET are set correctly. See https://help.aliyun.com/zh/sdk/developer-reference/configure-the-alibaba-cloud-accesskey-environment-variable-on-linux-macos-and-windows-systems for more details.",
|
|
1405
|
+
});
|
|
1406
|
+
}
|
|
1407
|
+
let credentialModel = await this._credential.getCredential();
|
|
1408
|
+
let accessKeyId = credentialModel.accessKeyId;
|
|
1409
|
+
let accessKeySecret = credentialModel.accessKeySecret;
|
|
1410
|
+
let securityToken = credentialModel.securityToken;
|
|
1411
|
+
let credentialType = credentialModel.type;
|
|
1412
|
+
let openPlatformEndpoint = this._openPlatformEndpoint;
|
|
1413
|
+
if ($dara.isNull(openPlatformEndpoint) || openPlatformEndpoint == "") {
|
|
1414
|
+
openPlatformEndpoint = "openplatform.aliyuncs.com";
|
|
1415
|
+
}
|
|
1416
|
+
if ($dara.isNull(credentialType)) {
|
|
1417
|
+
credentialType = "access_key";
|
|
1418
|
+
}
|
|
1419
|
+
let authConfig = new openapi_core_2.$OpenApiUtil.Config({
|
|
1420
|
+
accessKeyId: accessKeyId,
|
|
1421
|
+
accessKeySecret: accessKeySecret,
|
|
1422
|
+
securityToken: securityToken,
|
|
1423
|
+
type: credentialType,
|
|
1424
|
+
endpoint: openPlatformEndpoint,
|
|
1425
|
+
protocol: this._protocol,
|
|
1426
|
+
regionId: this._regionId,
|
|
1427
|
+
});
|
|
1428
|
+
let authClient = new openapi_core_1.default(authConfig);
|
|
1429
|
+
let authRequest = {
|
|
1430
|
+
Product: "xtee",
|
|
1431
|
+
RegionId: this._regionId,
|
|
1432
|
+
};
|
|
1433
|
+
let authReq = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
1434
|
+
query: openapi_core_2.OpenApiUtil.query(authRequest),
|
|
1435
|
+
});
|
|
1436
|
+
let authParams = new openapi_core_2.$OpenApiUtil.Params({
|
|
1437
|
+
action: "AuthorizeFileUpload",
|
|
1438
|
+
version: "2019-12-19",
|
|
1439
|
+
protocol: "HTTPS",
|
|
1440
|
+
pathname: "/",
|
|
1441
|
+
method: "GET",
|
|
1442
|
+
authType: "AK",
|
|
1443
|
+
style: "RPC",
|
|
1444
|
+
reqBodyType: "formData",
|
|
1445
|
+
bodyType: "json",
|
|
1446
|
+
});
|
|
1447
|
+
let authResponse = {};
|
|
1448
|
+
let fileObj = new $dara.FileField({});
|
|
1449
|
+
let ossHeader = {};
|
|
1450
|
+
let tmpBody = {};
|
|
1451
|
+
let useAccelerate = false;
|
|
1452
|
+
let authResponseBody = {};
|
|
1453
|
+
let createForeignPocSampleReq = new $_model.CreateForeignPocSampleRequest({});
|
|
1454
|
+
openapi_core_2.OpenApiUtil.convert(request, createForeignPocSampleReq);
|
|
1455
|
+
if (!$dara.isNull(request.fileObject)) {
|
|
1456
|
+
authResponse = await authClient.callApi(authParams, authReq, runtime);
|
|
1457
|
+
tmpBody = authResponse["body"];
|
|
1458
|
+
useAccelerate = Boolean(tmpBody["UseAccelerate"]);
|
|
1459
|
+
authResponseBody = openapi_core_2.OpenApiUtil.stringifyMapValue(tmpBody);
|
|
1460
|
+
fileObj = new $dara.FileField({
|
|
1461
|
+
filename: authResponseBody["ObjectKey"],
|
|
1462
|
+
content: request.fileObject,
|
|
1463
|
+
contentType: "",
|
|
1464
|
+
});
|
|
1465
|
+
ossHeader = {
|
|
1466
|
+
host: openapi_core_2.OpenApiUtil.getEndpoint(authResponseBody["Endpoint"], useAccelerate, this._endpointType),
|
|
1467
|
+
OSSAccessKeyId: authResponseBody["AccessKeyId"],
|
|
1468
|
+
policy: authResponseBody["EncodedPolicy"],
|
|
1469
|
+
Signature: authResponseBody["Signature"],
|
|
1470
|
+
key: authResponseBody["ObjectKey"],
|
|
1471
|
+
file: fileObj,
|
|
1472
|
+
success_action_status: "201",
|
|
1473
|
+
};
|
|
1474
|
+
await this._postOSSObject(authResponseBody["Bucket"], ossHeader, runtime);
|
|
1475
|
+
createForeignPocSampleReq.file = `http://${authResponseBody["Bucket"]}.${authResponseBody["Endpoint"]}/${authResponseBody["ObjectKey"]}`;
|
|
1476
|
+
}
|
|
1477
|
+
let createForeignPocSampleResp = await this.createForeignPocSampleWithOptions(createForeignPocSampleReq, runtime);
|
|
1478
|
+
return createForeignPocSampleResp;
|
|
1479
|
+
}
|
|
1270
1480
|
/**
|
|
1271
1481
|
* Submit Task
|
|
1272
1482
|
*
|
|
@@ -1331,7 +1541,7 @@ class Client extends openapi_core_1.default {
|
|
|
1331
1541
|
return await this.createModelWithOptions(request, runtime);
|
|
1332
1542
|
}
|
|
1333
1543
|
/**
|
|
1334
|
-
*
|
|
1544
|
+
* Creates a POC.
|
|
1335
1545
|
*
|
|
1336
1546
|
* @param request - CreatePocEvRequest
|
|
1337
1547
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1390,7 +1600,7 @@ class Client extends openapi_core_1.default {
|
|
|
1390
1600
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreatePocEvResponse({}));
|
|
1391
1601
|
}
|
|
1392
1602
|
/**
|
|
1393
|
-
*
|
|
1603
|
+
* Creates a POC.
|
|
1394
1604
|
*
|
|
1395
1605
|
* @param request - CreatePocEvRequest
|
|
1396
1606
|
* @returns CreatePocEvResponse
|
|
@@ -1400,7 +1610,7 @@ class Client extends openapi_core_1.default {
|
|
|
1400
1610
|
return await this.createPocEvWithOptions(request, runtime);
|
|
1401
1611
|
}
|
|
1402
1612
|
/**
|
|
1403
|
-
*
|
|
1613
|
+
* Create a sample record
|
|
1404
1614
|
*
|
|
1405
1615
|
* @param request - CreatePocSampleRequest
|
|
1406
1616
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1450,7 +1660,7 @@ class Client extends openapi_core_1.default {
|
|
|
1450
1660
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreatePocSampleResponse({}));
|
|
1451
1661
|
}
|
|
1452
1662
|
/**
|
|
1453
|
-
*
|
|
1663
|
+
* Create a sample record
|
|
1454
1664
|
*
|
|
1455
1665
|
* @param request - CreatePocSampleRequest
|
|
1456
1666
|
* @returns CreatePocSampleResponse
|
|
@@ -1460,7 +1670,7 @@ class Client extends openapi_core_1.default {
|
|
|
1460
1670
|
return await this.createPocSampleWithOptions(request, runtime);
|
|
1461
1671
|
}
|
|
1462
1672
|
/**
|
|
1463
|
-
*
|
|
1673
|
+
* Creates a custom query variable.
|
|
1464
1674
|
*
|
|
1465
1675
|
* @param request - CreateQueryVariableRequest
|
|
1466
1676
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1519,7 +1729,7 @@ class Client extends openapi_core_1.default {
|
|
|
1519
1729
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateQueryVariableResponse({}));
|
|
1520
1730
|
}
|
|
1521
1731
|
/**
|
|
1522
|
-
*
|
|
1732
|
+
* Creates a custom query variable.
|
|
1523
1733
|
*
|
|
1524
1734
|
* @param request - CreateQueryVariableRequest
|
|
1525
1735
|
* @returns CreateQueryVariableResponse
|
|
@@ -1529,7 +1739,7 @@ class Client extends openapi_core_1.default {
|
|
|
1529
1739
|
return await this.createQueryVariableWithOptions(request, runtime);
|
|
1530
1740
|
}
|
|
1531
1741
|
/**
|
|
1532
|
-
*
|
|
1742
|
+
* Creates a recommended event policy.
|
|
1533
1743
|
*
|
|
1534
1744
|
* @param request - CreateRecommendEventRuleRequest
|
|
1535
1745
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1573,7 +1783,7 @@ class Client extends openapi_core_1.default {
|
|
|
1573
1783
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateRecommendEventRuleResponse({}));
|
|
1574
1784
|
}
|
|
1575
1785
|
/**
|
|
1576
|
-
*
|
|
1786
|
+
* Creates a recommended event policy.
|
|
1577
1787
|
*
|
|
1578
1788
|
* @param request - CreateRecommendEventRuleRequest
|
|
1579
1789
|
* @returns CreateRecommendEventRuleResponse
|
|
@@ -1583,7 +1793,7 @@ class Client extends openapi_core_1.default {
|
|
|
1583
1793
|
return await this.createRecommendEventRuleWithOptions(request, runtime);
|
|
1584
1794
|
}
|
|
1585
1795
|
/**
|
|
1586
|
-
*
|
|
1796
|
+
* Creates a recommendation task.
|
|
1587
1797
|
*
|
|
1588
1798
|
* @param request - CreateRecommendTaskRequest
|
|
1589
1799
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1627,7 +1837,7 @@ class Client extends openapi_core_1.default {
|
|
|
1627
1837
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateRecommendTaskResponse({}));
|
|
1628
1838
|
}
|
|
1629
1839
|
/**
|
|
1630
|
-
*
|
|
1840
|
+
* Creates a recommendation task.
|
|
1631
1841
|
*
|
|
1632
1842
|
* @param request - CreateRecommendTaskRequest
|
|
1633
1843
|
* @returns CreateRecommendTaskResponse
|
|
@@ -1637,7 +1847,7 @@ class Client extends openapi_core_1.default {
|
|
|
1637
1847
|
return await this.createRecommendTaskWithOptions(request, runtime);
|
|
1638
1848
|
}
|
|
1639
1849
|
/**
|
|
1640
|
-
*
|
|
1850
|
+
* Creates a policy and version.
|
|
1641
1851
|
*
|
|
1642
1852
|
* @param request - CreateRuleRequest
|
|
1643
1853
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1705,7 +1915,7 @@ class Client extends openapi_core_1.default {
|
|
|
1705
1915
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateRuleResponse({}));
|
|
1706
1916
|
}
|
|
1707
1917
|
/**
|
|
1708
|
-
*
|
|
1918
|
+
* Creates a policy and version.
|
|
1709
1919
|
*
|
|
1710
1920
|
* @param request - CreateRuleRequest
|
|
1711
1921
|
* @returns CreateRuleResponse
|
|
@@ -1715,7 +1925,7 @@ class Client extends openapi_core_1.default {
|
|
|
1715
1925
|
return await this.createRuleWithOptions(request, runtime);
|
|
1716
1926
|
}
|
|
1717
1927
|
/**
|
|
1718
|
-
*
|
|
1928
|
+
* Adds a data sample.
|
|
1719
1929
|
*
|
|
1720
1930
|
* @param request - CreateSampleRequest
|
|
1721
1931
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1768,7 +1978,7 @@ class Client extends openapi_core_1.default {
|
|
|
1768
1978
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSampleResponse({}));
|
|
1769
1979
|
}
|
|
1770
1980
|
/**
|
|
1771
|
-
*
|
|
1981
|
+
* Adds a data sample.
|
|
1772
1982
|
*
|
|
1773
1983
|
* @param request - CreateSampleRequest
|
|
1774
1984
|
* @returns CreateSampleResponse
|
|
@@ -1778,7 +1988,7 @@ class Client extends openapi_core_1.default {
|
|
|
1778
1988
|
return await this.createSampleWithOptions(request, runtime);
|
|
1779
1989
|
}
|
|
1780
1990
|
/**
|
|
1781
|
-
*
|
|
1991
|
+
* Creates a sample batch for a single API at the user level.
|
|
1782
1992
|
*
|
|
1783
1993
|
* @param request - CreateSampleApiRequest
|
|
1784
1994
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1822,7 +2032,7 @@ class Client extends openapi_core_1.default {
|
|
|
1822
2032
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSampleApiResponse({}));
|
|
1823
2033
|
}
|
|
1824
2034
|
/**
|
|
1825
|
-
*
|
|
2035
|
+
* Creates a sample batch for a single API at the user level.
|
|
1826
2036
|
*
|
|
1827
2037
|
* @param request - CreateSampleApiRequest
|
|
1828
2038
|
* @returns CreateSampleApiResponse
|
|
@@ -1895,7 +2105,7 @@ class Client extends openapi_core_1.default {
|
|
|
1895
2105
|
return await this.createSampleBatchWithOptions(request, runtime);
|
|
1896
2106
|
}
|
|
1897
2107
|
/**
|
|
1898
|
-
*
|
|
2108
|
+
* Creates sample data.
|
|
1899
2109
|
*
|
|
1900
2110
|
* @param request - CreateSampleDataRequest
|
|
1901
2111
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1948,7 +2158,7 @@ class Client extends openapi_core_1.default {
|
|
|
1948
2158
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSampleDataResponse({}));
|
|
1949
2159
|
}
|
|
1950
2160
|
/**
|
|
1951
|
-
*
|
|
2161
|
+
* Creates sample data.
|
|
1952
2162
|
*
|
|
1953
2163
|
* @param request - CreateSampleDataRequest
|
|
1954
2164
|
* @returns CreateSampleDataResponse
|
|
@@ -1958,7 +2168,7 @@ class Client extends openapi_core_1.default {
|
|
|
1958
2168
|
return await this.createSampleDataWithOptions(request, runtime);
|
|
1959
2169
|
}
|
|
1960
2170
|
/**
|
|
1961
|
-
*
|
|
2171
|
+
* Creates a task.
|
|
1962
2172
|
*
|
|
1963
2173
|
* @param request - CreateSimulationTaskRequest
|
|
1964
2174
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2017,7 +2227,7 @@ class Client extends openapi_core_1.default {
|
|
|
2017
2227
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateSimulationTaskResponse({}));
|
|
2018
2228
|
}
|
|
2019
2229
|
/**
|
|
2020
|
-
*
|
|
2230
|
+
* Creates a task.
|
|
2021
2231
|
*
|
|
2022
2232
|
* @param request - CreateSimulationTaskRequest
|
|
2023
2233
|
* @returns CreateSimulationTaskResponse
|
|
@@ -2027,7 +2237,7 @@ class Client extends openapi_core_1.default {
|
|
|
2027
2237
|
return await this.createSimulationTaskWithOptions(request, runtime);
|
|
2028
2238
|
}
|
|
2029
2239
|
/**
|
|
2030
|
-
*
|
|
2240
|
+
* Cancels a subtask.
|
|
2031
2241
|
*
|
|
2032
2242
|
* @param request - CreateTaskGroupRequest
|
|
2033
2243
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2051,6 +2261,9 @@ class Client extends openapi_core_1.default {
|
|
|
2051
2261
|
if (!$dara.isNull(request.serviceCodes)) {
|
|
2052
2262
|
query["ServiceCodes"] = request.serviceCodes;
|
|
2053
2263
|
}
|
|
2264
|
+
if (!$dara.isNull(request.serviceList)) {
|
|
2265
|
+
query["ServiceList"] = request.serviceList;
|
|
2266
|
+
}
|
|
2054
2267
|
if (!$dara.isNull(request.serviceNames)) {
|
|
2055
2268
|
query["ServiceNames"] = request.serviceNames;
|
|
2056
2269
|
}
|
|
@@ -2080,7 +2293,7 @@ class Client extends openapi_core_1.default {
|
|
|
2080
2293
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateTaskGroupResponse({}));
|
|
2081
2294
|
}
|
|
2082
2295
|
/**
|
|
2083
|
-
*
|
|
2296
|
+
* Cancels a subtask.
|
|
2084
2297
|
*
|
|
2085
2298
|
* @param request - CreateTaskGroupRequest
|
|
2086
2299
|
* @returns CreateTaskGroupResponse
|
|
@@ -2159,7 +2372,7 @@ class Client extends openapi_core_1.default {
|
|
|
2159
2372
|
return await this.deepCopyRuleWithOptions(request, runtime);
|
|
2160
2373
|
}
|
|
2161
2374
|
/**
|
|
2162
|
-
*
|
|
2375
|
+
* Deletes a query condition.
|
|
2163
2376
|
*
|
|
2164
2377
|
* @param request - DeleteAnalysisConditionFavoriteRequest
|
|
2165
2378
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2194,7 +2407,7 @@ class Client extends openapi_core_1.default {
|
|
|
2194
2407
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteAnalysisConditionFavoriteResponse({}));
|
|
2195
2408
|
}
|
|
2196
2409
|
/**
|
|
2197
|
-
*
|
|
2410
|
+
* Deletes a query condition.
|
|
2198
2411
|
*
|
|
2199
2412
|
* @param request - DeleteAnalysisConditionFavoriteRequest
|
|
2200
2413
|
* @returns DeleteAnalysisConditionFavoriteResponse
|
|
@@ -2204,7 +2417,7 @@ class Client extends openapi_core_1.default {
|
|
|
2204
2417
|
return await this.deleteAnalysisConditionFavoriteWithOptions(request, runtime);
|
|
2205
2418
|
}
|
|
2206
2419
|
/**
|
|
2207
|
-
*
|
|
2420
|
+
* Deletes a bypass event.
|
|
2208
2421
|
*
|
|
2209
2422
|
* @param request - DeleteByPassShuntEventRequest
|
|
2210
2423
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2239,7 +2452,7 @@ class Client extends openapi_core_1.default {
|
|
|
2239
2452
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteByPassShuntEventResponse({}));
|
|
2240
2453
|
}
|
|
2241
2454
|
/**
|
|
2242
|
-
*
|
|
2455
|
+
* Deletes a bypass event.
|
|
2243
2456
|
*
|
|
2244
2457
|
* @param request - DeleteByPassShuntEventRequest
|
|
2245
2458
|
* @returns DeleteByPassShuntEventResponse
|
|
@@ -2249,7 +2462,7 @@ class Client extends openapi_core_1.default {
|
|
|
2249
2462
|
return await this.deleteByPassShuntEventWithOptions(request, runtime);
|
|
2250
2463
|
}
|
|
2251
2464
|
/**
|
|
2252
|
-
*
|
|
2465
|
+
* Deletes a cumulative variable.
|
|
2253
2466
|
*
|
|
2254
2467
|
* @param request - DeleteCustVariableRequest
|
|
2255
2468
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2290,7 +2503,7 @@ class Client extends openapi_core_1.default {
|
|
|
2290
2503
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteCustVariableResponse({}));
|
|
2291
2504
|
}
|
|
2292
2505
|
/**
|
|
2293
|
-
*
|
|
2506
|
+
* Deletes a cumulative variable.
|
|
2294
2507
|
*
|
|
2295
2508
|
* @param request - DeleteCustVariableRequest
|
|
2296
2509
|
* @returns DeleteCustVariableResponse
|
|
@@ -2300,7 +2513,7 @@ class Client extends openapi_core_1.default {
|
|
|
2300
2513
|
return await this.deleteCustVariableWithOptions(request, runtime);
|
|
2301
2514
|
}
|
|
2302
2515
|
/**
|
|
2303
|
-
*
|
|
2516
|
+
* Deletes a data source.
|
|
2304
2517
|
*
|
|
2305
2518
|
* @param request - DeleteDataSourceRequest
|
|
2306
2519
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2335,7 +2548,7 @@ class Client extends openapi_core_1.default {
|
|
|
2335
2548
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDataSourceResponse({}));
|
|
2336
2549
|
}
|
|
2337
2550
|
/**
|
|
2338
|
-
*
|
|
2551
|
+
* Deletes a data source.
|
|
2339
2552
|
*
|
|
2340
2553
|
* @param request - DeleteDataSourceRequest
|
|
2341
2554
|
* @returns DeleteDataSourceResponse
|
|
@@ -2393,7 +2606,7 @@ class Client extends openapi_core_1.default {
|
|
|
2393
2606
|
return await this.deleteEventFieldWithOptions(request, runtime);
|
|
2394
2607
|
}
|
|
2395
2608
|
/**
|
|
2396
|
-
*
|
|
2609
|
+
* Deletes a custom variable.
|
|
2397
2610
|
*
|
|
2398
2611
|
* @param request - DeleteExpressionVariableRequest
|
|
2399
2612
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2431,7 +2644,7 @@ class Client extends openapi_core_1.default {
|
|
|
2431
2644
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteExpressionVariableResponse({}));
|
|
2432
2645
|
}
|
|
2433
2646
|
/**
|
|
2434
|
-
*
|
|
2647
|
+
* Deletes a custom variable.
|
|
2435
2648
|
*
|
|
2436
2649
|
* @param request - DeleteExpressionVariableRequest
|
|
2437
2650
|
* @returns DeleteExpressionVariableResponse
|
|
@@ -2441,7 +2654,7 @@ class Client extends openapi_core_1.default {
|
|
|
2441
2654
|
return await this.deleteExpressionVariableWithOptions(request, runtime);
|
|
2442
2655
|
}
|
|
2443
2656
|
/**
|
|
2444
|
-
*
|
|
2657
|
+
* Deletes a field.
|
|
2445
2658
|
*
|
|
2446
2659
|
* @param request - DeleteFieldRequest
|
|
2447
2660
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2479,7 +2692,7 @@ class Client extends openapi_core_1.default {
|
|
|
2479
2692
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteFieldResponse({}));
|
|
2480
2693
|
}
|
|
2481
2694
|
/**
|
|
2482
|
-
*
|
|
2695
|
+
* Deletes a field.
|
|
2483
2696
|
*
|
|
2484
2697
|
* @param request - DeleteFieldRequest
|
|
2485
2698
|
* @returns DeleteFieldResponse
|
|
@@ -2489,7 +2702,7 @@ class Client extends openapi_core_1.default {
|
|
|
2489
2702
|
return await this.deleteFieldWithOptions(request, runtime);
|
|
2490
2703
|
}
|
|
2491
2704
|
/**
|
|
2492
|
-
*
|
|
2705
|
+
* Deletes a list.
|
|
2493
2706
|
*
|
|
2494
2707
|
* @param request - DeleteNameListRequest
|
|
2495
2708
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2524,7 +2737,7 @@ class Client extends openapi_core_1.default {
|
|
|
2524
2737
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteNameListResponse({}));
|
|
2525
2738
|
}
|
|
2526
2739
|
/**
|
|
2527
|
-
*
|
|
2740
|
+
* Deletes a list.
|
|
2528
2741
|
*
|
|
2529
2742
|
* @param request - DeleteNameListRequest
|
|
2530
2743
|
* @returns DeleteNameListResponse
|
|
@@ -2534,7 +2747,7 @@ class Client extends openapi_core_1.default {
|
|
|
2534
2747
|
return await this.deleteNameListWithOptions(request, runtime);
|
|
2535
2748
|
}
|
|
2536
2749
|
/**
|
|
2537
|
-
*
|
|
2750
|
+
* Deletes list variable data.
|
|
2538
2751
|
*
|
|
2539
2752
|
* @param request - DeleteNameListDataRequest
|
|
2540
2753
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2569,7 +2782,7 @@ class Client extends openapi_core_1.default {
|
|
|
2569
2782
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteNameListDataResponse({}));
|
|
2570
2783
|
}
|
|
2571
2784
|
/**
|
|
2572
|
-
*
|
|
2785
|
+
* Deletes list variable data.
|
|
2573
2786
|
*
|
|
2574
2787
|
* @param request - DeleteNameListDataRequest
|
|
2575
2788
|
* @returns DeleteNameListDataResponse
|
|
@@ -2579,7 +2792,7 @@ class Client extends openapi_core_1.default {
|
|
|
2579
2792
|
return await this.deleteNameListDataWithOptions(request, runtime);
|
|
2580
2793
|
}
|
|
2581
2794
|
/**
|
|
2582
|
-
*
|
|
2795
|
+
* Deletes a custom query variable.
|
|
2583
2796
|
*
|
|
2584
2797
|
* @param request - DeleteQueryVariableRequest
|
|
2585
2798
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2614,7 +2827,7 @@ class Client extends openapi_core_1.default {
|
|
|
2614
2827
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteQueryVariableResponse({}));
|
|
2615
2828
|
}
|
|
2616
2829
|
/**
|
|
2617
|
-
*
|
|
2830
|
+
* Deletes a custom query variable.
|
|
2618
2831
|
*
|
|
2619
2832
|
* @param request - DeleteQueryVariableRequest
|
|
2620
2833
|
* @returns DeleteQueryVariableResponse
|
|
@@ -2624,7 +2837,7 @@ class Client extends openapi_core_1.default {
|
|
|
2624
2837
|
return await this.deleteQueryVariableWithOptions(request, runtime);
|
|
2625
2838
|
}
|
|
2626
2839
|
/**
|
|
2627
|
-
*
|
|
2840
|
+
* Deletes a policy version.
|
|
2628
2841
|
*
|
|
2629
2842
|
* @param request - DeleteRuleRequest
|
|
2630
2843
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2665,7 +2878,7 @@ class Client extends openapi_core_1.default {
|
|
|
2665
2878
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteRuleResponse({}));
|
|
2666
2879
|
}
|
|
2667
2880
|
/**
|
|
2668
|
-
*
|
|
2881
|
+
* Deletes a policy version.
|
|
2669
2882
|
*
|
|
2670
2883
|
* @param request - DeleteRuleRequest
|
|
2671
2884
|
* @returns DeleteRuleResponse
|
|
@@ -2675,7 +2888,7 @@ class Client extends openapi_core_1.default {
|
|
|
2675
2888
|
return await this.deleteRuleWithOptions(request, runtime);
|
|
2676
2889
|
}
|
|
2677
2890
|
/**
|
|
2678
|
-
*
|
|
2891
|
+
* Delete sample
|
|
2679
2892
|
*
|
|
2680
2893
|
* @param request - DeleteSampleRequest
|
|
2681
2894
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2710,7 +2923,7 @@ class Client extends openapi_core_1.default {
|
|
|
2710
2923
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteSampleResponse({}));
|
|
2711
2924
|
}
|
|
2712
2925
|
/**
|
|
2713
|
-
*
|
|
2926
|
+
* Delete sample
|
|
2714
2927
|
*
|
|
2715
2928
|
* @param request - DeleteSampleRequest
|
|
2716
2929
|
* @returns DeleteSampleResponse
|
|
@@ -2720,7 +2933,7 @@ class Client extends openapi_core_1.default {
|
|
|
2720
2933
|
return await this.deleteSampleWithOptions(request, runtime);
|
|
2721
2934
|
}
|
|
2722
2935
|
/**
|
|
2723
|
-
*
|
|
2936
|
+
* Deletes samples in batches.
|
|
2724
2937
|
*
|
|
2725
2938
|
* @param request - DeleteSampleBatchRequest
|
|
2726
2939
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2758,7 +2971,7 @@ class Client extends openapi_core_1.default {
|
|
|
2758
2971
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteSampleBatchResponse({}));
|
|
2759
2972
|
}
|
|
2760
2973
|
/**
|
|
2761
|
-
*
|
|
2974
|
+
* Deletes samples in batches.
|
|
2762
2975
|
*
|
|
2763
2976
|
* @param request - DeleteSampleBatchRequest
|
|
2764
2977
|
* @returns DeleteSampleBatchResponse
|
|
@@ -2813,7 +3026,7 @@ class Client extends openapi_core_1.default {
|
|
|
2813
3026
|
return await this.deleteSampleBatchMetaWithOptions(request, runtime);
|
|
2814
3027
|
}
|
|
2815
3028
|
/**
|
|
2816
|
-
*
|
|
3029
|
+
* Deletes sample data.
|
|
2817
3030
|
*
|
|
2818
3031
|
* @param request - DeleteSampleDataRequest
|
|
2819
3032
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2848,7 +3061,7 @@ class Client extends openapi_core_1.default {
|
|
|
2848
3061
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteSampleDataResponse({}));
|
|
2849
3062
|
}
|
|
2850
3063
|
/**
|
|
2851
|
-
*
|
|
3064
|
+
* Deletes sample data.
|
|
2852
3065
|
*
|
|
2853
3066
|
* @param request - DeleteSampleDataRequest
|
|
2854
3067
|
* @returns DeleteSampleDataResponse
|
|
@@ -2903,7 +3116,7 @@ class Client extends openapi_core_1.default {
|
|
|
2903
3116
|
return await this.deleteSelfBindVariableWithOptions(request, runtime);
|
|
2904
3117
|
}
|
|
2905
3118
|
/**
|
|
2906
|
-
*
|
|
3119
|
+
* Retrieves left-hand variables for advanced queries.
|
|
2907
3120
|
*
|
|
2908
3121
|
* @param request - DescribeAdvanceSearchLeftVariableListRequest
|
|
2909
3122
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2941,7 +3154,7 @@ class Client extends openapi_core_1.default {
|
|
|
2941
3154
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAdvanceSearchLeftVariableListResponse({}));
|
|
2942
3155
|
}
|
|
2943
3156
|
/**
|
|
2944
|
-
*
|
|
3157
|
+
* Retrieves left-hand variables for advanced queries.
|
|
2945
3158
|
*
|
|
2946
3159
|
* @param request - DescribeAdvanceSearchLeftVariableListRequest
|
|
2947
3160
|
* @returns DescribeAdvanceSearchLeftVariableListResponse
|
|
@@ -2951,7 +3164,7 @@ class Client extends openapi_core_1.default {
|
|
|
2951
3164
|
return await this.describeAdvanceSearchLeftVariableListWithOptions(request, runtime);
|
|
2952
3165
|
}
|
|
2953
3166
|
/**
|
|
2954
|
-
*
|
|
3167
|
+
* Performs an advanced query for event analysis.
|
|
2955
3168
|
*
|
|
2956
3169
|
* @param request - DescribeAdvanceSearchPageListRequest
|
|
2957
3170
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3007,7 +3220,7 @@ class Client extends openapi_core_1.default {
|
|
|
3007
3220
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAdvanceSearchPageListResponse({}));
|
|
3008
3221
|
}
|
|
3009
3222
|
/**
|
|
3010
|
-
*
|
|
3223
|
+
* Performs an advanced query for event analysis.
|
|
3011
3224
|
*
|
|
3012
3225
|
* @param request - DescribeAdvanceSearchPageListRequest
|
|
3013
3226
|
* @returns DescribeAdvanceSearchPageListResponse
|
|
@@ -3017,7 +3230,7 @@ class Client extends openapi_core_1.default {
|
|
|
3017
3230
|
return await this.describeAdvanceSearchPageListWithOptions(request, runtime);
|
|
3018
3231
|
}
|
|
3019
3232
|
/**
|
|
3020
|
-
*
|
|
3233
|
+
* Lists data sources.
|
|
3021
3234
|
*
|
|
3022
3235
|
* @param request - DescribeAllDataSourceRequest
|
|
3023
3236
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3049,7 +3262,7 @@ class Client extends openapi_core_1.default {
|
|
|
3049
3262
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAllDataSourceResponse({}));
|
|
3050
3263
|
}
|
|
3051
3264
|
/**
|
|
3052
|
-
*
|
|
3265
|
+
* Lists data sources.
|
|
3053
3266
|
*
|
|
3054
3267
|
* @param request - DescribeAllDataSourceRequest
|
|
3055
3268
|
* @returns DescribeAllDataSourceResponse
|
|
@@ -3059,7 +3272,7 @@ class Client extends openapi_core_1.default {
|
|
|
3059
3272
|
return await this.describeAllDataSourceWithOptions(request, runtime);
|
|
3060
3273
|
}
|
|
3061
3274
|
/**
|
|
3062
|
-
*
|
|
3275
|
+
* Queries the event list.
|
|
3063
3276
|
*
|
|
3064
3277
|
* @param request - DescribeAllEventNameAndCodeRequest
|
|
3065
3278
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3094,7 +3307,7 @@ class Client extends openapi_core_1.default {
|
|
|
3094
3307
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAllEventNameAndCodeResponse({}));
|
|
3095
3308
|
}
|
|
3096
3309
|
/**
|
|
3097
|
-
*
|
|
3310
|
+
* Queries the event list.
|
|
3098
3311
|
*
|
|
3099
3312
|
* @param request - DescribeAllEventNameAndCodeRequest
|
|
3100
3313
|
* @returns DescribeAllEventNameAndCodeResponse
|
|
@@ -3104,7 +3317,7 @@ class Client extends openapi_core_1.default {
|
|
|
3104
3317
|
return await this.describeAllEventNameAndCodeWithOptions(request, runtime);
|
|
3105
3318
|
}
|
|
3106
3319
|
/**
|
|
3107
|
-
*
|
|
3320
|
+
* Displays all root variables during custom expression testing.
|
|
3108
3321
|
*
|
|
3109
3322
|
* @param request - DescribeAllRootVariableRequest
|
|
3110
3323
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3160,7 +3373,7 @@ class Client extends openapi_core_1.default {
|
|
|
3160
3373
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAllRootVariableResponse({}));
|
|
3161
3374
|
}
|
|
3162
3375
|
/**
|
|
3163
|
-
*
|
|
3376
|
+
* Displays all root variables during custom expression testing.
|
|
3164
3377
|
*
|
|
3165
3378
|
* @param request - DescribeAllRootVariableRequest
|
|
3166
3379
|
* @returns DescribeAllRootVariableResponse
|
|
@@ -3170,7 +3383,7 @@ class Client extends openapi_core_1.default {
|
|
|
3170
3383
|
return await this.describeAllRootVariableWithOptions(request, runtime);
|
|
3171
3384
|
}
|
|
3172
3385
|
/**
|
|
3173
|
-
*
|
|
3386
|
+
* Displays all fields.
|
|
3174
3387
|
*
|
|
3175
3388
|
* @param request - DescribeAnalysisColumnFieldListRequest
|
|
3176
3389
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3202,7 +3415,7 @@ class Client extends openapi_core_1.default {
|
|
|
3202
3415
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAnalysisColumnFieldListResponse({}));
|
|
3203
3416
|
}
|
|
3204
3417
|
/**
|
|
3205
|
-
*
|
|
3418
|
+
* Displays all fields.
|
|
3206
3419
|
*
|
|
3207
3420
|
* @param request - DescribeAnalysisColumnFieldListRequest
|
|
3208
3421
|
* @returns DescribeAnalysisColumnFieldListResponse
|
|
@@ -3212,7 +3425,7 @@ class Client extends openapi_core_1.default {
|
|
|
3212
3425
|
return await this.describeAnalysisColumnFieldListWithOptions(request, runtime);
|
|
3213
3426
|
}
|
|
3214
3427
|
/**
|
|
3215
|
-
*
|
|
3428
|
+
* Queries custom columns.
|
|
3216
3429
|
*
|
|
3217
3430
|
* @param request - DescribeAnalysisColumnListRequest
|
|
3218
3431
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3244,7 +3457,7 @@ class Client extends openapi_core_1.default {
|
|
|
3244
3457
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAnalysisColumnListResponse({}));
|
|
3245
3458
|
}
|
|
3246
3459
|
/**
|
|
3247
|
-
*
|
|
3460
|
+
* Queries custom columns.
|
|
3248
3461
|
*
|
|
3249
3462
|
* @param request - DescribeAnalysisColumnListRequest
|
|
3250
3463
|
* @returns DescribeAnalysisColumnListResponse
|
|
@@ -3254,7 +3467,7 @@ class Client extends openapi_core_1.default {
|
|
|
3254
3467
|
return await this.describeAnalysisColumnListWithOptions(request, runtime);
|
|
3255
3468
|
}
|
|
3256
3469
|
/**
|
|
3257
|
-
*
|
|
3470
|
+
* Queries the condition favorite list.
|
|
3258
3471
|
*
|
|
3259
3472
|
* @param request - DescribeAnalysisConditionFavoriteListRequest
|
|
3260
3473
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3286,7 +3499,7 @@ class Client extends openapi_core_1.default {
|
|
|
3286
3499
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAnalysisConditionFavoriteListResponse({}));
|
|
3287
3500
|
}
|
|
3288
3501
|
/**
|
|
3289
|
-
*
|
|
3502
|
+
* Queries the condition favorite list.
|
|
3290
3503
|
*
|
|
3291
3504
|
* @param request - DescribeAnalysisConditionFavoriteListRequest
|
|
3292
3505
|
* @returns DescribeAnalysisConditionFavoriteListResponse
|
|
@@ -3296,7 +3509,7 @@ class Client extends openapi_core_1.default {
|
|
|
3296
3509
|
return await this.describeAnalysisConditionFavoriteListWithOptions(request, runtime);
|
|
3297
3510
|
}
|
|
3298
3511
|
/**
|
|
3299
|
-
* Download
|
|
3512
|
+
* Download query results.
|
|
3300
3513
|
*
|
|
3301
3514
|
* @param request - DescribeAnalysisExportTaskDownloadUrlRequest
|
|
3302
3515
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3328,7 +3541,7 @@ class Client extends openapi_core_1.default {
|
|
|
3328
3541
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAnalysisExportTaskDownloadUrlResponse({}));
|
|
3329
3542
|
}
|
|
3330
3543
|
/**
|
|
3331
|
-
* Download
|
|
3544
|
+
* Download query results.
|
|
3332
3545
|
*
|
|
3333
3546
|
* @param request - DescribeAnalysisExportTaskDownloadUrlRequest
|
|
3334
3547
|
* @returns DescribeAnalysisExportTaskDownloadUrlResponse
|
|
@@ -3338,7 +3551,7 @@ class Client extends openapi_core_1.default {
|
|
|
3338
3551
|
return await this.describeAnalysisExportTaskDownloadUrlWithOptions(request, runtime);
|
|
3339
3552
|
}
|
|
3340
3553
|
/**
|
|
3341
|
-
*
|
|
3554
|
+
* Retrieves the details of an API.
|
|
3342
3555
|
*
|
|
3343
3556
|
* @param request - DescribeApiRequest
|
|
3344
3557
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3379,7 +3592,7 @@ class Client extends openapi_core_1.default {
|
|
|
3379
3592
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApiResponse({}));
|
|
3380
3593
|
}
|
|
3381
3594
|
/**
|
|
3382
|
-
*
|
|
3595
|
+
* Retrieves the details of an API.
|
|
3383
3596
|
*
|
|
3384
3597
|
* @param request - DescribeApiRequest
|
|
3385
3598
|
* @returns DescribeApiResponse
|
|
@@ -3389,7 +3602,7 @@ class Client extends openapi_core_1.default {
|
|
|
3389
3602
|
return await this.describeApiWithOptions(request, runtime);
|
|
3390
3603
|
}
|
|
3391
3604
|
/**
|
|
3392
|
-
*
|
|
3605
|
+
* Retrieves API groups, including purchased and custom groups.
|
|
3393
3606
|
*
|
|
3394
3607
|
* @param request - DescribeApiGroupsRequest
|
|
3395
3608
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3424,7 +3637,7 @@ class Client extends openapi_core_1.default {
|
|
|
3424
3637
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApiGroupsResponse({}));
|
|
3425
3638
|
}
|
|
3426
3639
|
/**
|
|
3427
|
-
*
|
|
3640
|
+
* Retrieves API groups, including purchased and custom groups.
|
|
3428
3641
|
*
|
|
3429
3642
|
* @param request - DescribeApiGroupsRequest
|
|
3430
3643
|
* @returns DescribeApiGroupsResponse
|
|
@@ -3434,7 +3647,7 @@ class Client extends openapi_core_1.default {
|
|
|
3434
3647
|
return await this.describeApiGroupsWithOptions(request, runtime);
|
|
3435
3648
|
}
|
|
3436
3649
|
/**
|
|
3437
|
-
*
|
|
3650
|
+
* Queries the limit information for creating API tasks.
|
|
3438
3651
|
*
|
|
3439
3652
|
* @param request - DescribeApiLimitRequest
|
|
3440
3653
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3466,7 +3679,7 @@ class Client extends openapi_core_1.default {
|
|
|
3466
3679
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApiLimitResponse({}));
|
|
3467
3680
|
}
|
|
3468
3681
|
/**
|
|
3469
|
-
*
|
|
3682
|
+
* Queries the limit information for creating API tasks.
|
|
3470
3683
|
*
|
|
3471
3684
|
* @param request - DescribeApiLimitRequest
|
|
3472
3685
|
* @returns DescribeApiLimitResponse
|
|
@@ -3476,7 +3689,7 @@ class Client extends openapi_core_1.default {
|
|
|
3476
3689
|
return await this.describeApiLimitWithOptions(request, runtime);
|
|
3477
3690
|
}
|
|
3478
3691
|
/**
|
|
3479
|
-
*
|
|
3692
|
+
* Retrieves API service names.
|
|
3480
3693
|
*
|
|
3481
3694
|
* @param request - DescribeApiNameListRequest
|
|
3482
3695
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3508,7 +3721,7 @@ class Client extends openapi_core_1.default {
|
|
|
3508
3721
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApiNameListResponse({}));
|
|
3509
3722
|
}
|
|
3510
3723
|
/**
|
|
3511
|
-
*
|
|
3724
|
+
* Retrieves API service names.
|
|
3512
3725
|
*
|
|
3513
3726
|
* @param request - DescribeApiNameListRequest
|
|
3514
3727
|
* @returns DescribeApiNameListResponse
|
|
@@ -3518,7 +3731,7 @@ class Client extends openapi_core_1.default {
|
|
|
3518
3731
|
return await this.describeApiNameListWithOptions(request, runtime);
|
|
3519
3732
|
}
|
|
3520
3733
|
/**
|
|
3521
|
-
* Query
|
|
3734
|
+
* Query variable details.
|
|
3522
3735
|
*
|
|
3523
3736
|
* @param request - DescribeApiVariableRequest
|
|
3524
3737
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3553,7 +3766,7 @@ class Client extends openapi_core_1.default {
|
|
|
3553
3766
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApiVariableResponse({}));
|
|
3554
3767
|
}
|
|
3555
3768
|
/**
|
|
3556
|
-
* Query
|
|
3769
|
+
* Query variable details.
|
|
3557
3770
|
*
|
|
3558
3771
|
* @param request - DescribeApiVariableRequest
|
|
3559
3772
|
* @returns DescribeApiVariableResponse
|
|
@@ -3563,7 +3776,7 @@ class Client extends openapi_core_1.default {
|
|
|
3563
3776
|
return await this.describeApiVariableWithOptions(request, runtime);
|
|
3564
3777
|
}
|
|
3565
3778
|
/**
|
|
3566
|
-
*
|
|
3779
|
+
* Retrieves the API list, including purchased and custom APIs.
|
|
3567
3780
|
*
|
|
3568
3781
|
* @param request - DescribeApisRequest
|
|
3569
3782
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3604,7 +3817,7 @@ class Client extends openapi_core_1.default {
|
|
|
3604
3817
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeApisResponse({}));
|
|
3605
3818
|
}
|
|
3606
3819
|
/**
|
|
3607
|
-
*
|
|
3820
|
+
* Retrieves the API list, including purchased and custom APIs.
|
|
3608
3821
|
*
|
|
3609
3822
|
* @param request - DescribeApisRequest
|
|
3610
3823
|
* @returns DescribeApisResponse
|
|
@@ -3614,7 +3827,7 @@ class Client extends openapi_core_1.default {
|
|
|
3614
3827
|
return await this.describeApisWithOptions(request, runtime);
|
|
3615
3828
|
}
|
|
3616
3829
|
/**
|
|
3617
|
-
*
|
|
3830
|
+
* Queries the list of appKeys.
|
|
3618
3831
|
*
|
|
3619
3832
|
* @param request - DescribeAppKeyPageRequest
|
|
3620
3833
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3652,7 +3865,7 @@ class Client extends openapi_core_1.default {
|
|
|
3652
3865
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAppKeyPageResponse({}));
|
|
3653
3866
|
}
|
|
3654
3867
|
/**
|
|
3655
|
-
*
|
|
3868
|
+
* Queries the list of appKeys.
|
|
3656
3869
|
*
|
|
3657
3870
|
* @param request - DescribeAppKeyPageRequest
|
|
3658
3871
|
* @returns DescribeAppKeyPageResponse
|
|
@@ -3662,7 +3875,7 @@ class Client extends openapi_core_1.default {
|
|
|
3662
3875
|
return await this.describeAppKeyPageWithOptions(request, runtime);
|
|
3663
3876
|
}
|
|
3664
3877
|
/**
|
|
3665
|
-
*
|
|
3878
|
+
* Configures the approval switch.
|
|
3666
3879
|
*
|
|
3667
3880
|
* @param request - DescribeAuditConfigRequest
|
|
3668
3881
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3697,7 +3910,7 @@ class Client extends openapi_core_1.default {
|
|
|
3697
3910
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAuditConfigResponse({}));
|
|
3698
3911
|
}
|
|
3699
3912
|
/**
|
|
3700
|
-
*
|
|
3913
|
+
* Configures the approval switch.
|
|
3701
3914
|
*
|
|
3702
3915
|
* @param request - DescribeAuditConfigRequest
|
|
3703
3916
|
* @returns DescribeAuditConfigResponse
|
|
@@ -3707,7 +3920,7 @@ class Client extends openapi_core_1.default {
|
|
|
3707
3920
|
return await this.describeAuditConfigWithOptions(request, runtime);
|
|
3708
3921
|
}
|
|
3709
3922
|
/**
|
|
3710
|
-
*
|
|
3923
|
+
* Retrieves approval details.
|
|
3711
3924
|
*
|
|
3712
3925
|
* @param request - DescribeAuditDetailsRequest
|
|
3713
3926
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3742,7 +3955,7 @@ class Client extends openapi_core_1.default {
|
|
|
3742
3955
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAuditDetailsResponse({}));
|
|
3743
3956
|
}
|
|
3744
3957
|
/**
|
|
3745
|
-
*
|
|
3958
|
+
* Retrieves approval details.
|
|
3746
3959
|
*
|
|
3747
3960
|
* @param request - DescribeAuditDetailsRequest
|
|
3748
3961
|
* @returns DescribeAuditDetailsResponse
|
|
@@ -3752,7 +3965,7 @@ class Client extends openapi_core_1.default {
|
|
|
3752
3965
|
return await this.describeAuditDetailsWithOptions(request, runtime);
|
|
3753
3966
|
}
|
|
3754
3967
|
/**
|
|
3755
|
-
*
|
|
3968
|
+
* Displays and queries the audit list.
|
|
3756
3969
|
*
|
|
3757
3970
|
* @param request - DescribeAuditPageListRequest
|
|
3758
3971
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3799,7 +4012,7 @@ class Client extends openapi_core_1.default {
|
|
|
3799
4012
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAuditPageListResponse({}));
|
|
3800
4013
|
}
|
|
3801
4014
|
/**
|
|
3802
|
-
*
|
|
4015
|
+
* Displays and queries the audit list.
|
|
3803
4016
|
*
|
|
3804
4017
|
* @param request - DescribeAuditPageListRequest
|
|
3805
4018
|
* @returns DescribeAuditPageListResponse
|
|
@@ -3809,7 +4022,7 @@ class Client extends openapi_core_1.default {
|
|
|
3809
4022
|
return await this.describeAuditPageListWithOptions(request, runtime);
|
|
3810
4023
|
}
|
|
3811
4024
|
/**
|
|
3812
|
-
*
|
|
4025
|
+
* Queries the list of event names for the current user.
|
|
3813
4026
|
*
|
|
3814
4027
|
* @param request - DescribeAuthEventNameListRequest
|
|
3815
4028
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3841,7 +4054,7 @@ class Client extends openapi_core_1.default {
|
|
|
3841
4054
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAuthEventNameListResponse({}));
|
|
3842
4055
|
}
|
|
3843
4056
|
/**
|
|
3844
|
-
*
|
|
4057
|
+
* Queries the list of event names for the current user.
|
|
3845
4058
|
*
|
|
3846
4059
|
* @param request - DescribeAuthEventNameListRequest
|
|
3847
4060
|
* @returns DescribeAuthEventNameListResponse
|
|
@@ -3851,7 +4064,7 @@ class Client extends openapi_core_1.default {
|
|
|
3851
4064
|
return await this.describeAuthEventNameListWithOptions(request, runtime);
|
|
3852
4065
|
}
|
|
3853
4066
|
/**
|
|
3854
|
-
*
|
|
4067
|
+
* Queries a list of policies.
|
|
3855
4068
|
*
|
|
3856
4069
|
* @param request - DescribeAuthRulePageListRequest
|
|
3857
4070
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3892,7 +4105,7 @@ class Client extends openapi_core_1.default {
|
|
|
3892
4105
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAuthRulePageListResponse({}));
|
|
3893
4106
|
}
|
|
3894
4107
|
/**
|
|
3895
|
-
*
|
|
4108
|
+
* Queries a list of policies.
|
|
3896
4109
|
*
|
|
3897
4110
|
* @param request - DescribeAuthRulePageListRequest
|
|
3898
4111
|
* @returns DescribeAuthRulePageListResponse
|
|
@@ -3902,7 +4115,7 @@ class Client extends openapi_core_1.default {
|
|
|
3902
4115
|
return await this.describeAuthRulePageListWithOptions(request, runtime);
|
|
3903
4116
|
}
|
|
3904
4117
|
/**
|
|
3905
|
-
*
|
|
4118
|
+
* Queries the list of scenarios.
|
|
3906
4119
|
*
|
|
3907
4120
|
* @param request - DescribeAuthSceneListRequest
|
|
3908
4121
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3934,7 +4147,7 @@ class Client extends openapi_core_1.default {
|
|
|
3934
4147
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAuthSceneListResponse({}));
|
|
3935
4148
|
}
|
|
3936
4149
|
/**
|
|
3937
|
-
*
|
|
4150
|
+
* Queries the list of scenarios.
|
|
3938
4151
|
*
|
|
3939
4152
|
* @param request - DescribeAuthSceneListRequest
|
|
3940
4153
|
* @returns DescribeAuthSceneListResponse
|
|
@@ -3944,7 +4157,7 @@ class Client extends openapi_core_1.default {
|
|
|
3944
4157
|
return await this.describeAuthSceneListWithOptions(request, runtime);
|
|
3945
4158
|
}
|
|
3946
4159
|
/**
|
|
3947
|
-
*
|
|
4160
|
+
* Queries the list of scenarios.
|
|
3948
4161
|
*
|
|
3949
4162
|
* @param request - DescribeAuthScenePageListRequest
|
|
3950
4163
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3979,7 +4192,7 @@ class Client extends openapi_core_1.default {
|
|
|
3979
4192
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAuthScenePageListResponse({}));
|
|
3980
4193
|
}
|
|
3981
4194
|
/**
|
|
3982
|
-
*
|
|
4195
|
+
* Queries the list of scenarios.
|
|
3983
4196
|
*
|
|
3984
4197
|
* @param request - DescribeAuthScenePageListRequest
|
|
3985
4198
|
* @returns DescribeAuthScenePageListResponse
|
|
@@ -3989,7 +4202,7 @@ class Client extends openapi_core_1.default {
|
|
|
3989
4202
|
return await this.describeAuthScenePageListWithOptions(request, runtime);
|
|
3990
4203
|
}
|
|
3991
4204
|
/**
|
|
3992
|
-
*
|
|
4205
|
+
* Checks whether authorization is granted.
|
|
3993
4206
|
*
|
|
3994
4207
|
* @param request - DescribeAuthStatusRequest
|
|
3995
4208
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4021,7 +4234,7 @@ class Client extends openapi_core_1.default {
|
|
|
4021
4234
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAuthStatusResponse({}));
|
|
4022
4235
|
}
|
|
4023
4236
|
/**
|
|
4024
|
-
*
|
|
4237
|
+
* Checks whether authorization is granted.
|
|
4025
4238
|
*
|
|
4026
4239
|
* @param request - DescribeAuthStatusRequest
|
|
4027
4240
|
* @returns DescribeAuthStatusResponse
|
|
@@ -4031,7 +4244,7 @@ class Client extends openapi_core_1.default {
|
|
|
4031
4244
|
return await this.describeAuthStatusWithOptions(request, runtime);
|
|
4032
4245
|
}
|
|
4033
4246
|
/**
|
|
4034
|
-
* Average
|
|
4247
|
+
* Average execution duration.
|
|
4035
4248
|
*
|
|
4036
4249
|
* @param request - DescribeAvgExecuteCostReportRequest
|
|
4037
4250
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4063,7 +4276,7 @@ class Client extends openapi_core_1.default {
|
|
|
4063
4276
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAvgExecuteCostReportResponse({}));
|
|
4064
4277
|
}
|
|
4065
4278
|
/**
|
|
4066
|
-
* Average
|
|
4279
|
+
* Average execution duration.
|
|
4067
4280
|
*
|
|
4068
4281
|
* @param request - DescribeAvgExecuteCostReportRequest
|
|
4069
4282
|
* @returns DescribeAvgExecuteCostReportResponse
|
|
@@ -4073,7 +4286,7 @@ class Client extends openapi_core_1.default {
|
|
|
4073
4286
|
return await this.describeAvgExecuteCostReportWithOptions(request, runtime);
|
|
4074
4287
|
}
|
|
4075
4288
|
/**
|
|
4076
|
-
*
|
|
4289
|
+
* Performs a basic query.
|
|
4077
4290
|
*
|
|
4078
4291
|
* @param request - DescribeBasicSearchPageListRequest
|
|
4079
4292
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4126,7 +4339,7 @@ class Client extends openapi_core_1.default {
|
|
|
4126
4339
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeBasicSearchPageListResponse({}));
|
|
4127
4340
|
}
|
|
4128
4341
|
/**
|
|
4129
|
-
*
|
|
4342
|
+
* Performs a basic query.
|
|
4130
4343
|
*
|
|
4131
4344
|
* @param request - DescribeBasicSearchPageListRequest
|
|
4132
4345
|
* @returns DescribeBasicSearchPageListResponse
|
|
@@ -4136,7 +4349,7 @@ class Client extends openapi_core_1.default {
|
|
|
4136
4349
|
return await this.describeBasicSearchPageListWithOptions(request, runtime);
|
|
4137
4350
|
}
|
|
4138
4351
|
/**
|
|
4139
|
-
*
|
|
4352
|
+
* Queries basic statistics.
|
|
4140
4353
|
*
|
|
4141
4354
|
* @param request - DescribeBasicStartRequest
|
|
4142
4355
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4177,7 +4390,7 @@ class Client extends openapi_core_1.default {
|
|
|
4177
4390
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeBasicStartResponse({}));
|
|
4178
4391
|
}
|
|
4179
4392
|
/**
|
|
4180
|
-
*
|
|
4393
|
+
* Queries basic statistics.
|
|
4181
4394
|
*
|
|
4182
4395
|
* @param request - DescribeBasicStartRequest
|
|
4183
4396
|
* @returns DescribeBasicStartResponse
|
|
@@ -4187,7 +4400,7 @@ class Client extends openapi_core_1.default {
|
|
|
4187
4400
|
return await this.describeBasicStartWithOptions(request, runtime);
|
|
4188
4401
|
}
|
|
4189
4402
|
/**
|
|
4190
|
-
*
|
|
4403
|
+
* Queries a bypass event.
|
|
4191
4404
|
*
|
|
4192
4405
|
* @param request - DescribeByPassShuntEventRequest
|
|
4193
4406
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4222,7 +4435,7 @@ class Client extends openapi_core_1.default {
|
|
|
4222
4435
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeByPassShuntEventResponse({}));
|
|
4223
4436
|
}
|
|
4224
4437
|
/**
|
|
4225
|
-
*
|
|
4438
|
+
* Queries a bypass event.
|
|
4226
4439
|
*
|
|
4227
4440
|
* @param request - DescribeByPassShuntEventRequest
|
|
4228
4441
|
* @returns DescribeByPassShuntEventResponse
|
|
@@ -4232,7 +4445,7 @@ class Client extends openapi_core_1.default {
|
|
|
4232
4445
|
return await this.describeByPassShuntEventWithOptions(request, runtime);
|
|
4233
4446
|
}
|
|
4234
4447
|
/**
|
|
4235
|
-
*
|
|
4448
|
+
* Queries the type configurations of custom cumulative variables.
|
|
4236
4449
|
*
|
|
4237
4450
|
* @param request - DescribeCustVariableConfigListRequest
|
|
4238
4451
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4270,7 +4483,7 @@ class Client extends openapi_core_1.default {
|
|
|
4270
4483
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCustVariableConfigListResponse({}));
|
|
4271
4484
|
}
|
|
4272
4485
|
/**
|
|
4273
|
-
*
|
|
4486
|
+
* Queries the type configurations of custom cumulative variables.
|
|
4274
4487
|
*
|
|
4275
4488
|
* @param request - DescribeCustVariableConfigListRequest
|
|
4276
4489
|
* @returns DescribeCustVariableConfigListResponse
|
|
@@ -4280,7 +4493,7 @@ class Client extends openapi_core_1.default {
|
|
|
4280
4493
|
return await this.describeCustVariableConfigListWithOptions(request, runtime);
|
|
4281
4494
|
}
|
|
4282
4495
|
/**
|
|
4283
|
-
*
|
|
4496
|
+
* Queries the details of a cumulative variable.
|
|
4284
4497
|
*
|
|
4285
4498
|
* @param request - DescribeCustVariableDetailRequest
|
|
4286
4499
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4315,7 +4528,7 @@ class Client extends openapi_core_1.default {
|
|
|
4315
4528
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCustVariableDetailResponse({}));
|
|
4316
4529
|
}
|
|
4317
4530
|
/**
|
|
4318
|
-
*
|
|
4531
|
+
* Queries the details of a cumulative variable.
|
|
4319
4532
|
*
|
|
4320
4533
|
* @param request - DescribeCustVariableDetailRequest
|
|
4321
4534
|
* @returns DescribeCustVariableDetailResponse
|
|
@@ -4325,10 +4538,10 @@ class Client extends openapi_core_1.default {
|
|
|
4325
4538
|
return await this.describeCustVariableDetailWithOptions(request, runtime);
|
|
4326
4539
|
}
|
|
4327
4540
|
/**
|
|
4328
|
-
*
|
|
4541
|
+
* Queries the list of custom cumulative variables.
|
|
4329
4542
|
*
|
|
4330
4543
|
* @remarks
|
|
4331
|
-
*
|
|
4544
|
+
* Queries the list of cumulative variables.
|
|
4332
4545
|
*
|
|
4333
4546
|
* @param request - DescribeCustVariablePageRequest
|
|
4334
4547
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4378,10 +4591,10 @@ class Client extends openapi_core_1.default {
|
|
|
4378
4591
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCustVariablePageResponse({}));
|
|
4379
4592
|
}
|
|
4380
4593
|
/**
|
|
4381
|
-
*
|
|
4594
|
+
* Queries the list of custom cumulative variables.
|
|
4382
4595
|
*
|
|
4383
4596
|
* @remarks
|
|
4384
|
-
*
|
|
4597
|
+
* Queries the list of cumulative variables.
|
|
4385
4598
|
*
|
|
4386
4599
|
* @param request - DescribeCustVariablePageRequest
|
|
4387
4600
|
* @returns DescribeCustVariablePageResponse
|
|
@@ -4391,7 +4604,7 @@ class Client extends openapi_core_1.default {
|
|
|
4391
4604
|
return await this.describeCustVariablePageWithOptions(request, runtime);
|
|
4392
4605
|
}
|
|
4393
4606
|
/**
|
|
4394
|
-
*
|
|
4607
|
+
* Retrieves the download URL for data source data.
|
|
4395
4608
|
*
|
|
4396
4609
|
* @param request - DescribeDataSourceDataDownloadUrlRequest
|
|
4397
4610
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4426,7 +4639,7 @@ class Client extends openapi_core_1.default {
|
|
|
4426
4639
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataSourceDataDownloadUrlResponse({}));
|
|
4427
4640
|
}
|
|
4428
4641
|
/**
|
|
4429
|
-
*
|
|
4642
|
+
* Retrieves the download URL for data source data.
|
|
4430
4643
|
*
|
|
4431
4644
|
* @param request - DescribeDataSourceDataDownloadUrlRequest
|
|
4432
4645
|
* @returns DescribeDataSourceDataDownloadUrlResponse
|
|
@@ -4436,7 +4649,7 @@ class Client extends openapi_core_1.default {
|
|
|
4436
4649
|
return await this.describeDataSourceDataDownloadUrlWithOptions(request, runtime);
|
|
4437
4650
|
}
|
|
4438
4651
|
/**
|
|
4439
|
-
*
|
|
4652
|
+
* Retrieves all fields of a data source.
|
|
4440
4653
|
*
|
|
4441
4654
|
* @param request - DescribeDataSourceFieldsRequest
|
|
4442
4655
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4471,7 +4684,7 @@ class Client extends openapi_core_1.default {
|
|
|
4471
4684
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataSourceFieldsResponse({}));
|
|
4472
4685
|
}
|
|
4473
4686
|
/**
|
|
4474
|
-
*
|
|
4687
|
+
* Retrieves all fields of a data source.
|
|
4475
4688
|
*
|
|
4476
4689
|
* @param request - DescribeDataSourceFieldsRequest
|
|
4477
4690
|
* @returns DescribeDataSourceFieldsResponse
|
|
@@ -4481,7 +4694,7 @@ class Client extends openapi_core_1.default {
|
|
|
4481
4694
|
return await this.describeDataSourceFieldsWithOptions(request, runtime);
|
|
4482
4695
|
}
|
|
4483
4696
|
/**
|
|
4484
|
-
*
|
|
4697
|
+
* Queries a list of data sources.
|
|
4485
4698
|
*
|
|
4486
4699
|
* @param request - DescribeDataSourcePageListRequest
|
|
4487
4700
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4528,7 +4741,7 @@ class Client extends openapi_core_1.default {
|
|
|
4528
4741
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDataSourcePageListResponse({}));
|
|
4529
4742
|
}
|
|
4530
4743
|
/**
|
|
4531
|
-
*
|
|
4744
|
+
* Queries a list of data sources.
|
|
4532
4745
|
*
|
|
4533
4746
|
* @param request - DescribeDataSourcePageListRequest
|
|
4534
4747
|
* @returns DescribeDataSourcePageListResponse
|
|
@@ -4538,7 +4751,7 @@ class Client extends openapi_core_1.default {
|
|
|
4538
4751
|
return await this.describeDataSourcePageListWithOptions(request, runtime);
|
|
4539
4752
|
}
|
|
4540
4753
|
/**
|
|
4541
|
-
*
|
|
4754
|
+
* Detects fluctuations in decision results.
|
|
4542
4755
|
*
|
|
4543
4756
|
* @param request - DescribeDecisionResultFluctuationRequest
|
|
4544
4757
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4573,7 +4786,7 @@ class Client extends openapi_core_1.default {
|
|
|
4573
4786
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDecisionResultFluctuationResponse({}));
|
|
4574
4787
|
}
|
|
4575
4788
|
/**
|
|
4576
|
-
*
|
|
4789
|
+
* Detects fluctuations in decision results.
|
|
4577
4790
|
*
|
|
4578
4791
|
* @param request - DescribeDecisionResultFluctuationRequest
|
|
4579
4792
|
* @returns DescribeDecisionResultFluctuationResponse
|
|
@@ -4583,7 +4796,7 @@ class Client extends openapi_core_1.default {
|
|
|
4583
4796
|
return await this.describeDecisionResultFluctuationWithOptions(request, runtime);
|
|
4584
4797
|
}
|
|
4585
4798
|
/**
|
|
4586
|
-
*
|
|
4799
|
+
* Queries the fluctuation trend of decision results.
|
|
4587
4800
|
*
|
|
4588
4801
|
* @param request - DescribeDecisionResultTrendRequest
|
|
4589
4802
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4624,7 +4837,7 @@ class Client extends openapi_core_1.default {
|
|
|
4624
4837
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDecisionResultTrendResponse({}));
|
|
4625
4838
|
}
|
|
4626
4839
|
/**
|
|
4627
|
-
*
|
|
4840
|
+
* Queries the fluctuation trend of decision results.
|
|
4628
4841
|
*
|
|
4629
4842
|
* @param request - DescribeDecisionResultTrendRequest
|
|
4630
4843
|
* @returns DescribeDecisionResultTrendResponse
|
|
@@ -4634,7 +4847,7 @@ class Client extends openapi_core_1.default {
|
|
|
4634
4847
|
return await this.describeDecisionResultTrendWithOptions(request, runtime);
|
|
4635
4848
|
}
|
|
4636
4849
|
/**
|
|
4637
|
-
*
|
|
4850
|
+
* Retrieves detailed statistics.
|
|
4638
4851
|
*
|
|
4639
4852
|
* @param request - DescribeDetailStartRequest
|
|
4640
4853
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4675,7 +4888,7 @@ class Client extends openapi_core_1.default {
|
|
|
4675
4888
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDetailStartResponse({}));
|
|
4676
4889
|
}
|
|
4677
4890
|
/**
|
|
4678
|
-
*
|
|
4891
|
+
* Retrieves detailed statistics.
|
|
4679
4892
|
*
|
|
4680
4893
|
* @param request - DescribeDetailStartRequest
|
|
4681
4894
|
* @returns DescribeDetailStartResponse
|
|
@@ -4685,7 +4898,7 @@ class Client extends openapi_core_1.default {
|
|
|
4685
4898
|
return await this.describeDetailStartWithOptions(request, runtime);
|
|
4686
4899
|
}
|
|
4687
4900
|
/**
|
|
4688
|
-
*
|
|
4901
|
+
* Downloads a file.
|
|
4689
4902
|
*
|
|
4690
4903
|
* @param request - DescribeDownloadUrlRequest
|
|
4691
4904
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4726,7 +4939,7 @@ class Client extends openapi_core_1.default {
|
|
|
4726
4939
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDownloadUrlResponse({}));
|
|
4727
4940
|
}
|
|
4728
4941
|
/**
|
|
4729
|
-
*
|
|
4942
|
+
* Downloads a file.
|
|
4730
4943
|
*
|
|
4731
4944
|
* @param request - DescribeDownloadUrlRequest
|
|
4732
4945
|
* @returns DescribeDownloadUrlResponse
|
|
@@ -4736,7 +4949,7 @@ class Client extends openapi_core_1.default {
|
|
|
4736
4949
|
return await this.describeDownloadUrlWithOptions(request, runtime);
|
|
4737
4950
|
}
|
|
4738
4951
|
/**
|
|
4739
|
-
*
|
|
4952
|
+
* Queries event details.
|
|
4740
4953
|
*
|
|
4741
4954
|
* @param request - DescribeEventBaseInfoByEventCodeRequest
|
|
4742
4955
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4774,7 +4987,7 @@ class Client extends openapi_core_1.default {
|
|
|
4774
4987
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventBaseInfoByEventCodeResponse({}));
|
|
4775
4988
|
}
|
|
4776
4989
|
/**
|
|
4777
|
-
*
|
|
4990
|
+
* Queries event details.
|
|
4778
4991
|
*
|
|
4779
4992
|
* @param request - DescribeEventBaseInfoByEventCodeRequest
|
|
4780
4993
|
* @returns DescribeEventBaseInfoByEventCodeResponse
|
|
@@ -4784,7 +4997,7 @@ class Client extends openapi_core_1.default {
|
|
|
4784
4997
|
return await this.describeEventBaseInfoByEventCodeWithOptions(request, runtime);
|
|
4785
4998
|
}
|
|
4786
4999
|
/**
|
|
4787
|
-
*
|
|
5000
|
+
* Queries the total number of events.
|
|
4788
5001
|
*
|
|
4789
5002
|
* @param request - DescribeEventCountRequest
|
|
4790
5003
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4819,7 +5032,7 @@ class Client extends openapi_core_1.default {
|
|
|
4819
5032
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventCountResponse({}));
|
|
4820
5033
|
}
|
|
4821
5034
|
/**
|
|
4822
|
-
*
|
|
5035
|
+
* Queries the total number of events.
|
|
4823
5036
|
*
|
|
4824
5037
|
* @param request - DescribeEventCountRequest
|
|
4825
5038
|
* @returns DescribeEventCountResponse
|
|
@@ -4829,7 +5042,7 @@ class Client extends openapi_core_1.default {
|
|
|
4829
5042
|
return await this.describeEventCountWithOptions(request, runtime);
|
|
4830
5043
|
}
|
|
4831
5044
|
/**
|
|
4832
|
-
*
|
|
5045
|
+
* Queries event details by request ID.
|
|
4833
5046
|
*
|
|
4834
5047
|
* @param request - DescribeEventDetailByRequestIdRequest
|
|
4835
5048
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4870,7 +5083,7 @@ class Client extends openapi_core_1.default {
|
|
|
4870
5083
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventDetailByRequestIdResponse({}));
|
|
4871
5084
|
}
|
|
4872
5085
|
/**
|
|
4873
|
-
*
|
|
5086
|
+
* Queries event details by request ID.
|
|
4874
5087
|
*
|
|
4875
5088
|
* @param request - DescribeEventDetailByRequestIdRequest
|
|
4876
5089
|
* @returns DescribeEventDetailByRequestIdResponse
|
|
@@ -4880,7 +5093,7 @@ class Client extends openapi_core_1.default {
|
|
|
4880
5093
|
return await this.describeEventDetailByRequestIdWithOptions(request, runtime);
|
|
4881
5094
|
}
|
|
4882
5095
|
/**
|
|
4883
|
-
*
|
|
5096
|
+
* Queries the details of an event history.
|
|
4884
5097
|
*
|
|
4885
5098
|
* @param request - DescribeEventLogDetailRequest
|
|
4886
5099
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -4915,7 +5128,7 @@ class Client extends openapi_core_1.default {
|
|
|
4915
5128
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventLogDetailResponse({}));
|
|
4916
5129
|
}
|
|
4917
5130
|
/**
|
|
4918
|
-
*
|
|
5131
|
+
* Queries the details of an event history.
|
|
4919
5132
|
*
|
|
4920
5133
|
* @param request - DescribeEventLogDetailRequest
|
|
4921
5134
|
* @returns DescribeEventLogDetailResponse
|
|
@@ -4925,7 +5138,7 @@ class Client extends openapi_core_1.default {
|
|
|
4925
5138
|
return await this.describeEventLogDetailWithOptions(request, runtime);
|
|
4926
5139
|
}
|
|
4927
5140
|
/**
|
|
4928
|
-
*
|
|
5141
|
+
* Queries the event history list.
|
|
4929
5142
|
*
|
|
4930
5143
|
* @param request - DescribeEventLogPageRequest
|
|
4931
5144
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5041,7 +5254,7 @@ class Client extends openapi_core_1.default {
|
|
|
5041
5254
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventLogPageResponse({}));
|
|
5042
5255
|
}
|
|
5043
5256
|
/**
|
|
5044
|
-
*
|
|
5257
|
+
* Queries the event history list.
|
|
5045
5258
|
*
|
|
5046
5259
|
* @param request - DescribeEventLogPageRequest
|
|
5047
5260
|
* @returns DescribeEventLogPageResponse
|
|
@@ -5051,7 +5264,7 @@ class Client extends openapi_core_1.default {
|
|
|
5051
5264
|
return await this.describeEventLogPageWithOptions(request, runtime);
|
|
5052
5265
|
}
|
|
5053
5266
|
/**
|
|
5054
|
-
*
|
|
5267
|
+
* Queries events by paging.
|
|
5055
5268
|
*
|
|
5056
5269
|
* @param request - DescribeEventPageListRequest
|
|
5057
5270
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5101,7 +5314,7 @@ class Client extends openapi_core_1.default {
|
|
|
5101
5314
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventPageListResponse({}));
|
|
5102
5315
|
}
|
|
5103
5316
|
/**
|
|
5104
|
-
*
|
|
5317
|
+
* Queries events by paging.
|
|
5105
5318
|
*
|
|
5106
5319
|
* @param request - DescribeEventPageListRequest
|
|
5107
5320
|
* @returns DescribeEventPageListResponse
|
|
@@ -5162,7 +5375,7 @@ class Client extends openapi_core_1.default {
|
|
|
5162
5375
|
return await this.describeEventResultBarChartWithOptions(request, runtime);
|
|
5163
5376
|
}
|
|
5164
5377
|
/**
|
|
5165
|
-
*
|
|
5378
|
+
* Queries the event overview list.
|
|
5166
5379
|
*
|
|
5167
5380
|
* @param request - DescribeEventResultListRequest
|
|
5168
5381
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5206,7 +5419,7 @@ class Client extends openapi_core_1.default {
|
|
|
5206
5419
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventResultListResponse({}));
|
|
5207
5420
|
}
|
|
5208
5421
|
/**
|
|
5209
|
-
*
|
|
5422
|
+
* Queries the event overview list.
|
|
5210
5423
|
*
|
|
5211
5424
|
* @param request - DescribeEventResultListRequest
|
|
5212
5425
|
* @returns DescribeEventResultListResponse
|
|
@@ -5216,7 +5429,7 @@ class Client extends openapi_core_1.default {
|
|
|
5216
5429
|
return await this.describeEventResultListWithOptions(request, runtime);
|
|
5217
5430
|
}
|
|
5218
5431
|
/**
|
|
5219
|
-
*
|
|
5432
|
+
* Queries the policy download list.
|
|
5220
5433
|
*
|
|
5221
5434
|
* @param request - DescribeEventTaskHistoryRequest
|
|
5222
5435
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5248,7 +5461,7 @@ class Client extends openapi_core_1.default {
|
|
|
5248
5461
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventTaskHistoryResponse({}));
|
|
5249
5462
|
}
|
|
5250
5463
|
/**
|
|
5251
|
-
*
|
|
5464
|
+
* Queries the policy download list.
|
|
5252
5465
|
*
|
|
5253
5466
|
* @param request - DescribeEventTaskHistoryRequest
|
|
5254
5467
|
* @returns DescribeEventTaskHistoryResponse
|
|
@@ -5258,7 +5471,7 @@ class Client extends openapi_core_1.default {
|
|
|
5258
5471
|
return await this.describeEventTaskHistoryWithOptions(request, runtime);
|
|
5259
5472
|
}
|
|
5260
5473
|
/**
|
|
5261
|
-
*
|
|
5474
|
+
* Call event count
|
|
5262
5475
|
*
|
|
5263
5476
|
* @param request - DescribeEventTotalCountReportRequest
|
|
5264
5477
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5290,7 +5503,7 @@ class Client extends openapi_core_1.default {
|
|
|
5290
5503
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventTotalCountReportResponse({}));
|
|
5291
5504
|
}
|
|
5292
5505
|
/**
|
|
5293
|
-
*
|
|
5506
|
+
* Call event count
|
|
5294
5507
|
*
|
|
5295
5508
|
* @param request - DescribeEventTotalCountReportRequest
|
|
5296
5509
|
* @returns DescribeEventTotalCountReportResponse
|
|
@@ -5300,7 +5513,7 @@ class Client extends openapi_core_1.default {
|
|
|
5300
5513
|
return await this.describeEventTotalCountReportWithOptions(request, runtime);
|
|
5301
5514
|
}
|
|
5302
5515
|
/**
|
|
5303
|
-
*
|
|
5516
|
+
* Imports policies in batches.
|
|
5304
5517
|
*
|
|
5305
5518
|
* @param request - DescribeEventUploadPolicyRequest
|
|
5306
5519
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5332,7 +5545,7 @@ class Client extends openapi_core_1.default {
|
|
|
5332
5545
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventUploadPolicyResponse({}));
|
|
5333
5546
|
}
|
|
5334
5547
|
/**
|
|
5335
|
-
*
|
|
5548
|
+
* Imports policies in batches.
|
|
5336
5549
|
*
|
|
5337
5550
|
* @param request - DescribeEventUploadPolicyRequest
|
|
5338
5551
|
* @returns DescribeEventUploadPolicyResponse
|
|
@@ -5342,10 +5555,10 @@ class Client extends openapi_core_1.default {
|
|
|
5342
5555
|
return await this.describeEventUploadPolicyWithOptions(request, runtime);
|
|
5343
5556
|
}
|
|
5344
5557
|
/**
|
|
5345
|
-
*
|
|
5558
|
+
* Queries event variables.
|
|
5346
5559
|
*
|
|
5347
5560
|
* @remarks
|
|
5348
|
-
*
|
|
5561
|
+
* Queries the list of cumulative variables.
|
|
5349
5562
|
*
|
|
5350
5563
|
* @param request - DescribeEventVariableListRequest
|
|
5351
5564
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5392,10 +5605,10 @@ class Client extends openapi_core_1.default {
|
|
|
5392
5605
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventVariableListResponse({}));
|
|
5393
5606
|
}
|
|
5394
5607
|
/**
|
|
5395
|
-
*
|
|
5608
|
+
* Queries event variables.
|
|
5396
5609
|
*
|
|
5397
5610
|
* @remarks
|
|
5398
|
-
*
|
|
5611
|
+
* Queries the list of cumulative variables.
|
|
5399
5612
|
*
|
|
5400
5613
|
* @param request - DescribeEventVariableListRequest
|
|
5401
5614
|
* @returns DescribeEventVariableListResponse
|
|
@@ -5405,7 +5618,7 @@ class Client extends openapi_core_1.default {
|
|
|
5405
5618
|
return await this.describeEventVariableListWithOptions(request, runtime);
|
|
5406
5619
|
}
|
|
5407
5620
|
/**
|
|
5408
|
-
*
|
|
5621
|
+
* Queries an event pattern template.
|
|
5409
5622
|
*
|
|
5410
5623
|
* @param request - DescribeEventVariableTemplateBindRequest
|
|
5411
5624
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5446,7 +5659,7 @@ class Client extends openapi_core_1.default {
|
|
|
5446
5659
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventVariableTemplateBindResponse({}));
|
|
5447
5660
|
}
|
|
5448
5661
|
/**
|
|
5449
|
-
*
|
|
5662
|
+
* Queries an event pattern template.
|
|
5450
5663
|
*
|
|
5451
5664
|
* @param request - DescribeEventVariableTemplateBindRequest
|
|
5452
5665
|
* @returns DescribeEventVariableTemplateBindResponse
|
|
@@ -5456,7 +5669,7 @@ class Client extends openapi_core_1.default {
|
|
|
5456
5669
|
return await this.describeEventVariableTemplateBindWithOptions(request, runtime);
|
|
5457
5670
|
}
|
|
5458
5671
|
/**
|
|
5459
|
-
*
|
|
5672
|
+
* Queries an event pattern template.
|
|
5460
5673
|
*
|
|
5461
5674
|
* @param request - DescribeEventVariableTemplateListRequest
|
|
5462
5675
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5497,7 +5710,7 @@ class Client extends openapi_core_1.default {
|
|
|
5497
5710
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventVariableTemplateListResponse({}));
|
|
5498
5711
|
}
|
|
5499
5712
|
/**
|
|
5500
|
-
*
|
|
5713
|
+
* Queries an event pattern template.
|
|
5501
5714
|
*
|
|
5502
5715
|
* @param request - DescribeEventVariableTemplateListRequest
|
|
5503
5716
|
* @returns DescribeEventVariableTemplateListResponse
|
|
@@ -5507,7 +5720,7 @@ class Client extends openapi_core_1.default {
|
|
|
5507
5720
|
return await this.describeEventVariableTemplateListWithOptions(request, runtime);
|
|
5508
5721
|
}
|
|
5509
5722
|
/**
|
|
5510
|
-
*
|
|
5723
|
+
* Queries event variables.
|
|
5511
5724
|
*
|
|
5512
5725
|
* @param request - DescribeEventsVariableListRequest
|
|
5513
5726
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5551,7 +5764,7 @@ class Client extends openapi_core_1.default {
|
|
|
5551
5764
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeEventsVariableListResponse({}));
|
|
5552
5765
|
}
|
|
5553
5766
|
/**
|
|
5554
|
-
*
|
|
5767
|
+
* Queries event variables.
|
|
5555
5768
|
*
|
|
5556
5769
|
* @param request - DescribeEventsVariableListRequest
|
|
5557
5770
|
* @returns DescribeEventsVariableListResponse
|
|
@@ -5561,7 +5774,7 @@ class Client extends openapi_core_1.default {
|
|
|
5561
5774
|
return await this.describeEventsVariableListWithOptions(request, runtime);
|
|
5562
5775
|
}
|
|
5563
5776
|
/**
|
|
5564
|
-
* Self-service
|
|
5777
|
+
* Self-service invocation list.
|
|
5565
5778
|
*
|
|
5566
5779
|
* @param request - DescribeExcuteNumRequest
|
|
5567
5780
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5605,7 +5818,7 @@ class Client extends openapi_core_1.default {
|
|
|
5605
5818
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeExcuteNumResponse({}));
|
|
5606
5819
|
}
|
|
5607
5820
|
/**
|
|
5608
|
-
* Self-service
|
|
5821
|
+
* Self-service invocation list.
|
|
5609
5822
|
*
|
|
5610
5823
|
* @param request - DescribeExcuteNumRequest
|
|
5611
5824
|
* @returns DescribeExcuteNumResponse
|
|
@@ -5615,7 +5828,7 @@ class Client extends openapi_core_1.default {
|
|
|
5615
5828
|
return await this.describeExcuteNumWithOptions(request, runtime);
|
|
5616
5829
|
}
|
|
5617
5830
|
/**
|
|
5618
|
-
*
|
|
5831
|
+
* Checks whether a field name is duplicate based on the user unit.
|
|
5619
5832
|
*
|
|
5620
5833
|
* @param request - DescribeExistNameRequest
|
|
5621
5834
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5650,7 +5863,7 @@ class Client extends openapi_core_1.default {
|
|
|
5650
5863
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeExistNameResponse({}));
|
|
5651
5864
|
}
|
|
5652
5865
|
/**
|
|
5653
|
-
*
|
|
5866
|
+
* Checks whether a field name is duplicate based on the user unit.
|
|
5654
5867
|
*
|
|
5655
5868
|
* @param request - DescribeExistNameRequest
|
|
5656
5869
|
* @returns DescribeExistNameResponse
|
|
@@ -5660,7 +5873,7 @@ class Client extends openapi_core_1.default {
|
|
|
5660
5873
|
return await this.describeExistNameWithOptions(request, runtime);
|
|
5661
5874
|
}
|
|
5662
5875
|
/**
|
|
5663
|
-
*
|
|
5876
|
+
* Checks whether a scenario exists.
|
|
5664
5877
|
*
|
|
5665
5878
|
* @param request - DescribeExistSceneRequest
|
|
5666
5879
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5695,7 +5908,7 @@ class Client extends openapi_core_1.default {
|
|
|
5695
5908
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeExistSceneResponse({}));
|
|
5696
5909
|
}
|
|
5697
5910
|
/**
|
|
5698
|
-
*
|
|
5911
|
+
* Checks whether a scenario exists.
|
|
5699
5912
|
*
|
|
5700
5913
|
* @param request - DescribeExistSceneRequest
|
|
5701
5914
|
* @returns DescribeExistSceneResponse
|
|
@@ -5705,7 +5918,7 @@ class Client extends openapi_core_1.default {
|
|
|
5705
5918
|
return await this.describeExistSceneWithOptions(request, runtime);
|
|
5706
5919
|
}
|
|
5707
5920
|
/**
|
|
5708
|
-
*
|
|
5921
|
+
* Queries the details of a custom variable.
|
|
5709
5922
|
*
|
|
5710
5923
|
* @param request - DescribeExpressionVariableDetailRequest
|
|
5711
5924
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5740,7 +5953,7 @@ class Client extends openapi_core_1.default {
|
|
|
5740
5953
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeExpressionVariableDetailResponse({}));
|
|
5741
5954
|
}
|
|
5742
5955
|
/**
|
|
5743
|
-
*
|
|
5956
|
+
* Queries the details of a custom variable.
|
|
5744
5957
|
*
|
|
5745
5958
|
* @param request - DescribeExpressionVariableDetailRequest
|
|
5746
5959
|
* @returns DescribeExpressionVariableDetailResponse
|
|
@@ -5750,7 +5963,7 @@ class Client extends openapi_core_1.default {
|
|
|
5750
5963
|
return await this.describeExpressionVariableDetailWithOptions(request, runtime);
|
|
5751
5964
|
}
|
|
5752
5965
|
/**
|
|
5753
|
-
*
|
|
5966
|
+
* Queries the function list.
|
|
5754
5967
|
*
|
|
5755
5968
|
* @param request - DescribeExpressionVariableFunctionListRequest
|
|
5756
5969
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5782,7 +5995,7 @@ class Client extends openapi_core_1.default {
|
|
|
5782
5995
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeExpressionVariableFunctionListResponse({}));
|
|
5783
5996
|
}
|
|
5784
5997
|
/**
|
|
5785
|
-
*
|
|
5998
|
+
* Queries the function list.
|
|
5786
5999
|
*
|
|
5787
6000
|
* @param request - DescribeExpressionVariableFunctionListRequest
|
|
5788
6001
|
* @returns DescribeExpressionVariableFunctionListResponse
|
|
@@ -5792,7 +6005,7 @@ class Client extends openapi_core_1.default {
|
|
|
5792
6005
|
return await this.describeExpressionVariableFunctionListWithOptions(request, runtime);
|
|
5793
6006
|
}
|
|
5794
6007
|
/**
|
|
5795
|
-
*
|
|
6008
|
+
* Performs a paging query of custom variables.
|
|
5796
6009
|
*
|
|
5797
6010
|
* @param request - DescribeExpressionVariablePageRequest
|
|
5798
6011
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5842,7 +6055,7 @@ class Client extends openapi_core_1.default {
|
|
|
5842
6055
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeExpressionVariablePageResponse({}));
|
|
5843
6056
|
}
|
|
5844
6057
|
/**
|
|
5845
|
-
*
|
|
6058
|
+
* Performs a paging query of custom variables.
|
|
5846
6059
|
*
|
|
5847
6060
|
* @param request - DescribeExpressionVariablePageRequest
|
|
5848
6061
|
* @returns DescribeExpressionVariablePageResponse
|
|
@@ -5906,7 +6119,7 @@ class Client extends openapi_core_1.default {
|
|
|
5906
6119
|
return await this.describeExpressionVariableVersionDetailWithOptions(request, runtime);
|
|
5907
6120
|
}
|
|
5908
6121
|
/**
|
|
5909
|
-
*
|
|
6122
|
+
* Retrieves field details.
|
|
5910
6123
|
*
|
|
5911
6124
|
* @param request - DescribeFieldByIdRequest
|
|
5912
6125
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5941,7 +6154,7 @@ class Client extends openapi_core_1.default {
|
|
|
5941
6154
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeFieldByIdResponse({}));
|
|
5942
6155
|
}
|
|
5943
6156
|
/**
|
|
5944
|
-
*
|
|
6157
|
+
* Retrieves field details.
|
|
5945
6158
|
*
|
|
5946
6159
|
* @param request - DescribeFieldByIdRequest
|
|
5947
6160
|
* @returns DescribeFieldByIdResponse
|
|
@@ -5951,7 +6164,7 @@ class Client extends openapi_core_1.default {
|
|
|
5951
6164
|
return await this.describeFieldByIdWithOptions(request, runtime);
|
|
5952
6165
|
}
|
|
5953
6166
|
/**
|
|
5954
|
-
*
|
|
6167
|
+
* Queries the list of fields.
|
|
5955
6168
|
*
|
|
5956
6169
|
* @param request - DescribeFieldListRequest
|
|
5957
6170
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -5989,7 +6202,7 @@ class Client extends openapi_core_1.default {
|
|
|
5989
6202
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeFieldListResponse({}));
|
|
5990
6203
|
}
|
|
5991
6204
|
/**
|
|
5992
|
-
*
|
|
6205
|
+
* Queries the list of fields.
|
|
5993
6206
|
*
|
|
5994
6207
|
* @param request - DescribeFieldListRequest
|
|
5995
6208
|
* @returns DescribeFieldListResponse
|
|
@@ -5999,7 +6212,7 @@ class Client extends openapi_core_1.default {
|
|
|
5999
6212
|
return await this.describeFieldListWithOptions(request, runtime);
|
|
6000
6213
|
}
|
|
6001
6214
|
/**
|
|
6002
|
-
*
|
|
6215
|
+
* Queries a paginated list of fields.
|
|
6003
6216
|
*
|
|
6004
6217
|
* @param request - DescribeFieldPageRequest
|
|
6005
6218
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6058,7 +6271,7 @@ class Client extends openapi_core_1.default {
|
|
|
6058
6271
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeFieldPageResponse({}));
|
|
6059
6272
|
}
|
|
6060
6273
|
/**
|
|
6061
|
-
*
|
|
6274
|
+
* Queries a paginated list of fields.
|
|
6062
6275
|
*
|
|
6063
6276
|
* @param request - DescribeFieldPageRequest
|
|
6064
6277
|
* @returns DescribeFieldPageResponse
|
|
@@ -6068,7 +6281,7 @@ class Client extends openapi_core_1.default {
|
|
|
6068
6281
|
return await this.describeFieldPageWithOptions(request, runtime);
|
|
6069
6282
|
}
|
|
6070
6283
|
/**
|
|
6071
|
-
*
|
|
6284
|
+
* Queries the list of community accounts.
|
|
6072
6285
|
*
|
|
6073
6286
|
* @param request - DescribeGroupAccountPageRequest
|
|
6074
6287
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6127,7 +6340,7 @@ class Client extends openapi_core_1.default {
|
|
|
6127
6340
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeGroupAccountPageResponse({}));
|
|
6128
6341
|
}
|
|
6129
6342
|
/**
|
|
6130
|
-
*
|
|
6343
|
+
* Queries the list of community accounts.
|
|
6131
6344
|
*
|
|
6132
6345
|
* @param request - DescribeGroupAccountPageRequest
|
|
6133
6346
|
* @returns DescribeGroupAccountPageResponse
|
|
@@ -6137,7 +6350,7 @@ class Client extends openapi_core_1.default {
|
|
|
6137
6350
|
return await this.describeGroupAccountPageWithOptions(request, runtime);
|
|
6138
6351
|
}
|
|
6139
6352
|
/**
|
|
6140
|
-
*
|
|
6353
|
+
* Queries the filter conditions for the community list.
|
|
6141
6354
|
*
|
|
6142
6355
|
* @param request - DescribeGroupConditionListRequest
|
|
6143
6356
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6169,7 +6382,7 @@ class Client extends openapi_core_1.default {
|
|
|
6169
6382
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeGroupConditionListResponse({}));
|
|
6170
6383
|
}
|
|
6171
6384
|
/**
|
|
6172
|
-
*
|
|
6385
|
+
* Queries the filter conditions for the community list.
|
|
6173
6386
|
*
|
|
6174
6387
|
* @param request - DescribeGroupConditionListRequest
|
|
6175
6388
|
* @returns DescribeGroupConditionListResponse
|
|
@@ -6179,7 +6392,7 @@ class Client extends openapi_core_1.default {
|
|
|
6179
6392
|
return await this.describeGroupConditionListWithOptions(request, runtime);
|
|
6180
6393
|
}
|
|
6181
6394
|
/**
|
|
6182
|
-
*
|
|
6395
|
+
* Queries the list of communities.
|
|
6183
6396
|
*
|
|
6184
6397
|
* @param request - DescribeGroupPageRequest
|
|
6185
6398
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6229,7 +6442,7 @@ class Client extends openapi_core_1.default {
|
|
|
6229
6442
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeGroupPageResponse({}));
|
|
6230
6443
|
}
|
|
6231
6444
|
/**
|
|
6232
|
-
*
|
|
6445
|
+
* Queries the list of communities.
|
|
6233
6446
|
*
|
|
6234
6447
|
* @param request - DescribeGroupPageRequest
|
|
6235
6448
|
* @returns DescribeGroupPageResponse
|
|
@@ -6239,7 +6452,7 @@ class Client extends openapi_core_1.default {
|
|
|
6239
6452
|
return await this.describeGroupPageWithOptions(request, runtime);
|
|
6240
6453
|
}
|
|
6241
6454
|
/**
|
|
6242
|
-
*
|
|
6455
|
+
* Queries the risk communities discovered on the current day.
|
|
6243
6456
|
*
|
|
6244
6457
|
* @param request - DescribeGroupStatisticsByTodayRequest
|
|
6245
6458
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6271,7 +6484,7 @@ class Client extends openapi_core_1.default {
|
|
|
6271
6484
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeGroupStatisticsByTodayResponse({}));
|
|
6272
6485
|
}
|
|
6273
6486
|
/**
|
|
6274
|
-
*
|
|
6487
|
+
* Queries the risk communities discovered on the current day.
|
|
6275
6488
|
*
|
|
6276
6489
|
* @param request - DescribeGroupStatisticsByTodayRequest
|
|
6277
6490
|
* @returns DescribeGroupStatisticsByTodayResponse
|
|
@@ -6281,7 +6494,7 @@ class Client extends openapi_core_1.default {
|
|
|
6281
6494
|
return await this.describeGroupStatisticsByTodayWithOptions(request, runtime);
|
|
6282
6495
|
}
|
|
6283
6496
|
/**
|
|
6284
|
-
*
|
|
6497
|
+
* Queries recent trends of risky communities.
|
|
6285
6498
|
*
|
|
6286
6499
|
* @param request - DescribeGroupTrendRequest
|
|
6287
6500
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6316,7 +6529,7 @@ class Client extends openapi_core_1.default {
|
|
|
6316
6529
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeGroupTrendResponse({}));
|
|
6317
6530
|
}
|
|
6318
6531
|
/**
|
|
6319
|
-
*
|
|
6532
|
+
* Queries recent trends of risky communities.
|
|
6320
6533
|
*
|
|
6321
6534
|
* @param request - DescribeGroupTrendRequest
|
|
6322
6535
|
* @returns DescribeGroupTrendResponse
|
|
@@ -6326,7 +6539,7 @@ class Client extends openapi_core_1.default {
|
|
|
6326
6539
|
return await this.describeGroupTrendWithOptions(request, runtime);
|
|
6327
6540
|
}
|
|
6328
6541
|
/**
|
|
6329
|
-
*
|
|
6542
|
+
* Queries whether a policy name exists under a specified event name.
|
|
6330
6543
|
*
|
|
6331
6544
|
* @param request - DescribeHasRuleNameByEventCodeRequest
|
|
6332
6545
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6367,7 +6580,7 @@ class Client extends openapi_core_1.default {
|
|
|
6367
6580
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeHasRuleNameByEventCodeResponse({}));
|
|
6368
6581
|
}
|
|
6369
6582
|
/**
|
|
6370
|
-
*
|
|
6583
|
+
* Queries whether a policy name exists under a specified event name.
|
|
6371
6584
|
*
|
|
6372
6585
|
* @param request - DescribeHasRuleNameByEventCodeRequest
|
|
6373
6586
|
* @returns DescribeHasRuleNameByEventCodeResponse
|
|
@@ -6377,7 +6590,7 @@ class Client extends openapi_core_1.default {
|
|
|
6377
6590
|
return await this.describeHasRuleNameByEventCodeWithOptions(request, runtime);
|
|
6378
6591
|
}
|
|
6379
6592
|
/**
|
|
6380
|
-
*
|
|
6593
|
+
* Retrieves the risk map overview chart (pie chart).
|
|
6381
6594
|
*
|
|
6382
6595
|
* @param request - DescribeHighRiskPieChartRequest
|
|
6383
6596
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6418,7 +6631,7 @@ class Client extends openapi_core_1.default {
|
|
|
6418
6631
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeHighRiskPieChartResponse({}));
|
|
6419
6632
|
}
|
|
6420
6633
|
/**
|
|
6421
|
-
*
|
|
6634
|
+
* Retrieves the risk map overview chart (pie chart).
|
|
6422
6635
|
*
|
|
6423
6636
|
* @param request - DescribeHighRiskPieChartRequest
|
|
6424
6637
|
* @returns DescribeHighRiskPieChartResponse
|
|
@@ -6428,7 +6641,7 @@ class Client extends openapi_core_1.default {
|
|
|
6428
6641
|
return await this.describeHighRiskPieChartWithOptions(request, runtime);
|
|
6429
6642
|
}
|
|
6430
6643
|
/**
|
|
6431
|
-
*
|
|
6644
|
+
* Detects fluctuations in policy hits.
|
|
6432
6645
|
*
|
|
6433
6646
|
* @param request - DescribeHitRuleFluctuationRequest
|
|
6434
6647
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6466,7 +6679,7 @@ class Client extends openapi_core_1.default {
|
|
|
6466
6679
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeHitRuleFluctuationResponse({}));
|
|
6467
6680
|
}
|
|
6468
6681
|
/**
|
|
6469
|
-
*
|
|
6682
|
+
* Detects fluctuations in policy hits.
|
|
6470
6683
|
*
|
|
6471
6684
|
* @param request - DescribeHitRuleFluctuationRequest
|
|
6472
6685
|
* @returns DescribeHitRuleFluctuationResponse
|
|
@@ -6476,7 +6689,7 @@ class Client extends openapi_core_1.default {
|
|
|
6476
6689
|
return await this.describeHitRuleFluctuationWithOptions(request, runtime);
|
|
6477
6690
|
}
|
|
6478
6691
|
/**
|
|
6479
|
-
*
|
|
6692
|
+
* Queries the top 20 policies by hits for main events, bypass, and automatic request distribution.
|
|
6480
6693
|
*
|
|
6481
6694
|
* @param request - DescribeHitRuleListRequest
|
|
6482
6695
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6520,7 +6733,7 @@ class Client extends openapi_core_1.default {
|
|
|
6520
6733
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeHitRuleListResponse({}));
|
|
6521
6734
|
}
|
|
6522
6735
|
/**
|
|
6523
|
-
*
|
|
6736
|
+
* Queries the top 20 policies by hits for main events, bypass, and automatic request distribution.
|
|
6524
6737
|
*
|
|
6525
6738
|
* @param request - DescribeHitRuleListRequest
|
|
6526
6739
|
* @returns DescribeHitRuleListResponse
|
|
@@ -6530,7 +6743,7 @@ class Client extends openapi_core_1.default {
|
|
|
6530
6743
|
return await this.describeHitRuleListWithOptions(request, runtime);
|
|
6531
6744
|
}
|
|
6532
6745
|
/**
|
|
6533
|
-
*
|
|
6746
|
+
* Queries the policy hit trends.
|
|
6534
6747
|
*
|
|
6535
6748
|
* @param request - DescribeHitRuleTrendRequest
|
|
6536
6749
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6574,7 +6787,7 @@ class Client extends openapi_core_1.default {
|
|
|
6574
6787
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeHitRuleTrendResponse({}));
|
|
6575
6788
|
}
|
|
6576
6789
|
/**
|
|
6577
|
-
*
|
|
6790
|
+
* Queries the policy hit trends.
|
|
6578
6791
|
*
|
|
6579
6792
|
* @param request - DescribeHitRuleTrendRequest
|
|
6580
6793
|
* @returns DescribeHitRuleTrendResponse
|
|
@@ -6635,7 +6848,7 @@ class Client extends openapi_core_1.default {
|
|
|
6635
6848
|
return await this.describeInitDigWithOptions(request, runtime);
|
|
6636
6849
|
}
|
|
6637
6850
|
/**
|
|
6638
|
-
*
|
|
6851
|
+
* Queries the total number of events.
|
|
6639
6852
|
*
|
|
6640
6853
|
* @param request - DescribeInputFeildCountByEventCodeRequest
|
|
6641
6854
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6673,7 +6886,7 @@ class Client extends openapi_core_1.default {
|
|
|
6673
6886
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeInputFeildCountByEventCodeResponse({}));
|
|
6674
6887
|
}
|
|
6675
6888
|
/**
|
|
6676
|
-
*
|
|
6889
|
+
* Queries the total number of events.
|
|
6677
6890
|
*
|
|
6678
6891
|
* @param request - DescribeInputFeildCountByEventCodeRequest
|
|
6679
6892
|
* @returns DescribeInputFeildCountByEventCodeResponse
|
|
@@ -6728,7 +6941,7 @@ class Client extends openapi_core_1.default {
|
|
|
6728
6941
|
return await this.describeListModelWithOptions(request, runtime);
|
|
6729
6942
|
}
|
|
6730
6943
|
/**
|
|
6731
|
-
*
|
|
6944
|
+
* Queries the list of tasks.
|
|
6732
6945
|
*
|
|
6733
6946
|
* @param request - DescribeListPocRequest
|
|
6734
6947
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6775,7 +6988,7 @@ class Client extends openapi_core_1.default {
|
|
|
6775
6988
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeListPocResponse({}));
|
|
6776
6989
|
}
|
|
6777
6990
|
/**
|
|
6778
|
-
*
|
|
6991
|
+
* Queries the list of tasks.
|
|
6779
6992
|
*
|
|
6780
6993
|
* @param request - DescribeListPocRequest
|
|
6781
6994
|
* @returns DescribeListPocResponse
|
|
@@ -6785,7 +6998,7 @@ class Client extends openapi_core_1.default {
|
|
|
6785
6998
|
return await this.describeListPocWithOptions(request, runtime);
|
|
6786
6999
|
}
|
|
6787
7000
|
/**
|
|
6788
|
-
*
|
|
7001
|
+
* Queries the list of monitoring objects.
|
|
6789
7002
|
*
|
|
6790
7003
|
* @param request - DescribeLoanExecListRequest
|
|
6791
7004
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6832,7 +7045,7 @@ class Client extends openapi_core_1.default {
|
|
|
6832
7045
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeLoanExecListResponse({}));
|
|
6833
7046
|
}
|
|
6834
7047
|
/**
|
|
6835
|
-
*
|
|
7048
|
+
* Queries the list of monitoring objects.
|
|
6836
7049
|
*
|
|
6837
7050
|
* @param request - DescribeLoanExecListRequest
|
|
6838
7051
|
* @returns DescribeLoanExecListResponse
|
|
@@ -6842,7 +7055,7 @@ class Client extends openapi_core_1.default {
|
|
|
6842
7055
|
return await this.describeLoanExecListWithOptions(request, runtime);
|
|
6843
7056
|
}
|
|
6844
7057
|
/**
|
|
6845
|
-
*
|
|
7058
|
+
* Retrieves the list of in-loan monitoring tasks.
|
|
6846
7059
|
*
|
|
6847
7060
|
* @param request - DescribeLoanTaskListRequest
|
|
6848
7061
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6886,7 +7099,7 @@ class Client extends openapi_core_1.default {
|
|
|
6886
7099
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeLoanTaskListResponse({}));
|
|
6887
7100
|
}
|
|
6888
7101
|
/**
|
|
6889
|
-
*
|
|
7102
|
+
* Retrieves the list of in-loan monitoring tasks.
|
|
6890
7103
|
*
|
|
6891
7104
|
* @param request - DescribeLoanTaskListRequest
|
|
6892
7105
|
* @returns DescribeLoanTaskListResponse
|
|
@@ -6896,7 +7109,7 @@ class Client extends openapi_core_1.default {
|
|
|
6896
7109
|
return await this.describeLoanTaskListWithOptions(request, runtime);
|
|
6897
7110
|
}
|
|
6898
7111
|
/**
|
|
6899
|
-
*
|
|
7112
|
+
* Queries the tagging list.
|
|
6900
7113
|
*
|
|
6901
7114
|
* @param request - DescribeMarkPageRequest
|
|
6902
7115
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6946,7 +7159,7 @@ class Client extends openapi_core_1.default {
|
|
|
6946
7159
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeMarkPageResponse({}));
|
|
6947
7160
|
}
|
|
6948
7161
|
/**
|
|
6949
|
-
*
|
|
7162
|
+
* Queries the tagging list.
|
|
6950
7163
|
*
|
|
6951
7164
|
* @param request - DescribeMarkPageRequest
|
|
6952
7165
|
* @returns DescribeMarkPageResponse
|
|
@@ -6956,7 +7169,7 @@ class Client extends openapi_core_1.default {
|
|
|
6956
7169
|
return await this.describeMarkPageWithOptions(request, runtime);
|
|
6957
7170
|
}
|
|
6958
7171
|
/**
|
|
6959
|
-
*
|
|
7172
|
+
* Queries whether the current user has the specified permission.
|
|
6960
7173
|
*
|
|
6961
7174
|
* @param request - DescribeMenuPermissionRequest
|
|
6962
7175
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -6991,7 +7204,7 @@ class Client extends openapi_core_1.default {
|
|
|
6991
7204
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeMenuPermissionResponse({}));
|
|
6992
7205
|
}
|
|
6993
7206
|
/**
|
|
6994
|
-
*
|
|
7207
|
+
* Queries whether the current user has the specified permission.
|
|
6995
7208
|
*
|
|
6996
7209
|
* @param request - DescribeMenuPermissionRequest
|
|
6997
7210
|
* @returns DescribeMenuPermissionResponse
|
|
@@ -7085,7 +7298,7 @@ class Client extends openapi_core_1.default {
|
|
|
7085
7298
|
return await this.describeModelOssPolicyWithOptions(request, runtime);
|
|
7086
7299
|
}
|
|
7087
7300
|
/**
|
|
7088
|
-
*
|
|
7301
|
+
* Queries the limits of tasks.
|
|
7089
7302
|
*
|
|
7090
7303
|
* @param request - DescribeMonitorTaskLimitRequest
|
|
7091
7304
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7117,7 +7330,7 @@ class Client extends openapi_core_1.default {
|
|
|
7117
7330
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeMonitorTaskLimitResponse({}));
|
|
7118
7331
|
}
|
|
7119
7332
|
/**
|
|
7120
|
-
*
|
|
7333
|
+
* Queries the limits of tasks.
|
|
7121
7334
|
*
|
|
7122
7335
|
* @param request - DescribeMonitorTaskLimitRequest
|
|
7123
7336
|
* @returns DescribeMonitorTaskLimitResponse
|
|
@@ -7127,7 +7340,7 @@ class Client extends openapi_core_1.default {
|
|
|
7127
7340
|
return await this.describeMonitorTaskLimitWithOptions(request, runtime);
|
|
7128
7341
|
}
|
|
7129
7342
|
/**
|
|
7130
|
-
*
|
|
7343
|
+
* Queries a name list by page.
|
|
7131
7344
|
*
|
|
7132
7345
|
* @param request - DescribeNameListRequest
|
|
7133
7346
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7174,7 +7387,7 @@ class Client extends openapi_core_1.default {
|
|
|
7174
7387
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeNameListResponse({}));
|
|
7175
7388
|
}
|
|
7176
7389
|
/**
|
|
7177
|
-
*
|
|
7390
|
+
* Queries a name list by page.
|
|
7178
7391
|
*
|
|
7179
7392
|
* @param request - DescribeNameListRequest
|
|
7180
7393
|
* @returns DescribeNameListResponse
|
|
@@ -7184,7 +7397,7 @@ class Client extends openapi_core_1.default {
|
|
|
7184
7397
|
return await this.describeNameListWithOptions(request, runtime);
|
|
7185
7398
|
}
|
|
7186
7399
|
/**
|
|
7187
|
-
*
|
|
7400
|
+
* Downloads the content of a list.
|
|
7188
7401
|
*
|
|
7189
7402
|
* @param request - DescribeNameListDownloadUrlRequest
|
|
7190
7403
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7219,7 +7432,7 @@ class Client extends openapi_core_1.default {
|
|
|
7219
7432
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeNameListDownloadUrlResponse({}));
|
|
7220
7433
|
}
|
|
7221
7434
|
/**
|
|
7222
|
-
*
|
|
7435
|
+
* Downloads the content of a list.
|
|
7223
7436
|
*
|
|
7224
7437
|
* @param request - DescribeNameListDownloadUrlRequest
|
|
7225
7438
|
* @returns DescribeNameListDownloadUrlResponse
|
|
@@ -7229,7 +7442,7 @@ class Client extends openapi_core_1.default {
|
|
|
7229
7442
|
return await this.describeNameListDownloadUrlWithOptions(request, runtime);
|
|
7230
7443
|
}
|
|
7231
7444
|
/**
|
|
7232
|
-
*
|
|
7445
|
+
* Queries the quota limit for lists.
|
|
7233
7446
|
*
|
|
7234
7447
|
* @param request - DescribeNameListLimitRequest
|
|
7235
7448
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7264,7 +7477,7 @@ class Client extends openapi_core_1.default {
|
|
|
7264
7477
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeNameListLimitResponse({}));
|
|
7265
7478
|
}
|
|
7266
7479
|
/**
|
|
7267
|
-
*
|
|
7480
|
+
* Queries the quota limit for lists.
|
|
7268
7481
|
*
|
|
7269
7482
|
* @param request - DescribeNameListLimitRequest
|
|
7270
7483
|
* @returns DescribeNameListLimitResponse
|
|
@@ -7274,7 +7487,7 @@ class Client extends openapi_core_1.default {
|
|
|
7274
7487
|
return await this.describeNameListLimitWithOptions(request, runtime);
|
|
7275
7488
|
}
|
|
7276
7489
|
/**
|
|
7277
|
-
*
|
|
7490
|
+
* Queries the content of a list.
|
|
7278
7491
|
*
|
|
7279
7492
|
* @param request - DescribeNameListPageListRequest
|
|
7280
7493
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7324,7 +7537,7 @@ class Client extends openapi_core_1.default {
|
|
|
7324
7537
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeNameListPageListResponse({}));
|
|
7325
7538
|
}
|
|
7326
7539
|
/**
|
|
7327
|
-
*
|
|
7540
|
+
* Queries the content of a list.
|
|
7328
7541
|
*
|
|
7329
7542
|
* @param request - DescribeNameListPageListRequest
|
|
7330
7543
|
* @returns DescribeNameListPageListResponse
|
|
@@ -7334,7 +7547,7 @@ class Client extends openapi_core_1.default {
|
|
|
7334
7547
|
return await this.describeNameListPageListWithOptions(request, runtime);
|
|
7335
7548
|
}
|
|
7336
7549
|
/**
|
|
7337
|
-
*
|
|
7550
|
+
* Queries the list of name list types.
|
|
7338
7551
|
*
|
|
7339
7552
|
* @param request - DescribeNameListTypeListRequest
|
|
7340
7553
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7366,7 +7579,7 @@ class Client extends openapi_core_1.default {
|
|
|
7366
7579
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeNameListTypeListResponse({}));
|
|
7367
7580
|
}
|
|
7368
7581
|
/**
|
|
7369
|
-
*
|
|
7582
|
+
* Queries the list of name list types.
|
|
7370
7583
|
*
|
|
7371
7584
|
* @param request - DescribeNameListTypeListRequest
|
|
7372
7585
|
* @returns DescribeNameListTypeListResponse
|
|
@@ -7376,7 +7589,7 @@ class Client extends openapi_core_1.default {
|
|
|
7376
7589
|
return await this.describeNameListTypeListWithOptions(request, runtime);
|
|
7377
7590
|
}
|
|
7378
7591
|
/**
|
|
7379
|
-
*
|
|
7592
|
+
* Queries a list of named lists.
|
|
7380
7593
|
*
|
|
7381
7594
|
* @param request - DescribeNameListVariablePageListRequest
|
|
7382
7595
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7423,7 +7636,7 @@ class Client extends openapi_core_1.default {
|
|
|
7423
7636
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeNameListVariablePageListResponse({}));
|
|
7424
7637
|
}
|
|
7425
7638
|
/**
|
|
7426
|
-
*
|
|
7639
|
+
* Queries a list of named lists.
|
|
7427
7640
|
*
|
|
7428
7641
|
* @param request - DescribeNameListVariablePageListRequest
|
|
7429
7642
|
* @returns DescribeNameListVariablePageListResponse
|
|
@@ -7484,7 +7697,7 @@ class Client extends openapi_core_1.default {
|
|
|
7484
7697
|
return await this.describeOperationLogMonitoringWithOptions(request, runtime);
|
|
7485
7698
|
}
|
|
7486
7699
|
/**
|
|
7487
|
-
*
|
|
7700
|
+
* Queries the list of events by event name.
|
|
7488
7701
|
*
|
|
7489
7702
|
* @param request - DescribeOperationLogPageListRequest
|
|
7490
7703
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7534,7 +7747,7 @@ class Client extends openapi_core_1.default {
|
|
|
7534
7747
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOperationLogPageListResponse({}));
|
|
7535
7748
|
}
|
|
7536
7749
|
/**
|
|
7537
|
-
*
|
|
7750
|
+
* Queries the list of events by event name.
|
|
7538
7751
|
*
|
|
7539
7752
|
* @param request - DescribeOperationLogPageListRequest
|
|
7540
7753
|
* @returns DescribeOperationLogPageListResponse
|
|
@@ -7544,7 +7757,7 @@ class Client extends openapi_core_1.default {
|
|
|
7544
7757
|
return await this.describeOperationLogPageListWithOptions(request, runtime);
|
|
7545
7758
|
}
|
|
7546
7759
|
/**
|
|
7547
|
-
*
|
|
7760
|
+
* Queries the operator mapping list by customer ID.
|
|
7548
7761
|
*
|
|
7549
7762
|
* @param request - DescribeOperatorListRequest
|
|
7550
7763
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7576,7 +7789,7 @@ class Client extends openapi_core_1.default {
|
|
|
7576
7789
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOperatorListResponse({}));
|
|
7577
7790
|
}
|
|
7578
7791
|
/**
|
|
7579
|
-
*
|
|
7792
|
+
* Queries the operator mapping list by customer ID.
|
|
7580
7793
|
*
|
|
7581
7794
|
* @param request - DescribeOperatorListRequest
|
|
7582
7795
|
* @returns DescribeOperatorListResponse
|
|
@@ -7586,7 +7799,7 @@ class Client extends openapi_core_1.default {
|
|
|
7586
7799
|
return await this.describeOperatorListWithOptions(request, runtime);
|
|
7587
7800
|
}
|
|
7588
7801
|
/**
|
|
7589
|
-
*
|
|
7802
|
+
* Queries the operator mapping list.
|
|
7590
7803
|
*
|
|
7591
7804
|
* @param request - DescribeOperatorListBySceneRequest
|
|
7592
7805
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7621,7 +7834,7 @@ class Client extends openapi_core_1.default {
|
|
|
7621
7834
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOperatorListBySceneResponse({}));
|
|
7622
7835
|
}
|
|
7623
7836
|
/**
|
|
7624
|
-
*
|
|
7837
|
+
* Queries the operator mapping list.
|
|
7625
7838
|
*
|
|
7626
7839
|
* @param request - DescribeOperatorListBySceneRequest
|
|
7627
7840
|
* @returns DescribeOperatorListBySceneResponse
|
|
@@ -7631,7 +7844,7 @@ class Client extends openapi_core_1.default {
|
|
|
7631
7844
|
return await this.describeOperatorListBySceneWithOptions(request, runtime);
|
|
7632
7845
|
}
|
|
7633
7846
|
/**
|
|
7634
|
-
*
|
|
7847
|
+
* Queries the list of operator mappings.
|
|
7635
7848
|
*
|
|
7636
7849
|
* @param request - DescribeOperatorListByTypeRequest
|
|
7637
7850
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7663,7 +7876,7 @@ class Client extends openapi_core_1.default {
|
|
|
7663
7876
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOperatorListByTypeResponse({}));
|
|
7664
7877
|
}
|
|
7665
7878
|
/**
|
|
7666
|
-
*
|
|
7879
|
+
* Queries the list of operator mappings.
|
|
7667
7880
|
*
|
|
7668
7881
|
* @param request - DescribeOperatorListByTypeRequest
|
|
7669
7882
|
* @returns DescribeOperatorListByTypeResponse
|
|
@@ -7673,7 +7886,7 @@ class Client extends openapi_core_1.default {
|
|
|
7673
7886
|
return await this.describeOperatorListByTypeWithOptions(request, runtime);
|
|
7674
7887
|
}
|
|
7675
7888
|
/**
|
|
7676
|
-
*
|
|
7889
|
+
* Checks whether OSS is authorized.
|
|
7677
7890
|
*
|
|
7678
7891
|
* @param request - DescribeOssAuthStatusRequest
|
|
7679
7892
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7705,7 +7918,7 @@ class Client extends openapi_core_1.default {
|
|
|
7705
7918
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOssAuthStatusResponse({}));
|
|
7706
7919
|
}
|
|
7707
7920
|
/**
|
|
7708
|
-
*
|
|
7921
|
+
* Checks whether OSS is authorized.
|
|
7709
7922
|
*
|
|
7710
7923
|
* @param request - DescribeOssAuthStatusRequest
|
|
7711
7924
|
* @returns DescribeOssAuthStatusResponse
|
|
@@ -7715,7 +7928,7 @@ class Client extends openapi_core_1.default {
|
|
|
7715
7928
|
return await this.describeOssAuthStatusWithOptions(request, runtime);
|
|
7716
7929
|
}
|
|
7717
7930
|
/**
|
|
7718
|
-
*
|
|
7931
|
+
* Retrieves the OSS policy.
|
|
7719
7932
|
*
|
|
7720
7933
|
* @param request - DescribeOssPolicyRequest
|
|
7721
7934
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7750,7 +7963,7 @@ class Client extends openapi_core_1.default {
|
|
|
7750
7963
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOssPolicyResponse({}));
|
|
7751
7964
|
}
|
|
7752
7965
|
/**
|
|
7753
|
-
*
|
|
7966
|
+
* Retrieves the OSS policy.
|
|
7754
7967
|
*
|
|
7755
7968
|
* @param request - DescribeOssPolicyRequest
|
|
7756
7969
|
* @returns DescribeOssPolicyResponse
|
|
@@ -7760,7 +7973,7 @@ class Client extends openapi_core_1.default {
|
|
|
7760
7973
|
return await this.describeOssPolicyWithOptions(request, runtime);
|
|
7761
7974
|
}
|
|
7762
7975
|
/**
|
|
7763
|
-
*
|
|
7976
|
+
* Retrieves the upload credential for a file.
|
|
7764
7977
|
*
|
|
7765
7978
|
* @param request - DescribeOssTokenRequest
|
|
7766
7979
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7798,7 +8011,7 @@ class Client extends openapi_core_1.default {
|
|
|
7798
8011
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeOssTokenResponse({}));
|
|
7799
8012
|
}
|
|
7800
8013
|
/**
|
|
7801
|
-
*
|
|
8014
|
+
* Retrieves the upload credential for a file.
|
|
7802
8015
|
*
|
|
7803
8016
|
* @param request - DescribeOssTokenRequest
|
|
7804
8017
|
* @returns DescribeOssTokenResponse
|
|
@@ -7808,7 +8021,7 @@ class Client extends openapi_core_1.default {
|
|
|
7808
8021
|
return await this.describeOssTokenWithOptions(request, runtime);
|
|
7809
8022
|
}
|
|
7810
8023
|
/**
|
|
7811
|
-
*
|
|
8024
|
+
* Queries the list of event properties.
|
|
7812
8025
|
*
|
|
7813
8026
|
* @param request - DescribeParamByEventCodesRequest
|
|
7814
8027
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7846,7 +8059,7 @@ class Client extends openapi_core_1.default {
|
|
|
7846
8059
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeParamByEventCodesResponse({}));
|
|
7847
8060
|
}
|
|
7848
8061
|
/**
|
|
7849
|
-
*
|
|
8062
|
+
* Queries the list of event properties.
|
|
7850
8063
|
*
|
|
7851
8064
|
* @param request - DescribeParamByEventCodesRequest
|
|
7852
8065
|
* @returns DescribeParamByEventCodesResponse
|
|
@@ -7856,7 +8069,7 @@ class Client extends openapi_core_1.default {
|
|
|
7856
8069
|
return await this.describeParamByEventCodesWithOptions(request, runtime);
|
|
7857
8070
|
}
|
|
7858
8071
|
/**
|
|
7859
|
-
*
|
|
8072
|
+
* Retrieves the file upload credential.
|
|
7860
8073
|
*
|
|
7861
8074
|
* @param request - DescribePocOssTokenRequest
|
|
7862
8075
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7888,7 +8101,7 @@ class Client extends openapi_core_1.default {
|
|
|
7888
8101
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePocOssTokenResponse({}));
|
|
7889
8102
|
}
|
|
7890
8103
|
/**
|
|
7891
|
-
*
|
|
8104
|
+
* Retrieves the file upload credential.
|
|
7892
8105
|
*
|
|
7893
8106
|
* @param request - DescribePocOssTokenRequest
|
|
7894
8107
|
* @returns DescribePocOssTokenResponse
|
|
@@ -7898,7 +8111,7 @@ class Client extends openapi_core_1.default {
|
|
|
7898
8111
|
return await this.describePocOssTokenWithOptions(request, runtime);
|
|
7899
8112
|
}
|
|
7900
8113
|
/**
|
|
7901
|
-
*
|
|
8114
|
+
* Retrieves the list of POC tasks.
|
|
7902
8115
|
*
|
|
7903
8116
|
* @param request - DescribePocTaskListRequest
|
|
7904
8117
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7939,7 +8152,7 @@ class Client extends openapi_core_1.default {
|
|
|
7939
8152
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePocTaskListResponse({}));
|
|
7940
8153
|
}
|
|
7941
8154
|
/**
|
|
7942
|
-
*
|
|
8155
|
+
* Retrieves the list of POC tasks.
|
|
7943
8156
|
*
|
|
7944
8157
|
* @param request - DescribePocTaskListRequest
|
|
7945
8158
|
* @returns DescribePocTaskListResponse
|
|
@@ -7949,7 +8162,7 @@ class Client extends openapi_core_1.default {
|
|
|
7949
8162
|
return await this.describePocTaskListWithOptions(request, runtime);
|
|
7950
8163
|
}
|
|
7951
8164
|
/**
|
|
7952
|
-
*
|
|
8165
|
+
* Checks whether the Stack private domain mode is enabled.
|
|
7953
8166
|
*
|
|
7954
8167
|
* @param request - DescribePrivateStackRequest
|
|
7955
8168
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -7978,7 +8191,7 @@ class Client extends openapi_core_1.default {
|
|
|
7978
8191
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePrivateStackResponse({}));
|
|
7979
8192
|
}
|
|
7980
8193
|
/**
|
|
7981
|
-
*
|
|
8194
|
+
* Checks whether the Stack private domain mode is enabled.
|
|
7982
8195
|
*
|
|
7983
8196
|
* @param request - DescribePrivateStackRequest
|
|
7984
8197
|
* @returns DescribePrivateStackResponse
|
|
@@ -7988,7 +8201,7 @@ class Client extends openapi_core_1.default {
|
|
|
7988
8201
|
return await this.describePrivateStackWithOptions(request, runtime);
|
|
7989
8202
|
}
|
|
7990
8203
|
/**
|
|
7991
|
-
*
|
|
8204
|
+
* Queries the details of a custom query variable.
|
|
7992
8205
|
*
|
|
7993
8206
|
* @param request - DescribeQueryVariableDetailRequest
|
|
7994
8207
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8023,7 +8236,7 @@ class Client extends openapi_core_1.default {
|
|
|
8023
8236
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeQueryVariableDetailResponse({}));
|
|
8024
8237
|
}
|
|
8025
8238
|
/**
|
|
8026
|
-
*
|
|
8239
|
+
* Queries the details of a custom query variable.
|
|
8027
8240
|
*
|
|
8028
8241
|
* @param request - DescribeQueryVariableDetailRequest
|
|
8029
8242
|
* @returns DescribeQueryVariableDetailResponse
|
|
@@ -8033,7 +8246,7 @@ class Client extends openapi_core_1.default {
|
|
|
8033
8246
|
return await this.describeQueryVariableDetailWithOptions(request, runtime);
|
|
8034
8247
|
}
|
|
8035
8248
|
/**
|
|
8036
|
-
*
|
|
8249
|
+
* Queries a list of custom query variables.
|
|
8037
8250
|
*
|
|
8038
8251
|
* @param request - DescribeQueryVariablePageListRequest
|
|
8039
8252
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8080,7 +8293,7 @@ class Client extends openapi_core_1.default {
|
|
|
8080
8293
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeQueryVariablePageListResponse({}));
|
|
8081
8294
|
}
|
|
8082
8295
|
/**
|
|
8083
|
-
*
|
|
8296
|
+
* Queries a list of custom query variables.
|
|
8084
8297
|
*
|
|
8085
8298
|
* @param request - DescribeQueryVariablePageListRequest
|
|
8086
8299
|
* @returns DescribeQueryVariablePageListResponse
|
|
@@ -8090,7 +8303,7 @@ class Client extends openapi_core_1.default {
|
|
|
8090
8303
|
return await this.describeQueryVariablePageListWithOptions(request, runtime);
|
|
8091
8304
|
}
|
|
8092
8305
|
/**
|
|
8093
|
-
*
|
|
8306
|
+
* Queries the list of variables under a data sample and scenario.
|
|
8094
8307
|
*
|
|
8095
8308
|
* @param request - DescribeRecommendSceneVariablesRequest
|
|
8096
8309
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8125,7 +8338,7 @@ class Client extends openapi_core_1.default {
|
|
|
8125
8338
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRecommendSceneVariablesResponse({}));
|
|
8126
8339
|
}
|
|
8127
8340
|
/**
|
|
8128
|
-
*
|
|
8341
|
+
* Queries the list of variables under a data sample and scenario.
|
|
8129
8342
|
*
|
|
8130
8343
|
* @param request - DescribeRecommendSceneVariablesRequest
|
|
8131
8344
|
* @returns DescribeRecommendSceneVariablesResponse
|
|
@@ -8135,7 +8348,7 @@ class Client extends openapi_core_1.default {
|
|
|
8135
8348
|
return await this.describeRecommendSceneVariablesWithOptions(request, runtime);
|
|
8136
8349
|
}
|
|
8137
8350
|
/**
|
|
8138
|
-
*
|
|
8351
|
+
* Queries the details of variable recommendations.
|
|
8139
8352
|
*
|
|
8140
8353
|
* @param request - DescribeRecommendTaskDetailRequest
|
|
8141
8354
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8170,7 +8383,7 @@ class Client extends openapi_core_1.default {
|
|
|
8170
8383
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRecommendTaskDetailResponse({}));
|
|
8171
8384
|
}
|
|
8172
8385
|
/**
|
|
8173
|
-
*
|
|
8386
|
+
* Queries the details of variable recommendations.
|
|
8174
8387
|
*
|
|
8175
8388
|
* @param request - DescribeRecommendTaskDetailRequest
|
|
8176
8389
|
* @returns DescribeRecommendTaskDetailResponse
|
|
@@ -8180,7 +8393,7 @@ class Client extends openapi_core_1.default {
|
|
|
8180
8393
|
return await this.describeRecommendTaskDetailWithOptions(request, runtime);
|
|
8181
8394
|
}
|
|
8182
8395
|
/**
|
|
8183
|
-
*
|
|
8396
|
+
* Queries the variable recommendation list.
|
|
8184
8397
|
*
|
|
8185
8398
|
* @param request - DescribeRecommendTaskPageListRequest
|
|
8186
8399
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8221,7 +8434,7 @@ class Client extends openapi_core_1.default {
|
|
|
8221
8434
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRecommendTaskPageListResponse({}));
|
|
8222
8435
|
}
|
|
8223
8436
|
/**
|
|
8224
|
-
*
|
|
8437
|
+
* Queries the variable recommendation list.
|
|
8225
8438
|
*
|
|
8226
8439
|
* @param request - DescribeRecommendTaskPageListRequest
|
|
8227
8440
|
* @returns DescribeRecommendTaskPageListResponse
|
|
@@ -8231,7 +8444,7 @@ class Client extends openapi_core_1.default {
|
|
|
8231
8444
|
return await this.describeRecommendTaskPageListWithOptions(request, runtime);
|
|
8232
8445
|
}
|
|
8233
8446
|
/**
|
|
8234
|
-
*
|
|
8447
|
+
* Queries the metric information of a variable.
|
|
8235
8448
|
*
|
|
8236
8449
|
* @param request - DescribeRecommendVariablesVelocityRequest
|
|
8237
8450
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8269,7 +8482,7 @@ class Client extends openapi_core_1.default {
|
|
|
8269
8482
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRecommendVariablesVelocityResponse({}));
|
|
8270
8483
|
}
|
|
8271
8484
|
/**
|
|
8272
|
-
*
|
|
8485
|
+
* Queries the metric information of a variable.
|
|
8273
8486
|
*
|
|
8274
8487
|
* @param request - DescribeRecommendVariablesVelocityRequest
|
|
8275
8488
|
* @returns DescribeRecommendVariablesVelocityResponse
|
|
@@ -8279,7 +8492,7 @@ class Client extends openapi_core_1.default {
|
|
|
8279
8492
|
return await this.describeRecommendVariablesVelocityWithOptions(request, runtime);
|
|
8280
8493
|
}
|
|
8281
8494
|
/**
|
|
8282
|
-
*
|
|
8495
|
+
* Queries the list of supported metrics.
|
|
8283
8496
|
*
|
|
8284
8497
|
* @param request - DescribeRecommendVelocitiesRequest
|
|
8285
8498
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8317,7 +8530,7 @@ class Client extends openapi_core_1.default {
|
|
|
8317
8530
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRecommendVelocitiesResponse({}));
|
|
8318
8531
|
}
|
|
8319
8532
|
/**
|
|
8320
|
-
*
|
|
8533
|
+
* Queries the list of supported metrics.
|
|
8321
8534
|
*
|
|
8322
8535
|
* @param request - DescribeRecommendVelocitiesRequest
|
|
8323
8536
|
* @returns DescribeRecommendVelocitiesResponse
|
|
@@ -8327,7 +8540,7 @@ class Client extends openapi_core_1.default {
|
|
|
8327
8540
|
return await this.describeRecommendVelocitiesWithOptions(request, runtime);
|
|
8328
8541
|
}
|
|
8329
8542
|
/**
|
|
8330
|
-
*
|
|
8543
|
+
* Queries the list of regions supported by API Gateway.
|
|
8331
8544
|
*
|
|
8332
8545
|
* @param request - DescribeRegionsRequest
|
|
8333
8546
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8359,7 +8572,7 @@ class Client extends openapi_core_1.default {
|
|
|
8359
8572
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRegionsResponse({}));
|
|
8360
8573
|
}
|
|
8361
8574
|
/**
|
|
8362
|
-
*
|
|
8575
|
+
* Queries the list of regions supported by API Gateway.
|
|
8363
8576
|
*
|
|
8364
8577
|
* @param request - DescribeRegionsRequest
|
|
8365
8578
|
* @returns DescribeRegionsResponse
|
|
@@ -8369,7 +8582,7 @@ class Client extends openapi_core_1.default {
|
|
|
8369
8582
|
return await this.describeRegionsWithOptions(request, runtime);
|
|
8370
8583
|
}
|
|
8371
8584
|
/**
|
|
8372
|
-
*
|
|
8585
|
+
* Queries the hit details of a request.
|
|
8373
8586
|
*
|
|
8374
8587
|
* @param request - DescribeRequestHitRequest
|
|
8375
8588
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8404,7 +8617,7 @@ class Client extends openapi_core_1.default {
|
|
|
8404
8617
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRequestHitResponse({}));
|
|
8405
8618
|
}
|
|
8406
8619
|
/**
|
|
8407
|
-
*
|
|
8620
|
+
* Queries the hit details of a request.
|
|
8408
8621
|
*
|
|
8409
8622
|
* @param request - DescribeRequestHitRequest
|
|
8410
8623
|
* @returns DescribeRequestHitResponse
|
|
@@ -8414,7 +8627,7 @@ class Client extends openapi_core_1.default {
|
|
|
8414
8627
|
return await this.describeRequestHitWithOptions(request, runtime);
|
|
8415
8628
|
}
|
|
8416
8629
|
/**
|
|
8417
|
-
* Request
|
|
8630
|
+
* Request Rate (QPS).
|
|
8418
8631
|
*
|
|
8419
8632
|
* @param request - DescribeRequestPeakReportRequest
|
|
8420
8633
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8446,7 +8659,7 @@ class Client extends openapi_core_1.default {
|
|
|
8446
8659
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRequestPeakReportResponse({}));
|
|
8447
8660
|
}
|
|
8448
8661
|
/**
|
|
8449
|
-
* Request
|
|
8662
|
+
* Request Rate (QPS).
|
|
8450
8663
|
*
|
|
8451
8664
|
* @param request - DescribeRequestPeakReportRequest
|
|
8452
8665
|
* @returns DescribeRequestPeakReportResponse
|
|
@@ -8456,7 +8669,7 @@ class Client extends openapi_core_1.default {
|
|
|
8456
8669
|
return await this.describeRequestPeakReportWithOptions(request, runtime);
|
|
8457
8670
|
}
|
|
8458
8671
|
/**
|
|
8459
|
-
*
|
|
8672
|
+
* Performs drill-down analysis.
|
|
8460
8673
|
*
|
|
8461
8674
|
* @param request - DescribeResultCountRequest
|
|
8462
8675
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8494,7 +8707,7 @@ class Client extends openapi_core_1.default {
|
|
|
8494
8707
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeResultCountResponse({}));
|
|
8495
8708
|
}
|
|
8496
8709
|
/**
|
|
8497
|
-
*
|
|
8710
|
+
* Performs drill-down analysis.
|
|
8498
8711
|
*
|
|
8499
8712
|
* @param request - DescribeResultCountRequest
|
|
8500
8713
|
* @returns DescribeResultCountResponse
|
|
@@ -8504,7 +8717,7 @@ class Client extends openapi_core_1.default {
|
|
|
8504
8717
|
return await this.describeResultCountWithOptions(request, runtime);
|
|
8505
8718
|
}
|
|
8506
8719
|
/**
|
|
8507
|
-
* Risk
|
|
8720
|
+
* Risk Map Overview Chart (Line Chart)
|
|
8508
8721
|
*
|
|
8509
8722
|
* @param request - DescribeRiskLineChartRequest
|
|
8510
8723
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8545,7 +8758,7 @@ class Client extends openapi_core_1.default {
|
|
|
8545
8758
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRiskLineChartResponse({}));
|
|
8546
8759
|
}
|
|
8547
8760
|
/**
|
|
8548
|
-
* Risk
|
|
8761
|
+
* Risk Map Overview Chart (Line Chart)
|
|
8549
8762
|
*
|
|
8550
8763
|
* @param request - DescribeRiskLineChartRequest
|
|
8551
8764
|
* @returns DescribeRiskLineChartResponse
|
|
@@ -8606,7 +8819,7 @@ class Client extends openapi_core_1.default {
|
|
|
8606
8819
|
return await this.describeRiskTagsLineChartWithOptions(request, runtime);
|
|
8607
8820
|
}
|
|
8608
8821
|
/**
|
|
8609
|
-
*
|
|
8822
|
+
* Queries the policy overview list.
|
|
8610
8823
|
*
|
|
8611
8824
|
* @param request - DescribeRuleBarChartRequest
|
|
8612
8825
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8647,7 +8860,7 @@ class Client extends openapi_core_1.default {
|
|
|
8647
8860
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRuleBarChartResponse({}));
|
|
8648
8861
|
}
|
|
8649
8862
|
/**
|
|
8650
|
-
*
|
|
8863
|
+
* Queries the policy overview list.
|
|
8651
8864
|
*
|
|
8652
8865
|
* @param request - DescribeRuleBarChartRequest
|
|
8653
8866
|
* @returns DescribeRuleBarChartResponse
|
|
@@ -8657,7 +8870,7 @@ class Client extends openapi_core_1.default {
|
|
|
8657
8870
|
return await this.describeRuleBarChartWithOptions(request, runtime);
|
|
8658
8871
|
}
|
|
8659
8872
|
/**
|
|
8660
|
-
*
|
|
8873
|
+
* Queries the number of policies by user ID.
|
|
8661
8874
|
*
|
|
8662
8875
|
* @param request - DescribeRuleCountByUserIdRequest
|
|
8663
8876
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8692,7 +8905,7 @@ class Client extends openapi_core_1.default {
|
|
|
8692
8905
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRuleCountByUserIdResponse({}));
|
|
8693
8906
|
}
|
|
8694
8907
|
/**
|
|
8695
|
-
*
|
|
8908
|
+
* Queries the number of policies by user ID.
|
|
8696
8909
|
*
|
|
8697
8910
|
* @param request - DescribeRuleCountByUserIdRequest
|
|
8698
8911
|
* @returns DescribeRuleCountByUserIdResponse
|
|
@@ -8702,7 +8915,7 @@ class Client extends openapi_core_1.default {
|
|
|
8702
8915
|
return await this.describeRuleCountByUserIdWithOptions(request, runtime);
|
|
8703
8916
|
}
|
|
8704
8917
|
/**
|
|
8705
|
-
* Query policy/version details
|
|
8918
|
+
* Query policy/version details.
|
|
8706
8919
|
*
|
|
8707
8920
|
* @param request - DescribeRuleDetailByRuleIdRequest
|
|
8708
8921
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8743,7 +8956,7 @@ class Client extends openapi_core_1.default {
|
|
|
8743
8956
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRuleDetailByRuleIdResponse({}));
|
|
8744
8957
|
}
|
|
8745
8958
|
/**
|
|
8746
|
-
* Query policy/version details
|
|
8959
|
+
* Query policy/version details.
|
|
8747
8960
|
*
|
|
8748
8961
|
* @param request - DescribeRuleDetailByRuleIdRequest
|
|
8749
8962
|
* @returns DescribeRuleDetailByRuleIdResponse
|
|
@@ -8753,7 +8966,7 @@ class Client extends openapi_core_1.default {
|
|
|
8753
8966
|
return await this.describeRuleDetailByRuleIdWithOptions(request, runtime);
|
|
8754
8967
|
}
|
|
8755
8968
|
/**
|
|
8756
|
-
*
|
|
8969
|
+
* Queries the details of policy rule hits.
|
|
8757
8970
|
*
|
|
8758
8971
|
* @param request - DescribeRuleHitRequest
|
|
8759
8972
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8797,7 +9010,7 @@ class Client extends openapi_core_1.default {
|
|
|
8797
9010
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRuleHitResponse({}));
|
|
8798
9011
|
}
|
|
8799
9012
|
/**
|
|
8800
|
-
*
|
|
9013
|
+
* Queries the details of policy rule hits.
|
|
8801
9014
|
*
|
|
8802
9015
|
* @param request - DescribeRuleHitRequest
|
|
8803
9016
|
* @returns DescribeRuleHitResponse
|
|
@@ -8807,7 +9020,7 @@ class Client extends openapi_core_1.default {
|
|
|
8807
9020
|
return await this.describeRuleHitWithOptions(request, runtime);
|
|
8808
9021
|
}
|
|
8809
9022
|
/**
|
|
8810
|
-
*
|
|
9023
|
+
* Queries a list of policies.
|
|
8811
9024
|
*
|
|
8812
9025
|
* @param request - DescribeRuleListByEventCodesListRequest
|
|
8813
9026
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8842,7 +9055,7 @@ class Client extends openapi_core_1.default {
|
|
|
8842
9055
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRuleListByEventCodesListResponse({}));
|
|
8843
9056
|
}
|
|
8844
9057
|
/**
|
|
8845
|
-
*
|
|
9058
|
+
* Queries a list of policies.
|
|
8846
9059
|
*
|
|
8847
9060
|
* @param request - DescribeRuleListByEventCodesListRequest
|
|
8848
9061
|
* @returns DescribeRuleListByEventCodesListResponse
|
|
@@ -8852,7 +9065,7 @@ class Client extends openapi_core_1.default {
|
|
|
8852
9065
|
return await this.describeRuleListByEventCodesListWithOptions(request, runtime);
|
|
8853
9066
|
}
|
|
8854
9067
|
/**
|
|
8855
|
-
*
|
|
9068
|
+
* Queries a list of policies.
|
|
8856
9069
|
*
|
|
8857
9070
|
* @param request - DescribeRulePageListRequest
|
|
8858
9071
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8908,7 +9121,7 @@ class Client extends openapi_core_1.default {
|
|
|
8908
9121
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRulePageListResponse({}));
|
|
8909
9122
|
}
|
|
8910
9123
|
/**
|
|
8911
|
-
*
|
|
9124
|
+
* Queries a list of policies.
|
|
8912
9125
|
*
|
|
8913
9126
|
* @param request - DescribeRulePageListRequest
|
|
8914
9127
|
* @returns DescribeRulePageListResponse
|
|
@@ -8918,7 +9131,7 @@ class Client extends openapi_core_1.default {
|
|
|
8918
9131
|
return await this.describeRulePageListWithOptions(request, runtime);
|
|
8919
9132
|
}
|
|
8920
9133
|
/**
|
|
8921
|
-
* Query historical snapshots based on ruleId and version
|
|
9134
|
+
* Query historical snapshots based on ruleId and version.
|
|
8922
9135
|
*
|
|
8923
9136
|
* @param request - DescribeRuleSnapshotRequest
|
|
8924
9137
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8956,7 +9169,7 @@ class Client extends openapi_core_1.default {
|
|
|
8956
9169
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRuleSnapshotResponse({}));
|
|
8957
9170
|
}
|
|
8958
9171
|
/**
|
|
8959
|
-
* Query historical snapshots based on ruleId and version
|
|
9172
|
+
* Query historical snapshots based on ruleId and version.
|
|
8960
9173
|
*
|
|
8961
9174
|
* @param request - DescribeRuleSnapshotRequest
|
|
8962
9175
|
* @returns DescribeRuleSnapshotResponse
|
|
@@ -8966,7 +9179,7 @@ class Client extends openapi_core_1.default {
|
|
|
8966
9179
|
return await this.describeRuleSnapshotWithOptions(request, runtime);
|
|
8967
9180
|
}
|
|
8968
9181
|
/**
|
|
8969
|
-
*
|
|
9182
|
+
* Queries the list of policy versions.
|
|
8970
9183
|
*
|
|
8971
9184
|
* @param request - DescribeRuleVersionListRequest
|
|
8972
9185
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9010,7 +9223,7 @@ class Client extends openapi_core_1.default {
|
|
|
9010
9223
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeRuleVersionListResponse({}));
|
|
9011
9224
|
}
|
|
9012
9225
|
/**
|
|
9013
|
-
*
|
|
9226
|
+
* Queries the list of policy versions.
|
|
9014
9227
|
*
|
|
9015
9228
|
* @param request - DescribeRuleVersionListRequest
|
|
9016
9229
|
* @returns DescribeRuleVersionListResponse
|
|
@@ -9020,7 +9233,7 @@ class Client extends openapi_core_1.default {
|
|
|
9020
9233
|
return await this.describeRuleVersionListWithOptions(request, runtime);
|
|
9021
9234
|
}
|
|
9022
9235
|
/**
|
|
9023
|
-
* SDK
|
|
9236
|
+
* Queries the list of SDK downloads.
|
|
9024
9237
|
*
|
|
9025
9238
|
* @param request - DescribeSDKDownloadListRequest
|
|
9026
9239
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9058,7 +9271,7 @@ class Client extends openapi_core_1.default {
|
|
|
9058
9271
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSDKDownloadListResponse({}));
|
|
9059
9272
|
}
|
|
9060
9273
|
/**
|
|
9061
|
-
* SDK
|
|
9274
|
+
* Queries the list of SDK downloads.
|
|
9062
9275
|
*
|
|
9063
9276
|
* @param request - DescribeSDKDownloadListRequest
|
|
9064
9277
|
* @returns DescribeSDKDownloadListResponse
|
|
@@ -9068,7 +9281,7 @@ class Client extends openapi_core_1.default {
|
|
|
9068
9281
|
return await this.describeSDKDownloadListWithOptions(request, runtime);
|
|
9069
9282
|
}
|
|
9070
9283
|
/**
|
|
9071
|
-
*
|
|
9284
|
+
* Queries SAF permissions.
|
|
9072
9285
|
*
|
|
9073
9286
|
* @param request - DescribeSafConsoleRequest
|
|
9074
9287
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9103,7 +9316,7 @@ class Client extends openapi_core_1.default {
|
|
|
9103
9316
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSafConsoleResponse({}));
|
|
9104
9317
|
}
|
|
9105
9318
|
/**
|
|
9106
|
-
*
|
|
9319
|
+
* Queries SAF permissions.
|
|
9107
9320
|
*
|
|
9108
9321
|
* @param request - DescribeSafConsoleRequest
|
|
9109
9322
|
* @returns DescribeSafConsoleResponse
|
|
@@ -9113,7 +9326,7 @@ class Client extends openapi_core_1.default {
|
|
|
9113
9326
|
return await this.describeSafConsoleWithOptions(request, runtime);
|
|
9114
9327
|
}
|
|
9115
9328
|
/**
|
|
9116
|
-
*
|
|
9329
|
+
* Queries saf_de orders.
|
|
9117
9330
|
*
|
|
9118
9331
|
* @param request - DescribeSafDeOrderRequest
|
|
9119
9332
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9157,7 +9370,7 @@ class Client extends openapi_core_1.default {
|
|
|
9157
9370
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSafDeOrderResponse({}));
|
|
9158
9371
|
}
|
|
9159
9372
|
/**
|
|
9160
|
-
*
|
|
9373
|
+
* Queries saf_de orders.
|
|
9161
9374
|
*
|
|
9162
9375
|
* @param request - DescribeSafDeOrderRequest
|
|
9163
9376
|
* @returns DescribeSafDeOrderResponse
|
|
@@ -9167,7 +9380,7 @@ class Client extends openapi_core_1.default {
|
|
|
9167
9380
|
return await this.describeSafDeOrderWithOptions(request, runtime);
|
|
9168
9381
|
}
|
|
9169
9382
|
/**
|
|
9170
|
-
*
|
|
9383
|
+
* Queries order information.
|
|
9171
9384
|
*
|
|
9172
9385
|
* @param request - DescribeSafOrderRequest
|
|
9173
9386
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9214,7 +9427,7 @@ class Client extends openapi_core_1.default {
|
|
|
9214
9427
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSafOrderResponse({}));
|
|
9215
9428
|
}
|
|
9216
9429
|
/**
|
|
9217
|
-
*
|
|
9430
|
+
* Queries order information.
|
|
9218
9431
|
*
|
|
9219
9432
|
* @param request - DescribeSafOrderRequest
|
|
9220
9433
|
* @returns DescribeSafOrderResponse
|
|
@@ -9224,7 +9437,7 @@ class Client extends openapi_core_1.default {
|
|
|
9224
9437
|
return await this.describeSafOrderWithOptions(request, runtime);
|
|
9225
9438
|
}
|
|
9226
9439
|
/**
|
|
9227
|
-
*
|
|
9440
|
+
* Queries the access configuration.
|
|
9228
9441
|
*
|
|
9229
9442
|
* @param request - DescribeSafStartConfigRequest
|
|
9230
9443
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9256,7 +9469,7 @@ class Client extends openapi_core_1.default {
|
|
|
9256
9469
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSafStartConfigResponse({}));
|
|
9257
9470
|
}
|
|
9258
9471
|
/**
|
|
9259
|
-
*
|
|
9472
|
+
* Queries the access configuration.
|
|
9260
9473
|
*
|
|
9261
9474
|
* @param request - DescribeSafStartConfigRequest
|
|
9262
9475
|
* @returns DescribeSafStartConfigResponse
|
|
@@ -9266,7 +9479,7 @@ class Client extends openapi_core_1.default {
|
|
|
9266
9479
|
return await this.describeSafStartConfigWithOptions(request, runtime);
|
|
9267
9480
|
}
|
|
9268
9481
|
/**
|
|
9269
|
-
*
|
|
9482
|
+
* Queries access configurations.
|
|
9270
9483
|
*
|
|
9271
9484
|
* @param request - DescribeSafStartStepsRequest
|
|
9272
9485
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9313,7 +9526,7 @@ class Client extends openapi_core_1.default {
|
|
|
9313
9526
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSafStartStepsResponse({}));
|
|
9314
9527
|
}
|
|
9315
9528
|
/**
|
|
9316
|
-
*
|
|
9529
|
+
* Queries access configurations.
|
|
9317
9530
|
*
|
|
9318
9531
|
* @param request - DescribeSafStartStepsRequest
|
|
9319
9532
|
* @returns DescribeSafStartStepsResponse
|
|
@@ -9323,7 +9536,7 @@ class Client extends openapi_core_1.default {
|
|
|
9323
9536
|
return await this.describeSafStartStepsWithOptions(request, runtime);
|
|
9324
9537
|
}
|
|
9325
9538
|
/**
|
|
9326
|
-
*
|
|
9539
|
+
* Retrieves the list of risk labels.
|
|
9327
9540
|
*
|
|
9328
9541
|
* @param request - DescribeSafTagListRequest
|
|
9329
9542
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9367,7 +9580,7 @@ class Client extends openapi_core_1.default {
|
|
|
9367
9580
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSafTagListResponse({}));
|
|
9368
9581
|
}
|
|
9369
9582
|
/**
|
|
9370
|
-
*
|
|
9583
|
+
* Retrieves the list of risk labels.
|
|
9371
9584
|
*
|
|
9372
9585
|
* @param request - DescribeSafTagListRequest
|
|
9373
9586
|
* @returns DescribeSafTagListResponse
|
|
@@ -9482,7 +9695,7 @@ class Client extends openapi_core_1.default {
|
|
|
9482
9695
|
return await this.describeSampleDataByBatchUUidPageWithOptions(request, runtime);
|
|
9483
9696
|
}
|
|
9484
9697
|
/**
|
|
9485
|
-
*
|
|
9698
|
+
* Performs a paging query on the sample list.
|
|
9486
9699
|
*
|
|
9487
9700
|
* @param request - DescribeSampleDataListRequest
|
|
9488
9701
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9535,7 +9748,7 @@ class Client extends openapi_core_1.default {
|
|
|
9535
9748
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSampleDataListResponse({}));
|
|
9536
9749
|
}
|
|
9537
9750
|
/**
|
|
9538
|
-
*
|
|
9751
|
+
* Performs a paging query on the sample list.
|
|
9539
9752
|
*
|
|
9540
9753
|
* @param request - DescribeSampleDataListRequest
|
|
9541
9754
|
* @returns DescribeSampleDataListResponse
|
|
@@ -9602,7 +9815,7 @@ class Client extends openapi_core_1.default {
|
|
|
9602
9815
|
return await this.describeSampleDataPageWithOptions(request, runtime);
|
|
9603
9816
|
}
|
|
9604
9817
|
/**
|
|
9605
|
-
*
|
|
9818
|
+
* Queries the authorization of a data sample.
|
|
9606
9819
|
*
|
|
9607
9820
|
* @param request - DescribeSampleDemoDownloadUrlRequest
|
|
9608
9821
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9637,7 +9850,7 @@ class Client extends openapi_core_1.default {
|
|
|
9637
9850
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSampleDemoDownloadUrlResponse({}));
|
|
9638
9851
|
}
|
|
9639
9852
|
/**
|
|
9640
|
-
*
|
|
9853
|
+
* Queries the authorization of a data sample.
|
|
9641
9854
|
*
|
|
9642
9855
|
* @param request - DescribeSampleDemoDownloadUrlRequest
|
|
9643
9856
|
* @returns DescribeSampleDemoDownloadUrlResponse
|
|
@@ -9647,7 +9860,7 @@ class Client extends openapi_core_1.default {
|
|
|
9647
9860
|
return await this.describeSampleDemoDownloadUrlWithOptions(request, runtime);
|
|
9648
9861
|
}
|
|
9649
9862
|
/**
|
|
9650
|
-
*
|
|
9863
|
+
* Queries the authorization information for downloading a data sample.
|
|
9651
9864
|
*
|
|
9652
9865
|
* @param request - DescribeSampleDownloadUrlRequest
|
|
9653
9866
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9682,7 +9895,7 @@ class Client extends openapi_core_1.default {
|
|
|
9682
9895
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSampleDownloadUrlResponse({}));
|
|
9683
9896
|
}
|
|
9684
9897
|
/**
|
|
9685
|
-
*
|
|
9898
|
+
* Queries the authorization information for downloading a data sample.
|
|
9686
9899
|
*
|
|
9687
9900
|
* @param request - DescribeSampleDownloadUrlRequest
|
|
9688
9901
|
* @returns DescribeSampleDownloadUrlResponse
|
|
@@ -9692,7 +9905,7 @@ class Client extends openapi_core_1.default {
|
|
|
9692
9905
|
return await this.describeSampleDownloadUrlWithOptions(request, runtime);
|
|
9693
9906
|
}
|
|
9694
9907
|
/**
|
|
9695
|
-
*
|
|
9908
|
+
* Queries the details of a data sample.
|
|
9696
9909
|
*
|
|
9697
9910
|
* @param request - DescribeSampleInfoRequest
|
|
9698
9911
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9730,7 +9943,7 @@ class Client extends openapi_core_1.default {
|
|
|
9730
9943
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSampleInfoResponse({}));
|
|
9731
9944
|
}
|
|
9732
9945
|
/**
|
|
9733
|
-
*
|
|
9946
|
+
* Queries the details of a data sample.
|
|
9734
9947
|
*
|
|
9735
9948
|
* @param request - DescribeSampleInfoRequest
|
|
9736
9949
|
* @returns DescribeSampleInfoResponse
|
|
@@ -9740,7 +9953,7 @@ class Client extends openapi_core_1.default {
|
|
|
9740
9953
|
return await this.describeSampleInfoWithOptions(request, runtime);
|
|
9741
9954
|
}
|
|
9742
9955
|
/**
|
|
9743
|
-
*
|
|
9956
|
+
* Queries the sample list.
|
|
9744
9957
|
*
|
|
9745
9958
|
* @param request - DescribeSampleListRequest
|
|
9746
9959
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9784,7 +9997,7 @@ class Client extends openapi_core_1.default {
|
|
|
9784
9997
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSampleListResponse({}));
|
|
9785
9998
|
}
|
|
9786
9999
|
/**
|
|
9787
|
-
*
|
|
10000
|
+
* Queries the sample list.
|
|
9788
10001
|
*
|
|
9789
10002
|
* @param request - DescribeSampleListRequest
|
|
9790
10003
|
* @returns DescribeSampleListResponse
|
|
@@ -9794,7 +10007,7 @@ class Client extends openapi_core_1.default {
|
|
|
9794
10007
|
return await this.describeSampleListWithOptions(request, runtime);
|
|
9795
10008
|
}
|
|
9796
10009
|
/**
|
|
9797
|
-
*
|
|
10010
|
+
* Queries the list of scenarios.
|
|
9798
10011
|
*
|
|
9799
10012
|
* @param request - DescribeSampleSceneListRequest
|
|
9800
10013
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9826,7 +10039,7 @@ class Client extends openapi_core_1.default {
|
|
|
9826
10039
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSampleSceneListResponse({}));
|
|
9827
10040
|
}
|
|
9828
10041
|
/**
|
|
9829
|
-
*
|
|
10042
|
+
* Queries the list of scenarios.
|
|
9830
10043
|
*
|
|
9831
10044
|
* @param request - DescribeSampleSceneListRequest
|
|
9832
10045
|
* @returns DescribeSampleSceneListResponse
|
|
@@ -9836,7 +10049,7 @@ class Client extends openapi_core_1.default {
|
|
|
9836
10049
|
return await this.describeSampleSceneListWithOptions(request, runtime);
|
|
9837
10050
|
}
|
|
9838
10051
|
/**
|
|
9839
|
-
*
|
|
10052
|
+
* Retrieves the list of labels.
|
|
9840
10053
|
*
|
|
9841
10054
|
* @param request - DescribeSampleTagListRequest
|
|
9842
10055
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9868,7 +10081,7 @@ class Client extends openapi_core_1.default {
|
|
|
9868
10081
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSampleTagListResponse({}));
|
|
9869
10082
|
}
|
|
9870
10083
|
/**
|
|
9871
|
-
*
|
|
10084
|
+
* Retrieves the list of labels.
|
|
9872
10085
|
*
|
|
9873
10086
|
* @param request - DescribeSampleTagListRequest
|
|
9874
10087
|
* @returns DescribeSampleTagListResponse
|
|
@@ -9878,7 +10091,7 @@ class Client extends openapi_core_1.default {
|
|
|
9878
10091
|
return await this.describeSampleTagListWithOptions(request, runtime);
|
|
9879
10092
|
}
|
|
9880
10093
|
/**
|
|
9881
|
-
*
|
|
10094
|
+
* Queries the authorization information for sample uploads.
|
|
9882
10095
|
*
|
|
9883
10096
|
* @param request - DescribeSampleUploadPolicyRequest
|
|
9884
10097
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9910,7 +10123,7 @@ class Client extends openapi_core_1.default {
|
|
|
9910
10123
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSampleUploadPolicyResponse({}));
|
|
9911
10124
|
}
|
|
9912
10125
|
/**
|
|
9913
|
-
*
|
|
10126
|
+
* Queries the authorization information for sample uploads.
|
|
9914
10127
|
*
|
|
9915
10128
|
* @param request - DescribeSampleUploadPolicyRequest
|
|
9916
10129
|
* @returns DescribeSampleUploadPolicyResponse
|
|
@@ -9971,10 +10184,10 @@ class Client extends openapi_core_1.default {
|
|
|
9971
10184
|
return await this.describeSamplebatchPageWithOptions(request, runtime);
|
|
9972
10185
|
}
|
|
9973
10186
|
/**
|
|
9974
|
-
*
|
|
10187
|
+
* Queries the dropdown list of scenario-based risk control events.
|
|
9975
10188
|
*
|
|
9976
10189
|
* @remarks
|
|
9977
|
-
*
|
|
10190
|
+
* Queries the dropdown list of scenario-based risk control events.
|
|
9978
10191
|
*
|
|
9979
10192
|
* @param request - DescribeSceneAllEventNameCodeListRequest
|
|
9980
10193
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10009,10 +10222,10 @@ class Client extends openapi_core_1.default {
|
|
|
10009
10222
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSceneAllEventNameCodeListResponse({}));
|
|
10010
10223
|
}
|
|
10011
10224
|
/**
|
|
10012
|
-
*
|
|
10225
|
+
* Queries the dropdown list of scenario-based risk control events.
|
|
10013
10226
|
*
|
|
10014
10227
|
* @remarks
|
|
10015
|
-
*
|
|
10228
|
+
* Queries the dropdown list of scenario-based risk control events.
|
|
10016
10229
|
*
|
|
10017
10230
|
* @param request - DescribeSceneAllEventNameCodeListRequest
|
|
10018
10231
|
* @returns DescribeSceneAllEventNameCodeListResponse
|
|
@@ -10022,7 +10235,7 @@ class Client extends openapi_core_1.default {
|
|
|
10022
10235
|
return await this.describeSceneAllEventNameCodeListWithOptions(request, runtime);
|
|
10023
10236
|
}
|
|
10024
10237
|
/**
|
|
10025
|
-
*
|
|
10238
|
+
* Queries the list of scenario-based risk control events.
|
|
10026
10239
|
*
|
|
10027
10240
|
* @param request - DescribeSceneEventPageListRequest
|
|
10028
10241
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10063,7 +10276,7 @@ class Client extends openapi_core_1.default {
|
|
|
10063
10276
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSceneEventPageListResponse({}));
|
|
10064
10277
|
}
|
|
10065
10278
|
/**
|
|
10066
|
-
*
|
|
10279
|
+
* Queries the list of scenario-based risk control events.
|
|
10067
10280
|
*
|
|
10068
10281
|
* @param request - DescribeSceneEventPageListRequest
|
|
10069
10282
|
* @returns DescribeSceneEventPageListResponse
|
|
@@ -10073,10 +10286,10 @@ class Client extends openapi_core_1.default {
|
|
|
10073
10286
|
return await this.describeSceneEventPageListWithOptions(request, runtime);
|
|
10074
10287
|
}
|
|
10075
10288
|
/**
|
|
10076
|
-
*
|
|
10289
|
+
* Queries the list of scenario-based risk control event policies.
|
|
10077
10290
|
*
|
|
10078
10291
|
* @remarks
|
|
10079
|
-
*
|
|
10292
|
+
* Queries the list of scenario-based risk control event policies.
|
|
10080
10293
|
*
|
|
10081
10294
|
* @param request - DescribeSceneRulePageListRequest
|
|
10082
10295
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10129,10 +10342,10 @@ class Client extends openapi_core_1.default {
|
|
|
10129
10342
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSceneRulePageListResponse({}));
|
|
10130
10343
|
}
|
|
10131
10344
|
/**
|
|
10132
|
-
*
|
|
10345
|
+
* Queries the list of scenario-based risk control event policies.
|
|
10133
10346
|
*
|
|
10134
10347
|
* @remarks
|
|
10135
|
-
*
|
|
10348
|
+
* Queries the list of scenario-based risk control event policies.
|
|
10136
10349
|
*
|
|
10137
10350
|
* @param request - DescribeSceneRulePageListRequest
|
|
10138
10351
|
* @returns DescribeSceneRulePageListResponse
|
|
@@ -10184,7 +10397,7 @@ class Client extends openapi_core_1.default {
|
|
|
10184
10397
|
return await this.describeScoreListWithOptions(request, runtime);
|
|
10185
10398
|
}
|
|
10186
10399
|
/**
|
|
10187
|
-
*
|
|
10400
|
+
* Analyzes the quantity distribution across score ranges.
|
|
10188
10401
|
*
|
|
10189
10402
|
* @param request - DescribeScoreSectionNumLineChartRequest
|
|
10190
10403
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10231,7 +10444,7 @@ class Client extends openapi_core_1.default {
|
|
|
10231
10444
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeScoreSectionNumLineChartResponse({}));
|
|
10232
10445
|
}
|
|
10233
10446
|
/**
|
|
10234
|
-
*
|
|
10447
|
+
* Analyzes the quantity distribution across score ranges.
|
|
10235
10448
|
*
|
|
10236
10449
|
* @param request - DescribeScoreSectionNumLineChartRequest
|
|
10237
10450
|
* @returns DescribeScoreSectionNumLineChartResponse
|
|
@@ -10241,7 +10454,7 @@ class Client extends openapi_core_1.default {
|
|
|
10241
10454
|
return await this.describeScoreSectionNumLineChartWithOptions(request, runtime);
|
|
10242
10455
|
}
|
|
10243
10456
|
/**
|
|
10244
|
-
*
|
|
10457
|
+
* Queries the score range distribution of main events, bypass events, and diversion events.
|
|
10245
10458
|
*
|
|
10246
10459
|
* @param request - DescribeScoreSectionPieChartRequest
|
|
10247
10460
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10285,7 +10498,7 @@ class Client extends openapi_core_1.default {
|
|
|
10285
10498
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeScoreSectionPieChartResponse({}));
|
|
10286
10499
|
}
|
|
10287
10500
|
/**
|
|
10288
|
-
*
|
|
10501
|
+
* Queries the score range distribution of main events, bypass events, and diversion events.
|
|
10289
10502
|
*
|
|
10290
10503
|
* @param request - DescribeScoreSectionPieChartRequest
|
|
10291
10504
|
* @returns DescribeScoreSectionPieChartResponse
|
|
@@ -10295,7 +10508,7 @@ class Client extends openapi_core_1.default {
|
|
|
10295
10508
|
return await this.describeScoreSectionPieChartWithOptions(request, runtime);
|
|
10296
10509
|
}
|
|
10297
10510
|
/**
|
|
10298
|
-
* Score
|
|
10511
|
+
* Score Range Proportion Analysis
|
|
10299
10512
|
*
|
|
10300
10513
|
* @param request - DescribeScoreSectionRatioLineChartRequest
|
|
10301
10514
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10342,7 +10555,7 @@ class Client extends openapi_core_1.default {
|
|
|
10342
10555
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeScoreSectionRatioLineChartResponse({}));
|
|
10343
10556
|
}
|
|
10344
10557
|
/**
|
|
10345
|
-
* Score
|
|
10558
|
+
* Score Range Proportion Analysis
|
|
10346
10559
|
*
|
|
10347
10560
|
* @param request - DescribeScoreSectionRatioLineChartRequest
|
|
10348
10561
|
* @returns DescribeScoreSectionRatioLineChartResponse
|
|
@@ -10352,7 +10565,7 @@ class Client extends openapi_core_1.default {
|
|
|
10352
10565
|
return await this.describeScoreSectionRatioLineChartWithOptions(request, runtime);
|
|
10353
10566
|
}
|
|
10354
10567
|
/**
|
|
10355
|
-
*
|
|
10568
|
+
* Queries the list of task IDs.
|
|
10356
10569
|
*
|
|
10357
10570
|
* @param request - DescribeSelectItemRequest
|
|
10358
10571
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10384,7 +10597,7 @@ class Client extends openapi_core_1.default {
|
|
|
10384
10597
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSelectItemResponse({}));
|
|
10385
10598
|
}
|
|
10386
10599
|
/**
|
|
10387
|
-
*
|
|
10600
|
+
* Queries the list of task IDs.
|
|
10388
10601
|
*
|
|
10389
10602
|
* @param request - DescribeSelectItemRequest
|
|
10390
10603
|
* @returns DescribeSelectItemResponse
|
|
@@ -10394,7 +10607,7 @@ class Client extends openapi_core_1.default {
|
|
|
10394
10607
|
return await this.describeSelectItemWithOptions(request, runtime);
|
|
10395
10608
|
}
|
|
10396
10609
|
/**
|
|
10397
|
-
*
|
|
10610
|
+
* Retrieves the dropdown values for ServiceAppkey.
|
|
10398
10611
|
*
|
|
10399
10612
|
* @param request - DescribeServiceAppKeyRequest
|
|
10400
10613
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10423,7 +10636,7 @@ class Client extends openapi_core_1.default {
|
|
|
10423
10636
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeServiceAppKeyResponse({}));
|
|
10424
10637
|
}
|
|
10425
10638
|
/**
|
|
10426
|
-
*
|
|
10639
|
+
* Retrieves the dropdown values for ServiceAppkey.
|
|
10427
10640
|
*
|
|
10428
10641
|
* @param request - DescribeServiceAppKeyRequest
|
|
10429
10642
|
* @returns DescribeServiceAppKeyResponse
|
|
@@ -10475,7 +10688,7 @@ class Client extends openapi_core_1.default {
|
|
|
10475
10688
|
return await this.describeServiceCodeNameWithOptions(request, runtime);
|
|
10476
10689
|
}
|
|
10477
10690
|
/**
|
|
10478
|
-
*
|
|
10691
|
+
* Retrieves the list of services.
|
|
10479
10692
|
*
|
|
10480
10693
|
* @param request - DescribeServiceListRequest
|
|
10481
10694
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10507,7 +10720,7 @@ class Client extends openapi_core_1.default {
|
|
|
10507
10720
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeServiceListResponse({}));
|
|
10508
10721
|
}
|
|
10509
10722
|
/**
|
|
10510
|
-
*
|
|
10723
|
+
* Retrieves the list of services.
|
|
10511
10724
|
*
|
|
10512
10725
|
* @param request - DescribeServiceListRequest
|
|
10513
10726
|
* @returns DescribeServiceListResponse
|
|
@@ -10517,7 +10730,7 @@ class Client extends openapi_core_1.default {
|
|
|
10517
10730
|
return await this.describeServiceListWithOptions(request, runtime);
|
|
10518
10731
|
}
|
|
10519
10732
|
/**
|
|
10520
|
-
*
|
|
10733
|
+
* Estimates call information.
|
|
10521
10734
|
*
|
|
10522
10735
|
* @param request - DescribeSimulationPreditInfoRequest
|
|
10523
10736
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10555,7 +10768,7 @@ class Client extends openapi_core_1.default {
|
|
|
10555
10768
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSimulationPreditInfoResponse({}));
|
|
10556
10769
|
}
|
|
10557
10770
|
/**
|
|
10558
|
-
*
|
|
10771
|
+
* Estimates call information.
|
|
10559
10772
|
*
|
|
10560
10773
|
* @param request - DescribeSimulationPreditInfoRequest
|
|
10561
10774
|
* @returns DescribeSimulationPreditInfoResponse
|
|
@@ -10565,7 +10778,7 @@ class Client extends openapi_core_1.default {
|
|
|
10565
10778
|
return await this.describeSimulationPreditInfoWithOptions(request, runtime);
|
|
10566
10779
|
}
|
|
10567
10780
|
/**
|
|
10568
|
-
*
|
|
10781
|
+
* Queries the number of task records.
|
|
10569
10782
|
*
|
|
10570
10783
|
* @param request - DescribeSimulationTaskCountRequest
|
|
10571
10784
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10615,7 +10828,7 @@ class Client extends openapi_core_1.default {
|
|
|
10615
10828
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSimulationTaskCountResponse({}));
|
|
10616
10829
|
}
|
|
10617
10830
|
/**
|
|
10618
|
-
*
|
|
10831
|
+
* Queries the number of task records.
|
|
10619
10832
|
*
|
|
10620
10833
|
* @param request - DescribeSimulationTaskCountRequest
|
|
10621
10834
|
* @returns DescribeSimulationTaskCountResponse
|
|
@@ -10625,7 +10838,7 @@ class Client extends openapi_core_1.default {
|
|
|
10625
10838
|
return await this.describeSimulationTaskCountWithOptions(request, runtime);
|
|
10626
10839
|
}
|
|
10627
10840
|
/**
|
|
10628
|
-
*
|
|
10841
|
+
* Queries the task list.
|
|
10629
10842
|
*
|
|
10630
10843
|
* @param request - DescribeSimulationTaskListRequest
|
|
10631
10844
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10672,7 +10885,7 @@ class Client extends openapi_core_1.default {
|
|
|
10672
10885
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSimulationTaskListResponse({}));
|
|
10673
10886
|
}
|
|
10674
10887
|
/**
|
|
10675
|
-
*
|
|
10888
|
+
* Queries the task list.
|
|
10676
10889
|
*
|
|
10677
10890
|
* @param request - DescribeSimulationTaskListRequest
|
|
10678
10891
|
* @returns DescribeSimulationTaskListResponse
|
|
@@ -10682,7 +10895,7 @@ class Client extends openapi_core_1.default {
|
|
|
10682
10895
|
return await this.describeSimulationTaskListWithOptions(request, runtime);
|
|
10683
10896
|
}
|
|
10684
10897
|
/**
|
|
10685
|
-
*
|
|
10898
|
+
* Retrieves the project configuration.
|
|
10686
10899
|
*
|
|
10687
10900
|
* @param request - DescribeSlsUrlConfigRequest
|
|
10688
10901
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10714,7 +10927,7 @@ class Client extends openapi_core_1.default {
|
|
|
10714
10927
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSlsUrlConfigResponse({}));
|
|
10715
10928
|
}
|
|
10716
10929
|
/**
|
|
10717
|
-
*
|
|
10930
|
+
* Retrieves the project configuration.
|
|
10718
10931
|
*
|
|
10719
10932
|
* @param request - DescribeSlsUrlConfigRequest
|
|
10720
10933
|
* @returns DescribeSlsUrlConfigResponse
|
|
@@ -10724,7 +10937,7 @@ class Client extends openapi_core_1.default {
|
|
|
10724
10937
|
return await this.describeSlsUrlConfigWithOptions(request, runtime);
|
|
10725
10938
|
}
|
|
10726
10939
|
/**
|
|
10727
|
-
*
|
|
10940
|
+
* Queries the list of policies that support simulation.
|
|
10728
10941
|
*
|
|
10729
10942
|
* @param request - DescribeSupportRuleListRequest
|
|
10730
10943
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10759,7 +10972,7 @@ class Client extends openapi_core_1.default {
|
|
|
10759
10972
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSupportRuleListResponse({}));
|
|
10760
10973
|
}
|
|
10761
10974
|
/**
|
|
10762
|
-
*
|
|
10975
|
+
* Queries the list of policies that support simulation.
|
|
10763
10976
|
*
|
|
10764
10977
|
* @param request - DescribeSupportRuleListRequest
|
|
10765
10978
|
* @returns DescribeSupportRuleListResponse
|
|
@@ -10769,7 +10982,7 @@ class Client extends openapi_core_1.default {
|
|
|
10769
10982
|
return await this.describeSupportRuleListWithOptions(request, runtime);
|
|
10770
10983
|
}
|
|
10771
10984
|
/**
|
|
10772
|
-
*
|
|
10985
|
+
* Queries the label list.
|
|
10773
10986
|
*
|
|
10774
10987
|
* @param request - DescribeTagListRequest
|
|
10775
10988
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10804,7 +11017,7 @@ class Client extends openapi_core_1.default {
|
|
|
10804
11017
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTagListResponse({}));
|
|
10805
11018
|
}
|
|
10806
11019
|
/**
|
|
10807
|
-
*
|
|
11020
|
+
* Queries the label list.
|
|
10808
11021
|
*
|
|
10809
11022
|
* @param request - DescribeTagListRequest
|
|
10810
11023
|
* @returns DescribeTagListResponse
|
|
@@ -10814,7 +11027,7 @@ class Client extends openapi_core_1.default {
|
|
|
10814
11027
|
return await this.describeTagListWithOptions(request, runtime);
|
|
10815
11028
|
}
|
|
10816
11029
|
/**
|
|
10817
|
-
*
|
|
11030
|
+
* Queries the tag overview list.
|
|
10818
11031
|
*
|
|
10819
11032
|
* @param request - DescribeTagsBarChartRequest
|
|
10820
11033
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10858,7 +11071,7 @@ class Client extends openapi_core_1.default {
|
|
|
10858
11071
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTagsBarChartResponse({}));
|
|
10859
11072
|
}
|
|
10860
11073
|
/**
|
|
10861
|
-
*
|
|
11074
|
+
* Queries the tag overview list.
|
|
10862
11075
|
*
|
|
10863
11076
|
* @param request - DescribeTagsBarChartRequest
|
|
10864
11077
|
* @returns DescribeTagsBarChartResponse
|
|
@@ -10868,7 +11081,7 @@ class Client extends openapi_core_1.default {
|
|
|
10868
11081
|
return await this.describeTagsBarChartWithOptions(request, runtime);
|
|
10869
11082
|
}
|
|
10870
11083
|
/**
|
|
10871
|
-
*
|
|
11084
|
+
* Detects label fluctuations.
|
|
10872
11085
|
*
|
|
10873
11086
|
* @param request - DescribeTagsFluctuationRequest
|
|
10874
11087
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10903,7 +11116,7 @@ class Client extends openapi_core_1.default {
|
|
|
10903
11116
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTagsFluctuationResponse({}));
|
|
10904
11117
|
}
|
|
10905
11118
|
/**
|
|
10906
|
-
*
|
|
11119
|
+
* Detects label fluctuations.
|
|
10907
11120
|
*
|
|
10908
11121
|
* @param request - DescribeTagsFluctuationRequest
|
|
10909
11122
|
* @returns DescribeTagsFluctuationResponse
|
|
@@ -10913,7 +11126,7 @@ class Client extends openapi_core_1.default {
|
|
|
10913
11126
|
return await this.describeTagsFluctuationWithOptions(request, runtime);
|
|
10914
11127
|
}
|
|
10915
11128
|
/**
|
|
10916
|
-
*
|
|
11129
|
+
* Retrieves the list of labels.
|
|
10917
11130
|
*
|
|
10918
11131
|
* @param request - DescribeTagsListRequest
|
|
10919
11132
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10945,7 +11158,7 @@ class Client extends openapi_core_1.default {
|
|
|
10945
11158
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTagsListResponse({}));
|
|
10946
11159
|
}
|
|
10947
11160
|
/**
|
|
10948
|
-
*
|
|
11161
|
+
* Retrieves the list of labels.
|
|
10949
11162
|
*
|
|
10950
11163
|
* @param request - DescribeTagsListRequest
|
|
10951
11164
|
* @returns DescribeTagsListResponse
|
|
@@ -10955,7 +11168,7 @@ class Client extends openapi_core_1.default {
|
|
|
10955
11168
|
return await this.describeTagsListWithOptions(request, runtime);
|
|
10956
11169
|
}
|
|
10957
11170
|
/**
|
|
10958
|
-
*
|
|
11171
|
+
* Analyzes the number of label hits.
|
|
10959
11172
|
*
|
|
10960
11173
|
* @param request - DescribeTagsNumLineChartRequest
|
|
10961
11174
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11002,7 +11215,7 @@ class Client extends openapi_core_1.default {
|
|
|
11002
11215
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTagsNumLineChartResponse({}));
|
|
11003
11216
|
}
|
|
11004
11217
|
/**
|
|
11005
|
-
*
|
|
11218
|
+
* Analyzes the number of label hits.
|
|
11006
11219
|
*
|
|
11007
11220
|
* @param request - DescribeTagsNumLineChartRequest
|
|
11008
11221
|
* @returns DescribeTagsNumLineChartResponse
|
|
@@ -11012,7 +11225,7 @@ class Client extends openapi_core_1.default {
|
|
|
11012
11225
|
return await this.describeTagsNumLineChartWithOptions(request, runtime);
|
|
11013
11226
|
}
|
|
11014
11227
|
/**
|
|
11015
|
-
*
|
|
11228
|
+
* Analyzes the tag hit ratio distribution.
|
|
11016
11229
|
*
|
|
11017
11230
|
* @param request - DescribeTagsRatioLineChartRequest
|
|
11018
11231
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11059,7 +11272,7 @@ class Client extends openapi_core_1.default {
|
|
|
11059
11272
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTagsRatioLineChartResponse({}));
|
|
11060
11273
|
}
|
|
11061
11274
|
/**
|
|
11062
|
-
*
|
|
11275
|
+
* Analyzes the tag hit ratio distribution.
|
|
11063
11276
|
*
|
|
11064
11277
|
* @param request - DescribeTagsRatioLineChartRequest
|
|
11065
11278
|
* @returns DescribeTagsRatioLineChartResponse
|
|
@@ -11069,7 +11282,7 @@ class Client extends openapi_core_1.default {
|
|
|
11069
11282
|
return await this.describeTagsRatioLineChartWithOptions(request, runtime);
|
|
11070
11283
|
}
|
|
11071
11284
|
/**
|
|
11072
|
-
*
|
|
11285
|
+
* Queries the trend of tag hits.
|
|
11073
11286
|
*
|
|
11074
11287
|
* @param request - DescribeTagsTrendRequest
|
|
11075
11288
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11113,7 +11326,7 @@ class Client extends openapi_core_1.default {
|
|
|
11113
11326
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTagsTrendResponse({}));
|
|
11114
11327
|
}
|
|
11115
11328
|
/**
|
|
11116
|
-
*
|
|
11329
|
+
* Queries the trend of tag hits.
|
|
11117
11330
|
*
|
|
11118
11331
|
* @param request - DescribeTagsTrendRequest
|
|
11119
11332
|
* @returns DescribeTagsTrendResponse
|
|
@@ -11123,7 +11336,7 @@ class Client extends openapi_core_1.default {
|
|
|
11123
11336
|
return await this.describeTagsTrendWithOptions(request, runtime);
|
|
11124
11337
|
}
|
|
11125
11338
|
/**
|
|
11126
|
-
*
|
|
11339
|
+
* Queries the task list.
|
|
11127
11340
|
*
|
|
11128
11341
|
* @param request - DescribeTaskListRequest
|
|
11129
11342
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11164,7 +11377,7 @@ class Client extends openapi_core_1.default {
|
|
|
11164
11377
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTaskListResponse({}));
|
|
11165
11378
|
}
|
|
11166
11379
|
/**
|
|
11167
|
-
*
|
|
11380
|
+
* Queries the task list.
|
|
11168
11381
|
*
|
|
11169
11382
|
* @param request - DescribeTaskListRequest
|
|
11170
11383
|
* @returns DescribeTaskListResponse
|
|
@@ -11174,7 +11387,7 @@ class Client extends openapi_core_1.default {
|
|
|
11174
11387
|
return await this.describeTaskListWithOptions(request, runtime);
|
|
11175
11388
|
}
|
|
11176
11389
|
/**
|
|
11177
|
-
*
|
|
11390
|
+
* Queries the task logs.
|
|
11178
11391
|
*
|
|
11179
11392
|
* @param request - DescribeTaskLogListRequest
|
|
11180
11393
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11221,7 +11434,7 @@ class Client extends openapi_core_1.default {
|
|
|
11221
11434
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTaskLogListResponse({}));
|
|
11222
11435
|
}
|
|
11223
11436
|
/**
|
|
11224
|
-
*
|
|
11437
|
+
* Queries the task logs.
|
|
11225
11438
|
*
|
|
11226
11439
|
* @param request - DescribeTaskLogListRequest
|
|
11227
11440
|
* @returns DescribeTaskLogListResponse
|
|
@@ -11231,7 +11444,7 @@ class Client extends openapi_core_1.default {
|
|
|
11231
11444
|
return await this.describeTaskLogListWithOptions(request, runtime);
|
|
11232
11445
|
}
|
|
11233
11446
|
/**
|
|
11234
|
-
*
|
|
11447
|
+
* Queries the total number of events.
|
|
11235
11448
|
*
|
|
11236
11449
|
* @param request - DescribeTemplateCountRequest
|
|
11237
11450
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11263,7 +11476,7 @@ class Client extends openapi_core_1.default {
|
|
|
11263
11476
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTemplateCountResponse({}));
|
|
11264
11477
|
}
|
|
11265
11478
|
/**
|
|
11266
|
-
*
|
|
11479
|
+
* Queries the total number of events.
|
|
11267
11480
|
*
|
|
11268
11481
|
* @param request - DescribeTemplateCountRequest
|
|
11269
11482
|
* @returns DescribeTemplateCountResponse
|
|
@@ -11273,7 +11486,7 @@ class Client extends openapi_core_1.default {
|
|
|
11273
11486
|
return await this.describeTemplateCountWithOptions(request, runtime);
|
|
11274
11487
|
}
|
|
11275
11488
|
/**
|
|
11276
|
-
*
|
|
11489
|
+
* Downloads a template.
|
|
11277
11490
|
*
|
|
11278
11491
|
* @param request - DescribeTemplateDownloadRequest
|
|
11279
11492
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11305,7 +11518,7 @@ class Client extends openapi_core_1.default {
|
|
|
11305
11518
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTemplateDownloadResponse({}));
|
|
11306
11519
|
}
|
|
11307
11520
|
/**
|
|
11308
|
-
*
|
|
11521
|
+
* Downloads a template.
|
|
11309
11522
|
*
|
|
11310
11523
|
* @param request - DescribeTemplateDownloadRequest
|
|
11311
11524
|
* @returns DescribeTemplateDownloadResponse
|
|
@@ -11315,7 +11528,7 @@ class Client extends openapi_core_1.default {
|
|
|
11315
11528
|
return await this.describeTemplateDownloadWithOptions(request, runtime);
|
|
11316
11529
|
}
|
|
11317
11530
|
/**
|
|
11318
|
-
*
|
|
11531
|
+
* Queries a list of events by event name.
|
|
11319
11532
|
*
|
|
11320
11533
|
* @param request - DescribeTemplatePageListRequest
|
|
11321
11534
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11368,7 +11581,7 @@ class Client extends openapi_core_1.default {
|
|
|
11368
11581
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeTemplatePageListResponse({}));
|
|
11369
11582
|
}
|
|
11370
11583
|
/**
|
|
11371
|
-
*
|
|
11584
|
+
* Queries a list of events by event name.
|
|
11372
11585
|
*
|
|
11373
11586
|
* @param request - DescribeTemplatePageListRequest
|
|
11374
11587
|
* @returns DescribeTemplatePageListResponse
|
|
@@ -11378,7 +11591,7 @@ class Client extends openapi_core_1.default {
|
|
|
11378
11591
|
return await this.describeTemplatePageListWithOptions(request, runtime);
|
|
11379
11592
|
}
|
|
11380
11593
|
/**
|
|
11381
|
-
*
|
|
11594
|
+
* Queries the list of services used by the user.
|
|
11382
11595
|
*
|
|
11383
11596
|
* @param request - DescribeUsedServiceRequest
|
|
11384
11597
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11410,7 +11623,7 @@ class Client extends openapi_core_1.default {
|
|
|
11410
11623
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeUsedServiceResponse({}));
|
|
11411
11624
|
}
|
|
11412
11625
|
/**
|
|
11413
|
-
*
|
|
11626
|
+
* Queries the list of services used by the user.
|
|
11414
11627
|
*
|
|
11415
11628
|
* @param request - DescribeUsedServiceRequest
|
|
11416
11629
|
* @returns DescribeUsedServiceResponse
|
|
@@ -11420,7 +11633,7 @@ class Client extends openapi_core_1.default {
|
|
|
11420
11633
|
return await this.describeUsedServiceWithOptions(request, runtime);
|
|
11421
11634
|
}
|
|
11422
11635
|
/**
|
|
11423
|
-
*
|
|
11636
|
+
* Retrieves the information about the current logged-on user.
|
|
11424
11637
|
*
|
|
11425
11638
|
* @param request - DescribeUserInfoRequest
|
|
11426
11639
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11452,7 +11665,7 @@ class Client extends openapi_core_1.default {
|
|
|
11452
11665
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeUserInfoResponse({}));
|
|
11453
11666
|
}
|
|
11454
11667
|
/**
|
|
11455
|
-
*
|
|
11668
|
+
* Retrieves the information about the current logged-on user.
|
|
11456
11669
|
*
|
|
11457
11670
|
* @param request - DescribeUserInfoRequest
|
|
11458
11671
|
* @returns DescribeUserInfoResponse
|
|
@@ -11462,7 +11675,7 @@ class Client extends openapi_core_1.default {
|
|
|
11462
11675
|
return await this.describeUserInfoWithOptions(request, runtime);
|
|
11463
11676
|
}
|
|
11464
11677
|
/**
|
|
11465
|
-
*
|
|
11678
|
+
* Queries variable binding information.
|
|
11466
11679
|
*
|
|
11467
11680
|
* @param request - DescribeVariableBindDetailRequest
|
|
11468
11681
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11500,7 +11713,7 @@ class Client extends openapi_core_1.default {
|
|
|
11500
11713
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeVariableBindDetailResponse({}));
|
|
11501
11714
|
}
|
|
11502
11715
|
/**
|
|
11503
|
-
*
|
|
11716
|
+
* Queries variable binding information.
|
|
11504
11717
|
*
|
|
11505
11718
|
* @param request - DescribeVariableBindDetailRequest
|
|
11506
11719
|
* @returns DescribeVariableBindDetailResponse
|
|
@@ -11510,7 +11723,7 @@ class Client extends openapi_core_1.default {
|
|
|
11510
11723
|
return await this.describeVariableBindDetailWithOptions(request, runtime);
|
|
11511
11724
|
}
|
|
11512
11725
|
/**
|
|
11513
|
-
*
|
|
11726
|
+
* Queries the details of a variable.
|
|
11514
11727
|
*
|
|
11515
11728
|
* @param request - DescribeVariableDetailRequest
|
|
11516
11729
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11545,7 +11758,7 @@ class Client extends openapi_core_1.default {
|
|
|
11545
11758
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeVariableDetailResponse({}));
|
|
11546
11759
|
}
|
|
11547
11760
|
/**
|
|
11548
|
-
*
|
|
11761
|
+
* Queries the details of a variable.
|
|
11549
11762
|
*
|
|
11550
11763
|
* @param request - DescribeVariableDetailRequest
|
|
11551
11764
|
* @returns DescribeVariableDetailResponse
|
|
@@ -11555,7 +11768,7 @@ class Client extends openapi_core_1.default {
|
|
|
11555
11768
|
return await this.describeVariableDetailWithOptions(request, runtime);
|
|
11556
11769
|
}
|
|
11557
11770
|
/**
|
|
11558
|
-
*
|
|
11771
|
+
* Queries the billing information of variables.
|
|
11559
11772
|
*
|
|
11560
11773
|
* @param request - DescribeVariableFeeRequest
|
|
11561
11774
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11590,7 +11803,7 @@ class Client extends openapi_core_1.default {
|
|
|
11590
11803
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeVariableFeeResponse({}));
|
|
11591
11804
|
}
|
|
11592
11805
|
/**
|
|
11593
|
-
*
|
|
11806
|
+
* Queries the billing information of variables.
|
|
11594
11807
|
*
|
|
11595
11808
|
* @param request - DescribeVariableFeeRequest
|
|
11596
11809
|
* @returns DescribeVariableFeeResponse
|
|
@@ -11600,7 +11813,7 @@ class Client extends openapi_core_1.default {
|
|
|
11600
11813
|
return await this.describeVariableFeeWithOptions(request, runtime);
|
|
11601
11814
|
}
|
|
11602
11815
|
/**
|
|
11603
|
-
*
|
|
11816
|
+
* Queries the details of variables.
|
|
11604
11817
|
*
|
|
11605
11818
|
* @param request - DescribeVariableListRequest
|
|
11606
11819
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11656,7 +11869,7 @@ class Client extends openapi_core_1.default {
|
|
|
11656
11869
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeVariableListResponse({}));
|
|
11657
11870
|
}
|
|
11658
11871
|
/**
|
|
11659
|
-
*
|
|
11872
|
+
* Queries the details of variables.
|
|
11660
11873
|
*
|
|
11661
11874
|
* @param request - DescribeVariableListRequest
|
|
11662
11875
|
* @returns DescribeVariableListResponse
|
|
@@ -11666,7 +11879,7 @@ class Client extends openapi_core_1.default {
|
|
|
11666
11879
|
return await this.describeVariableListWithOptions(request, runtime);
|
|
11667
11880
|
}
|
|
11668
11881
|
/**
|
|
11669
|
-
*
|
|
11882
|
+
* Queries variable definitions.
|
|
11670
11883
|
*
|
|
11671
11884
|
* @param request - DescribeVariableMarketListRequest
|
|
11672
11885
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11722,7 +11935,7 @@ class Client extends openapi_core_1.default {
|
|
|
11722
11935
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeVariableMarketListResponse({}));
|
|
11723
11936
|
}
|
|
11724
11937
|
/**
|
|
11725
|
-
*
|
|
11938
|
+
* Queries variable definitions.
|
|
11726
11939
|
*
|
|
11727
11940
|
* @param request - DescribeVariableMarketListRequest
|
|
11728
11941
|
* @returns DescribeVariableMarketListResponse
|
|
@@ -11732,7 +11945,7 @@ class Client extends openapi_core_1.default {
|
|
|
11732
11945
|
return await this.describeVariableMarketListWithOptions(request, runtime);
|
|
11733
11946
|
}
|
|
11734
11947
|
/**
|
|
11735
|
-
*
|
|
11948
|
+
* Queries configuration information.
|
|
11736
11949
|
*
|
|
11737
11950
|
* @param request - DescribeVariableSceneListRequest
|
|
11738
11951
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11779,7 +11992,7 @@ class Client extends openapi_core_1.default {
|
|
|
11779
11992
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeVariableSceneListResponse({}));
|
|
11780
11993
|
}
|
|
11781
11994
|
/**
|
|
11782
|
-
*
|
|
11995
|
+
* Queries configuration information.
|
|
11783
11996
|
*
|
|
11784
11997
|
* @param request - DescribeVariableSceneListRequest
|
|
11785
11998
|
* @returns DescribeVariableSceneListResponse
|
|
@@ -11909,7 +12122,7 @@ class Client extends openapi_core_1.default {
|
|
|
11909
12122
|
return await this.describeVersionPageListWithOptions(request, runtime);
|
|
11910
12123
|
}
|
|
11911
12124
|
/**
|
|
11912
|
-
*
|
|
12125
|
+
* Download sample file
|
|
11913
12126
|
*
|
|
11914
12127
|
* @param request - DownloadSampleFileRequest
|
|
11915
12128
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -11947,7 +12160,7 @@ class Client extends openapi_core_1.default {
|
|
|
11947
12160
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DownloadSampleFileResponse({}));
|
|
11948
12161
|
}
|
|
11949
12162
|
/**
|
|
11950
|
-
*
|
|
12163
|
+
* Download sample file
|
|
11951
12164
|
*
|
|
11952
12165
|
* @param request - DownloadSampleFileRequest
|
|
11953
12166
|
* @returns DownloadSampleFileResponse
|
|
@@ -12002,7 +12215,7 @@ class Client extends openapi_core_1.default {
|
|
|
12002
12215
|
return await this.downloadSmapleBatchWithOptions(request, runtime);
|
|
12003
12216
|
}
|
|
12004
12217
|
/**
|
|
12005
|
-
*
|
|
12218
|
+
* Download subtask result
|
|
12006
12219
|
*
|
|
12007
12220
|
* @param request - DownloadSubTaskResultRequest
|
|
12008
12221
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12037,7 +12250,7 @@ class Client extends openapi_core_1.default {
|
|
|
12037
12250
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DownloadSubTaskResultResponse({}));
|
|
12038
12251
|
}
|
|
12039
12252
|
/**
|
|
12040
|
-
*
|
|
12253
|
+
* Download subtask result
|
|
12041
12254
|
*
|
|
12042
12255
|
* @param request - DownloadSubTaskResultRequest
|
|
12043
12256
|
* @returns DownloadSubTaskResultResponse
|
|
@@ -12047,7 +12260,7 @@ class Client extends openapi_core_1.default {
|
|
|
12047
12260
|
return await this.downloadSubTaskResultWithOptions(request, runtime);
|
|
12048
12261
|
}
|
|
12049
12262
|
/**
|
|
12050
|
-
*
|
|
12263
|
+
* Tests a custom variable.
|
|
12051
12264
|
*
|
|
12052
12265
|
* @param request - ExpressionTestRequest
|
|
12053
12266
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12094,7 +12307,7 @@ class Client extends openapi_core_1.default {
|
|
|
12094
12307
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ExpressionTestResponse({}));
|
|
12095
12308
|
}
|
|
12096
12309
|
/**
|
|
12097
|
-
*
|
|
12310
|
+
* Tests a custom variable.
|
|
12098
12311
|
*
|
|
12099
12312
|
* @param request - ExpressionTestRequest
|
|
12100
12313
|
* @returns ExpressionTestResponse
|
|
@@ -12104,7 +12317,7 @@ class Client extends openapi_core_1.default {
|
|
|
12104
12317
|
return await this.expressionTestWithOptions(request, runtime);
|
|
12105
12318
|
}
|
|
12106
12319
|
/**
|
|
12107
|
-
*
|
|
12320
|
+
* Uploads a file.
|
|
12108
12321
|
*
|
|
12109
12322
|
* @param request - FileUploadRequest
|
|
12110
12323
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12142,7 +12355,7 @@ class Client extends openapi_core_1.default {
|
|
|
12142
12355
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.FileUploadResponse({}));
|
|
12143
12356
|
}
|
|
12144
12357
|
/**
|
|
12145
|
-
*
|
|
12358
|
+
* Uploads a file.
|
|
12146
12359
|
*
|
|
12147
12360
|
* @param request - FileUploadRequest
|
|
12148
12361
|
* @returns FileUploadResponse
|
|
@@ -12152,7 +12365,7 @@ class Client extends openapi_core_1.default {
|
|
|
12152
12365
|
return await this.fileUploadWithOptions(request, runtime);
|
|
12153
12366
|
}
|
|
12154
12367
|
/**
|
|
12155
|
-
*
|
|
12368
|
+
* Create a sample record
|
|
12156
12369
|
*
|
|
12157
12370
|
* @param request - GetSampleDetailRequest
|
|
12158
12371
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12187,7 +12400,7 @@ class Client extends openapi_core_1.default {
|
|
|
12187
12400
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetSampleDetailResponse({}));
|
|
12188
12401
|
}
|
|
12189
12402
|
/**
|
|
12190
|
-
*
|
|
12403
|
+
* Create a sample record
|
|
12191
12404
|
*
|
|
12192
12405
|
* @param request - GetSampleDetailRequest
|
|
12193
12406
|
* @returns GetSampleDetailResponse
|
|
@@ -12197,7 +12410,7 @@ class Client extends openapi_core_1.default {
|
|
|
12197
12410
|
return await this.getSampleDetailWithOptions(request, runtime);
|
|
12198
12411
|
}
|
|
12199
12412
|
/**
|
|
12200
|
-
*
|
|
12413
|
+
* View subtask results
|
|
12201
12414
|
*
|
|
12202
12415
|
* @param request - GetSubTaskResultRequest
|
|
12203
12416
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12232,7 +12445,7 @@ class Client extends openapi_core_1.default {
|
|
|
12232
12445
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetSubTaskResultResponse({}));
|
|
12233
12446
|
}
|
|
12234
12447
|
/**
|
|
12235
|
-
*
|
|
12448
|
+
* View subtask results
|
|
12236
12449
|
*
|
|
12237
12450
|
* @param request - GetSubTaskResultRequest
|
|
12238
12451
|
* @returns GetSubTaskResultResponse
|
|
@@ -12287,7 +12500,7 @@ class Client extends openapi_core_1.default {
|
|
|
12287
12500
|
return await this.importFieldWithOptions(request, runtime);
|
|
12288
12501
|
}
|
|
12289
12502
|
/**
|
|
12290
|
-
*
|
|
12503
|
+
* Creates or imports a list.
|
|
12291
12504
|
*
|
|
12292
12505
|
* @param request - ImportNameListRequest
|
|
12293
12506
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12343,7 +12556,7 @@ class Client extends openapi_core_1.default {
|
|
|
12343
12556
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ImportNameListResponse({}));
|
|
12344
12557
|
}
|
|
12345
12558
|
/**
|
|
12346
|
-
*
|
|
12559
|
+
* Creates or imports a list.
|
|
12347
12560
|
*
|
|
12348
12561
|
* @param request - ImportNameListRequest
|
|
12349
12562
|
* @returns ImportNameListResponse
|
|
@@ -12353,7 +12566,7 @@ class Client extends openapi_core_1.default {
|
|
|
12353
12566
|
return await this.importNameListWithOptions(request, runtime);
|
|
12354
12567
|
}
|
|
12355
12568
|
/**
|
|
12356
|
-
*
|
|
12569
|
+
* Imports template events.
|
|
12357
12570
|
*
|
|
12358
12571
|
* @param request - ImportTemplateEventRequest
|
|
12359
12572
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12388,7 +12601,7 @@ class Client extends openapi_core_1.default {
|
|
|
12388
12601
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ImportTemplateEventResponse({}));
|
|
12389
12602
|
}
|
|
12390
12603
|
/**
|
|
12391
|
-
*
|
|
12604
|
+
* Imports template events.
|
|
12392
12605
|
*
|
|
12393
12606
|
* @param request - ImportTemplateEventRequest
|
|
12394
12607
|
* @returns ImportTemplateEventResponse
|
|
@@ -12398,7 +12611,7 @@ class Client extends openapi_core_1.default {
|
|
|
12398
12611
|
return await this.importTemplateEventWithOptions(request, runtime);
|
|
12399
12612
|
}
|
|
12400
12613
|
/**
|
|
12401
|
-
*
|
|
12614
|
+
* Sample List Query
|
|
12402
12615
|
*
|
|
12403
12616
|
* @param request - ListSampleRequest
|
|
12404
12617
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12451,7 +12664,7 @@ class Client extends openapi_core_1.default {
|
|
|
12451
12664
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListSampleResponse({}));
|
|
12452
12665
|
}
|
|
12453
12666
|
/**
|
|
12454
|
-
*
|
|
12667
|
+
* Sample List Query
|
|
12455
12668
|
*
|
|
12456
12669
|
* @param request - ListSampleRequest
|
|
12457
12670
|
* @returns ListSampleResponse
|
|
@@ -12461,7 +12674,7 @@ class Client extends openapi_core_1.default {
|
|
|
12461
12674
|
return await this.listSampleWithOptions(request, runtime);
|
|
12462
12675
|
}
|
|
12463
12676
|
/**
|
|
12464
|
-
*
|
|
12677
|
+
* Query task group list
|
|
12465
12678
|
*
|
|
12466
12679
|
* @param request - ListTaskGroupRequest
|
|
12467
12680
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12508,7 +12721,7 @@ class Client extends openapi_core_1.default {
|
|
|
12508
12721
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListTaskGroupResponse({}));
|
|
12509
12722
|
}
|
|
12510
12723
|
/**
|
|
12511
|
-
*
|
|
12724
|
+
* Query task group list
|
|
12512
12725
|
*
|
|
12513
12726
|
* @param request - ListTaskGroupRequest
|
|
12514
12727
|
* @returns ListTaskGroupResponse
|
|
@@ -12596,7 +12809,7 @@ class Client extends openapi_core_1.default {
|
|
|
12596
12809
|
return await this.listVariableDefineWithOptions(request, runtime);
|
|
12597
12810
|
}
|
|
12598
12811
|
/**
|
|
12599
|
-
*
|
|
12812
|
+
* Merge Download
|
|
12600
12813
|
*
|
|
12601
12814
|
* @param request - MergeDownloadRequest
|
|
12602
12815
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12631,7 +12844,7 @@ class Client extends openapi_core_1.default {
|
|
|
12631
12844
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.MergeDownloadResponse({}));
|
|
12632
12845
|
}
|
|
12633
12846
|
/**
|
|
12634
|
-
*
|
|
12847
|
+
* Merge Download
|
|
12635
12848
|
*
|
|
12636
12849
|
* @param request - MergeDownloadRequest
|
|
12637
12850
|
* @returns MergeDownloadResponse
|
|
@@ -12857,7 +13070,7 @@ class Client extends openapi_core_1.default {
|
|
|
12857
13070
|
return await this.modelSampleDownloadWithOptions(request, runtime);
|
|
12858
13071
|
}
|
|
12859
13072
|
/**
|
|
12860
|
-
* Update
|
|
13073
|
+
* Update memo.
|
|
12861
13074
|
*
|
|
12862
13075
|
* @param request - ModifyAppKeyRequest
|
|
12863
13076
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12895,7 +13108,7 @@ class Client extends openapi_core_1.default {
|
|
|
12895
13108
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyAppKeyResponse({}));
|
|
12896
13109
|
}
|
|
12897
13110
|
/**
|
|
12898
|
-
* Update
|
|
13111
|
+
* Update memo.
|
|
12899
13112
|
*
|
|
12900
13113
|
* @param request - ModifyAppKeyRequest
|
|
12901
13114
|
* @returns ModifyAppKeyResponse
|
|
@@ -12905,7 +13118,7 @@ class Client extends openapi_core_1.default {
|
|
|
12905
13118
|
return await this.modifyAppKeyWithOptions(request, runtime);
|
|
12906
13119
|
}
|
|
12907
13120
|
/**
|
|
12908
|
-
*
|
|
13121
|
+
* Edits a cumulative variable.
|
|
12909
13122
|
*
|
|
12910
13123
|
* @param request - ModifyCustVariableRequest
|
|
12911
13124
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -12958,7 +13171,7 @@ class Client extends openapi_core_1.default {
|
|
|
12958
13171
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyCustVariableResponse({}));
|
|
12959
13172
|
}
|
|
12960
13173
|
/**
|
|
12961
|
-
*
|
|
13174
|
+
* Edits a cumulative variable.
|
|
12962
13175
|
*
|
|
12963
13176
|
* @param request - ModifyCustVariableRequest
|
|
12964
13177
|
* @returns ModifyCustVariableResponse
|
|
@@ -12968,7 +13181,7 @@ class Client extends openapi_core_1.default {
|
|
|
12968
13181
|
return await this.modifyCustVariableWithOptions(request, runtime);
|
|
12969
13182
|
}
|
|
12970
13183
|
/**
|
|
12971
|
-
*
|
|
13184
|
+
* Edits an event.
|
|
12972
13185
|
*
|
|
12973
13186
|
* @param request - ModifyEventRequest
|
|
12974
13187
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13021,7 +13234,7 @@ class Client extends openapi_core_1.default {
|
|
|
13021
13234
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyEventResponse({}));
|
|
13022
13235
|
}
|
|
13023
13236
|
/**
|
|
13024
|
-
*
|
|
13237
|
+
* Edits an event.
|
|
13025
13238
|
*
|
|
13026
13239
|
* @param request - ModifyEventRequest
|
|
13027
13240
|
* @returns ModifyEventResponse
|
|
@@ -13031,7 +13244,7 @@ class Client extends openapi_core_1.default {
|
|
|
13031
13244
|
return await this.modifyEventWithOptions(request, runtime);
|
|
13032
13245
|
}
|
|
13033
13246
|
/**
|
|
13034
|
-
*
|
|
13247
|
+
* Modifies the status of an event.
|
|
13035
13248
|
*
|
|
13036
13249
|
* @param request - ModifyEventStatusRequest
|
|
13037
13250
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13075,7 +13288,7 @@ class Client extends openapi_core_1.default {
|
|
|
13075
13288
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyEventStatusResponse({}));
|
|
13076
13289
|
}
|
|
13077
13290
|
/**
|
|
13078
|
-
*
|
|
13291
|
+
* Modifies the status of an event.
|
|
13079
13292
|
*
|
|
13080
13293
|
* @param request - ModifyEventStatusRequest
|
|
13081
13294
|
* @returns ModifyEventStatusResponse
|
|
@@ -13085,7 +13298,7 @@ class Client extends openapi_core_1.default {
|
|
|
13085
13298
|
return await this.modifyEventStatusWithOptions(request, runtime);
|
|
13086
13299
|
}
|
|
13087
13300
|
/**
|
|
13088
|
-
*
|
|
13301
|
+
* Edits a custom variable.
|
|
13089
13302
|
*
|
|
13090
13303
|
* @param request - ModifyExpressionVariableRequest
|
|
13091
13304
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13150,7 +13363,7 @@ class Client extends openapi_core_1.default {
|
|
|
13150
13363
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyExpressionVariableResponse({}));
|
|
13151
13364
|
}
|
|
13152
13365
|
/**
|
|
13153
|
-
*
|
|
13366
|
+
* Edits a custom variable.
|
|
13154
13367
|
*
|
|
13155
13368
|
* @param request - ModifyExpressionVariableRequest
|
|
13156
13369
|
* @returns ModifyExpressionVariableResponse
|
|
@@ -13160,7 +13373,7 @@ class Client extends openapi_core_1.default {
|
|
|
13160
13373
|
return await this.modifyExpressionVariableWithOptions(request, runtime);
|
|
13161
13374
|
}
|
|
13162
13375
|
/**
|
|
13163
|
-
*
|
|
13376
|
+
* Modifies a field.
|
|
13164
13377
|
*
|
|
13165
13378
|
* @param request - ModifyFieldRequest
|
|
13166
13379
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13210,7 +13423,7 @@ class Client extends openapi_core_1.default {
|
|
|
13210
13423
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyFieldResponse({}));
|
|
13211
13424
|
}
|
|
13212
13425
|
/**
|
|
13213
|
-
*
|
|
13426
|
+
* Modifies a field.
|
|
13214
13427
|
*
|
|
13215
13428
|
* @param request - ModifyFieldRequest
|
|
13216
13429
|
* @returns ModifyFieldResponse
|
|
@@ -13220,7 +13433,7 @@ class Client extends openapi_core_1.default {
|
|
|
13220
13433
|
return await this.modifyFieldWithOptions(request, runtime);
|
|
13221
13434
|
}
|
|
13222
13435
|
/**
|
|
13223
|
-
*
|
|
13436
|
+
* Modifies the priority of a policy.
|
|
13224
13437
|
*
|
|
13225
13438
|
* @param request - ModifyRulePriorityRequest
|
|
13226
13439
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13261,7 +13474,7 @@ class Client extends openapi_core_1.default {
|
|
|
13261
13474
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyRulePriorityResponse({}));
|
|
13262
13475
|
}
|
|
13263
13476
|
/**
|
|
13264
|
-
*
|
|
13477
|
+
* Modifies the priority of a policy.
|
|
13265
13478
|
*
|
|
13266
13479
|
* @param request - ModifyRulePriorityRequest
|
|
13267
13480
|
* @returns ModifyRulePriorityResponse
|
|
@@ -13271,7 +13484,7 @@ class Client extends openapi_core_1.default {
|
|
|
13271
13484
|
return await this.modifyRulePriorityWithOptions(request, runtime);
|
|
13272
13485
|
}
|
|
13273
13486
|
/**
|
|
13274
|
-
*
|
|
13487
|
+
* Changes the approval status of a policy version.
|
|
13275
13488
|
*
|
|
13276
13489
|
* @param request - ModifyRuleStatusRequest
|
|
13277
13490
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13333,7 +13546,7 @@ class Client extends openapi_core_1.default {
|
|
|
13333
13546
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ModifyRuleStatusResponse({}));
|
|
13334
13547
|
}
|
|
13335
13548
|
/**
|
|
13336
|
-
*
|
|
13549
|
+
* Changes the approval status of a policy version.
|
|
13337
13550
|
*
|
|
13338
13551
|
* @param request - ModifyRuleStatusRequest
|
|
13339
13552
|
* @returns ModifyRuleStatusResponse
|
|
@@ -13343,7 +13556,7 @@ class Client extends openapi_core_1.default {
|
|
|
13343
13556
|
return await this.modifyRuleStatusWithOptions(request, runtime);
|
|
13344
13557
|
}
|
|
13345
13558
|
/**
|
|
13346
|
-
*
|
|
13559
|
+
* Activates a service.
|
|
13347
13560
|
*
|
|
13348
13561
|
* @param request - OpenConsoleSlsRequest
|
|
13349
13562
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13378,7 +13591,7 @@ class Client extends openapi_core_1.default {
|
|
|
13378
13591
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.OpenConsoleSlsResponse({}));
|
|
13379
13592
|
}
|
|
13380
13593
|
/**
|
|
13381
|
-
*
|
|
13594
|
+
* Activates a service.
|
|
13382
13595
|
*
|
|
13383
13596
|
* @param request - OpenConsoleSlsRequest
|
|
13384
13597
|
* @returns OpenConsoleSlsResponse
|
|
@@ -13388,7 +13601,7 @@ class Client extends openapi_core_1.default {
|
|
|
13388
13601
|
return await this.openConsoleSlsWithOptions(request, runtime);
|
|
13389
13602
|
}
|
|
13390
13603
|
/**
|
|
13391
|
-
*
|
|
13604
|
+
* Manages favorites.
|
|
13392
13605
|
*
|
|
13393
13606
|
* @param request - OperateFavoriteVariableRequest
|
|
13394
13607
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13426,7 +13639,7 @@ class Client extends openapi_core_1.default {
|
|
|
13426
13639
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.OperateFavoriteVariableResponse({}));
|
|
13427
13640
|
}
|
|
13428
13641
|
/**
|
|
13429
|
-
*
|
|
13642
|
+
* Manages favorites.
|
|
13430
13643
|
*
|
|
13431
13644
|
* @param request - OperateFavoriteVariableRequest
|
|
13432
13645
|
* @returns OperateFavoriteVariableResponse
|
|
@@ -13436,7 +13649,7 @@ class Client extends openapi_core_1.default {
|
|
|
13436
13649
|
return await this.operateFavoriteVariableWithOptions(request, runtime);
|
|
13437
13650
|
}
|
|
13438
13651
|
/**
|
|
13439
|
-
*
|
|
13652
|
+
* Performs a precondition check.
|
|
13440
13653
|
*
|
|
13441
13654
|
* @param request - PermissionCheckRequest
|
|
13442
13655
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13468,7 +13681,7 @@ class Client extends openapi_core_1.default {
|
|
|
13468
13681
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.PermissionCheckResponse({}));
|
|
13469
13682
|
}
|
|
13470
13683
|
/**
|
|
13471
|
-
*
|
|
13684
|
+
* Performs a precondition check.
|
|
13472
13685
|
*
|
|
13473
13686
|
* @param request - PermissionCheckRequest
|
|
13474
13687
|
* @returns PermissionCheckResponse
|
|
@@ -13667,7 +13880,7 @@ class Client extends openapi_core_1.default {
|
|
|
13667
13880
|
return await this.pocSendDataWithOptions(request, runtime);
|
|
13668
13881
|
}
|
|
13669
13882
|
/**
|
|
13670
|
-
*
|
|
13883
|
+
* Queries the details of a whitebox implementation policy.
|
|
13671
13884
|
*
|
|
13672
13885
|
* @param request - QueryAuthRuleDetailByRuleIdRequest
|
|
13673
13886
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13708,7 +13921,7 @@ class Client extends openapi_core_1.default {
|
|
|
13708
13921
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.QueryAuthRuleDetailByRuleIdResponse({}));
|
|
13709
13922
|
}
|
|
13710
13923
|
/**
|
|
13711
|
-
*
|
|
13924
|
+
* Queries the details of a whitebox implementation policy.
|
|
13712
13925
|
*
|
|
13713
13926
|
* @param request - QueryAuthRuleDetailByRuleIdRequest
|
|
13714
13927
|
* @returns QueryAuthRuleDetailByRuleIdResponse
|
|
@@ -13718,7 +13931,7 @@ class Client extends openapi_core_1.default {
|
|
|
13718
13931
|
return await this.queryAuthRuleDetailByRuleIdWithOptions(request, runtime);
|
|
13719
13932
|
}
|
|
13720
13933
|
/**
|
|
13721
|
-
*
|
|
13934
|
+
* Withdraws a review.
|
|
13722
13935
|
*
|
|
13723
13936
|
* @param request - RecallRuleAuditRequest
|
|
13724
13937
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13750,7 +13963,7 @@ class Client extends openapi_core_1.default {
|
|
|
13750
13963
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RecallRuleAuditResponse({}));
|
|
13751
13964
|
}
|
|
13752
13965
|
/**
|
|
13753
|
-
*
|
|
13966
|
+
* Withdraws a review.
|
|
13754
13967
|
*
|
|
13755
13968
|
* @param request - RecallRuleAuditRequest
|
|
13756
13969
|
* @returns RecallRuleAuditResponse
|
|
@@ -13760,7 +13973,7 @@ class Client extends openapi_core_1.default {
|
|
|
13760
13973
|
return await this.recallRuleAuditWithOptions(request, runtime);
|
|
13761
13974
|
}
|
|
13762
13975
|
/**
|
|
13763
|
-
*
|
|
13976
|
+
* Deletes an event.
|
|
13764
13977
|
*
|
|
13765
13978
|
* @param request - RemoveEventRequest
|
|
13766
13979
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13804,7 +14017,7 @@ class Client extends openapi_core_1.default {
|
|
|
13804
14017
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RemoveEventResponse({}));
|
|
13805
14018
|
}
|
|
13806
14019
|
/**
|
|
13807
|
-
*
|
|
14020
|
+
* Deletes an event.
|
|
13808
14021
|
*
|
|
13809
14022
|
* @param request - RemoveEventRequest
|
|
13810
14023
|
* @returns RemoveEventResponse
|
|
@@ -13814,7 +14027,7 @@ class Client extends openapi_core_1.default {
|
|
|
13814
14027
|
return await this.removeEventWithOptions(request, runtime);
|
|
13815
14028
|
}
|
|
13816
14029
|
/**
|
|
13817
|
-
*
|
|
14030
|
+
* Download template.
|
|
13818
14031
|
*
|
|
13819
14032
|
* @param request - SampleFileDownloadRequest
|
|
13820
14033
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13849,7 +14062,7 @@ class Client extends openapi_core_1.default {
|
|
|
13849
14062
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SampleFileDownloadResponse({}));
|
|
13850
14063
|
}
|
|
13851
14064
|
/**
|
|
13852
|
-
*
|
|
14065
|
+
* Download template.
|
|
13853
14066
|
*
|
|
13854
14067
|
* @param request - SampleFileDownloadRequest
|
|
13855
14068
|
* @returns SampleFileDownloadResponse
|
|
@@ -13859,7 +14072,7 @@ class Client extends openapi_core_1.default {
|
|
|
13859
14072
|
return await this.sampleFileDownloadWithOptions(request, runtime);
|
|
13860
14073
|
}
|
|
13861
14074
|
/**
|
|
13862
|
-
*
|
|
14075
|
+
* Saves custom columns.
|
|
13863
14076
|
*
|
|
13864
14077
|
* @param request - SaveAnalysisColumnRequest
|
|
13865
14078
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13894,7 +14107,7 @@ class Client extends openapi_core_1.default {
|
|
|
13894
14107
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SaveAnalysisColumnResponse({}));
|
|
13895
14108
|
}
|
|
13896
14109
|
/**
|
|
13897
|
-
*
|
|
14110
|
+
* Saves custom columns.
|
|
13898
14111
|
*
|
|
13899
14112
|
* @param request - SaveAnalysisColumnRequest
|
|
13900
14113
|
* @returns SaveAnalysisColumnResponse
|
|
@@ -13904,7 +14117,7 @@ class Client extends openapi_core_1.default {
|
|
|
13904
14117
|
return await this.saveAnalysisColumnWithOptions(request, runtime);
|
|
13905
14118
|
}
|
|
13906
14119
|
/**
|
|
13907
|
-
*
|
|
14120
|
+
* The bypass/diversion configuration.
|
|
13908
14121
|
*
|
|
13909
14122
|
* @param request - SaveByPassOrShuntEventRequest
|
|
13910
14123
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -13945,7 +14158,7 @@ class Client extends openapi_core_1.default {
|
|
|
13945
14158
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SaveByPassOrShuntEventResponse({}));
|
|
13946
14159
|
}
|
|
13947
14160
|
/**
|
|
13948
|
-
*
|
|
14161
|
+
* The bypass/diversion configuration.
|
|
13949
14162
|
*
|
|
13950
14163
|
* @param request - SaveByPassOrShuntEventRequest
|
|
13951
14164
|
* @returns SaveByPassOrShuntEventResponse
|
|
@@ -13955,7 +14168,7 @@ class Client extends openapi_core_1.default {
|
|
|
13955
14168
|
return await this.saveByPassOrShuntEventWithOptions(request, runtime);
|
|
13956
14169
|
}
|
|
13957
14170
|
/**
|
|
13958
|
-
*
|
|
14171
|
+
* Sample Search
|
|
13959
14172
|
*
|
|
13960
14173
|
* @param request - SearchSampleRequest
|
|
13961
14174
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14002,7 +14215,7 @@ class Client extends openapi_core_1.default {
|
|
|
14002
14215
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SearchSampleResponse({}));
|
|
14003
14216
|
}
|
|
14004
14217
|
/**
|
|
14005
|
-
*
|
|
14218
|
+
* Sample Search
|
|
14006
14219
|
*
|
|
14007
14220
|
* @param request - SearchSampleRequest
|
|
14008
14221
|
* @returns SearchSampleResponse
|
|
@@ -14012,7 +14225,7 @@ class Client extends openapi_core_1.default {
|
|
|
14012
14225
|
return await this.searchSampleWithOptions(request, runtime);
|
|
14013
14226
|
}
|
|
14014
14227
|
/**
|
|
14015
|
-
*
|
|
14228
|
+
* Starts or stops a bypass event.
|
|
14016
14229
|
*
|
|
14017
14230
|
* @param request - StartOrStopByPassShuntEventRequest
|
|
14018
14231
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14050,7 +14263,7 @@ class Client extends openapi_core_1.default {
|
|
|
14050
14263
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.StartOrStopByPassShuntEventResponse({}));
|
|
14051
14264
|
}
|
|
14052
14265
|
/**
|
|
14053
|
-
*
|
|
14266
|
+
* Starts or stops a bypass event.
|
|
14054
14267
|
*
|
|
14055
14268
|
* @param request - StartOrStopByPassShuntEventRequest
|
|
14056
14269
|
* @returns StartOrStopByPassShuntEventResponse
|
|
@@ -14060,7 +14273,7 @@ class Client extends openapi_core_1.default {
|
|
|
14060
14273
|
return await this.startOrStopByPassShuntEventWithOptions(request, runtime);
|
|
14061
14274
|
}
|
|
14062
14275
|
/**
|
|
14063
|
-
*
|
|
14276
|
+
* Starts executing a task.
|
|
14064
14277
|
*
|
|
14065
14278
|
* @param request - StartSimulationTaskRequest
|
|
14066
14279
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14095,7 +14308,7 @@ class Client extends openapi_core_1.default {
|
|
|
14095
14308
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.StartSimulationTaskResponse({}));
|
|
14096
14309
|
}
|
|
14097
14310
|
/**
|
|
14098
|
-
*
|
|
14311
|
+
* Starts executing a task.
|
|
14099
14312
|
*
|
|
14100
14313
|
* @param request - StartSimulationTaskRequest
|
|
14101
14314
|
* @returns StartSimulationTaskResponse
|
|
@@ -14105,7 +14318,7 @@ class Client extends openapi_core_1.default {
|
|
|
14105
14318
|
return await this.startSimulationTaskWithOptions(request, runtime);
|
|
14106
14319
|
}
|
|
14107
14320
|
/**
|
|
14108
|
-
*
|
|
14321
|
+
* Stops a task.
|
|
14109
14322
|
*
|
|
14110
14323
|
* @param request - StopSimulationTaskRequest
|
|
14111
14324
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14140,7 +14353,7 @@ class Client extends openapi_core_1.default {
|
|
|
14140
14353
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.StopSimulationTaskResponse({}));
|
|
14141
14354
|
}
|
|
14142
14355
|
/**
|
|
14143
|
-
*
|
|
14356
|
+
* Stops a task.
|
|
14144
14357
|
*
|
|
14145
14358
|
* @param request - StopSimulationTaskRequest
|
|
14146
14359
|
* @returns StopSimulationTaskResponse
|
|
@@ -14150,7 +14363,7 @@ class Client extends openapi_core_1.default {
|
|
|
14150
14363
|
return await this.stopSimulationTaskWithOptions(request, runtime);
|
|
14151
14364
|
}
|
|
14152
14365
|
/**
|
|
14153
|
-
*
|
|
14366
|
+
* Enables or disables a custom variable.
|
|
14154
14367
|
*
|
|
14155
14368
|
* @param request - SwitchExpressionVariableRequest
|
|
14156
14369
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14191,7 +14404,7 @@ class Client extends openapi_core_1.default {
|
|
|
14191
14404
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SwitchExpressionVariableResponse({}));
|
|
14192
14405
|
}
|
|
14193
14406
|
/**
|
|
14194
|
-
*
|
|
14407
|
+
* Enables or disables a custom variable.
|
|
14195
14408
|
*
|
|
14196
14409
|
* @param request - SwitchExpressionVariableRequest
|
|
14197
14410
|
* @returns SwitchExpressionVariableResponse
|
|
@@ -14201,7 +14414,7 @@ class Client extends openapi_core_1.default {
|
|
|
14201
14414
|
return await this.switchExpressionVariableWithOptions(request, runtime);
|
|
14202
14415
|
}
|
|
14203
14416
|
/**
|
|
14204
|
-
*
|
|
14417
|
+
* Toggles a field on or off.
|
|
14205
14418
|
*
|
|
14206
14419
|
* @param request - SwitchFieldRequest
|
|
14207
14420
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14245,7 +14458,7 @@ class Client extends openapi_core_1.default {
|
|
|
14245
14458
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SwitchFieldResponse({}));
|
|
14246
14459
|
}
|
|
14247
14460
|
/**
|
|
14248
|
-
*
|
|
14461
|
+
* Toggles a field on or off.
|
|
14249
14462
|
*
|
|
14250
14463
|
* @param request - SwitchFieldRequest
|
|
14251
14464
|
* @returns SwitchFieldResponse
|
|
@@ -14255,7 +14468,7 @@ class Client extends openapi_core_1.default {
|
|
|
14255
14468
|
return await this.switchFieldWithOptions(request, runtime);
|
|
14256
14469
|
}
|
|
14257
14470
|
/**
|
|
14258
|
-
*
|
|
14471
|
+
* Queries the enabling or disabling status of a variable.
|
|
14259
14472
|
*
|
|
14260
14473
|
* @param request - SwitchQueryVariableRequest
|
|
14261
14474
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14293,7 +14506,7 @@ class Client extends openapi_core_1.default {
|
|
|
14293
14506
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SwitchQueryVariableResponse({}));
|
|
14294
14507
|
}
|
|
14295
14508
|
/**
|
|
14296
|
-
*
|
|
14509
|
+
* Queries the enabling or disabling status of a variable.
|
|
14297
14510
|
*
|
|
14298
14511
|
* @param request - SwitchQueryVariableRequest
|
|
14299
14512
|
* @returns SwitchQueryVariableResponse
|
|
@@ -14303,7 +14516,7 @@ class Client extends openapi_core_1.default {
|
|
|
14303
14516
|
return await this.switchQueryVariableWithOptions(request, runtime);
|
|
14304
14517
|
}
|
|
14305
14518
|
/**
|
|
14306
|
-
*
|
|
14519
|
+
* Switches an event to online with one click.
|
|
14307
14520
|
*
|
|
14308
14521
|
* @param request - SwitchToOnlineRequest
|
|
14309
14522
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14338,7 +14551,7 @@ class Client extends openapi_core_1.default {
|
|
|
14338
14551
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SwitchToOnlineResponse({}));
|
|
14339
14552
|
}
|
|
14340
14553
|
/**
|
|
14341
|
-
*
|
|
14554
|
+
* Switches an event to online with one click.
|
|
14342
14555
|
*
|
|
14343
14556
|
* @param request - SwitchToOnlineRequest
|
|
14344
14557
|
* @returns SwitchToOnlineResponse
|
|
@@ -14348,7 +14561,7 @@ class Client extends openapi_core_1.default {
|
|
|
14348
14561
|
return await this.switchToOnlineWithOptions(request, runtime);
|
|
14349
14562
|
}
|
|
14350
14563
|
/**
|
|
14351
|
-
*
|
|
14564
|
+
* Enables or disables a cumulative variable.
|
|
14352
14565
|
*
|
|
14353
14566
|
* @param request - SwitchVariableRequest
|
|
14354
14567
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14392,7 +14605,7 @@ class Client extends openapi_core_1.default {
|
|
|
14392
14605
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SwitchVariableResponse({}));
|
|
14393
14606
|
}
|
|
14394
14607
|
/**
|
|
14395
|
-
*
|
|
14608
|
+
* Enables or disables a cumulative variable.
|
|
14396
14609
|
*
|
|
14397
14610
|
* @param request - SwitchVariableRequest
|
|
14398
14611
|
* @returns SwitchVariableResponse
|
|
@@ -14402,7 +14615,7 @@ class Client extends openapi_core_1.default {
|
|
|
14402
14615
|
return await this.switchVariableWithOptions(request, runtime);
|
|
14403
14616
|
}
|
|
14404
14617
|
/**
|
|
14405
|
-
*
|
|
14618
|
+
* Checks whether a task name is duplicate.
|
|
14406
14619
|
*
|
|
14407
14620
|
* @param request - TaskNameByUserIdRequest
|
|
14408
14621
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14437,7 +14650,7 @@ class Client extends openapi_core_1.default {
|
|
|
14437
14650
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.TaskNameByUserIdResponse({}));
|
|
14438
14651
|
}
|
|
14439
14652
|
/**
|
|
14440
|
-
*
|
|
14653
|
+
* Checks whether a task name is duplicate.
|
|
14441
14654
|
*
|
|
14442
14655
|
* @param request - TaskNameByUserIdRequest
|
|
14443
14656
|
* @returns TaskNameByUserIdResponse
|
|
@@ -14447,7 +14660,7 @@ class Client extends openapi_core_1.default {
|
|
|
14447
14660
|
return await this.taskNameByUserIdWithOptions(request, runtime);
|
|
14448
14661
|
}
|
|
14449
14662
|
/**
|
|
14450
|
-
*
|
|
14663
|
+
* Modifies a query condition.
|
|
14451
14664
|
*
|
|
14452
14665
|
* @param request - UpdateAnalysisConditionFavoriteRequest
|
|
14453
14666
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14506,7 +14719,7 @@ class Client extends openapi_core_1.default {
|
|
|
14506
14719
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAnalysisConditionFavoriteResponse({}));
|
|
14507
14720
|
}
|
|
14508
14721
|
/**
|
|
14509
|
-
*
|
|
14722
|
+
* Modifies a query condition.
|
|
14510
14723
|
*
|
|
14511
14724
|
* @param request - UpdateAnalysisConditionFavoriteRequest
|
|
14512
14725
|
* @returns UpdateAnalysisConditionFavoriteResponse
|
|
@@ -14516,7 +14729,7 @@ class Client extends openapi_core_1.default {
|
|
|
14516
14729
|
return await this.updateAnalysisConditionFavoriteWithOptions(request, runtime);
|
|
14517
14730
|
}
|
|
14518
14731
|
/**
|
|
14519
|
-
*
|
|
14732
|
+
* Processes an approval request.
|
|
14520
14733
|
*
|
|
14521
14734
|
* @param request - UpdateAuditRequest
|
|
14522
14735
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14560,7 +14773,7 @@ class Client extends openapi_core_1.default {
|
|
|
14560
14773
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAuditResponse({}));
|
|
14561
14774
|
}
|
|
14562
14775
|
/**
|
|
14563
|
-
*
|
|
14776
|
+
* Processes an approval request.
|
|
14564
14777
|
*
|
|
14565
14778
|
* @param request - UpdateAuditRequest
|
|
14566
14779
|
* @returns UpdateAuditResponse
|
|
@@ -14570,7 +14783,7 @@ class Client extends openapi_core_1.default {
|
|
|
14570
14783
|
return await this.updateAuditWithOptions(request, runtime);
|
|
14571
14784
|
}
|
|
14572
14785
|
/**
|
|
14573
|
-
*
|
|
14786
|
+
* Modifies an authorization policy.
|
|
14574
14787
|
*
|
|
14575
14788
|
* @param request - UpdateAuthRuleRequest
|
|
14576
14789
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14620,7 +14833,7 @@ class Client extends openapi_core_1.default {
|
|
|
14620
14833
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateAuthRuleResponse({}));
|
|
14621
14834
|
}
|
|
14622
14835
|
/**
|
|
14623
|
-
*
|
|
14836
|
+
* Modifies an authorization policy.
|
|
14624
14837
|
*
|
|
14625
14838
|
* @param request - UpdateAuthRuleRequest
|
|
14626
14839
|
* @returns UpdateAuthRuleResponse
|
|
@@ -14630,7 +14843,7 @@ class Client extends openapi_core_1.default {
|
|
|
14630
14843
|
return await this.updateAuthRuleWithOptions(request, runtime);
|
|
14631
14844
|
}
|
|
14632
14845
|
/**
|
|
14633
|
-
*
|
|
14846
|
+
* Edits a bypass event.
|
|
14634
14847
|
*
|
|
14635
14848
|
* @param request - UpdateByPassShuntEventRequest
|
|
14636
14849
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14668,7 +14881,7 @@ class Client extends openapi_core_1.default {
|
|
|
14668
14881
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateByPassShuntEventResponse({}));
|
|
14669
14882
|
}
|
|
14670
14883
|
/**
|
|
14671
|
-
*
|
|
14884
|
+
* Edits a bypass event.
|
|
14672
14885
|
*
|
|
14673
14886
|
* @param request - UpdateByPassShuntEventRequest
|
|
14674
14887
|
* @returns UpdateByPassShuntEventResponse
|
|
@@ -14678,7 +14891,7 @@ class Client extends openapi_core_1.default {
|
|
|
14678
14891
|
return await this.updateByPassShuntEventWithOptions(request, runtime);
|
|
14679
14892
|
}
|
|
14680
14893
|
/**
|
|
14681
|
-
*
|
|
14894
|
+
* Modifies a data source.
|
|
14682
14895
|
*
|
|
14683
14896
|
* @param request - UpdateDataSourceRequest
|
|
14684
14897
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14725,7 +14938,7 @@ class Client extends openapi_core_1.default {
|
|
|
14725
14938
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateDataSourceResponse({}));
|
|
14726
14939
|
}
|
|
14727
14940
|
/**
|
|
14728
|
-
*
|
|
14941
|
+
* Modifies a data source.
|
|
14729
14942
|
*
|
|
14730
14943
|
* @param request - UpdateDataSourceRequest
|
|
14731
14944
|
* @returns UpdateDataSourceResponse
|
|
@@ -14735,7 +14948,7 @@ class Client extends openapi_core_1.default {
|
|
|
14735
14948
|
return await this.updateDataSourceWithOptions(request, runtime);
|
|
14736
14949
|
}
|
|
14737
14950
|
/**
|
|
14738
|
-
*
|
|
14951
|
+
* Modifies a custom query variable.
|
|
14739
14952
|
*
|
|
14740
14953
|
* @param request - UpdateQueryVariableRequest
|
|
14741
14954
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14797,7 +15010,7 @@ class Client extends openapi_core_1.default {
|
|
|
14797
15010
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateQueryVariableResponse({}));
|
|
14798
15011
|
}
|
|
14799
15012
|
/**
|
|
14800
|
-
*
|
|
15013
|
+
* Modifies a custom query variable.
|
|
14801
15014
|
*
|
|
14802
15015
|
* @param request - UpdateQueryVariableRequest
|
|
14803
15016
|
* @returns UpdateQueryVariableResponse
|
|
@@ -14807,7 +15020,7 @@ class Client extends openapi_core_1.default {
|
|
|
14807
15020
|
return await this.updateQueryVariableWithOptions(request, runtime);
|
|
14808
15021
|
}
|
|
14809
15022
|
/**
|
|
14810
|
-
*
|
|
15023
|
+
* Updates a policy.
|
|
14811
15024
|
*
|
|
14812
15025
|
* @param request - UpdateRuleRequest
|
|
14813
15026
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14875,7 +15088,7 @@ class Client extends openapi_core_1.default {
|
|
|
14875
15088
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateRuleResponse({}));
|
|
14876
15089
|
}
|
|
14877
15090
|
/**
|
|
14878
|
-
*
|
|
15091
|
+
* Updates a policy.
|
|
14879
15092
|
*
|
|
14880
15093
|
* @param request - UpdateRuleRequest
|
|
14881
15094
|
* @returns UpdateRuleResponse
|
|
@@ -14885,7 +15098,7 @@ class Client extends openapi_core_1.default {
|
|
|
14885
15098
|
return await this.updateRuleWithOptions(request, runtime);
|
|
14886
15099
|
}
|
|
14887
15100
|
/**
|
|
14888
|
-
*
|
|
15101
|
+
* Updates the basic information of a policy.
|
|
14889
15102
|
*
|
|
14890
15103
|
* @param request - UpdateRuleBaseRequest
|
|
14891
15104
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14932,7 +15145,7 @@ class Client extends openapi_core_1.default {
|
|
|
14932
15145
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateRuleBaseResponse({}));
|
|
14933
15146
|
}
|
|
14934
15147
|
/**
|
|
14935
|
-
*
|
|
15148
|
+
* Updates the basic information of a policy.
|
|
14936
15149
|
*
|
|
14937
15150
|
* @param request - UpdateRuleBaseRequest
|
|
14938
15151
|
* @returns UpdateRuleBaseResponse
|
|
@@ -14942,7 +15155,7 @@ class Client extends openapi_core_1.default {
|
|
|
14942
15155
|
return await this.updateRuleBaseWithOptions(request, runtime);
|
|
14943
15156
|
}
|
|
14944
15157
|
/**
|
|
14945
|
-
*
|
|
15158
|
+
* Modifies samples in batches.
|
|
14946
15159
|
*
|
|
14947
15160
|
* @param request - UpdateSampleBatchRequest
|
|
14948
15161
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14983,7 +15196,7 @@ class Client extends openapi_core_1.default {
|
|
|
14983
15196
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateSampleBatchResponse({}));
|
|
14984
15197
|
}
|
|
14985
15198
|
/**
|
|
14986
|
-
*
|
|
15199
|
+
* Modifies samples in batches.
|
|
14987
15200
|
*
|
|
14988
15201
|
* @param request - UpdateSampleBatchRequest
|
|
14989
15202
|
* @returns UpdateSampleBatchResponse
|
|
@@ -15050,7 +15263,136 @@ class Client extends openapi_core_1.default {
|
|
|
15050
15263
|
return await this.uploadFileCheckWithOptions(request, runtime);
|
|
15051
15264
|
}
|
|
15052
15265
|
/**
|
|
15053
|
-
*
|
|
15266
|
+
* Upload and validate the sample file for the customer.
|
|
15267
|
+
*
|
|
15268
|
+
* @param request - UploadForeignSampleFileRequest
|
|
15269
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
15270
|
+
* @returns UploadForeignSampleFileResponse
|
|
15271
|
+
*/
|
|
15272
|
+
async uploadForeignSampleFileWithOptions(request, runtime) {
|
|
15273
|
+
request.validate();
|
|
15274
|
+
let query = {};
|
|
15275
|
+
if (!$dara.isNull(request.file)) {
|
|
15276
|
+
query["File"] = request.file;
|
|
15277
|
+
}
|
|
15278
|
+
if (!$dara.isNull(request.lang)) {
|
|
15279
|
+
query["Lang"] = request.lang;
|
|
15280
|
+
}
|
|
15281
|
+
if (!$dara.isNull(request.regId)) {
|
|
15282
|
+
query["RegId"] = request.regId;
|
|
15283
|
+
}
|
|
15284
|
+
if (!$dara.isNull(request.tab)) {
|
|
15285
|
+
query["Tab"] = request.tab;
|
|
15286
|
+
}
|
|
15287
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
15288
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
15289
|
+
});
|
|
15290
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
15291
|
+
action: "UploadForeignSampleFile",
|
|
15292
|
+
version: "2021-09-10",
|
|
15293
|
+
protocol: "HTTPS",
|
|
15294
|
+
pathname: "/",
|
|
15295
|
+
method: "POST",
|
|
15296
|
+
authType: "AK",
|
|
15297
|
+
style: "RPC",
|
|
15298
|
+
reqBodyType: "formData",
|
|
15299
|
+
bodyType: "json",
|
|
15300
|
+
});
|
|
15301
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UploadForeignSampleFileResponse({}));
|
|
15302
|
+
}
|
|
15303
|
+
/**
|
|
15304
|
+
* Upload and validate the sample file for the customer.
|
|
15305
|
+
*
|
|
15306
|
+
* @param request - UploadForeignSampleFileRequest
|
|
15307
|
+
* @returns UploadForeignSampleFileResponse
|
|
15308
|
+
*/
|
|
15309
|
+
async uploadForeignSampleFile(request) {
|
|
15310
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
15311
|
+
return await this.uploadForeignSampleFileWithOptions(request, runtime);
|
|
15312
|
+
}
|
|
15313
|
+
async uploadForeignSampleFileAdvance(request, runtime) {
|
|
15314
|
+
// Step 0: init client
|
|
15315
|
+
if ($dara.isNull(this._credential)) {
|
|
15316
|
+
throw new $OpenApi.ClientError({
|
|
15317
|
+
code: "InvalidCredentials",
|
|
15318
|
+
message: "Please set up the credentials correctly. If you are setting them through environment variables, please ensure that ALIBABA_CLOUD_ACCESS_KEY_ID and ALIBABA_CLOUD_ACCESS_KEY_SECRET are set correctly. See https://help.aliyun.com/zh/sdk/developer-reference/configure-the-alibaba-cloud-accesskey-environment-variable-on-linux-macos-and-windows-systems for more details.",
|
|
15319
|
+
});
|
|
15320
|
+
}
|
|
15321
|
+
let credentialModel = await this._credential.getCredential();
|
|
15322
|
+
let accessKeyId = credentialModel.accessKeyId;
|
|
15323
|
+
let accessKeySecret = credentialModel.accessKeySecret;
|
|
15324
|
+
let securityToken = credentialModel.securityToken;
|
|
15325
|
+
let credentialType = credentialModel.type;
|
|
15326
|
+
let openPlatformEndpoint = this._openPlatformEndpoint;
|
|
15327
|
+
if ($dara.isNull(openPlatformEndpoint) || openPlatformEndpoint == "") {
|
|
15328
|
+
openPlatformEndpoint = "openplatform.aliyuncs.com";
|
|
15329
|
+
}
|
|
15330
|
+
if ($dara.isNull(credentialType)) {
|
|
15331
|
+
credentialType = "access_key";
|
|
15332
|
+
}
|
|
15333
|
+
let authConfig = new openapi_core_2.$OpenApiUtil.Config({
|
|
15334
|
+
accessKeyId: accessKeyId,
|
|
15335
|
+
accessKeySecret: accessKeySecret,
|
|
15336
|
+
securityToken: securityToken,
|
|
15337
|
+
type: credentialType,
|
|
15338
|
+
endpoint: openPlatformEndpoint,
|
|
15339
|
+
protocol: this._protocol,
|
|
15340
|
+
regionId: this._regionId,
|
|
15341
|
+
});
|
|
15342
|
+
let authClient = new openapi_core_1.default(authConfig);
|
|
15343
|
+
let authRequest = {
|
|
15344
|
+
Product: "xtee",
|
|
15345
|
+
RegionId: this._regionId,
|
|
15346
|
+
};
|
|
15347
|
+
let authReq = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
15348
|
+
query: openapi_core_2.OpenApiUtil.query(authRequest),
|
|
15349
|
+
});
|
|
15350
|
+
let authParams = new openapi_core_2.$OpenApiUtil.Params({
|
|
15351
|
+
action: "AuthorizeFileUpload",
|
|
15352
|
+
version: "2019-12-19",
|
|
15353
|
+
protocol: "HTTPS",
|
|
15354
|
+
pathname: "/",
|
|
15355
|
+
method: "GET",
|
|
15356
|
+
authType: "AK",
|
|
15357
|
+
style: "RPC",
|
|
15358
|
+
reqBodyType: "formData",
|
|
15359
|
+
bodyType: "json",
|
|
15360
|
+
});
|
|
15361
|
+
let authResponse = {};
|
|
15362
|
+
let fileObj = new $dara.FileField({});
|
|
15363
|
+
let ossHeader = {};
|
|
15364
|
+
let tmpBody = {};
|
|
15365
|
+
let useAccelerate = false;
|
|
15366
|
+
let authResponseBody = {};
|
|
15367
|
+
let uploadForeignSampleFileReq = new $_model.UploadForeignSampleFileRequest({});
|
|
15368
|
+
openapi_core_2.OpenApiUtil.convert(request, uploadForeignSampleFileReq);
|
|
15369
|
+
if (!$dara.isNull(request.fileObject)) {
|
|
15370
|
+
authResponse = await authClient.callApi(authParams, authReq, runtime);
|
|
15371
|
+
tmpBody = authResponse["body"];
|
|
15372
|
+
useAccelerate = Boolean(tmpBody["UseAccelerate"]);
|
|
15373
|
+
authResponseBody = openapi_core_2.OpenApiUtil.stringifyMapValue(tmpBody);
|
|
15374
|
+
fileObj = new $dara.FileField({
|
|
15375
|
+
filename: authResponseBody["ObjectKey"],
|
|
15376
|
+
content: request.fileObject,
|
|
15377
|
+
contentType: "",
|
|
15378
|
+
});
|
|
15379
|
+
ossHeader = {
|
|
15380
|
+
host: openapi_core_2.OpenApiUtil.getEndpoint(authResponseBody["Endpoint"], useAccelerate, this._endpointType),
|
|
15381
|
+
OSSAccessKeyId: authResponseBody["AccessKeyId"],
|
|
15382
|
+
policy: authResponseBody["EncodedPolicy"],
|
|
15383
|
+
Signature: authResponseBody["Signature"],
|
|
15384
|
+
key: authResponseBody["ObjectKey"],
|
|
15385
|
+
file: fileObj,
|
|
15386
|
+
success_action_status: "201",
|
|
15387
|
+
};
|
|
15388
|
+
await this._postOSSObject(authResponseBody["Bucket"], ossHeader, runtime);
|
|
15389
|
+
uploadForeignSampleFileReq.file = `http://${authResponseBody["Bucket"]}.${authResponseBody["Endpoint"]}/${authResponseBody["ObjectKey"]}`;
|
|
15390
|
+
}
|
|
15391
|
+
let uploadForeignSampleFileResp = await this.uploadForeignSampleFileWithOptions(uploadForeignSampleFileReq, runtime);
|
|
15392
|
+
return uploadForeignSampleFileResp;
|
|
15393
|
+
}
|
|
15394
|
+
/**
|
|
15395
|
+
* Upload and validate the sample file
|
|
15054
15396
|
*
|
|
15055
15397
|
* @param request - UploadSampleFileRequest
|
|
15056
15398
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15094,7 +15436,7 @@ class Client extends openapi_core_1.default {
|
|
|
15094
15436
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UploadSampleFileResponse({}));
|
|
15095
15437
|
}
|
|
15096
15438
|
/**
|
|
15097
|
-
*
|
|
15439
|
+
* Upload and validate the sample file
|
|
15098
15440
|
*
|
|
15099
15441
|
* @param request - UploadSampleFileRequest
|
|
15100
15442
|
* @returns UploadSampleFileResponse
|