@alicloud/waf-openapi20211001 4.2.1 → 4.3.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 (29) hide show
  1. package/dist/client.d.ts +15 -0
  2. package/dist/client.js +60 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/DescribeIpAbroadCountryInfosRequest.d.ts +56 -0
  5. package/dist/models/DescribeIpAbroadCountryInfosRequest.js +72 -0
  6. package/dist/models/DescribeIpAbroadCountryInfosRequest.js.map +1 -0
  7. package/dist/models/DescribeIpAbroadCountryInfosResponse.d.ts +19 -0
  8. package/dist/models/DescribeIpAbroadCountryInfosResponse.js +69 -0
  9. package/dist/models/DescribeIpAbroadCountryInfosResponse.js.map +1 -0
  10. package/dist/models/DescribeIpAbroadCountryInfosResponseBody.d.ts +35 -0
  11. package/dist/models/DescribeIpAbroadCountryInfosResponseBody.js +70 -0
  12. package/dist/models/DescribeIpAbroadCountryInfosResponseBody.js.map +1 -0
  13. package/dist/models/DescribeIpAbroadCountryInfosResponseBodyAbroadInfos.d.ts +30 -0
  14. package/dist/models/DescribeIpAbroadCountryInfosResponseBodyAbroadInfos.js +68 -0
  15. package/dist/models/DescribeIpAbroadCountryInfosResponseBodyAbroadInfos.js.map +1 -0
  16. package/dist/models/DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions.d.ts +23 -0
  17. package/dist/models/DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions.js +60 -0
  18. package/dist/models/DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions.js.map +1 -0
  19. package/dist/models/model.d.ts +5 -0
  20. package/dist/models/model.js +23 -13
  21. package/dist/models/model.js.map +1 -1
  22. package/package.json +1 -1
  23. package/src/client.ts +70 -0
  24. package/src/models/DescribeIpAbroadCountryInfosRequest.ts +83 -0
  25. package/src/models/DescribeIpAbroadCountryInfosResponse.ts +40 -0
  26. package/src/models/DescribeIpAbroadCountryInfosResponseBody.ts +59 -0
  27. package/src/models/DescribeIpAbroadCountryInfosResponseBodyAbroadInfos.ts +52 -0
  28. package/src/models/DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions.ts +38 -0
  29. package/src/models/model.ts +5 -0
@@ -0,0 +1,56 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class DescribeIpAbroadCountryInfosRequest extends $dara.Model {
3
+ /**
4
+ * @example
5
+ * US-CA
6
+ */
7
+ abroadRegion?: string;
8
+ /**
9
+ * @example
10
+ * US
11
+ */
12
+ country?: string;
13
+ /**
14
+ * @remarks
15
+ * This parameter is required.
16
+ *
17
+ * @example
18
+ * waf_elasticity-cn-0xl*******005
19
+ */
20
+ instanceId?: string;
21
+ /**
22
+ * @example
23
+ * en
24
+ */
25
+ language?: string;
26
+ /**
27
+ * @example
28
+ * 20
29
+ */
30
+ maxResults?: number;
31
+ /**
32
+ * @example
33
+ * caeba0bbb2be03f84eb48b699f0*****
34
+ */
35
+ nextToken?: string;
36
+ /**
37
+ * @example
38
+ * cn-hangzhou
39
+ */
40
+ regionId?: string;
41
+ /**
42
+ * @example
43
+ * rg-aekzwwk****cv5i
44
+ */
45
+ resourceManagerResourceGroupId?: string;
46
+ static names(): {
47
+ [key: string]: string;
48
+ };
49
+ static types(): {
50
+ [key: string]: any;
51
+ };
52
+ validate(): void;
53
+ constructor(map?: {
54
+ [key: string]: any;
55
+ });
56
+ }
@@ -0,0 +1,72 @@
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.DescribeIpAbroadCountryInfosRequest = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class DescribeIpAbroadCountryInfosRequest extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ abroadRegion: 'AbroadRegion',
43
+ country: 'Country',
44
+ instanceId: 'InstanceId',
45
+ language: 'Language',
46
+ maxResults: 'MaxResults',
47
+ nextToken: 'NextToken',
48
+ regionId: 'RegionId',
49
+ resourceManagerResourceGroupId: 'ResourceManagerResourceGroupId',
50
+ };
51
+ }
52
+ static types() {
53
+ return {
54
+ abroadRegion: 'string',
55
+ country: 'string',
56
+ instanceId: 'string',
57
+ language: 'string',
58
+ maxResults: 'number',
59
+ nextToken: 'string',
60
+ regionId: 'string',
61
+ resourceManagerResourceGroupId: 'string',
62
+ };
63
+ }
64
+ validate() {
65
+ super.validate();
66
+ }
67
+ constructor(map) {
68
+ super(map);
69
+ }
70
+ }
71
+ exports.DescribeIpAbroadCountryInfosRequest = DescribeIpAbroadCountryInfosRequest;
72
+ //# sourceMappingURL=DescribeIpAbroadCountryInfosRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeIpAbroadCountryInfosRequest.js","sourceRoot":"","sources":["../../src/models/DescribeIpAbroadCountryInfosRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IA4ClE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,UAAU;YACpB,8BAA8B,EAAE,gCAAgC;SACjE,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,QAAQ,EAAE,QAAQ;YAClB,8BAA8B,EAAE,QAAQ;SACzC,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;AA7ED,kFA6EC"}
@@ -0,0 +1,19 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { DescribeIpAbroadCountryInfosResponseBody } from "./DescribeIpAbroadCountryInfosResponseBody";
3
+ export declare class DescribeIpAbroadCountryInfosResponse extends $dara.Model {
4
+ headers?: {
5
+ [key: string]: string;
6
+ };
7
+ statusCode?: number;
8
+ body?: DescribeIpAbroadCountryInfosResponseBody;
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.DescribeIpAbroadCountryInfosResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const DescribeIpAbroadCountryInfosResponseBody_1 = require("./DescribeIpAbroadCountryInfosResponseBody");
40
+ class DescribeIpAbroadCountryInfosResponse 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: DescribeIpAbroadCountryInfosResponseBody_1.DescribeIpAbroadCountryInfosResponseBody,
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.DescribeIpAbroadCountryInfosResponse = DescribeIpAbroadCountryInfosResponse;
69
+ //# sourceMappingURL=DescribeIpAbroadCountryInfosResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeIpAbroadCountryInfosResponse.js","sourceRoot":"","sources":["../../src/models/DescribeIpAbroadCountryInfosResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,yGAAsG;AAGtG,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;IAInE,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,mFAAwC;SAC/C,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,oFAiCC"}
@@ -0,0 +1,35 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { DescribeIpAbroadCountryInfosResponseBodyAbroadInfos } from "./DescribeIpAbroadCountryInfosResponseBodyAbroadInfos";
3
+ export declare class DescribeIpAbroadCountryInfosResponseBody extends $dara.Model {
4
+ abroadInfos?: DescribeIpAbroadCountryInfosResponseBodyAbroadInfos[];
5
+ /**
6
+ * @example
7
+ * 20
8
+ */
9
+ maxResults?: number;
10
+ /**
11
+ * @example
12
+ * caeba0bbb2be03f84eb48b699f0*****
13
+ */
14
+ nextToken?: string;
15
+ /**
16
+ * @example
17
+ * 66A98669-CC6E-4F3E-80A6-3014697B11AE
18
+ */
19
+ requestId?: string;
20
+ /**
21
+ * @example
22
+ * 2
23
+ */
24
+ totalCount?: number;
25
+ static names(): {
26
+ [key: string]: string;
27
+ };
28
+ static types(): {
29
+ [key: string]: any;
30
+ };
31
+ validate(): void;
32
+ constructor(map?: {
33
+ [key: string]: any;
34
+ });
35
+ }
@@ -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.DescribeIpAbroadCountryInfosResponseBody = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const DescribeIpAbroadCountryInfosResponseBodyAbroadInfos_1 = require("./DescribeIpAbroadCountryInfosResponseBodyAbroadInfos");
40
+ class DescribeIpAbroadCountryInfosResponseBody extends $dara.Model {
41
+ static names() {
42
+ return {
43
+ abroadInfos: 'AbroadInfos',
44
+ maxResults: 'MaxResults',
45
+ nextToken: 'NextToken',
46
+ requestId: 'RequestId',
47
+ totalCount: 'TotalCount',
48
+ };
49
+ }
50
+ static types() {
51
+ return {
52
+ abroadInfos: { 'type': 'array', 'itemType': DescribeIpAbroadCountryInfosResponseBodyAbroadInfos_1.DescribeIpAbroadCountryInfosResponseBodyAbroadInfos },
53
+ maxResults: 'number',
54
+ nextToken: 'string',
55
+ requestId: 'string',
56
+ totalCount: 'number',
57
+ };
58
+ }
59
+ validate() {
60
+ if (Array.isArray(this.abroadInfos)) {
61
+ $dara.Model.validateArray(this.abroadInfos);
62
+ }
63
+ super.validate();
64
+ }
65
+ constructor(map) {
66
+ super(map);
67
+ }
68
+ }
69
+ exports.DescribeIpAbroadCountryInfosResponseBody = DescribeIpAbroadCountryInfosResponseBody;
70
+ //# sourceMappingURL=DescribeIpAbroadCountryInfosResponseBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeIpAbroadCountryInfosResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeIpAbroadCountryInfosResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,+HAA4H;AAG5H,MAAa,wCAAyC,SAAQ,KAAK,CAAC,KAAK;IAsBvE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,yGAAmD,EAAE;YACjG,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;YACnC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApDD,4FAoDC"}
@@ -0,0 +1,30 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions } from "./DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions";
3
+ export declare class DescribeIpAbroadCountryInfosResponseBodyAbroadInfos extends $dara.Model {
4
+ /**
5
+ * @example
6
+ * 北美洲
7
+ */
8
+ continent?: string;
9
+ /**
10
+ * @example
11
+ * US
12
+ */
13
+ country?: string;
14
+ /**
15
+ * @example
16
+ * 美国
17
+ */
18
+ countryName?: string;
19
+ regions?: DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions[];
20
+ static names(): {
21
+ [key: string]: string;
22
+ };
23
+ static types(): {
24
+ [key: string]: any;
25
+ };
26
+ validate(): void;
27
+ constructor(map?: {
28
+ [key: string]: any;
29
+ });
30
+ }
@@ -0,0 +1,68 @@
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.DescribeIpAbroadCountryInfosResponseBodyAbroadInfos = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions_1 = require("./DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions");
40
+ class DescribeIpAbroadCountryInfosResponseBodyAbroadInfos extends $dara.Model {
41
+ static names() {
42
+ return {
43
+ continent: 'Continent',
44
+ country: 'Country',
45
+ countryName: 'CountryName',
46
+ regions: 'Regions',
47
+ };
48
+ }
49
+ static types() {
50
+ return {
51
+ continent: 'string',
52
+ country: 'string',
53
+ countryName: 'string',
54
+ regions: { 'type': 'array', 'itemType': DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions_1.DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions },
55
+ };
56
+ }
57
+ validate() {
58
+ if (Array.isArray(this.regions)) {
59
+ $dara.Model.validateArray(this.regions);
60
+ }
61
+ super.validate();
62
+ }
63
+ constructor(map) {
64
+ super(map);
65
+ }
66
+ }
67
+ exports.DescribeIpAbroadCountryInfosResponseBodyAbroadInfos = DescribeIpAbroadCountryInfosResponseBodyAbroadInfos;
68
+ //# sourceMappingURL=DescribeIpAbroadCountryInfosResponseBodyAbroadInfos.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeIpAbroadCountryInfosResponseBodyAbroadInfos.js","sourceRoot":"","sources":["../../src/models/DescribeIpAbroadCountryInfosResponseBodyAbroadInfos.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,6IAA0I;AAG1I,MAAa,mDAAoD,SAAQ,KAAK,CAAC,KAAK;IAiBlF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,aAAa;YAC1B,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,QAAQ;YACjB,WAAW,EAAE,QAAQ;YACrB,OAAO,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,uHAA0D,EAAE;SACrG,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;AA7CD,kHA6CC"}
@@ -0,0 +1,23 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions extends $dara.Model {
3
+ /**
4
+ * @example
5
+ * US-CA
6
+ */
7
+ abroadRegionId?: string;
8
+ /**
9
+ * @example
10
+ * 加利福尼亚州
11
+ */
12
+ abroadRegionName?: string;
13
+ static names(): {
14
+ [key: string]: string;
15
+ };
16
+ static types(): {
17
+ [key: string]: any;
18
+ };
19
+ validate(): void;
20
+ constructor(map?: {
21
+ [key: string]: any;
22
+ });
23
+ }
@@ -0,0 +1,60 @@
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.DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ abroadRegionId: 'AbroadRegionId',
43
+ abroadRegionName: 'AbroadRegionName',
44
+ };
45
+ }
46
+ static types() {
47
+ return {
48
+ abroadRegionId: 'string',
49
+ abroadRegionName: 'string',
50
+ };
51
+ }
52
+ validate() {
53
+ super.validate();
54
+ }
55
+ constructor(map) {
56
+ super(map);
57
+ }
58
+ }
59
+ exports.DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions = DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions;
60
+ //# sourceMappingURL=DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions.js","sourceRoot":"","sources":["../../src/models/DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0DAA2D,SAAQ,KAAK,CAAC,KAAK;IAWzF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;YAChC,gBAAgB,EAAE,kBAAkB;SACrC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,QAAQ;YACxB,gBAAgB,EAAE,QAAQ;SAC3B,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;AAhCD,gIAgCC"}
@@ -81,6 +81,8 @@ export { DescribeHybridCloudServerRegionsResponseBodyRegions } from './DescribeH
81
81
  export { DescribeHybridCloudUnassignedMachinesResponseBodyUnassignedMachines } from './DescribeHybridCloudUnassignedMachinesResponseBodyUnassignedMachines';
82
82
  export { DescribeHybridCloudUserResponseBodyUserInfo } from './DescribeHybridCloudUserResponseBodyUserInfo';
83
83
  export { DescribeInstanceResponseBodyDetails } from './DescribeInstanceResponseBodyDetails';
84
+ export { DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions } from './DescribeIpAbroadCountryInfosResponseBodyAbroadInfosRegions';
85
+ export { DescribeIpAbroadCountryInfosResponseBodyAbroadInfos } from './DescribeIpAbroadCountryInfosResponseBodyAbroadInfos';
84
86
  export { DescribeMajorProtectionBlackIpsResponseBodyIpList } from './DescribeMajorProtectionBlackIpsResponseBodyIpList';
85
87
  export { DescribeMemberAccountsResponseBodyAccountInfos } from './DescribeMemberAccountsResponseBodyAccountInfos';
86
88
  export { DescribeNetworkFlowTimeSeriesMetricRequestFilterConditions } from './DescribeNetworkFlowTimeSeriesMetricRequestFilterConditions';
@@ -408,6 +410,9 @@ export { DescribeHybridCloudUserResponse } from './DescribeHybridCloudUserRespon
408
410
  export { DescribeInstanceRequest } from './DescribeInstanceRequest';
409
411
  export { DescribeInstanceResponseBody } from './DescribeInstanceResponseBody';
410
412
  export { DescribeInstanceResponse } from './DescribeInstanceResponse';
413
+ export { DescribeIpAbroadCountryInfosRequest } from './DescribeIpAbroadCountryInfosRequest';
414
+ export { DescribeIpAbroadCountryInfosResponseBody } from './DescribeIpAbroadCountryInfosResponseBody';
415
+ export { DescribeIpAbroadCountryInfosResponse } from './DescribeIpAbroadCountryInfosResponse';
411
416
  export { DescribeMajorProtectionBlackIpsRequest } from './DescribeMajorProtectionBlackIpsRequest';
412
417
  export { DescribeMajorProtectionBlackIpsResponseBody } from './DescribeMajorProtectionBlackIpsResponseBody';
413
418
  export { DescribeMajorProtectionBlackIpsResponse } from './DescribeMajorProtectionBlackIpsResponse';