Skip to content

Commit 2c9c7b1

Browse files
committed
Change DescribeLogstoreStorage Response.
1 parent fcdb435 commit 2c9c7b1

File tree

6,013 files changed

+3814
-9568
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,013 files changed

+3814
-9568
lines changed

sas-20181203/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2023-03-21 Version: 2.1.2
2+
- Change DescribeLogstoreStorage Response.
3+
14
2023-02-10 Version: 2.1.1
25
- Change DescribeLogstoreStorage Response.
36

sas-20181203/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0modelVersion>
44
<groupId>com.aliyungroupId>
55
<artifactId>alibabacloud-sas20181203artifactId>
6-
<version>2.1.1version>
6+
<version>2.1.2version>
77
<packaging>jarpackaging>
88
<name>alibabacloud-sas20181203name>
99
<description>Alibaba Cloud Sas (20181203) Async SDK for Java
@@ -41,7 +41,7 @@
4141
<java.version>1.8java.version>
4242
<maven.compiler.source>8maven.compiler.source>
4343
<maven.compiler.target>8maven.compiler.target>
44-
<service.version>0.1.9-betaservice.version>
44+
<service.version>0.1.12-betaservice.version>
4545
properties>
4646
<dependencies>
4747
<dependency>

sas-20181203/src/main/java/com/aliyun/sdk/service/sas20181203/AsyncClient.java

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ static AsyncClient create() {
2828

2929
CompletableFuture<AddPrivateRegistryResponse> addPrivateRegistry(AddPrivateRegistryRequest request);
3030

31+
/**
32+
* Security Center provides asset importance tags and custom tags. You can call the AddTagWithUuid operation to add only a custom tag to assets.
33+
*
34+
*/
3135
CompletableFuture<AddTagWithUuidResponse> addTagWithUuid(AddTagWithUuidRequest request);
3236

3337
CompletableFuture<AddUninstallClientsByUuidsResponse> addUninstallClientsByUuids(AddUninstallClientsByUuidsRequest request);
@@ -44,6 +48,8 @@ static AsyncClient create() {
4448

4549
CompletableFuture<ChangeCheckConfigResponse> changeCheckConfig(ChangeCheckConfigRequest request);
4650

51+
CompletableFuture<ChangeCheckCustomConfigResponse> changeCheckCustomConfig(ChangeCheckCustomConfigRequest request);
52+
4753
CompletableFuture<CheckQuaraFileIdResponse> checkQuaraFileId(CheckQuaraFileIdRequest request);
4854

4955
CompletableFuture<CheckSecurityEventIdResponse> checkSecurityEventId(CheckSecurityEventIdRequest request);
@@ -70,8 +76,8 @@ static AsyncClient create() {
7076
CompletableFuture<CreateFileDetectResponse> createFileDetect(CreateFileDetectRequest request);
7177

7278
/**
73-
* You can call the this operation to query the parameters that are required to upload a file for detection. If the value of the response parameter FileExist is true, the file that you want to upload for detection already exists in the cloud. In this case, you can directly push the file for detection. If the value of the response parameter FileExist is false, you must use the form upload method to upload the file to the specified Object Storage Service (OSS) bucket based on the response parameters of this operation.
74-
* The form upload method is provided by OSS. For more information, see [Form upload](https://www.alibabacloud.com/help/en/object-storage-service/latest/upload-objects-form-upload).
79+
* You can call this operation to query the parameters that are required to upload a file for detection. If the value of the response parameter FileExist is true, the file that you want to upload for detection already exists in the cloud. In this case, you can directly push the file for detection. If the value of the response parameter FileExist is false, you must use the form upload method to upload the file to the specified Object Storage Service (OSS) bucket based on the response parameters of this operation.
80+
* The form upload method is provided by OSS. For more information, see [Form upload](~~84788~~).
7581
* The HashKey parameter is included in all API operations that are related to the file detection feature. The parameter specifies the unique identifier of a file. Only MD5 hash values are supported. Before you call this operation, calculate the MD5 hash value of the file.
7682
*
7783
*/
@@ -181,16 +187,6 @@ static AsyncClient create() {
181187

182188
CompletableFuture<DescribeAlarmEventDetailResponse> describeAlarmEventDetail(DescribeAlarmEventDetailRequest request);
183189

184-
/**
185-
* The alert aggregation feature of Security Center analyzes the paths of alerts to aggregate multiple alerts generated on the intrusions that are launched from the same IP address or service, or on the same user.
186-
* You can call the DescribeAlarmEventList or DescribeSuspEvents operation to query alert events.
187-
* * If your Security Center runs the Enterprise or Ultimate edition and you turned on **Alert Association** on the **Feature Settings** page of the Security Center console, you can call the DescribeAlarmEventList operation to query alert events.
188-
* * If your Security Center runs the Enterprise or Ultimate edition but you turned off **Alert Association** on the **Feature Settings** page of the Security Center console, you can call the [DescribeSuspEvents](~~DescribeSuspEvents~~) operation to query alert events.
189-
* * If your Security Center does not run the Enterprise or Ultimate edition, you can call the [DescribeSuspEvents](~~DescribeSuspEvents~~) operation to query alert events.
190-
*
191-
*/
192-
CompletableFuture<DescribeAlarmEventListResponse> describeAlarmEventList(DescribeAlarmEventListRequest request);
193-
194190
CompletableFuture<DescribeAlarmEventStackInfoResponse> describeAlarmEventStackInfo(DescribeAlarmEventStackInfoRequest request);
195191

196192
CompletableFuture<DescribeAllEntityResponse> describeAllEntity(DescribeAllEntityRequest request);
@@ -505,24 +501,28 @@ static AsyncClient create() {
505501

506502
/**
507503
* @deprecated
504+
* This operation is phased out. You can use the ListCheckInstanceResult operation.
508505
*
509506
*/
510507
CompletableFuture<DescribeRiskCheckItemResultResponse> describeRiskCheckItemResult(DescribeRiskCheckItemResultRequest request);
511508

512509
/**
513510
* @deprecated
511+
* This operation is phased out. You can use the ListCheckResult operation.
514512
*
515513
*/
516514
CompletableFuture<DescribeRiskCheckResultResponse> describeRiskCheckResult(DescribeRiskCheckResultRequest request);
517515

518516
/**
519517
* @deprecated
518+
* This operation is phased out. You can use the GetCheckSummary operation.
520519
*
521520
*/
522521
CompletableFuture<DescribeRiskCheckSummaryResponse> describeRiskCheckSummary(DescribeRiskCheckSummaryRequest request);
523522

524523
/**
525524
* @deprecated
525+
* This operation is phased out. You can use the ListCheckStandard operation instead.
526526
*
527527
*/
528528
CompletableFuture<DescribeRiskItemTypeResponse> describeRiskItemType(DescribeRiskItemTypeRequest request);
@@ -550,6 +550,7 @@ static AsyncClient create() {
550550

551551
/**
552552
* @deprecated
553+
* This operation is phased out. You can use the GetCheckConfig operation.
553554
*
554555
*/
555556
CompletableFuture<DescribeSecurityCheckScheduleConfigResponse> describeSecurityCheckScheduleConfig(DescribeSecurityCheckScheduleConfigRequest request);
@@ -713,7 +714,7 @@ static AsyncClient create() {
713714
* * The list of servers on the Host page.
714715
* * The lists of image system vulnerabilities, image application vulnerabilities, image baseline check results, and malicious image samples on the Image Security page.
715716
* * The list of attack analysis data on the Attack Awareness page.
716-
* * The list of check results for AccessKey pair leaks on the AccessKey Leak page.
717+
* * The list of check results for AccessKey pair leaks on the AK leak detection page.
717718
*
718719
*/
719720
CompletableFuture<ExportRecordResponse> exportRecord(ExportRecordRequest request);
@@ -871,8 +872,6 @@ static AsyncClient create() {
871872

872873
CompletableFuture<ListInterceptionHistoryResponse> listInterceptionHistory(ListInterceptionHistoryRequest request);
873874

874-
CompletableFuture<ListInterceptionImageResponse> listInterceptionImage(ListInterceptionImageRequest request);
875-
876875
CompletableFuture<ListInterceptionRulePageResponse> listInterceptionRulePage(ListInterceptionRulePageRequest request);
877876

878877
CompletableFuture<ListInterceptionTargetPageResponse> listInterceptionTargetPage(ListInterceptionTargetPageRequest request);
@@ -979,18 +978,25 @@ static AsyncClient create() {
979978

980979
/**
981980
* @deprecated
981+
* This operation is phased out. You can use the following operations:
982+
* \\-To **ignore a check item**, use the AddCheckResultWhiteList operation.
983+
* \\-To **cancel ignoring a check item**, use the RemoveCheckResultWhiteList operation.
982984
*
983985
*/
984986
CompletableFuture<ModifyRiskCheckStatusResponse> modifyRiskCheckStatus(ModifyRiskCheckStatusRequest request);
985987

986988
/**
987989
* @deprecated
990+
* This operation is phased out. You can use the following operations:
991+
* \\-To **ignore a risk item**, use the AddCheckInstanceResultWhiteList operation.
992+
* \\-To **cancel ignoring a risk item**, use the RemoveCheckInstanceResultWhiteList operation.
988993
*
989994
*/
990995
CompletableFuture<ModifyRiskSingleResultStatusResponse> modifyRiskSingleResultStatus(ModifyRiskSingleResultStatusRequest request);
991996

992997
/**
993998
* @deprecated
999+
* This operation is phased out. You can use the ChangeCheckConfig operation.
9941000
*
9951001
*/
9961002
CompletableFuture<ModifySecurityCheckScheduleConfigResponse> modifySecurityCheckScheduleConfig(ModifySecurityCheckScheduleConfigRequest request);
@@ -1084,12 +1090,6 @@ static AsyncClient create() {
10841090

10851091
CompletableFuture<QueryDiscoverDatabaseResponse> queryDiscoverDatabase(QueryDiscoverDatabaseRequest request);
10861092

1087-
/**
1088-
* You can call the QueryGroupIdByGroupName operation to query the ID of an asset group to which your assets belong by using the name of the asset group. When you call operations such as [GetSuspiciousStatistics](~~GetSuspiciousStatistics~~) and [DeleteGroup](~~DeleteGroup~~), you must specify the ID of the asset group. To query the ID of an asset group, call the QueryGroupIdByGroupName operation.
1089-
* ### Limits
1090-
* You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
1091-
*
1092-
*/
10931093
CompletableFuture<QueryGroupIdByGroupNameResponse> queryGroupIdByGroupName(QueryGroupIdByGroupNameRequest request);
10941094

10951095
CompletableFuture<QueryGroupedSecurityEventMarkMissListResponse> queryGroupedSecurityEventMarkMissList(QueryGroupedSecurityEventMarkMissListRequest request);
@@ -1122,7 +1122,6 @@ static AsyncClient create() {
11221122

11231123
/**
11241124
* @deprecated
1125-
* This operation is phased out. You can use the SubmitCheck operation.
11261125
*
11271126
*/
11281127
CompletableFuture<StartBaselineSecurityCheckResponse> startBaselineSecurityCheck(StartBaselineSecurityCheckRequest request);
@@ -1140,7 +1139,7 @@ static AsyncClient create() {
11401139
* > You can unbind only the servers that are not deployed on Alibaba Cloud from Security Center. If you use an Alibaba Cloud Elastic Compute Service (ECS) instance, you do not need to unbind the ECS instance. If you uninstall the Security Center agent from an ECS instance, the ECS instance still exists as a disconnected server in the asset list of the Security Center console. The ECS instance is not removed from the asset list.
11411140
* **Prerequisites**
11421141
* * The server that you want to unbind from Security Center is not deployed on Alibaba Cloud and the Security Center agent is disabled for the server. In this case, the agent is in the Close state and Security Center does not protect the server. You can call the [PauseClient](~~PauseClient~~) operation to disable the agent.
1143-
* * The client protection feature is disabled for the server that you want to unbind from Security Center. For more information about how to disable the client protection feature, see [Use the client protection feature](~~197280~~).
1142+
* * The client protection feature is disabled for the server that you want to unbind from Security Center. For more information about how to disable the client protection feature, see [Use the client protection feature](https://www.alibabacloud.com/help/en/security-center/latest/local-file-detection-engine).
11441143
*
11451144
*/
11461145
CompletableFuture<UnbindAegisResponse> unbindAegis(UnbindAegisRequest request);

0 commit comments

Comments
 (0)