@volcengine/quota 1.0.1
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/.turbo/turbo-build.log +19 -0
- package/LICENSE.txt +202 -0
- package/dist/cjs/index.js +245 -0
- package/dist/esm/api.d.ts +232 -0
- package/dist/esm/api.d.ts.map +1 -0
- package/dist/esm/index.d.ts +13 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.mjs +154 -0
- package/dist/esm/types/alarm-record-list-for-list-alarm-history-output.d.ts +85 -0
- package/dist/esm/types/alarm-record-list-for-list-alarm-history-output.d.ts.map +1 -0
- package/dist/esm/types/application-for-create-quota-application-output.d.ts +96 -0
- package/dist/esm/types/application-for-create-quota-application-output.d.ts.map +1 -0
- package/dist/esm/types/application-for-get-quota-application-output.d.ts +96 -0
- package/dist/esm/types/application-for-get-quota-application-output.d.ts.map +1 -0
- package/dist/esm/types/application-for-list-quota-applications-output.d.ts +96 -0
- package/dist/esm/types/application-for-list-quota-applications-output.d.ts.map +1 -0
- package/dist/esm/types/create-alarm-rule-request.d.ts +66 -0
- package/dist/esm/types/create-alarm-rule-request.d.ts.map +1 -0
- package/dist/esm/types/create-alarm-rule-response.d.ts +25 -0
- package/dist/esm/types/create-alarm-rule-response.d.ts.map +1 -0
- package/dist/esm/types/create-quota-application-request.d.ts +46 -0
- package/dist/esm/types/create-quota-application-request.d.ts.map +1 -0
- package/dist/esm/types/create-quota-application-response.d.ts +26 -0
- package/dist/esm/types/create-quota-application-response.d.ts.map +1 -0
- package/dist/esm/types/create-template-quota-item-request.d.ts +46 -0
- package/dist/esm/types/create-template-quota-item-request.d.ts.map +1 -0
- package/dist/esm/types/create-template-quota-item-response.d.ts +51 -0
- package/dist/esm/types/create-template-quota-item-response.d.ts.map +1 -0
- package/dist/esm/types/delete-alarm-rules-request.d.ts +25 -0
- package/dist/esm/types/delete-alarm-rules-request.d.ts.map +1 -0
- package/dist/esm/types/delete-alarm-rules-response.d.ts +25 -0
- package/dist/esm/types/delete-alarm-rules-response.d.ts.map +1 -0
- package/dist/esm/types/delete-template-quota-item-request.d.ts +36 -0
- package/dist/esm/types/delete-template-quota-item-request.d.ts.map +1 -0
- package/dist/esm/types/delete-template-quota-item-response.d.ts +41 -0
- package/dist/esm/types/delete-template-quota-item-response.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-create-alarm-rule-input.d.ts +30 -0
- package/dist/esm/types/dimension-for-create-alarm-rule-input.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-create-quota-application-input.d.ts +30 -0
- package/dist/esm/types/dimension-for-create-quota-application-input.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-create-quota-application-output.d.ts +40 -0
- package/dist/esm/types/dimension-for-create-quota-application-output.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-create-template-quota-item-input.d.ts +30 -0
- package/dist/esm/types/dimension-for-create-template-quota-item-input.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-create-template-quota-item-output.d.ts +30 -0
- package/dist/esm/types/dimension-for-create-template-quota-item-output.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-delete-template-quota-item-input.d.ts +30 -0
- package/dist/esm/types/dimension-for-delete-template-quota-item-input.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-delete-template-quota-item-output.d.ts +30 -0
- package/dist/esm/types/dimension-for-delete-template-quota-item-output.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-get-product-quota-input.d.ts +30 -0
- package/dist/esm/types/dimension-for-get-product-quota-input.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-get-product-quota-output.d.ts +40 -0
- package/dist/esm/types/dimension-for-get-product-quota-output.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-get-quota-application-output.d.ts +40 -0
- package/dist/esm/types/dimension-for-get-quota-application-output.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-list-product-quota-dimensions-output.d.ts +36 -0
- package/dist/esm/types/dimension-for-list-product-quota-dimensions-output.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-list-product-quotas-input.d.ts +30 -0
- package/dist/esm/types/dimension-for-list-product-quotas-input.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-list-product-quotas-output.d.ts +40 -0
- package/dist/esm/types/dimension-for-list-product-quotas-output.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-list-quota-alarm-rules-input.d.ts +30 -0
- package/dist/esm/types/dimension-for-list-quota-alarm-rules-input.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-list-quota-application-templates-input.d.ts +30 -0
- package/dist/esm/types/dimension-for-list-quota-application-templates-input.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-list-quota-applications-input.d.ts +30 -0
- package/dist/esm/types/dimension-for-list-quota-applications-input.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-list-quota-applications-output.d.ts +40 -0
- package/dist/esm/types/dimension-for-list-quota-applications-output.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-modify-template-quota-item-input.d.ts +30 -0
- package/dist/esm/types/dimension-for-modify-template-quota-item-input.d.ts.map +1 -0
- package/dist/esm/types/dimension-for-modify-template-quota-item-output.d.ts +30 -0
- package/dist/esm/types/dimension-for-modify-template-quota-item-output.d.ts.map +1 -0
- package/dist/esm/types/dimension-value-for-list-product-quota-dimensions-output.d.ts +30 -0
- package/dist/esm/types/dimension-value-for-list-product-quota-dimensions-output.d.ts.map +1 -0
- package/dist/esm/types/dimensions-with-cn-for-list-quota-application-templates-output.d.ts +40 -0
- package/dist/esm/types/dimensions-with-cn-for-list-quota-application-templates-output.d.ts.map +1 -0
- package/dist/esm/types/get-alarm-rule-request.d.ts +25 -0
- package/dist/esm/types/get-alarm-rule-request.d.ts.map +1 -0
- package/dist/esm/types/get-alarm-rule-response.d.ts +26 -0
- package/dist/esm/types/get-alarm-rule-response.d.ts.map +1 -0
- package/dist/esm/types/get-product-quota-request.d.ts +36 -0
- package/dist/esm/types/get-product-quota-request.d.ts.map +1 -0
- package/dist/esm/types/get-product-quota-response.d.ts +26 -0
- package/dist/esm/types/get-product-quota-response.d.ts.map +1 -0
- package/dist/esm/types/get-quota-application-request.d.ts +25 -0
- package/dist/esm/types/get-quota-application-request.d.ts.map +1 -0
- package/dist/esm/types/get-quota-application-response.d.ts +26 -0
- package/dist/esm/types/get-quota-application-response.d.ts.map +1 -0
- package/dist/esm/types/get-quota-template-service-status-request.d.ts +20 -0
- package/dist/esm/types/get-quota-template-service-status-request.d.ts.map +1 -0
- package/dist/esm/types/get-quota-template-service-status-response.d.ts +25 -0
- package/dist/esm/types/get-quota-template-service-status-response.d.ts.map +1 -0
- package/dist/esm/types/index.d.ts +72 -0
- package/dist/esm/types/index.d.ts.map +1 -0
- package/dist/esm/types/list-alarm-history-request.d.ts +60 -0
- package/dist/esm/types/list-alarm-history-request.d.ts.map +1 -0
- package/dist/esm/types/list-alarm-history-response.d.ts +31 -0
- package/dist/esm/types/list-alarm-history-response.d.ts.map +1 -0
- package/dist/esm/types/list-product-quota-dimensions-request.d.ts +30 -0
- package/dist/esm/types/list-product-quota-dimensions-request.d.ts.map +1 -0
- package/dist/esm/types/list-product-quota-dimensions-response.d.ts +31 -0
- package/dist/esm/types/list-product-quota-dimensions-response.d.ts.map +1 -0
- package/dist/esm/types/list-product-quotas-request.d.ts +56 -0
- package/dist/esm/types/list-product-quotas-request.d.ts.map +1 -0
- package/dist/esm/types/list-product-quotas-response.d.ts +41 -0
- package/dist/esm/types/list-product-quotas-response.d.ts.map +1 -0
- package/dist/esm/types/list-products-request.d.ts +25 -0
- package/dist/esm/types/list-products-request.d.ts.map +1 -0
- package/dist/esm/types/list-products-response.d.ts +31 -0
- package/dist/esm/types/list-products-response.d.ts.map +1 -0
- package/dist/esm/types/list-quota-alarm-rules-request.d.ts +61 -0
- package/dist/esm/types/list-quota-alarm-rules-request.d.ts.map +1 -0
- package/dist/esm/types/list-quota-alarm-rules-response.d.ts +31 -0
- package/dist/esm/types/list-quota-alarm-rules-response.d.ts.map +1 -0
- package/dist/esm/types/list-quota-application-templates-request.d.ts +51 -0
- package/dist/esm/types/list-quota-application-templates-request.d.ts.map +1 -0
- package/dist/esm/types/list-quota-application-templates-response.d.ts +31 -0
- package/dist/esm/types/list-quota-application-templates-response.d.ts.map +1 -0
- package/dist/esm/types/list-quota-applications-request.d.ts +56 -0
- package/dist/esm/types/list-quota-applications-request.d.ts.map +1 -0
- package/dist/esm/types/list-quota-applications-response.d.ts +41 -0
- package/dist/esm/types/list-quota-applications-response.d.ts.map +1 -0
- package/dist/esm/types/modify-quota-template-service-status-request.d.ts +25 -0
- package/dist/esm/types/modify-quota-template-service-status-request.d.ts.map +1 -0
- package/dist/esm/types/modify-quota-template-service-status-response.d.ts +30 -0
- package/dist/esm/types/modify-quota-template-service-status-response.d.ts.map +1 -0
- package/dist/esm/types/modify-template-quota-item-request.d.ts +46 -0
- package/dist/esm/types/modify-template-quota-item-request.d.ts.map +1 -0
- package/dist/esm/types/modify-template-quota-item-response.d.ts +41 -0
- package/dist/esm/types/modify-template-quota-item-response.d.ts.map +1 -0
- package/dist/esm/types/product-info-for-list-products-output.d.ts +45 -0
- package/dist/esm/types/product-info-for-list-products-output.d.ts.map +1 -0
- package/dist/esm/types/quota-alarm-rule-for-get-alarm-rule-output.d.ts +100 -0
- package/dist/esm/types/quota-alarm-rule-for-get-alarm-rule-output.d.ts.map +1 -0
- package/dist/esm/types/quota-alarm-rule-list-for-list-quota-alarm-rules-output.d.ts +100 -0
- package/dist/esm/types/quota-alarm-rule-list-for-list-quota-alarm-rules-output.d.ts.map +1 -0
- package/dist/esm/types/quota-for-list-product-quotas-output.d.ts +72 -0
- package/dist/esm/types/quota-for-list-product-quotas-output.d.ts.map +1 -0
- package/dist/esm/types/quota-template-list-for-list-quota-application-templates-output.d.ts +81 -0
- package/dist/esm/types/quota-template-list-for-list-quota-application-templates-output.d.ts.map +1 -0
- package/dist/esm/types/quotas-for-get-product-quota-output.d.ts +72 -0
- package/dist/esm/types/quotas-for-get-product-quota-output.d.ts.map +1 -0
- package/dist/esm/types/total-usage-for-get-product-quota-output.d.ts +30 -0
- package/dist/esm/types/total-usage-for-get-product-quota-output.d.ts.map +1 -0
- package/dist/esm/types/total-usage-for-list-product-quotas-output.d.ts +30 -0
- package/dist/esm/types/total-usage-for-list-product-quotas-output.d.ts.map +1 -0
- package/dist/esm/types/update-alarm-rule-request.d.ts +55 -0
- package/dist/esm/types/update-alarm-rule-request.d.ts.map +1 -0
- package/dist/esm/types/update-alarm-rule-response.d.ts +25 -0
- package/dist/esm/types/update-alarm-rule-response.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +37 -0
- package/rslib.config.ts +26 -0
- package/src/api.ts +400 -0
- package/src/index.ts +14 -0
- package/src/types/alarm-record-list-for-list-alarm-history-output.ts +100 -0
- package/src/types/application-for-create-quota-application-output.ts +113 -0
- package/src/types/application-for-get-quota-application-output.ts +113 -0
- package/src/types/application-for-list-quota-applications-output.ts +113 -0
- package/src/types/create-alarm-rule-request.ts +77 -0
- package/src/types/create-alarm-rule-response.ts +28 -0
- package/src/types/create-quota-application-request.ts +53 -0
- package/src/types/create-quota-application-response.ts +29 -0
- package/src/types/create-template-quota-item-request.ts +53 -0
- package/src/types/create-template-quota-item-response.ts +59 -0
- package/src/types/delete-alarm-rules-request.ts +28 -0
- package/src/types/delete-alarm-rules-response.ts +28 -0
- package/src/types/delete-template-quota-item-request.ts +41 -0
- package/src/types/delete-template-quota-item-response.ts +47 -0
- package/src/types/dimension-for-create-alarm-rule-input.ts +34 -0
- package/src/types/dimension-for-create-quota-application-input.ts +34 -0
- package/src/types/dimension-for-create-quota-application-output.ts +46 -0
- package/src/types/dimension-for-create-template-quota-item-input.ts +34 -0
- package/src/types/dimension-for-create-template-quota-item-output.ts +34 -0
- package/src/types/dimension-for-delete-template-quota-item-input.ts +34 -0
- package/src/types/dimension-for-delete-template-quota-item-output.ts +34 -0
- package/src/types/dimension-for-get-product-quota-input.ts +34 -0
- package/src/types/dimension-for-get-product-quota-output.ts +46 -0
- package/src/types/dimension-for-get-quota-application-output.ts +46 -0
- package/src/types/dimension-for-list-product-quota-dimensions-output.ts +41 -0
- package/src/types/dimension-for-list-product-quotas-input.ts +34 -0
- package/src/types/dimension-for-list-product-quotas-output.ts +46 -0
- package/src/types/dimension-for-list-quota-alarm-rules-input.ts +34 -0
- package/src/types/dimension-for-list-quota-application-templates-input.ts +34 -0
- package/src/types/dimension-for-list-quota-applications-input.ts +34 -0
- package/src/types/dimension-for-list-quota-applications-output.ts +46 -0
- package/src/types/dimension-for-modify-template-quota-item-input.ts +34 -0
- package/src/types/dimension-for-modify-template-quota-item-output.ts +34 -0
- package/src/types/dimension-value-for-list-product-quota-dimensions-output.ts +34 -0
- package/src/types/dimensions-with-cn-for-list-quota-application-templates-output.ts +46 -0
- package/src/types/get-alarm-rule-request.ts +28 -0
- package/src/types/get-alarm-rule-response.ts +29 -0
- package/src/types/get-product-quota-request.ts +41 -0
- package/src/types/get-product-quota-response.ts +29 -0
- package/src/types/get-quota-application-request.ts +28 -0
- package/src/types/get-quota-application-response.ts +29 -0
- package/src/types/get-quota-template-service-status-request.ts +22 -0
- package/src/types/get-quota-template-service-status-response.ts +28 -0
- package/src/types/index.ts +71 -0
- package/src/types/list-alarm-history-request.ts +70 -0
- package/src/types/list-alarm-history-response.ts +35 -0
- package/src/types/list-product-quota-dimensions-request.ts +34 -0
- package/src/types/list-product-quota-dimensions-response.ts +35 -0
- package/src/types/list-product-quotas-request.ts +65 -0
- package/src/types/list-product-quotas-response.ts +47 -0
- package/src/types/list-products-request.ts +28 -0
- package/src/types/list-products-response.ts +35 -0
- package/src/types/list-quota-alarm-rules-request.ts +71 -0
- package/src/types/list-quota-alarm-rules-response.ts +35 -0
- package/src/types/list-quota-application-templates-request.ts +59 -0
- package/src/types/list-quota-application-templates-response.ts +35 -0
- package/src/types/list-quota-applications-request.ts +65 -0
- package/src/types/list-quota-applications-response.ts +47 -0
- package/src/types/modify-quota-template-service-status-request.ts +28 -0
- package/src/types/modify-quota-template-service-status-response.ts +34 -0
- package/src/types/modify-template-quota-item-request.ts +53 -0
- package/src/types/modify-template-quota-item-response.ts +47 -0
- package/src/types/product-info-for-list-products-output.ts +52 -0
- package/src/types/quota-alarm-rule-for-get-alarm-rule-output.ts +118 -0
- package/src/types/quota-alarm-rule-list-for-list-quota-alarm-rules-output.ts +118 -0
- package/src/types/quota-for-list-product-quotas-output.ts +84 -0
- package/src/types/quota-template-list-for-list-quota-application-templates-output.ts +95 -0
- package/src/types/quotas-for-get-product-quota-output.ts +84 -0
- package/src/types/total-usage-for-get-product-quota-output.ts +34 -0
- package/src/types/total-usage-for-list-product-quotas-output.ts +34 -0
- package/src/types/update-alarm-rule-request.ts +64 -0
- package/src/types/update-alarm-rule-response.ts +28 -0
- package/tsconfig.json +12 -0
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* quota
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface AlarmRecordListForListAlarmHistoryOutput
|
|
20
|
+
*/
|
|
21
|
+
export interface AlarmRecordListForListAlarmHistoryOutput {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
26
|
+
*/
|
|
27
|
+
AlarmTime?: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
32
|
+
*/
|
|
33
|
+
AlarmType?: string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
38
|
+
*/
|
|
39
|
+
AlarmValue?: string;
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
44
|
+
*/
|
|
45
|
+
Dimensions?: string;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
50
|
+
*/
|
|
51
|
+
MetricUnit?: string;
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
56
|
+
*/
|
|
57
|
+
ProductName?: string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
62
|
+
*/
|
|
63
|
+
ProviderCode?: string;
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
68
|
+
*/
|
|
69
|
+
QuotaCode?: string;
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
74
|
+
*/
|
|
75
|
+
QuotaType?: string;
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
80
|
+
*/
|
|
81
|
+
RuleID?: string;
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* @type {string}
|
|
85
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
86
|
+
*/
|
|
87
|
+
RuleName?: string;
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* @type {number}
|
|
91
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
92
|
+
*/
|
|
93
|
+
SendMessageStatus?: number;
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* @type {string}
|
|
97
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
98
|
+
*/
|
|
99
|
+
Threshold?: string;
|
|
100
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* quota
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { DimensionForCreateQuotaApplicationOutput } from './dimension-for-create-quota-application-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ApplicationForCreateQuotaApplicationOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface ApplicationForCreateQuotaApplicationOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
27
|
+
*/
|
|
28
|
+
ApplicationId?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
33
|
+
*/
|
|
34
|
+
ApplyTime?: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
39
|
+
*/
|
|
40
|
+
ApproveValue?: number;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
45
|
+
*/
|
|
46
|
+
AuditReason?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
51
|
+
*/
|
|
52
|
+
DesireValue?: number;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @type {Array<DimensionForCreateQuotaApplicationOutput>}
|
|
56
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
57
|
+
*/
|
|
58
|
+
Dimensions?: Array<DimensionForCreateQuotaApplicationOutput>;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
63
|
+
*/
|
|
64
|
+
EffectiveTime?: string;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
69
|
+
*/
|
|
70
|
+
ID?: number;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
75
|
+
*/
|
|
76
|
+
ProviderCode?: string;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
81
|
+
*/
|
|
82
|
+
ProviderName?: string;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
87
|
+
*/
|
|
88
|
+
QuotaCode?: string;
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
93
|
+
*/
|
|
94
|
+
QuotaType?: string;
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
99
|
+
*/
|
|
100
|
+
QuotaUnit?: string;
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
105
|
+
*/
|
|
106
|
+
Reason?: string;
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
111
|
+
*/
|
|
112
|
+
Status?: string;
|
|
113
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* quota
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { DimensionForGetQuotaApplicationOutput } from './dimension-for-get-quota-application-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ApplicationForGetQuotaApplicationOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface ApplicationForGetQuotaApplicationOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ApplicationForGetQuotaApplicationOutput
|
|
27
|
+
*/
|
|
28
|
+
ApplicationId?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ApplicationForGetQuotaApplicationOutput
|
|
33
|
+
*/
|
|
34
|
+
ApplyTime?: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof ApplicationForGetQuotaApplicationOutput
|
|
39
|
+
*/
|
|
40
|
+
ApproveValue?: number;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ApplicationForGetQuotaApplicationOutput
|
|
45
|
+
*/
|
|
46
|
+
AuditReason?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof ApplicationForGetQuotaApplicationOutput
|
|
51
|
+
*/
|
|
52
|
+
DesireValue?: number;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @type {Array<DimensionForGetQuotaApplicationOutput>}
|
|
56
|
+
* @memberof ApplicationForGetQuotaApplicationOutput
|
|
57
|
+
*/
|
|
58
|
+
Dimensions?: Array<DimensionForGetQuotaApplicationOutput>;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof ApplicationForGetQuotaApplicationOutput
|
|
63
|
+
*/
|
|
64
|
+
EffectiveTime?: string;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof ApplicationForGetQuotaApplicationOutput
|
|
69
|
+
*/
|
|
70
|
+
ID?: number;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof ApplicationForGetQuotaApplicationOutput
|
|
75
|
+
*/
|
|
76
|
+
ProviderCode?: string;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof ApplicationForGetQuotaApplicationOutput
|
|
81
|
+
*/
|
|
82
|
+
ProviderName?: string;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof ApplicationForGetQuotaApplicationOutput
|
|
87
|
+
*/
|
|
88
|
+
QuotaCode?: string;
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof ApplicationForGetQuotaApplicationOutput
|
|
93
|
+
*/
|
|
94
|
+
QuotaType?: string;
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof ApplicationForGetQuotaApplicationOutput
|
|
99
|
+
*/
|
|
100
|
+
QuotaUnit?: string;
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof ApplicationForGetQuotaApplicationOutput
|
|
105
|
+
*/
|
|
106
|
+
Reason?: string;
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof ApplicationForGetQuotaApplicationOutput
|
|
111
|
+
*/
|
|
112
|
+
Status?: string;
|
|
113
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* quota
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { DimensionForListQuotaApplicationsOutput } from './dimension-for-list-quota-applications-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ApplicationForListQuotaApplicationsOutput
|
|
21
|
+
*/
|
|
22
|
+
export interface ApplicationForListQuotaApplicationsOutput {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ApplicationForListQuotaApplicationsOutput
|
|
27
|
+
*/
|
|
28
|
+
ApplicationId?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ApplicationForListQuotaApplicationsOutput
|
|
33
|
+
*/
|
|
34
|
+
ApplyTime?: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof ApplicationForListQuotaApplicationsOutput
|
|
39
|
+
*/
|
|
40
|
+
ApproveValue?: number;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof ApplicationForListQuotaApplicationsOutput
|
|
45
|
+
*/
|
|
46
|
+
AuditReason?: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof ApplicationForListQuotaApplicationsOutput
|
|
51
|
+
*/
|
|
52
|
+
DesireValue?: number;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @type {Array<DimensionForListQuotaApplicationsOutput>}
|
|
56
|
+
* @memberof ApplicationForListQuotaApplicationsOutput
|
|
57
|
+
*/
|
|
58
|
+
Dimensions?: Array<DimensionForListQuotaApplicationsOutput>;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof ApplicationForListQuotaApplicationsOutput
|
|
63
|
+
*/
|
|
64
|
+
EffectiveTime?: string;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof ApplicationForListQuotaApplicationsOutput
|
|
69
|
+
*/
|
|
70
|
+
ID?: number;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof ApplicationForListQuotaApplicationsOutput
|
|
75
|
+
*/
|
|
76
|
+
ProviderCode?: string;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof ApplicationForListQuotaApplicationsOutput
|
|
81
|
+
*/
|
|
82
|
+
ProviderName?: string;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof ApplicationForListQuotaApplicationsOutput
|
|
87
|
+
*/
|
|
88
|
+
QuotaCode?: string;
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof ApplicationForListQuotaApplicationsOutput
|
|
93
|
+
*/
|
|
94
|
+
QuotaType?: string;
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof ApplicationForListQuotaApplicationsOutput
|
|
99
|
+
*/
|
|
100
|
+
QuotaUnit?: string;
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* @type {string}
|
|
104
|
+
* @memberof ApplicationForListQuotaApplicationsOutput
|
|
105
|
+
*/
|
|
106
|
+
Reason?: string;
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* @type {string}
|
|
110
|
+
* @memberof ApplicationForListQuotaApplicationsOutput
|
|
111
|
+
*/
|
|
112
|
+
Status?: string;
|
|
113
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* quota
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { DimensionForCreateAlarmRuleInput } from './dimension-for-create-alarm-rule-input';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface CreateAlarmRuleRequest
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateAlarmRuleRequest {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof CreateAlarmRuleRequest
|
|
27
|
+
*/
|
|
28
|
+
AlarmType: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof CreateAlarmRuleRequest
|
|
33
|
+
*/
|
|
34
|
+
Description?: string;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {Array<DimensionForCreateAlarmRuleInput>}
|
|
38
|
+
* @memberof CreateAlarmRuleRequest
|
|
39
|
+
*/
|
|
40
|
+
Dimensions?: Array<DimensionForCreateAlarmRuleInput>;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof CreateAlarmRuleRequest
|
|
45
|
+
*/
|
|
46
|
+
MetricUnit: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof CreateAlarmRuleRequest
|
|
51
|
+
*/
|
|
52
|
+
ProviderCode: string;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof CreateAlarmRuleRequest
|
|
57
|
+
*/
|
|
58
|
+
QuotaCode: string;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof CreateAlarmRuleRequest
|
|
63
|
+
*/
|
|
64
|
+
RuleName: string;
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* @type {number}
|
|
68
|
+
* @memberof CreateAlarmRuleRequest
|
|
69
|
+
*/
|
|
70
|
+
SilenceTime?: number;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof CreateAlarmRuleRequest
|
|
75
|
+
*/
|
|
76
|
+
Threshold: string;
|
|
77
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* quota
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface CreateAlarmRuleResponse
|
|
20
|
+
*/
|
|
21
|
+
export interface CreateAlarmRuleResponse {
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof CreateAlarmRuleResponse
|
|
26
|
+
*/
|
|
27
|
+
RuleID?: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* quota
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { DimensionForCreateQuotaApplicationInput } from './dimension-for-create-quota-application-input';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface CreateQuotaApplicationRequest
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateQuotaApplicationRequest {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof CreateQuotaApplicationRequest
|
|
27
|
+
*/
|
|
28
|
+
DesireValue: number;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {Array<DimensionForCreateQuotaApplicationInput>}
|
|
32
|
+
* @memberof CreateQuotaApplicationRequest
|
|
33
|
+
*/
|
|
34
|
+
Dimensions?: Array<DimensionForCreateQuotaApplicationInput>;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof CreateQuotaApplicationRequest
|
|
39
|
+
*/
|
|
40
|
+
ProviderCode: string;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof CreateQuotaApplicationRequest
|
|
45
|
+
*/
|
|
46
|
+
QuotaCode: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof CreateQuotaApplicationRequest
|
|
51
|
+
*/
|
|
52
|
+
Reason: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* quota
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { ApplicationForCreateQuotaApplicationOutput } from './application-for-create-quota-application-output';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface CreateQuotaApplicationResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateQuotaApplicationResponse {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {ApplicationForCreateQuotaApplicationOutput}
|
|
26
|
+
* @memberof CreateQuotaApplicationResponse
|
|
27
|
+
*/
|
|
28
|
+
Application?: ApplicationForCreateQuotaApplicationOutput;
|
|
29
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* quota
|
|
5
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
6
|
+
*
|
|
7
|
+
* OpenAPI spec version: common-version
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
11
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { DimensionForCreateTemplateQuotaItemInput } from './dimension-for-create-template-quota-item-input';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface CreateTemplateQuotaItemRequest
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateTemplateQuotaItemRequest {
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof CreateTemplateQuotaItemRequest
|
|
27
|
+
*/
|
|
28
|
+
Description?: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof CreateTemplateQuotaItemRequest
|
|
33
|
+
*/
|
|
34
|
+
DesireValue: number;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* @type {Array<DimensionForCreateTemplateQuotaItemInput>}
|
|
38
|
+
* @memberof CreateTemplateQuotaItemRequest
|
|
39
|
+
*/
|
|
40
|
+
Dimensions?: Array<DimensionForCreateTemplateQuotaItemInput>;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof CreateTemplateQuotaItemRequest
|
|
45
|
+
*/
|
|
46
|
+
ProviderCode: string;
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof CreateTemplateQuotaItemRequest
|
|
51
|
+
*/
|
|
52
|
+
QuotaCode: string;
|
|
53
|
+
}
|