@alicloud/alidns20150109 4.3.6 → 4.4.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.
- package/dist/client.d.ts +60 -0
- package/dist/client.js +228 -0
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeInterAuthStatisticsGlobalOverviewRequest.d.ts +33 -0
- package/dist/models/DescribeInterAuthStatisticsGlobalOverviewRequest.js +64 -0
- package/dist/models/DescribeInterAuthStatisticsGlobalOverviewRequest.js.map +1 -0
- package/dist/models/DescribeInterAuthStatisticsGlobalOverviewResponse.d.ts +19 -0
- package/dist/models/DescribeInterAuthStatisticsGlobalOverviewResponse.js +69 -0
- package/dist/models/DescribeInterAuthStatisticsGlobalOverviewResponse.js.map +1 -0
- package/dist/models/DescribeInterAuthStatisticsGlobalOverviewResponseBody.d.ts +54 -0
- package/dist/models/DescribeInterAuthStatisticsGlobalOverviewResponseBody.js +88 -0
- package/dist/models/DescribeInterAuthStatisticsGlobalOverviewResponseBody.js.map +1 -0
- package/dist/models/DescribeInterAuthStatisticsHistoryRequest.d.ts +44 -0
- package/dist/models/DescribeInterAuthStatisticsHistoryRequest.js +70 -0
- package/dist/models/DescribeInterAuthStatisticsHistoryRequest.js.map +1 -0
- package/dist/models/DescribeInterAuthStatisticsHistoryResponse.d.ts +19 -0
- package/dist/models/DescribeInterAuthStatisticsHistoryResponse.js +69 -0
- package/dist/models/DescribeInterAuthStatisticsHistoryResponse.js.map +1 -0
- package/dist/models/DescribeInterAuthStatisticsHistoryResponseBody.d.ts +69 -0
- package/dist/models/DescribeInterAuthStatisticsHistoryResponseBody.js +94 -0
- package/dist/models/DescribeInterAuthStatisticsHistoryResponseBody.js.map +1 -0
- package/dist/models/DescribeInterAuthStatisticsSummaryRequest.d.ts +80 -0
- package/dist/models/DescribeInterAuthStatisticsSummaryRequest.js +84 -0
- package/dist/models/DescribeInterAuthStatisticsSummaryRequest.js.map +1 -0
- package/dist/models/DescribeInterAuthStatisticsSummaryResponse.d.ts +19 -0
- package/dist/models/DescribeInterAuthStatisticsSummaryResponse.js +69 -0
- package/dist/models/DescribeInterAuthStatisticsSummaryResponse.js.map +1 -0
- package/dist/models/DescribeInterAuthStatisticsSummaryResponseBody.d.ts +124 -0
- package/dist/models/DescribeInterAuthStatisticsSummaryResponseBody.js +116 -0
- package/dist/models/DescribeInterAuthStatisticsSummaryResponseBody.js.map +1 -0
- package/dist/models/DescribeInterAuthStatisticsZoneOverviewRequest.d.ts +28 -0
- package/dist/models/DescribeInterAuthStatisticsZoneOverviewRequest.js +62 -0
- package/dist/models/DescribeInterAuthStatisticsZoneOverviewRequest.js.map +1 -0
- package/dist/models/DescribeInterAuthStatisticsZoneOverviewResponse.d.ts +19 -0
- package/dist/models/DescribeInterAuthStatisticsZoneOverviewResponse.js +69 -0
- package/dist/models/DescribeInterAuthStatisticsZoneOverviewResponse.js.map +1 -0
- package/dist/models/DescribeInterAuthStatisticsZoneOverviewResponseBody.d.ts +49 -0
- package/dist/models/DescribeInterAuthStatisticsZoneOverviewResponseBody.js +86 -0
- package/dist/models/DescribeInterAuthStatisticsZoneOverviewResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +16 -0
- package/dist/models/model.js +51 -18
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +264 -0
- package/src/models/DescribeInterAuthStatisticsGlobalOverviewRequest.ts +52 -0
- package/src/models/DescribeInterAuthStatisticsGlobalOverviewResponse.ts +40 -0
- package/src/models/DescribeInterAuthStatisticsGlobalOverviewResponseBody.ts +88 -0
- package/src/models/DescribeInterAuthStatisticsHistoryRequest.ts +69 -0
- package/src/models/DescribeInterAuthStatisticsHistoryResponse.ts +40 -0
- package/src/models/DescribeInterAuthStatisticsHistoryResponseBody.ts +109 -0
- package/src/models/DescribeInterAuthStatisticsSummaryRequest.ts +119 -0
- package/src/models/DescribeInterAuthStatisticsSummaryResponse.ts +40 -0
- package/src/models/DescribeInterAuthStatisticsSummaryResponseBody.ts +186 -0
- package/src/models/DescribeInterAuthStatisticsZoneOverviewRequest.ts +45 -0
- package/src/models/DescribeInterAuthStatisticsZoneOverviewResponse.ts +40 -0
- package/src/models/DescribeInterAuthStatisticsZoneOverviewResponseBody.ts +81 -0
- package/src/models/model.ts +16 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DescribeInterAuthStatisticsGlobalOverviewRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* en-US
|
|
6
|
+
*/
|
|
7
|
+
acceptLanguage?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* 23445411234395894586....
|
|
11
|
+
*/
|
|
12
|
+
clientToken?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* DAY
|
|
16
|
+
*/
|
|
17
|
+
overviewPeriod?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @example
|
|
20
|
+
* cn-beijing
|
|
21
|
+
*/
|
|
22
|
+
serverRegion?: string;
|
|
23
|
+
static names(): {
|
|
24
|
+
[key: string]: string;
|
|
25
|
+
};
|
|
26
|
+
static types(): {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
};
|
|
29
|
+
validate(): void;
|
|
30
|
+
constructor(map?: {
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
});
|
|
33
|
+
}
|
|
@@ -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.DescribeInterAuthStatisticsGlobalOverviewRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DescribeInterAuthStatisticsGlobalOverviewRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
acceptLanguage: 'AcceptLanguage',
|
|
43
|
+
clientToken: 'ClientToken',
|
|
44
|
+
overviewPeriod: 'OverviewPeriod',
|
|
45
|
+
serverRegion: 'ServerRegion',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
acceptLanguage: 'string',
|
|
51
|
+
clientToken: 'string',
|
|
52
|
+
overviewPeriod: 'string',
|
|
53
|
+
serverRegion: 'string',
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
validate() {
|
|
57
|
+
super.validate();
|
|
58
|
+
}
|
|
59
|
+
constructor(map) {
|
|
60
|
+
super(map);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
exports.DescribeInterAuthStatisticsGlobalOverviewRequest = DescribeInterAuthStatisticsGlobalOverviewRequest;
|
|
64
|
+
//# sourceMappingURL=DescribeInterAuthStatisticsGlobalOverviewRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeInterAuthStatisticsGlobalOverviewRequest.js","sourceRoot":"","sources":["../../src/models/DescribeInterAuthStatisticsGlobalOverviewRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gDAAiD,SAAQ,KAAK,CAAC,KAAK;IAqB/E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;YAChC,WAAW,EAAE,aAAa;YAC1B,cAAc,EAAE,gBAAgB;YAChC,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,QAAQ;YACxB,WAAW,EAAE,QAAQ;YACrB,cAAc,EAAE,QAAQ;YACxB,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;AA9CD,4GA8CC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { DescribeInterAuthStatisticsGlobalOverviewResponseBody } from "./DescribeInterAuthStatisticsGlobalOverviewResponseBody";
|
|
3
|
+
export declare class DescribeInterAuthStatisticsGlobalOverviewResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: DescribeInterAuthStatisticsGlobalOverviewResponseBody;
|
|
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.DescribeInterAuthStatisticsGlobalOverviewResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const DescribeInterAuthStatisticsGlobalOverviewResponseBody_1 = require("./DescribeInterAuthStatisticsGlobalOverviewResponseBody");
|
|
40
|
+
class DescribeInterAuthStatisticsGlobalOverviewResponse 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: DescribeInterAuthStatisticsGlobalOverviewResponseBody_1.DescribeInterAuthStatisticsGlobalOverviewResponseBody,
|
|
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.DescribeInterAuthStatisticsGlobalOverviewResponse = DescribeInterAuthStatisticsGlobalOverviewResponse;
|
|
69
|
+
//# sourceMappingURL=DescribeInterAuthStatisticsGlobalOverviewResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeInterAuthStatisticsGlobalOverviewResponse.js","sourceRoot":"","sources":["../../src/models/DescribeInterAuthStatisticsGlobalOverviewResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,mIAAgI;AAGhI,MAAa,iDAAkD,SAAQ,KAAK,CAAC,KAAK;IAIhF,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,6GAAqD;SAC5D,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,8GAiCC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DescribeInterAuthStatisticsGlobalOverviewResponseBodyData extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* 72
|
|
6
|
+
*/
|
|
7
|
+
avgSuccessRatio?: number;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* 75
|
|
11
|
+
*/
|
|
12
|
+
avgSuccessRatioTrend?: number;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* 18349
|
|
16
|
+
*/
|
|
17
|
+
totalResolveCount?: number;
|
|
18
|
+
/**
|
|
19
|
+
* @example
|
|
20
|
+
* 2341
|
|
21
|
+
*/
|
|
22
|
+
totalResolveCountTrend?: number;
|
|
23
|
+
static names(): {
|
|
24
|
+
[key: string]: string;
|
|
25
|
+
};
|
|
26
|
+
static types(): {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
};
|
|
29
|
+
validate(): void;
|
|
30
|
+
constructor(map?: {
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
export declare class DescribeInterAuthStatisticsGlobalOverviewResponseBody extends $dara.Model {
|
|
35
|
+
data?: DescribeInterAuthStatisticsGlobalOverviewResponseBodyData;
|
|
36
|
+
/**
|
|
37
|
+
* @remarks
|
|
38
|
+
* Id of the request
|
|
39
|
+
*
|
|
40
|
+
* @example
|
|
41
|
+
* 389DFFA3-77A5-4A9E-BF3D-147C6F98A5BA
|
|
42
|
+
*/
|
|
43
|
+
requestId?: string;
|
|
44
|
+
static names(): {
|
|
45
|
+
[key: string]: string;
|
|
46
|
+
};
|
|
47
|
+
static types(): {
|
|
48
|
+
[key: string]: any;
|
|
49
|
+
};
|
|
50
|
+
validate(): void;
|
|
51
|
+
constructor(map?: {
|
|
52
|
+
[key: string]: any;
|
|
53
|
+
});
|
|
54
|
+
}
|
|
@@ -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.DescribeInterAuthStatisticsGlobalOverviewResponseBody = exports.DescribeInterAuthStatisticsGlobalOverviewResponseBodyData = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DescribeInterAuthStatisticsGlobalOverviewResponseBodyData extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
avgSuccessRatio: 'AvgSuccessRatio',
|
|
43
|
+
avgSuccessRatioTrend: 'AvgSuccessRatioTrend',
|
|
44
|
+
totalResolveCount: 'TotalResolveCount',
|
|
45
|
+
totalResolveCountTrend: 'TotalResolveCountTrend',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
avgSuccessRatio: 'number',
|
|
51
|
+
avgSuccessRatioTrend: 'number',
|
|
52
|
+
totalResolveCount: 'number',
|
|
53
|
+
totalResolveCountTrend: 'number',
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
validate() {
|
|
57
|
+
super.validate();
|
|
58
|
+
}
|
|
59
|
+
constructor(map) {
|
|
60
|
+
super(map);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
exports.DescribeInterAuthStatisticsGlobalOverviewResponseBodyData = DescribeInterAuthStatisticsGlobalOverviewResponseBodyData;
|
|
64
|
+
class DescribeInterAuthStatisticsGlobalOverviewResponseBody extends $dara.Model {
|
|
65
|
+
static names() {
|
|
66
|
+
return {
|
|
67
|
+
data: 'Data',
|
|
68
|
+
requestId: 'RequestId',
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
static types() {
|
|
72
|
+
return {
|
|
73
|
+
data: DescribeInterAuthStatisticsGlobalOverviewResponseBodyData,
|
|
74
|
+
requestId: 'string',
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
validate() {
|
|
78
|
+
if (this.data && typeof this.data.validate === 'function') {
|
|
79
|
+
this.data.validate();
|
|
80
|
+
}
|
|
81
|
+
super.validate();
|
|
82
|
+
}
|
|
83
|
+
constructor(map) {
|
|
84
|
+
super(map);
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
exports.DescribeInterAuthStatisticsGlobalOverviewResponseBody = DescribeInterAuthStatisticsGlobalOverviewResponseBody;
|
|
88
|
+
//# sourceMappingURL=DescribeInterAuthStatisticsGlobalOverviewResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeInterAuthStatisticsGlobalOverviewResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeInterAuthStatisticsGlobalOverviewResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yDAA0D,SAAQ,KAAK,CAAC,KAAK;IAqBxF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,iBAAiB;YAClC,oBAAoB,EAAE,sBAAsB;YAC5C,iBAAiB,EAAE,mBAAmB;YACtC,sBAAsB,EAAE,wBAAwB;SACjD,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,QAAQ;YACzB,oBAAoB,EAAE,QAAQ;YAC9B,iBAAiB,EAAE,QAAQ;YAC3B,sBAAsB,EAAE,QAAQ;SACjC,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;AA9CD,8HA8CC;AAED,MAAa,qDAAsD,SAAQ,KAAK,CAAC,KAAK;IAUpF,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,yDAAyD;YAC/D,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,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;AAlCD,sHAkCC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DescribeInterAuthStatisticsHistoryRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* dns-example.top
|
|
6
|
+
*/
|
|
7
|
+
domainName?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* 1741526400000
|
|
11
|
+
*/
|
|
12
|
+
endTimestamp?: number;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* 0
|
|
16
|
+
*/
|
|
17
|
+
rcode?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @example
|
|
20
|
+
* ap-southeast-3
|
|
21
|
+
*/
|
|
22
|
+
serverRegion?: string;
|
|
23
|
+
/**
|
|
24
|
+
* @example
|
|
25
|
+
* 1474335170000
|
|
26
|
+
*/
|
|
27
|
+
startTimestamp?: number;
|
|
28
|
+
statisticalType?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @example
|
|
31
|
+
* lisheng999.com
|
|
32
|
+
*/
|
|
33
|
+
zoneName?: string;
|
|
34
|
+
static names(): {
|
|
35
|
+
[key: string]: string;
|
|
36
|
+
};
|
|
37
|
+
static types(): {
|
|
38
|
+
[key: string]: any;
|
|
39
|
+
};
|
|
40
|
+
validate(): void;
|
|
41
|
+
constructor(map?: {
|
|
42
|
+
[key: string]: any;
|
|
43
|
+
});
|
|
44
|
+
}
|
|
@@ -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.DescribeInterAuthStatisticsHistoryRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DescribeInterAuthStatisticsHistoryRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
domainName: 'DomainName',
|
|
43
|
+
endTimestamp: 'EndTimestamp',
|
|
44
|
+
rcode: 'Rcode',
|
|
45
|
+
serverRegion: 'ServerRegion',
|
|
46
|
+
startTimestamp: 'StartTimestamp',
|
|
47
|
+
statisticalType: 'StatisticalType',
|
|
48
|
+
zoneName: 'ZoneName',
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
static types() {
|
|
52
|
+
return {
|
|
53
|
+
domainName: 'string',
|
|
54
|
+
endTimestamp: 'number',
|
|
55
|
+
rcode: 'string',
|
|
56
|
+
serverRegion: 'string',
|
|
57
|
+
startTimestamp: 'number',
|
|
58
|
+
statisticalType: 'string',
|
|
59
|
+
zoneName: 'string',
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
validate() {
|
|
63
|
+
super.validate();
|
|
64
|
+
}
|
|
65
|
+
constructor(map) {
|
|
66
|
+
super(map);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
exports.DescribeInterAuthStatisticsHistoryRequest = DescribeInterAuthStatisticsHistoryRequest;
|
|
70
|
+
//# sourceMappingURL=DescribeInterAuthStatisticsHistoryRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeInterAuthStatisticsHistoryRequest.js","sourceRoot":"","sources":["../../src/models/DescribeInterAuthStatisticsHistoryRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yCAA0C,SAAQ,KAAK,CAAC,KAAK;IAgCxE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,YAAY,EAAE,cAAc;YAC5B,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,cAAc;YAC5B,cAAc,EAAE,gBAAgB;YAChC,eAAe,EAAE,iBAAiB;YAClC,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,YAAY,EAAE,QAAQ;YACtB,KAAK,EAAE,QAAQ;YACf,YAAY,EAAE,QAAQ;YACtB,cAAc,EAAE,QAAQ;YACxB,eAAe,EAAE,QAAQ;YACzB,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;AA/DD,8FA+DC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { DescribeInterAuthStatisticsHistoryResponseBody } from "./DescribeInterAuthStatisticsHistoryResponseBody";
|
|
3
|
+
export declare class DescribeInterAuthStatisticsHistoryResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: DescribeInterAuthStatisticsHistoryResponseBody;
|
|
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.DescribeInterAuthStatisticsHistoryResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const DescribeInterAuthStatisticsHistoryResponseBody_1 = require("./DescribeInterAuthStatisticsHistoryResponseBody");
|
|
40
|
+
class DescribeInterAuthStatisticsHistoryResponse 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: DescribeInterAuthStatisticsHistoryResponseBody_1.DescribeInterAuthStatisticsHistoryResponseBody,
|
|
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.DescribeInterAuthStatisticsHistoryResponse = DescribeInterAuthStatisticsHistoryResponse;
|
|
69
|
+
//# sourceMappingURL=DescribeInterAuthStatisticsHistoryResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribeInterAuthStatisticsHistoryResponse.js","sourceRoot":"","sources":["../../src/models/DescribeInterAuthStatisticsHistoryResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,qHAAkH;AAGlH,MAAa,0CAA2C,SAAQ,KAAK,CAAC,KAAK;IAIzE,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,+FAA8C;SACrD,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,gGAiCC"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class DescribeInterAuthStatisticsHistoryResponseBodyData extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* 20
|
|
6
|
+
*/
|
|
7
|
+
count?: number;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* example.com
|
|
11
|
+
*/
|
|
12
|
+
domainName?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* HTTP
|
|
16
|
+
*/
|
|
17
|
+
protocol?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @example
|
|
20
|
+
* A
|
|
21
|
+
*/
|
|
22
|
+
qtype?: string;
|
|
23
|
+
/**
|
|
24
|
+
* @example
|
|
25
|
+
* 100
|
|
26
|
+
*/
|
|
27
|
+
ratio?: number;
|
|
28
|
+
/**
|
|
29
|
+
* @example
|
|
30
|
+
* 1706716800000
|
|
31
|
+
*/
|
|
32
|
+
timestamp?: number;
|
|
33
|
+
/**
|
|
34
|
+
* @example
|
|
35
|
+
* mt2.cn
|
|
36
|
+
*/
|
|
37
|
+
zoneName?: string;
|
|
38
|
+
static names(): {
|
|
39
|
+
[key: string]: string;
|
|
40
|
+
};
|
|
41
|
+
static types(): {
|
|
42
|
+
[key: string]: any;
|
|
43
|
+
};
|
|
44
|
+
validate(): void;
|
|
45
|
+
constructor(map?: {
|
|
46
|
+
[key: string]: any;
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
export declare class DescribeInterAuthStatisticsHistoryResponseBody extends $dara.Model {
|
|
50
|
+
data?: DescribeInterAuthStatisticsHistoryResponseBodyData[];
|
|
51
|
+
/**
|
|
52
|
+
* @remarks
|
|
53
|
+
* Id of the request
|
|
54
|
+
*
|
|
55
|
+
* @example
|
|
56
|
+
* 6856BCF6-11D6-4D7E-AC53-FD579933522B
|
|
57
|
+
*/
|
|
58
|
+
requestId?: 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
|
+
}
|