@alicloud/polardb20170801 7.0.0 → 7.1.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 (76) hide show
  1. package/dist/client.d.ts +63 -18
  2. package/dist/client.js +168 -18
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateBatchConsumerRequest.d.ts +61 -0
  5. package/dist/models/CreateBatchConsumerRequest.js +66 -0
  6. package/dist/models/CreateBatchConsumerRequest.js.map +1 -0
  7. package/dist/models/CreateBatchConsumerResponse.d.ts +19 -0
  8. package/dist/models/CreateBatchConsumerResponse.js +69 -0
  9. package/dist/models/CreateBatchConsumerResponse.js.map +1 -0
  10. package/dist/models/CreateBatchConsumerResponseBody.d.ts +147 -0
  11. package/dist/models/CreateBatchConsumerResponseBody.js +106 -0
  12. package/dist/models/CreateBatchConsumerResponseBody.js.map +1 -0
  13. package/dist/models/DescribeAidbclusterAttributeResponseBody.d.ts +66 -97
  14. package/dist/models/DescribeAidbclusterAttributeResponseBody.js +2 -0
  15. package/dist/models/DescribeAidbclusterAttributeResponseBody.js.map +1 -1
  16. package/dist/models/DescribeApikeyAttributeRequest.d.ts +39 -0
  17. package/dist/models/DescribeApikeyAttributeRequest.js +64 -0
  18. package/dist/models/DescribeApikeyAttributeRequest.js.map +1 -0
  19. package/dist/models/DescribeApikeyAttributeResponse.d.ts +19 -0
  20. package/dist/models/DescribeApikeyAttributeResponse.js +69 -0
  21. package/dist/models/DescribeApikeyAttributeResponse.js.map +1 -0
  22. package/dist/models/DescribeApikeyAttributeResponseBody.d.ts +167 -0
  23. package/dist/models/DescribeApikeyAttributeResponseBody.js +168 -0
  24. package/dist/models/DescribeApikeyAttributeResponseBody.js.map +1 -0
  25. package/dist/models/DescribeGatewayApikeyListRequest.d.ts +43 -0
  26. package/dist/models/DescribeGatewayApikeyListRequest.js +62 -0
  27. package/dist/models/DescribeGatewayApikeyListRequest.js.map +1 -0
  28. package/dist/models/DescribeGatewayApikeyListResponse.d.ts +19 -0
  29. package/dist/models/DescribeGatewayApikeyListResponse.js +69 -0
  30. package/dist/models/DescribeGatewayApikeyListResponse.js.map +1 -0
  31. package/dist/models/DescribeGatewayApikeyListResponseBody.d.ts +147 -0
  32. package/dist/models/DescribeGatewayApikeyListResponseBody.js +106 -0
  33. package/dist/models/DescribeGatewayApikeyListResponseBody.js.map +1 -0
  34. package/dist/models/DescribePolarClawAgentsRequest.d.ts +1 -1
  35. package/dist/models/DescribePolarClawAgentsResponseBody.d.ts +79 -11
  36. package/dist/models/DescribePolarClawAgentsResponseBody.js +71 -1
  37. package/dist/models/DescribePolarClawAgentsResponseBody.js.map +1 -1
  38. package/dist/models/DescribePolarClawAgentsShrinkRequest.d.ts +1 -1
  39. package/dist/models/DescribePolarFsAttributeRequest.d.ts +5 -8
  40. package/dist/models/DescribePolarFsAttributeRequest.js.map +1 -1
  41. package/dist/models/DescribePolarFsAttributeResponseBody.d.ts +49 -57
  42. package/dist/models/DescribePolarFsAttributeResponseBody.js +2 -0
  43. package/dist/models/DescribePolarFsAttributeResponseBody.js.map +1 -1
  44. package/dist/models/DescribePolarFsObjectsResponseBody.d.ts +13 -13
  45. package/dist/models/UpdatePolarClawAgentRequest.d.ts +20 -10
  46. package/dist/models/UpdatePolarClawAgentRequest.js +4 -0
  47. package/dist/models/UpdatePolarClawAgentRequest.js.map +1 -1
  48. package/dist/models/UpdatePolarClawAgentResponseBody.d.ts +15 -15
  49. package/dist/models/UpdatePolarClawAgentShrinkRequest.d.ts +18 -8
  50. package/dist/models/UpdatePolarClawAgentShrinkRequest.js +4 -0
  51. package/dist/models/UpdatePolarClawAgentShrinkRequest.js.map +1 -1
  52. package/dist/models/model.d.ts +16 -0
  53. package/dist/models/model.js +68 -35
  54. package/dist/models/model.js.map +1 -1
  55. package/package.json +1 -1
  56. package/src/client.ts +188 -18
  57. package/src/models/CreateBatchConsumerRequest.ts +82 -0
  58. package/src/models/CreateBatchConsumerResponse.ts +40 -0
  59. package/src/models/CreateBatchConsumerResponseBody.ts +199 -0
  60. package/src/models/DescribeAidbclusterAttributeResponseBody.ts +68 -97
  61. package/src/models/DescribeApikeyAttributeRequest.ts +58 -0
  62. package/src/models/DescribeApikeyAttributeResponse.ts +40 -0
  63. package/src/models/DescribeApikeyAttributeResponseBody.ts +263 -0
  64. package/src/models/DescribeGatewayApikeyListRequest.ts +60 -0
  65. package/src/models/DescribeGatewayApikeyListResponse.ts +40 -0
  66. package/src/models/DescribeGatewayApikeyListResponseBody.ts +199 -0
  67. package/src/models/DescribePolarClawAgentsRequest.ts +1 -1
  68. package/src/models/DescribePolarClawAgentsResponseBody.ts +131 -11
  69. package/src/models/DescribePolarClawAgentsShrinkRequest.ts +1 -1
  70. package/src/models/DescribePolarFsAttributeRequest.ts +5 -8
  71. package/src/models/DescribePolarFsAttributeResponseBody.ts +52 -58
  72. package/src/models/DescribePolarFsObjectsResponseBody.ts +13 -13
  73. package/src/models/UpdatePolarClawAgentRequest.ts +24 -10
  74. package/src/models/UpdatePolarClawAgentResponseBody.ts +15 -15
  75. package/src/models/UpdatePolarClawAgentShrinkRequest.ts +22 -8
  76. package/src/models/model.ts +16 -0
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DescribePolarFsObjectsResponseBodyItems extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The size of the item in bytes.
8
+ * The capacity.
9
9
  *
10
10
  * @example
11
11
  * 100
@@ -13,7 +13,7 @@ export class DescribePolarFsObjectsResponseBodyItems extends $dara.Model {
13
13
  capacity?: string;
14
14
  /**
15
15
  * @remarks
16
- * The time when the item was created, as a UNIX timestamp in seconds.
16
+ * The creation time.
17
17
  *
18
18
  * @example
19
19
  * 2025-03-25T09:37:10Z
@@ -21,7 +21,7 @@ export class DescribePolarFsObjectsResponseBodyItems extends $dara.Model {
21
21
  creationTime?: number;
22
22
  /**
23
23
  * @remarks
24
- * The time the item was last modified, as a UNIX timestamp in seconds.
24
+ * The last modified time.
25
25
  *
26
26
  * @example
27
27
  * 2025-03-25T09:37:10Z
@@ -29,7 +29,7 @@ export class DescribePolarFsObjectsResponseBodyItems extends $dara.Model {
29
29
  lastModified?: number;
30
30
  /**
31
31
  * @remarks
32
- * The target path of the symbolic link.
32
+ * The real path of the symbolic link.
33
33
  *
34
34
  * @example
35
35
  * test
@@ -37,7 +37,7 @@ export class DescribePolarFsObjectsResponseBodyItems extends $dara.Model {
37
37
  linkTarget?: string;
38
38
  /**
39
39
  * @remarks
40
- * The file system permissions in octal format.
40
+ * The file system permissions.
41
41
  *
42
42
  * @example
43
43
  * 755
@@ -45,7 +45,7 @@ export class DescribePolarFsObjectsResponseBodyItems extends $dara.Model {
45
45
  mode?: string;
46
46
  /**
47
47
  * @remarks
48
- * The number of hard links to the item.
48
+ * The number of links.
49
49
  *
50
50
  * @example
51
51
  * test
@@ -53,7 +53,7 @@ export class DescribePolarFsObjectsResponseBodyItems extends $dara.Model {
53
53
  nlink?: number;
54
54
  /**
55
55
  * @remarks
56
- * The owner of the file or directory.
56
+ * Owner
57
57
  *
58
58
  * @example
59
59
  * test
@@ -61,7 +61,7 @@ export class DescribePolarFsObjectsResponseBodyItems extends $dara.Model {
61
61
  owner?: string;
62
62
  /**
63
63
  * @remarks
64
- * The absolute path of the file or subdirectory.
64
+ * The absolute path of the directory.
65
65
  *
66
66
  * @example
67
67
  * /test
@@ -115,12 +115,12 @@ export class DescribePolarFsObjectsResponseBodyItems extends $dara.Model {
115
115
  export class DescribePolarFsObjectsResponseBody extends $dara.Model {
116
116
  /**
117
117
  * @remarks
118
- * The files and subdirectories in the specified path.
118
+ * The list of directory entries.
119
119
  */
120
120
  items?: DescribePolarFsObjectsResponseBodyItems[];
121
121
  /**
122
122
  * @remarks
123
- * The number of records returned on the current page.
123
+ * The maximum number of records that can be displayed on the current page.
124
124
  *
125
125
  * @example
126
126
  * 30
@@ -128,7 +128,7 @@ export class DescribePolarFsObjectsResponseBody extends $dara.Model {
128
128
  pageRecordCount?: string;
129
129
  /**
130
130
  * @remarks
131
- * The number of records to return per page. Valid values: 30, 50, and 100. Default value: 30.
131
+ * The number of records per page. Valid values: 30, 50, and 100. Default value: 30.
132
132
  *
133
133
  * @example
134
134
  * 30
@@ -136,7 +136,7 @@ export class DescribePolarFsObjectsResponseBody extends $dara.Model {
136
136
  pageSize?: string;
137
137
  /**
138
138
  * @remarks
139
- * The path that was queried.
139
+ * The absolute path of the directory.
140
140
  *
141
141
  * @example
142
142
  * /test
@@ -160,7 +160,7 @@ export class DescribePolarFsObjectsResponseBody extends $dara.Model {
160
160
  requestId?: string;
161
161
  /**
162
162
  * @remarks
163
- * The total number of records that match the query.
163
+ * The total number of records.
164
164
  *
165
165
  * @example
166
166
  * 50
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class UpdatePolarClawAgentRequestFiles extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The file content.
8
+ * File content
9
9
  *
10
10
  * @example
11
11
  * You are a helpful assistant.
@@ -13,7 +13,7 @@ export class UpdatePolarClawAgentRequestFiles extends $dara.Model {
13
13
  fileContent?: string;
14
14
  /**
15
15
  * @remarks
16
- * The file name. This must be one of the allowed file names: AGENTS.md, SOUL.md, TOOLS.md, IDENTITY.md, USER.md, HEARTBEAT.md, BOOTSTRAP.md, MEMORY.md, or MEMORY.alt.md.
16
+ * File name, must be one of the allowed file names (AGENTS.md, SOUL.md, TOOLS.md, IDENTITY.md, USER.md, HEARTBEAT.md, BOOTSTRAP.md, MEMORY.md, MEMORY.alt.md)
17
17
  *
18
18
  * @example
19
19
  * SOUL.md
@@ -45,7 +45,7 @@ export class UpdatePolarClawAgentRequestFiles extends $dara.Model {
45
45
  export class UpdatePolarClawAgentRequest extends $dara.Model {
46
46
  /**
47
47
  * @remarks
48
- * The ID of the agent to update.
48
+ * Agent ID to update
49
49
  *
50
50
  * This parameter is required.
51
51
  *
@@ -55,7 +55,7 @@ export class UpdatePolarClawAgentRequest extends $dara.Model {
55
55
  agentId?: string;
56
56
  /**
57
57
  * @remarks
58
- * The application ID.
58
+ * Application ID
59
59
  *
60
60
  * This parameter is required.
61
61
  *
@@ -65,7 +65,7 @@ export class UpdatePolarClawAgentRequest extends $dara.Model {
65
65
  applicationId?: string;
66
66
  /**
67
67
  * @remarks
68
- * The new avatar for the agent.
68
+ * New avatar
69
69
  *
70
70
  * @example
71
71
  * test
@@ -73,15 +73,25 @@ export class UpdatePolarClawAgentRequest extends $dara.Model {
73
73
  avatar?: string;
74
74
  /**
75
75
  * @remarks
76
- * The file list to update.
76
+ * List of files to update
77
77
  *
78
78
  * @example
79
79
  * [{"FileName":"SOUL.md","FileContent":"You are a helpful assistant."}]
80
80
  */
81
81
  files?: UpdatePolarClawAgentRequestFiles[];
82
+ /**
83
+ * @example
84
+ * true
85
+ */
86
+ isDefault?: boolean;
87
+ /**
88
+ * @example
89
+ * false
90
+ */
91
+ keepWorkspaceFiles?: boolean;
82
92
  /**
83
93
  * @remarks
84
- * The model to override the agent\\"s default setting.
94
+ * Model override
85
95
  *
86
96
  * @example
87
97
  * claude-sonnet-4-5
@@ -89,7 +99,7 @@ export class UpdatePolarClawAgentRequest extends $dara.Model {
89
99
  model?: string;
90
100
  /**
91
101
  * @remarks
92
- * The new display name for the agent.
102
+ * New display name
93
103
  *
94
104
  * @example
95
105
  * Work Bot
@@ -97,7 +107,7 @@ export class UpdatePolarClawAgentRequest extends $dara.Model {
97
107
  name?: string;
98
108
  /**
99
109
  * @remarks
100
- * Specifies whether to restart the gateway after the update. The default value is true.
110
+ * Whether to restart the gateway after creation, default is true
101
111
  *
102
112
  * @example
103
113
  * true
@@ -105,7 +115,7 @@ export class UpdatePolarClawAgentRequest extends $dara.Model {
105
115
  restart?: boolean;
106
116
  /**
107
117
  * @remarks
108
- * The new path for the agent\\"s workspace.
118
+ * New workspace directory path
109
119
  *
110
120
  * @example
111
121
  * /home/node/.openclaw/workspace-work-v2
@@ -117,6 +127,8 @@ export class UpdatePolarClawAgentRequest extends $dara.Model {
117
127
  applicationId: 'ApplicationId',
118
128
  avatar: 'Avatar',
119
129
  files: 'Files',
130
+ isDefault: 'IsDefault',
131
+ keepWorkspaceFiles: 'KeepWorkspaceFiles',
120
132
  model: 'Model',
121
133
  name: 'Name',
122
134
  restart: 'Restart',
@@ -130,6 +142,8 @@ export class UpdatePolarClawAgentRequest extends $dara.Model {
130
142
  applicationId: 'string',
131
143
  avatar: 'string',
132
144
  files: { 'type': 'array', 'itemType': UpdatePolarClawAgentRequestFiles },
145
+ isDefault: 'boolean',
146
+ keepWorkspaceFiles: 'boolean',
133
147
  model: 'string',
134
148
  name: 'string',
135
149
  restart: 'boolean',
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class UpdatePolarClawAgentResponseBodyAgentIdentity extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The path or content of the avatar.
8
+ * Avatar path or content
9
9
  *
10
10
  * @example
11
11
  * test
@@ -13,7 +13,7 @@ export class UpdatePolarClawAgentResponseBodyAgentIdentity extends $dara.Model {
13
13
  avatar?: string;
14
14
  /**
15
15
  * @remarks
16
- * The avatar URL.
16
+ * Avatar URL
17
17
  *
18
18
  * @example
19
19
  * test
@@ -21,7 +21,7 @@ export class UpdatePolarClawAgentResponseBodyAgentIdentity extends $dara.Model {
21
21
  avatarUrl?: string;
22
22
  /**
23
23
  * @remarks
24
- * The identity\\"s Emoji identifier. This can be a Unicode code point, such as U+1F99E, or the Emoji character itself.
24
+ * Emoji identifier (Unicode format such as U+1F99E, or direct emoji character)
25
25
  *
26
26
  * @example
27
27
  * U+1F99E
@@ -29,7 +29,7 @@ export class UpdatePolarClawAgentResponseBodyAgentIdentity extends $dara.Model {
29
29
  emoji?: string;
30
30
  /**
31
31
  * @remarks
32
- * The name of the identity.
32
+ * Identity name
33
33
  *
34
34
  * @example
35
35
  * PolarClaw
@@ -37,7 +37,7 @@ export class UpdatePolarClawAgentResponseBodyAgentIdentity extends $dara.Model {
37
37
  name?: string;
38
38
  /**
39
39
  * @remarks
40
- * The theme of the identity.
40
+ * Theme
41
41
  *
42
42
  * @example
43
43
  * soul lobster
@@ -75,7 +75,7 @@ export class UpdatePolarClawAgentResponseBodyAgentIdentity extends $dara.Model {
75
75
  export class UpdatePolarClawAgentResponseBodyAgent extends $dara.Model {
76
76
  /**
77
77
  * @remarks
78
- * The agent ID.
78
+ * Agent ID
79
79
  *
80
80
  * @example
81
81
  * main
@@ -83,12 +83,12 @@ export class UpdatePolarClawAgentResponseBodyAgent extends $dara.Model {
83
83
  id?: string;
84
84
  /**
85
85
  * @remarks
86
- * The identity information of the agent.
86
+ * Identity information
87
87
  */
88
88
  identity?: UpdatePolarClawAgentResponseBodyAgentIdentity;
89
89
  /**
90
90
  * @remarks
91
- * The display name of the agent.
91
+ * Agent display name
92
92
  *
93
93
  * @example
94
94
  * PolarClaw
@@ -96,7 +96,7 @@ export class UpdatePolarClawAgentResponseBodyAgent extends $dara.Model {
96
96
  name?: string;
97
97
  /**
98
98
  * @remarks
99
- * The workspace path.
99
+ * Workspace directory path
100
100
  *
101
101
  * @example
102
102
  * /home/node/.openclaw/workspace-work-v2
@@ -135,12 +135,12 @@ export class UpdatePolarClawAgentResponseBodyAgent extends $dara.Model {
135
135
  export class UpdatePolarClawAgentResponseBody extends $dara.Model {
136
136
  /**
137
137
  * @remarks
138
- * The details of the updated agent.
138
+ * Updated Agent details
139
139
  */
140
140
  agent?: UpdatePolarClawAgentResponseBodyAgent;
141
141
  /**
142
142
  * @remarks
143
- * The agent ID.
143
+ * Agent ID
144
144
  *
145
145
  * @example
146
146
  * main
@@ -148,7 +148,7 @@ export class UpdatePolarClawAgentResponseBody extends $dara.Model {
148
148
  agentId?: string;
149
149
  /**
150
150
  * @remarks
151
- * The application ID.
151
+ * Application ID
152
152
  *
153
153
  * @example
154
154
  * pa-**************
@@ -156,7 +156,7 @@ export class UpdatePolarClawAgentResponseBody extends $dara.Model {
156
156
  applicationId?: string;
157
157
  /**
158
158
  * @remarks
159
- * The response status code.
159
+ * Response status code
160
160
  *
161
161
  * @example
162
162
  * 200
@@ -164,7 +164,7 @@ export class UpdatePolarClawAgentResponseBody extends $dara.Model {
164
164
  code?: number;
165
165
  /**
166
166
  * @remarks
167
- * The response message.
167
+ * Response message
168
168
  *
169
169
  * @example
170
170
  * successful
@@ -172,7 +172,7 @@ export class UpdatePolarClawAgentResponseBody extends $dara.Model {
172
172
  message?: string;
173
173
  /**
174
174
  * @remarks
175
- * The request ID.
175
+ * Id of the request
176
176
  *
177
177
  * @example
178
178
  * CDB3258F-B5DE-43C4-8935-CBA0CA******
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class UpdatePolarClawAgentShrinkRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the agent to update.
8
+ * Agent ID to update
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -15,7 +15,7 @@ export class UpdatePolarClawAgentShrinkRequest extends $dara.Model {
15
15
  agentId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The application ID.
18
+ * Application ID
19
19
  *
20
20
  * This parameter is required.
21
21
  *
@@ -25,7 +25,7 @@ export class UpdatePolarClawAgentShrinkRequest extends $dara.Model {
25
25
  applicationId?: string;
26
26
  /**
27
27
  * @remarks
28
- * The new avatar for the agent.
28
+ * New avatar
29
29
  *
30
30
  * @example
31
31
  * test
@@ -33,15 +33,25 @@ export class UpdatePolarClawAgentShrinkRequest extends $dara.Model {
33
33
  avatar?: string;
34
34
  /**
35
35
  * @remarks
36
- * The file list to update.
36
+ * List of files to update
37
37
  *
38
38
  * @example
39
39
  * [{"FileName":"SOUL.md","FileContent":"You are a helpful assistant."}]
40
40
  */
41
41
  filesShrink?: string;
42
+ /**
43
+ * @example
44
+ * true
45
+ */
46
+ isDefault?: boolean;
47
+ /**
48
+ * @example
49
+ * false
50
+ */
51
+ keepWorkspaceFiles?: boolean;
42
52
  /**
43
53
  * @remarks
44
- * The model to override the agent\\"s default setting.
54
+ * Model override
45
55
  *
46
56
  * @example
47
57
  * claude-sonnet-4-5
@@ -49,7 +59,7 @@ export class UpdatePolarClawAgentShrinkRequest extends $dara.Model {
49
59
  model?: string;
50
60
  /**
51
61
  * @remarks
52
- * The new display name for the agent.
62
+ * New display name
53
63
  *
54
64
  * @example
55
65
  * Work Bot
@@ -57,7 +67,7 @@ export class UpdatePolarClawAgentShrinkRequest extends $dara.Model {
57
67
  name?: string;
58
68
  /**
59
69
  * @remarks
60
- * Specifies whether to restart the gateway after the update. The default value is true.
70
+ * Whether to restart the gateway after creation, default is true
61
71
  *
62
72
  * @example
63
73
  * true
@@ -65,7 +75,7 @@ export class UpdatePolarClawAgentShrinkRequest extends $dara.Model {
65
75
  restart?: boolean;
66
76
  /**
67
77
  * @remarks
68
- * The new path for the agent\\"s workspace.
78
+ * New workspace directory path
69
79
  *
70
80
  * @example
71
81
  * /home/node/.openclaw/workspace-work-v2
@@ -77,6 +87,8 @@ export class UpdatePolarClawAgentShrinkRequest extends $dara.Model {
77
87
  applicationId: 'ApplicationId',
78
88
  avatar: 'Avatar',
79
89
  filesShrink: 'Files',
90
+ isDefault: 'IsDefault',
91
+ keepWorkspaceFiles: 'KeepWorkspaceFiles',
80
92
  model: 'Model',
81
93
  name: 'Name',
82
94
  restart: 'Restart',
@@ -90,6 +102,8 @@ export class UpdatePolarClawAgentShrinkRequest extends $dara.Model {
90
102
  applicationId: 'string',
91
103
  avatar: 'string',
92
104
  filesShrink: 'string',
105
+ isDefault: 'boolean',
106
+ keepWorkspaceFiles: 'boolean',
93
107
  model: 'string',
94
108
  name: 'string',
95
109
  restart: 'boolean',
@@ -13,6 +13,7 @@ export { CreateApplicationRequestParameters } from './CreateApplicationRequest';
13
13
  export { CreateApplicationRequestTag } from './CreateApplicationRequest';
14
14
  export { CreateApplicationShrinkRequestTag } from './CreateApplicationShrinkRequest';
15
15
  export { CreateApplicationResponseBodyComponents } from './CreateApplicationResponseBody';
16
+ export { CreateBatchConsumerResponseBodyItems } from './CreateBatchConsumerResponseBody';
16
17
  export { CreateDBClusterRequestTag } from './CreateDbclusterRequest';
17
18
  export { CreateDBEndpointAddressRequestZoneInfo } from './CreateDbendpointAddressRequest';
18
19
  export { CreateDBNodesRequestDBNode } from './CreateDbnodesRequest';
@@ -61,6 +62,9 @@ export { DescribeAccountsZonalResponseBodyAccounts } from './DescribeAccountsZon
61
62
  export { DescribeActivationCodesResponseBodyItems } from './DescribeActivationCodesResponseBody';
62
63
  export { DescribeActiveOperationMaintainConfResponseBodyConfig } from './DescribeActiveOperationMaintainConfResponseBody';
63
64
  export { DescribeActiveOperationTasksResponseBodyItems } from './DescribeActiveOperationTasksResponseBody';
65
+ export { DescribeApikeyAttributeResponseBodyItemsConsumer } from './DescribeApikeyAttributeResponseBody';
66
+ export { DescribeApikeyAttributeResponseBodyItemsUsageStatistics } from './DescribeApikeyAttributeResponseBody';
67
+ export { DescribeApikeyAttributeResponseBodyItems } from './DescribeApikeyAttributeResponseBody';
64
68
  export { DescribeApplicationAttributeResponseBodyComponentsSecurityGroups } from './DescribeApplicationAttributeResponseBody';
65
69
  export { DescribeApplicationAttributeResponseBodyComponentsSecurityIPArrays } from './DescribeApplicationAttributeResponseBody';
66
70
  export { DescribeApplicationAttributeResponseBodyComponentsTopology } from './DescribeApplicationAttributeResponseBody';
@@ -212,6 +216,7 @@ export { DescribeEncryptionDBRolePrivilegeResponseBodyData } from './DescribeEnc
212
216
  export { DescribeExtensionsResponseBodyInstalledExtensions } from './DescribeExtensionsResponseBody';
213
217
  export { DescribeExtensionsResponseBodyUninstalledExtensions } from './DescribeExtensionsResponseBody';
214
218
  export { DescribeFirewallRulesResponseBodyData } from './DescribeFirewallRulesResponseBody';
219
+ export { DescribeGatewayApikeyListResponseBodyItems } from './DescribeGatewayApikeyListResponseBody';
215
220
  export { DescribeGatewayAttributeResponseBodyEndpoints } from './DescribeGatewayAttributeResponseBody';
216
221
  export { DescribeGatewayAttributeResponseBodySecurityIPArrays } from './DescribeGatewayAttributeResponseBody';
217
222
  export { DescribeGatewayListResponseBodyItems } from './DescribeGatewayListResponseBody';
@@ -253,7 +258,9 @@ export { DescribePendingMaintenanceActionResponseBodyItems } from './DescribePen
253
258
  export { DescribePendingMaintenanceActionsResponseBodyTypeList } from './DescribePendingMaintenanceActionsResponseBody';
254
259
  export { DescribePolarAgentChatRecordsResponseBodyData } from './DescribePolarAgentChatRecordsResponseBody';
255
260
  export { DescribePolarAgentUserSessionsResponseBodyData } from './DescribePolarAgentUserSessionsResponseBody';
261
+ export { DescribePolarClawAgentsResponseBodyAgentsFiles } from './DescribePolarClawAgentsResponseBody';
256
262
  export { DescribePolarClawAgentsResponseBodyAgentsIdentity } from './DescribePolarClawAgentsResponseBody';
263
+ export { DescribePolarClawAgentsResponseBodyAgentsModel } from './DescribePolarClawAgentsResponseBody';
257
264
  export { DescribePolarClawAgentsResponseBodyAgents } from './DescribePolarClawAgentsResponseBody';
258
265
  export { DescribePolarClawChannelsResponseBodyChannelsAccounts } from './DescribePolarClawChannelsResponseBody';
259
266
  export { DescribePolarClawChannelsResponseBodyChannels } from './DescribePolarClawChannelsResponseBody';
@@ -459,6 +466,9 @@ export { CreateApplicationPromptResponse } from './CreateApplicationPromptRespon
459
466
  export { CreateBackupRequest } from './CreateBackupRequest';
460
467
  export { CreateBackupResponseBody } from './CreateBackupResponseBody';
461
468
  export { CreateBackupResponse } from './CreateBackupResponse';
469
+ export { CreateBatchConsumerRequest } from './CreateBatchConsumerRequest';
470
+ export { CreateBatchConsumerResponseBody } from './CreateBatchConsumerResponseBody';
471
+ export { CreateBatchConsumerResponse } from './CreateBatchConsumerResponse';
462
472
  export { CreateBatchTaskRequest } from './CreateBatchTaskRequest';
463
473
  export { CreateBatchTaskShrinkRequest } from './CreateBatchTaskShrinkRequest';
464
474
  export { CreateBatchTaskResponseBody } from './CreateBatchTaskResponseBody';
@@ -730,6 +740,9 @@ export { DescribeActiveOperationMaintainConfResponse } from './DescribeActiveOpe
730
740
  export { DescribeActiveOperationTasksRequest } from './DescribeActiveOperationTasksRequest';
731
741
  export { DescribeActiveOperationTasksResponseBody } from './DescribeActiveOperationTasksResponseBody';
732
742
  export { DescribeActiveOperationTasksResponse } from './DescribeActiveOperationTasksResponse';
743
+ export { DescribeApikeyAttributeRequest } from './DescribeApikeyAttributeRequest';
744
+ export { DescribeApikeyAttributeResponseBody } from './DescribeApikeyAttributeResponseBody';
745
+ export { DescribeApikeyAttributeResponse } from './DescribeApikeyAttributeResponse';
733
746
  export { DescribeApplicationAttributeRequest } from './DescribeApplicationAttributeRequest';
734
747
  export { DescribeApplicationAttributeResponseBody } from './DescribeApplicationAttributeResponseBody';
735
748
  export { DescribeApplicationAttributeResponse } from './DescribeApplicationAttributeResponse';
@@ -933,6 +946,9 @@ export { DescribeExtensionsResponse } from './DescribeExtensionsResponse';
933
946
  export { DescribeFirewallRulesRequest } from './DescribeFirewallRulesRequest';
934
947
  export { DescribeFirewallRulesResponseBody } from './DescribeFirewallRulesResponseBody';
935
948
  export { DescribeFirewallRulesResponse } from './DescribeFirewallRulesResponse';
949
+ export { DescribeGatewayApikeyListRequest } from './DescribeGatewayApikeyListRequest';
950
+ export { DescribeGatewayApikeyListResponseBody } from './DescribeGatewayApikeyListResponseBody';
951
+ export { DescribeGatewayApikeyListResponse } from './DescribeGatewayApikeyListResponse';
936
952
  export { DescribeGatewayAttributeRequest } from './DescribeGatewayAttributeRequest';
937
953
  export { DescribeGatewayAttributeResponseBody } from './DescribeGatewayAttributeResponseBody';
938
954
  export { DescribeGatewayAttributeResponse } from './DescribeGatewayAttributeResponse';