@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,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 DimensionForModifyTemplateQuotaItemOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface DimensionForModifyTemplateQuotaItemOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DimensionForModifyTemplateQuotaItemOutput
|
|
22
|
+
*/
|
|
23
|
+
Name?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof DimensionForModifyTemplateQuotaItemOutput
|
|
27
|
+
*/
|
|
28
|
+
Value?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=dimension-for-modify-template-quota-item-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dimension-for-modify-template-quota-item-output.d.ts","sourceRoot":"","sources":["../../../src/types/dimension-for-modify-template-quota-item-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,yCAAyC;IAEtD;;;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 DimensionValueForListProductQuotaDimensionsOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface DimensionValueForListProductQuotaDimensionsOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DimensionValueForListProductQuotaDimensionsOutput
|
|
22
|
+
*/
|
|
23
|
+
DimensionValueCode?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof DimensionValueForListProductQuotaDimensionsOutput
|
|
27
|
+
*/
|
|
28
|
+
DimensionValueName?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=dimension-value-for-list-product-quota-dimensions-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dimension-value-for-list-product-quota-dimensions-output.d.ts","sourceRoot":"","sources":["../../../src/types/dimension-value-for-list-product-quota-dimensions-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iDAAiD;IAE9D;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 DimensionsWithCnForListQuotaApplicationTemplatesOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface DimensionsWithCnForListQuotaApplicationTemplatesOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DimensionsWithCnForListQuotaApplicationTemplatesOutput
|
|
22
|
+
*/
|
|
23
|
+
Name?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof DimensionsWithCnForListQuotaApplicationTemplatesOutput
|
|
27
|
+
*/
|
|
28
|
+
NameCn?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof DimensionsWithCnForListQuotaApplicationTemplatesOutput
|
|
32
|
+
*/
|
|
33
|
+
Value?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof DimensionsWithCnForListQuotaApplicationTemplatesOutput
|
|
37
|
+
*/
|
|
38
|
+
ValueCn?: string;
|
|
39
|
+
}
|
|
40
|
+
//# sourceMappingURL=dimensions-with-cn-for-list-quota-application-templates-output.d.ts.map
|
package/dist/esm/types/dimensions-with-cn-for-list-quota-application-templates-output.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dimensions-with-cn-for-list-quota-application-templates-output.d.ts","sourceRoot":"","sources":["../../../src/types/dimensions-with-cn-for-list-quota-application-templates-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,sDAAsD;IAEnE;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -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 GetAlarmRuleRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface GetAlarmRuleRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GetAlarmRuleRequest
|
|
22
|
+
*/
|
|
23
|
+
ID: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=get-alarm-rule-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-alarm-rule-request.d.ts","sourceRoot":"","sources":["../../../src/types/get-alarm-rule-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,mBAAmB;IAEhC;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { QuotaAlarmRuleForGetAlarmRuleOutput } from './quota-alarm-rule-for-get-alarm-rule-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface GetAlarmRuleResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface GetAlarmRuleResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {QuotaAlarmRuleForGetAlarmRuleOutput}
|
|
22
|
+
* @memberof GetAlarmRuleResponse
|
|
23
|
+
*/
|
|
24
|
+
QuotaAlarmRule?: QuotaAlarmRuleForGetAlarmRuleOutput;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=get-alarm-rule-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-alarm-rule-response.d.ts","sourceRoot":"","sources":["../../../src/types/get-alarm-rule-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,mCAAmC,EAAE,MAAM,8CAA8C,CAAC;AAClG;;;;;EAKE;AACH,MAAM,WAAW,oBAAoB;IAEjC;;;OAGG;IACH,cAAc,CAAC,EAAE,mCAAmC,CAAC;CACxD"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 { DimensionForGetProductQuotaInput } from './dimension-for-get-product-quota-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface GetProductQuotaRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface GetProductQuotaRequest {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<DimensionForGetProductQuotaInput>}
|
|
22
|
+
* @memberof GetProductQuotaRequest
|
|
23
|
+
*/
|
|
24
|
+
Dimensions?: Array<DimensionForGetProductQuotaInput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof GetProductQuotaRequest
|
|
28
|
+
*/
|
|
29
|
+
ProviderCode: string;
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof GetProductQuotaRequest
|
|
33
|
+
*/
|
|
34
|
+
QuotaCode: string;
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=get-product-quota-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-product-quota-request.d.ts","sourceRoot":"","sources":["../../../src/types/get-product-quota-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,yCAAyC,CAAC;AAC1F;;;;;EAKE;AACH,MAAM,WAAW,sBAAsB;IAEnC;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,gCAAgC,CAAC,CAAC;IAErD;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { QuotasForGetProductQuotaOutput } from './quotas-for-get-product-quota-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface GetProductQuotaResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface GetProductQuotaResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {QuotasForGetProductQuotaOutput}
|
|
22
|
+
* @memberof GetProductQuotaResponse
|
|
23
|
+
*/
|
|
24
|
+
Quotas?: QuotasForGetProductQuotaOutput;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=get-product-quota-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-product-quota-response.d.ts","sourceRoot":"","sources":["../../../src/types/get-product-quota-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AACtF;;;;;EAKE;AACH,MAAM,WAAW,uBAAuB;IAEpC;;;OAGG;IACH,MAAM,CAAC,EAAE,8BAA8B,CAAC;CAC3C"}
|
|
@@ -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 GetQuotaApplicationRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface GetQuotaApplicationRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof GetQuotaApplicationRequest
|
|
22
|
+
*/
|
|
23
|
+
ApplicationID: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=get-quota-application-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-quota-application-request.d.ts","sourceRoot":"","sources":["../../../src/types/get-quota-application-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,0BAA0B;IAEvC;;;OAGG;IACH,aAAa,EAAE,MAAM,CAAC;CACzB"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { ApplicationForGetQuotaApplicationOutput } from './application-for-get-quota-application-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface GetQuotaApplicationResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface GetQuotaApplicationResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {ApplicationForGetQuotaApplicationOutput}
|
|
22
|
+
* @memberof GetQuotaApplicationResponse
|
|
23
|
+
*/
|
|
24
|
+
Application?: ApplicationForGetQuotaApplicationOutput;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=get-quota-application-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-quota-application-response.d.ts","sourceRoot":"","sources":["../../../src/types/get-quota-application-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,uCAAuC,EAAE,MAAM,gDAAgD,CAAC;AACxG;;;;;EAKE;AACH,MAAM,WAAW,2BAA2B;IAExC;;;OAGG;IACH,WAAW,CAAC,EAAE,uCAAuC,CAAC;CACzD"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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 GetQuotaTemplateServiceStatusRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface GetQuotaTemplateServiceStatusRequest {
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=get-quota-template-service-status-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-quota-template-service-status-request.d.ts","sourceRoot":"","sources":["../../../src/types/get-quota-template-service-status-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,oCAAoC;CACpD"}
|
|
@@ -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 GetQuotaTemplateServiceStatusResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface GetQuotaTemplateServiceStatusResponse {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof GetQuotaTemplateServiceStatusResponse
|
|
22
|
+
*/
|
|
23
|
+
TemplateStatus?: number;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=get-quota-template-service-status-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-quota-template-service-status-response.d.ts","sourceRoot":"","sources":["../../../src/types/get-quota-template-service-status-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,qCAAqC;IAElD;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
export * from './alarm-record-list-for-list-alarm-history-output';
|
|
2
|
+
export * from './application-for-create-quota-application-output';
|
|
3
|
+
export * from './application-for-get-quota-application-output';
|
|
4
|
+
export * from './application-for-list-quota-applications-output';
|
|
5
|
+
export * from './create-alarm-rule-request';
|
|
6
|
+
export * from './create-alarm-rule-response';
|
|
7
|
+
export * from './create-quota-application-request';
|
|
8
|
+
export * from './create-quota-application-response';
|
|
9
|
+
export * from './create-template-quota-item-request';
|
|
10
|
+
export * from './create-template-quota-item-response';
|
|
11
|
+
export * from './delete-alarm-rules-request';
|
|
12
|
+
export * from './delete-alarm-rules-response';
|
|
13
|
+
export * from './delete-template-quota-item-request';
|
|
14
|
+
export * from './delete-template-quota-item-response';
|
|
15
|
+
export * from './dimension-for-create-alarm-rule-input';
|
|
16
|
+
export * from './dimension-for-create-quota-application-input';
|
|
17
|
+
export * from './dimension-for-create-quota-application-output';
|
|
18
|
+
export * from './dimension-for-create-template-quota-item-input';
|
|
19
|
+
export * from './dimension-for-create-template-quota-item-output';
|
|
20
|
+
export * from './dimension-for-delete-template-quota-item-input';
|
|
21
|
+
export * from './dimension-for-delete-template-quota-item-output';
|
|
22
|
+
export * from './dimension-for-get-product-quota-input';
|
|
23
|
+
export * from './dimension-for-get-product-quota-output';
|
|
24
|
+
export * from './dimension-for-get-quota-application-output';
|
|
25
|
+
export * from './dimension-for-list-product-quota-dimensions-output';
|
|
26
|
+
export * from './dimension-for-list-product-quotas-input';
|
|
27
|
+
export * from './dimension-for-list-product-quotas-output';
|
|
28
|
+
export * from './dimension-for-list-quota-alarm-rules-input';
|
|
29
|
+
export * from './dimension-for-list-quota-application-templates-input';
|
|
30
|
+
export * from './dimension-for-list-quota-applications-input';
|
|
31
|
+
export * from './dimension-for-list-quota-applications-output';
|
|
32
|
+
export * from './dimension-for-modify-template-quota-item-input';
|
|
33
|
+
export * from './dimension-for-modify-template-quota-item-output';
|
|
34
|
+
export * from './dimension-value-for-list-product-quota-dimensions-output';
|
|
35
|
+
export * from './dimensions-with-cn-for-list-quota-application-templates-output';
|
|
36
|
+
export * from './get-alarm-rule-request';
|
|
37
|
+
export * from './get-alarm-rule-response';
|
|
38
|
+
export * from './get-product-quota-request';
|
|
39
|
+
export * from './get-product-quota-response';
|
|
40
|
+
export * from './get-quota-application-request';
|
|
41
|
+
export * from './get-quota-application-response';
|
|
42
|
+
export * from './get-quota-template-service-status-request';
|
|
43
|
+
export * from './get-quota-template-service-status-response';
|
|
44
|
+
export * from './list-alarm-history-request';
|
|
45
|
+
export * from './list-alarm-history-response';
|
|
46
|
+
export * from './list-product-quota-dimensions-request';
|
|
47
|
+
export * from './list-product-quota-dimensions-response';
|
|
48
|
+
export * from './list-product-quotas-request';
|
|
49
|
+
export * from './list-product-quotas-response';
|
|
50
|
+
export * from './list-products-request';
|
|
51
|
+
export * from './list-products-response';
|
|
52
|
+
export * from './list-quota-alarm-rules-request';
|
|
53
|
+
export * from './list-quota-alarm-rules-response';
|
|
54
|
+
export * from './list-quota-application-templates-request';
|
|
55
|
+
export * from './list-quota-application-templates-response';
|
|
56
|
+
export * from './list-quota-applications-request';
|
|
57
|
+
export * from './list-quota-applications-response';
|
|
58
|
+
export * from './modify-quota-template-service-status-request';
|
|
59
|
+
export * from './modify-quota-template-service-status-response';
|
|
60
|
+
export * from './modify-template-quota-item-request';
|
|
61
|
+
export * from './modify-template-quota-item-response';
|
|
62
|
+
export * from './product-info-for-list-products-output';
|
|
63
|
+
export * from './quota-alarm-rule-for-get-alarm-rule-output';
|
|
64
|
+
export * from './quota-alarm-rule-list-for-list-quota-alarm-rules-output';
|
|
65
|
+
export * from './quota-for-list-product-quotas-output';
|
|
66
|
+
export * from './quota-template-list-for-list-quota-application-templates-output';
|
|
67
|
+
export * from './quotas-for-get-product-quota-output';
|
|
68
|
+
export * from './total-usage-for-get-product-quota-output';
|
|
69
|
+
export * from './total-usage-for-list-product-quotas-output';
|
|
70
|
+
export * from './update-alarm-rule-request';
|
|
71
|
+
export * from './update-alarm-rule-response';
|
|
72
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAC;AAClE,cAAc,mDAAmD,CAAC;AAClE,cAAc,gDAAgD,CAAC;AAC/D,cAAc,kDAAkD,CAAC;AACjE,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,iDAAiD,CAAC;AAChE,cAAc,kDAAkD,CAAC;AACjE,cAAc,mDAAmD,CAAC;AAClE,cAAc,kDAAkD,CAAC;AACjE,cAAc,mDAAmD,CAAC;AAClE,cAAc,yCAAyC,CAAC;AACxD,cAAc,0CAA0C,CAAC;AACzD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,sDAAsD,CAAC;AACrE,cAAc,2CAA2C,CAAC;AAC1D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wDAAwD,CAAC;AACvE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,kDAAkD,CAAC;AACjE,cAAc,mDAAmD,CAAC;AAClE,cAAc,4DAA4D,CAAC;AAC3E,cAAc,kEAAkE,CAAC;AACjF,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yCAAyC,CAAC;AACxD,cAAc,0CAA0C,CAAC;AACzD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,mCAAmC,CAAC;AAClD,cAAc,oCAAoC,CAAC;AACnD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,iDAAiD,CAAC;AAChE,cAAc,sCAAsC,CAAC;AACrD,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,2DAA2D,CAAC;AAC1E,cAAc,wCAAwC,CAAC;AACvD,cAAc,mEAAmE,CAAC;AAClF,cAAc,uCAAuC,CAAC;AACtD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
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 ListAlarmHistoryRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ListAlarmHistoryRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ListAlarmHistoryRequest
|
|
22
|
+
*/
|
|
23
|
+
AlertTimeEnd?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ListAlarmHistoryRequest
|
|
27
|
+
*/
|
|
28
|
+
AlertTimeStart?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {number}
|
|
31
|
+
* @memberof ListAlarmHistoryRequest
|
|
32
|
+
*/
|
|
33
|
+
MaxResults?: number;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof ListAlarmHistoryRequest
|
|
37
|
+
*/
|
|
38
|
+
NextToken?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof ListAlarmHistoryRequest
|
|
42
|
+
*/
|
|
43
|
+
ProviderCode?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof ListAlarmHistoryRequest
|
|
47
|
+
*/
|
|
48
|
+
QuotaCode?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof ListAlarmHistoryRequest
|
|
52
|
+
*/
|
|
53
|
+
QuotaType?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof ListAlarmHistoryRequest
|
|
57
|
+
*/
|
|
58
|
+
RuleName?: string;
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=list-alarm-history-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-alarm-history-request.d.ts","sourceRoot":"","sources":["../../../src/types/list-alarm-history-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uBAAuB;IAEpC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;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,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { AlarmRecordListForListAlarmHistoryOutput } from './alarm-record-list-for-list-alarm-history-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListAlarmHistoryResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ListAlarmHistoryResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<AlarmRecordListForListAlarmHistoryOutput>}
|
|
22
|
+
* @memberof ListAlarmHistoryResponse
|
|
23
|
+
*/
|
|
24
|
+
AlarmRecordList?: Array<AlarmRecordListForListAlarmHistoryOutput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ListAlarmHistoryResponse
|
|
28
|
+
*/
|
|
29
|
+
NextToken?: string;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=list-alarm-history-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-alarm-history-response.d.ts","sourceRoot":"","sources":["../../../src/types/list-alarm-history-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,wCAAwC,EAAE,MAAM,mDAAmD,CAAC;AAC5G;;;;;EAKE;AACH,MAAM,WAAW,wBAAwB;IAErC;;;OAGG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,wCAAwC,CAAC,CAAC;IAElE;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -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 ListProductQuotaDimensionsRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ListProductQuotaDimensionsRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ListProductQuotaDimensionsRequest
|
|
22
|
+
*/
|
|
23
|
+
ProviderCode: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof ListProductQuotaDimensionsRequest
|
|
27
|
+
*/
|
|
28
|
+
QuotaType?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=list-product-quota-dimensions-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-product-quota-dimensions-request.d.ts","sourceRoot":"","sources":["../../../src/types/list-product-quota-dimensions-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,iCAAiC;IAE9C;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 { DimensionForListProductQuotaDimensionsOutput } from './dimension-for-list-product-quota-dimensions-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListProductQuotaDimensionsResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ListProductQuotaDimensionsResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<DimensionForListProductQuotaDimensionsOutput>}
|
|
22
|
+
* @memberof ListProductQuotaDimensionsResponse
|
|
23
|
+
*/
|
|
24
|
+
Dimensions?: Array<DimensionForListProductQuotaDimensionsOutput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ListProductQuotaDimensionsResponse
|
|
28
|
+
*/
|
|
29
|
+
ResultsNum?: number;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=list-product-quota-dimensions-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-product-quota-dimensions-response.d.ts","sourceRoot":"","sources":["../../../src/types/list-product-quota-dimensions-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,4CAA4C,EAAE,MAAM,sDAAsD,CAAC;AACnH;;;;;EAKE;AACH,MAAM,WAAW,kCAAkC;IAE/C;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,4CAA4C,CAAC,CAAC;IAEjE;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|