@alicloud/polardb20170801 6.0.1 → 6.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 +90 -0
- package/dist/client.js +270 -0
- package/dist/client.js.map +1 -1
- package/dist/models/AddPolarFsQuotaRequest.d.ts +101 -0
- package/dist/models/AddPolarFsQuotaRequest.js +104 -0
- package/dist/models/AddPolarFsQuotaRequest.js.map +1 -0
- package/dist/models/AddPolarFsQuotaResponse.d.ts +19 -0
- package/dist/models/AddPolarFsQuotaResponse.js +69 -0
- package/dist/models/AddPolarFsQuotaResponse.js.map +1 -0
- package/dist/models/AddPolarFsQuotaResponseBody.d.ts +26 -0
- package/dist/models/AddPolarFsQuotaResponseBody.js +60 -0
- package/dist/models/AddPolarFsQuotaResponseBody.js.map +1 -0
- package/dist/models/CancelPolarFsFileQuotaRequest.d.ts +34 -0
- package/dist/models/CancelPolarFsFileQuotaRequest.js +62 -0
- package/dist/models/CancelPolarFsFileQuotaRequest.js.map +1 -0
- package/dist/models/CancelPolarFsFileQuotaResponse.d.ts +19 -0
- package/dist/models/CancelPolarFsFileQuotaResponse.js +69 -0
- package/dist/models/CancelPolarFsFileQuotaResponse.js.map +1 -0
- package/dist/models/CancelPolarFsFileQuotaResponseBody.d.ts +31 -0
- package/dist/models/CancelPolarFsFileQuotaResponseBody.js +62 -0
- package/dist/models/CancelPolarFsFileQuotaResponseBody.js.map +1 -0
- package/dist/models/CreateApplicationRequest.d.ts +0 -2
- package/dist/models/CreateApplicationRequest.js +0 -2
- package/dist/models/CreateApplicationRequest.js.map +1 -1
- package/dist/models/DeletePolarFsQuotaRequest.d.ts +59 -0
- package/dist/models/DeletePolarFsQuotaRequest.js +86 -0
- package/dist/models/DeletePolarFsQuotaRequest.js.map +1 -0
- package/dist/models/DeletePolarFsQuotaResponse.d.ts +19 -0
- package/dist/models/DeletePolarFsQuotaResponse.js +69 -0
- package/dist/models/DeletePolarFsQuotaResponse.js.map +1 -0
- package/dist/models/DeletePolarFsQuotaResponseBody.d.ts +26 -0
- package/dist/models/DeletePolarFsQuotaResponseBody.js +60 -0
- package/dist/models/DeletePolarFsQuotaResponseBody.js.map +1 -0
- package/dist/models/DescribePolarFsAttributeRequest.d.ts +23 -0
- package/dist/models/DescribePolarFsAttributeRequest.js +62 -0
- package/dist/models/DescribePolarFsAttributeRequest.js.map +1 -0
- package/dist/models/DescribePolarFsAttributeResponse.d.ts +19 -0
- package/dist/models/DescribePolarFsAttributeResponse.js +69 -0
- package/dist/models/DescribePolarFsAttributeResponse.js.map +1 -0
- package/dist/models/DescribePolarFsAttributeResponseBody.d.ts +177 -0
- package/dist/models/DescribePolarFsAttributeResponseBody.js +142 -0
- package/dist/models/DescribePolarFsAttributeResponseBody.js.map +1 -0
- package/dist/models/DescribePolarFsQuotaRequest.d.ts +31 -0
- package/dist/models/DescribePolarFsQuotaRequest.js +62 -0
- package/dist/models/DescribePolarFsQuotaRequest.js.map +1 -0
- package/dist/models/DescribePolarFsQuotaResponse.d.ts +19 -0
- package/dist/models/DescribePolarFsQuotaResponse.js +69 -0
- package/dist/models/DescribePolarFsQuotaResponse.js.map +1 -0
- package/dist/models/DescribePolarFsQuotaResponseBody.d.ts +114 -0
- package/dist/models/DescribePolarFsQuotaResponseBody.js +112 -0
- package/dist/models/DescribePolarFsQuotaResponseBody.js.map +1 -0
- package/dist/models/SetPolarFsFileQuotaRequest.d.ts +63 -0
- package/dist/models/SetPolarFsFileQuotaRequest.js +90 -0
- package/dist/models/SetPolarFsFileQuotaRequest.js.map +1 -0
- package/dist/models/SetPolarFsFileQuotaResponse.d.ts +19 -0
- package/dist/models/SetPolarFsFileQuotaResponse.js +69 -0
- package/dist/models/SetPolarFsFileQuotaResponse.js.map +1 -0
- package/dist/models/SetPolarFsFileQuotaResponseBody.d.ts +26 -0
- package/dist/models/SetPolarFsFileQuotaResponseBody.js +60 -0
- package/dist/models/SetPolarFsFileQuotaResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +23 -0
- package/dist/models/model.js +68 -21
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +300 -0
- package/src/models/AddPolarFsQuotaRequest.ts +149 -0
- package/src/models/AddPolarFsQuotaResponse.ts +40 -0
- package/src/models/AddPolarFsQuotaResponseBody.ts +41 -0
- package/src/models/CancelPolarFsFileQuotaRequest.ts +51 -0
- package/src/models/CancelPolarFsFileQuotaResponse.ts +40 -0
- package/src/models/CancelPolarFsFileQuotaResponseBody.ts +48 -0
- package/src/models/CreateApplicationRequest.ts +0 -2
- package/src/models/DeletePolarFsQuotaRequest.ts +91 -0
- package/src/models/DeletePolarFsQuotaResponse.ts +40 -0
- package/src/models/DeletePolarFsQuotaResponseBody.ts +41 -0
- package/src/models/DescribePolarFsAttributeRequest.ts +40 -0
- package/src/models/DescribePolarFsAttributeResponse.ts +40 -0
- package/src/models/DescribePolarFsAttributeResponseBody.ts +265 -0
- package/src/models/DescribePolarFsQuotaRequest.ts +48 -0
- package/src/models/DescribePolarFsQuotaResponse.ts +40 -0
- package/src/models/DescribePolarFsQuotaResponseBody.ts +172 -0
- package/src/models/SetPolarFsFileQuotaRequest.ts +99 -0
- package/src/models/SetPolarFsFileQuotaResponse.ts +40 -0
- package/src/models/SetPolarFsFileQuotaResponseBody.ts +41 -0
- package/src/models/model.ts +23 -0
|
@@ -0,0 +1,112 @@
|
|
|
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.DescribePolarFsQuotaResponseBody = exports.DescribePolarFsQuotaResponseBodyPolicyItems = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class DescribePolarFsQuotaResponseBodyPolicyItems extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
accessTTL: 'AccessTTL',
|
|
43
|
+
changeTTL: 'ChangeTTL',
|
|
44
|
+
description: 'Description',
|
|
45
|
+
enabled: 'Enabled',
|
|
46
|
+
exclude: 'Exclude',
|
|
47
|
+
fileCountLimit: 'FileCountLimit',
|
|
48
|
+
id: 'Id',
|
|
49
|
+
include: 'Include',
|
|
50
|
+
name: 'Name',
|
|
51
|
+
priority: 'Priority',
|
|
52
|
+
sizeLimit: 'SizeLimit',
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
static types() {
|
|
56
|
+
return {
|
|
57
|
+
accessTTL: 'number',
|
|
58
|
+
changeTTL: 'number',
|
|
59
|
+
description: 'string',
|
|
60
|
+
enabled: 'boolean',
|
|
61
|
+
exclude: 'string',
|
|
62
|
+
fileCountLimit: 'number',
|
|
63
|
+
id: 'number',
|
|
64
|
+
include: 'string',
|
|
65
|
+
name: 'string',
|
|
66
|
+
priority: 'number',
|
|
67
|
+
sizeLimit: 'number',
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
validate() {
|
|
71
|
+
super.validate();
|
|
72
|
+
}
|
|
73
|
+
constructor(map) {
|
|
74
|
+
super(map);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
exports.DescribePolarFsQuotaResponseBodyPolicyItems = DescribePolarFsQuotaResponseBodyPolicyItems;
|
|
78
|
+
class DescribePolarFsQuotaResponseBody extends $dara.Model {
|
|
79
|
+
static names() {
|
|
80
|
+
return {
|
|
81
|
+
pageNumber: 'PageNumber',
|
|
82
|
+
pageRecordCount: 'PageRecordCount',
|
|
83
|
+
pageSize: 'PageSize',
|
|
84
|
+
polarFsInstanceId: 'PolarFsInstanceId',
|
|
85
|
+
policyItems: 'PolicyItems',
|
|
86
|
+
requestId: 'RequestId',
|
|
87
|
+
totalRecordCount: 'TotalRecordCount',
|
|
88
|
+
};
|
|
89
|
+
}
|
|
90
|
+
static types() {
|
|
91
|
+
return {
|
|
92
|
+
pageNumber: 'string',
|
|
93
|
+
pageRecordCount: 'string',
|
|
94
|
+
pageSize: 'string',
|
|
95
|
+
polarFsInstanceId: 'string',
|
|
96
|
+
policyItems: { 'type': 'array', 'itemType': DescribePolarFsQuotaResponseBodyPolicyItems },
|
|
97
|
+
requestId: 'string',
|
|
98
|
+
totalRecordCount: 'string',
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
validate() {
|
|
102
|
+
if (Array.isArray(this.policyItems)) {
|
|
103
|
+
$dara.Model.validateArray(this.policyItems);
|
|
104
|
+
}
|
|
105
|
+
super.validate();
|
|
106
|
+
}
|
|
107
|
+
constructor(map) {
|
|
108
|
+
super(map);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
exports.DescribePolarFsQuotaResponseBody = DescribePolarFsQuotaResponseBody;
|
|
112
|
+
//# sourceMappingURL=DescribePolarFsQuotaResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescribePolarFsQuotaResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribePolarFsQuotaResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2CAA4C,SAAQ,KAAK,CAAC,KAAK;IAwD1E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;YAClB,cAAc,EAAE,gBAAgB;YAChC,EAAE,EAAE,IAAI;YACR,OAAO,EAAE,SAAS;YAClB,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;YACrB,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,QAAQ;YACjB,cAAc,EAAE,QAAQ;YACxB,EAAE,EAAE,QAAQ;YACZ,OAAO,EAAE,QAAQ;YACjB,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,QAAQ;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;AA/FD,kGA+FC;AAED,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAmC/D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,eAAe,EAAE,iBAAiB;YAClC,QAAQ,EAAE,UAAU;YACpB,iBAAiB,EAAE,mBAAmB;YACtC,WAAW,EAAE,aAAa;YAC1B,SAAS,EAAE,WAAW;YACtB,gBAAgB,EAAE,kBAAkB;SACrC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,eAAe,EAAE,QAAQ;YACzB,QAAQ,EAAE,QAAQ;YAClB,iBAAiB,EAAE,QAAQ;YAC3B,WAAW,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,2CAA2C,EAAE;YACzF,SAAS,EAAE,QAAQ;YACnB,gBAAgB,EAAE,QAAQ;SAC3B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;YACnC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AArED,4EAqEC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class SetPolarFsFileQuotaRequestFilePathQuotas extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* /a/project
|
|
6
|
+
*/
|
|
7
|
+
filePathId?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* 1
|
|
11
|
+
*/
|
|
12
|
+
maxDepth?: number;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* 1,2
|
|
16
|
+
*/
|
|
17
|
+
quotaIds?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @example
|
|
20
|
+
* missing
|
|
21
|
+
*/
|
|
22
|
+
strategy?: 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 SetPolarFsFileQuotaRequest extends $dara.Model {
|
|
35
|
+
/**
|
|
36
|
+
* @example
|
|
37
|
+
* pc-**************
|
|
38
|
+
*/
|
|
39
|
+
DBClusterId?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @remarks
|
|
42
|
+
* This parameter is required.
|
|
43
|
+
*/
|
|
44
|
+
filePathQuotas?: SetPolarFsFileQuotaRequestFilePathQuotas[];
|
|
45
|
+
/**
|
|
46
|
+
* @remarks
|
|
47
|
+
* This parameter is required.
|
|
48
|
+
*
|
|
49
|
+
* @example
|
|
50
|
+
* pfs-2ze0i74ka607*****
|
|
51
|
+
*/
|
|
52
|
+
polarFsInstanceId?: string;
|
|
53
|
+
static names(): {
|
|
54
|
+
[key: string]: string;
|
|
55
|
+
};
|
|
56
|
+
static types(): {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
};
|
|
59
|
+
validate(): void;
|
|
60
|
+
constructor(map?: {
|
|
61
|
+
[key: string]: any;
|
|
62
|
+
});
|
|
63
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
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.SetPolarFsFileQuotaRequest = exports.SetPolarFsFileQuotaRequestFilePathQuotas = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class SetPolarFsFileQuotaRequestFilePathQuotas extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
filePathId: 'FilePathId',
|
|
43
|
+
maxDepth: 'MaxDepth',
|
|
44
|
+
quotaIds: 'QuotaIds',
|
|
45
|
+
strategy: 'Strategy',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
filePathId: 'string',
|
|
51
|
+
maxDepth: 'number',
|
|
52
|
+
quotaIds: 'string',
|
|
53
|
+
strategy: 'string',
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
validate() {
|
|
57
|
+
super.validate();
|
|
58
|
+
}
|
|
59
|
+
constructor(map) {
|
|
60
|
+
super(map);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
exports.SetPolarFsFileQuotaRequestFilePathQuotas = SetPolarFsFileQuotaRequestFilePathQuotas;
|
|
64
|
+
class SetPolarFsFileQuotaRequest extends $dara.Model {
|
|
65
|
+
static names() {
|
|
66
|
+
return {
|
|
67
|
+
DBClusterId: 'DBClusterId',
|
|
68
|
+
filePathQuotas: 'FilePathQuotas',
|
|
69
|
+
polarFsInstanceId: 'PolarFsInstanceId',
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
static types() {
|
|
73
|
+
return {
|
|
74
|
+
DBClusterId: 'string',
|
|
75
|
+
filePathQuotas: { 'type': 'array', 'itemType': SetPolarFsFileQuotaRequestFilePathQuotas },
|
|
76
|
+
polarFsInstanceId: 'string',
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
validate() {
|
|
80
|
+
if (Array.isArray(this.filePathQuotas)) {
|
|
81
|
+
$dara.Model.validateArray(this.filePathQuotas);
|
|
82
|
+
}
|
|
83
|
+
super.validate();
|
|
84
|
+
}
|
|
85
|
+
constructor(map) {
|
|
86
|
+
super(map);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
exports.SetPolarFsFileQuotaRequest = SetPolarFsFileQuotaRequest;
|
|
90
|
+
//# sourceMappingURL=SetPolarFsFileQuotaRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SetPolarFsFileQuotaRequest.js","sourceRoot":"","sources":["../../src/models/SetPolarFsFileQuotaRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,wCAAyC,SAAQ,KAAK,CAAC,KAAK;IAqBvE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;YAClB,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;AA9CD,4FA8CC;AAED,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;IAmBzD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,cAAc,EAAE,gBAAgB;YAChC,iBAAiB,EAAE,mBAAmB;SACvC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,cAAc,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,wCAAwC,EAAE;YACzF,iBAAiB,EAAE,QAAQ;SAC5B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,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;AA7CD,gEA6CC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { SetPolarFsFileQuotaResponseBody } from "./SetPolarFsFileQuotaResponseBody";
|
|
3
|
+
export declare class SetPolarFsFileQuotaResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: SetPolarFsFileQuotaResponseBody;
|
|
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.SetPolarFsFileQuotaResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const SetPolarFsFileQuotaResponseBody_1 = require("./SetPolarFsFileQuotaResponseBody");
|
|
40
|
+
class SetPolarFsFileQuotaResponse 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: SetPolarFsFileQuotaResponseBody_1.SetPolarFsFileQuotaResponseBody,
|
|
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.SetPolarFsFileQuotaResponse = SetPolarFsFileQuotaResponse;
|
|
69
|
+
//# sourceMappingURL=SetPolarFsFileQuotaResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SetPolarFsFileQuotaResponse.js","sourceRoot":"","sources":["../../src/models/SetPolarFsFileQuotaResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uFAAoF;AAGpF,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;IAI1D,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,iEAA+B;SACtC,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,kEAiCC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class SetPolarFsFileQuotaResponseBody extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* pfs-2ze0i74ka607*****
|
|
6
|
+
*/
|
|
7
|
+
polarFsInstanceId?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @remarks
|
|
10
|
+
* Id of the request
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* 925B84D9-CA72-432C-95CF-738C22******
|
|
14
|
+
*/
|
|
15
|
+
requestId?: string;
|
|
16
|
+
static names(): {
|
|
17
|
+
[key: string]: string;
|
|
18
|
+
};
|
|
19
|
+
static types(): {
|
|
20
|
+
[key: string]: any;
|
|
21
|
+
};
|
|
22
|
+
validate(): void;
|
|
23
|
+
constructor(map?: {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
});
|
|
26
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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.SetPolarFsFileQuotaResponseBody = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class SetPolarFsFileQuotaResponseBody extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
polarFsInstanceId: 'PolarFsInstanceId',
|
|
43
|
+
requestId: 'RequestId',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
polarFsInstanceId: 'string',
|
|
49
|
+
requestId: 'string',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
validate() {
|
|
53
|
+
super.validate();
|
|
54
|
+
}
|
|
55
|
+
constructor(map) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.SetPolarFsFileQuotaResponseBody = SetPolarFsFileQuotaResponseBody;
|
|
60
|
+
//# sourceMappingURL=SetPolarFsFileQuotaResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SetPolarFsFileQuotaResponseBody.js","sourceRoot":"","sources":["../../src/models/SetPolarFsFileQuotaResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,+BAAgC,SAAQ,KAAK,CAAC,KAAK;IAc9D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,iBAAiB,EAAE,mBAAmB;YACtC,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,iBAAiB,EAAE,QAAQ;YAC3B,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;AAnCD,0EAmCC"}
|
package/dist/models/model.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { AddPolarFsQuotaRequestQuotas } from './AddPolarFsQuotaRequest';
|
|
1
2
|
export { CreateApplicationRequestComponents } from './CreateApplicationRequest';
|
|
2
3
|
export { CreateApplicationRequestEndpoints } from './CreateApplicationRequest';
|
|
3
4
|
export { CreateApplicationResponseBodyComponents } from './CreateApplicationResponseBody';
|
|
@@ -7,6 +8,7 @@ export { CreateDBNodesRequestDBNode } from './CreateDbnodesRequest';
|
|
|
7
8
|
export { CreateDBNodesResponseBodyDBNodeIds } from './CreateDbnodesResponseBody';
|
|
8
9
|
export { CreateGlobalSecurityIPGroupResponseBodyGlobalSecurityIPGroup } from './CreateGlobalSecurityIpgroupResponseBody';
|
|
9
10
|
export { DeleteGlobalSecurityIPGroupResponseBodyGlobalSecurityIPGroup } from './DeleteGlobalSecurityIpgroupResponseBody';
|
|
11
|
+
export { DeletePolarFsQuotaRequestQuotas } from './DeletePolarFsQuotaRequest';
|
|
10
12
|
export { DescribeAIDBClusterAttributeResponseBodyDBNodesChildVolumes } from './DescribeAidbclusterAttributeResponseBody';
|
|
11
13
|
export { DescribeAIDBClusterAttributeResponseBodyDBNodes } from './DescribeAidbclusterAttributeResponseBody';
|
|
12
14
|
export { DescribeAIDBClusterAttributeResponseBodyEndpointListNetInfoItems } from './DescribeAidbclusterAttributeResponseBody';
|
|
@@ -186,6 +188,8 @@ export { DescribeParameterTemplatesResponseBodyParametersTemplateRecord } from '
|
|
|
186
188
|
export { DescribeParameterTemplatesResponseBodyParameters } from './DescribeParameterTemplatesResponseBody';
|
|
187
189
|
export { DescribePendingMaintenanceActionResponseBodyItems } from './DescribePendingMaintenanceActionResponseBody';
|
|
188
190
|
export { DescribePendingMaintenanceActionsResponseBodyTypeList } from './DescribePendingMaintenanceActionsResponseBody';
|
|
191
|
+
export { DescribePolarFsAttributeResponseBodyMountInfo } from './DescribePolarFsAttributeResponseBody';
|
|
192
|
+
export { DescribePolarFsQuotaResponseBodyPolicyItems } from './DescribePolarFsQuotaResponseBody';
|
|
189
193
|
export { DescribeRdsVSwitchsResponseBodyVSwitchesVSwitch } from './DescribeRdsVswitchsResponseBody';
|
|
190
194
|
export { DescribeRdsVSwitchsResponseBodyVSwitches } from './DescribeRdsVswitchsResponseBody';
|
|
191
195
|
export { DescribeRdsVpcsResponseBodyVpcsVpcVSwitchs } from './DescribeRdsVpcsResponseBody';
|
|
@@ -227,6 +231,7 @@ export { ModifyDBNodesClassRequestDBNode } from './ModifyDbnodesClassRequest';
|
|
|
227
231
|
export { ModifyGlobalSecurityIPGroupResponseBodyGlobalSecurityIPGroup } from './ModifyGlobalSecurityIpgroupResponseBody';
|
|
228
232
|
export { ModifyGlobalSecurityIPGroupNameResponseBodyGlobalSecurityIPGroup } from './ModifyGlobalSecurityIpgroupNameResponseBody';
|
|
229
233
|
export { ModifyGlobalSecurityIPGroupRelationResponseBodyGlobalSecurityIPGroupRel } from './ModifyGlobalSecurityIpgroupRelationResponseBody';
|
|
234
|
+
export { SetPolarFsFileQuotaRequestFilePathQuotas } from './SetPolarFsFileQuotaRequest';
|
|
230
235
|
export { TagResourcesRequestTag } from './TagResourcesRequest';
|
|
231
236
|
export { TempModifyDBNodeRequestDBNode } from './TempModifyDbnodeRequest';
|
|
232
237
|
export { AbortDBClusterMigrationRequest } from './AbortDbclusterMigrationRequest';
|
|
@@ -238,6 +243,9 @@ export { AddEncryptionDBRolePrivilegeResponse } from './AddEncryptionDbrolePrivi
|
|
|
238
243
|
export { AddFirewallRulesRequest } from './AddFirewallRulesRequest';
|
|
239
244
|
export { AddFirewallRulesResponseBody } from './AddFirewallRulesResponseBody';
|
|
240
245
|
export { AddFirewallRulesResponse } from './AddFirewallRulesResponse';
|
|
246
|
+
export { AddPolarFsQuotaRequest } from './AddPolarFsQuotaRequest';
|
|
247
|
+
export { AddPolarFsQuotaResponseBody } from './AddPolarFsQuotaResponseBody';
|
|
248
|
+
export { AddPolarFsQuotaResponse } from './AddPolarFsQuotaResponse';
|
|
241
249
|
export { AddSQLRateLimitingRulesRequest } from './AddSqlrateLimitingRulesRequest';
|
|
242
250
|
export { AddSQLRateLimitingRulesResponseBody } from './AddSqlrateLimitingRulesResponseBody';
|
|
243
251
|
export { AddSQLRateLimitingRulesResponse } from './AddSqlrateLimitingRulesResponse';
|
|
@@ -250,6 +258,9 @@ export { CancelActiveOperationTasksResponse } from './CancelActiveOperationTasks
|
|
|
250
258
|
export { CancelCronJobPolicyServerlessRequest } from './CancelCronJobPolicyServerlessRequest';
|
|
251
259
|
export { CancelCronJobPolicyServerlessResponseBody } from './CancelCronJobPolicyServerlessResponseBody';
|
|
252
260
|
export { CancelCronJobPolicyServerlessResponse } from './CancelCronJobPolicyServerlessResponse';
|
|
261
|
+
export { CancelPolarFsFileQuotaRequest } from './CancelPolarFsFileQuotaRequest';
|
|
262
|
+
export { CancelPolarFsFileQuotaResponseBody } from './CancelPolarFsFileQuotaResponseBody';
|
|
263
|
+
export { CancelPolarFsFileQuotaResponse } from './CancelPolarFsFileQuotaResponse';
|
|
253
264
|
export { CancelScheduleTasksRequest } from './CancelScheduleTasksRequest';
|
|
254
265
|
export { CancelScheduleTasksResponseBody } from './CancelScheduleTasksResponseBody';
|
|
255
266
|
export { CancelScheduleTasksResponse } from './CancelScheduleTasksResponse';
|
|
@@ -428,6 +439,9 @@ export { DeleteNetworkChannelResponse } from './DeleteNetworkChannelResponse';
|
|
|
428
439
|
export { DeleteParameterGroupRequest } from './DeleteParameterGroupRequest';
|
|
429
440
|
export { DeleteParameterGroupResponseBody } from './DeleteParameterGroupResponseBody';
|
|
430
441
|
export { DeleteParameterGroupResponse } from './DeleteParameterGroupResponse';
|
|
442
|
+
export { DeletePolarFsQuotaRequest } from './DeletePolarFsQuotaRequest';
|
|
443
|
+
export { DeletePolarFsQuotaResponseBody } from './DeletePolarFsQuotaResponseBody';
|
|
444
|
+
export { DeletePolarFsQuotaResponse } from './DeletePolarFsQuotaResponse';
|
|
431
445
|
export { DeleteSQLRateLimitingRulesRequest } from './DeleteSqlrateLimitingRulesRequest';
|
|
432
446
|
export { DeleteSQLRateLimitingRulesResponseBody } from './DeleteSqlrateLimitingRulesResponseBody';
|
|
433
447
|
export { DeleteSQLRateLimitingRulesResponse } from './DeleteSqlrateLimitingRulesResponse';
|
|
@@ -696,6 +710,12 @@ export { DescribePendingMaintenanceActionResponse } from './DescribePendingMaint
|
|
|
696
710
|
export { DescribePendingMaintenanceActionsRequest } from './DescribePendingMaintenanceActionsRequest';
|
|
697
711
|
export { DescribePendingMaintenanceActionsResponseBody } from './DescribePendingMaintenanceActionsResponseBody';
|
|
698
712
|
export { DescribePendingMaintenanceActionsResponse } from './DescribePendingMaintenanceActionsResponse';
|
|
713
|
+
export { DescribePolarFsAttributeRequest } from './DescribePolarFsAttributeRequest';
|
|
714
|
+
export { DescribePolarFsAttributeResponseBody } from './DescribePolarFsAttributeResponseBody';
|
|
715
|
+
export { DescribePolarFsAttributeResponse } from './DescribePolarFsAttributeResponse';
|
|
716
|
+
export { DescribePolarFsQuotaRequest } from './DescribePolarFsQuotaRequest';
|
|
717
|
+
export { DescribePolarFsQuotaResponseBody } from './DescribePolarFsQuotaResponseBody';
|
|
718
|
+
export { DescribePolarFsQuotaResponse } from './DescribePolarFsQuotaResponse';
|
|
699
719
|
export { DescribePolarSQLCollectorPolicyRequest } from './DescribePolarSqlcollectorPolicyRequest';
|
|
700
720
|
export { DescribePolarSQLCollectorPolicyResponseBody } from './DescribePolarSqlcollectorPolicyResponseBody';
|
|
701
721
|
export { DescribePolarSQLCollectorPolicyResponse } from './DescribePolarSqlcollectorPolicyResponse';
|
|
@@ -1021,6 +1041,9 @@ export { RevokeAccountPrivilegeResponse } from './RevokeAccountPrivilegeResponse
|
|
|
1021
1041
|
export { RevokeAccountPrivilegeZonalRequest } from './RevokeAccountPrivilegeZonalRequest';
|
|
1022
1042
|
export { RevokeAccountPrivilegeZonalResponseBody } from './RevokeAccountPrivilegeZonalResponseBody';
|
|
1023
1043
|
export { RevokeAccountPrivilegeZonalResponse } from './RevokeAccountPrivilegeZonalResponse';
|
|
1044
|
+
export { SetPolarFsFileQuotaRequest } from './SetPolarFsFileQuotaRequest';
|
|
1045
|
+
export { SetPolarFsFileQuotaResponseBody } from './SetPolarFsFileQuotaResponseBody';
|
|
1046
|
+
export { SetPolarFsFileQuotaResponse } from './SetPolarFsFileQuotaResponse';
|
|
1024
1047
|
export { SwitchOverGlobalDatabaseNetworkRequest } from './SwitchOverGlobalDatabaseNetworkRequest';
|
|
1025
1048
|
export { SwitchOverGlobalDatabaseNetworkResponseBody } from './SwitchOverGlobalDatabaseNetworkResponseBody';
|
|
1026
1049
|
export { SwitchOverGlobalDatabaseNetworkResponse } from './SwitchOverGlobalDatabaseNetworkResponse';
|