@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,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* quota
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ProductInfoForListProductsOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface ProductInfoForListProductsOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ProductInfoForListProductsOutput
|
|
22
|
+
*/
|
|
23
|
+
CategoryName?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ProductInfoForListProductsOutput
|
|
27
|
+
*/
|
|
28
|
+
CategoryNameEn?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof ProductInfoForListProductsOutput
|
|
32
|
+
*/
|
|
33
|
+
ProviderCode?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ProductInfoForListProductsOutput
|
|
37
|
+
*/
|
|
38
|
+
ProviderName?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof ProductInfoForListProductsOutput
|
|
42
|
+
*/
|
|
43
|
+
TotalQuota?: number;
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=product-info-for-list-products-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product-info-for-list-products-output.d.ts","sourceRoot":"","sources":["../../../src/types/product-info-for-list-products-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,gCAAgC;IAE7C;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* quota
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface QuotaAlarmRuleForGetAlarmRuleOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface QuotaAlarmRuleForGetAlarmRuleOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof QuotaAlarmRuleForGetAlarmRuleOutput
|
|
22
|
+
*/
|
|
23
|
+
AlarmType?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof QuotaAlarmRuleForGetAlarmRuleOutput
|
|
27
|
+
*/
|
|
28
|
+
CreatedTime?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof QuotaAlarmRuleForGetAlarmRuleOutput
|
|
32
|
+
*/
|
|
33
|
+
Description?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof QuotaAlarmRuleForGetAlarmRuleOutput
|
|
37
|
+
*/
|
|
38
|
+
Dimensions?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof QuotaAlarmRuleForGetAlarmRuleOutput
|
|
42
|
+
*/
|
|
43
|
+
EnableState?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof QuotaAlarmRuleForGetAlarmRuleOutput
|
|
47
|
+
*/
|
|
48
|
+
MetricUnit?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof QuotaAlarmRuleForGetAlarmRuleOutput
|
|
52
|
+
*/
|
|
53
|
+
ProductName?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof QuotaAlarmRuleForGetAlarmRuleOutput
|
|
57
|
+
*/
|
|
58
|
+
ProviderCode?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof QuotaAlarmRuleForGetAlarmRuleOutput
|
|
62
|
+
*/
|
|
63
|
+
QuotaCode?: string;
|
|
64
|
+
/**
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof QuotaAlarmRuleForGetAlarmRuleOutput
|
|
67
|
+
*/
|
|
68
|
+
QuotaType?: string;
|
|
69
|
+
/**
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof QuotaAlarmRuleForGetAlarmRuleOutput
|
|
72
|
+
*/
|
|
73
|
+
RuleID?: string;
|
|
74
|
+
/**
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof QuotaAlarmRuleForGetAlarmRuleOutput
|
|
77
|
+
*/
|
|
78
|
+
RuleName?: string;
|
|
79
|
+
/**
|
|
80
|
+
* @type {number}
|
|
81
|
+
* @memberof QuotaAlarmRuleForGetAlarmRuleOutput
|
|
82
|
+
*/
|
|
83
|
+
SilenceTime?: number;
|
|
84
|
+
/**
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof QuotaAlarmRuleForGetAlarmRuleOutput
|
|
87
|
+
*/
|
|
88
|
+
Statistics?: string;
|
|
89
|
+
/**
|
|
90
|
+
* @type {string}
|
|
91
|
+
* @memberof QuotaAlarmRuleForGetAlarmRuleOutput
|
|
92
|
+
*/
|
|
93
|
+
Threshold?: string;
|
|
94
|
+
/**
|
|
95
|
+
* @type {string}
|
|
96
|
+
* @memberof QuotaAlarmRuleForGetAlarmRuleOutput
|
|
97
|
+
*/
|
|
98
|
+
UpdatedTime?: string;
|
|
99
|
+
}
|
|
100
|
+
//# sourceMappingURL=quota-alarm-rule-for-get-alarm-rule-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quota-alarm-rule-for-get-alarm-rule-output.d.ts","sourceRoot":"","sources":["../../../src/types/quota-alarm-rule-for-get-alarm-rule-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,mCAAmC;IAEhD;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* quota
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface QuotaAlarmRuleListForListQuotaAlarmRulesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface QuotaAlarmRuleListForListQuotaAlarmRulesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof QuotaAlarmRuleListForListQuotaAlarmRulesOutput
|
|
22
|
+
*/
|
|
23
|
+
AlarmType?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof QuotaAlarmRuleListForListQuotaAlarmRulesOutput
|
|
27
|
+
*/
|
|
28
|
+
CreatedTime?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof QuotaAlarmRuleListForListQuotaAlarmRulesOutput
|
|
32
|
+
*/
|
|
33
|
+
Description?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof QuotaAlarmRuleListForListQuotaAlarmRulesOutput
|
|
37
|
+
*/
|
|
38
|
+
Dimensions?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof QuotaAlarmRuleListForListQuotaAlarmRulesOutput
|
|
42
|
+
*/
|
|
43
|
+
EnableState?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof QuotaAlarmRuleListForListQuotaAlarmRulesOutput
|
|
47
|
+
*/
|
|
48
|
+
MetricUnit?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof QuotaAlarmRuleListForListQuotaAlarmRulesOutput
|
|
52
|
+
*/
|
|
53
|
+
ProductName?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof QuotaAlarmRuleListForListQuotaAlarmRulesOutput
|
|
57
|
+
*/
|
|
58
|
+
ProviderCode?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof QuotaAlarmRuleListForListQuotaAlarmRulesOutput
|
|
62
|
+
*/
|
|
63
|
+
QuotaCode?: string;
|
|
64
|
+
/**
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof QuotaAlarmRuleListForListQuotaAlarmRulesOutput
|
|
67
|
+
*/
|
|
68
|
+
QuotaType?: string;
|
|
69
|
+
/**
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof QuotaAlarmRuleListForListQuotaAlarmRulesOutput
|
|
72
|
+
*/
|
|
73
|
+
RuleID?: string;
|
|
74
|
+
/**
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof QuotaAlarmRuleListForListQuotaAlarmRulesOutput
|
|
77
|
+
*/
|
|
78
|
+
RuleName?: string;
|
|
79
|
+
/**
|
|
80
|
+
* @type {number}
|
|
81
|
+
* @memberof QuotaAlarmRuleListForListQuotaAlarmRulesOutput
|
|
82
|
+
*/
|
|
83
|
+
SilenceTime?: number;
|
|
84
|
+
/**
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof QuotaAlarmRuleListForListQuotaAlarmRulesOutput
|
|
87
|
+
*/
|
|
88
|
+
Statistics?: string;
|
|
89
|
+
/**
|
|
90
|
+
* @type {string}
|
|
91
|
+
* @memberof QuotaAlarmRuleListForListQuotaAlarmRulesOutput
|
|
92
|
+
*/
|
|
93
|
+
Threshold?: string;
|
|
94
|
+
/**
|
|
95
|
+
* @type {string}
|
|
96
|
+
* @memberof QuotaAlarmRuleListForListQuotaAlarmRulesOutput
|
|
97
|
+
*/
|
|
98
|
+
UpdatedTime?: string;
|
|
99
|
+
}
|
|
100
|
+
//# sourceMappingURL=quota-alarm-rule-list-for-list-quota-alarm-rules-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quota-alarm-rule-list-for-list-quota-alarm-rules-output.d.ts","sourceRoot":"","sources":["../../../src/types/quota-alarm-rule-list-for-list-quota-alarm-rules-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,8CAA8C;IAE3D;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* quota
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { DimensionForListProductQuotasOutput } from './dimension-for-list-product-quotas-output';
|
|
13
|
+
import { TotalUsageForListProductQuotasOutput } from './total-usage-for-list-product-quotas-output';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface QuotaForListProductQuotasOutput
|
|
19
|
+
*/
|
|
20
|
+
export interface QuotaForListProductQuotasOutput {
|
|
21
|
+
/**
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof QuotaForListProductQuotasOutput
|
|
24
|
+
*/
|
|
25
|
+
ApplicableType?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof QuotaForListProductQuotasOutput
|
|
29
|
+
*/
|
|
30
|
+
ApplicableValue?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof QuotaForListProductQuotasOutput
|
|
34
|
+
*/
|
|
35
|
+
Description?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @type {Array<DimensionForListProductQuotasOutput>}
|
|
38
|
+
* @memberof QuotaForListProductQuotasOutput
|
|
39
|
+
*/
|
|
40
|
+
Dimensions?: Array<DimensionForListProductQuotasOutput>;
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof QuotaForListProductQuotasOutput
|
|
44
|
+
*/
|
|
45
|
+
ProviderCode?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof QuotaForListProductQuotasOutput
|
|
49
|
+
*/
|
|
50
|
+
QuotaCode?: string;
|
|
51
|
+
/**
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof QuotaForListProductQuotasOutput
|
|
54
|
+
*/
|
|
55
|
+
QuotaType?: string;
|
|
56
|
+
/**
|
|
57
|
+
* @type {number}
|
|
58
|
+
* @memberof QuotaForListProductQuotasOutput
|
|
59
|
+
*/
|
|
60
|
+
TotalQuota?: number;
|
|
61
|
+
/**
|
|
62
|
+
* @type {TotalUsageForListProductQuotasOutput}
|
|
63
|
+
* @memberof QuotaForListProductQuotasOutput
|
|
64
|
+
*/
|
|
65
|
+
TotalUsage?: TotalUsageForListProductQuotasOutput;
|
|
66
|
+
/**
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof QuotaForListProductQuotasOutput
|
|
69
|
+
*/
|
|
70
|
+
Trn?: string;
|
|
71
|
+
}
|
|
72
|
+
//# sourceMappingURL=quota-for-list-product-quotas-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quota-for-list-product-quotas-output.d.ts","sourceRoot":"","sources":["../../../src/types/quota-for-list-product-quotas-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,mCAAmC,EAAE,MAAM,4CAA4C,CAAC;AACjG,OAAO,EAAE,oCAAoC,EAAE,MAAM,8CAA8C,CAAC;AACnG;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,mCAAmC,CAAC,CAAC;IAExD;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,oCAAoC,CAAC;IAElD;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* quota
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { DimensionsWithCnForListQuotaApplicationTemplatesOutput } from './dimensions-with-cn-for-list-quota-application-templates-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface QuotaTemplateListForListQuotaApplicationTemplatesOutput
|
|
18
|
+
*/
|
|
19
|
+
export interface QuotaTemplateListForListQuotaApplicationTemplatesOutput {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof QuotaTemplateListForListQuotaApplicationTemplatesOutput
|
|
23
|
+
*/
|
|
24
|
+
CreatedTime?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof QuotaTemplateListForListQuotaApplicationTemplatesOutput
|
|
28
|
+
*/
|
|
29
|
+
Description?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof QuotaTemplateListForListQuotaApplicationTemplatesOutput
|
|
33
|
+
*/
|
|
34
|
+
DesireValue?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof QuotaTemplateListForListQuotaApplicationTemplatesOutput
|
|
38
|
+
*/
|
|
39
|
+
Dimensions?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @type {Array<DimensionsWithCnForListQuotaApplicationTemplatesOutput>}
|
|
42
|
+
* @memberof QuotaTemplateListForListQuotaApplicationTemplatesOutput
|
|
43
|
+
*/
|
|
44
|
+
DimensionsWithCn?: Array<DimensionsWithCnForListQuotaApplicationTemplatesOutput>;
|
|
45
|
+
/**
|
|
46
|
+
* @type {number}
|
|
47
|
+
* @memberof QuotaTemplateListForListQuotaApplicationTemplatesOutput
|
|
48
|
+
*/
|
|
49
|
+
ManagerAccountID?: number;
|
|
50
|
+
/**
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof QuotaTemplateListForListQuotaApplicationTemplatesOutput
|
|
53
|
+
*/
|
|
54
|
+
ProductName?: string;
|
|
55
|
+
/**
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof QuotaTemplateListForListQuotaApplicationTemplatesOutput
|
|
58
|
+
*/
|
|
59
|
+
ProviderCode?: string;
|
|
60
|
+
/**
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof QuotaTemplateListForListQuotaApplicationTemplatesOutput
|
|
63
|
+
*/
|
|
64
|
+
QuotaCode?: string;
|
|
65
|
+
/**
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof QuotaTemplateListForListQuotaApplicationTemplatesOutput
|
|
68
|
+
*/
|
|
69
|
+
QuotaType?: string;
|
|
70
|
+
/**
|
|
71
|
+
* @type {string}
|
|
72
|
+
* @memberof QuotaTemplateListForListQuotaApplicationTemplatesOutput
|
|
73
|
+
*/
|
|
74
|
+
QuotaUnit?: string;
|
|
75
|
+
/**
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof QuotaTemplateListForListQuotaApplicationTemplatesOutput
|
|
78
|
+
*/
|
|
79
|
+
UpdatedTime?: string;
|
|
80
|
+
}
|
|
81
|
+
//# sourceMappingURL=quota-template-list-for-list-quota-application-templates-output.d.ts.map
|
package/dist/esm/types/quota-template-list-for-list-quota-application-templates-output.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quota-template-list-for-list-quota-application-templates-output.d.ts","sourceRoot":"","sources":["../../../src/types/quota-template-list-for-list-quota-application-templates-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,sDAAsD,EAAE,MAAM,kEAAkE,CAAC;AACzI;;;;;EAKE;AACH,MAAM,WAAW,uDAAuD;IAEpE;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,sDAAsD,CAAC,CAAC;IAEjF;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAE1B;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* quota
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { DimensionForGetProductQuotaOutput } from './dimension-for-get-product-quota-output';
|
|
13
|
+
import { TotalUsageForGetProductQuotaOutput } from './total-usage-for-get-product-quota-output';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface QuotasForGetProductQuotaOutput
|
|
19
|
+
*/
|
|
20
|
+
export interface QuotasForGetProductQuotaOutput {
|
|
21
|
+
/**
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof QuotasForGetProductQuotaOutput
|
|
24
|
+
*/
|
|
25
|
+
ApplicableType?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof QuotasForGetProductQuotaOutput
|
|
29
|
+
*/
|
|
30
|
+
ApplicableValue?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof QuotasForGetProductQuotaOutput
|
|
34
|
+
*/
|
|
35
|
+
Description?: string;
|
|
36
|
+
/**
|
|
37
|
+
* @type {Array<DimensionForGetProductQuotaOutput>}
|
|
38
|
+
* @memberof QuotasForGetProductQuotaOutput
|
|
39
|
+
*/
|
|
40
|
+
Dimensions?: Array<DimensionForGetProductQuotaOutput>;
|
|
41
|
+
/**
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof QuotasForGetProductQuotaOutput
|
|
44
|
+
*/
|
|
45
|
+
ProviderCode?: string;
|
|
46
|
+
/**
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof QuotasForGetProductQuotaOutput
|
|
49
|
+
*/
|
|
50
|
+
QuotaCode?: string;
|
|
51
|
+
/**
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof QuotasForGetProductQuotaOutput
|
|
54
|
+
*/
|
|
55
|
+
QuotaType?: string;
|
|
56
|
+
/**
|
|
57
|
+
* @type {number}
|
|
58
|
+
* @memberof QuotasForGetProductQuotaOutput
|
|
59
|
+
*/
|
|
60
|
+
TotalQuota?: number;
|
|
61
|
+
/**
|
|
62
|
+
* @type {TotalUsageForGetProductQuotaOutput}
|
|
63
|
+
* @memberof QuotasForGetProductQuotaOutput
|
|
64
|
+
*/
|
|
65
|
+
TotalUsage?: TotalUsageForGetProductQuotaOutput;
|
|
66
|
+
/**
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof QuotasForGetProductQuotaOutput
|
|
69
|
+
*/
|
|
70
|
+
Trn?: string;
|
|
71
|
+
}
|
|
72
|
+
//# sourceMappingURL=quotas-for-get-product-quota-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quotas-for-get-product-quota-output.d.ts","sourceRoot":"","sources":["../../../src/types/quotas-for-get-product-quota-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,iCAAiC,EAAE,MAAM,0CAA0C,CAAC;AAC7F,OAAO,EAAE,kCAAkC,EAAE,MAAM,4CAA4C,CAAC;AAC/F;;;;;EAKE;AACH,MAAM,WAAW,8BAA8B;IAE3C;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,iCAAiC,CAAC,CAAC;IAEtD;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,kCAAkC,CAAC;IAEhD;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* quota
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TotalUsageForGetProductQuotaOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface TotalUsageForGetProductQuotaOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TotalUsageForGetProductQuotaOutput
|
|
22
|
+
*/
|
|
23
|
+
Unit?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof TotalUsageForGetProductQuotaOutput
|
|
27
|
+
*/
|
|
28
|
+
Value?: number;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=total-usage-for-get-product-quota-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"total-usage-for-get-product-quota-output.d.ts","sourceRoot":"","sources":["../../../src/types/total-usage-for-get-product-quota-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* quota
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TotalUsageForListProductQuotasOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface TotalUsageForListProductQuotasOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TotalUsageForListProductQuotasOutput
|
|
22
|
+
*/
|
|
23
|
+
Unit?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof TotalUsageForListProductQuotasOutput
|
|
27
|
+
*/
|
|
28
|
+
Value?: number;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=total-usage-for-list-product-quotas-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"total-usage-for-list-product-quotas-output.d.ts","sourceRoot":"","sources":["../../../src/types/total-usage-for-list-product-quotas-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oCAAoC;IAEjD;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* quota
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdateAlarmRuleRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateAlarmRuleRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UpdateAlarmRuleRequest
|
|
22
|
+
*/
|
|
23
|
+
AlarmType: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof UpdateAlarmRuleRequest
|
|
27
|
+
*/
|
|
28
|
+
Description?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof UpdateAlarmRuleRequest
|
|
32
|
+
*/
|
|
33
|
+
MetricUnit: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof UpdateAlarmRuleRequest
|
|
37
|
+
*/
|
|
38
|
+
RuleID: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof UpdateAlarmRuleRequest
|
|
42
|
+
*/
|
|
43
|
+
RuleName: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {number}
|
|
46
|
+
* @memberof UpdateAlarmRuleRequest
|
|
47
|
+
*/
|
|
48
|
+
SilenceTime?: number;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof UpdateAlarmRuleRequest
|
|
52
|
+
*/
|
|
53
|
+
Threshold: string;
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=update-alarm-rule-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-alarm-rule-request.d.ts","sourceRoot":"","sources":["../../../src/types/update-alarm-rule-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sBAAsB;IAEnC;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* quota
|
|
3
|
+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: common-version
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by the swagger code generator program.
|
|
9
|
+
* https://github.com/swagger-api/swagger-codegen.git
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface UpdateAlarmRuleResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateAlarmRuleResponse {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof UpdateAlarmRuleResponse
|
|
22
|
+
*/
|
|
23
|
+
RuleID?: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=update-alarm-rule-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-alarm-rule-response.d.ts","sourceRoot":"","sources":["../../../src/types/update-alarm-rule-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uBAAuB;IAEpC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|