@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,56 @@
|
|
|
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 { DimensionForListProductQuotasInput } from './dimension-for-list-product-quotas-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListProductQuotasRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface ListProductQuotasRequest {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<DimensionForListProductQuotasInput>}
|
|
22
|
+
* @memberof ListProductQuotasRequest
|
|
23
|
+
*/
|
|
24
|
+
Dimensions?: Array<DimensionForListProductQuotasInput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ListProductQuotasRequest
|
|
28
|
+
*/
|
|
29
|
+
MaxResults?: number;
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ListProductQuotasRequest
|
|
33
|
+
*/
|
|
34
|
+
NextToken?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ListProductQuotasRequest
|
|
38
|
+
*/
|
|
39
|
+
ProviderCode: string;
|
|
40
|
+
/**
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof ListProductQuotasRequest
|
|
43
|
+
*/
|
|
44
|
+
QuotaCode?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof ListProductQuotasRequest
|
|
48
|
+
*/
|
|
49
|
+
QuotaType?: string;
|
|
50
|
+
/**
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof ListProductQuotasRequest
|
|
53
|
+
*/
|
|
54
|
+
SortOrder?: string;
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=list-product-quotas-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-product-quotas-request.d.ts","sourceRoot":"","sources":["../../../src/types/list-product-quotas-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,kCAAkC,EAAE,MAAM,2CAA2C,CAAC;AAC9F;;;;;EAKE;AACH,MAAM,WAAW,wBAAwB;IAErC;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;IAEvD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -0,0 +1,41 @@
|
|
|
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 { QuotaForListProductQuotasOutput } from './quota-for-list-product-quotas-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListProductQuotasResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ListProductQuotasResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ListProductQuotasResponse
|
|
23
|
+
*/
|
|
24
|
+
NextToken?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {Array<QuotaForListProductQuotasOutput>}
|
|
27
|
+
* @memberof ListProductQuotasResponse
|
|
28
|
+
*/
|
|
29
|
+
Quotas?: Array<QuotaForListProductQuotasOutput>;
|
|
30
|
+
/**
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ListProductQuotasResponse
|
|
33
|
+
*/
|
|
34
|
+
ResultsNum?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof ListProductQuotasResponse
|
|
38
|
+
*/
|
|
39
|
+
TotalCount?: number;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=list-product-quotas-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-product-quotas-response.d.ts","sourceRoot":"","sources":["../../../src/types/list-product-quotas-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,+BAA+B,EAAE,MAAM,wCAAwC,CAAC;AACxF;;;;;EAKE;AACH,MAAM,WAAW,yBAAyB;IAEtC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,+BAA+B,CAAC,CAAC;IAEhD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -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 ListProductsRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ListProductsRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ListProductsRequest
|
|
22
|
+
*/
|
|
23
|
+
QuotaType?: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=list-products-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-products-request.d.ts","sourceRoot":"","sources":["../../../src/types/list-products-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,mBAAmB;IAEhC;;;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 { ProductInfoForListProductsOutput } from './product-info-for-list-products-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListProductsResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ListProductsResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<ProductInfoForListProductsOutput>}
|
|
22
|
+
* @memberof ListProductsResponse
|
|
23
|
+
*/
|
|
24
|
+
ProductInfo?: Array<ProductInfoForListProductsOutput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ListProductsResponse
|
|
28
|
+
*/
|
|
29
|
+
ResultsNum?: number;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=list-products-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-products-response.d.ts","sourceRoot":"","sources":["../../../src/types/list-products-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,gCAAgC,EAAE,MAAM,yCAAyC,CAAC;AAC1F;;;;;EAKE;AACH,MAAM,WAAW,oBAAoB;IAEjC;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,gCAAgC,CAAC,CAAC;IAEtD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1,61 @@
|
|
|
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 { DimensionForListQuotaAlarmRulesInput } from './dimension-for-list-quota-alarm-rules-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListQuotaAlarmRulesRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface ListQuotaAlarmRulesRequest {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<DimensionForListQuotaAlarmRulesInput>}
|
|
22
|
+
* @memberof ListQuotaAlarmRulesRequest
|
|
23
|
+
*/
|
|
24
|
+
Dimensions?: Array<DimensionForListQuotaAlarmRulesInput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ListQuotaAlarmRulesRequest
|
|
28
|
+
*/
|
|
29
|
+
MaxResults?: number;
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ListQuotaAlarmRulesRequest
|
|
33
|
+
*/
|
|
34
|
+
NextToken?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ListQuotaAlarmRulesRequest
|
|
38
|
+
*/
|
|
39
|
+
ProviderCode?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof ListQuotaAlarmRulesRequest
|
|
43
|
+
*/
|
|
44
|
+
QuotaCode?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof ListQuotaAlarmRulesRequest
|
|
48
|
+
*/
|
|
49
|
+
QuotaType?: string;
|
|
50
|
+
/**
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof ListQuotaAlarmRulesRequest
|
|
53
|
+
*/
|
|
54
|
+
RuleName?: string;
|
|
55
|
+
/**
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof ListQuotaAlarmRulesRequest
|
|
58
|
+
*/
|
|
59
|
+
RuleNameSearchKeyWord?: string;
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=list-quota-alarm-rules-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-quota-alarm-rules-request.d.ts","sourceRoot":"","sources":["../../../src/types/list-quota-alarm-rules-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,oCAAoC,EAAE,MAAM,8CAA8C,CAAC;AACnG;;;;;EAKE;AACH,MAAM,WAAW,0BAA0B;IAEvC;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,oCAAoC,CAAC,CAAC;IAEzD;;;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;IAElB;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;CAClC"}
|
|
@@ -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 { QuotaAlarmRuleListForListQuotaAlarmRulesOutput } from './quota-alarm-rule-list-for-list-quota-alarm-rules-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListQuotaAlarmRulesResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ListQuotaAlarmRulesResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ListQuotaAlarmRulesResponse
|
|
23
|
+
*/
|
|
24
|
+
NextToken?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {Array<QuotaAlarmRuleListForListQuotaAlarmRulesOutput>}
|
|
27
|
+
* @memberof ListQuotaAlarmRulesResponse
|
|
28
|
+
*/
|
|
29
|
+
QuotaAlarmRuleList?: Array<QuotaAlarmRuleListForListQuotaAlarmRulesOutput>;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=list-quota-alarm-rules-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-quota-alarm-rules-response.d.ts","sourceRoot":"","sources":["../../../src/types/list-quota-alarm-rules-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,8CAA8C,EAAE,MAAM,2DAA2D,CAAC;AAC1H;;;;;EAKE;AACH,MAAM,WAAW,2BAA2B;IAExC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,8CAA8C,CAAC,CAAC;CAC9E"}
|
|
@@ -0,0 +1,51 @@
|
|
|
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 { DimensionForListQuotaApplicationTemplatesInput } from './dimension-for-list-quota-application-templates-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListQuotaApplicationTemplatesRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface ListQuotaApplicationTemplatesRequest {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<DimensionForListQuotaApplicationTemplatesInput>}
|
|
22
|
+
* @memberof ListQuotaApplicationTemplatesRequest
|
|
23
|
+
*/
|
|
24
|
+
Dimensions?: Array<DimensionForListQuotaApplicationTemplatesInput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ListQuotaApplicationTemplatesRequest
|
|
28
|
+
*/
|
|
29
|
+
MaxResults?: number;
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ListQuotaApplicationTemplatesRequest
|
|
33
|
+
*/
|
|
34
|
+
NextToken?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ListQuotaApplicationTemplatesRequest
|
|
38
|
+
*/
|
|
39
|
+
ProviderCode?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof ListQuotaApplicationTemplatesRequest
|
|
43
|
+
*/
|
|
44
|
+
QuotaCode?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof ListQuotaApplicationTemplatesRequest
|
|
48
|
+
*/
|
|
49
|
+
QuotaType?: string;
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=list-quota-application-templates-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-quota-application-templates-request.d.ts","sourceRoot":"","sources":["../../../src/types/list-quota-application-templates-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,8CAA8C,EAAE,MAAM,wDAAwD,CAAC;AACvH;;;;;EAKE;AACH,MAAM,WAAW,oCAAoC;IAEjD;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,8CAA8C,CAAC,CAAC;IAEnE;;;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;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 { QuotaTemplateListForListQuotaApplicationTemplatesOutput } from './quota-template-list-for-list-quota-application-templates-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListQuotaApplicationTemplatesResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ListQuotaApplicationTemplatesResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ListQuotaApplicationTemplatesResponse
|
|
23
|
+
*/
|
|
24
|
+
NextToken?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {Array<QuotaTemplateListForListQuotaApplicationTemplatesOutput>}
|
|
27
|
+
* @memberof ListQuotaApplicationTemplatesResponse
|
|
28
|
+
*/
|
|
29
|
+
QuotaTemplateList?: Array<QuotaTemplateListForListQuotaApplicationTemplatesOutput>;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=list-quota-application-templates-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-quota-application-templates-response.d.ts","sourceRoot":"","sources":["../../../src/types/list-quota-application-templates-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,uDAAuD,EAAE,MAAM,mEAAmE,CAAC;AAC3I;;;;;EAKE;AACH,MAAM,WAAW,qCAAqC;IAElD;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,uDAAuD,CAAC,CAAC;CACtF"}
|
|
@@ -0,0 +1,56 @@
|
|
|
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 { DimensionForListQuotaApplicationsInput } from './dimension-for-list-quota-applications-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListQuotaApplicationsRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface ListQuotaApplicationsRequest {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<DimensionForListQuotaApplicationsInput>}
|
|
22
|
+
* @memberof ListQuotaApplicationsRequest
|
|
23
|
+
*/
|
|
24
|
+
Dimensions?: Array<DimensionForListQuotaApplicationsInput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ListQuotaApplicationsRequest
|
|
28
|
+
*/
|
|
29
|
+
MaxResults?: number;
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ListQuotaApplicationsRequest
|
|
33
|
+
*/
|
|
34
|
+
NextToken?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ListQuotaApplicationsRequest
|
|
38
|
+
*/
|
|
39
|
+
ProviderCode?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof ListQuotaApplicationsRequest
|
|
43
|
+
*/
|
|
44
|
+
QuotaCode?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof ListQuotaApplicationsRequest
|
|
48
|
+
*/
|
|
49
|
+
QuotaType?: string;
|
|
50
|
+
/**
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof ListQuotaApplicationsRequest
|
|
53
|
+
*/
|
|
54
|
+
Status?: string;
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=list-quota-applications-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-quota-applications-request.d.ts","sourceRoot":"","sources":["../../../src/types/list-quota-applications-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,sCAAsC,EAAE,MAAM,+CAA+C,CAAC;AACtG;;;;;EAKE;AACH,MAAM,WAAW,4BAA4B;IAEzC;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,sCAAsC,CAAC,CAAC;IAE3D;;;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,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1,41 @@
|
|
|
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 { ApplicationForListQuotaApplicationsOutput } from './application-for-list-quota-applications-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ListQuotaApplicationsResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ListQuotaApplicationsResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {Array<ApplicationForListQuotaApplicationsOutput>}
|
|
22
|
+
* @memberof ListQuotaApplicationsResponse
|
|
23
|
+
*/
|
|
24
|
+
Applications?: Array<ApplicationForListQuotaApplicationsOutput>;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ListQuotaApplicationsResponse
|
|
28
|
+
*/
|
|
29
|
+
NextToken?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ListQuotaApplicationsResponse
|
|
33
|
+
*/
|
|
34
|
+
ResultsNum?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof ListQuotaApplicationsResponse
|
|
38
|
+
*/
|
|
39
|
+
TotalCount?: number;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=list-quota-applications-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-quota-applications-response.d.ts","sourceRoot":"","sources":["../../../src/types/list-quota-applications-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,yCAAyC,EAAE,MAAM,kDAAkD,CAAC;AAC5G;;;;;EAKE;AACH,MAAM,WAAW,6BAA6B;IAE1C;;;OAGG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,yCAAyC,CAAC,CAAC;IAEhE;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -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 ModifyQuotaTemplateServiceStatusRequest
|
|
17
|
+
*/
|
|
18
|
+
export interface ModifyQuotaTemplateServiceStatusRequest {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ModifyQuotaTemplateServiceStatusRequest
|
|
22
|
+
*/
|
|
23
|
+
TemplateStatus: number;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=modify-quota-template-service-status-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modify-quota-template-service-status-request.d.ts","sourceRoot":"","sources":["../../../src/types/modify-quota-template-service-status-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,uCAAuC;IAEpD;;;OAGG;IACH,cAAc,EAAE,MAAM,CAAC;CAC1B"}
|
|
@@ -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 ModifyQuotaTemplateServiceStatusResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface ModifyQuotaTemplateServiceStatusResponse {
|
|
19
|
+
/**
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof ModifyQuotaTemplateServiceStatusResponse
|
|
22
|
+
*/
|
|
23
|
+
AccountID?: number;
|
|
24
|
+
/**
|
|
25
|
+
* @type {number}
|
|
26
|
+
* @memberof ModifyQuotaTemplateServiceStatusResponse
|
|
27
|
+
*/
|
|
28
|
+
TemplateStatus?: number;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=modify-quota-template-service-status-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modify-quota-template-service-status-response.d.ts","sourceRoot":"","sources":["../../../src/types/modify-quota-template-service-status-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wCAAwC;IAErD;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CAC3B"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 { DimensionForModifyTemplateQuotaItemInput } from './dimension-for-modify-template-quota-item-input';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ModifyTemplateQuotaItemRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface ModifyTemplateQuotaItemRequest {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ModifyTemplateQuotaItemRequest
|
|
23
|
+
*/
|
|
24
|
+
Description?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof ModifyTemplateQuotaItemRequest
|
|
28
|
+
*/
|
|
29
|
+
DesireValue: number;
|
|
30
|
+
/**
|
|
31
|
+
* @type {Array<DimensionForModifyTemplateQuotaItemInput>}
|
|
32
|
+
* @memberof ModifyTemplateQuotaItemRequest
|
|
33
|
+
*/
|
|
34
|
+
Dimensions?: Array<DimensionForModifyTemplateQuotaItemInput>;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ModifyTemplateQuotaItemRequest
|
|
38
|
+
*/
|
|
39
|
+
ProviderCode: string;
|
|
40
|
+
/**
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof ModifyTemplateQuotaItemRequest
|
|
43
|
+
*/
|
|
44
|
+
QuotaCode: string;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=modify-template-quota-item-request.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modify-template-quota-item-request.d.ts","sourceRoot":"","sources":["../../../src/types/modify-template-quota-item-request.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,wCAAwC,EAAE,MAAM,kDAAkD,CAAC;AAC3G;;;;;EAKE;AACH,MAAM,WAAW,8BAA8B;IAE3C;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,wCAAwC,CAAC,CAAC;IAE7D;;;OAGG;IACH,YAAY,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -0,0 +1,41 @@
|
|
|
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 { DimensionForModifyTemplateQuotaItemOutput } from './dimension-for-modify-template-quota-item-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ModifyTemplateQuotaItemResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface ModifyTemplateQuotaItemResponse {
|
|
20
|
+
/**
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof ModifyTemplateQuotaItemResponse
|
|
23
|
+
*/
|
|
24
|
+
AccountID?: number;
|
|
25
|
+
/**
|
|
26
|
+
* @type {Array<DimensionForModifyTemplateQuotaItemOutput>}
|
|
27
|
+
* @memberof ModifyTemplateQuotaItemResponse
|
|
28
|
+
*/
|
|
29
|
+
Dimensions?: Array<DimensionForModifyTemplateQuotaItemOutput>;
|
|
30
|
+
/**
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof ModifyTemplateQuotaItemResponse
|
|
33
|
+
*/
|
|
34
|
+
ProviderCode?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ModifyTemplateQuotaItemResponse
|
|
38
|
+
*/
|
|
39
|
+
QuotaCode?: string;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=modify-template-quota-item-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modify-template-quota-item-response.d.ts","sourceRoot":"","sources":["../../../src/types/modify-template-quota-item-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,yCAAyC,EAAE,MAAM,mDAAmD,CAAC;AAC7G;;;;;EAKE;AACH,MAAM,WAAW,+BAA+B;IAE5C;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,yCAAyC,CAAC,CAAC;IAE9D;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|