@alicloud/polardb20170801 7.8.0 → 7.10.0
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/dist/client.d.ts +201 -0
- package/dist/client.js +557 -0
- package/dist/client.js.map +1 -1
- package/dist/models/BindResourceControlRequest.d.ts +63 -0
- package/dist/models/BindResourceControlRequest.js +66 -0
- package/dist/models/BindResourceControlRequest.js.map +1 -0
- package/dist/models/BindResourceControlResponse.d.ts +19 -0
- package/dist/models/BindResourceControlResponse.js +69 -0
- package/dist/models/BindResourceControlResponse.js.map +1 -0
- package/dist/models/BindResourceControlResponseBody.d.ts +21 -0
- package/dist/models/BindResourceControlResponseBody.js +58 -0
- package/dist/models/BindResourceControlResponseBody.js.map +1 -0
- package/dist/models/CreateApplicationAgentRelationRequest.d.ts +43 -0
- package/dist/models/CreateApplicationAgentRelationRequest.js +62 -0
- package/dist/models/CreateApplicationAgentRelationRequest.js.map +1 -0
- package/dist/models/CreateApplicationAgentRelationResponse.d.ts +19 -0
- package/dist/models/CreateApplicationAgentRelationResponse.js +69 -0
- package/dist/models/CreateApplicationAgentRelationResponse.js.map +1 -0
- package/dist/models/CreateApplicationAgentRelationResponseBody.d.ts +29 -0
- package/dist/models/CreateApplicationAgentRelationResponseBody.js +60 -0
- package/dist/models/CreateApplicationAgentRelationResponseBody.js.map +1 -0
- package/dist/models/CreateResourceControlRequest.d.ts +58 -0
- package/dist/models/CreateResourceControlRequest.js +66 -0
- package/dist/models/CreateResourceControlRequest.js.map +1 -0
- package/dist/models/CreateResourceControlResponse.d.ts +19 -0
- package/dist/models/CreateResourceControlResponse.js +69 -0
- package/dist/models/CreateResourceControlResponse.js.map +1 -0
- package/dist/models/CreateResourceControlResponseBody.d.ts +21 -0
- package/dist/models/CreateResourceControlResponseBody.js +58 -0
- package/dist/models/CreateResourceControlResponseBody.js.map +1 -0
- package/dist/models/DeleteResourceControlRequest.d.ts +41 -0
- package/dist/models/DeleteResourceControlRequest.js +62 -0
- package/dist/models/DeleteResourceControlRequest.js.map +1 -0
- package/dist/models/DeleteResourceControlResponse.d.ts +19 -0
- package/dist/models/DeleteResourceControlResponse.js +69 -0
- package/dist/models/DeleteResourceControlResponse.js.map +1 -0
- package/dist/models/DeleteResourceControlResponseBody.d.ts +21 -0
- package/dist/models/DeleteResourceControlResponseBody.js +58 -0
- package/dist/models/DeleteResourceControlResponseBody.js.map +1 -0
- package/dist/models/DescribeApplicationUsageRequest.d.ts +31 -0
- package/dist/models/DescribeApplicationUsageRequest.js +60 -0
- package/dist/models/DescribeApplicationUsageRequest.js.map +1 -0
- package/dist/models/DescribeApplicationUsageResponse.d.ts +19 -0
- package/dist/models/DescribeApplicationUsageResponse.js +69 -0
- package/dist/models/DescribeApplicationUsageResponse.js.map +1 -0
- package/dist/models/DescribeApplicationUsageResponseBody.d.ts +354 -0
- package/dist/models/DescribeApplicationUsageResponseBody.js +230 -0
- package/dist/models/DescribeApplicationUsageResponseBody.js.map +1 -0
- package/dist/models/GetLakebaseTenantTokenRequest.d.ts +49 -0
- package/dist/models/GetLakebaseTenantTokenRequest.js +64 -0
- package/dist/models/GetLakebaseTenantTokenRequest.js.map +1 -0
- package/dist/models/GetLakebaseTenantTokenResponse.d.ts +19 -0
- package/dist/models/GetLakebaseTenantTokenResponse.js +69 -0
- package/dist/models/GetLakebaseTenantTokenResponse.js.map +1 -0
- package/dist/models/GetLakebaseTenantTokenResponseBody.d.ts +61 -0
- package/dist/models/GetLakebaseTenantTokenResponseBody.js +68 -0
- package/dist/models/GetLakebaseTenantTokenResponseBody.js.map +1 -0
- package/dist/models/ModifyApplicationEndpointAddressRequest.d.ts +95 -0
- package/dist/models/ModifyApplicationEndpointAddressRequest.js +92 -0
- package/dist/models/ModifyApplicationEndpointAddressRequest.js.map +1 -0
- package/dist/models/ModifyApplicationEndpointAddressResponse.d.ts +19 -0
- package/dist/models/ModifyApplicationEndpointAddressResponse.js +69 -0
- package/dist/models/ModifyApplicationEndpointAddressResponse.js.map +1 -0
- package/dist/models/ModifyApplicationEndpointAddressResponseBody.d.ts +37 -0
- package/dist/models/ModifyApplicationEndpointAddressResponseBody.js +62 -0
- package/dist/models/ModifyApplicationEndpointAddressResponseBody.js.map +1 -0
- package/dist/models/ModifyApplicationEndpointAddressShrinkRequest.d.ts +59 -0
- package/dist/models/ModifyApplicationEndpointAddressShrinkRequest.js +66 -0
- package/dist/models/ModifyApplicationEndpointAddressShrinkRequest.js.map +1 -0
- package/dist/models/ModifyResourceControlRequest.d.ts +58 -0
- package/dist/models/ModifyResourceControlRequest.js +66 -0
- package/dist/models/ModifyResourceControlRequest.js.map +1 -0
- package/dist/models/ModifyResourceControlResponse.d.ts +19 -0
- package/dist/models/ModifyResourceControlResponse.js +69 -0
- package/dist/models/ModifyResourceControlResponse.js.map +1 -0
- package/dist/models/ModifyResourceControlResponseBody.d.ts +21 -0
- package/dist/models/ModifyResourceControlResponseBody.js +58 -0
- package/dist/models/ModifyResourceControlResponseBody.js.map +1 -0
- package/dist/models/RestartAidbclusterRequest.d.ts +21 -0
- package/dist/models/RestartAidbclusterRequest.js +58 -0
- package/dist/models/RestartAidbclusterRequest.js.map +1 -0
- package/dist/models/RestartAidbclusterResponse.d.ts +19 -0
- package/dist/models/RestartAidbclusterResponse.js +69 -0
- package/dist/models/RestartAidbclusterResponse.js.map +1 -0
- package/dist/models/RestartAidbclusterResponseBody.d.ts +21 -0
- package/dist/models/RestartAidbclusterResponseBody.js +58 -0
- package/dist/models/RestartAidbclusterResponseBody.js.map +1 -0
- package/dist/models/UnbindResourceControlRequest.d.ts +62 -0
- package/dist/models/UnbindResourceControlRequest.js +66 -0
- package/dist/models/UnbindResourceControlRequest.js.map +1 -0
- package/dist/models/UnbindResourceControlResponse.d.ts +19 -0
- package/dist/models/UnbindResourceControlResponse.js +69 -0
- package/dist/models/UnbindResourceControlResponse.js.map +1 -0
- package/dist/models/UnbindResourceControlResponseBody.d.ts +21 -0
- package/dist/models/UnbindResourceControlResponseBody.js +58 -0
- package/dist/models/UnbindResourceControlResponseBody.js.map +1 -0
- package/dist/models/UpgradeApplicationVersionRequest.d.ts +31 -0
- package/dist/models/UpgradeApplicationVersionRequest.js +60 -0
- package/dist/models/UpgradeApplicationVersionRequest.js.map +1 -0
- package/dist/models/UpgradeApplicationVersionResponse.d.ts +19 -0
- package/dist/models/UpgradeApplicationVersionResponse.js +69 -0
- package/dist/models/UpgradeApplicationVersionResponse.js.map +1 -0
- package/dist/models/UpgradeApplicationVersionResponseBody.d.ts +21 -0
- package/dist/models/UpgradeApplicationVersionResponseBody.js +58 -0
- package/dist/models/UpgradeApplicationVersionResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +40 -0
- package/dist/models/model.js +113 -32
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +620 -0
- package/src/models/BindResourceControlRequest.ts +84 -0
- package/src/models/BindResourceControlResponse.ts +40 -0
- package/src/models/BindResourceControlResponseBody.ts +34 -0
- package/src/models/CreateApplicationAgentRelationRequest.ts +60 -0
- package/src/models/CreateApplicationAgentRelationResponse.ts +40 -0
- package/src/models/CreateApplicationAgentRelationResponseBody.ts +44 -0
- package/src/models/CreateResourceControlRequest.ts +79 -0
- package/src/models/CreateResourceControlResponse.ts +40 -0
- package/src/models/CreateResourceControlResponseBody.ts +34 -0
- package/src/models/DeleteResourceControlRequest.ts +58 -0
- package/src/models/DeleteResourceControlResponse.ts +40 -0
- package/src/models/DeleteResourceControlResponseBody.ts +34 -0
- package/src/models/DescribeApplicationUsageRequest.ts +46 -0
- package/src/models/DescribeApplicationUsageResponse.ts +40 -0
- package/src/models/DescribeApplicationUsageResponseBody.ts +494 -0
- package/src/models/GetLakebaseTenantTokenRequest.ts +68 -0
- package/src/models/GetLakebaseTenantTokenResponse.ts +40 -0
- package/src/models/GetLakebaseTenantTokenResponseBody.ts +84 -0
- package/src/models/ModifyApplicationEndpointAddressRequest.ts +133 -0
- package/src/models/ModifyApplicationEndpointAddressResponse.ts +40 -0
- package/src/models/ModifyApplicationEndpointAddressResponseBody.ts +54 -0
- package/src/models/ModifyApplicationEndpointAddressShrinkRequest.ts +80 -0
- package/src/models/ModifyResourceControlRequest.ts +79 -0
- package/src/models/ModifyResourceControlResponse.ts +40 -0
- package/src/models/ModifyResourceControlResponseBody.ts +34 -0
- package/src/models/RestartAidbclusterRequest.ts +34 -0
- package/src/models/RestartAidbclusterResponse.ts +40 -0
- package/src/models/RestartAidbclusterResponseBody.ts +34 -0
- package/src/models/UnbindResourceControlRequest.ts +83 -0
- package/src/models/UnbindResourceControlResponse.ts +40 -0
- package/src/models/UnbindResourceControlResponseBody.ts +34 -0
- package/src/models/UpgradeApplicationVersionRequest.ts +46 -0
- package/src/models/UpgradeApplicationVersionResponse.ts +40 -0
- package/src/models/UpgradeApplicationVersionResponseBody.ts +34 -0
- package/src/models/model.ts +40 -0
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class BindResourceControlRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The cluster ID.
|
|
6
|
+
*
|
|
7
|
+
* This parameter is required.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* pm-xxxxxx
|
|
11
|
+
*/
|
|
12
|
+
DBClusterId?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @remarks
|
|
15
|
+
* The region ID.
|
|
16
|
+
*
|
|
17
|
+
* > You can call the [DescribeRegions](https://help.aliyun.com/document_detail/98041.html) operation to query available regions.
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* cn-beijing
|
|
21
|
+
*/
|
|
22
|
+
regionId?: string;
|
|
23
|
+
/**
|
|
24
|
+
* @remarks
|
|
25
|
+
* The resource control name.
|
|
26
|
+
*
|
|
27
|
+
* This parameter is required.
|
|
28
|
+
*
|
|
29
|
+
* @example
|
|
30
|
+
* test-rc
|
|
31
|
+
*/
|
|
32
|
+
resourceControlName?: string;
|
|
33
|
+
/**
|
|
34
|
+
* @remarks
|
|
35
|
+
* The target instance type.
|
|
36
|
+
*
|
|
37
|
+
* This parameter is required.
|
|
38
|
+
*
|
|
39
|
+
* @example
|
|
40
|
+
* 4
|
|
41
|
+
*/
|
|
42
|
+
targetType?: string;
|
|
43
|
+
/**
|
|
44
|
+
* @remarks
|
|
45
|
+
* The target value. This parameter applies to target tracking rules and prediction rules. The value of TargetValue can contain up to three decimal places and must be greater than 0.
|
|
46
|
+
*
|
|
47
|
+
* This parameter is required.
|
|
48
|
+
*
|
|
49
|
+
* @example
|
|
50
|
+
* 646060ae9852280007a62545,68b696cb0a7fa600078d41af
|
|
51
|
+
*/
|
|
52
|
+
targetValue?: string;
|
|
53
|
+
static names(): {
|
|
54
|
+
[key: string]: string;
|
|
55
|
+
};
|
|
56
|
+
static types(): {
|
|
57
|
+
[key: string]: any;
|
|
58
|
+
};
|
|
59
|
+
validate(): void;
|
|
60
|
+
constructor(map?: {
|
|
61
|
+
[key: string]: any;
|
|
62
|
+
});
|
|
63
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.BindResourceControlRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class BindResourceControlRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
DBClusterId: 'DBClusterId',
|
|
43
|
+
regionId: 'RegionId',
|
|
44
|
+
resourceControlName: 'ResourceControlName',
|
|
45
|
+
targetType: 'TargetType',
|
|
46
|
+
targetValue: 'TargetValue',
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
static types() {
|
|
50
|
+
return {
|
|
51
|
+
DBClusterId: 'string',
|
|
52
|
+
regionId: 'string',
|
|
53
|
+
resourceControlName: 'string',
|
|
54
|
+
targetType: 'string',
|
|
55
|
+
targetValue: 'string',
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
validate() {
|
|
59
|
+
super.validate();
|
|
60
|
+
}
|
|
61
|
+
constructor(map) {
|
|
62
|
+
super(map);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
exports.BindResourceControlRequest = BindResourceControlRequest;
|
|
66
|
+
//# sourceMappingURL=BindResourceControlRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BindResourceControlRequest.js","sourceRoot":"","sources":["../../src/models/BindResourceControlRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0BAA2B,SAAQ,KAAK,CAAC,KAAK;IAmDzD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,UAAU;YACpB,mBAAmB,EAAE,qBAAqB;YAC1C,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,QAAQ,EAAE,QAAQ;YAClB,mBAAmB,EAAE,QAAQ;YAC7B,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,QAAQ;SACtB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9ED,gEA8EC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { BindResourceControlResponseBody } from "./BindResourceControlResponseBody";
|
|
3
|
+
export declare class BindResourceControlResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: BindResourceControlResponseBody;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.BindResourceControlResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const BindResourceControlResponseBody_1 = require("./BindResourceControlResponseBody");
|
|
40
|
+
class BindResourceControlResponse extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
headers: 'headers',
|
|
44
|
+
statusCode: 'statusCode',
|
|
45
|
+
body: 'body',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
51
|
+
statusCode: 'number',
|
|
52
|
+
body: BindResourceControlResponseBody_1.BindResourceControlResponseBody,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
validate() {
|
|
56
|
+
if (this.headers) {
|
|
57
|
+
$dara.Model.validateMap(this.headers);
|
|
58
|
+
}
|
|
59
|
+
if (this.body && typeof this.body.validate === 'function') {
|
|
60
|
+
this.body.validate();
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
constructor(map) {
|
|
65
|
+
super(map);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.BindResourceControlResponse = BindResourceControlResponse;
|
|
69
|
+
//# sourceMappingURL=BindResourceControlResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BindResourceControlResponse.js","sourceRoot":"","sources":["../../src/models/BindResourceControlResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uFAAoF;AAGpF,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;IAI1D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,iEAA+B;SACtC,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,kEAiCC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class BindResourceControlResponseBody extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The request ID.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* 6BD9CDE4-5E7B-4BF3-9BB8-83C73E******
|
|
9
|
+
*/
|
|
10
|
+
requestId?: string;
|
|
11
|
+
static names(): {
|
|
12
|
+
[key: string]: string;
|
|
13
|
+
};
|
|
14
|
+
static types(): {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
};
|
|
17
|
+
validate(): void;
|
|
18
|
+
constructor(map?: {
|
|
19
|
+
[key: string]: any;
|
|
20
|
+
});
|
|
21
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.BindResourceControlResponseBody = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class BindResourceControlResponseBody extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
requestId: 'RequestId',
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
static types() {
|
|
46
|
+
return {
|
|
47
|
+
requestId: 'string',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
validate() {
|
|
51
|
+
super.validate();
|
|
52
|
+
}
|
|
53
|
+
constructor(map) {
|
|
54
|
+
super(map);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
exports.BindResourceControlResponseBody = BindResourceControlResponseBody;
|
|
58
|
+
//# sourceMappingURL=BindResourceControlResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BindResourceControlResponseBody.js","sourceRoot":"","sources":["../../src/models/BindResourceControlResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,+BAAgC,SAAQ,KAAK,CAAC,KAAK;IAS9D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5BD,0EA4BC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class CreateApplicationAgentRelationRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The instance ID of the Agent to attach.
|
|
6
|
+
*
|
|
7
|
+
* This parameter is required.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* pa-xxx
|
|
11
|
+
*/
|
|
12
|
+
agentId?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @remarks
|
|
15
|
+
* The ID of the Squad application.
|
|
16
|
+
*
|
|
17
|
+
* This parameter is required.
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* pa-xxx
|
|
21
|
+
*/
|
|
22
|
+
applicationId?: string;
|
|
23
|
+
/**
|
|
24
|
+
* @remarks
|
|
25
|
+
* The authentication token.
|
|
26
|
+
*
|
|
27
|
+
* This parameter is required.
|
|
28
|
+
*
|
|
29
|
+
* @example
|
|
30
|
+
* pas_xxx
|
|
31
|
+
*/
|
|
32
|
+
token?: string;
|
|
33
|
+
static names(): {
|
|
34
|
+
[key: string]: string;
|
|
35
|
+
};
|
|
36
|
+
static types(): {
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
};
|
|
39
|
+
validate(): void;
|
|
40
|
+
constructor(map?: {
|
|
41
|
+
[key: string]: any;
|
|
42
|
+
});
|
|
43
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.CreateApplicationAgentRelationRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class CreateApplicationAgentRelationRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
agentId: 'AgentId',
|
|
43
|
+
applicationId: 'ApplicationId',
|
|
44
|
+
token: 'Token',
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
static types() {
|
|
48
|
+
return {
|
|
49
|
+
agentId: 'string',
|
|
50
|
+
applicationId: 'string',
|
|
51
|
+
token: 'string',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
validate() {
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.CreateApplicationAgentRelationRequest = CreateApplicationAgentRelationRequest;
|
|
62
|
+
//# sourceMappingURL=CreateApplicationAgentRelationRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateApplicationAgentRelationRequest.js","sourceRoot":"","sources":["../../src/models/CreateApplicationAgentRelationRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;IA+BpE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,aAAa,EAAE,eAAe;YAC9B,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,aAAa,EAAE,QAAQ;YACvB,KAAK,EAAE,QAAQ;SAChB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtDD,sFAsDC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { CreateApplicationAgentRelationResponseBody } from "./CreateApplicationAgentRelationResponseBody";
|
|
3
|
+
export declare class CreateApplicationAgentRelationResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: CreateApplicationAgentRelationResponseBody;
|
|
9
|
+
static names(): {
|
|
10
|
+
[key: string]: string;
|
|
11
|
+
};
|
|
12
|
+
static types(): {
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
validate(): void;
|
|
16
|
+
constructor(map?: {
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
});
|
|
19
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.CreateApplicationAgentRelationResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const CreateApplicationAgentRelationResponseBody_1 = require("./CreateApplicationAgentRelationResponseBody");
|
|
40
|
+
class CreateApplicationAgentRelationResponse extends $dara.Model {
|
|
41
|
+
static names() {
|
|
42
|
+
return {
|
|
43
|
+
headers: 'headers',
|
|
44
|
+
statusCode: 'statusCode',
|
|
45
|
+
body: 'body',
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
static types() {
|
|
49
|
+
return {
|
|
50
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
51
|
+
statusCode: 'number',
|
|
52
|
+
body: CreateApplicationAgentRelationResponseBody_1.CreateApplicationAgentRelationResponseBody,
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
validate() {
|
|
56
|
+
if (this.headers) {
|
|
57
|
+
$dara.Model.validateMap(this.headers);
|
|
58
|
+
}
|
|
59
|
+
if (this.body && typeof this.body.validate === 'function') {
|
|
60
|
+
this.body.validate();
|
|
61
|
+
}
|
|
62
|
+
super.validate();
|
|
63
|
+
}
|
|
64
|
+
constructor(map) {
|
|
65
|
+
super(map);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.CreateApplicationAgentRelationResponse = CreateApplicationAgentRelationResponse;
|
|
69
|
+
//# sourceMappingURL=CreateApplicationAgentRelationResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateApplicationAgentRelationResponse.js","sourceRoot":"","sources":["../../src/models/CreateApplicationAgentRelationResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,6GAA0G;AAG1G,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;IAIrE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,uFAA0C;SACjD,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,wFAiCC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class CreateApplicationAgentRelationResponseBody extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The ID of the Squad application.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* pa-xxx
|
|
9
|
+
*/
|
|
10
|
+
applicationId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* Id of the request
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* CD3FA5F3-FAF3-44CA-AFFF-BAF869******
|
|
17
|
+
*/
|
|
18
|
+
requestId?: string;
|
|
19
|
+
static names(): {
|
|
20
|
+
[key: string]: string;
|
|
21
|
+
};
|
|
22
|
+
static types(): {
|
|
23
|
+
[key: string]: any;
|
|
24
|
+
};
|
|
25
|
+
validate(): void;
|
|
26
|
+
constructor(map?: {
|
|
27
|
+
[key: string]: any;
|
|
28
|
+
});
|
|
29
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.CreateApplicationAgentRelationResponseBody = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class CreateApplicationAgentRelationResponseBody extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
applicationId: 'ApplicationId',
|
|
43
|
+
requestId: 'RequestId',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
static types() {
|
|
47
|
+
return {
|
|
48
|
+
applicationId: 'string',
|
|
49
|
+
requestId: 'string',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
validate() {
|
|
53
|
+
super.validate();
|
|
54
|
+
}
|
|
55
|
+
constructor(map) {
|
|
56
|
+
super(map);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
exports.CreateApplicationAgentRelationResponseBody = CreateApplicationAgentRelationResponseBody;
|
|
60
|
+
//# sourceMappingURL=CreateApplicationAgentRelationResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateApplicationAgentRelationResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateApplicationAgentRelationResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,0CAA2C,SAAQ,KAAK,CAAC,KAAK;IAiBzE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,eAAe;YAC9B,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,QAAQ;YACvB,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,gGAsCC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class CreateResourceControlRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The total number of CPU cores.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* 16
|
|
9
|
+
*/
|
|
10
|
+
cpuCount?: number;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The cluster ID.
|
|
14
|
+
*
|
|
15
|
+
* This parameter is required.
|
|
16
|
+
*
|
|
17
|
+
* @example
|
|
18
|
+
* pc-**************
|
|
19
|
+
*/
|
|
20
|
+
DBClusterId?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @remarks
|
|
23
|
+
* The maximum number of CPUs. Unit: 0.001 CPU. A value of 1000 indicates one CPU. If you specify this parameter, instances whose CPU count is less than the specified value are returned.
|
|
24
|
+
*
|
|
25
|
+
* @example
|
|
26
|
+
* 1000000
|
|
27
|
+
*/
|
|
28
|
+
maxCpu?: number;
|
|
29
|
+
/**
|
|
30
|
+
* @remarks
|
|
31
|
+
* The region ID.
|
|
32
|
+
* > You can call the [DescribeRegions](https://help.aliyun.com/document_detail/98041.html) operation to query available regions.
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
* cn-beijing
|
|
36
|
+
*/
|
|
37
|
+
regionId?: string;
|
|
38
|
+
/**
|
|
39
|
+
* @remarks
|
|
40
|
+
* The resource control name.
|
|
41
|
+
*
|
|
42
|
+
* This parameter is required.
|
|
43
|
+
*
|
|
44
|
+
* @example
|
|
45
|
+
* test-rc
|
|
46
|
+
*/
|
|
47
|
+
resourceControlName?: string;
|
|
48
|
+
static names(): {
|
|
49
|
+
[key: string]: string;
|
|
50
|
+
};
|
|
51
|
+
static types(): {
|
|
52
|
+
[key: string]: any;
|
|
53
|
+
};
|
|
54
|
+
validate(): void;
|
|
55
|
+
constructor(map?: {
|
|
56
|
+
[key: string]: any;
|
|
57
|
+
});
|
|
58
|
+
}
|