@alicloud/esa20240910 2.13.0 → 2.14.0
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 +119 -0
- package/dist/client.js +211 -17
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +253 -0
package/dist/client.d.ts
CHANGED
|
@@ -7188,6 +7188,7 @@ export declare class ListCompressionRulesResponseBodyConfigs extends $dara.Model
|
|
|
7188
7188
|
* 1
|
|
7189
7189
|
*/
|
|
7190
7190
|
siteVersion?: number;
|
|
7191
|
+
zstd?: string;
|
|
7191
7192
|
static names(): {
|
|
7192
7193
|
[key: string]: string;
|
|
7193
7194
|
};
|
|
@@ -10806,6 +10807,7 @@ export declare class ListUserRatePlanInstancesResponseBodyInstanceInfo extends $
|
|
|
10806
10807
|
* online
|
|
10807
10808
|
*/
|
|
10808
10809
|
status?: string;
|
|
10810
|
+
subscribeType?: string;
|
|
10809
10811
|
static names(): {
|
|
10810
10812
|
[key: string]: string;
|
|
10811
10813
|
};
|
|
@@ -13448,6 +13450,53 @@ export declare class BlockObjectResponse extends $dara.Model {
|
|
|
13448
13450
|
[key: string]: any;
|
|
13449
13451
|
});
|
|
13450
13452
|
}
|
|
13453
|
+
export declare class CheckAssumeSlrRoleResponseBody extends $dara.Model {
|
|
13454
|
+
/**
|
|
13455
|
+
* @example
|
|
13456
|
+
* aliuid:xxx assumeOssRole not exist,serviceName:realtimelogpush.dcdnservices.aliyuncs.com
|
|
13457
|
+
*/
|
|
13458
|
+
errorMsg?: string;
|
|
13459
|
+
/**
|
|
13460
|
+
* @example
|
|
13461
|
+
* true
|
|
13462
|
+
*/
|
|
13463
|
+
isExist?: string;
|
|
13464
|
+
/**
|
|
13465
|
+
* @remarks
|
|
13466
|
+
* Id of the request
|
|
13467
|
+
*
|
|
13468
|
+
* @example
|
|
13469
|
+
* 34DCBC8A-****-****-****-6DAA11D7DDBD
|
|
13470
|
+
*/
|
|
13471
|
+
requestId?: string;
|
|
13472
|
+
static names(): {
|
|
13473
|
+
[key: string]: string;
|
|
13474
|
+
};
|
|
13475
|
+
static types(): {
|
|
13476
|
+
[key: string]: any;
|
|
13477
|
+
};
|
|
13478
|
+
validate(): void;
|
|
13479
|
+
constructor(map?: {
|
|
13480
|
+
[key: string]: any;
|
|
13481
|
+
});
|
|
13482
|
+
}
|
|
13483
|
+
export declare class CheckAssumeSlrRoleResponse extends $dara.Model {
|
|
13484
|
+
headers?: {
|
|
13485
|
+
[key: string]: string;
|
|
13486
|
+
};
|
|
13487
|
+
statusCode?: number;
|
|
13488
|
+
body?: CheckAssumeSlrRoleResponseBody;
|
|
13489
|
+
static names(): {
|
|
13490
|
+
[key: string]: string;
|
|
13491
|
+
};
|
|
13492
|
+
static types(): {
|
|
13493
|
+
[key: string]: any;
|
|
13494
|
+
};
|
|
13495
|
+
validate(): void;
|
|
13496
|
+
constructor(map?: {
|
|
13497
|
+
[key: string]: any;
|
|
13498
|
+
});
|
|
13499
|
+
}
|
|
13451
13500
|
export declare class CheckSiteNameRequest extends $dara.Model {
|
|
13452
13501
|
/**
|
|
13453
13502
|
* @remarks
|
|
@@ -14158,6 +14207,7 @@ export declare class CreateCompressionRuleRequest extends $dara.Model {
|
|
|
14158
14207
|
* 0
|
|
14159
14208
|
*/
|
|
14160
14209
|
siteVersion?: number;
|
|
14210
|
+
zstd?: string;
|
|
14161
14211
|
static names(): {
|
|
14162
14212
|
[key: string]: string;
|
|
14163
14213
|
};
|
|
@@ -17968,6 +18018,43 @@ export declare class CreateSiteDeliveryTaskResponse extends $dara.Model {
|
|
|
17968
18018
|
[key: string]: any;
|
|
17969
18019
|
});
|
|
17970
18020
|
}
|
|
18021
|
+
export declare class CreateSlrRoleForRealtimeLogResponseBody extends $dara.Model {
|
|
18022
|
+
/**
|
|
18023
|
+
* @remarks
|
|
18024
|
+
* Id of the request
|
|
18025
|
+
*
|
|
18026
|
+
* @example
|
|
18027
|
+
* 156A6B-677B1A-4297B7-9187B7-2B44792
|
|
18028
|
+
*/
|
|
18029
|
+
requestId?: string;
|
|
18030
|
+
static names(): {
|
|
18031
|
+
[key: string]: string;
|
|
18032
|
+
};
|
|
18033
|
+
static types(): {
|
|
18034
|
+
[key: string]: any;
|
|
18035
|
+
};
|
|
18036
|
+
validate(): void;
|
|
18037
|
+
constructor(map?: {
|
|
18038
|
+
[key: string]: any;
|
|
18039
|
+
});
|
|
18040
|
+
}
|
|
18041
|
+
export declare class CreateSlrRoleForRealtimeLogResponse extends $dara.Model {
|
|
18042
|
+
headers?: {
|
|
18043
|
+
[key: string]: string;
|
|
18044
|
+
};
|
|
18045
|
+
statusCode?: number;
|
|
18046
|
+
body?: CreateSlrRoleForRealtimeLogResponseBody;
|
|
18047
|
+
static names(): {
|
|
18048
|
+
[key: string]: string;
|
|
18049
|
+
};
|
|
18050
|
+
static types(): {
|
|
18051
|
+
[key: string]: any;
|
|
18052
|
+
};
|
|
18053
|
+
validate(): void;
|
|
18054
|
+
constructor(map?: {
|
|
18055
|
+
[key: string]: any;
|
|
18056
|
+
});
|
|
18057
|
+
}
|
|
17971
18058
|
export declare class CreateUserDeliveryTaskRequest extends $dara.Model {
|
|
17972
18059
|
/**
|
|
17973
18060
|
* @remarks
|
|
@@ -18647,6 +18734,7 @@ export declare class CreateWaitingRoomResponseBody extends $dara.Model {
|
|
|
18647
18734
|
* 85H66C7B-671A-4297-9187-2C4477247A74
|
|
18648
18735
|
*/
|
|
18649
18736
|
requestId?: string;
|
|
18737
|
+
waitingRoomId?: string;
|
|
18650
18738
|
static names(): {
|
|
18651
18739
|
[key: string]: string;
|
|
18652
18740
|
};
|
|
@@ -18906,6 +18994,7 @@ export declare class CreateWaitingRoomEventResponseBody extends $dara.Model {
|
|
|
18906
18994
|
* 15C66C7B-671A-4297-9187-2C4477247A123425345
|
|
18907
18995
|
*/
|
|
18908
18996
|
requestId?: string;
|
|
18997
|
+
waitingRoomEventId?: number;
|
|
18909
18998
|
static names(): {
|
|
18910
18999
|
[key: string]: string;
|
|
18911
19000
|
};
|
|
@@ -19008,6 +19097,7 @@ export declare class CreateWaitingRoomRuleResponseBody extends $dara.Model {
|
|
|
19008
19097
|
* EEEBE525-F576-1196-8DAF-2D70CA3F4D2F
|
|
19009
19098
|
*/
|
|
19010
19099
|
requestId?: string;
|
|
19100
|
+
waitingRoomRuleId?: number;
|
|
19011
19101
|
static names(): {
|
|
19012
19102
|
[key: string]: string;
|
|
19013
19103
|
};
|
|
@@ -23926,6 +24016,7 @@ export declare class GetCompressionRuleResponseBody extends $dara.Model {
|
|
|
23926
24016
|
* 0
|
|
23927
24017
|
*/
|
|
23928
24018
|
siteVersion?: number;
|
|
24019
|
+
zstd?: string;
|
|
23929
24020
|
static names(): {
|
|
23930
24021
|
[key: string]: string;
|
|
23931
24022
|
};
|
|
@@ -33799,6 +33890,7 @@ export declare class ListUserRatePlanInstancesRequest extends $dara.Model {
|
|
|
33799
33890
|
* false
|
|
33800
33891
|
*/
|
|
33801
33892
|
status?: string;
|
|
33893
|
+
subscribeType?: string;
|
|
33802
33894
|
static names(): {
|
|
33803
33895
|
[key: string]: string;
|
|
33804
33896
|
};
|
|
@@ -37117,6 +37209,7 @@ export declare class UpdateCompressionRuleRequest extends $dara.Model {
|
|
|
37117
37209
|
* 5407498413****
|
|
37118
37210
|
*/
|
|
37119
37211
|
siteId?: number;
|
|
37212
|
+
zstd?: string;
|
|
37120
37213
|
static names(): {
|
|
37121
37214
|
[key: string]: string;
|
|
37122
37215
|
};
|
|
@@ -42038,6 +42131,19 @@ export default class Client extends OpenApi {
|
|
|
42038
42131
|
* @returns BlockObjectResponse
|
|
42039
42132
|
*/
|
|
42040
42133
|
blockObject(request: BlockObjectRequest): Promise<BlockObjectResponse>;
|
|
42134
|
+
/**
|
|
42135
|
+
* 检查实时日志slr角色是否已创建
|
|
42136
|
+
*
|
|
42137
|
+
* @param request - CheckAssumeSlrRoleRequest
|
|
42138
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
42139
|
+
* @returns CheckAssumeSlrRoleResponse
|
|
42140
|
+
*/
|
|
42141
|
+
checkAssumeSlrRoleWithOptions(runtime: $dara.RuntimeOptions): Promise<CheckAssumeSlrRoleResponse>;
|
|
42142
|
+
/**
|
|
42143
|
+
* 检查实时日志slr角色是否已创建
|
|
42144
|
+
* @returns CheckAssumeSlrRoleResponse
|
|
42145
|
+
*/
|
|
42146
|
+
checkAssumeSlrRole(): Promise<CheckAssumeSlrRoleResponse>;
|
|
42041
42147
|
/**
|
|
42042
42148
|
* Checks whether a specified website name is available.
|
|
42043
42149
|
*
|
|
@@ -42581,6 +42687,19 @@ export default class Client extends OpenApi {
|
|
|
42581
42687
|
* @returns CreateSiteDeliveryTaskResponse
|
|
42582
42688
|
*/
|
|
42583
42689
|
createSiteDeliveryTask(request: CreateSiteDeliveryTaskRequest): Promise<CreateSiteDeliveryTaskResponse>;
|
|
42690
|
+
/**
|
|
42691
|
+
* 创建一个实时日志slr角色
|
|
42692
|
+
*
|
|
42693
|
+
* @param request - CreateSlrRoleForRealtimeLogRequest
|
|
42694
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
42695
|
+
* @returns CreateSlrRoleForRealtimeLogResponse
|
|
42696
|
+
*/
|
|
42697
|
+
createSlrRoleForRealtimeLogWithOptions(runtime: $dara.RuntimeOptions): Promise<CreateSlrRoleForRealtimeLogResponse>;
|
|
42698
|
+
/**
|
|
42699
|
+
* 创建一个实时日志slr角色
|
|
42700
|
+
* @returns CreateSlrRoleForRealtimeLogResponse
|
|
42701
|
+
*/
|
|
42702
|
+
createSlrRoleForRealtimeLog(): Promise<CreateSlrRoleForRealtimeLogResponse>;
|
|
42584
42703
|
/**
|
|
42585
42704
|
* Creates a log delivery task to ship logs to the specified destination.
|
|
42586
42705
|
*
|