@alicloud/esa20240910 2.31.0 → 2.32.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.d.ts +75 -0
- package/dist/client.js +241 -0
- package/dist/client.js.map +1 -1
- package/dist/models/CreateRecordRequest.d.ts +2 -0
- package/dist/models/CreateRecordRequest.js.map +1 -1
- package/dist/models/CreateRecordShrinkRequest.d.ts +2 -0
- package/dist/models/CreateRecordShrinkRequest.js.map +1 -1
- package/dist/models/CreateTransportLayerApplicationRequest.d.ts +170 -0
- package/dist/models/CreateTransportLayerApplicationRequest.js +104 -0
- package/dist/models/CreateTransportLayerApplicationRequest.js.map +1 -0
- package/dist/models/CreateTransportLayerApplicationResponse.d.ts +19 -0
- package/dist/models/CreateTransportLayerApplicationResponse.js +69 -0
- package/dist/models/CreateTransportLayerApplicationResponse.js.map +1 -0
- package/dist/models/CreateTransportLayerApplicationResponseBody.d.ts +29 -0
- package/dist/models/CreateTransportLayerApplicationResponseBody.js +60 -0
- package/dist/models/CreateTransportLayerApplicationResponseBody.js.map +1 -0
- package/dist/models/CreateTransportLayerApplicationShrinkRequest.d.ts +70 -0
- package/dist/models/CreateTransportLayerApplicationShrinkRequest.js +70 -0
- package/dist/models/CreateTransportLayerApplicationShrinkRequest.js.map +1 -0
- package/dist/models/DeleteRecordRequest.d.ts +1 -0
- package/dist/models/DeleteRecordRequest.js +2 -0
- package/dist/models/DeleteRecordRequest.js.map +1 -1
- package/dist/models/DeleteTransportLayerApplicationRequest.d.ts +33 -0
- package/dist/models/DeleteTransportLayerApplicationRequest.js +60 -0
- package/dist/models/DeleteTransportLayerApplicationRequest.js.map +1 -0
- package/dist/models/DeleteTransportLayerApplicationResponse.d.ts +19 -0
- package/dist/models/DeleteTransportLayerApplicationResponse.js +69 -0
- package/dist/models/DeleteTransportLayerApplicationResponse.js.map +1 -0
- package/dist/models/DeleteTransportLayerApplicationResponseBody.d.ts +21 -0
- package/dist/models/DeleteTransportLayerApplicationResponseBody.js +58 -0
- package/dist/models/DeleteTransportLayerApplicationResponseBody.js.map +1 -0
- package/dist/models/GetRoutineResponseBody.d.ts +0 -21
- package/dist/models/GetRoutineResponseBody.js +0 -9
- package/dist/models/GetRoutineResponseBody.js.map +1 -1
- package/dist/models/GetTransportLayerApplicationRequest.d.ts +33 -0
- package/dist/models/GetTransportLayerApplicationRequest.js +60 -0
- package/dist/models/GetTransportLayerApplicationRequest.js.map +1 -0
- package/dist/models/GetTransportLayerApplicationResponse.d.ts +19 -0
- package/dist/models/GetTransportLayerApplicationResponse.js +69 -0
- package/dist/models/GetTransportLayerApplicationResponse.js.map +1 -0
- package/dist/models/GetTransportLayerApplicationResponseBody.d.ts +216 -0
- package/dist/models/GetTransportLayerApplicationResponseBody.js +142 -0
- package/dist/models/GetTransportLayerApplicationResponseBody.js.map +1 -0
- package/dist/models/ListTransportLayerApplicationsRequest.d.ts +60 -0
- package/dist/models/ListTransportLayerApplicationsRequest.js +66 -0
- package/dist/models/ListTransportLayerApplicationsRequest.js.map +1 -0
- package/dist/models/ListTransportLayerApplicationsResponse.d.ts +19 -0
- package/dist/models/ListTransportLayerApplicationsResponse.js +69 -0
- package/dist/models/ListTransportLayerApplicationsResponse.js.map +1 -0
- package/dist/models/ListTransportLayerApplicationsResponseBody.d.ts +262 -0
- package/dist/models/ListTransportLayerApplicationsResponseBody.js +170 -0
- package/dist/models/ListTransportLayerApplicationsResponseBody.js.map +1 -0
- package/dist/models/UpdateTransportLayerApplicationRequest.d.ts +156 -0
- package/dist/models/UpdateTransportLayerApplicationRequest.js +104 -0
- package/dist/models/UpdateTransportLayerApplicationRequest.js.map +1 -0
- package/dist/models/UpdateTransportLayerApplicationResponse.d.ts +19 -0
- package/dist/models/UpdateTransportLayerApplicationResponse.js +69 -0
- package/dist/models/UpdateTransportLayerApplicationResponse.js.map +1 -0
- package/dist/models/UpdateTransportLayerApplicationResponseBody.d.ts +21 -0
- package/dist/models/UpdateTransportLayerApplicationResponseBody.js +58 -0
- package/dist/models/UpdateTransportLayerApplicationResponseBody.js.map +1 -0
- package/dist/models/UpdateTransportLayerApplicationShrinkRequest.d.ts +69 -0
- package/dist/models/UpdateTransportLayerApplicationShrinkRequest.js +70 -0
- package/dist/models/UpdateTransportLayerApplicationShrinkRequest.js.map +1 -0
- package/dist/models/model.d.ts +24 -0
- package/dist/models/model.js +76 -27
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +270 -0
- package/src/models/CreateRecordRequest.ts +2 -0
- package/src/models/CreateRecordShrinkRequest.ts +2 -0
- package/src/models/CreateTransportLayerApplicationRequest.ts +220 -0
- package/src/models/CreateTransportLayerApplicationResponse.ts +40 -0
- package/src/models/CreateTransportLayerApplicationResponseBody.ts +44 -0
- package/src/models/CreateTransportLayerApplicationShrinkRequest.ts +95 -0
- package/src/models/DeleteRecordRequest.ts +3 -0
- package/src/models/DeleteTransportLayerApplicationRequest.ts +48 -0
- package/src/models/DeleteTransportLayerApplicationResponse.ts +40 -0
- package/src/models/DeleteTransportLayerApplicationResponseBody.ts +34 -0
- package/src/models/GetRoutineResponseBody.ts +0 -30
- package/src/models/GetTransportLayerApplicationRequest.ts +48 -0
- package/src/models/GetTransportLayerApplicationResponse.ts +40 -0
- package/src/models/GetTransportLayerApplicationResponseBody.ts +295 -0
- package/src/models/ListTransportLayerApplicationsRequest.ts +81 -0
- package/src/models/ListTransportLayerApplicationsResponse.ts +40 -0
- package/src/models/ListTransportLayerApplicationsResponseBody.ts +360 -0
- package/src/models/UpdateTransportLayerApplicationRequest.ts +206 -0
- package/src/models/UpdateTransportLayerApplicationResponse.ts +40 -0
- package/src/models/UpdateTransportLayerApplicationResponseBody.ts +34 -0
- package/src/models/UpdateTransportLayerApplicationShrinkRequest.ts +94 -0
- package/src/models/model.ts +24 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { UpdateTransportLayerApplicationResponseBody } from "./UpdateTransportLayerApplicationResponseBody";
|
|
3
|
+
export declare class UpdateTransportLayerApplicationResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: UpdateTransportLayerApplicationResponseBody;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
@@ -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.UpdateTransportLayerApplicationResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const UpdateTransportLayerApplicationResponseBody_1 = require("./UpdateTransportLayerApplicationResponseBody");
|
|
40
|
+
class UpdateTransportLayerApplicationResponse 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: UpdateTransportLayerApplicationResponseBody_1.UpdateTransportLayerApplicationResponseBody,
|
|
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.UpdateTransportLayerApplicationResponse = UpdateTransportLayerApplicationResponse;
|
|
69
|
+
//# sourceMappingURL=UpdateTransportLayerApplicationResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateTransportLayerApplicationResponse.js","sourceRoot":"","sources":["../../src/models/UpdateTransportLayerApplicationResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,+GAA4G;AAG5G,MAAa,uCAAwC,SAAQ,KAAK,CAAC,KAAK;IAItE,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,yFAA2C;SAClD,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,0FAiCC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class UpdateTransportLayerApplicationResponseBody extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Request ID.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* 9e5448c7-edaf-49aa-9887-0fcd0832306c
|
|
9
|
+
*/
|
|
10
|
+
requestId?: string;
|
|
11
|
+
static names(): {
|
|
12
|
+
[key: string]: string;
|
|
13
|
+
};
|
|
14
|
+
static types(): {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
};
|
|
17
|
+
validate(): void;
|
|
18
|
+
constructor(map?: {
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
});
|
|
21
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.UpdateTransportLayerApplicationResponseBody = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class UpdateTransportLayerApplicationResponseBody extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
requestId: 'RequestId',
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
static types() {
|
|
46
|
+
return {
|
|
47
|
+
requestId: 'string',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
validate() {
|
|
51
|
+
super.validate();
|
|
52
|
+
}
|
|
53
|
+
constructor(map) {
|
|
54
|
+
super(map);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
exports.UpdateTransportLayerApplicationResponseBody = UpdateTransportLayerApplicationResponseBody;
|
|
58
|
+
//# sourceMappingURL=UpdateTransportLayerApplicationResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateTransportLayerApplicationResponseBody.js","sourceRoot":"","sources":["../../src/models/UpdateTransportLayerApplicationResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2CAA4C,SAAQ,KAAK,CAAC,KAAK;IAS1E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;SACpB,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;AA5BD,kGA4BC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class UpdateTransportLayerApplicationShrinkRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* Transport layer application ID, which can be obtained by calling the [ListTransportLayerApplications](~~ListTransportLayerApplications~~) interface.
|
|
6
|
+
*
|
|
7
|
+
* This parameter is required.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* 165503967****
|
|
11
|
+
*/
|
|
12
|
+
applicationId?: number;
|
|
13
|
+
/**
|
|
14
|
+
* @remarks
|
|
15
|
+
* Whether to enable China mainland network access optimization, default is disabled. Value range:
|
|
16
|
+
*
|
|
17
|
+
* - on: Enabled.
|
|
18
|
+
* - off: Disabled.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* on
|
|
22
|
+
*/
|
|
23
|
+
crossBorderOptimization?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @remarks
|
|
26
|
+
* IP access rule switch. When enabled, the IP access rules in WAF will take effect on the transport layer application.
|
|
27
|
+
*
|
|
28
|
+
* - on: Enabled.
|
|
29
|
+
* - off: Disabled.
|
|
30
|
+
*
|
|
31
|
+
* @example
|
|
32
|
+
* on
|
|
33
|
+
*/
|
|
34
|
+
ipAccessRule?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @remarks
|
|
37
|
+
* IPv6 switch.
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* on
|
|
41
|
+
*/
|
|
42
|
+
ipv6?: string;
|
|
43
|
+
/**
|
|
44
|
+
* @remarks
|
|
45
|
+
* Forwarding rule list. Details of each rule. Except for the comment, all other parameters are required.
|
|
46
|
+
*/
|
|
47
|
+
rulesShrink?: string;
|
|
48
|
+
/**
|
|
49
|
+
* @remarks
|
|
50
|
+
* Site ID, which can be obtained by calling the [ListSites](~~ListSites~~) interface.
|
|
51
|
+
*
|
|
52
|
+
* This parameter is required.
|
|
53
|
+
*
|
|
54
|
+
* @example
|
|
55
|
+
* 123456****
|
|
56
|
+
*/
|
|
57
|
+
siteId?: number;
|
|
58
|
+
staticIp?: string;
|
|
59
|
+
static names(): {
|
|
60
|
+
[key: string]: string;
|
|
61
|
+
};
|
|
62
|
+
static types(): {
|
|
63
|
+
[key: string]: any;
|
|
64
|
+
};
|
|
65
|
+
validate(): void;
|
|
66
|
+
constructor(map?: {
|
|
67
|
+
[key: string]: any;
|
|
68
|
+
});
|
|
69
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
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.UpdateTransportLayerApplicationShrinkRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class UpdateTransportLayerApplicationShrinkRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
applicationId: 'ApplicationId',
|
|
43
|
+
crossBorderOptimization: 'CrossBorderOptimization',
|
|
44
|
+
ipAccessRule: 'IpAccessRule',
|
|
45
|
+
ipv6: 'Ipv6',
|
|
46
|
+
rulesShrink: 'Rules',
|
|
47
|
+
siteId: 'SiteId',
|
|
48
|
+
staticIp: 'StaticIp',
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
static types() {
|
|
52
|
+
return {
|
|
53
|
+
applicationId: 'number',
|
|
54
|
+
crossBorderOptimization: 'string',
|
|
55
|
+
ipAccessRule: 'string',
|
|
56
|
+
ipv6: 'string',
|
|
57
|
+
rulesShrink: 'string',
|
|
58
|
+
siteId: 'number',
|
|
59
|
+
staticIp: 'string',
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
validate() {
|
|
63
|
+
super.validate();
|
|
64
|
+
}
|
|
65
|
+
constructor(map) {
|
|
66
|
+
super(map);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
exports.UpdateTransportLayerApplicationShrinkRequest = UpdateTransportLayerApplicationShrinkRequest;
|
|
70
|
+
//# sourceMappingURL=UpdateTransportLayerApplicationShrinkRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateTransportLayerApplicationShrinkRequest.js","sourceRoot":"","sources":["../../src/models/UpdateTransportLayerApplicationShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4CAA6C,SAAQ,KAAK,CAAC,KAAK;IAyD3E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,eAAe;YAC9B,uBAAuB,EAAE,yBAAyB;YAClD,YAAY,EAAE,cAAc;YAC5B,IAAI,EAAE,MAAM;YACZ,WAAW,EAAE,OAAO;YACpB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,QAAQ;YACvB,uBAAuB,EAAE,QAAQ;YACjC,YAAY,EAAE,QAAQ;YACtB,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE,QAAQ;YACrB,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;AAxFD,oGAwFC"}
|
package/dist/models/model.d.ts
CHANGED
|
@@ -73,6 +73,7 @@ export { CreateSiteDeliveryTaskRequestKafkaDelivery } from './CreateSiteDelivery
|
|
|
73
73
|
export { CreateSiteDeliveryTaskRequestOssDelivery } from './CreateSiteDeliveryTaskRequest';
|
|
74
74
|
export { CreateSiteDeliveryTaskRequestS3Delivery } from './CreateSiteDeliveryTaskRequest';
|
|
75
75
|
export { CreateSiteDeliveryTaskRequestSlsDelivery } from './CreateSiteDeliveryTaskRequest';
|
|
76
|
+
export { CreateTransportLayerApplicationRequestRules } from './CreateTransportLayerApplicationRequest';
|
|
76
77
|
export { CreateUserDeliveryTaskRequestHttpDeliveryStandardAuthParam } from './CreateUserDeliveryTaskRequest';
|
|
77
78
|
export { CreateUserDeliveryTaskRequestHttpDelivery } from './CreateUserDeliveryTaskRequest';
|
|
78
79
|
export { CreateUserDeliveryTaskRequestKafkaDelivery } from './CreateUserDeliveryTaskRequest';
|
|
@@ -148,6 +149,8 @@ export { GetRoutineUserInfoResponseBodyRoutines } from './GetRoutineUserInfoResp
|
|
|
148
149
|
export { GetSiteResponseBodySiteModel } from './GetSiteResponseBody';
|
|
149
150
|
export { GetSiteCustomLogResponseBodyLogCustomField } from './GetSiteCustomLogResponseBody';
|
|
150
151
|
export { GetSiteOriginClientCertificateResponseBodyResult } from './GetSiteOriginClientCertificateResponseBody';
|
|
152
|
+
export { GetTransportLayerApplicationResponseBodyRules } from './GetTransportLayerApplicationResponseBody';
|
|
153
|
+
export { GetTransportLayerApplicationResponseBodyStaticIpV4List } from './GetTransportLayerApplicationResponseBody';
|
|
151
154
|
export { GetWafFilterResponseBodyFilterFieldsLogicsValidator } from './GetWafFilterResponseBody';
|
|
152
155
|
export { GetWafFilterResponseBodyFilterFieldsLogics } from './GetWafFilterResponseBody';
|
|
153
156
|
export { GetWafFilterResponseBodyFilterFieldsSelectorData } from './GetWafFilterResponseBody';
|
|
@@ -235,6 +238,9 @@ export { ListSitesRequestTagFilter } from './ListSitesRequest';
|
|
|
235
238
|
export { ListSitesResponseBodySites } from './ListSitesResponseBody';
|
|
236
239
|
export { ListTagResourcesRequestTag } from './ListTagResourcesRequest';
|
|
237
240
|
export { ListTagResourcesResponseBodyTagResources } from './ListTagResourcesResponseBody';
|
|
241
|
+
export { ListTransportLayerApplicationsResponseBodyApplicationsRules } from './ListTransportLayerApplicationsResponseBody';
|
|
242
|
+
export { ListTransportLayerApplicationsResponseBodyApplicationsStaticIpV4List } from './ListTransportLayerApplicationsResponseBody';
|
|
243
|
+
export { ListTransportLayerApplicationsResponseBodyApplications } from './ListTransportLayerApplicationsResponseBody';
|
|
238
244
|
export { ListUploadTasksResponseBodyTasks } from './ListUploadTasksResponseBody';
|
|
239
245
|
export { ListUrlObservationsResponseBodyConfigs } from './ListUrlObservationsResponseBody';
|
|
240
246
|
export { ListUserDeliveryTasksResponseBodyTasks } from './ListUserDeliveryTasksResponseBody';
|
|
@@ -275,6 +281,7 @@ export { UpdateOriginPoolRequestOriginsAuthConf } from './UpdateOriginPoolReques
|
|
|
275
281
|
export { UpdateOriginPoolRequestOrigins } from './UpdateOriginPoolRequest';
|
|
276
282
|
export { UpdateRecordRequestAuthConf } from './UpdateRecordRequest';
|
|
277
283
|
export { UpdateRecordRequestData } from './UpdateRecordRequest';
|
|
284
|
+
export { UpdateTransportLayerApplicationRequestRules } from './UpdateTransportLayerApplicationRequest';
|
|
278
285
|
export { UpdateWaitingRoomRequestHostNameAndPath } from './UpdateWaitingRoomRequest';
|
|
279
286
|
export { WafBatchRuleShared } from './WafBatchRuleShared';
|
|
280
287
|
export { WafQuotaInteger } from './WafQuotaInteger';
|
|
@@ -469,6 +476,10 @@ export { CreateSiteDeliveryTaskResponseBody } from './CreateSiteDeliveryTaskResp
|
|
|
469
476
|
export { CreateSiteDeliveryTaskResponse } from './CreateSiteDeliveryTaskResponse';
|
|
470
477
|
export { CreateSlrRoleForRealtimeLogResponseBody } from './CreateSlrRoleForRealtimeLogResponseBody';
|
|
471
478
|
export { CreateSlrRoleForRealtimeLogResponse } from './CreateSlrRoleForRealtimeLogResponse';
|
|
479
|
+
export { CreateTransportLayerApplicationRequest } from './CreateTransportLayerApplicationRequest';
|
|
480
|
+
export { CreateTransportLayerApplicationShrinkRequest } from './CreateTransportLayerApplicationShrinkRequest';
|
|
481
|
+
export { CreateTransportLayerApplicationResponseBody } from './CreateTransportLayerApplicationResponseBody';
|
|
482
|
+
export { CreateTransportLayerApplicationResponse } from './CreateTransportLayerApplicationResponse';
|
|
472
483
|
export { CreateUrlObservationRequest } from './CreateUrlObservationRequest';
|
|
473
484
|
export { CreateUrlObservationResponseBody } from './CreateUrlObservationResponseBody';
|
|
474
485
|
export { CreateUrlObservationResponse } from './CreateUrlObservationResponse';
|
|
@@ -616,6 +627,9 @@ export { DeleteSiteDeliveryTaskResponse } from './DeleteSiteDeliveryTaskResponse
|
|
|
616
627
|
export { DeleteSiteOriginClientCertificateRequest } from './DeleteSiteOriginClientCertificateRequest';
|
|
617
628
|
export { DeleteSiteOriginClientCertificateResponseBody } from './DeleteSiteOriginClientCertificateResponseBody';
|
|
618
629
|
export { DeleteSiteOriginClientCertificateResponse } from './DeleteSiteOriginClientCertificateResponse';
|
|
630
|
+
export { DeleteTransportLayerApplicationRequest } from './DeleteTransportLayerApplicationRequest';
|
|
631
|
+
export { DeleteTransportLayerApplicationResponseBody } from './DeleteTransportLayerApplicationResponseBody';
|
|
632
|
+
export { DeleteTransportLayerApplicationResponse } from './DeleteTransportLayerApplicationResponse';
|
|
619
633
|
export { DeleteUrlObservationRequest } from './DeleteUrlObservationRequest';
|
|
620
634
|
export { DeleteUrlObservationResponseBody } from './DeleteUrlObservationResponseBody';
|
|
621
635
|
export { DeleteUrlObservationResponse } from './DeleteUrlObservationResponse';
|
|
@@ -896,6 +910,9 @@ export { GetSiteWafSettingsResponse } from './GetSiteWafSettingsResponse';
|
|
|
896
910
|
export { GetTieredCacheRequest } from './GetTieredCacheRequest';
|
|
897
911
|
export { GetTieredCacheResponseBody } from './GetTieredCacheResponseBody';
|
|
898
912
|
export { GetTieredCacheResponse } from './GetTieredCacheResponse';
|
|
913
|
+
export { GetTransportLayerApplicationRequest } from './GetTransportLayerApplicationRequest';
|
|
914
|
+
export { GetTransportLayerApplicationResponseBody } from './GetTransportLayerApplicationResponseBody';
|
|
915
|
+
export { GetTransportLayerApplicationResponse } from './GetTransportLayerApplicationResponse';
|
|
899
916
|
export { GetUploadTaskRequest } from './GetUploadTaskRequest';
|
|
900
917
|
export { GetUploadTaskResponseBody } from './GetUploadTaskResponseBody';
|
|
901
918
|
export { GetUploadTaskResponse } from './GetUploadTaskResponse';
|
|
@@ -1070,6 +1087,9 @@ export { ListSitesResponse } from './ListSitesResponse';
|
|
|
1070
1087
|
export { ListTagResourcesRequest } from './ListTagResourcesRequest';
|
|
1071
1088
|
export { ListTagResourcesResponseBody } from './ListTagResourcesResponseBody';
|
|
1072
1089
|
export { ListTagResourcesResponse } from './ListTagResourcesResponse';
|
|
1090
|
+
export { ListTransportLayerApplicationsRequest } from './ListTransportLayerApplicationsRequest';
|
|
1091
|
+
export { ListTransportLayerApplicationsResponseBody } from './ListTransportLayerApplicationsResponseBody';
|
|
1092
|
+
export { ListTransportLayerApplicationsResponse } from './ListTransportLayerApplicationsResponse';
|
|
1073
1093
|
export { ListUploadTasksRequest } from './ListUploadTasksRequest';
|
|
1074
1094
|
export { ListUploadTasksResponseBody } from './ListUploadTasksResponseBody';
|
|
1075
1095
|
export { ListUploadTasksResponse } from './ListUploadTasksResponse';
|
|
@@ -1330,6 +1350,10 @@ export { UpdateSiteVanityNSResponse } from './UpdateSiteVanityNsresponse';
|
|
|
1330
1350
|
export { UpdateTieredCacheRequest } from './UpdateTieredCacheRequest';
|
|
1331
1351
|
export { UpdateTieredCacheResponseBody } from './UpdateTieredCacheResponseBody';
|
|
1332
1352
|
export { UpdateTieredCacheResponse } from './UpdateTieredCacheResponse';
|
|
1353
|
+
export { UpdateTransportLayerApplicationRequest } from './UpdateTransportLayerApplicationRequest';
|
|
1354
|
+
export { UpdateTransportLayerApplicationShrinkRequest } from './UpdateTransportLayerApplicationShrinkRequest';
|
|
1355
|
+
export { UpdateTransportLayerApplicationResponseBody } from './UpdateTransportLayerApplicationResponseBody';
|
|
1356
|
+
export { UpdateTransportLayerApplicationResponse } from './UpdateTransportLayerApplicationResponse';
|
|
1333
1357
|
export { UpdateUrlObservationRequest } from './UpdateUrlObservationRequest';
|
|
1334
1358
|
export { UpdateUrlObservationResponseBody } from './UpdateUrlObservationResponseBody';
|
|
1335
1359
|
export { UpdateUrlObservationResponse } from './UpdateUrlObservationResponse';
|