@alicloud/esa20240910 2.35.3 → 2.36.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.
Files changed (75) hide show
  1. package/dist/client.d.ts +62 -2
  2. package/dist/client.js +170 -2
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateEdgeContainerAppImageSecretRequest.d.ts +45 -0
  5. package/dist/models/CreateEdgeContainerAppImageSecretRequest.js +64 -0
  6. package/dist/models/CreateEdgeContainerAppImageSecretRequest.js.map +1 -0
  7. package/dist/models/CreateEdgeContainerAppImageSecretResponse.d.ts +19 -0
  8. package/dist/models/CreateEdgeContainerAppImageSecretResponse.js +69 -0
  9. package/dist/models/CreateEdgeContainerAppImageSecretResponse.js.map +1 -0
  10. package/dist/models/CreateEdgeContainerAppImageSecretResponseBody.d.ts +18 -0
  11. package/dist/models/CreateEdgeContainerAppImageSecretResponseBody.js +58 -0
  12. package/dist/models/CreateEdgeContainerAppImageSecretResponseBody.js.map +1 -0
  13. package/dist/models/DeleteEdgeContainerAppImageSecretRequest.d.ts +29 -0
  14. package/dist/models/DeleteEdgeContainerAppImageSecretRequest.js +60 -0
  15. package/dist/models/DeleteEdgeContainerAppImageSecretRequest.js.map +1 -0
  16. package/dist/models/DeleteEdgeContainerAppImageSecretResponse.d.ts +19 -0
  17. package/dist/models/DeleteEdgeContainerAppImageSecretResponse.js +69 -0
  18. package/dist/models/DeleteEdgeContainerAppImageSecretResponse.js.map +1 -0
  19. package/dist/models/DeleteEdgeContainerAppImageSecretResponseBody.d.ts +18 -0
  20. package/dist/models/DeleteEdgeContainerAppImageSecretResponseBody.js +58 -0
  21. package/dist/models/DeleteEdgeContainerAppImageSecretResponseBody.js.map +1 -0
  22. package/dist/models/GetEdgeContainerAppResourceCapacityRequest.d.ts +21 -0
  23. package/dist/models/GetEdgeContainerAppResourceCapacityRequest.js +58 -0
  24. package/dist/models/GetEdgeContainerAppResourceCapacityRequest.js.map +1 -0
  25. package/dist/models/GetEdgeContainerAppResourceCapacityResponse.d.ts +19 -0
  26. package/dist/models/GetEdgeContainerAppResourceCapacityResponse.js +69 -0
  27. package/dist/models/GetEdgeContainerAppResourceCapacityResponse.js.map +1 -0
  28. package/dist/models/GetEdgeContainerAppResourceCapacityResponseBody.d.ts +46 -0
  29. package/dist/models/GetEdgeContainerAppResourceCapacityResponseBody.js +86 -0
  30. package/dist/models/GetEdgeContainerAppResourceCapacityResponseBody.js.map +1 -0
  31. package/dist/models/GetOriginRuleRequest.d.ts +2 -2
  32. package/dist/models/GetOriginRuleResponseBody.d.ts +99 -32
  33. package/dist/models/GetOriginRuleResponseBody.js.map +1 -1
  34. package/dist/models/GetTransportLayerApplicationRequest.d.ts +2 -2
  35. package/dist/models/GetTransportLayerApplicationResponseBody.d.ts +39 -49
  36. package/dist/models/GetTransportLayerApplicationResponseBody.js.map +1 -1
  37. package/dist/models/GetWafQuotaResponseBody.d.ts +15 -0
  38. package/dist/models/GetWafQuotaResponseBody.js +30 -1
  39. package/dist/models/GetWafQuotaResponseBody.js.map +1 -1
  40. package/dist/models/ListEdgeContainerAppImageSecretsRequest.d.ts +21 -0
  41. package/dist/models/ListEdgeContainerAppImageSecretsRequest.js +58 -0
  42. package/dist/models/ListEdgeContainerAppImageSecretsRequest.js.map +1 -0
  43. package/dist/models/ListEdgeContainerAppImageSecretsResponse.d.ts +19 -0
  44. package/dist/models/ListEdgeContainerAppImageSecretsResponse.js +69 -0
  45. package/dist/models/ListEdgeContainerAppImageSecretsResponse.js.map +1 -0
  46. package/dist/models/ListEdgeContainerAppImageSecretsResponseBody.d.ts +46 -0
  47. package/dist/models/ListEdgeContainerAppImageSecretsResponseBody.js +86 -0
  48. package/dist/models/ListEdgeContainerAppImageSecretsResponseBody.js.map +1 -0
  49. package/dist/models/ListListsResponseBody.d.ts +1 -0
  50. package/dist/models/ListListsResponseBody.js +2 -0
  51. package/dist/models/ListListsResponseBody.js.map +1 -1
  52. package/dist/models/model.d.ts +15 -0
  53. package/dist/models/model.js +65 -34
  54. package/dist/models/model.js.map +1 -1
  55. package/package.json +1 -1
  56. package/src/client.ts +186 -2
  57. package/src/models/CreateEdgeContainerAppImageSecretRequest.ts +64 -0
  58. package/src/models/CreateEdgeContainerAppImageSecretResponse.ts +40 -0
  59. package/src/models/CreateEdgeContainerAppImageSecretResponseBody.ts +31 -0
  60. package/src/models/DeleteEdgeContainerAppImageSecretRequest.ts +44 -0
  61. package/src/models/DeleteEdgeContainerAppImageSecretResponse.ts +40 -0
  62. package/src/models/DeleteEdgeContainerAppImageSecretResponseBody.ts +31 -0
  63. package/src/models/GetEdgeContainerAppResourceCapacityRequest.ts +34 -0
  64. package/src/models/GetEdgeContainerAppResourceCapacityResponse.ts +40 -0
  65. package/src/models/GetEdgeContainerAppResourceCapacityResponseBody.ts +78 -0
  66. package/src/models/GetOriginRuleRequest.ts +2 -2
  67. package/src/models/GetOriginRuleResponseBody.ts +99 -32
  68. package/src/models/GetTransportLayerApplicationRequest.ts +2 -2
  69. package/src/models/GetTransportLayerApplicationResponseBody.ts +39 -49
  70. package/src/models/GetWafQuotaResponseBody.ts +35 -0
  71. package/src/models/ListEdgeContainerAppImageSecretsRequest.ts +34 -0
  72. package/src/models/ListEdgeContainerAppImageSecretsResponse.ts +40 -0
  73. package/src/models/ListEdgeContainerAppImageSecretsResponseBody.ts +78 -0
  74. package/src/models/ListListsResponseBody.ts +3 -0
  75. package/src/models/model.ts +15 -0
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.GetEdgeContainerAppResourceCapacityResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const GetEdgeContainerAppResourceCapacityResponseBody_1 = require("./GetEdgeContainerAppResourceCapacityResponseBody");
40
+ class GetEdgeContainerAppResourceCapacityResponse extends $dara.Model {
41
+ static names() {
42
+ return {
43
+ headers: 'headers',
44
+ statusCode: 'statusCode',
45
+ body: 'body',
46
+ };
47
+ }
48
+ static types() {
49
+ return {
50
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
51
+ statusCode: 'number',
52
+ body: GetEdgeContainerAppResourceCapacityResponseBody_1.GetEdgeContainerAppResourceCapacityResponseBody,
53
+ };
54
+ }
55
+ validate() {
56
+ if (this.headers) {
57
+ $dara.Model.validateMap(this.headers);
58
+ }
59
+ if (this.body && typeof this.body.validate === 'function') {
60
+ this.body.validate();
61
+ }
62
+ super.validate();
63
+ }
64
+ constructor(map) {
65
+ super(map);
66
+ }
67
+ }
68
+ exports.GetEdgeContainerAppResourceCapacityResponse = GetEdgeContainerAppResourceCapacityResponse;
69
+ //# sourceMappingURL=GetEdgeContainerAppResourceCapacityResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetEdgeContainerAppResourceCapacityResponse.js","sourceRoot":"","sources":["../../src/models/GetEdgeContainerAppResourceCapacityResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uHAAoH;AAGpH,MAAa,2CAA4C,SAAQ,KAAK,CAAC,KAAK;IAI1E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,iGAA+C;SACtD,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,kGAiCC"}
@@ -0,0 +1,46 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class GetEdgeContainerAppResourceCapacityResponseBodyRegions extends $dara.Model {
3
+ /**
4
+ * @example
5
+ * unicom
6
+ */
7
+ isp?: string;
8
+ /**
9
+ * @example
10
+ * huadong
11
+ */
12
+ region?: string;
13
+ /**
14
+ * @example
15
+ * 16
16
+ */
17
+ replicas?: number;
18
+ static names(): {
19
+ [key: string]: string;
20
+ };
21
+ static types(): {
22
+ [key: string]: any;
23
+ };
24
+ validate(): void;
25
+ constructor(map?: {
26
+ [key: string]: any;
27
+ });
28
+ }
29
+ export declare class GetEdgeContainerAppResourceCapacityResponseBody extends $dara.Model {
30
+ regions?: GetEdgeContainerAppResourceCapacityResponseBodyRegions[];
31
+ /**
32
+ * @example
33
+ * 50423A7F-A83D-1E24-B80E-86DD25790759
34
+ */
35
+ requestId?: string;
36
+ static names(): {
37
+ [key: string]: string;
38
+ };
39
+ static types(): {
40
+ [key: string]: any;
41
+ };
42
+ validate(): void;
43
+ constructor(map?: {
44
+ [key: string]: any;
45
+ });
46
+ }
@@ -0,0 +1,86 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.GetEdgeContainerAppResourceCapacityResponseBody = exports.GetEdgeContainerAppResourceCapacityResponseBodyRegions = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class GetEdgeContainerAppResourceCapacityResponseBodyRegions extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ isp: 'Isp',
43
+ region: 'Region',
44
+ replicas: 'Replicas',
45
+ };
46
+ }
47
+ static types() {
48
+ return {
49
+ isp: 'string',
50
+ region: 'string',
51
+ replicas: 'number',
52
+ };
53
+ }
54
+ validate() {
55
+ super.validate();
56
+ }
57
+ constructor(map) {
58
+ super(map);
59
+ }
60
+ }
61
+ exports.GetEdgeContainerAppResourceCapacityResponseBodyRegions = GetEdgeContainerAppResourceCapacityResponseBodyRegions;
62
+ class GetEdgeContainerAppResourceCapacityResponseBody extends $dara.Model {
63
+ static names() {
64
+ return {
65
+ regions: 'Regions',
66
+ requestId: 'RequestId',
67
+ };
68
+ }
69
+ static types() {
70
+ return {
71
+ regions: { 'type': 'array', 'itemType': GetEdgeContainerAppResourceCapacityResponseBodyRegions },
72
+ requestId: 'string',
73
+ };
74
+ }
75
+ validate() {
76
+ if (Array.isArray(this.regions)) {
77
+ $dara.Model.validateArray(this.regions);
78
+ }
79
+ super.validate();
80
+ }
81
+ constructor(map) {
82
+ super(map);
83
+ }
84
+ }
85
+ exports.GetEdgeContainerAppResourceCapacityResponseBody = GetEdgeContainerAppResourceCapacityResponseBody;
86
+ //# sourceMappingURL=GetEdgeContainerAppResourceCapacityResponseBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetEdgeContainerAppResourceCapacityResponseBody.js","sourceRoot":"","sources":["../../src/models/GetEdgeContainerAppResourceCapacityResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sDAAuD,SAAQ,KAAK,CAAC,KAAK;IAgBrF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,KAAK;YACV,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,QAAQ;YACb,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;SACnB,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;AAvCD,wHAuCC;AAED,MAAa,+CAAgD,SAAQ,KAAK,CAAC,KAAK;IAO9E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,sDAAsD,EAAE;YAChG,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;YAC/B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC1C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA/BD,0GA+BC"}
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class GetOriginRuleRequest extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * ConfigId of the configuration, which can be obtained by calling the [ListOriginRules](https://help.aliyun.com/document_detail/2866989.html) interface.
5
+ * The ID of the configuration. You can call the [ListSiteRoutes](https://help.aliyun.com/document_detail/2866989.html) operation to obtain the ID.
6
6
  *
7
7
  * This parameter is required.
8
8
  *
@@ -12,7 +12,7 @@ export declare class GetOriginRuleRequest extends $dara.Model {
12
12
  configId?: number;
13
13
  /**
14
14
  * @remarks
15
- * Site ID, which can be obtained by calling the [ListSites](~~ListSites~~) interface.
15
+ * The website ID, which can be obtained by calling the [ListSites](~~ListSites~~) operation.
16
16
  *
17
17
  * This parameter is required.
18
18
  *
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class GetOriginRuleResponseBody extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * Configuration ID.
5
+ * The configuration ID.
6
6
  *
7
7
  * @example
8
8
  * 352816096987136
@@ -10,10 +10,10 @@ export declare class GetOriginRuleResponseBody extends $dara.Model {
10
10
  configId?: number;
11
11
  /**
12
12
  * @remarks
13
- * Configuration type, which can be used to query global or rule configurations. Value range:
13
+ * The configuration type to query. Valid values:
14
14
  *
15
- * - global: Query global configuration.
16
- * - rule: Query rule configuration.
15
+ * * global: global configurations.
16
+ * * rule: rule configurations.
17
17
  *
18
18
  * @example
19
19
  * rule
@@ -21,20 +21,64 @@ export declare class GetOriginRuleResponseBody extends $dara.Model {
21
21
  configType?: string;
22
22
  /**
23
23
  * @remarks
24
- * Rewrite the DNS resolution record for the origin request.
24
+ * The hostname that overrides the resolved hostname of an incoming request.
25
25
  *
26
26
  * @example
27
27
  * test.example.com
28
28
  */
29
29
  dnsRecord?: string;
30
+ /**
31
+ * @remarks
32
+ * 302 follow switch. Valid values:
33
+ *
34
+ * * on
35
+ * * off
36
+ *
37
+ * @example
38
+ * on
39
+ */
30
40
  follow302Enable?: string;
41
+ /**
42
+ * @remarks
43
+ * The maximum number of 302 follow times. Valid values: 1 to 5.
44
+ *
45
+ * @example
46
+ * 1
47
+ */
31
48
  follow302MaxTries?: string;
49
+ /**
50
+ * @remarks
51
+ * Retains the original request parameters switch. Valid values:
52
+ *
53
+ * * on
54
+ * * off
55
+ *
56
+ * @example
57
+ * on
58
+ */
32
59
  follow302RetainArgs?: string;
60
+ /**
61
+ * @remarks
62
+ * Retain the original request header switch. Valid values:
63
+ *
64
+ * * on
65
+ * * off
66
+ *
67
+ * @example
68
+ * on
69
+ */
33
70
  follow302RetainHeader?: string;
71
+ /**
72
+ * @remarks
73
+ * Target Host
74
+ *
75
+ * @example
76
+ * test.com
77
+ */
34
78
  follow302TargetHost?: string;
35
79
  /**
36
80
  * @remarks
37
- * HOST carried in the origin request.
81
+ * The Host header in origin requests.
38
82
  *
39
83
  * @example
40
84
  * origin.example.com
@@ -42,7 +86,7 @@ export declare class GetOriginRuleResponseBody extends $dara.Model {
42
86
  originHost?: string;
43
87
  /**
44
88
  * @remarks
45
- * Port of the origin server accessed when using the HTTP protocol for origin.
89
+ * The origin port that is accessed when the HTTP protocol is used to back to the origin.
46
90
  *
47
91
  * @example
48
92
  * 8080
@@ -50,7 +94,7 @@ export declare class GetOriginRuleResponseBody extends $dara.Model {
50
94
  originHttpPort?: string;
51
95
  /**
52
96
  * @remarks
53
- * Port of the origin server accessed when using the HTTPS protocol for origin.
97
+ * The origin port that is accessed when the HTTPS protocol is used to back to the origin.
54
98
  *
55
99
  * @example
56
100
  * 4433
@@ -58,22 +102,30 @@ export declare class GetOriginRuleResponseBody extends $dara.Model {
58
102
  originHttpsPort?: string;
59
103
  /**
60
104
  * @remarks
61
- * mTLS switch. Value range:
62
- * - on: Enable.
63
- * - off: Disable.
105
+ * The MTLS switch. Valid values:
106
+ *
107
+ * * on
108
+ * * off
64
109
  *
65
110
  * @example
66
111
  * on
67
112
  */
68
113
  originMtls?: string;
114
+ /**
115
+ * @remarks
116
+ * The read timeout period (in seconds) on the origin.
117
+ *
118
+ * @example
119
+ * 10
120
+ */
69
121
  originReadTimeout?: string;
70
122
  /**
71
123
  * @remarks
72
- * Protocol used for the origin request. Value range:
124
+ * The protocol used for origin requests. Valid values:
73
125
  *
74
- * - http: Use HTTP protocol for origin.
75
- * - https: Use HTTPS protocol for origin.
76
- * - follow: Follow the client\\"s protocol for origin.
126
+ * * http: HTTP.
127
+ * * https: HTTPS.
128
+ * * follow: follows the protocol used by the client.
77
129
  *
78
130
  * @example
79
131
  * http
@@ -81,7 +133,7 @@ export declare class GetOriginRuleResponseBody extends $dara.Model {
81
133
  originScheme?: string;
82
134
  /**
83
135
  * @remarks
84
- * SNI carried in the origin request.
136
+ * The SNI in origin requests.
85
137
  *
86
138
  * @example
87
139
  * origin.example.com
@@ -89,9 +141,10 @@ export declare class GetOriginRuleResponseBody extends $dara.Model {
89
141
  originSni?: string;
90
142
  /**
91
143
  * @remarks
92
- * Origin certificate verification switch. Value range:
93
- * - on: Enable.
94
- * - off: Disable.
144
+ * The origin certificate verification switch. Valid values:
145
+ *
146
+ * * on
147
+ * * off
95
148
  *
96
149
  * @example
97
150
  * on
@@ -99,16 +152,28 @@ export declare class GetOriginRuleResponseBody extends $dara.Model {
99
152
  originVerify?: string;
100
153
  /**
101
154
  * @remarks
102
- * Use the range chunk method for origin file download. Value range:
155
+ * Use range requests to download an object from the source. Valid values:
103
156
  *
104
- * - on: Enable.
105
- * - off: Disable.
106
- * - force: Force.
157
+ * * on
158
+ * * off
159
+ * * force: enables range origin fetch by force.
107
160
  *
108
161
  * @example
109
162
  * on
110
163
  */
111
164
  range?: string;
165
+ /**
166
+ * @remarks
167
+ * The size of the range part. Valid values:
168
+ *
169
+ * * 512KB
170
+ * * 1MB
171
+ * * 2MB
172
+ * * 4MB
173
+ *
174
+ * @example
175
+ * 1MB
176
+ */
112
177
  rangeChunkSize?: string;
113
178
  /**
114
179
  * @remarks
@@ -120,9 +185,10 @@ export declare class GetOriginRuleResponseBody extends $dara.Model {
120
185
  requestId?: string;
121
186
  /**
122
187
  * @remarks
123
- * Rule content, using conditional expressions to match user requests. This parameter does not need to be set when adding a global configuration. There are two usage scenarios:
124
- * - Match all incoming requests: Set the value to true
125
- * - Match specific requests: Set the value to a custom expression, e.g., (http.host eq \\"video.example.com\\")
188
+ * The content of the rule. A conditional expression is used to match a user request. You do not need to set this parameter when you add global configuration. Use cases:
189
+ *
190
+ * * true: Match all incoming requests.
191
+ * * Set the value to a custom expression, for example, (http.host eq "video.example.com"): Match the specified request.
126
192
  *
127
193
  * @example
128
194
  * (http.host eq \\"video.example.com\\")
@@ -130,9 +196,10 @@ export declare class GetOriginRuleResponseBody extends $dara.Model {
130
196
  rule?: string;
131
197
  /**
132
198
  * @remarks
133
- * Rule switch. This parameter does not need to be set when adding a global configuration. Value range:
134
- * - on: Enable.
135
- * - off: Disable.
199
+ * Specifies whether to enable the rule. Valid values: You do not need to set this parameter when you add global configuration. Valid values:
200
+ *
201
+ * * on
202
+ * * off
136
203
  *
137
204
  * @example
138
205
  * on
@@ -140,7 +207,7 @@ export declare class GetOriginRuleResponseBody extends $dara.Model {
140
207
  ruleEnable?: string;
141
208
  /**
142
209
  * @remarks
143
- * Rule name. This parameter does not need to be set when adding a global configuration.
210
+ * The rule name. You do not need to set this parameter when you add global configurations.
144
211
  *
145
212
  * @example
146
213
  * rule_example
@@ -148,7 +215,7 @@ export declare class GetOriginRuleResponseBody extends $dara.Model {
148
215
  ruleName?: string;
149
216
  /**
150
217
  * @remarks
151
- * Rule execution order. The smaller the value, the higher the priority.
218
+ * The rule execution order. The smaller the value, the higher the priority.
152
219
  *
153
220
  * @example
154
221
  * 1
@@ -156,7 +223,7 @@ export declare class GetOriginRuleResponseBody extends $dara.Model {
156
223
  sequence?: number;
157
224
  /**
158
225
  * @remarks
159
- * Version number of the site configuration. For sites with version management enabled, you can use this parameter to specify the effective version of the site configuration, defaulting to version 0.
226
+ * The version number of the configurations. You can use this parameter to specify a version of your website to apply the feature settings. By default, version 0 is used.
160
227
  *
161
228
  * @example
162
229
  * 1
@@ -1 +1 @@
1
- {"version":3,"file":"GetOriginRuleResponseBody.js","sourceRoot":"","sources":["../../src/models/GetOriginRuleResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;IAmKxD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,eAAe,EAAE,iBAAiB;YAClC,iBAAiB,EAAE,mBAAmB;YACtC,mBAAmB,EAAE,qBAAqB;YAC1C,qBAAqB,EAAE,uBAAuB;YAC9C,mBAAmB,EAAE,qBAAqB;YAC1C,UAAU,EAAE,YAAY;YACxB,cAAc,EAAE,gBAAgB;YAChC,eAAe,EAAE,iBAAiB;YAClC,UAAU,EAAE,YAAY;YACxB,iBAAiB,EAAE,mBAAmB;YACtC,YAAY,EAAE,cAAc;YAC5B,SAAS,EAAE,WAAW;YACtB,YAAY,EAAE,cAAc;YAC5B,KAAK,EAAE,OAAO;YACd,cAAc,EAAE,gBAAgB;YAChC,SAAS,EAAE,WAAW;YACtB,IAAI,EAAE,MAAM;YACZ,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;YACpB,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,eAAe,EAAE,QAAQ;YACzB,iBAAiB,EAAE,QAAQ;YAC3B,mBAAmB,EAAE,QAAQ;YAC7B,qBAAqB,EAAE,QAAQ;YAC/B,mBAAmB,EAAE,QAAQ;YAC7B,UAAU,EAAE,QAAQ;YACpB,cAAc,EAAE,QAAQ;YACxB,eAAe,EAAE,QAAQ;YACzB,UAAU,EAAE,QAAQ;YACpB,iBAAiB,EAAE,QAAQ;YAC3B,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,QAAQ;YACnB,YAAY,EAAE,QAAQ;YACtB,KAAK,EAAE,QAAQ;YACf,cAAc,EAAE,QAAQ;YACxB,SAAS,EAAE,QAAQ;YACnB,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;YAClB,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;AApOD,8DAoOC"}
1
+ {"version":3,"file":"GetOriginRuleResponseBody.js","sourceRoot":"","sources":["../../src/models/GetOriginRuleResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;IAsOxD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,eAAe,EAAE,iBAAiB;YAClC,iBAAiB,EAAE,mBAAmB;YACtC,mBAAmB,EAAE,qBAAqB;YAC1C,qBAAqB,EAAE,uBAAuB;YAC9C,mBAAmB,EAAE,qBAAqB;YAC1C,UAAU,EAAE,YAAY;YACxB,cAAc,EAAE,gBAAgB;YAChC,eAAe,EAAE,iBAAiB;YAClC,UAAU,EAAE,YAAY;YACxB,iBAAiB,EAAE,mBAAmB;YACtC,YAAY,EAAE,cAAc;YAC5B,SAAS,EAAE,WAAW;YACtB,YAAY,EAAE,cAAc;YAC5B,KAAK,EAAE,OAAO;YACd,cAAc,EAAE,gBAAgB;YAChC,SAAS,EAAE,WAAW;YACtB,IAAI,EAAE,MAAM;YACZ,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;YACpB,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,eAAe,EAAE,QAAQ;YACzB,iBAAiB,EAAE,QAAQ;YAC3B,mBAAmB,EAAE,QAAQ;YAC7B,qBAAqB,EAAE,QAAQ;YAC/B,mBAAmB,EAAE,QAAQ;YAC7B,UAAU,EAAE,QAAQ;YACpB,cAAc,EAAE,QAAQ;YACxB,eAAe,EAAE,QAAQ;YACzB,UAAU,EAAE,QAAQ;YACpB,iBAAiB,EAAE,QAAQ;YAC3B,YAAY,EAAE,QAAQ;YACtB,SAAS,EAAE,QAAQ;YACnB,YAAY,EAAE,QAAQ;YACtB,KAAK,EAAE,QAAQ;YACf,cAAc,EAAE,QAAQ;YACxB,SAAS,EAAE,QAAQ;YACnB,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,QAAQ;YAClB,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;AAvSD,8DAuSC"}
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class GetTransportLayerApplicationRequest extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * Application ID, which can be obtained by calling the [ListTransportLayerApplications](~~ListTransportLayerApplications~~) interface.
5
+ * Number of forwarding rules contained in the transport layer acceleration application.
6
6
  *
7
7
  * This parameter is required.
8
8
  *
@@ -12,7 +12,7 @@ export declare class GetTransportLayerApplicationRequest extends $dara.Model {
12
12
  applicationId?: number;
13
13
  /**
14
14
  * @remarks
15
- * Site ID, which can be obtained by calling the [ListSites](~~ListSites~~) interface.
15
+ * Transport layer application ID.
16
16
  *
17
17
  * This parameter is required.
18
18
  *