@alicloud/live20161101 2.3.0 → 2.3.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.js +12 -0
- package/dist/client.js.map +1 -1
- package/dist/models/AddLiveRecordNotifyConfigRequest.d.ts +2 -0
- package/dist/models/AddLiveRecordNotifyConfigRequest.js +4 -0
- package/dist/models/AddLiveRecordNotifyConfigRequest.js.map +1 -1
- package/dist/models/DescribeLiveRecordNotifyConfigResponseBody.d.ts +2 -0
- package/dist/models/DescribeLiveRecordNotifyConfigResponseBody.js +4 -0
- package/dist/models/DescribeLiveRecordNotifyConfigResponseBody.js.map +1 -1
- package/dist/models/DescribeLiveRecordNotifyRecordsResponseBody.d.ts +1 -0
- package/dist/models/DescribeLiveRecordNotifyRecordsResponseBody.js +2 -0
- package/dist/models/DescribeLiveRecordNotifyRecordsResponseBody.js.map +1 -1
- package/dist/models/UpdateLiveRecordNotifyConfigRequest.d.ts +2 -0
- package/dist/models/UpdateLiveRecordNotifyConfigRequest.js +4 -0
- package/dist/models/UpdateLiveRecordNotifyConfigRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +16 -0
- package/src/models/AddLiveRecordNotifyConfigRequest.ts +6 -0
- package/src/models/DescribeLiveRecordNotifyConfigResponseBody.ts +6 -0
- package/src/models/DescribeLiveRecordNotifyRecordsResponseBody.ts +3 -0
- package/src/models/UpdateLiveRecordNotifyConfigRequest.ts +6 -0
|
@@ -21,6 +21,8 @@ export declare class AddLiveRecordNotifyConfigRequest extends $dara.Model {
|
|
|
21
21
|
* false
|
|
22
22
|
*/
|
|
23
23
|
needStatusNotify?: boolean;
|
|
24
|
+
notifyAuthKey?: string;
|
|
25
|
+
notifyReqAuth?: boolean;
|
|
24
26
|
/**
|
|
25
27
|
* @remarks
|
|
26
28
|
* The callback URL that is used to receive notifications about recording events and status.
|
|
@@ -41,6 +41,8 @@ class AddLiveRecordNotifyConfigRequest extends $dara.Model {
|
|
|
41
41
|
return {
|
|
42
42
|
domainName: 'DomainName',
|
|
43
43
|
needStatusNotify: 'NeedStatusNotify',
|
|
44
|
+
notifyAuthKey: 'NotifyAuthKey',
|
|
45
|
+
notifyReqAuth: 'NotifyReqAuth',
|
|
44
46
|
notifyUrl: 'NotifyUrl',
|
|
45
47
|
onDemandUrl: 'OnDemandUrl',
|
|
46
48
|
ownerId: 'OwnerId',
|
|
@@ -51,6 +53,8 @@ class AddLiveRecordNotifyConfigRequest extends $dara.Model {
|
|
|
51
53
|
return {
|
|
52
54
|
domainName: 'string',
|
|
53
55
|
needStatusNotify: 'boolean',
|
|
56
|
+
notifyAuthKey: 'string',
|
|
57
|
+
notifyReqAuth: 'boolean',
|
|
54
58
|
notifyUrl: 'string',
|
|
55
59
|
onDemandUrl: 'string',
|
|
56
60
|
ownerId: 'number',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AddLiveRecordNotifyConfigRequest.js","sourceRoot":"","sources":["../../src/models/AddLiveRecordNotifyConfigRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"AddLiveRecordNotifyConfigRequest.js","sourceRoot":"","sources":["../../src/models/AddLiveRecordNotifyConfigRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAgD/D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,gBAAgB,EAAE,kBAAkB;YACpC,aAAa,EAAE,eAAe;YAC9B,aAAa,EAAE,eAAe;YAC9B,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,OAAO,EAAE,SAAS;YAClB,aAAa,EAAE,eAAe;SAC/B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,gBAAgB,EAAE,SAAS;YAC3B,aAAa,EAAE,QAAQ;YACvB,aAAa,EAAE,SAAS;YACxB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;YACrB,OAAO,EAAE,QAAQ;YACjB,aAAa,EAAE,QAAQ;SACxB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjFD,4EAiFC"}
|
|
@@ -41,6 +41,8 @@ class DescribeLiveRecordNotifyConfigResponseBodyLiveRecordNotifyConfig extends $
|
|
|
41
41
|
return {
|
|
42
42
|
domainName: 'DomainName',
|
|
43
43
|
needStatusNotify: 'NeedStatusNotify',
|
|
44
|
+
notifyAuthKey: 'NotifyAuthKey',
|
|
45
|
+
notifyReqAuth: 'NotifyReqAuth',
|
|
44
46
|
notifyUrl: 'NotifyUrl',
|
|
45
47
|
onDemandUrl: 'OnDemandUrl',
|
|
46
48
|
};
|
|
@@ -49,6 +51,8 @@ class DescribeLiveRecordNotifyConfigResponseBodyLiveRecordNotifyConfig extends $
|
|
|
49
51
|
return {
|
|
50
52
|
domainName: 'string',
|
|
51
53
|
needStatusNotify: 'boolean',
|
|
54
|
+
notifyAuthKey: 'string',
|
|
55
|
+
notifyReqAuth: 'boolean',
|
|
52
56
|
notifyUrl: 'string',
|
|
53
57
|
onDemandUrl: 'string',
|
|
54
58
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeLiveRecordNotifyConfigResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeLiveRecordNotifyConfigResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gEAAiE,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeLiveRecordNotifyConfigResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeLiveRecordNotifyConfigResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gEAAiE,SAAQ,KAAK,CAAC,KAAK;IAsC/F,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,gBAAgB,EAAE,kBAAkB;YACpC,aAAa,EAAE,eAAe;YAC9B,aAAa,EAAE,eAAe;YAC9B,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,gBAAgB,EAAE,SAAS;YAC3B,aAAa,EAAE,QAAQ;YACvB,aAAa,EAAE,SAAS;YACxB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;SACtB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAnED,4IAmEC;AAED,MAAa,0CAA2C,SAAQ,KAAK,CAAC,KAAK;IAczE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,sBAAsB,EAAE,wBAAwB;YAChD,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,sBAAsB,EAAE,gEAAgE;YACxF,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,sBAAsB,IAAI,OAAQ,IAAI,CAAC,sBAA8B,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACrG,IAAI,CAAC,sBAA8B,CAAC,QAAQ,EAAE,CAAC;QAClD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,gGAsCC"}
|
|
@@ -32,6 +32,7 @@ export declare class DescribeLiveRecordNotifyRecordsResponseBodyCallbackList ext
|
|
|
32
32
|
* July 26, 16:14{"domain":"al.xxxx.com","stream":"livestream01","pull _stream_result":true,"cdn":"al"}
|
|
33
33
|
*/
|
|
34
34
|
notifyContent?: string;
|
|
35
|
+
notifyHeader?: string;
|
|
35
36
|
notifyResponse?: string;
|
|
36
37
|
/**
|
|
37
38
|
* @remarks
|
|
@@ -43,6 +43,7 @@ class DescribeLiveRecordNotifyRecordsResponseBodyCallbackList extends $dara.Mode
|
|
|
43
43
|
description: 'Description',
|
|
44
44
|
domainName: 'DomainName',
|
|
45
45
|
notifyContent: 'NotifyContent',
|
|
46
|
+
notifyHeader: 'NotifyHeader',
|
|
46
47
|
notifyResponse: 'NotifyResponse',
|
|
47
48
|
notifyResult: 'NotifyResult',
|
|
48
49
|
notifyTime: 'NotifyTime',
|
|
@@ -57,6 +58,7 @@ class DescribeLiveRecordNotifyRecordsResponseBodyCallbackList extends $dara.Mode
|
|
|
57
58
|
description: 'string',
|
|
58
59
|
domainName: 'string',
|
|
59
60
|
notifyContent: 'string',
|
|
61
|
+
notifyHeader: 'string',
|
|
60
62
|
notifyResponse: 'string',
|
|
61
63
|
notifyResult: 'string',
|
|
62
64
|
notifyTime: 'string',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeLiveRecordNotifyRecordsResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeLiveRecordNotifyRecordsResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uDAAwD,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeLiveRecordNotifyRecordsResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeLiveRecordNotifyRecordsResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uDAAwD,SAAQ,KAAK,CAAC,KAAK;IAsFtF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,aAAa,EAAE,eAAe;YAC9B,YAAY,EAAE,cAAc;YAC5B,cAAc,EAAE,gBAAgB;YAChC,YAAY,EAAE,cAAc;YAC5B,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,aAAa,EAAE,QAAQ;YACvB,YAAY,EAAE,QAAQ;YACtB,cAAc,EAAE,QAAQ;YACxB,YAAY,EAAE,QAAQ;YACtB,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA7HD,0HA6HC;AAED,MAAa,2CAA4C,SAAQ,KAAK,CAAC,KAAK;IA8D1E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;YAC5B,IAAI,EAAE,MAAM;YACZ,GAAG,EAAE,KAAK;YACV,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,uDAAuD,EAAE;YACtG,IAAI,EAAE,QAAQ;YACd,GAAG,EAAE,QAAQ;YACb,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,QAAQ;YAClB,SAAS,EAAE,QAAQ;YACnB,QAAQ,EAAE,QAAQ;YAClB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;YACpC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC/C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAlGD,kGAkGC"}
|
|
@@ -21,6 +21,8 @@ export declare class UpdateLiveRecordNotifyConfigRequest extends $dara.Model {
|
|
|
21
21
|
* false
|
|
22
22
|
*/
|
|
23
23
|
needStatusNotify?: boolean;
|
|
24
|
+
notifyAuthKey?: string;
|
|
25
|
+
notifyReqAuth?: boolean;
|
|
24
26
|
/**
|
|
25
27
|
* @remarks
|
|
26
28
|
* The callback URL that is used to receive notifications about recording events and status.
|
|
@@ -41,6 +41,8 @@ class UpdateLiveRecordNotifyConfigRequest extends $dara.Model {
|
|
|
41
41
|
return {
|
|
42
42
|
domainName: 'DomainName',
|
|
43
43
|
needStatusNotify: 'NeedStatusNotify',
|
|
44
|
+
notifyAuthKey: 'NotifyAuthKey',
|
|
45
|
+
notifyReqAuth: 'NotifyReqAuth',
|
|
44
46
|
notifyUrl: 'NotifyUrl',
|
|
45
47
|
onDemandUrl: 'OnDemandUrl',
|
|
46
48
|
ownerId: 'OwnerId',
|
|
@@ -51,6 +53,8 @@ class UpdateLiveRecordNotifyConfigRequest extends $dara.Model {
|
|
|
51
53
|
return {
|
|
52
54
|
domainName: 'string',
|
|
53
55
|
needStatusNotify: 'boolean',
|
|
56
|
+
notifyAuthKey: 'string',
|
|
57
|
+
notifyReqAuth: 'boolean',
|
|
54
58
|
notifyUrl: 'string',
|
|
55
59
|
onDemandUrl: 'string',
|
|
56
60
|
ownerId: 'number',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateLiveRecordNotifyConfigRequest.js","sourceRoot":"","sources":["../../src/models/UpdateLiveRecordNotifyConfigRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"UpdateLiveRecordNotifyConfigRequest.js","sourceRoot":"","sources":["../../src/models/UpdateLiveRecordNotifyConfigRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IAwDlE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,gBAAgB,EAAE,kBAAkB;YACpC,aAAa,EAAE,eAAe;YAC9B,aAAa,EAAE,eAAe;YAC9B,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,OAAO,EAAE,SAAS;YAClB,aAAa,EAAE,eAAe;SAC/B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,gBAAgB,EAAE,SAAS;YAC3B,aAAa,EAAE,QAAQ;YACvB,aAAa,EAAE,SAAS;YACxB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;YACrB,OAAO,EAAE,QAAQ;YACjB,aAAa,EAAE,QAAQ;SACxB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAzFD,kFAyFC"}
|
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -2089,6 +2089,14 @@ export default class Client extends OpenApi {
|
|
|
2089
2089
|
query["NeedStatusNotify"] = request.needStatusNotify;
|
|
2090
2090
|
}
|
|
2091
2091
|
|
|
2092
|
+
if (!$dara.isNull(request.notifyAuthKey)) {
|
|
2093
|
+
query["NotifyAuthKey"] = request.notifyAuthKey;
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
if (!$dara.isNull(request.notifyReqAuth)) {
|
|
2097
|
+
query["NotifyReqAuth"] = request.notifyReqAuth;
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2092
2100
|
if (!$dara.isNull(request.notifyUrl)) {
|
|
2093
2101
|
query["NotifyUrl"] = request.notifyUrl;
|
|
2094
2102
|
}
|
|
@@ -29844,6 +29852,14 @@ export default class Client extends OpenApi {
|
|
|
29844
29852
|
query["NeedStatusNotify"] = request.needStatusNotify;
|
|
29845
29853
|
}
|
|
29846
29854
|
|
|
29855
|
+
if (!$dara.isNull(request.notifyAuthKey)) {
|
|
29856
|
+
query["NotifyAuthKey"] = request.notifyAuthKey;
|
|
29857
|
+
}
|
|
29858
|
+
|
|
29859
|
+
if (!$dara.isNull(request.notifyReqAuth)) {
|
|
29860
|
+
query["NotifyReqAuth"] = request.notifyReqAuth;
|
|
29861
|
+
}
|
|
29862
|
+
|
|
29847
29863
|
if (!$dara.isNull(request.notifyUrl)) {
|
|
29848
29864
|
query["NotifyUrl"] = request.notifyUrl;
|
|
29849
29865
|
}
|
|
@@ -24,6 +24,8 @@ export class AddLiveRecordNotifyConfigRequest extends $dara.Model {
|
|
|
24
24
|
* false
|
|
25
25
|
*/
|
|
26
26
|
needStatusNotify?: boolean;
|
|
27
|
+
notifyAuthKey?: string;
|
|
28
|
+
notifyReqAuth?: boolean;
|
|
27
29
|
/**
|
|
28
30
|
* @remarks
|
|
29
31
|
* The callback URL that is used to receive notifications about recording events and status.
|
|
@@ -52,6 +54,8 @@ export class AddLiveRecordNotifyConfigRequest extends $dara.Model {
|
|
|
52
54
|
return {
|
|
53
55
|
domainName: 'DomainName',
|
|
54
56
|
needStatusNotify: 'NeedStatusNotify',
|
|
57
|
+
notifyAuthKey: 'NotifyAuthKey',
|
|
58
|
+
notifyReqAuth: 'NotifyReqAuth',
|
|
55
59
|
notifyUrl: 'NotifyUrl',
|
|
56
60
|
onDemandUrl: 'OnDemandUrl',
|
|
57
61
|
ownerId: 'OwnerId',
|
|
@@ -63,6 +67,8 @@ export class AddLiveRecordNotifyConfigRequest extends $dara.Model {
|
|
|
63
67
|
return {
|
|
64
68
|
domainName: 'string',
|
|
65
69
|
needStatusNotify: 'boolean',
|
|
70
|
+
notifyAuthKey: 'string',
|
|
71
|
+
notifyReqAuth: 'boolean',
|
|
66
72
|
notifyUrl: 'string',
|
|
67
73
|
onDemandUrl: 'string',
|
|
68
74
|
ownerId: 'number',
|
|
@@ -22,6 +22,8 @@ export class DescribeLiveRecordNotifyConfigResponseBodyLiveRecordNotifyConfig ex
|
|
|
22
22
|
* false
|
|
23
23
|
*/
|
|
24
24
|
needStatusNotify?: boolean;
|
|
25
|
+
notifyAuthKey?: string;
|
|
26
|
+
notifyReqAuth?: boolean;
|
|
25
27
|
/**
|
|
26
28
|
* @remarks
|
|
27
29
|
* The recording callback URL.
|
|
@@ -42,6 +44,8 @@ export class DescribeLiveRecordNotifyConfigResponseBodyLiveRecordNotifyConfig ex
|
|
|
42
44
|
return {
|
|
43
45
|
domainName: 'DomainName',
|
|
44
46
|
needStatusNotify: 'NeedStatusNotify',
|
|
47
|
+
notifyAuthKey: 'NotifyAuthKey',
|
|
48
|
+
notifyReqAuth: 'NotifyReqAuth',
|
|
45
49
|
notifyUrl: 'NotifyUrl',
|
|
46
50
|
onDemandUrl: 'OnDemandUrl',
|
|
47
51
|
};
|
|
@@ -51,6 +55,8 @@ export class DescribeLiveRecordNotifyConfigResponseBodyLiveRecordNotifyConfig ex
|
|
|
51
55
|
return {
|
|
52
56
|
domainName: 'string',
|
|
53
57
|
needStatusNotify: 'boolean',
|
|
58
|
+
notifyAuthKey: 'string',
|
|
59
|
+
notifyReqAuth: 'boolean',
|
|
54
60
|
notifyUrl: 'string',
|
|
55
61
|
onDemandUrl: 'string',
|
|
56
62
|
};
|
|
@@ -35,6 +35,7 @@ export class DescribeLiveRecordNotifyRecordsResponseBodyCallbackList extends $da
|
|
|
35
35
|
* July 26, 16:14{"domain":"al.xxxx.com","stream":"livestream01","pull _stream_result":true,"cdn":"al"}
|
|
36
36
|
*/
|
|
37
37
|
notifyContent?: string;
|
|
38
|
+
notifyHeader?: string;
|
|
38
39
|
notifyResponse?: string;
|
|
39
40
|
/**
|
|
40
41
|
* @remarks
|
|
@@ -93,6 +94,7 @@ export class DescribeLiveRecordNotifyRecordsResponseBodyCallbackList extends $da
|
|
|
93
94
|
description: 'Description',
|
|
94
95
|
domainName: 'DomainName',
|
|
95
96
|
notifyContent: 'NotifyContent',
|
|
97
|
+
notifyHeader: 'NotifyHeader',
|
|
96
98
|
notifyResponse: 'NotifyResponse',
|
|
97
99
|
notifyResult: 'NotifyResult',
|
|
98
100
|
notifyTime: 'NotifyTime',
|
|
@@ -108,6 +110,7 @@ export class DescribeLiveRecordNotifyRecordsResponseBodyCallbackList extends $da
|
|
|
108
110
|
description: 'string',
|
|
109
111
|
domainName: 'string',
|
|
110
112
|
notifyContent: 'string',
|
|
113
|
+
notifyHeader: 'string',
|
|
111
114
|
notifyResponse: 'string',
|
|
112
115
|
notifyResult: 'string',
|
|
113
116
|
notifyTime: 'string',
|
|
@@ -24,6 +24,8 @@ export class UpdateLiveRecordNotifyConfigRequest extends $dara.Model {
|
|
|
24
24
|
* false
|
|
25
25
|
*/
|
|
26
26
|
needStatusNotify?: boolean;
|
|
27
|
+
notifyAuthKey?: string;
|
|
28
|
+
notifyReqAuth?: boolean;
|
|
27
29
|
/**
|
|
28
30
|
* @remarks
|
|
29
31
|
* The callback URL that is used to receive notifications about recording events and status.
|
|
@@ -60,6 +62,8 @@ export class UpdateLiveRecordNotifyConfigRequest extends $dara.Model {
|
|
|
60
62
|
return {
|
|
61
63
|
domainName: 'DomainName',
|
|
62
64
|
needStatusNotify: 'NeedStatusNotify',
|
|
65
|
+
notifyAuthKey: 'NotifyAuthKey',
|
|
66
|
+
notifyReqAuth: 'NotifyReqAuth',
|
|
63
67
|
notifyUrl: 'NotifyUrl',
|
|
64
68
|
onDemandUrl: 'OnDemandUrl',
|
|
65
69
|
ownerId: 'OwnerId',
|
|
@@ -71,6 +75,8 @@ export class UpdateLiveRecordNotifyConfigRequest extends $dara.Model {
|
|
|
71
75
|
return {
|
|
72
76
|
domainName: 'string',
|
|
73
77
|
needStatusNotify: 'boolean',
|
|
78
|
+
notifyAuthKey: 'string',
|
|
79
|
+
notifyReqAuth: 'boolean',
|
|
74
80
|
notifyUrl: 'string',
|
|
75
81
|
onDemandUrl: 'string',
|
|
76
82
|
ownerId: 'number',
|