@alicloud/polardb20170801 6.4.1 → 6.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.
- package/dist/client.d.ts +98 -0
- package/dist/client.js +372 -0
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeAidbclusterTaskLogFilesRequest.d.ts +65 -0
- package/dist/models/DescribeAidbclusterTaskLogFilesRequest.js +72 -0
- package/dist/models/DescribeAidbclusterTaskLogFilesRequest.js.map +1 -0
- package/dist/models/DescribeAidbclusterTaskLogFilesResponse.d.ts +19 -0
- package/dist/models/DescribeAidbclusterTaskLogFilesResponse.js +69 -0
- package/dist/models/DescribeAidbclusterTaskLogFilesResponse.js.map +1 -0
- package/dist/models/DescribeAidbclusterTaskLogFilesResponseBody.d.ts +87 -0
- package/dist/models/DescribeAidbclusterTaskLogFilesResponseBody.js +118 -0
- package/dist/models/DescribeAidbclusterTaskLogFilesResponseBody.js.map +1 -0
- package/dist/models/DescribeAidbclusterTaskMetricsRequest.d.ts +62 -0
- package/dist/models/DescribeAidbclusterTaskMetricsRequest.js +72 -0
- package/dist/models/DescribeAidbclusterTaskMetricsRequest.js.map +1 -0
- package/dist/models/DescribeAidbclusterTaskMetricsResponse.d.ts +19 -0
- package/dist/models/DescribeAidbclusterTaskMetricsResponse.js +69 -0
- package/dist/models/DescribeAidbclusterTaskMetricsResponse.js.map +1 -0
- package/dist/models/DescribeAidbclusterTaskMetricsResponseBody.d.ts +124 -0
- package/dist/models/DescribeAidbclusterTaskMetricsResponseBody.js +135 -0
- package/dist/models/DescribeAidbclusterTaskMetricsResponseBody.js.map +1 -0
- package/dist/models/DescribePolarAgentChatRecordsRequest.d.ts +26 -0
- package/dist/models/DescribePolarAgentChatRecordsRequest.js +60 -0
- package/dist/models/DescribePolarAgentChatRecordsRequest.js.map +1 -0
- package/dist/models/DescribePolarAgentChatRecordsResponse.d.ts +19 -0
- package/dist/models/DescribePolarAgentChatRecordsResponse.js +69 -0
- package/dist/models/DescribePolarAgentChatRecordsResponse.js.map +1 -0
- package/dist/models/DescribePolarAgentChatRecordsResponseBody.d.ts +59 -0
- package/dist/models/DescribePolarAgentChatRecordsResponseBody.js +90 -0
- package/dist/models/DescribePolarAgentChatRecordsResponseBody.js.map +1 -0
- package/dist/models/DescribePolarAgentSessionStatusRequest.d.ts +26 -0
- package/dist/models/DescribePolarAgentSessionStatusRequest.js +60 -0
- package/dist/models/DescribePolarAgentSessionStatusRequest.js.map +1 -0
- package/dist/models/DescribePolarAgentSessionStatusResponse.d.ts +19 -0
- package/dist/models/DescribePolarAgentSessionStatusResponse.js +69 -0
- package/dist/models/DescribePolarAgentSessionStatusResponse.js.map +1 -0
- package/dist/models/DescribePolarAgentSessionStatusResponseBody.d.ts +23 -0
- package/dist/models/DescribePolarAgentSessionStatusResponseBody.js +60 -0
- package/dist/models/DescribePolarAgentSessionStatusResponseBody.js.map +1 -0
- package/dist/models/DescribePolarAgentUserSessionsRequest.d.ts +18 -0
- package/dist/models/DescribePolarAgentUserSessionsRequest.js +58 -0
- package/dist/models/DescribePolarAgentUserSessionsRequest.js.map +1 -0
- package/dist/models/DescribePolarAgentUserSessionsResponse.d.ts +19 -0
- package/dist/models/DescribePolarAgentUserSessionsResponse.js +69 -0
- package/dist/models/DescribePolarAgentUserSessionsResponse.js.map +1 -0
- package/dist/models/DescribePolarAgentUserSessionsResponseBody.d.ts +46 -0
- package/dist/models/DescribePolarAgentUserSessionsResponseBody.js +86 -0
- package/dist/models/DescribePolarAgentUserSessionsResponseBody.js.map +1 -0
- package/dist/models/GetPolarAgentRequest.d.ts +36 -0
- package/dist/models/GetPolarAgentRequest.js +64 -0
- package/dist/models/GetPolarAgentRequest.js.map +1 -0
- package/dist/models/GetPolarAgentResponse.d.ts +19 -0
- package/dist/models/GetPolarAgentResponse.js +69 -0
- package/dist/models/GetPolarAgentResponse.js.map +1 -0
- package/dist/models/GetPolarAgentResponseBody.d.ts +105 -0
- package/dist/models/GetPolarAgentResponseBody.js +124 -0
- package/dist/models/GetPolarAgentResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +26 -0
- package/dist/models/model.js +75 -22
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +384 -0
- package/src/models/DescribeAidbclusterTaskLogFilesRequest.ts +92 -0
- package/src/models/DescribeAidbclusterTaskLogFilesResponse.ts +40 -0
- package/src/models/DescribeAidbclusterTaskLogFilesResponseBody.ts +142 -0
- package/src/models/DescribeAidbclusterTaskMetricsRequest.ts +89 -0
- package/src/models/DescribeAidbclusterTaskMetricsResponse.ts +40 -0
- package/src/models/DescribeAidbclusterTaskMetricsResponseBody.ts +194 -0
- package/src/models/DescribePolarAgentChatRecordsRequest.ts +41 -0
- package/src/models/DescribePolarAgentChatRecordsResponse.ts +40 -0
- package/src/models/DescribePolarAgentChatRecordsResponseBody.ts +95 -0
- package/src/models/DescribePolarAgentSessionStatusRequest.ts +41 -0
- package/src/models/DescribePolarAgentSessionStatusResponse.ts +40 -0
- package/src/models/DescribePolarAgentSessionStatusResponseBody.ts +38 -0
- package/src/models/DescribePolarAgentUserSessionsRequest.ts +31 -0
- package/src/models/DescribePolarAgentUserSessionsResponse.ts +40 -0
- package/src/models/DescribePolarAgentUserSessionsResponseBody.ts +78 -0
- package/src/models/GetPolarAgentRequest.ts +55 -0
- package/src/models/GetPolarAgentResponse.ts +40 -0
- package/src/models/GetPolarAgentResponseBody.ts +166 -0
- package/src/models/model.ts +26 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { GetPolarAgentResponseBody } from "./GetPolarAgentResponseBody";
|
|
3
|
+
export declare class GetPolarAgentResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: GetPolarAgentResponseBody;
|
|
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.GetPolarAgentResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const GetPolarAgentResponseBody_1 = require("./GetPolarAgentResponseBody");
|
|
40
|
+
class GetPolarAgentResponse 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: GetPolarAgentResponseBody_1.GetPolarAgentResponseBody,
|
|
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.GetPolarAgentResponse = GetPolarAgentResponse;
|
|
69
|
+
//# sourceMappingURL=GetPolarAgentResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetPolarAgentResponse.js","sourceRoot":"","sources":["../../src/models/GetPolarAgentResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,2EAAwE;AAGxE,MAAa,qBAAsB,SAAQ,KAAK,CAAC,KAAK;IAIpD,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,qDAAyB;SAChC,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,sDAiCC"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class GetPolarAgentResponseBodyFunctionCall extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* ---narguments:n parameters: []n
|
|
6
|
+
*/
|
|
7
|
+
arguments?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* 393
|
|
11
|
+
*/
|
|
12
|
+
id?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* rule04
|
|
16
|
+
*/
|
|
17
|
+
name?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @example
|
|
20
|
+
* xxx
|
|
21
|
+
*/
|
|
22
|
+
status?: 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
|
+
}
|
|
34
|
+
export declare class GetPolarAgentResponseBodyUiFunctionCall extends $dara.Model {
|
|
35
|
+
/**
|
|
36
|
+
* @remarks
|
|
37
|
+
* xxx
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* xxx
|
|
41
|
+
*/
|
|
42
|
+
argsText?: string;
|
|
43
|
+
/**
|
|
44
|
+
* @example
|
|
45
|
+
* xxx
|
|
46
|
+
*/
|
|
47
|
+
toolName?: string;
|
|
48
|
+
static names(): {
|
|
49
|
+
[key: string]: string;
|
|
50
|
+
};
|
|
51
|
+
static types(): {
|
|
52
|
+
[key: string]: any;
|
|
53
|
+
};
|
|
54
|
+
validate(): void;
|
|
55
|
+
constructor(map?: {
|
|
56
|
+
[key: string]: any;
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
export declare class GetPolarAgentResponseBody extends $dara.Model {
|
|
60
|
+
/**
|
|
61
|
+
* @remarks
|
|
62
|
+
* Id of the request
|
|
63
|
+
*
|
|
64
|
+
* @example
|
|
65
|
+
* QZ-13661677-80
|
|
66
|
+
*/
|
|
67
|
+
content?: string;
|
|
68
|
+
functionCall?: GetPolarAgentResponseBodyFunctionCall[];
|
|
69
|
+
/**
|
|
70
|
+
* @example
|
|
71
|
+
* polardb
|
|
72
|
+
*/
|
|
73
|
+
product?: string;
|
|
74
|
+
/**
|
|
75
|
+
* @example
|
|
76
|
+
* 2548026401648157601743560466154
|
|
77
|
+
*/
|
|
78
|
+
queryId?: string;
|
|
79
|
+
/**
|
|
80
|
+
* @example
|
|
81
|
+
* xxxx
|
|
82
|
+
*/
|
|
83
|
+
reasoningContent?: string;
|
|
84
|
+
/**
|
|
85
|
+
* @example
|
|
86
|
+
* 34458CD3-33E0-4624-BFEF-840C15******
|
|
87
|
+
*/
|
|
88
|
+
requestId?: string;
|
|
89
|
+
/**
|
|
90
|
+
* @example
|
|
91
|
+
* 40315d708f0806903b08813bf4c9db2e
|
|
92
|
+
*/
|
|
93
|
+
sessionId?: string;
|
|
94
|
+
uiFunctionCall?: GetPolarAgentResponseBodyUiFunctionCall[];
|
|
95
|
+
static names(): {
|
|
96
|
+
[key: string]: string;
|
|
97
|
+
};
|
|
98
|
+
static types(): {
|
|
99
|
+
[key: string]: any;
|
|
100
|
+
};
|
|
101
|
+
validate(): void;
|
|
102
|
+
constructor(map?: {
|
|
103
|
+
[key: string]: any;
|
|
104
|
+
});
|
|
105
|
+
}
|
|
@@ -0,0 +1,124 @@
|
|
|
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.GetPolarAgentResponseBody = exports.GetPolarAgentResponseBodyUiFunctionCall = exports.GetPolarAgentResponseBodyFunctionCall = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class GetPolarAgentResponseBodyFunctionCall extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
arguments: 'Arguments',
|
|
43
|
+
id: 'Id',
|
|
44
|
+
name: 'Name',
|
|
45
|
+
status: 'Status',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
arguments: 'string',
|
|
51
|
+
id: 'string',
|
|
52
|
+
name: 'string',
|
|
53
|
+
status: 'string',
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
validate() {
|
|
57
|
+
super.validate();
|
|
58
|
+
}
|
|
59
|
+
constructor(map) {
|
|
60
|
+
super(map);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
exports.GetPolarAgentResponseBodyFunctionCall = GetPolarAgentResponseBodyFunctionCall;
|
|
64
|
+
class GetPolarAgentResponseBodyUiFunctionCall extends $dara.Model {
|
|
65
|
+
static names() {
|
|
66
|
+
return {
|
|
67
|
+
argsText: 'ArgsText',
|
|
68
|
+
toolName: 'ToolName',
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
static types() {
|
|
72
|
+
return {
|
|
73
|
+
argsText: 'string',
|
|
74
|
+
toolName: 'string',
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
validate() {
|
|
78
|
+
super.validate();
|
|
79
|
+
}
|
|
80
|
+
constructor(map) {
|
|
81
|
+
super(map);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
exports.GetPolarAgentResponseBodyUiFunctionCall = GetPolarAgentResponseBodyUiFunctionCall;
|
|
85
|
+
class GetPolarAgentResponseBody extends $dara.Model {
|
|
86
|
+
static names() {
|
|
87
|
+
return {
|
|
88
|
+
content: 'Content',
|
|
89
|
+
functionCall: 'FunctionCall',
|
|
90
|
+
product: 'Product',
|
|
91
|
+
queryId: 'QueryId',
|
|
92
|
+
reasoningContent: 'ReasoningContent',
|
|
93
|
+
requestId: 'RequestId',
|
|
94
|
+
sessionId: 'SessionId',
|
|
95
|
+
uiFunctionCall: 'UiFunctionCall',
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
static types() {
|
|
99
|
+
return {
|
|
100
|
+
content: 'string',
|
|
101
|
+
functionCall: { 'type': 'array', 'itemType': GetPolarAgentResponseBodyFunctionCall },
|
|
102
|
+
product: 'string',
|
|
103
|
+
queryId: 'string',
|
|
104
|
+
reasoningContent: 'string',
|
|
105
|
+
requestId: 'string',
|
|
106
|
+
sessionId: 'string',
|
|
107
|
+
uiFunctionCall: { 'type': 'array', 'itemType': GetPolarAgentResponseBodyUiFunctionCall },
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
validate() {
|
|
111
|
+
if (Array.isArray(this.functionCall)) {
|
|
112
|
+
$dara.Model.validateArray(this.functionCall);
|
|
113
|
+
}
|
|
114
|
+
if (Array.isArray(this.uiFunctionCall)) {
|
|
115
|
+
$dara.Model.validateArray(this.uiFunctionCall);
|
|
116
|
+
}
|
|
117
|
+
super.validate();
|
|
118
|
+
}
|
|
119
|
+
constructor(map) {
|
|
120
|
+
super(map);
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
exports.GetPolarAgentResponseBody = GetPolarAgentResponseBody;
|
|
124
|
+
//# sourceMappingURL=GetPolarAgentResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetPolarAgentResponseBody.js","sourceRoot":"","sources":["../../src/models/GetPolarAgentResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;IAqBpE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,EAAE,EAAE,IAAI;YACR,IAAI,EAAE,MAAM;YACZ,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,EAAE,EAAE,QAAQ;YACZ,IAAI,EAAE,QAAQ;YACd,MAAM,EAAE,QAAQ;SACjB,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,sFA8CC;AAED,MAAa,uCAAwC,SAAQ,KAAK,CAAC,KAAK;IActE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,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;AAnCD,0FAmCC;AAED,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;IAoCxD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;YAClB,gBAAgB,EAAE,kBAAkB;YACpC,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,cAAc,EAAE,gBAAgB;SACjC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,YAAY,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,qCAAqC,EAAE;YACpF,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,QAAQ;YACjB,gBAAgB,EAAE,QAAQ;YAC1B,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,cAAc,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,uCAAuC,EAAE;SACzF,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE,CAAC;YACpC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC/C,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,CAAC;YACtC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACjD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA3ED,8DA2EC"}
|
package/dist/models/model.d.ts
CHANGED
|
@@ -17,6 +17,10 @@ export { DescribeAIDBClusterAttributeResponseBodyEndpointList } from './Describe
|
|
|
17
17
|
export { DescribeAIDBClusterAttributeResponseBodyVolumes } from './DescribeAidbclusterAttributeResponseBody';
|
|
18
18
|
export { DescribeAIDBClusterPerformanceResponseBodyPerformanceKeysPoints } from './DescribeAidbclusterPerformanceResponseBody';
|
|
19
19
|
export { DescribeAIDBClusterPerformanceResponseBodyPerformanceKeys } from './DescribeAidbclusterPerformanceResponseBody';
|
|
20
|
+
export { DescribeAIDBClusterTaskLogFilesResponseBodyItemsSlsLogItems } from './DescribeAidbclusterTaskLogFilesResponseBody';
|
|
21
|
+
export { DescribeAIDBClusterTaskLogFilesResponseBodyItems } from './DescribeAidbclusterTaskLogFilesResponseBody';
|
|
22
|
+
export { DescribeAIDBClusterTaskMetricsResponseBodyItemsSlsMetricsItems } from './DescribeAidbclusterTaskMetricsResponseBody';
|
|
23
|
+
export { DescribeAIDBClusterTaskMetricsResponseBodyItems } from './DescribeAidbclusterTaskMetricsResponseBody';
|
|
20
24
|
export { DescribeAIDBClustersRequestTag } from './DescribeAidbclustersRequest';
|
|
21
25
|
export { DescribeAIDBClustersResponseBodyItemsDBClusterTagsTag } from './DescribeAidbclustersResponseBody';
|
|
22
26
|
export { DescribeAIDBClustersResponseBodyItemsDBClusterTags } from './DescribeAidbclustersResponseBody';
|
|
@@ -191,6 +195,8 @@ export { DescribeParameterTemplatesResponseBodyParametersTemplateRecord } from '
|
|
|
191
195
|
export { DescribeParameterTemplatesResponseBodyParameters } from './DescribeParameterTemplatesResponseBody';
|
|
192
196
|
export { DescribePendingMaintenanceActionResponseBodyItems } from './DescribePendingMaintenanceActionResponseBody';
|
|
193
197
|
export { DescribePendingMaintenanceActionsResponseBodyTypeList } from './DescribePendingMaintenanceActionsResponseBody';
|
|
198
|
+
export { DescribePolarAgentChatRecordsResponseBodyData } from './DescribePolarAgentChatRecordsResponseBody';
|
|
199
|
+
export { DescribePolarAgentUserSessionsResponseBodyData } from './DescribePolarAgentUserSessionsResponseBody';
|
|
194
200
|
export { DescribePolarFsAttributeResponseBodyMountInfo } from './DescribePolarFsAttributeResponseBody';
|
|
195
201
|
export { DescribePolarFsQuotaResponseBodyPolicyItems } from './DescribePolarFsQuotaResponseBody';
|
|
196
202
|
export { DescribeRdsVSwitchsResponseBodyVSwitchesVSwitch } from './DescribeRdsVswitchsResponseBody';
|
|
@@ -221,6 +227,8 @@ export { DescribeVSwitchesResponseBodyVSwitchs } from './DescribeVswitchesRespon
|
|
|
221
227
|
export { DescribeVpcsResponseBodyVpcsVSwitchs } from './DescribeVpcsResponseBody';
|
|
222
228
|
export { DescribeVpcsResponseBodyVpcs } from './DescribeVpcsResponseBody';
|
|
223
229
|
export { DescribeZonesResponseBodyZones } from './DescribeZonesResponseBody';
|
|
230
|
+
export { GetPolarAgentResponseBodyFunctionCall } from './GetPolarAgentResponseBody';
|
|
231
|
+
export { GetPolarAgentResponseBodyUiFunctionCall } from './GetPolarAgentResponseBody';
|
|
224
232
|
export { ListOrdersResponseBodyOrderList } from './ListOrdersResponseBody';
|
|
225
233
|
export { ListTagResourcesRequestTag } from './ListTagResourcesRequest';
|
|
226
234
|
export { ListTagResourcesResponseBodyTagResourcesTagResource } from './ListTagResourcesResponseBody';
|
|
@@ -464,6 +472,12 @@ export { DescribeAIDBClusterAttributeResponse } from './DescribeAidbclusterAttri
|
|
|
464
472
|
export { DescribeAIDBClusterPerformanceRequest } from './DescribeAidbclusterPerformanceRequest';
|
|
465
473
|
export { DescribeAIDBClusterPerformanceResponseBody } from './DescribeAidbclusterPerformanceResponseBody';
|
|
466
474
|
export { DescribeAIDBClusterPerformanceResponse } from './DescribeAidbclusterPerformanceResponse';
|
|
475
|
+
export { DescribeAIDBClusterTaskLogFilesRequest } from './DescribeAidbclusterTaskLogFilesRequest';
|
|
476
|
+
export { DescribeAIDBClusterTaskLogFilesResponseBody } from './DescribeAidbclusterTaskLogFilesResponseBody';
|
|
477
|
+
export { DescribeAIDBClusterTaskLogFilesResponse } from './DescribeAidbclusterTaskLogFilesResponse';
|
|
478
|
+
export { DescribeAIDBClusterTaskMetricsRequest } from './DescribeAidbclusterTaskMetricsRequest';
|
|
479
|
+
export { DescribeAIDBClusterTaskMetricsResponseBody } from './DescribeAidbclusterTaskMetricsResponseBody';
|
|
480
|
+
export { DescribeAIDBClusterTaskMetricsResponse } from './DescribeAidbclusterTaskMetricsResponse';
|
|
467
481
|
export { DescribeAIDBClustersRequest } from './DescribeAidbclustersRequest';
|
|
468
482
|
export { DescribeAIDBClustersResponseBody } from './DescribeAidbclustersResponseBody';
|
|
469
483
|
export { DescribeAIDBClustersResponse } from './DescribeAidbclustersResponse';
|
|
@@ -726,6 +740,15 @@ export { DescribePendingMaintenanceActionResponse } from './DescribePendingMaint
|
|
|
726
740
|
export { DescribePendingMaintenanceActionsRequest } from './DescribePendingMaintenanceActionsRequest';
|
|
727
741
|
export { DescribePendingMaintenanceActionsResponseBody } from './DescribePendingMaintenanceActionsResponseBody';
|
|
728
742
|
export { DescribePendingMaintenanceActionsResponse } from './DescribePendingMaintenanceActionsResponse';
|
|
743
|
+
export { DescribePolarAgentChatRecordsRequest } from './DescribePolarAgentChatRecordsRequest';
|
|
744
|
+
export { DescribePolarAgentChatRecordsResponseBody } from './DescribePolarAgentChatRecordsResponseBody';
|
|
745
|
+
export { DescribePolarAgentChatRecordsResponse } from './DescribePolarAgentChatRecordsResponse';
|
|
746
|
+
export { DescribePolarAgentSessionStatusRequest } from './DescribePolarAgentSessionStatusRequest';
|
|
747
|
+
export { DescribePolarAgentSessionStatusResponseBody } from './DescribePolarAgentSessionStatusResponseBody';
|
|
748
|
+
export { DescribePolarAgentSessionStatusResponse } from './DescribePolarAgentSessionStatusResponse';
|
|
749
|
+
export { DescribePolarAgentUserSessionsRequest } from './DescribePolarAgentUserSessionsRequest';
|
|
750
|
+
export { DescribePolarAgentUserSessionsResponseBody } from './DescribePolarAgentUserSessionsResponseBody';
|
|
751
|
+
export { DescribePolarAgentUserSessionsResponse } from './DescribePolarAgentUserSessionsResponse';
|
|
729
752
|
export { DescribePolarFsAttributeRequest } from './DescribePolarFsAttributeRequest';
|
|
730
753
|
export { DescribePolarFsAttributeResponseBody } from './DescribePolarFsAttributeResponseBody';
|
|
731
754
|
export { DescribePolarFsAttributeResponse } from './DescribePolarFsAttributeResponse';
|
|
@@ -812,6 +835,9 @@ export { FailoverDBClusterZonalResponse } from './FailoverDbclusterZonalResponse
|
|
|
812
835
|
export { GenerateUpgradeReportForSyncCloneRequest } from './GenerateUpgradeReportForSyncCloneRequest';
|
|
813
836
|
export { GenerateUpgradeReportForSyncCloneResponseBody } from './GenerateUpgradeReportForSyncCloneResponseBody';
|
|
814
837
|
export { GenerateUpgradeReportForSyncCloneResponse } from './GenerateUpgradeReportForSyncCloneResponse';
|
|
838
|
+
export { GetPolarAgentRequest } from './GetPolarAgentRequest';
|
|
839
|
+
export { GetPolarAgentResponseBody } from './GetPolarAgentResponseBody';
|
|
840
|
+
export { GetPolarAgentResponse } from './GetPolarAgentResponse';
|
|
815
841
|
export { GrantAccountPrivilegeRequest } from './GrantAccountPrivilegeRequest';
|
|
816
842
|
export { GrantAccountPrivilegeResponseBody } from './GrantAccountPrivilegeResponseBody';
|
|
817
843
|
export { GrantAccountPrivilegeResponse } from './GrantAccountPrivilegeResponse';
|