@alicloud/polardb20170801 6.10.0 → 6.10.2
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.js +15 -0
- package/dist/client.js.map +1 -1
- package/dist/models/CreateApplicationRequest.d.ts +13 -0
- package/dist/models/CreateApplicationRequest.js +10 -0
- package/dist/models/CreateApplicationRequest.js.map +1 -1
- package/dist/models/CreateApplicationShrinkRequest.d.ts +13 -0
- package/dist/models/CreateApplicationShrinkRequest.js +10 -0
- package/dist/models/CreateApplicationShrinkRequest.js.map +1 -1
- package/dist/models/DescribeApplicationAttributeResponseBody.d.ts +31 -0
- package/dist/models/DescribeApplicationAttributeResponseBody.js +55 -1
- package/dist/models/DescribeApplicationAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribePolarFsAttributeResponseBody.d.ts +28 -0
- package/dist/models/DescribePolarFsAttributeResponseBody.js +29 -1
- package/dist/models/DescribePolarFsAttributeResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +3 -0
- package/dist/models/model.js +37 -30
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +20 -0
- package/src/models/CreateApplicationRequest.ts +23 -0
- package/src/models/CreateApplicationShrinkRequest.ts +23 -0
- package/src/models/DescribeApplicationAttributeResponseBody.ts +67 -0
- package/src/models/DescribePolarFsAttributeResponseBody.ts +47 -0
- package/src/models/model.ts +3 -0
|
@@ -224,6 +224,16 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
224
224
|
* x86
|
|
225
225
|
*/
|
|
226
226
|
architecture?: string;
|
|
227
|
+
/**
|
|
228
|
+
* @example
|
|
229
|
+
* feishu
|
|
230
|
+
*/
|
|
231
|
+
authProvider?: string;
|
|
232
|
+
/**
|
|
233
|
+
* @example
|
|
234
|
+
* xxx
|
|
235
|
+
*/
|
|
236
|
+
authProviderConfig?: string;
|
|
227
237
|
autoAllocatePublicEip?: boolean;
|
|
228
238
|
autoCreatePolarFs?: boolean;
|
|
229
239
|
/**
|
|
@@ -306,6 +316,9 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
306
316
|
*/
|
|
307
317
|
resourceGroupId?: string;
|
|
308
318
|
securityGroupId?: string;
|
|
319
|
+
securityIPArrayName?: string;
|
|
320
|
+
securityIPList?: string;
|
|
321
|
+
securityIPType?: string;
|
|
309
322
|
tag?: CreateApplicationRequestTag[];
|
|
310
323
|
/**
|
|
311
324
|
* @example
|
|
@@ -333,6 +346,8 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
333
346
|
AIDBClusterId: 'AIDBClusterId',
|
|
334
347
|
applicationType: 'ApplicationType',
|
|
335
348
|
architecture: 'Architecture',
|
|
349
|
+
authProvider: 'AuthProvider',
|
|
350
|
+
authProviderConfig: 'AuthProviderConfig',
|
|
336
351
|
autoAllocatePublicEip: 'AutoAllocatePublicEip',
|
|
337
352
|
autoCreatePolarFs: 'AutoCreatePolarFs',
|
|
338
353
|
autoRenew: 'AutoRenew',
|
|
@@ -355,6 +370,9 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
355
370
|
regionId: 'RegionId',
|
|
356
371
|
resourceGroupId: 'ResourceGroupId',
|
|
357
372
|
securityGroupId: 'SecurityGroupId',
|
|
373
|
+
securityIPArrayName: 'SecurityIPArrayName',
|
|
374
|
+
securityIPList: 'SecurityIPList',
|
|
375
|
+
securityIPType: 'SecurityIPType',
|
|
358
376
|
tag: 'Tag',
|
|
359
377
|
targetVersion: 'TargetVersion',
|
|
360
378
|
usedTime: 'UsedTime',
|
|
@@ -369,6 +387,8 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
369
387
|
AIDBClusterId: 'string',
|
|
370
388
|
applicationType: 'string',
|
|
371
389
|
architecture: 'string',
|
|
390
|
+
authProvider: 'string',
|
|
391
|
+
authProviderConfig: 'string',
|
|
372
392
|
autoAllocatePublicEip: 'boolean',
|
|
373
393
|
autoCreatePolarFs: 'boolean',
|
|
374
394
|
autoRenew: 'boolean',
|
|
@@ -391,6 +411,9 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
391
411
|
regionId: 'string',
|
|
392
412
|
resourceGroupId: 'string',
|
|
393
413
|
securityGroupId: 'string',
|
|
414
|
+
securityIPArrayName: 'string',
|
|
415
|
+
securityIPList: 'string',
|
|
416
|
+
securityIPType: 'string',
|
|
394
417
|
tag: { 'type': 'array', 'itemType': CreateApplicationRequestTag },
|
|
395
418
|
targetVersion: 'string',
|
|
396
419
|
usedTime: 'string',
|
|
@@ -58,6 +58,16 @@ export class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
58
58
|
* x86
|
|
59
59
|
*/
|
|
60
60
|
architecture?: string;
|
|
61
|
+
/**
|
|
62
|
+
* @example
|
|
63
|
+
* feishu
|
|
64
|
+
*/
|
|
65
|
+
authProvider?: string;
|
|
66
|
+
/**
|
|
67
|
+
* @example
|
|
68
|
+
* xxx
|
|
69
|
+
*/
|
|
70
|
+
authProviderConfig?: string;
|
|
61
71
|
autoAllocatePublicEip?: boolean;
|
|
62
72
|
autoCreatePolarFs?: boolean;
|
|
63
73
|
/**
|
|
@@ -140,6 +150,9 @@ export class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
140
150
|
*/
|
|
141
151
|
resourceGroupId?: string;
|
|
142
152
|
securityGroupId?: string;
|
|
153
|
+
securityIPArrayName?: string;
|
|
154
|
+
securityIPList?: string;
|
|
155
|
+
securityIPType?: string;
|
|
143
156
|
tag?: CreateApplicationShrinkRequestTag[];
|
|
144
157
|
/**
|
|
145
158
|
* @example
|
|
@@ -167,6 +180,8 @@ export class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
167
180
|
AIDBClusterId: 'AIDBClusterId',
|
|
168
181
|
applicationType: 'ApplicationType',
|
|
169
182
|
architecture: 'Architecture',
|
|
183
|
+
authProvider: 'AuthProvider',
|
|
184
|
+
authProviderConfig: 'AuthProviderConfig',
|
|
170
185
|
autoAllocatePublicEip: 'AutoAllocatePublicEip',
|
|
171
186
|
autoCreatePolarFs: 'AutoCreatePolarFs',
|
|
172
187
|
autoRenew: 'AutoRenew',
|
|
@@ -189,6 +204,9 @@ export class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
189
204
|
regionId: 'RegionId',
|
|
190
205
|
resourceGroupId: 'ResourceGroupId',
|
|
191
206
|
securityGroupId: 'SecurityGroupId',
|
|
207
|
+
securityIPArrayName: 'SecurityIPArrayName',
|
|
208
|
+
securityIPList: 'SecurityIPList',
|
|
209
|
+
securityIPType: 'SecurityIPType',
|
|
192
210
|
tag: 'Tag',
|
|
193
211
|
targetVersion: 'TargetVersion',
|
|
194
212
|
usedTime: 'UsedTime',
|
|
@@ -203,6 +221,8 @@ export class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
203
221
|
AIDBClusterId: 'string',
|
|
204
222
|
applicationType: 'string',
|
|
205
223
|
architecture: 'string',
|
|
224
|
+
authProvider: 'string',
|
|
225
|
+
authProviderConfig: 'string',
|
|
206
226
|
autoAllocatePublicEip: 'boolean',
|
|
207
227
|
autoCreatePolarFs: 'boolean',
|
|
208
228
|
autoRenew: 'boolean',
|
|
@@ -225,6 +245,9 @@ export class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
225
245
|
regionId: 'string',
|
|
226
246
|
resourceGroupId: 'string',
|
|
227
247
|
securityGroupId: 'string',
|
|
248
|
+
securityIPArrayName: 'string',
|
|
249
|
+
securityIPList: 'string',
|
|
250
|
+
securityIPType: 'string',
|
|
228
251
|
tag: { 'type': 'array', 'itemType': CreateApplicationShrinkRequestTag },
|
|
229
252
|
targetVersion: 'string',
|
|
230
253
|
usedTime: 'string',
|
|
@@ -334,6 +334,29 @@ export class DescribeApplicationAttributeResponseBodyMemApplicationAttribute ext
|
|
|
334
334
|
}
|
|
335
335
|
}
|
|
336
336
|
|
|
337
|
+
export class DescribeApplicationAttributeResponseBodyPolarClawSaaSApplicationAttribute extends $dara.Model {
|
|
338
|
+
authCallbackURL?: string;
|
|
339
|
+
static names(): { [key: string]: string } {
|
|
340
|
+
return {
|
|
341
|
+
authCallbackURL: 'AuthCallbackURL',
|
|
342
|
+
};
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
static types(): { [key: string]: any } {
|
|
346
|
+
return {
|
|
347
|
+
authCallbackURL: 'string',
|
|
348
|
+
};
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
validate() {
|
|
352
|
+
super.validate();
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
constructor(map?: { [key: string]: any }) {
|
|
356
|
+
super(map);
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
|
|
337
360
|
export class DescribeApplicationAttributeResponseBodySecurityGroups extends $dara.Model {
|
|
338
361
|
/**
|
|
339
362
|
* @example
|
|
@@ -437,6 +460,38 @@ export class DescribeApplicationAttributeResponseBodySecurityIPArrays extends $d
|
|
|
437
460
|
}
|
|
438
461
|
}
|
|
439
462
|
|
|
463
|
+
export class DescribeApplicationAttributeResponseBodyStorages extends $dara.Model {
|
|
464
|
+
storageCapacity?: string;
|
|
465
|
+
storageInstanceId?: string;
|
|
466
|
+
storagePerformanceLevel?: string;
|
|
467
|
+
storageType?: string;
|
|
468
|
+
static names(): { [key: string]: string } {
|
|
469
|
+
return {
|
|
470
|
+
storageCapacity: 'StorageCapacity',
|
|
471
|
+
storageInstanceId: 'StorageInstanceId',
|
|
472
|
+
storagePerformanceLevel: 'StoragePerformanceLevel',
|
|
473
|
+
storageType: 'StorageType',
|
|
474
|
+
};
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
static types(): { [key: string]: any } {
|
|
478
|
+
return {
|
|
479
|
+
storageCapacity: 'string',
|
|
480
|
+
storageInstanceId: 'string',
|
|
481
|
+
storagePerformanceLevel: 'string',
|
|
482
|
+
storageType: 'string',
|
|
483
|
+
};
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
validate() {
|
|
487
|
+
super.validate();
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
constructor(map?: { [key: string]: any }) {
|
|
491
|
+
super(map);
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
|
|
440
495
|
export class DescribeApplicationAttributeResponseBody extends $dara.Model {
|
|
441
496
|
/**
|
|
442
497
|
* @example
|
|
@@ -504,6 +559,7 @@ export class DescribeApplicationAttributeResponseBody extends $dara.Model {
|
|
|
504
559
|
* Postpaid
|
|
505
560
|
*/
|
|
506
561
|
payType?: string;
|
|
562
|
+
polarClawSaaSApplicationAttribute?: DescribeApplicationAttributeResponseBodyPolarClawSaaSApplicationAttribute;
|
|
507
563
|
/**
|
|
508
564
|
* @example
|
|
509
565
|
* pfs-**************
|
|
@@ -527,6 +583,7 @@ export class DescribeApplicationAttributeResponseBody extends $dara.Model {
|
|
|
527
583
|
* Activated
|
|
528
584
|
*/
|
|
529
585
|
status?: string;
|
|
586
|
+
storages?: DescribeApplicationAttributeResponseBodyStorages[];
|
|
530
587
|
/**
|
|
531
588
|
* @example
|
|
532
589
|
* false
|
|
@@ -578,6 +635,7 @@ export class DescribeApplicationAttributeResponseBody extends $dara.Model {
|
|
|
578
635
|
memApplicationAttribute: 'MemApplicationAttribute',
|
|
579
636
|
minorVersion: 'MinorVersion',
|
|
580
637
|
payType: 'PayType',
|
|
638
|
+
polarClawSaaSApplicationAttribute: 'PolarClawSaaSApplicationAttribute',
|
|
581
639
|
polarFSInstanceId: 'PolarFSInstanceId',
|
|
582
640
|
regionId: 'RegionId',
|
|
583
641
|
requestId: 'RequestId',
|
|
@@ -585,6 +643,7 @@ export class DescribeApplicationAttributeResponseBody extends $dara.Model {
|
|
|
585
643
|
securityIPArrays: 'SecurityIPArrays',
|
|
586
644
|
serverlessType: 'ServerlessType',
|
|
587
645
|
status: 'Status',
|
|
646
|
+
storages: 'Storages',
|
|
588
647
|
upgradeAvailable: 'UpgradeAvailable',
|
|
589
648
|
VPCId: 'VPCId',
|
|
590
649
|
vSwitchId: 'VSwitchId',
|
|
@@ -613,6 +672,7 @@ export class DescribeApplicationAttributeResponseBody extends $dara.Model {
|
|
|
613
672
|
memApplicationAttribute: DescribeApplicationAttributeResponseBodyMemApplicationAttribute,
|
|
614
673
|
minorVersion: 'string',
|
|
615
674
|
payType: 'string',
|
|
675
|
+
polarClawSaaSApplicationAttribute: DescribeApplicationAttributeResponseBodyPolarClawSaaSApplicationAttribute,
|
|
616
676
|
polarFSInstanceId: 'string',
|
|
617
677
|
regionId: 'string',
|
|
618
678
|
requestId: 'string',
|
|
@@ -620,6 +680,7 @@ export class DescribeApplicationAttributeResponseBody extends $dara.Model {
|
|
|
620
680
|
securityIPArrays: { 'type': 'array', 'itemType': DescribeApplicationAttributeResponseBodySecurityIPArrays },
|
|
621
681
|
serverlessType: 'string',
|
|
622
682
|
status: 'string',
|
|
683
|
+
storages: { 'type': 'array', 'itemType': DescribeApplicationAttributeResponseBodyStorages },
|
|
623
684
|
upgradeAvailable: 'string',
|
|
624
685
|
VPCId: 'string',
|
|
625
686
|
vSwitchId: 'string',
|
|
@@ -638,12 +699,18 @@ export class DescribeApplicationAttributeResponseBody extends $dara.Model {
|
|
|
638
699
|
if(this.memApplicationAttribute && typeof (this.memApplicationAttribute as any).validate === 'function') {
|
|
639
700
|
(this.memApplicationAttribute as any).validate();
|
|
640
701
|
}
|
|
702
|
+
if(this.polarClawSaaSApplicationAttribute && typeof (this.polarClawSaaSApplicationAttribute as any).validate === 'function') {
|
|
703
|
+
(this.polarClawSaaSApplicationAttribute as any).validate();
|
|
704
|
+
}
|
|
641
705
|
if(Array.isArray(this.securityGroups)) {
|
|
642
706
|
$dara.Model.validateArray(this.securityGroups);
|
|
643
707
|
}
|
|
644
708
|
if(Array.isArray(this.securityIPArrays)) {
|
|
645
709
|
$dara.Model.validateArray(this.securityIPArrays);
|
|
646
710
|
}
|
|
711
|
+
if(Array.isArray(this.storages)) {
|
|
712
|
+
$dara.Model.validateArray(this.storages);
|
|
713
|
+
}
|
|
647
714
|
super.validate();
|
|
648
715
|
}
|
|
649
716
|
|
|
@@ -2,6 +2,40 @@
|
|
|
2
2
|
import * as $dara from '@darabonba/typescript';
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
export class DescribePolarFsAttributeResponseBodyCustomBucketPathList extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* pfs-xxx.oss-[regionId]-internal.aliyuncs.com
|
|
9
|
+
*/
|
|
10
|
+
bucket?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* /data
|
|
14
|
+
*/
|
|
15
|
+
path?: string;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
bucket: 'Bucket',
|
|
19
|
+
path: 'Path',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
bucket: 'string',
|
|
26
|
+
path: 'string',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
validate() {
|
|
31
|
+
super.validate();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
constructor(map?: { [key: string]: any }) {
|
|
35
|
+
super(map);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
5
39
|
export class DescribePolarFsAttributeResponseBodyMountInfo extends $dara.Model {
|
|
6
40
|
/**
|
|
7
41
|
* @example
|
|
@@ -44,6 +78,11 @@ export class DescribePolarFsAttributeResponseBodyMountInfo extends $dara.Model {
|
|
|
44
78
|
}
|
|
45
79
|
|
|
46
80
|
export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
81
|
+
/**
|
|
82
|
+
* @example
|
|
83
|
+
* alluxio
|
|
84
|
+
*/
|
|
85
|
+
accelerateType?: string;
|
|
47
86
|
/**
|
|
48
87
|
* @example
|
|
49
88
|
* 1000
|
|
@@ -81,6 +120,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
81
120
|
* xxxxxx-%d.oss-cn-beijing-internal.aliyuncs.com
|
|
82
121
|
*/
|
|
83
122
|
customBucketPath?: string;
|
|
123
|
+
customBucketPathList?: DescribePolarFsAttributeResponseBodyCustomBucketPathList[];
|
|
84
124
|
/**
|
|
85
125
|
* @example
|
|
86
126
|
* MySQL
|
|
@@ -191,6 +231,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
191
231
|
zoneId?: string;
|
|
192
232
|
static names(): { [key: string]: string } {
|
|
193
233
|
return {
|
|
234
|
+
accelerateType: 'AccelerateType',
|
|
194
235
|
acceleratedStorageSpace: 'AcceleratedStorageSpace',
|
|
195
236
|
acceleratingEnable: 'AcceleratingEnable',
|
|
196
237
|
bandwidth: 'Bandwidth',
|
|
@@ -200,6 +241,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
200
241
|
clientDownloadPath: 'ClientDownloadPath',
|
|
201
242
|
createTime: 'CreateTime',
|
|
202
243
|
customBucketPath: 'CustomBucketPath',
|
|
244
|
+
customBucketPathList: 'CustomBucketPathList',
|
|
203
245
|
DBType: 'DBType',
|
|
204
246
|
expireTime: 'ExpireTime',
|
|
205
247
|
expired: 'Expired',
|
|
@@ -230,6 +272,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
230
272
|
|
|
231
273
|
static types(): { [key: string]: any } {
|
|
232
274
|
return {
|
|
275
|
+
accelerateType: 'string',
|
|
233
276
|
acceleratedStorageSpace: 'number',
|
|
234
277
|
acceleratingEnable: 'string',
|
|
235
278
|
bandwidth: 'number',
|
|
@@ -239,6 +282,7 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
239
282
|
clientDownloadPath: 'string',
|
|
240
283
|
createTime: 'string',
|
|
241
284
|
customBucketPath: 'string',
|
|
285
|
+
customBucketPathList: { 'type': 'array', 'itemType': DescribePolarFsAttributeResponseBodyCustomBucketPathList },
|
|
242
286
|
DBType: 'string',
|
|
243
287
|
expireTime: 'string',
|
|
244
288
|
expired: 'string',
|
|
@@ -268,6 +312,9 @@ export class DescribePolarFsAttributeResponseBody extends $dara.Model {
|
|
|
268
312
|
}
|
|
269
313
|
|
|
270
314
|
validate() {
|
|
315
|
+
if(Array.isArray(this.customBucketPathList)) {
|
|
316
|
+
$dara.Model.validateArray(this.customBucketPathList);
|
|
317
|
+
}
|
|
271
318
|
if(this.mountInfo && typeof (this.mountInfo as any).validate === 'function') {
|
|
272
319
|
(this.mountInfo as any).validate();
|
|
273
320
|
}
|
package/src/models/model.ts
CHANGED
|
@@ -42,8 +42,10 @@ export { DescribeApplicationAttributeResponseBodyComponentsTopology } from './De
|
|
|
42
42
|
export { DescribeApplicationAttributeResponseBodyComponents } from './DescribeApplicationAttributeResponseBody';
|
|
43
43
|
export { DescribeApplicationAttributeResponseBodyEndpoints } from './DescribeApplicationAttributeResponseBody';
|
|
44
44
|
export { DescribeApplicationAttributeResponseBodyMemApplicationAttribute } from './DescribeApplicationAttributeResponseBody';
|
|
45
|
+
export { DescribeApplicationAttributeResponseBodyPolarClawSaaSApplicationAttribute } from './DescribeApplicationAttributeResponseBody';
|
|
45
46
|
export { DescribeApplicationAttributeResponseBodySecurityGroups } from './DescribeApplicationAttributeResponseBody';
|
|
46
47
|
export { DescribeApplicationAttributeResponseBodySecurityIPArrays } from './DescribeApplicationAttributeResponseBody';
|
|
48
|
+
export { DescribeApplicationAttributeResponseBodyStorages } from './DescribeApplicationAttributeResponseBody';
|
|
47
49
|
export { DescribeApplicationParametersResponseBodyParameterTemplatesComponentParameterTemplatesParameters } from './DescribeApplicationParametersResponseBody';
|
|
48
50
|
export { DescribeApplicationParametersResponseBodyParameterTemplatesComponentParameterTemplates } from './DescribeApplicationParametersResponseBody';
|
|
49
51
|
export { DescribeApplicationParametersResponseBodyParameterTemplates } from './DescribeApplicationParametersResponseBody';
|
|
@@ -205,6 +207,7 @@ export { DescribePendingMaintenanceActionResponseBodyItems } from './DescribePen
|
|
|
205
207
|
export { DescribePendingMaintenanceActionsResponseBodyTypeList } from './DescribePendingMaintenanceActionsResponseBody';
|
|
206
208
|
export { DescribePolarAgentChatRecordsResponseBodyData } from './DescribePolarAgentChatRecordsResponseBody';
|
|
207
209
|
export { DescribePolarAgentUserSessionsResponseBodyData } from './DescribePolarAgentUserSessionsResponseBody';
|
|
210
|
+
export { DescribePolarFsAttributeResponseBodyCustomBucketPathList } from './DescribePolarFsAttributeResponseBody';
|
|
208
211
|
export { DescribePolarFsAttributeResponseBodyMountInfo } from './DescribePolarFsAttributeResponseBody';
|
|
209
212
|
export { DescribePolarFsQuotaResponseBodyPolicyItems } from './DescribePolarFsQuotaResponseBody';
|
|
210
213
|
export { DescribeRdsVSwitchsResponseBodyVSwitchesVSwitch } from './DescribeRdsVswitchsResponseBody';
|