@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.
- package/dist/client.d.ts +63 -18
- package/dist/client.js +168 -18
- package/dist/client.js.map +1 -1
- package/dist/models/CreateBatchConsumerRequest.d.ts +61 -0
- package/dist/models/CreateBatchConsumerRequest.js +66 -0
- package/dist/models/CreateBatchConsumerRequest.js.map +1 -0
- package/dist/models/CreateBatchConsumerResponse.d.ts +19 -0
- package/dist/models/CreateBatchConsumerResponse.js +69 -0
- package/dist/models/CreateBatchConsumerResponse.js.map +1 -0
- package/dist/models/CreateBatchConsumerResponseBody.d.ts +147 -0
- package/dist/models/CreateBatchConsumerResponseBody.js +106 -0
- package/dist/models/CreateBatchConsumerResponseBody.js.map +1 -0
- package/dist/models/DescribeAidbclusterAttributeResponseBody.d.ts +66 -97
- package/dist/models/DescribeAidbclusterAttributeResponseBody.js +2 -0
- package/dist/models/DescribeAidbclusterAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribeApikeyAttributeRequest.d.ts +39 -0
- package/dist/models/DescribeApikeyAttributeRequest.js +64 -0
- package/dist/models/DescribeApikeyAttributeRequest.js.map +1 -0
- package/dist/models/DescribeApikeyAttributeResponse.d.ts +19 -0
- package/dist/models/DescribeApikeyAttributeResponse.js +69 -0
- package/dist/models/DescribeApikeyAttributeResponse.js.map +1 -0
- package/dist/models/DescribeApikeyAttributeResponseBody.d.ts +167 -0
- package/dist/models/DescribeApikeyAttributeResponseBody.js +168 -0
- package/dist/models/DescribeApikeyAttributeResponseBody.js.map +1 -0
- package/dist/models/DescribeGatewayApikeyListRequest.d.ts +43 -0
- package/dist/models/DescribeGatewayApikeyListRequest.js +62 -0
- package/dist/models/DescribeGatewayApikeyListRequest.js.map +1 -0
- package/dist/models/DescribeGatewayApikeyListResponse.d.ts +19 -0
- package/dist/models/DescribeGatewayApikeyListResponse.js +69 -0
- package/dist/models/DescribeGatewayApikeyListResponse.js.map +1 -0
- package/dist/models/DescribeGatewayApikeyListResponseBody.d.ts +147 -0
- package/dist/models/DescribeGatewayApikeyListResponseBody.js +106 -0
- package/dist/models/DescribeGatewayApikeyListResponseBody.js.map +1 -0
- package/dist/models/DescribePolarClawAgentsRequest.d.ts +1 -1
- package/dist/models/DescribePolarClawAgentsResponseBody.d.ts +79 -11
- package/dist/models/DescribePolarClawAgentsResponseBody.js +71 -1
- package/dist/models/DescribePolarClawAgentsResponseBody.js.map +1 -1
- package/dist/models/DescribePolarClawAgentsShrinkRequest.d.ts +1 -1
- package/dist/models/DescribePolarFsAttributeRequest.d.ts +5 -8
- package/dist/models/DescribePolarFsAttributeRequest.js.map +1 -1
- package/dist/models/DescribePolarFsAttributeResponseBody.d.ts +49 -57
- package/dist/models/DescribePolarFsAttributeResponseBody.js +2 -0
- package/dist/models/DescribePolarFsAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribePolarFsObjectsResponseBody.d.ts +13 -13
- package/dist/models/UpdatePolarClawAgentRequest.d.ts +20 -10
- package/dist/models/UpdatePolarClawAgentRequest.js +4 -0
- package/dist/models/UpdatePolarClawAgentRequest.js.map +1 -1
- package/dist/models/UpdatePolarClawAgentResponseBody.d.ts +15 -15
- package/dist/models/UpdatePolarClawAgentShrinkRequest.d.ts +18 -8
- package/dist/models/UpdatePolarClawAgentShrinkRequest.js +4 -0
- package/dist/models/UpdatePolarClawAgentShrinkRequest.js.map +1 -1
- package/dist/models/model.d.ts +16 -0
- package/dist/models/model.js +68 -35
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +188 -18
- package/src/models/CreateBatchConsumerRequest.ts +82 -0
- package/src/models/CreateBatchConsumerResponse.ts +40 -0
- package/src/models/CreateBatchConsumerResponseBody.ts +199 -0
- package/src/models/DescribeAidbclusterAttributeResponseBody.ts +68 -97
- package/src/models/DescribeApikeyAttributeRequest.ts +58 -0
- package/src/models/DescribeApikeyAttributeResponse.ts +40 -0
- package/src/models/DescribeApikeyAttributeResponseBody.ts +263 -0
- package/src/models/DescribeGatewayApikeyListRequest.ts +60 -0
- package/src/models/DescribeGatewayApikeyListResponse.ts +40 -0
- package/src/models/DescribeGatewayApikeyListResponseBody.ts +199 -0
- package/src/models/DescribePolarClawAgentsRequest.ts +1 -1
- package/src/models/DescribePolarClawAgentsResponseBody.ts +131 -11
- package/src/models/DescribePolarClawAgentsShrinkRequest.ts +1 -1
- package/src/models/DescribePolarFsAttributeRequest.ts +5 -8
- package/src/models/DescribePolarFsAttributeResponseBody.ts +52 -58
- package/src/models/DescribePolarFsObjectsResponseBody.ts +13 -13
- package/src/models/UpdatePolarClawAgentRequest.ts +24 -10
- package/src/models/UpdatePolarClawAgentResponseBody.ts +15 -15
- package/src/models/UpdatePolarClawAgentShrinkRequest.ts +22 -8
- package/src/models/model.ts +16 -0
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class UpdatePolarClawAgentResponseBodyAgentIdentity extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
*
|
|
5
|
+
* Avatar path or content
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* test
|
|
@@ -10,7 +10,7 @@ export declare class UpdatePolarClawAgentResponseBodyAgentIdentity extends $dara
|
|
|
10
10
|
avatar?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
*
|
|
13
|
+
* Avatar URL
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* test
|
|
@@ -18,7 +18,7 @@ export declare class UpdatePolarClawAgentResponseBodyAgentIdentity extends $dara
|
|
|
18
18
|
avatarUrl?: string;
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
*
|
|
21
|
+
* Emoji identifier (Unicode format such as U+1F99E, or direct emoji character)
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* U+1F99E
|
|
@@ -26,7 +26,7 @@ export declare class UpdatePolarClawAgentResponseBodyAgentIdentity extends $dara
|
|
|
26
26
|
emoji?: string;
|
|
27
27
|
/**
|
|
28
28
|
* @remarks
|
|
29
|
-
*
|
|
29
|
+
* Identity name
|
|
30
30
|
*
|
|
31
31
|
* @example
|
|
32
32
|
* PolarClaw
|
|
@@ -34,7 +34,7 @@ export declare class UpdatePolarClawAgentResponseBodyAgentIdentity extends $dara
|
|
|
34
34
|
name?: string;
|
|
35
35
|
/**
|
|
36
36
|
* @remarks
|
|
37
|
-
*
|
|
37
|
+
* Theme
|
|
38
38
|
*
|
|
39
39
|
* @example
|
|
40
40
|
* soul lobster
|
|
@@ -54,7 +54,7 @@ export declare class UpdatePolarClawAgentResponseBodyAgentIdentity extends $dara
|
|
|
54
54
|
export declare class UpdatePolarClawAgentResponseBodyAgent extends $dara.Model {
|
|
55
55
|
/**
|
|
56
56
|
* @remarks
|
|
57
|
-
*
|
|
57
|
+
* Agent ID
|
|
58
58
|
*
|
|
59
59
|
* @example
|
|
60
60
|
* main
|
|
@@ -62,12 +62,12 @@ export declare class UpdatePolarClawAgentResponseBodyAgent extends $dara.Model {
|
|
|
62
62
|
id?: string;
|
|
63
63
|
/**
|
|
64
64
|
* @remarks
|
|
65
|
-
*
|
|
65
|
+
* Identity information
|
|
66
66
|
*/
|
|
67
67
|
identity?: UpdatePolarClawAgentResponseBodyAgentIdentity;
|
|
68
68
|
/**
|
|
69
69
|
* @remarks
|
|
70
|
-
*
|
|
70
|
+
* Agent display name
|
|
71
71
|
*
|
|
72
72
|
* @example
|
|
73
73
|
* PolarClaw
|
|
@@ -75,7 +75,7 @@ export declare class UpdatePolarClawAgentResponseBodyAgent extends $dara.Model {
|
|
|
75
75
|
name?: string;
|
|
76
76
|
/**
|
|
77
77
|
* @remarks
|
|
78
|
-
*
|
|
78
|
+
* Workspace directory path
|
|
79
79
|
*
|
|
80
80
|
* @example
|
|
81
81
|
* /home/node/.openclaw/workspace-work-v2
|
|
@@ -95,12 +95,12 @@ export declare class UpdatePolarClawAgentResponseBodyAgent extends $dara.Model {
|
|
|
95
95
|
export declare class UpdatePolarClawAgentResponseBody extends $dara.Model {
|
|
96
96
|
/**
|
|
97
97
|
* @remarks
|
|
98
|
-
*
|
|
98
|
+
* Updated Agent details
|
|
99
99
|
*/
|
|
100
100
|
agent?: UpdatePolarClawAgentResponseBodyAgent;
|
|
101
101
|
/**
|
|
102
102
|
* @remarks
|
|
103
|
-
*
|
|
103
|
+
* Agent ID
|
|
104
104
|
*
|
|
105
105
|
* @example
|
|
106
106
|
* main
|
|
@@ -108,7 +108,7 @@ export declare class UpdatePolarClawAgentResponseBody extends $dara.Model {
|
|
|
108
108
|
agentId?: string;
|
|
109
109
|
/**
|
|
110
110
|
* @remarks
|
|
111
|
-
*
|
|
111
|
+
* Application ID
|
|
112
112
|
*
|
|
113
113
|
* @example
|
|
114
114
|
* pa-**************
|
|
@@ -116,7 +116,7 @@ export declare class UpdatePolarClawAgentResponseBody extends $dara.Model {
|
|
|
116
116
|
applicationId?: string;
|
|
117
117
|
/**
|
|
118
118
|
* @remarks
|
|
119
|
-
*
|
|
119
|
+
* Response status code
|
|
120
120
|
*
|
|
121
121
|
* @example
|
|
122
122
|
* 200
|
|
@@ -124,7 +124,7 @@ export declare class UpdatePolarClawAgentResponseBody extends $dara.Model {
|
|
|
124
124
|
code?: number;
|
|
125
125
|
/**
|
|
126
126
|
* @remarks
|
|
127
|
-
*
|
|
127
|
+
* Response message
|
|
128
128
|
*
|
|
129
129
|
* @example
|
|
130
130
|
* successful
|
|
@@ -132,7 +132,7 @@ export declare class UpdatePolarClawAgentResponseBody extends $dara.Model {
|
|
|
132
132
|
message?: string;
|
|
133
133
|
/**
|
|
134
134
|
* @remarks
|
|
135
|
-
*
|
|
135
|
+
* Id of the request
|
|
136
136
|
*
|
|
137
137
|
* @example
|
|
138
138
|
* CDB3258F-B5DE-43C4-8935-CBA0CA******
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class UpdatePolarClawAgentShrinkRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
*
|
|
5
|
+
* Agent ID to update
|
|
6
6
|
*
|
|
7
7
|
* This parameter is required.
|
|
8
8
|
*
|
|
@@ -12,7 +12,7 @@ export declare class UpdatePolarClawAgentShrinkRequest extends $dara.Model {
|
|
|
12
12
|
agentId?: string;
|
|
13
13
|
/**
|
|
14
14
|
* @remarks
|
|
15
|
-
*
|
|
15
|
+
* Application ID
|
|
16
16
|
*
|
|
17
17
|
* This parameter is required.
|
|
18
18
|
*
|
|
@@ -22,7 +22,7 @@ export declare class UpdatePolarClawAgentShrinkRequest extends $dara.Model {
|
|
|
22
22
|
applicationId?: string;
|
|
23
23
|
/**
|
|
24
24
|
* @remarks
|
|
25
|
-
*
|
|
25
|
+
* New avatar
|
|
26
26
|
*
|
|
27
27
|
* @example
|
|
28
28
|
* test
|
|
@@ -30,15 +30,25 @@ export declare class UpdatePolarClawAgentShrinkRequest extends $dara.Model {
|
|
|
30
30
|
avatar?: string;
|
|
31
31
|
/**
|
|
32
32
|
* @remarks
|
|
33
|
-
*
|
|
33
|
+
* List of files to update
|
|
34
34
|
*
|
|
35
35
|
* @example
|
|
36
36
|
* [{"FileName":"SOUL.md","FileContent":"You are a helpful assistant."}]
|
|
37
37
|
*/
|
|
38
38
|
filesShrink?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @example
|
|
41
|
+
* true
|
|
42
|
+
*/
|
|
43
|
+
isDefault?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* @example
|
|
46
|
+
* false
|
|
47
|
+
*/
|
|
48
|
+
keepWorkspaceFiles?: boolean;
|
|
39
49
|
/**
|
|
40
50
|
* @remarks
|
|
41
|
-
*
|
|
51
|
+
* Model override
|
|
42
52
|
*
|
|
43
53
|
* @example
|
|
44
54
|
* claude-sonnet-4-5
|
|
@@ -46,7 +56,7 @@ export declare class UpdatePolarClawAgentShrinkRequest extends $dara.Model {
|
|
|
46
56
|
model?: string;
|
|
47
57
|
/**
|
|
48
58
|
* @remarks
|
|
49
|
-
*
|
|
59
|
+
* New display name
|
|
50
60
|
*
|
|
51
61
|
* @example
|
|
52
62
|
* Work Bot
|
|
@@ -54,7 +64,7 @@ export declare class UpdatePolarClawAgentShrinkRequest extends $dara.Model {
|
|
|
54
64
|
name?: string;
|
|
55
65
|
/**
|
|
56
66
|
* @remarks
|
|
57
|
-
*
|
|
67
|
+
* Whether to restart the gateway after creation, default is true
|
|
58
68
|
*
|
|
59
69
|
* @example
|
|
60
70
|
* true
|
|
@@ -62,7 +72,7 @@ export declare class UpdatePolarClawAgentShrinkRequest extends $dara.Model {
|
|
|
62
72
|
restart?: boolean;
|
|
63
73
|
/**
|
|
64
74
|
* @remarks
|
|
65
|
-
*
|
|
75
|
+
* New workspace directory path
|
|
66
76
|
*
|
|
67
77
|
* @example
|
|
68
78
|
* /home/node/.openclaw/workspace-work-v2
|
|
@@ -43,6 +43,8 @@ class UpdatePolarClawAgentShrinkRequest extends $dara.Model {
|
|
|
43
43
|
applicationId: 'ApplicationId',
|
|
44
44
|
avatar: 'Avatar',
|
|
45
45
|
filesShrink: 'Files',
|
|
46
|
+
isDefault: 'IsDefault',
|
|
47
|
+
keepWorkspaceFiles: 'KeepWorkspaceFiles',
|
|
46
48
|
model: 'Model',
|
|
47
49
|
name: 'Name',
|
|
48
50
|
restart: 'Restart',
|
|
@@ -55,6 +57,8 @@ class UpdatePolarClawAgentShrinkRequest extends $dara.Model {
|
|
|
55
57
|
applicationId: 'string',
|
|
56
58
|
avatar: 'string',
|
|
57
59
|
filesShrink: 'string',
|
|
60
|
+
isDefault: 'boolean',
|
|
61
|
+
keepWorkspaceFiles: 'boolean',
|
|
58
62
|
model: 'string',
|
|
59
63
|
name: 'string',
|
|
60
64
|
restart: 'boolean',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdatePolarClawAgentShrinkRequest.js","sourceRoot":"","sources":["../../src/models/UpdatePolarClawAgentShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iCAAkC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"UpdatePolarClawAgentShrinkRequest.js","sourceRoot":"","sources":["../../src/models/UpdatePolarClawAgentShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iCAAkC,SAAQ,KAAK,CAAC,KAAK;IA+EhE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,aAAa,EAAE,eAAe;YAC9B,MAAM,EAAE,QAAQ;YAChB,WAAW,EAAE,OAAO;YACpB,SAAS,EAAE,WAAW;YACtB,kBAAkB,EAAE,oBAAoB;YACxC,KAAK,EAAE,OAAO;YACd,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,aAAa,EAAE,QAAQ;YACvB,MAAM,EAAE,QAAQ;YAChB,WAAW,EAAE,QAAQ;YACrB,SAAS,EAAE,SAAS;YACpB,kBAAkB,EAAE,SAAS;YAC7B,KAAK,EAAE,QAAQ;YACf,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,QAAQ;SACpB,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;AApHD,8EAoHC"}
|
package/dist/models/model.d.ts
CHANGED
|
@@ -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';
|