@alicloud/gpdb20160503 3.9.0 → 3.10.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 (73) hide show
  1. package/dist/client.d.ts +75 -0
  2. package/dist/client.js +230 -0
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateModelOperatorApiKeyRequest.d.ts +21 -0
  5. package/dist/models/CreateModelOperatorApiKeyRequest.js +58 -0
  6. package/dist/models/CreateModelOperatorApiKeyRequest.js.map +1 -0
  7. package/dist/models/CreateModelOperatorApiKeyResponse.d.ts +19 -0
  8. package/dist/models/CreateModelOperatorApiKeyResponse.js +69 -0
  9. package/dist/models/CreateModelOperatorApiKeyResponse.js.map +1 -0
  10. package/dist/models/CreateModelOperatorApiKeyResponseBody.d.ts +23 -0
  11. package/dist/models/CreateModelOperatorApiKeyResponseBody.js +60 -0
  12. package/dist/models/CreateModelOperatorApiKeyResponseBody.js.map +1 -0
  13. package/dist/models/DescribeModelOperatorApiKeyRequest.d.ts +18 -0
  14. package/dist/models/DescribeModelOperatorApiKeyRequest.js +58 -0
  15. package/dist/models/DescribeModelOperatorApiKeyRequest.js.map +1 -0
  16. package/dist/models/DescribeModelOperatorApiKeyResponse.d.ts +19 -0
  17. package/dist/models/DescribeModelOperatorApiKeyResponse.js +69 -0
  18. package/dist/models/DescribeModelOperatorApiKeyResponse.js.map +1 -0
  19. package/dist/models/DescribeModelOperatorApiKeyResponseBody.d.ts +43 -0
  20. package/dist/models/DescribeModelOperatorApiKeyResponseBody.js +68 -0
  21. package/dist/models/DescribeModelOperatorApiKeyResponseBody.js.map +1 -0
  22. package/dist/models/DescribeModelOperatorUsageRequest.d.ts +36 -0
  23. package/dist/models/DescribeModelOperatorUsageRequest.js +79 -0
  24. package/dist/models/DescribeModelOperatorUsageRequest.js.map +1 -0
  25. package/dist/models/DescribeModelOperatorUsageResponse.d.ts +19 -0
  26. package/dist/models/DescribeModelOperatorUsageResponse.js +69 -0
  27. package/dist/models/DescribeModelOperatorUsageResponse.js.map +1 -0
  28. package/dist/models/DescribeModelOperatorUsageResponseBody.d.ts +98 -0
  29. package/dist/models/DescribeModelOperatorUsageResponseBody.js +145 -0
  30. package/dist/models/DescribeModelOperatorUsageResponseBody.js.map +1 -0
  31. package/dist/models/DescribeModelOperatorUsageShrinkRequest.d.ts +36 -0
  32. package/dist/models/DescribeModelOperatorUsageShrinkRequest.js +70 -0
  33. package/dist/models/DescribeModelOperatorUsageShrinkRequest.js.map +1 -0
  34. package/dist/models/ListModelOperatorApiKeysRequest.d.ts +23 -0
  35. package/dist/models/ListModelOperatorApiKeysRequest.js +60 -0
  36. package/dist/models/ListModelOperatorApiKeysRequest.js.map +1 -0
  37. package/dist/models/ListModelOperatorApiKeysResponse.d.ts +19 -0
  38. package/dist/models/ListModelOperatorApiKeysResponse.js +69 -0
  39. package/dist/models/ListModelOperatorApiKeysResponse.js.map +1 -0
  40. package/dist/models/ListModelOperatorApiKeysResponseBody.d.ts +66 -0
  41. package/dist/models/ListModelOperatorApiKeysResponseBody.js +94 -0
  42. package/dist/models/ListModelOperatorApiKeysResponseBody.js.map +1 -0
  43. package/dist/models/ListModelOperatorServicesRequest.d.ts +23 -0
  44. package/dist/models/ListModelOperatorServicesRequest.js +60 -0
  45. package/dist/models/ListModelOperatorServicesRequest.js.map +1 -0
  46. package/dist/models/ListModelOperatorServicesResponse.d.ts +19 -0
  47. package/dist/models/ListModelOperatorServicesResponse.js +69 -0
  48. package/dist/models/ListModelOperatorServicesResponse.js.map +1 -0
  49. package/dist/models/ListModelOperatorServicesResponseBody.d.ts +51 -0
  50. package/dist/models/ListModelOperatorServicesResponseBody.js +88 -0
  51. package/dist/models/ListModelOperatorServicesResponseBody.js.map +1 -0
  52. package/dist/models/model.d.ts +21 -0
  53. package/dist/models/model.js +63 -21
  54. package/dist/models/model.js.map +1 -1
  55. package/package.json +1 -1
  56. package/src/client.ts +256 -0
  57. package/src/models/CreateModelOperatorApiKeyRequest.ts +34 -0
  58. package/src/models/CreateModelOperatorApiKeyResponse.ts +40 -0
  59. package/src/models/CreateModelOperatorApiKeyResponseBody.ts +38 -0
  60. package/src/models/DescribeModelOperatorApiKeyRequest.ts +31 -0
  61. package/src/models/DescribeModelOperatorApiKeyResponse.ts +40 -0
  62. package/src/models/DescribeModelOperatorApiKeyResponseBody.ts +66 -0
  63. package/src/models/DescribeModelOperatorUsageRequest.ts +70 -0
  64. package/src/models/DescribeModelOperatorUsageResponse.ts +40 -0
  65. package/src/models/DescribeModelOperatorUsageResponseBody.ts +171 -0
  66. package/src/models/DescribeModelOperatorUsageShrinkRequest.ts +61 -0
  67. package/src/models/ListModelOperatorApiKeysRequest.ts +38 -0
  68. package/src/models/ListModelOperatorApiKeysResponse.ts +40 -0
  69. package/src/models/ListModelOperatorApiKeysResponseBody.ts +106 -0
  70. package/src/models/ListModelOperatorServicesRequest.ts +38 -0
  71. package/src/models/ListModelOperatorServicesResponse.ts +40 -0
  72. package/src/models/ListModelOperatorServicesResponseBody.ts +85 -0
  73. package/src/models/model.ts +21 -0
@@ -0,0 +1,171 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribeModelOperatorUsageResponseBodyKeysSeriesValues extends $dara.Model {
6
+ point?: string[];
7
+ static names(): { [key: string]: string } {
8
+ return {
9
+ point: 'Point',
10
+ };
11
+ }
12
+
13
+ static types(): { [key: string]: any } {
14
+ return {
15
+ point: { 'type': 'array', 'itemType': 'string' },
16
+ };
17
+ }
18
+
19
+ validate() {
20
+ if(Array.isArray(this.point)) {
21
+ $dara.Model.validateArray(this.point);
22
+ }
23
+ super.validate();
24
+ }
25
+
26
+ constructor(map?: { [key: string]: any }) {
27
+ super(map);
28
+ }
29
+ }
30
+
31
+ export class DescribeModelOperatorUsageResponseBodyKeysSeries extends $dara.Model {
32
+ /**
33
+ * @example
34
+ * 1
35
+ */
36
+ apiKeyId?: number;
37
+ /**
38
+ * @example
39
+ * qwen3.6-plus
40
+ */
41
+ name?: string;
42
+ /**
43
+ * @example
44
+ * model
45
+ */
46
+ role?: string;
47
+ values?: DescribeModelOperatorUsageResponseBodyKeysSeriesValues[];
48
+ static names(): { [key: string]: string } {
49
+ return {
50
+ apiKeyId: 'ApiKeyId',
51
+ name: 'Name',
52
+ role: 'Role',
53
+ values: 'Values',
54
+ };
55
+ }
56
+
57
+ static types(): { [key: string]: any } {
58
+ return {
59
+ apiKeyId: 'number',
60
+ name: 'string',
61
+ role: 'string',
62
+ values: { 'type': 'array', 'itemType': DescribeModelOperatorUsageResponseBodyKeysSeriesValues },
63
+ };
64
+ }
65
+
66
+ validate() {
67
+ if(Array.isArray(this.values)) {
68
+ $dara.Model.validateArray(this.values);
69
+ }
70
+ super.validate();
71
+ }
72
+
73
+ constructor(map?: { [key: string]: any }) {
74
+ super(map);
75
+ }
76
+ }
77
+
78
+ export class DescribeModelOperatorUsageResponseBodyKeys extends $dara.Model {
79
+ /**
80
+ * @example
81
+ * request_count
82
+ */
83
+ name?: string;
84
+ series?: DescribeModelOperatorUsageResponseBodyKeysSeries[];
85
+ /**
86
+ * @example
87
+ * requests
88
+ */
89
+ unit?: string;
90
+ static names(): { [key: string]: string } {
91
+ return {
92
+ name: 'Name',
93
+ series: 'Series',
94
+ unit: 'Unit',
95
+ };
96
+ }
97
+
98
+ static types(): { [key: string]: any } {
99
+ return {
100
+ name: 'string',
101
+ series: { 'type': 'array', 'itemType': DescribeModelOperatorUsageResponseBodyKeysSeries },
102
+ unit: 'string',
103
+ };
104
+ }
105
+
106
+ validate() {
107
+ if(Array.isArray(this.series)) {
108
+ $dara.Model.validateArray(this.series);
109
+ }
110
+ super.validate();
111
+ }
112
+
113
+ constructor(map?: { [key: string]: any }) {
114
+ super(map);
115
+ }
116
+ }
117
+
118
+ export class DescribeModelOperatorUsageResponseBody extends $dara.Model {
119
+ /**
120
+ * @example
121
+ * 2026-06-02T00:00Z
122
+ */
123
+ endTime?: string;
124
+ keys?: DescribeModelOperatorUsageResponseBodyKeys[];
125
+ /**
126
+ * @example
127
+ * 1
128
+ */
129
+ period?: number;
130
+ /**
131
+ * @example
132
+ * ABB39CC3-4488-4857-905D-2E4A051D0521
133
+ */
134
+ requestId?: string;
135
+ /**
136
+ * @example
137
+ * 2026-06-01T00:00Z
138
+ */
139
+ startTime?: string;
140
+ static names(): { [key: string]: string } {
141
+ return {
142
+ endTime: 'EndTime',
143
+ keys: 'Keys',
144
+ period: 'Period',
145
+ requestId: 'RequestId',
146
+ startTime: 'StartTime',
147
+ };
148
+ }
149
+
150
+ static types(): { [key: string]: any } {
151
+ return {
152
+ endTime: 'string',
153
+ keys: { 'type': 'array', 'itemType': DescribeModelOperatorUsageResponseBodyKeys },
154
+ period: 'number',
155
+ requestId: 'string',
156
+ startTime: 'string',
157
+ };
158
+ }
159
+
160
+ validate() {
161
+ if(Array.isArray(this.keys)) {
162
+ $dara.Model.validateArray(this.keys);
163
+ }
164
+ super.validate();
165
+ }
166
+
167
+ constructor(map?: { [key: string]: any }) {
168
+ super(map);
169
+ }
170
+ }
171
+
@@ -0,0 +1,61 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribeModelOperatorUsageShrinkRequest extends $dara.Model {
6
+ apiKeyIdsShrink?: string;
7
+ /**
8
+ * @example
9
+ * 2026-06-02T00:00Z
10
+ */
11
+ endTime?: string;
12
+ /**
13
+ * @example
14
+ * model
15
+ */
16
+ groupBy?: string;
17
+ keysShrink?: string;
18
+ modelNamesShrink?: string;
19
+ /**
20
+ * @example
21
+ * 1
22
+ */
23
+ period?: number;
24
+ /**
25
+ * @example
26
+ * 2026-06-01T00:00Z
27
+ */
28
+ startTime?: string;
29
+ static names(): { [key: string]: string } {
30
+ return {
31
+ apiKeyIdsShrink: 'ApiKeyIds',
32
+ endTime: 'EndTime',
33
+ groupBy: 'GroupBy',
34
+ keysShrink: 'Keys',
35
+ modelNamesShrink: 'ModelNames',
36
+ period: 'Period',
37
+ startTime: 'StartTime',
38
+ };
39
+ }
40
+
41
+ static types(): { [key: string]: any } {
42
+ return {
43
+ apiKeyIdsShrink: 'string',
44
+ endTime: 'string',
45
+ groupBy: 'string',
46
+ keysShrink: 'string',
47
+ modelNamesShrink: 'string',
48
+ period: 'number',
49
+ startTime: 'string',
50
+ };
51
+ }
52
+
53
+ validate() {
54
+ super.validate();
55
+ }
56
+
57
+ constructor(map?: { [key: string]: any }) {
58
+ super(map);
59
+ }
60
+ }
61
+
@@ -0,0 +1,38 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class ListModelOperatorApiKeysRequest extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 1
9
+ */
10
+ pageNumber?: number;
11
+ /**
12
+ * @example
13
+ * 20
14
+ */
15
+ pageSize?: number;
16
+ static names(): { [key: string]: string } {
17
+ return {
18
+ pageNumber: 'PageNumber',
19
+ pageSize: 'PageSize',
20
+ };
21
+ }
22
+
23
+ static types(): { [key: string]: any } {
24
+ return {
25
+ pageNumber: 'number',
26
+ pageSize: 'number',
27
+ };
28
+ }
29
+
30
+ validate() {
31
+ super.validate();
32
+ }
33
+
34
+ constructor(map?: { [key: string]: any }) {
35
+ super(map);
36
+ }
37
+ }
38
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { ListModelOperatorApiKeysResponseBody } from "./ListModelOperatorApiKeysResponseBody";
4
+
5
+
6
+ export class ListModelOperatorApiKeysResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: ListModelOperatorApiKeysResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: ListModelOperatorApiKeysResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,106 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class ListModelOperatorApiKeysResponseBodyApiKeys extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 1
9
+ */
10
+ apiKeyId?: number;
11
+ /**
12
+ * @example
13
+ * 2026-06-01T00:00:00Z
14
+ */
15
+ createTime?: string;
16
+ /**
17
+ * @example
18
+ * test-apikey
19
+ */
20
+ description?: string;
21
+ /**
22
+ * @example
23
+ * https://xxxx
24
+ */
25
+ endpoint?: string;
26
+ static names(): { [key: string]: string } {
27
+ return {
28
+ apiKeyId: 'ApiKeyId',
29
+ createTime: 'CreateTime',
30
+ description: 'Description',
31
+ endpoint: 'Endpoint',
32
+ };
33
+ }
34
+
35
+ static types(): { [key: string]: any } {
36
+ return {
37
+ apiKeyId: 'number',
38
+ createTime: 'string',
39
+ description: 'string',
40
+ endpoint: 'string',
41
+ };
42
+ }
43
+
44
+ validate() {
45
+ super.validate();
46
+ }
47
+
48
+ constructor(map?: { [key: string]: any }) {
49
+ super(map);
50
+ }
51
+ }
52
+
53
+ export class ListModelOperatorApiKeysResponseBody extends $dara.Model {
54
+ apiKeys?: ListModelOperatorApiKeysResponseBodyApiKeys[];
55
+ /**
56
+ * @example
57
+ * 1
58
+ */
59
+ pageNumber?: number;
60
+ /**
61
+ * @example
62
+ * 1
63
+ */
64
+ pageRecordCount?: number;
65
+ /**
66
+ * @example
67
+ * ABB39CC3-4488-4857-905D-2E4A051D0521
68
+ */
69
+ requestId?: string;
70
+ /**
71
+ * @example
72
+ * 2
73
+ */
74
+ totalRecordCount?: number;
75
+ static names(): { [key: string]: string } {
76
+ return {
77
+ apiKeys: 'ApiKeys',
78
+ pageNumber: 'PageNumber',
79
+ pageRecordCount: 'PageRecordCount',
80
+ requestId: 'RequestId',
81
+ totalRecordCount: 'TotalRecordCount',
82
+ };
83
+ }
84
+
85
+ static types(): { [key: string]: any } {
86
+ return {
87
+ apiKeys: { 'type': 'array', 'itemType': ListModelOperatorApiKeysResponseBodyApiKeys },
88
+ pageNumber: 'number',
89
+ pageRecordCount: 'number',
90
+ requestId: 'string',
91
+ totalRecordCount: 'number',
92
+ };
93
+ }
94
+
95
+ validate() {
96
+ if(Array.isArray(this.apiKeys)) {
97
+ $dara.Model.validateArray(this.apiKeys);
98
+ }
99
+ super.validate();
100
+ }
101
+
102
+ constructor(map?: { [key: string]: any }) {
103
+ super(map);
104
+ }
105
+ }
106
+
@@ -0,0 +1,38 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class ListModelOperatorServicesRequest extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * 1
9
+ */
10
+ pageNumber?: number;
11
+ /**
12
+ * @example
13
+ * 20
14
+ */
15
+ pageSize?: number;
16
+ static names(): { [key: string]: string } {
17
+ return {
18
+ pageNumber: 'PageNumber',
19
+ pageSize: 'PageSize',
20
+ };
21
+ }
22
+
23
+ static types(): { [key: string]: any } {
24
+ return {
25
+ pageNumber: 'number',
26
+ pageSize: 'number',
27
+ };
28
+ }
29
+
30
+ validate() {
31
+ super.validate();
32
+ }
33
+
34
+ constructor(map?: { [key: string]: any }) {
35
+ super(map);
36
+ }
37
+ }
38
+
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { ListModelOperatorServicesResponseBody } from "./ListModelOperatorServicesResponseBody";
4
+
5
+
6
+ export class ListModelOperatorServicesResponse extends $dara.Model {
7
+ headers?: { [key: string]: string };
8
+ statusCode?: number;
9
+ body?: ListModelOperatorServicesResponseBody;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ headers: 'headers',
13
+ statusCode: 'statusCode',
14
+ body: 'body',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
21
+ statusCode: 'number',
22
+ body: ListModelOperatorServicesResponseBody,
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(this.headers) {
28
+ $dara.Model.validateMap(this.headers);
29
+ }
30
+ if(this.body && typeof (this.body as any).validate === 'function') {
31
+ (this.body as any).validate();
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,85 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class ListModelOperatorServicesResponseBodyServices extends $dara.Model {
6
+ /**
7
+ * @example
8
+ * agdb-xxx
9
+ */
10
+ serviceId?: string;
11
+ static names(): { [key: string]: string } {
12
+ return {
13
+ serviceId: 'ServiceId',
14
+ };
15
+ }
16
+
17
+ static types(): { [key: string]: any } {
18
+ return {
19
+ serviceId: 'string',
20
+ };
21
+ }
22
+
23
+ validate() {
24
+ super.validate();
25
+ }
26
+
27
+ constructor(map?: { [key: string]: any }) {
28
+ super(map);
29
+ }
30
+ }
31
+
32
+ export class ListModelOperatorServicesResponseBody extends $dara.Model {
33
+ /**
34
+ * @example
35
+ * 1
36
+ */
37
+ pageNumber?: number;
38
+ /**
39
+ * @example
40
+ * 1
41
+ */
42
+ pageRecordCount?: number;
43
+ /**
44
+ * @example
45
+ * ABB39CC3-4488-4857-905D-2E4A051D0521
46
+ */
47
+ requestId?: string;
48
+ services?: ListModelOperatorServicesResponseBodyServices[];
49
+ /**
50
+ * @example
51
+ * 2
52
+ */
53
+ totalRecordCount?: number;
54
+ static names(): { [key: string]: string } {
55
+ return {
56
+ pageNumber: 'PageNumber',
57
+ pageRecordCount: 'PageRecordCount',
58
+ requestId: 'RequestId',
59
+ services: 'Services',
60
+ totalRecordCount: 'TotalRecordCount',
61
+ };
62
+ }
63
+
64
+ static types(): { [key: string]: any } {
65
+ return {
66
+ pageNumber: 'number',
67
+ pageRecordCount: 'number',
68
+ requestId: 'string',
69
+ services: { 'type': 'array', 'itemType': ListModelOperatorServicesResponseBodyServices },
70
+ totalRecordCount: 'number',
71
+ };
72
+ }
73
+
74
+ validate() {
75
+ if(Array.isArray(this.services)) {
76
+ $dara.Model.validateArray(this.services);
77
+ }
78
+ super.validate();
79
+ }
80
+
81
+ constructor(map?: { [key: string]: any }) {
82
+ super(map);
83
+ }
84
+ }
85
+
@@ -126,6 +126,9 @@ export { DescribeHealthStatusResponseBodyStatusNodeSegmentDiskStatus } from './D
126
126
  export { DescribeHealthStatusResponseBodyStatus } from './DescribeHealthStatusResponseBody';
127
127
  export { DescribeIMVInfosResponseBodyImvInfos } from './DescribeImvinfosResponseBody';
128
128
  export { DescribeLogBackupsResponseBodyItems } from './DescribeLogBackupsResponseBody';
129
+ export { DescribeModelOperatorUsageResponseBodyKeysSeriesValues } from './DescribeModelOperatorUsageResponseBody';
130
+ export { DescribeModelOperatorUsageResponseBodyKeysSeries } from './DescribeModelOperatorUsageResponseBody';
131
+ export { DescribeModelOperatorUsageResponseBodyKeys } from './DescribeModelOperatorUsageResponseBody';
129
132
  export { DescribeModifyParameterLogResponseBodyChangelogs } from './DescribeModifyParameterLogResponseBody';
130
133
  export { DescribeParametersResponseBodyParameters } from './DescribeParametersResponseBody';
131
134
  export { DescribeRdsVSwitchsResponseBodyVSwitchesVSwitch } from './DescribeRdsVswitchsResponseBody';
@@ -190,6 +193,8 @@ export { ListIndicesResponseBodyIndicesIndices } from './ListIndicesResponseBody
190
193
  export { ListIndicesResponseBodyIndices } from './ListIndicesResponseBody';
191
194
  export { ListInstanceDatabasesResponseBodyDatabases } from './ListInstanceDatabasesResponseBody';
192
195
  export { ListInstanceExtensionsResponseBodyItems } from './ListInstanceExtensionsResponseBody';
196
+ export { ListModelOperatorApiKeysResponseBodyApiKeys } from './ListModelOperatorApiKeysResponseBody';
197
+ export { ListModelOperatorServicesResponseBodyServices } from './ListModelOperatorServicesResponseBody';
193
198
  export { ListModelServicesResponseBodyModelServices } from './ListModelServicesResponseBody';
194
199
  export { ListNamespacesResponseBodyNamespaces } from './ListNamespacesResponseBody';
195
200
  export { ListRemoteADBDataSourcesResponseBodyDataSourceItemsRemoteDataSources } from './ListRemoteAdbdataSourcesResponseBody';
@@ -362,6 +367,9 @@ export { CreateIndexResponse } from './CreateIndexResponse';
362
367
  export { CreateJDBCDataSourceRequest } from './CreateJdbcdataSourceRequest';
363
368
  export { CreateJDBCDataSourceResponseBody } from './CreateJdbcdataSourceResponseBody';
364
369
  export { CreateJDBCDataSourceResponse } from './CreateJdbcdataSourceResponse';
370
+ export { CreateModelOperatorApiKeyRequest } from './CreateModelOperatorApiKeyRequest';
371
+ export { CreateModelOperatorApiKeyResponseBody } from './CreateModelOperatorApiKeyResponseBody';
372
+ export { CreateModelOperatorApiKeyResponse } from './CreateModelOperatorApiKeyResponse';
365
373
  export { CreateModelServiceRequest } from './CreateModelServiceRequest';
366
374
  export { CreateModelServiceShrinkRequest } from './CreateModelServiceShrinkRequest';
367
375
  export { CreateModelServiceResponseBody } from './CreateModelServiceResponseBody';
@@ -657,6 +665,13 @@ export { DescribeJDBCDataSourceResponse } from './DescribeJdbcdataSourceResponse
657
665
  export { DescribeLogBackupsRequest } from './DescribeLogBackupsRequest';
658
666
  export { DescribeLogBackupsResponseBody } from './DescribeLogBackupsResponseBody';
659
667
  export { DescribeLogBackupsResponse } from './DescribeLogBackupsResponse';
668
+ export { DescribeModelOperatorApiKeyRequest } from './DescribeModelOperatorApiKeyRequest';
669
+ export { DescribeModelOperatorApiKeyResponseBody } from './DescribeModelOperatorApiKeyResponseBody';
670
+ export { DescribeModelOperatorApiKeyResponse } from './DescribeModelOperatorApiKeyResponse';
671
+ export { DescribeModelOperatorUsageRequest } from './DescribeModelOperatorUsageRequest';
672
+ export { DescribeModelOperatorUsageShrinkRequest } from './DescribeModelOperatorUsageShrinkRequest';
673
+ export { DescribeModelOperatorUsageResponseBody } from './DescribeModelOperatorUsageResponseBody';
674
+ export { DescribeModelOperatorUsageResponse } from './DescribeModelOperatorUsageResponse';
660
675
  export { DescribeModelServiceRequest } from './DescribeModelServiceRequest';
661
676
  export { DescribeModelServiceResponseBody } from './DescribeModelServiceResponseBody';
662
677
  export { DescribeModelServiceResponse } from './DescribeModelServiceResponse';
@@ -842,6 +857,12 @@ export { ListInstanceDatabasesResponse } from './ListInstanceDatabasesResponse';
842
857
  export { ListInstanceExtensionsRequest } from './ListInstanceExtensionsRequest';
843
858
  export { ListInstanceExtensionsResponseBody } from './ListInstanceExtensionsResponseBody';
844
859
  export { ListInstanceExtensionsResponse } from './ListInstanceExtensionsResponse';
860
+ export { ListModelOperatorApiKeysRequest } from './ListModelOperatorApiKeysRequest';
861
+ export { ListModelOperatorApiKeysResponseBody } from './ListModelOperatorApiKeysResponseBody';
862
+ export { ListModelOperatorApiKeysResponse } from './ListModelOperatorApiKeysResponse';
863
+ export { ListModelOperatorServicesRequest } from './ListModelOperatorServicesRequest';
864
+ export { ListModelOperatorServicesResponseBody } from './ListModelOperatorServicesResponseBody';
865
+ export { ListModelOperatorServicesResponse } from './ListModelOperatorServicesResponse';
845
866
  export { ListModelServicesRequest } from './ListModelServicesRequest';
846
867
  export { ListModelServicesResponseBody } from './ListModelServicesResponseBody';
847
868
  export { ListModelServicesResponse } from './ListModelServicesResponse';