@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,232 @@
|
|
|
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 { Client, ClientConfig, Command, CommandOutput } from '@volcengine/sdk-core';
|
|
13
|
+
import { CreateAlarmRuleRequest } from './types/index';
|
|
14
|
+
import { CreateAlarmRuleResponse } from './types/index';
|
|
15
|
+
import { CreateQuotaApplicationRequest } from './types/index';
|
|
16
|
+
import { CreateQuotaApplicationResponse } from './types/index';
|
|
17
|
+
import { CreateTemplateQuotaItemRequest } from './types/index';
|
|
18
|
+
import { CreateTemplateQuotaItemResponse } from './types/index';
|
|
19
|
+
import { DeleteAlarmRulesRequest } from './types/index';
|
|
20
|
+
import { DeleteAlarmRulesResponse } from './types/index';
|
|
21
|
+
import { DeleteTemplateQuotaItemRequest } from './types/index';
|
|
22
|
+
import { DeleteTemplateQuotaItemResponse } from './types/index';
|
|
23
|
+
import { GetAlarmRuleRequest } from './types/index';
|
|
24
|
+
import { GetAlarmRuleResponse } from './types/index';
|
|
25
|
+
import { GetProductQuotaRequest } from './types/index';
|
|
26
|
+
import { GetProductQuotaResponse } from './types/index';
|
|
27
|
+
import { GetQuotaApplicationRequest } from './types/index';
|
|
28
|
+
import { GetQuotaApplicationResponse } from './types/index';
|
|
29
|
+
import { GetQuotaTemplateServiceStatusRequest } from './types/index';
|
|
30
|
+
import { GetQuotaTemplateServiceStatusResponse } from './types/index';
|
|
31
|
+
import { ListAlarmHistoryRequest } from './types/index';
|
|
32
|
+
import { ListAlarmHistoryResponse } from './types/index';
|
|
33
|
+
import { ListProductQuotaDimensionsRequest } from './types/index';
|
|
34
|
+
import { ListProductQuotaDimensionsResponse } from './types/index';
|
|
35
|
+
import { ListProductQuotasRequest } from './types/index';
|
|
36
|
+
import { ListProductQuotasResponse } from './types/index';
|
|
37
|
+
import { ListProductsRequest } from './types/index';
|
|
38
|
+
import { ListProductsResponse } from './types/index';
|
|
39
|
+
import { ListQuotaAlarmRulesRequest } from './types/index';
|
|
40
|
+
import { ListQuotaAlarmRulesResponse } from './types/index';
|
|
41
|
+
import { ListQuotaApplicationTemplatesRequest } from './types/index';
|
|
42
|
+
import { ListQuotaApplicationTemplatesResponse } from './types/index';
|
|
43
|
+
import { ListQuotaApplicationsRequest } from './types/index';
|
|
44
|
+
import { ListQuotaApplicationsResponse } from './types/index';
|
|
45
|
+
import { ModifyQuotaTemplateServiceStatusRequest } from './types/index';
|
|
46
|
+
import { ModifyQuotaTemplateServiceStatusResponse } from './types/index';
|
|
47
|
+
import { ModifyTemplateQuotaItemRequest } from './types/index';
|
|
48
|
+
import { ModifyTemplateQuotaItemResponse } from './types/index';
|
|
49
|
+
import { UpdateAlarmRuleRequest } from './types/index';
|
|
50
|
+
import { UpdateAlarmRuleResponse } from './types/index';
|
|
51
|
+
export type CreateAlarmRuleCommandOutput = CommandOutput<CreateAlarmRuleResponse>;
|
|
52
|
+
export type CreateQuotaApplicationCommandOutput = CommandOutput<CreateQuotaApplicationResponse>;
|
|
53
|
+
export type CreateTemplateQuotaItemCommandOutput = CommandOutput<CreateTemplateQuotaItemResponse>;
|
|
54
|
+
export type DeleteAlarmRulesCommandOutput = CommandOutput<DeleteAlarmRulesResponse>;
|
|
55
|
+
export type DeleteTemplateQuotaItemCommandOutput = CommandOutput<DeleteTemplateQuotaItemResponse>;
|
|
56
|
+
export type GetAlarmRuleCommandOutput = CommandOutput<GetAlarmRuleResponse>;
|
|
57
|
+
export type GetProductQuotaCommandOutput = CommandOutput<GetProductQuotaResponse>;
|
|
58
|
+
export type GetQuotaApplicationCommandOutput = CommandOutput<GetQuotaApplicationResponse>;
|
|
59
|
+
export type GetQuotaTemplateServiceStatusCommandOutput = CommandOutput<GetQuotaTemplateServiceStatusResponse>;
|
|
60
|
+
export type ListAlarmHistoryCommandOutput = CommandOutput<ListAlarmHistoryResponse>;
|
|
61
|
+
export type ListProductQuotaDimensionsCommandOutput = CommandOutput<ListProductQuotaDimensionsResponse>;
|
|
62
|
+
export type ListProductQuotasCommandOutput = CommandOutput<ListProductQuotasResponse>;
|
|
63
|
+
export type ListProductsCommandOutput = CommandOutput<ListProductsResponse>;
|
|
64
|
+
export type ListQuotaAlarmRulesCommandOutput = CommandOutput<ListQuotaAlarmRulesResponse>;
|
|
65
|
+
export type ListQuotaApplicationTemplatesCommandOutput = CommandOutput<ListQuotaApplicationTemplatesResponse>;
|
|
66
|
+
export type ListQuotaApplicationsCommandOutput = CommandOutput<ListQuotaApplicationsResponse>;
|
|
67
|
+
export type ModifyQuotaTemplateServiceStatusCommandOutput = CommandOutput<ModifyQuotaTemplateServiceStatusResponse>;
|
|
68
|
+
export type ModifyTemplateQuotaItemCommandOutput = CommandOutput<ModifyTemplateQuotaItemResponse>;
|
|
69
|
+
export type UpdateAlarmRuleCommandOutput = CommandOutput<UpdateAlarmRuleResponse>;
|
|
70
|
+
/**
|
|
71
|
+
* QUOTAClient Service Client
|
|
72
|
+
*/
|
|
73
|
+
export declare class QUOTAClient extends Client {
|
|
74
|
+
constructor(config?: ClientConfig);
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* Command to CreateAlarmRule
|
|
78
|
+
*/
|
|
79
|
+
export declare class CreateAlarmRuleCommand extends Command<CreateAlarmRuleRequest, CreateAlarmRuleCommandOutput, 'CreateAlarmRuleCommand'> {
|
|
80
|
+
static readonly metaPath = "/CreateAlarmRule/2022-07-01/quota/post/application_json/";
|
|
81
|
+
constructor(input: CreateAlarmRuleRequest);
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Command to CreateQuotaApplication
|
|
85
|
+
*/
|
|
86
|
+
export declare class CreateQuotaApplicationCommand extends Command<CreateQuotaApplicationRequest, CreateQuotaApplicationCommandOutput, 'CreateQuotaApplicationCommand'> {
|
|
87
|
+
static readonly metaPath = "/CreateQuotaApplication/2022-07-01/quota/post/application_json/";
|
|
88
|
+
constructor(input: CreateQuotaApplicationRequest);
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Command to CreateTemplateQuotaItem
|
|
92
|
+
*/
|
|
93
|
+
export declare class CreateTemplateQuotaItemCommand extends Command<CreateTemplateQuotaItemRequest, CreateTemplateQuotaItemCommandOutput, 'CreateTemplateQuotaItemCommand'> {
|
|
94
|
+
static readonly metaPath = "/CreateTemplateQuotaItem/2022-07-01/quota/post/application_json/";
|
|
95
|
+
constructor(input: CreateTemplateQuotaItemRequest);
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Command to DeleteAlarmRules
|
|
99
|
+
*/
|
|
100
|
+
export declare class DeleteAlarmRulesCommand extends Command<DeleteAlarmRulesRequest, DeleteAlarmRulesCommandOutput, 'DeleteAlarmRulesCommand'> {
|
|
101
|
+
static readonly metaPath = "/DeleteAlarmRules/2022-07-01/quota/post/application_json/";
|
|
102
|
+
constructor(input: DeleteAlarmRulesRequest);
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Command to DeleteTemplateQuotaItem
|
|
106
|
+
*/
|
|
107
|
+
export declare class DeleteTemplateQuotaItemCommand extends Command<DeleteTemplateQuotaItemRequest, DeleteTemplateQuotaItemCommandOutput, 'DeleteTemplateQuotaItemCommand'> {
|
|
108
|
+
static readonly metaPath = "/DeleteTemplateQuotaItem/2022-07-01/quota/post/application_json/";
|
|
109
|
+
constructor(input: DeleteTemplateQuotaItemRequest);
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* Command to GetAlarmRule
|
|
113
|
+
*/
|
|
114
|
+
export declare class GetAlarmRuleCommand extends Command<GetAlarmRuleRequest, GetAlarmRuleCommandOutput, 'GetAlarmRuleCommand'> {
|
|
115
|
+
static readonly metaPath = "/GetAlarmRule/2022-07-01/quota/get/text_plain/";
|
|
116
|
+
constructor(input: GetAlarmRuleRequest);
|
|
117
|
+
}
|
|
118
|
+
/**
|
|
119
|
+
* Command to GetProductQuota
|
|
120
|
+
*/
|
|
121
|
+
export declare class GetProductQuotaCommand extends Command<GetProductQuotaRequest, GetProductQuotaCommandOutput, 'GetProductQuotaCommand'> {
|
|
122
|
+
static readonly metaPath = "/GetProductQuota/2022-07-01/quota/post/application_json/";
|
|
123
|
+
constructor(input: GetProductQuotaRequest);
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Command to GetQuotaApplication
|
|
127
|
+
*/
|
|
128
|
+
export declare class GetQuotaApplicationCommand extends Command<GetQuotaApplicationRequest, GetQuotaApplicationCommandOutput, 'GetQuotaApplicationCommand'> {
|
|
129
|
+
static readonly metaPath = "/GetQuotaApplication/2022-07-01/quota/get/text_plain/";
|
|
130
|
+
constructor(input: GetQuotaApplicationRequest);
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* Command to GetQuotaTemplateServiceStatus
|
|
134
|
+
*/
|
|
135
|
+
export declare class GetQuotaTemplateServiceStatusCommand extends Command<GetQuotaTemplateServiceStatusRequest, GetQuotaTemplateServiceStatusCommandOutput, 'GetQuotaTemplateServiceStatusCommand'> {
|
|
136
|
+
static readonly metaPath = "/GetQuotaTemplateServiceStatus/2022-07-01/quota/post/application_json/";
|
|
137
|
+
constructor(input: GetQuotaTemplateServiceStatusRequest);
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* Command to ListAlarmHistory
|
|
141
|
+
*/
|
|
142
|
+
export declare class ListAlarmHistoryCommand extends Command<ListAlarmHistoryRequest, ListAlarmHistoryCommandOutput, 'ListAlarmHistoryCommand'> {
|
|
143
|
+
static readonly metaPath = "/ListAlarmHistory/2022-07-01/quota/get/text_plain/";
|
|
144
|
+
constructor(input: ListAlarmHistoryRequest);
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* Command to ListProductQuotaDimensions
|
|
148
|
+
*/
|
|
149
|
+
export declare class ListProductQuotaDimensionsCommand extends Command<ListProductQuotaDimensionsRequest, ListProductQuotaDimensionsCommandOutput, 'ListProductQuotaDimensionsCommand'> {
|
|
150
|
+
static readonly metaPath = "/ListProductQuotaDimensions/2022-07-01/quota/get/text_plain/";
|
|
151
|
+
constructor(input: ListProductQuotaDimensionsRequest);
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* Command to ListProductQuotas
|
|
155
|
+
*/
|
|
156
|
+
export declare class ListProductQuotasCommand extends Command<ListProductQuotasRequest, ListProductQuotasCommandOutput, 'ListProductQuotasCommand'> {
|
|
157
|
+
static readonly metaPath = "/ListProductQuotas/2022-07-01/quota/post/application_json/";
|
|
158
|
+
constructor(input: ListProductQuotasRequest);
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Command to ListProducts
|
|
162
|
+
*/
|
|
163
|
+
export declare class ListProductsCommand extends Command<ListProductsRequest, ListProductsCommandOutput, 'ListProductsCommand'> {
|
|
164
|
+
static readonly metaPath = "/ListProducts/2022-07-01/quota/get/text_plain/";
|
|
165
|
+
constructor(input: ListProductsRequest);
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* Command to ListQuotaAlarmRules
|
|
169
|
+
*/
|
|
170
|
+
export declare class ListQuotaAlarmRulesCommand extends Command<ListQuotaAlarmRulesRequest, ListQuotaAlarmRulesCommandOutput, 'ListQuotaAlarmRulesCommand'> {
|
|
171
|
+
static readonly metaPath = "/ListQuotaAlarmRules/2022-07-01/quota/post/application_json/";
|
|
172
|
+
constructor(input: ListQuotaAlarmRulesRequest);
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* Command to ListQuotaApplicationTemplates
|
|
176
|
+
*/
|
|
177
|
+
export declare class ListQuotaApplicationTemplatesCommand extends Command<ListQuotaApplicationTemplatesRequest, ListQuotaApplicationTemplatesCommandOutput, 'ListQuotaApplicationTemplatesCommand'> {
|
|
178
|
+
static readonly metaPath = "/ListQuotaApplicationTemplates/2022-07-01/quota/post/application_json/";
|
|
179
|
+
constructor(input: ListQuotaApplicationTemplatesRequest);
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* Command to ListQuotaApplications
|
|
183
|
+
*/
|
|
184
|
+
export declare class ListQuotaApplicationsCommand extends Command<ListQuotaApplicationsRequest, ListQuotaApplicationsCommandOutput, 'ListQuotaApplicationsCommand'> {
|
|
185
|
+
static readonly metaPath = "/ListQuotaApplications/2022-07-01/quota/post/application_json/";
|
|
186
|
+
constructor(input: ListQuotaApplicationsRequest);
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* Command to ModifyQuotaTemplateServiceStatus
|
|
190
|
+
*/
|
|
191
|
+
export declare class ModifyQuotaTemplateServiceStatusCommand extends Command<ModifyQuotaTemplateServiceStatusRequest, ModifyQuotaTemplateServiceStatusCommandOutput, 'ModifyQuotaTemplateServiceStatusCommand'> {
|
|
192
|
+
static readonly metaPath = "/ModifyQuotaTemplateServiceStatus/2022-07-01/quota/get/text_plain/";
|
|
193
|
+
constructor(input: ModifyQuotaTemplateServiceStatusRequest);
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* Command to ModifyTemplateQuotaItem
|
|
197
|
+
*/
|
|
198
|
+
export declare class ModifyTemplateQuotaItemCommand extends Command<ModifyTemplateQuotaItemRequest, ModifyTemplateQuotaItemCommandOutput, 'ModifyTemplateQuotaItemCommand'> {
|
|
199
|
+
static readonly metaPath = "/ModifyTemplateQuotaItem/2022-07-01/quota/post/application_json/";
|
|
200
|
+
constructor(input: ModifyTemplateQuotaItemRequest);
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* Command to UpdateAlarmRule
|
|
204
|
+
*/
|
|
205
|
+
export declare class UpdateAlarmRuleCommand extends Command<UpdateAlarmRuleRequest, UpdateAlarmRuleCommandOutput, 'UpdateAlarmRuleCommand'> {
|
|
206
|
+
static readonly metaPath = "/UpdateAlarmRule/2022-07-01/quota/get/text_plain/";
|
|
207
|
+
constructor(input: UpdateAlarmRuleRequest);
|
|
208
|
+
}
|
|
209
|
+
declare const _default: {
|
|
210
|
+
QUOTAClient: typeof QUOTAClient;
|
|
211
|
+
CreateAlarmRuleCommand: typeof CreateAlarmRuleCommand;
|
|
212
|
+
CreateQuotaApplicationCommand: typeof CreateQuotaApplicationCommand;
|
|
213
|
+
CreateTemplateQuotaItemCommand: typeof CreateTemplateQuotaItemCommand;
|
|
214
|
+
DeleteAlarmRulesCommand: typeof DeleteAlarmRulesCommand;
|
|
215
|
+
DeleteTemplateQuotaItemCommand: typeof DeleteTemplateQuotaItemCommand;
|
|
216
|
+
GetAlarmRuleCommand: typeof GetAlarmRuleCommand;
|
|
217
|
+
GetProductQuotaCommand: typeof GetProductQuotaCommand;
|
|
218
|
+
GetQuotaApplicationCommand: typeof GetQuotaApplicationCommand;
|
|
219
|
+
GetQuotaTemplateServiceStatusCommand: typeof GetQuotaTemplateServiceStatusCommand;
|
|
220
|
+
ListAlarmHistoryCommand: typeof ListAlarmHistoryCommand;
|
|
221
|
+
ListProductQuotaDimensionsCommand: typeof ListProductQuotaDimensionsCommand;
|
|
222
|
+
ListProductQuotasCommand: typeof ListProductQuotasCommand;
|
|
223
|
+
ListProductsCommand: typeof ListProductsCommand;
|
|
224
|
+
ListQuotaAlarmRulesCommand: typeof ListQuotaAlarmRulesCommand;
|
|
225
|
+
ListQuotaApplicationTemplatesCommand: typeof ListQuotaApplicationTemplatesCommand;
|
|
226
|
+
ListQuotaApplicationsCommand: typeof ListQuotaApplicationsCommand;
|
|
227
|
+
ModifyQuotaTemplateServiceStatusCommand: typeof ModifyQuotaTemplateServiceStatusCommand;
|
|
228
|
+
ModifyTemplateQuotaItemCommand: typeof ModifyTemplateQuotaItemCommand;
|
|
229
|
+
UpdateAlarmRuleCommand: typeof UpdateAlarmRuleCommand;
|
|
230
|
+
};
|
|
231
|
+
export default _default;
|
|
232
|
+
//# sourceMappingURL=api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
export * from "./api";
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA;;;;;;;;;;GAUG;AAEH,cAAc,OAAO,CAAC"}
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import { Client, Command, buildRequestConfigFromMetaPath } from "@volcengine/sdk-core";
|
|
2
|
+
function _define_property(obj, key, value) {
|
|
3
|
+
if (key in obj) Object.defineProperty(obj, key, {
|
|
4
|
+
value: value,
|
|
5
|
+
enumerable: true,
|
|
6
|
+
configurable: true,
|
|
7
|
+
writable: true
|
|
8
|
+
});
|
|
9
|
+
else obj[key] = value;
|
|
10
|
+
return obj;
|
|
11
|
+
}
|
|
12
|
+
class QUOTAClient extends Client {
|
|
13
|
+
constructor(config = {}){
|
|
14
|
+
super({
|
|
15
|
+
protocol: 'https',
|
|
16
|
+
region: 'cn-beijing',
|
|
17
|
+
...config
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
class CreateAlarmRuleCommand extends Command {
|
|
22
|
+
constructor(input){
|
|
23
|
+
super(input);
|
|
24
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateAlarmRuleCommand.metaPath);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
_define_property(CreateAlarmRuleCommand, "metaPath", '/CreateAlarmRule/2022-07-01/quota/post/application_json/');
|
|
28
|
+
class CreateQuotaApplicationCommand extends Command {
|
|
29
|
+
constructor(input){
|
|
30
|
+
super(input);
|
|
31
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateQuotaApplicationCommand.metaPath);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
_define_property(CreateQuotaApplicationCommand, "metaPath", '/CreateQuotaApplication/2022-07-01/quota/post/application_json/');
|
|
35
|
+
class CreateTemplateQuotaItemCommand extends Command {
|
|
36
|
+
constructor(input){
|
|
37
|
+
super(input);
|
|
38
|
+
this.requestConfig = buildRequestConfigFromMetaPath(CreateTemplateQuotaItemCommand.metaPath);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
_define_property(CreateTemplateQuotaItemCommand, "metaPath", '/CreateTemplateQuotaItem/2022-07-01/quota/post/application_json/');
|
|
42
|
+
class DeleteAlarmRulesCommand extends Command {
|
|
43
|
+
constructor(input){
|
|
44
|
+
super(input);
|
|
45
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteAlarmRulesCommand.metaPath);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
_define_property(DeleteAlarmRulesCommand, "metaPath", '/DeleteAlarmRules/2022-07-01/quota/post/application_json/');
|
|
49
|
+
class DeleteTemplateQuotaItemCommand extends Command {
|
|
50
|
+
constructor(input){
|
|
51
|
+
super(input);
|
|
52
|
+
this.requestConfig = buildRequestConfigFromMetaPath(DeleteTemplateQuotaItemCommand.metaPath);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
_define_property(DeleteTemplateQuotaItemCommand, "metaPath", '/DeleteTemplateQuotaItem/2022-07-01/quota/post/application_json/');
|
|
56
|
+
class GetAlarmRuleCommand extends Command {
|
|
57
|
+
constructor(input){
|
|
58
|
+
super(input);
|
|
59
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetAlarmRuleCommand.metaPath);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
_define_property(GetAlarmRuleCommand, "metaPath", '/GetAlarmRule/2022-07-01/quota/get/text_plain/');
|
|
63
|
+
class GetProductQuotaCommand extends Command {
|
|
64
|
+
constructor(input){
|
|
65
|
+
super(input);
|
|
66
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetProductQuotaCommand.metaPath);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
_define_property(GetProductQuotaCommand, "metaPath", '/GetProductQuota/2022-07-01/quota/post/application_json/');
|
|
70
|
+
class GetQuotaApplicationCommand extends Command {
|
|
71
|
+
constructor(input){
|
|
72
|
+
super(input);
|
|
73
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetQuotaApplicationCommand.metaPath);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
_define_property(GetQuotaApplicationCommand, "metaPath", '/GetQuotaApplication/2022-07-01/quota/get/text_plain/');
|
|
77
|
+
class GetQuotaTemplateServiceStatusCommand extends Command {
|
|
78
|
+
constructor(input){
|
|
79
|
+
super(input);
|
|
80
|
+
this.requestConfig = buildRequestConfigFromMetaPath(GetQuotaTemplateServiceStatusCommand.metaPath);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
_define_property(GetQuotaTemplateServiceStatusCommand, "metaPath", '/GetQuotaTemplateServiceStatus/2022-07-01/quota/post/application_json/');
|
|
84
|
+
class ListAlarmHistoryCommand extends Command {
|
|
85
|
+
constructor(input){
|
|
86
|
+
super(input);
|
|
87
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListAlarmHistoryCommand.metaPath);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
_define_property(ListAlarmHistoryCommand, "metaPath", '/ListAlarmHistory/2022-07-01/quota/get/text_plain/');
|
|
91
|
+
class ListProductQuotaDimensionsCommand extends Command {
|
|
92
|
+
constructor(input){
|
|
93
|
+
super(input);
|
|
94
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListProductQuotaDimensionsCommand.metaPath);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
_define_property(ListProductQuotaDimensionsCommand, "metaPath", '/ListProductQuotaDimensions/2022-07-01/quota/get/text_plain/');
|
|
98
|
+
class ListProductQuotasCommand extends Command {
|
|
99
|
+
constructor(input){
|
|
100
|
+
super(input);
|
|
101
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListProductQuotasCommand.metaPath);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
_define_property(ListProductQuotasCommand, "metaPath", '/ListProductQuotas/2022-07-01/quota/post/application_json/');
|
|
105
|
+
class ListProductsCommand extends Command {
|
|
106
|
+
constructor(input){
|
|
107
|
+
super(input);
|
|
108
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListProductsCommand.metaPath);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
_define_property(ListProductsCommand, "metaPath", '/ListProducts/2022-07-01/quota/get/text_plain/');
|
|
112
|
+
class ListQuotaAlarmRulesCommand extends Command {
|
|
113
|
+
constructor(input){
|
|
114
|
+
super(input);
|
|
115
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListQuotaAlarmRulesCommand.metaPath);
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
_define_property(ListQuotaAlarmRulesCommand, "metaPath", '/ListQuotaAlarmRules/2022-07-01/quota/post/application_json/');
|
|
119
|
+
class ListQuotaApplicationTemplatesCommand extends Command {
|
|
120
|
+
constructor(input){
|
|
121
|
+
super(input);
|
|
122
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListQuotaApplicationTemplatesCommand.metaPath);
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
_define_property(ListQuotaApplicationTemplatesCommand, "metaPath", '/ListQuotaApplicationTemplates/2022-07-01/quota/post/application_json/');
|
|
126
|
+
class ListQuotaApplicationsCommand extends Command {
|
|
127
|
+
constructor(input){
|
|
128
|
+
super(input);
|
|
129
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ListQuotaApplicationsCommand.metaPath);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
_define_property(ListQuotaApplicationsCommand, "metaPath", '/ListQuotaApplications/2022-07-01/quota/post/application_json/');
|
|
133
|
+
class ModifyQuotaTemplateServiceStatusCommand extends Command {
|
|
134
|
+
constructor(input){
|
|
135
|
+
super(input);
|
|
136
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyQuotaTemplateServiceStatusCommand.metaPath);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
_define_property(ModifyQuotaTemplateServiceStatusCommand, "metaPath", '/ModifyQuotaTemplateServiceStatus/2022-07-01/quota/get/text_plain/');
|
|
140
|
+
class ModifyTemplateQuotaItemCommand extends Command {
|
|
141
|
+
constructor(input){
|
|
142
|
+
super(input);
|
|
143
|
+
this.requestConfig = buildRequestConfigFromMetaPath(ModifyTemplateQuotaItemCommand.metaPath);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
_define_property(ModifyTemplateQuotaItemCommand, "metaPath", '/ModifyTemplateQuotaItem/2022-07-01/quota/post/application_json/');
|
|
147
|
+
class UpdateAlarmRuleCommand extends Command {
|
|
148
|
+
constructor(input){
|
|
149
|
+
super(input);
|
|
150
|
+
this.requestConfig = buildRequestConfigFromMetaPath(UpdateAlarmRuleCommand.metaPath);
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
_define_property(UpdateAlarmRuleCommand, "metaPath", '/UpdateAlarmRule/2022-07-01/quota/get/text_plain/');
|
|
154
|
+
export { CreateAlarmRuleCommand, CreateQuotaApplicationCommand, CreateTemplateQuotaItemCommand, DeleteAlarmRulesCommand, DeleteTemplateQuotaItemCommand, GetAlarmRuleCommand, GetProductQuotaCommand, GetQuotaApplicationCommand, GetQuotaTemplateServiceStatusCommand, ListAlarmHistoryCommand, ListProductQuotaDimensionsCommand, ListProductQuotasCommand, ListProductsCommand, ListQuotaAlarmRulesCommand, ListQuotaApplicationTemplatesCommand, ListQuotaApplicationsCommand, ModifyQuotaTemplateServiceStatusCommand, ModifyTemplateQuotaItemCommand, QUOTAClient, UpdateAlarmRuleCommand };
|
|
@@ -0,0 +1,85 @@
|
|
|
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 AlarmRecordListForListAlarmHistoryOutput
|
|
17
|
+
*/
|
|
18
|
+
export interface AlarmRecordListForListAlarmHistoryOutput {
|
|
19
|
+
/**
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
22
|
+
*/
|
|
23
|
+
AlarmTime?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
27
|
+
*/
|
|
28
|
+
AlarmType?: string;
|
|
29
|
+
/**
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
32
|
+
*/
|
|
33
|
+
AlarmValue?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
37
|
+
*/
|
|
38
|
+
Dimensions?: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
42
|
+
*/
|
|
43
|
+
MetricUnit?: string;
|
|
44
|
+
/**
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
47
|
+
*/
|
|
48
|
+
ProductName?: string;
|
|
49
|
+
/**
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
52
|
+
*/
|
|
53
|
+
ProviderCode?: string;
|
|
54
|
+
/**
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
57
|
+
*/
|
|
58
|
+
QuotaCode?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
62
|
+
*/
|
|
63
|
+
QuotaType?: string;
|
|
64
|
+
/**
|
|
65
|
+
* @type {string}
|
|
66
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
67
|
+
*/
|
|
68
|
+
RuleID?: string;
|
|
69
|
+
/**
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
72
|
+
*/
|
|
73
|
+
RuleName?: string;
|
|
74
|
+
/**
|
|
75
|
+
* @type {number}
|
|
76
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
77
|
+
*/
|
|
78
|
+
SendMessageStatus?: number;
|
|
79
|
+
/**
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof AlarmRecordListForListAlarmHistoryOutput
|
|
82
|
+
*/
|
|
83
|
+
Threshold?: string;
|
|
84
|
+
}
|
|
85
|
+
//# sourceMappingURL=alarm-record-list-for-list-alarm-history-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alarm-record-list-for-list-alarm-history-output.d.ts","sourceRoot":"","sources":["../../../src/types/alarm-record-list-for-list-alarm-history-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEF;;;;;EAKE;AACH,MAAM,WAAW,wCAAwC;IAErD;;;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,MAAM,CAAC;IAEpB;;;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,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -0,0 +1,96 @@
|
|
|
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 { DimensionForCreateQuotaApplicationOutput } from './dimension-for-create-quota-application-output';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ApplicationForCreateQuotaApplicationOutput
|
|
18
|
+
*/
|
|
19
|
+
export interface ApplicationForCreateQuotaApplicationOutput {
|
|
20
|
+
/**
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
23
|
+
*/
|
|
24
|
+
ApplicationId?: string;
|
|
25
|
+
/**
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
28
|
+
*/
|
|
29
|
+
ApplyTime?: string;
|
|
30
|
+
/**
|
|
31
|
+
* @type {number}
|
|
32
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
33
|
+
*/
|
|
34
|
+
ApproveValue?: number;
|
|
35
|
+
/**
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
38
|
+
*/
|
|
39
|
+
AuditReason?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @type {number}
|
|
42
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
43
|
+
*/
|
|
44
|
+
DesireValue?: number;
|
|
45
|
+
/**
|
|
46
|
+
* @type {Array<DimensionForCreateQuotaApplicationOutput>}
|
|
47
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
48
|
+
*/
|
|
49
|
+
Dimensions?: Array<DimensionForCreateQuotaApplicationOutput>;
|
|
50
|
+
/**
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
53
|
+
*/
|
|
54
|
+
EffectiveTime?: string;
|
|
55
|
+
/**
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
58
|
+
*/
|
|
59
|
+
ID?: number;
|
|
60
|
+
/**
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
63
|
+
*/
|
|
64
|
+
ProviderCode?: string;
|
|
65
|
+
/**
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
68
|
+
*/
|
|
69
|
+
ProviderName?: string;
|
|
70
|
+
/**
|
|
71
|
+
* @type {string}
|
|
72
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
73
|
+
*/
|
|
74
|
+
QuotaCode?: string;
|
|
75
|
+
/**
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
78
|
+
*/
|
|
79
|
+
QuotaType?: string;
|
|
80
|
+
/**
|
|
81
|
+
* @type {string}
|
|
82
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
83
|
+
*/
|
|
84
|
+
QuotaUnit?: string;
|
|
85
|
+
/**
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
88
|
+
*/
|
|
89
|
+
Reason?: string;
|
|
90
|
+
/**
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof ApplicationForCreateQuotaApplicationOutput
|
|
93
|
+
*/
|
|
94
|
+
Status?: string;
|
|
95
|
+
}
|
|
96
|
+
//# sourceMappingURL=application-for-create-quota-application-output.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"application-for-create-quota-application-output.d.ts","sourceRoot":"","sources":["../../../src/types/application-for-create-quota-application-output.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,wCAAwC,EAAE,MAAM,iDAAiD,CAAC;AAC1G;;;;;EAKE;AACH,MAAM,WAAW,0CAA0C;IAEvD;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,wCAAwC,CAAC,CAAC;IAE7D;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;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,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
|