@alicloud/dm20151123 1.5.0 → 1.6.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.
Files changed (37) hide show
  1. package/dist/client.d.ts +30 -0
  2. package/dist/client.js +87 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/DedicatedIpListResponseBody.d.ts +1 -0
  5. package/dist/models/DedicatedIpListResponseBody.js +2 -0
  6. package/dist/models/DedicatedIpListResponseBody.js.map +1 -1
  7. package/dist/models/GetDedicatedIpWarmUpDetailRequest.d.ts +17 -0
  8. package/dist/models/GetDedicatedIpWarmUpDetailRequest.js +64 -0
  9. package/dist/models/GetDedicatedIpWarmUpDetailRequest.js.map +1 -0
  10. package/dist/models/GetDedicatedIpWarmUpDetailResponse.d.ts +19 -0
  11. package/dist/models/GetDedicatedIpWarmUpDetailResponse.js +69 -0
  12. package/dist/models/GetDedicatedIpWarmUpDetailResponse.js.map +1 -0
  13. package/dist/models/GetDedicatedIpWarmUpDetailResponseBody.d.ts +31 -0
  14. package/dist/models/GetDedicatedIpWarmUpDetailResponseBody.js +88 -0
  15. package/dist/models/GetDedicatedIpWarmUpDetailResponseBody.js.map +1 -0
  16. package/dist/models/GetDedicatedIpWarmUpInfoRequest.d.ts +14 -0
  17. package/dist/models/GetDedicatedIpWarmUpInfoRequest.js +58 -0
  18. package/dist/models/GetDedicatedIpWarmUpInfoRequest.js.map +1 -0
  19. package/dist/models/GetDedicatedIpWarmUpInfoResponse.d.ts +19 -0
  20. package/dist/models/GetDedicatedIpWarmUpInfoResponse.js +69 -0
  21. package/dist/models/GetDedicatedIpWarmUpInfoResponse.js.map +1 -0
  22. package/dist/models/GetDedicatedIpWarmUpInfoResponseBody.d.ts +29 -0
  23. package/dist/models/GetDedicatedIpWarmUpInfoResponseBody.js +84 -0
  24. package/dist/models/GetDedicatedIpWarmUpInfoResponseBody.js.map +1 -0
  25. package/dist/models/model.d.ts +8 -0
  26. package/dist/models/model.js +21 -5
  27. package/dist/models/model.js.map +1 -1
  28. package/package.json +1 -1
  29. package/src/client.ts +96 -0
  30. package/src/models/DedicatedIpListResponseBody.ts +3 -0
  31. package/src/models/GetDedicatedIpWarmUpDetailRequest.ts +36 -0
  32. package/src/models/GetDedicatedIpWarmUpDetailResponse.ts +40 -0
  33. package/src/models/GetDedicatedIpWarmUpDetailResponseBody.ts +65 -0
  34. package/src/models/GetDedicatedIpWarmUpInfoRequest.ts +27 -0
  35. package/src/models/GetDedicatedIpWarmUpInfoResponse.ts +40 -0
  36. package/src/models/GetDedicatedIpWarmUpInfoResponseBody.ts +59 -0
  37. package/src/models/model.ts +8 -0
@@ -0,0 +1,64 @@
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.GetDedicatedIpWarmUpDetailRequest = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class GetDedicatedIpWarmUpDetailRequest extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ dedicatedIp: 'DedicatedIp',
43
+ endDayMark: 'EndDayMark',
44
+ esp: 'Esp',
45
+ startDayMark: 'StartDayMark',
46
+ };
47
+ }
48
+ static types() {
49
+ return {
50
+ dedicatedIp: 'string',
51
+ endDayMark: 'number',
52
+ esp: 'string',
53
+ startDayMark: 'number',
54
+ };
55
+ }
56
+ validate() {
57
+ super.validate();
58
+ }
59
+ constructor(map) {
60
+ super(map);
61
+ }
62
+ }
63
+ exports.GetDedicatedIpWarmUpDetailRequest = GetDedicatedIpWarmUpDetailRequest;
64
+ //# sourceMappingURL=GetDedicatedIpWarmUpDetailRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetDedicatedIpWarmUpDetailRequest.js","sourceRoot":"","sources":["../../src/models/GetDedicatedIpWarmUpDetailRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iCAAkC,SAAQ,KAAK,CAAC,KAAK;IAKhE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,GAAG,EAAE,KAAK;YACV,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,QAAQ;YACpB,GAAG,EAAE,QAAQ;YACb,YAAY,EAAE,QAAQ;SACvB,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;AA9BD,8EA8BC"}
@@ -0,0 +1,19 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { GetDedicatedIpWarmUpDetailResponseBody } from "./GetDedicatedIpWarmUpDetailResponseBody";
3
+ export declare class GetDedicatedIpWarmUpDetailResponse extends $dara.Model {
4
+ headers?: {
5
+ [key: string]: string;
6
+ };
7
+ statusCode?: number;
8
+ body?: GetDedicatedIpWarmUpDetailResponseBody;
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.GetDedicatedIpWarmUpDetailResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const GetDedicatedIpWarmUpDetailResponseBody_1 = require("./GetDedicatedIpWarmUpDetailResponseBody");
40
+ class GetDedicatedIpWarmUpDetailResponse 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: GetDedicatedIpWarmUpDetailResponseBody_1.GetDedicatedIpWarmUpDetailResponseBody,
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.GetDedicatedIpWarmUpDetailResponse = GetDedicatedIpWarmUpDetailResponse;
69
+ //# sourceMappingURL=GetDedicatedIpWarmUpDetailResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetDedicatedIpWarmUpDetailResponse.js","sourceRoot":"","sources":["../../src/models/GetDedicatedIpWarmUpDetailResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,qGAAkG;AAGlG,MAAa,kCAAmC,SAAQ,KAAK,CAAC,KAAK;IAIjE,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,+EAAsC;SAC7C,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,gFAiCC"}
@@ -0,0 +1,31 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class GetDedicatedIpWarmUpDetailResponseBodyDetail extends $dara.Model {
3
+ dayMark?: number;
4
+ deliverCounts?: number;
5
+ esp?: string;
6
+ sendCounts?: number;
7
+ static names(): {
8
+ [key: string]: string;
9
+ };
10
+ static types(): {
11
+ [key: string]: any;
12
+ };
13
+ validate(): void;
14
+ constructor(map?: {
15
+ [key: string]: any;
16
+ });
17
+ }
18
+ export declare class GetDedicatedIpWarmUpDetailResponseBody extends $dara.Model {
19
+ detail?: GetDedicatedIpWarmUpDetailResponseBodyDetail[];
20
+ requestId?: string;
21
+ static names(): {
22
+ [key: string]: string;
23
+ };
24
+ static types(): {
25
+ [key: string]: any;
26
+ };
27
+ validate(): void;
28
+ constructor(map?: {
29
+ [key: string]: any;
30
+ });
31
+ }
@@ -0,0 +1,88 @@
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.GetDedicatedIpWarmUpDetailResponseBody = exports.GetDedicatedIpWarmUpDetailResponseBodyDetail = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class GetDedicatedIpWarmUpDetailResponseBodyDetail extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ dayMark: 'DayMark',
43
+ deliverCounts: 'DeliverCounts',
44
+ esp: 'Esp',
45
+ sendCounts: 'SendCounts',
46
+ };
47
+ }
48
+ static types() {
49
+ return {
50
+ dayMark: 'number',
51
+ deliverCounts: 'number',
52
+ esp: 'string',
53
+ sendCounts: 'number',
54
+ };
55
+ }
56
+ validate() {
57
+ super.validate();
58
+ }
59
+ constructor(map) {
60
+ super(map);
61
+ }
62
+ }
63
+ exports.GetDedicatedIpWarmUpDetailResponseBodyDetail = GetDedicatedIpWarmUpDetailResponseBodyDetail;
64
+ class GetDedicatedIpWarmUpDetailResponseBody extends $dara.Model {
65
+ static names() {
66
+ return {
67
+ detail: 'Detail',
68
+ requestId: 'RequestId',
69
+ };
70
+ }
71
+ static types() {
72
+ return {
73
+ detail: { 'type': 'array', 'itemType': GetDedicatedIpWarmUpDetailResponseBodyDetail },
74
+ requestId: 'string',
75
+ };
76
+ }
77
+ validate() {
78
+ if (Array.isArray(this.detail)) {
79
+ $dara.Model.validateArray(this.detail);
80
+ }
81
+ super.validate();
82
+ }
83
+ constructor(map) {
84
+ super(map);
85
+ }
86
+ }
87
+ exports.GetDedicatedIpWarmUpDetailResponseBody = GetDedicatedIpWarmUpDetailResponseBody;
88
+ //# sourceMappingURL=GetDedicatedIpWarmUpDetailResponseBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetDedicatedIpWarmUpDetailResponseBody.js","sourceRoot":"","sources":["../../src/models/GetDedicatedIpWarmUpDetailResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4CAA6C,SAAQ,KAAK,CAAC,KAAK;IAK3E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,aAAa,EAAE,eAAe;YAC9B,GAAG,EAAE,KAAK;YACV,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,aAAa,EAAE,QAAQ;YACvB,GAAG,EAAE,QAAQ;YACb,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;AA9BD,oGA8BC;AAED,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;IAGrE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,4CAA4C,EAAE;YACrF,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;YAC9B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACzC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA3BD,wFA2BC"}
@@ -0,0 +1,14 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class GetDedicatedIpWarmUpInfoRequest extends $dara.Model {
3
+ dedicatedIp?: string;
4
+ static names(): {
5
+ [key: string]: string;
6
+ };
7
+ static types(): {
8
+ [key: string]: any;
9
+ };
10
+ validate(): void;
11
+ constructor(map?: {
12
+ [key: string]: any;
13
+ });
14
+ }
@@ -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.GetDedicatedIpWarmUpInfoRequest = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class GetDedicatedIpWarmUpInfoRequest extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ dedicatedIp: 'DedicatedIp',
43
+ };
44
+ }
45
+ static types() {
46
+ return {
47
+ dedicatedIp: 'string',
48
+ };
49
+ }
50
+ validate() {
51
+ super.validate();
52
+ }
53
+ constructor(map) {
54
+ super(map);
55
+ }
56
+ }
57
+ exports.GetDedicatedIpWarmUpInfoRequest = GetDedicatedIpWarmUpInfoRequest;
58
+ //# sourceMappingURL=GetDedicatedIpWarmUpInfoRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetDedicatedIpWarmUpInfoRequest.js","sourceRoot":"","sources":["../../src/models/GetDedicatedIpWarmUpInfoRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,+BAAgC,SAAQ,KAAK,CAAC,KAAK;IAE9D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,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;AArBD,0EAqBC"}
@@ -0,0 +1,19 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { GetDedicatedIpWarmUpInfoResponseBody } from "./GetDedicatedIpWarmUpInfoResponseBody";
3
+ export declare class GetDedicatedIpWarmUpInfoResponse extends $dara.Model {
4
+ headers?: {
5
+ [key: string]: string;
6
+ };
7
+ statusCode?: number;
8
+ body?: GetDedicatedIpWarmUpInfoResponseBody;
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.GetDedicatedIpWarmUpInfoResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const GetDedicatedIpWarmUpInfoResponseBody_1 = require("./GetDedicatedIpWarmUpInfoResponseBody");
40
+ class GetDedicatedIpWarmUpInfoResponse 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: GetDedicatedIpWarmUpInfoResponseBody_1.GetDedicatedIpWarmUpInfoResponseBody,
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.GetDedicatedIpWarmUpInfoResponse = GetDedicatedIpWarmUpInfoResponse;
69
+ //# sourceMappingURL=GetDedicatedIpWarmUpInfoResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetDedicatedIpWarmUpInfoResponse.js","sourceRoot":"","sources":["../../src/models/GetDedicatedIpWarmUpInfoResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,iGAA8F;AAG9F,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAI/D,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,2EAAoC;SAC3C,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,4EAiCC"}
@@ -0,0 +1,29 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class GetDedicatedIpWarmUpInfoResponseBodyInfo extends $dara.Model {
3
+ esp?: string;
4
+ finished?: boolean;
5
+ static names(): {
6
+ [key: string]: string;
7
+ };
8
+ static types(): {
9
+ [key: string]: any;
10
+ };
11
+ validate(): void;
12
+ constructor(map?: {
13
+ [key: string]: any;
14
+ });
15
+ }
16
+ export declare class GetDedicatedIpWarmUpInfoResponseBody extends $dara.Model {
17
+ info?: GetDedicatedIpWarmUpInfoResponseBodyInfo[];
18
+ requestId?: string;
19
+ static names(): {
20
+ [key: string]: string;
21
+ };
22
+ static types(): {
23
+ [key: string]: any;
24
+ };
25
+ validate(): void;
26
+ constructor(map?: {
27
+ [key: string]: any;
28
+ });
29
+ }
@@ -0,0 +1,84 @@
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.GetDedicatedIpWarmUpInfoResponseBody = exports.GetDedicatedIpWarmUpInfoResponseBodyInfo = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class GetDedicatedIpWarmUpInfoResponseBodyInfo extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ esp: 'Esp',
43
+ finished: 'Finished',
44
+ };
45
+ }
46
+ static types() {
47
+ return {
48
+ esp: 'string',
49
+ finished: 'boolean',
50
+ };
51
+ }
52
+ validate() {
53
+ super.validate();
54
+ }
55
+ constructor(map) {
56
+ super(map);
57
+ }
58
+ }
59
+ exports.GetDedicatedIpWarmUpInfoResponseBodyInfo = GetDedicatedIpWarmUpInfoResponseBodyInfo;
60
+ class GetDedicatedIpWarmUpInfoResponseBody extends $dara.Model {
61
+ static names() {
62
+ return {
63
+ info: 'Info',
64
+ requestId: 'RequestId',
65
+ };
66
+ }
67
+ static types() {
68
+ return {
69
+ info: { 'type': 'array', 'itemType': GetDedicatedIpWarmUpInfoResponseBodyInfo },
70
+ requestId: 'string',
71
+ };
72
+ }
73
+ validate() {
74
+ if (Array.isArray(this.info)) {
75
+ $dara.Model.validateArray(this.info);
76
+ }
77
+ super.validate();
78
+ }
79
+ constructor(map) {
80
+ super(map);
81
+ }
82
+ }
83
+ exports.GetDedicatedIpWarmUpInfoResponseBody = GetDedicatedIpWarmUpInfoResponseBody;
84
+ //# sourceMappingURL=GetDedicatedIpWarmUpInfoResponseBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetDedicatedIpWarmUpInfoResponseBody.js","sourceRoot":"","sources":["../../src/models/GetDedicatedIpWarmUpInfoResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wCAAyC,SAAQ,KAAK,CAAC,KAAK;IAGvE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,KAAK;YACV,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,QAAQ;YACb,QAAQ,EAAE,SAAS;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;AAxBD,4FAwBC;AAED,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;IAGnE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,wCAAwC,EAAE;YAC/E,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC;YAC5B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACvC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA3BD,oFA2BC"}
@@ -3,6 +3,8 @@ export { DedicatedIpListResponseBodyIps } from './DedicatedIpListResponseBody';
3
3
  export { DedicatedIpNonePoolListResponseBodyIps } from './DedicatedIpNonePoolListResponseBody';
4
4
  export { DedicatedIpPoolListResponseBodyIpPoolsIps } from './DedicatedIpPoolListResponseBody';
5
5
  export { DedicatedIpPoolListResponseBodyIpPools } from './DedicatedIpPoolListResponseBody';
6
+ export { GetDedicatedIpWarmUpDetailResponseBodyDetail } from './GetDedicatedIpWarmUpDetailResponseBody';
7
+ export { GetDedicatedIpWarmUpInfoResponseBodyInfo } from './GetDedicatedIpWarmUpInfoResponseBody';
6
8
  export { GetIpfilterListResponseBodyDataIpfilters } from './GetIpfilterListResponseBody';
7
9
  export { GetIpfilterListResponseBodyData } from './GetIpfilterListResponseBody';
8
10
  export { GetTrackListResponseBodyDataStat } from './GetTrackListResponseBody';
@@ -119,6 +121,12 @@ export { DescAccountSummaryResponse } from './DescAccountSummaryResponse';
119
121
  export { DescDomainRequest } from './DescDomainRequest';
120
122
  export { DescDomainResponseBody } from './DescDomainResponseBody';
121
123
  export { DescDomainResponse } from './DescDomainResponse';
124
+ export { GetDedicatedIpWarmUpDetailRequest } from './GetDedicatedIpWarmUpDetailRequest';
125
+ export { GetDedicatedIpWarmUpDetailResponseBody } from './GetDedicatedIpWarmUpDetailResponseBody';
126
+ export { GetDedicatedIpWarmUpDetailResponse } from './GetDedicatedIpWarmUpDetailResponse';
127
+ export { GetDedicatedIpWarmUpInfoRequest } from './GetDedicatedIpWarmUpInfoRequest';
128
+ export { GetDedicatedIpWarmUpInfoResponseBody } from './GetDedicatedIpWarmUpInfoResponseBody';
129
+ export { GetDedicatedIpWarmUpInfoResponse } from './GetDedicatedIpWarmUpInfoResponse';
122
130
  export { GetIpProtectionRequest } from './GetIpProtectionRequest';
123
131
  export { GetIpProtectionResponseBody } from './GetIpProtectionResponseBody';
124
132
  export { GetIpProtectionResponse } from './GetIpProtectionResponse';