@alicloud/sas20181203 4.0.2 → 4.0.3
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 +240 -19
- package/dist/client.js +5122 -912
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +5292 -861
package/dist/client.d.ts
CHANGED
|
@@ -18529,6 +18529,13 @@ export declare class DescribeImageRepoDetailListResponseBodyImageRepoResponses e
|
|
|
18529
18529
|
* ]
|
|
18530
18530
|
*/
|
|
18531
18531
|
endpoints?: string;
|
|
18532
|
+
/**
|
|
18533
|
+
* @remarks
|
|
18534
|
+
* The number of the images on which risks are detected.
|
|
18535
|
+
*
|
|
18536
|
+
* @example
|
|
18537
|
+
* 2
|
|
18538
|
+
*/
|
|
18532
18539
|
hasRiskImageCount?: number;
|
|
18533
18540
|
/**
|
|
18534
18541
|
* @remarks
|
|
@@ -26053,6 +26060,14 @@ export declare class DescribeServiceLinkedRoleStatusResponseBodyRoleStatus exten
|
|
|
26053
26060
|
}
|
|
26054
26061
|
export declare class DescribeSimilarEventScenariosResponseBodyScenarios extends $dara.Model {
|
|
26055
26062
|
/**
|
|
26063
|
+
* @remarks
|
|
26064
|
+
* The code of the scenario. Valid values:
|
|
26065
|
+
*
|
|
26066
|
+
* * **default**: the same alert type
|
|
26067
|
+
* * **same_file_content**: the same file content rule.
|
|
26068
|
+
* * **same_ip**: the same IP address rule.
|
|
26069
|
+
* * **same_url**: the same URL rule.
|
|
26070
|
+
*
|
|
26056
26071
|
* @example
|
|
26057
26072
|
* same_url
|
|
26058
26073
|
*/
|
|
@@ -33644,11 +33659,11 @@ export declare class GetAssetDetailByUuidResponseBodyAssetDetail extends $dara.M
|
|
|
33644
33659
|
* @remarks
|
|
33645
33660
|
* The edition of Security Center that is authorized to protect the server. Valid values:
|
|
33646
33661
|
*
|
|
33647
|
-
* * **1**: Basic
|
|
33648
|
-
* * **6**: Anti-virus
|
|
33649
|
-
* * **5**: Advanced
|
|
33650
|
-
* * **3**: Enterprise
|
|
33651
|
-
* * **7**: Ultimate
|
|
33662
|
+
* * **1**: Basic (Unauthorized).
|
|
33663
|
+
* * **6**: Anti-virus.
|
|
33664
|
+
* * **5**: Advanced.
|
|
33665
|
+
* * **3**: Enterprise.
|
|
33666
|
+
* * **7**: Ultimate.
|
|
33652
33667
|
*
|
|
33653
33668
|
* @example
|
|
33654
33669
|
* 7
|
|
@@ -33677,6 +33692,19 @@ export declare class GetAssetDetailByUuidResponseBodyAssetDetail extends $dara.M
|
|
|
33677
33692
|
* online
|
|
33678
33693
|
*/
|
|
33679
33694
|
clientStatus?: string;
|
|
33695
|
+
/**
|
|
33696
|
+
* @remarks
|
|
33697
|
+
* The sub-status of the Security Center agent on the server. Valid values:
|
|
33698
|
+
*
|
|
33699
|
+
* * **online**: The Security Center agent on the asset is **enabled**.
|
|
33700
|
+
* * **offline**: The Security Center agent on the asset is **disabled**.
|
|
33701
|
+
* * **pause**: The Security Center agent is **suspended**.
|
|
33702
|
+
* * **uninstalled**: The Security Center agent is **not installed**.
|
|
33703
|
+
* * **stopped**: The asset is **shut down**.
|
|
33704
|
+
*
|
|
33705
|
+
* @example
|
|
33706
|
+
* online
|
|
33707
|
+
*/
|
|
33680
33708
|
clientSubStatus?: string;
|
|
33681
33709
|
/**
|
|
33682
33710
|
* @remarks
|
|
@@ -34995,7 +35023,7 @@ export declare class GetCheckDetailResponseBodyCustomConfigs extends $dara.Model
|
|
|
34995
35023
|
defaultValue?: string;
|
|
34996
35024
|
/**
|
|
34997
35025
|
* @remarks
|
|
34998
|
-
* The name of the custom configuration item
|
|
35026
|
+
* The name of the custom configuration item, which is unique in a check item.
|
|
34999
35027
|
*
|
|
35000
35028
|
* @example
|
|
35001
35029
|
* SessionTimeMax
|
|
@@ -35003,7 +35031,7 @@ export declare class GetCheckDetailResponseBodyCustomConfigs extends $dara.Model
|
|
|
35003
35031
|
name?: string;
|
|
35004
35032
|
/**
|
|
35005
35033
|
* @remarks
|
|
35006
|
-
* The
|
|
35034
|
+
* The display name of the custom configuration item for internationalization.
|
|
35007
35035
|
*
|
|
35008
35036
|
* @example
|
|
35009
35037
|
* Maximum session time
|
|
@@ -35047,7 +35075,7 @@ export declare class GetCheckDetailResponseBodyDescription extends $dara.Model {
|
|
|
35047
35075
|
link?: string;
|
|
35048
35076
|
/**
|
|
35049
35077
|
* @remarks
|
|
35050
|
-
* The type of the
|
|
35078
|
+
* The description type of the check item. The value is fixed as text.
|
|
35051
35079
|
*
|
|
35052
35080
|
* @example
|
|
35053
35081
|
* text
|
|
@@ -35073,7 +35101,21 @@ export declare class GetCheckDetailResponseBodyDescription extends $dara.Model {
|
|
|
35073
35101
|
});
|
|
35074
35102
|
}
|
|
35075
35103
|
export declare class GetCheckDetailResponseBodyRepairSettingFlowStep extends $dara.Model {
|
|
35104
|
+
/**
|
|
35105
|
+
* @remarks
|
|
35106
|
+
* The text description of the fixing step.
|
|
35107
|
+
*
|
|
35108
|
+
* @example
|
|
35109
|
+
* The first step is to open the calling interface.
|
|
35110
|
+
*/
|
|
35076
35111
|
showText?: string;
|
|
35112
|
+
/**
|
|
35113
|
+
* @remarks
|
|
35114
|
+
* The sequence number of the fixing step.
|
|
35115
|
+
*
|
|
35116
|
+
* @example
|
|
35117
|
+
* 1
|
|
35118
|
+
*/
|
|
35077
35119
|
step?: string;
|
|
35078
35120
|
static names(): {
|
|
35079
35121
|
[key: string]: string;
|
|
@@ -35087,17 +35129,117 @@ export declare class GetCheckDetailResponseBodyRepairSettingFlowStep extends $da
|
|
|
35087
35129
|
});
|
|
35088
35130
|
}
|
|
35089
35131
|
export declare class GetCheckDetailResponseBodyRepairSettingRepairConfigs extends $dara.Model {
|
|
35132
|
+
/**
|
|
35133
|
+
* @remarks
|
|
35134
|
+
* Indicates whether the value of the parameter is displayed in the console. Valid values:
|
|
35135
|
+
*
|
|
35136
|
+
* * 0: The historical value and real-time value of the parameter are displayed.
|
|
35137
|
+
* * 1: Only the real-time value of the parameter is displayed.
|
|
35138
|
+
* * 2: The value of the parameter is not displayed in the console.
|
|
35139
|
+
*
|
|
35140
|
+
* @example
|
|
35141
|
+
* 0
|
|
35142
|
+
*/
|
|
35090
35143
|
consoleParamType?: string;
|
|
35144
|
+
/**
|
|
35145
|
+
* @remarks
|
|
35146
|
+
* Indicates whether custom configurations of the fixing parameters are supported. Valid values:
|
|
35147
|
+
*
|
|
35148
|
+
* * **true**
|
|
35149
|
+
* * **false**
|
|
35150
|
+
*
|
|
35151
|
+
* @example
|
|
35152
|
+
* true
|
|
35153
|
+
*/
|
|
35091
35154
|
customFlag?: boolean;
|
|
35155
|
+
/**
|
|
35156
|
+
* @remarks
|
|
35157
|
+
* Indicates whether data needs to be encrypted during transmission. Valid values:
|
|
35158
|
+
*
|
|
35159
|
+
* * 0: Data does not need to be encrypted during transmission.
|
|
35160
|
+
* * 1: Data needs to be encrypted during transmission.
|
|
35161
|
+
* * 2: Data needs to be encrypted during transmission, and the user must perform secondary confirmation.
|
|
35162
|
+
*
|
|
35163
|
+
* @example
|
|
35164
|
+
* 1
|
|
35165
|
+
*/
|
|
35092
35166
|
dataTransformType?: string;
|
|
35167
|
+
/**
|
|
35168
|
+
* @remarks
|
|
35169
|
+
* The default value of the parameter. The value is a string.
|
|
35170
|
+
*
|
|
35171
|
+
* @example
|
|
35172
|
+
* 1
|
|
35173
|
+
*/
|
|
35093
35174
|
defaultValue?: string;
|
|
35175
|
+
/**
|
|
35176
|
+
* @remarks
|
|
35177
|
+
* Indicates whether this parameter is specified by the user. Valid values:
|
|
35178
|
+
*
|
|
35179
|
+
* * 0: The default value is used.
|
|
35180
|
+
* * 1: This parameter is required, and no default value is specified.
|
|
35181
|
+
* * 2: This parameter can be left empty.
|
|
35182
|
+
*
|
|
35183
|
+
* @example
|
|
35184
|
+
* 1
|
|
35185
|
+
*/
|
|
35094
35186
|
emptyParamSwitch?: string;
|
|
35187
|
+
/**
|
|
35188
|
+
* @remarks
|
|
35189
|
+
* The fixing parameters that are not compatible with this parameter.
|
|
35190
|
+
*/
|
|
35095
35191
|
exclusiveName?: string[];
|
|
35192
|
+
/**
|
|
35193
|
+
* @remarks
|
|
35194
|
+
* The ID of the fixing workflow.
|
|
35195
|
+
*
|
|
35196
|
+
* @example
|
|
35197
|
+
* 64312d3ee19d470a9b54393dab****
|
|
35198
|
+
*/
|
|
35096
35199
|
flowId?: string;
|
|
35200
|
+
/**
|
|
35201
|
+
* @remarks
|
|
35202
|
+
* The name of the parameter. The name must be unique within the check item.
|
|
35203
|
+
*
|
|
35204
|
+
* @example
|
|
35205
|
+
* navicat
|
|
35206
|
+
*/
|
|
35097
35207
|
name?: string;
|
|
35208
|
+
/**
|
|
35209
|
+
* @remarks
|
|
35210
|
+
* The display name of the parameter.
|
|
35211
|
+
*
|
|
35212
|
+
* @example
|
|
35213
|
+
* port
|
|
35214
|
+
*/
|
|
35098
35215
|
showName?: string;
|
|
35216
|
+
/**
|
|
35217
|
+
* @remarks
|
|
35218
|
+
* The type of the parameter. The value is a JSON string.
|
|
35219
|
+
*
|
|
35220
|
+
* @example
|
|
35221
|
+
* {\\"type\\":\\"NUMBER\\",\\"range\\":[1,24]}
|
|
35222
|
+
*/
|
|
35099
35223
|
typeDefine?: string;
|
|
35224
|
+
/**
|
|
35225
|
+
* @remarks
|
|
35226
|
+
* The type of the parameter. Valid values:
|
|
35227
|
+
*
|
|
35228
|
+
* * 1: asset parameters that are required during fixing.
|
|
35229
|
+
* * 2: user-provided parameters that are required during fixing.
|
|
35230
|
+
* * 3: parameters that are temporarily provided by the user.
|
|
35231
|
+
*
|
|
35232
|
+
* @example
|
|
35233
|
+
* 1
|
|
35234
|
+
*/
|
|
35100
35235
|
usageType?: string;
|
|
35236
|
+
/**
|
|
35237
|
+
* @remarks
|
|
35238
|
+
* The user-configured value of the parameter. The value is a string.
|
|
35239
|
+
*
|
|
35240
|
+
* @example
|
|
35241
|
+
* 2
|
|
35242
|
+
*/
|
|
35101
35243
|
value?: string;
|
|
35102
35244
|
static names(): {
|
|
35103
35245
|
[key: string]: string;
|
|
@@ -35111,10 +35253,49 @@ export declare class GetCheckDetailResponseBodyRepairSettingRepairConfigs extend
|
|
|
35111
35253
|
});
|
|
35112
35254
|
}
|
|
35113
35255
|
export declare class GetCheckDetailResponseBodyRepairSetting extends $dara.Model {
|
|
35256
|
+
/**
|
|
35257
|
+
* @remarks
|
|
35258
|
+
* The description of the fixing workflow.
|
|
35259
|
+
*/
|
|
35114
35260
|
flowStep?: GetCheckDetailResponseBodyRepairSettingFlowStep[];
|
|
35261
|
+
/**
|
|
35262
|
+
* @remarks
|
|
35263
|
+
* The configurations of the fixing parameters.
|
|
35264
|
+
*/
|
|
35115
35265
|
repairConfigs?: GetCheckDetailResponseBodyRepairSettingRepairConfigs[];
|
|
35266
|
+
/**
|
|
35267
|
+
* @remarks
|
|
35268
|
+
* Indicates whether a restart is required after the fixing. Valid values:
|
|
35269
|
+
*
|
|
35270
|
+
* * **true**
|
|
35271
|
+
* * **false**
|
|
35272
|
+
*
|
|
35273
|
+
* @example
|
|
35274
|
+
* true
|
|
35275
|
+
*/
|
|
35116
35276
|
repairReset?: boolean;
|
|
35277
|
+
/**
|
|
35278
|
+
* @remarks
|
|
35279
|
+
* Indicates whether the check item supports the quick fix feature. Valid values:
|
|
35280
|
+
*
|
|
35281
|
+
* * **true**
|
|
35282
|
+
* * **false**
|
|
35283
|
+
*
|
|
35284
|
+
* @example
|
|
35285
|
+
* true
|
|
35286
|
+
*/
|
|
35117
35287
|
repairSupport?: boolean;
|
|
35288
|
+
/**
|
|
35289
|
+
* @remarks
|
|
35290
|
+
* The fixing type that is supported. Valid values:
|
|
35291
|
+
*
|
|
35292
|
+
* * **1**: The fixing and rollback are supported.
|
|
35293
|
+
* * **2**: The fixing is supported, but the rollback is not supported.
|
|
35294
|
+
* * **3**: The fixing must be performed on a third-party platform.
|
|
35295
|
+
*
|
|
35296
|
+
* @example
|
|
35297
|
+
* 1
|
|
35298
|
+
*/
|
|
35118
35299
|
repairSupportType?: number;
|
|
35119
35300
|
static names(): {
|
|
35120
35301
|
[key: string]: string;
|
|
@@ -67784,8 +67965,6 @@ export declare class CreateOrUpdateAutoTagRuleRequest extends $dara.Model {
|
|
|
67784
67965
|
* @remarks
|
|
67785
67966
|
* The expression of the rule.
|
|
67786
67967
|
*
|
|
67787
|
-
* This parameter is required.
|
|
67788
|
-
*
|
|
67789
67968
|
* @example
|
|
67790
67969
|
* [{"groups":"0","fieldValueType":"string","field":"internetIp","operator":"equals","value":"12.0.0.1"}]
|
|
67791
67970
|
*/
|
|
@@ -67825,8 +68004,6 @@ export declare class CreateOrUpdateAutoTagRuleRequest extends $dara.Model {
|
|
|
67825
68004
|
* * If TagType is set to group, set this parameter to {"groupId":XXX}. XXX specifies the ID of the group. You can call the [DescribeGroupStruct](~~DescribeGroupStruct~~) operation to query the ID.
|
|
67826
68005
|
* * If TagType is set to tag, set this parameter to {"tagId":XXX}. XXX specifies the ID of the tag. You can call the [DescribeGroupedTags](~~DescribeGroupedTags~~) operation to query the ID.
|
|
67827
68006
|
*
|
|
67828
|
-
* This parameter is required.
|
|
67829
|
-
*
|
|
67830
68007
|
* @example
|
|
67831
68008
|
* {"tagId":7804789}
|
|
67832
68009
|
*/
|
|
@@ -75656,6 +75833,16 @@ export declare class DescribeAssetSummaryResponse extends $dara.Model {
|
|
|
75656
75833
|
});
|
|
75657
75834
|
}
|
|
75658
75835
|
export declare class DescribeAssetsScaProcessNumRequest extends $dara.Model {
|
|
75836
|
+
/**
|
|
75837
|
+
* @remarks
|
|
75838
|
+
* The type of the application process. Default value: java. Valid values:
|
|
75839
|
+
*
|
|
75840
|
+
* * **java**
|
|
75841
|
+
* * **php**
|
|
75842
|
+
*
|
|
75843
|
+
* @example
|
|
75844
|
+
* java
|
|
75845
|
+
*/
|
|
75659
75846
|
bizType?: string;
|
|
75660
75847
|
/**
|
|
75661
75848
|
* @remarks
|
|
@@ -90034,7 +90221,7 @@ export declare class DescribeImageRepoDetailListRequest extends $dara.Model {
|
|
|
90034
90221
|
export declare class DescribeImageRepoDetailListResponseBody extends $dara.Model {
|
|
90035
90222
|
/**
|
|
90036
90223
|
* @remarks
|
|
90037
|
-
*
|
|
90224
|
+
* The information about image repositories.
|
|
90038
90225
|
*/
|
|
90039
90226
|
imageRepoResponses?: DescribeImageRepoDetailListResponseBodyImageRepoResponses[];
|
|
90040
90227
|
/**
|
|
@@ -98190,6 +98377,10 @@ export declare class DescribeSimilarEventScenariosRequest extends $dara.Model {
|
|
|
98190
98377
|
resourceOwnerId?: number;
|
|
98191
98378
|
/**
|
|
98192
98379
|
* @remarks
|
|
98380
|
+
* The ID of the alert event.
|
|
98381
|
+
*
|
|
98382
|
+
* > You can call the [DescribeSuspEvents](~~DescribeSuspEvents~~) operation to query the ID of the alert event.
|
|
98383
|
+
*
|
|
98193
98384
|
* This parameter is required.
|
|
98194
98385
|
*
|
|
98195
98386
|
* @example
|
|
@@ -98197,6 +98388,9 @@ export declare class DescribeSimilarEventScenariosRequest extends $dara.Model {
|
|
|
98197
98388
|
*/
|
|
98198
98389
|
securityEventId?: number;
|
|
98199
98390
|
/**
|
|
98391
|
+
* @remarks
|
|
98392
|
+
* The source IP address of the request.
|
|
98393
|
+
*
|
|
98200
98394
|
* @example
|
|
98201
98395
|
* 1.2.XX.XX
|
|
98202
98396
|
*/
|
|
@@ -98214,10 +98408,17 @@ export declare class DescribeSimilarEventScenariosRequest extends $dara.Model {
|
|
|
98214
98408
|
}
|
|
98215
98409
|
export declare class DescribeSimilarEventScenariosResponseBody extends $dara.Model {
|
|
98216
98410
|
/**
|
|
98411
|
+
* @remarks
|
|
98412
|
+
* The request ID.
|
|
98413
|
+
*
|
|
98217
98414
|
* @example
|
|
98218
98415
|
* FDF7B8D9-8493-4B90-8D13-E0C1FFCE5F97
|
|
98219
98416
|
*/
|
|
98220
98417
|
requestId?: string;
|
|
98418
|
+
/**
|
|
98419
|
+
* @remarks
|
|
98420
|
+
* The scenarios in which alerts triggered by the same rule or rules of the same type are handled.
|
|
98421
|
+
*/
|
|
98221
98422
|
scenarios?: DescribeSimilarEventScenariosResponseBodyScenarios[];
|
|
98222
98423
|
static names(): {
|
|
98223
98424
|
[key: string]: string;
|
|
@@ -111413,6 +111614,8 @@ export declare class GetCheckDetailRequest extends $dara.Model {
|
|
|
111413
111614
|
* @remarks
|
|
111414
111615
|
* The ID of the check item.
|
|
111415
111616
|
*
|
|
111617
|
+
* > You can call the [ListCheckResult](~~ListCheckResult~~) operation to query the IDs of check items.
|
|
111618
|
+
*
|
|
111416
111619
|
* This parameter is required.
|
|
111417
111620
|
*
|
|
111418
111621
|
* @example
|
|
@@ -111423,8 +111626,8 @@ export declare class GetCheckDetailRequest extends $dara.Model {
|
|
|
111423
111626
|
* @remarks
|
|
111424
111627
|
* The language of the content within the request and response. Default value: **zh**. Valid values:
|
|
111425
111628
|
*
|
|
111426
|
-
* * **zh**: Chinese
|
|
111427
|
-
* * **en**: English
|
|
111629
|
+
* * **zh**: Chinese.
|
|
111630
|
+
* * **en**: English.
|
|
111428
111631
|
*
|
|
111429
111632
|
* @example
|
|
111430
111633
|
* en
|
|
@@ -111432,7 +111635,9 @@ export declare class GetCheckDetailRequest extends $dara.Model {
|
|
|
111432
111635
|
lang?: string;
|
|
111433
111636
|
/**
|
|
111434
111637
|
* @remarks
|
|
111435
|
-
* The ID of the
|
|
111638
|
+
* The region ID of the instance.
|
|
111639
|
+
*
|
|
111640
|
+
* > You can call the [ListCloudAssetInstances](~~ListCloudAssetInstances~~) operation to query the region ID.
|
|
111436
111641
|
*
|
|
111437
111642
|
* @example
|
|
111438
111643
|
* cn-hangzhou
|
|
@@ -111466,17 +111671,33 @@ export declare class GetCheckDetailResponseBody extends $dara.Model {
|
|
|
111466
111671
|
*/
|
|
111467
111672
|
description?: GetCheckDetailResponseBodyDescription;
|
|
111468
111673
|
/**
|
|
111674
|
+
* @remarks
|
|
111675
|
+
* > This parameter is deprecated.
|
|
111676
|
+
*
|
|
111677
|
+
* @example
|
|
111678
|
+
* true
|
|
111679
|
+
*
|
|
111469
111680
|
* @deprecated
|
|
111470
111681
|
*/
|
|
111471
111682
|
repairReset?: string;
|
|
111683
|
+
/**
|
|
111684
|
+
* @remarks
|
|
111685
|
+
* The fixing parameter configurations of the check item.
|
|
111686
|
+
*/
|
|
111472
111687
|
repairSetting?: GetCheckDetailResponseBodyRepairSetting;
|
|
111473
111688
|
/**
|
|
111689
|
+
* @remarks
|
|
111690
|
+
* > This parameter is deprecated.
|
|
111691
|
+
*
|
|
111692
|
+
* @example
|
|
111693
|
+
* 1
|
|
111694
|
+
*
|
|
111474
111695
|
* @deprecated
|
|
111475
111696
|
*/
|
|
111476
111697
|
repairSupportType?: number;
|
|
111477
111698
|
/**
|
|
111478
111699
|
* @remarks
|
|
111479
|
-
* The
|
|
111700
|
+
* The request ID.
|
|
111480
111701
|
*
|
|
111481
111702
|
* @example
|
|
111482
111703
|
* 15A6ED6A-DBFE-5255-A248-289907809BEC
|
|
@@ -153274,7 +153495,7 @@ export default class Client extends OpenApi {
|
|
|
153274
153495
|
*/
|
|
153275
153496
|
describeServiceLinkedRoleStatus(request: DescribeServiceLinkedRoleStatusRequest): Promise<DescribeServiceLinkedRoleStatusResponse>;
|
|
153276
153497
|
/**
|
|
153277
|
-
*
|
|
153498
|
+
* Queries the scenarios in which alerts triggered by the same rule or rules of the same type are handled.
|
|
153278
153499
|
*
|
|
153279
153500
|
* @param request - DescribeSimilarEventScenariosRequest
|
|
153280
153501
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -153282,7 +153503,7 @@ export default class Client extends OpenApi {
|
|
|
153282
153503
|
*/
|
|
153283
153504
|
describeSimilarEventScenariosWithOptions(request: DescribeSimilarEventScenariosRequest, runtime: $dara.RuntimeOptions): Promise<DescribeSimilarEventScenariosResponse>;
|
|
153284
153505
|
/**
|
|
153285
|
-
*
|
|
153506
|
+
* Queries the scenarios in which alerts triggered by the same rule or rules of the same type are handled.
|
|
153286
153507
|
*
|
|
153287
153508
|
* @param request - DescribeSimilarEventScenariosRequest
|
|
153288
153509
|
* @returns DescribeSimilarEventScenariosResponse
|