@alicloud/ehpcinstant20230701 3.1.0 → 3.2.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 +90 -0
- package/dist/client.js +292 -0
- package/dist/client.js.map +1 -1
- package/dist/models/CreateActionPlanRequest.d.ts +97 -0
- package/dist/models/CreateActionPlanRequest.js +137 -0
- package/dist/models/CreateActionPlanRequest.js.map +1 -0
- package/dist/models/CreateActionPlanResponse.d.ts +19 -0
- package/dist/models/CreateActionPlanResponse.js +69 -0
- package/dist/models/CreateActionPlanResponse.js.map +1 -0
- package/dist/models/CreateActionPlanResponseBody.d.ts +23 -0
- package/dist/models/CreateActionPlanResponseBody.js +60 -0
- package/dist/models/CreateActionPlanResponseBody.js.map +1 -0
- package/dist/models/CreateActionPlanShrinkRequest.d.ts +55 -0
- package/dist/models/CreateActionPlanShrinkRequest.js +76 -0
- package/dist/models/CreateActionPlanShrinkRequest.js.map +1 -0
- package/dist/models/DeleteActionPlanRequest.d.ts +18 -0
- package/dist/models/DeleteActionPlanRequest.js +58 -0
- package/dist/models/DeleteActionPlanRequest.js.map +1 -0
- package/dist/models/DeleteActionPlanResponse.d.ts +19 -0
- package/dist/models/DeleteActionPlanResponse.js +69 -0
- package/dist/models/DeleteActionPlanResponse.js.map +1 -0
- package/dist/models/DeleteActionPlanResponseBody.d.ts +18 -0
- package/dist/models/DeleteActionPlanResponseBody.js +58 -0
- package/dist/models/DeleteActionPlanResponseBody.js.map +1 -0
- package/dist/models/GetActionPlanRequest.d.ts +18 -0
- package/dist/models/GetActionPlanRequest.js +58 -0
- package/dist/models/GetActionPlanRequest.js.map +1 -0
- package/dist/models/GetActionPlanResponse.d.ts +19 -0
- package/dist/models/GetActionPlanResponse.js +69 -0
- package/dist/models/GetActionPlanResponse.js.map +1 -0
- package/dist/models/GetActionPlanResponseBody.d.ts +121 -0
- package/dist/models/GetActionPlanResponseBody.js +142 -0
- package/dist/models/GetActionPlanResponseBody.js.map +1 -0
- package/dist/models/ListActionPlanActivitiesRequest.d.ts +28 -0
- package/dist/models/ListActionPlanActivitiesRequest.js +62 -0
- package/dist/models/ListActionPlanActivitiesRequest.js.map +1 -0
- package/dist/models/ListActionPlanActivitiesResponse.d.ts +19 -0
- package/dist/models/ListActionPlanActivitiesResponse.js +69 -0
- package/dist/models/ListActionPlanActivitiesResponse.js.map +1 -0
- package/dist/models/ListActionPlanActivitiesResponseBody.d.ts +107 -0
- package/dist/models/ListActionPlanActivitiesResponseBody.js +126 -0
- package/dist/models/ListActionPlanActivitiesResponseBody.js.map +1 -0
- package/dist/models/ListActionPlansRequest.d.ts +24 -0
- package/dist/models/ListActionPlansRequest.js +65 -0
- package/dist/models/ListActionPlansRequest.js.map +1 -0
- package/dist/models/ListActionPlansResponse.d.ts +19 -0
- package/dist/models/ListActionPlansResponse.js +69 -0
- package/dist/models/ListActionPlansResponse.js.map +1 -0
- package/dist/models/ListActionPlansResponseBody.d.ts +74 -0
- package/dist/models/ListActionPlansResponseBody.js +96 -0
- package/dist/models/ListActionPlansResponseBody.js.map +1 -0
- package/dist/models/ListActionPlansShrinkRequest.d.ts +24 -0
- package/dist/models/ListActionPlansShrinkRequest.js +62 -0
- package/dist/models/ListActionPlansShrinkRequest.js.map +1 -0
- package/dist/models/UpdateActionPlanRequest.d.ts +28 -0
- package/dist/models/UpdateActionPlanRequest.js +62 -0
- package/dist/models/UpdateActionPlanRequest.js.map +1 -0
- package/dist/models/UpdateActionPlanResponse.d.ts +19 -0
- package/dist/models/UpdateActionPlanResponse.js +69 -0
- package/dist/models/UpdateActionPlanResponse.js.map +1 -0
- package/dist/models/UpdateActionPlanResponseBody.d.ts +18 -0
- package/dist/models/UpdateActionPlanResponseBody.js +58 -0
- package/dist/models/UpdateActionPlanResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +27 -0
- package/dist/models/model.js +58 -4
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +328 -0
- package/src/models/CreateActionPlanRequest.ts +171 -0
- package/src/models/CreateActionPlanResponse.ts +40 -0
- package/src/models/CreateActionPlanResponseBody.ts +38 -0
- package/src/models/CreateActionPlanShrinkRequest.ts +86 -0
- package/src/models/DeleteActionPlanRequest.ts +31 -0
- package/src/models/DeleteActionPlanResponse.ts +40 -0
- package/src/models/DeleteActionPlanResponseBody.ts +31 -0
- package/src/models/GetActionPlanRequest.ts +31 -0
- package/src/models/GetActionPlanResponse.ts +40 -0
- package/src/models/GetActionPlanResponseBody.ts +200 -0
- package/src/models/ListActionPlanActivitiesRequest.ts +45 -0
- package/src/models/ListActionPlanActivitiesResponse.ts +40 -0
- package/src/models/ListActionPlanActivitiesResponseBody.ts +170 -0
- package/src/models/ListActionPlansRequest.ts +44 -0
- package/src/models/ListActionPlansResponse.ts +40 -0
- package/src/models/ListActionPlansResponseBody.ts +116 -0
- package/src/models/ListActionPlansShrinkRequest.ts +41 -0
- package/src/models/UpdateActionPlanRequest.ts +45 -0
- package/src/models/UpdateActionPlanResponse.ts +40 -0
- package/src/models/UpdateActionPlanResponseBody.ts +31 -0
- package/src/models/model.ts +27 -0
|
@@ -0,0 +1,96 @@
|
|
|
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.ListActionPlansResponseBody = exports.ListActionPlansResponseBodyActionPlans = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class ListActionPlansResponseBodyActionPlans extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
actionPlanId: 'ActionPlanId',
|
|
43
|
+
actionPlanName: 'ActionPlanName',
|
|
44
|
+
createTime: 'CreateTime',
|
|
45
|
+
status: 'Status',
|
|
46
|
+
updateTime: 'UpdateTime',
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
static types() {
|
|
50
|
+
return {
|
|
51
|
+
actionPlanId: 'string',
|
|
52
|
+
actionPlanName: 'string',
|
|
53
|
+
createTime: 'string',
|
|
54
|
+
status: 'string',
|
|
55
|
+
updateTime: 'string',
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
validate() {
|
|
59
|
+
super.validate();
|
|
60
|
+
}
|
|
61
|
+
constructor(map) {
|
|
62
|
+
super(map);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
exports.ListActionPlansResponseBodyActionPlans = ListActionPlansResponseBodyActionPlans;
|
|
66
|
+
class ListActionPlansResponseBody extends $dara.Model {
|
|
67
|
+
static names() {
|
|
68
|
+
return {
|
|
69
|
+
actionPlans: 'ActionPlans',
|
|
70
|
+
maxResults: 'MaxResults',
|
|
71
|
+
nextToken: 'NextToken',
|
|
72
|
+
requestId: 'RequestId',
|
|
73
|
+
totalCount: 'TotalCount',
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
static types() {
|
|
77
|
+
return {
|
|
78
|
+
actionPlans: { 'type': 'array', 'itemType': ListActionPlansResponseBodyActionPlans },
|
|
79
|
+
maxResults: 'number',
|
|
80
|
+
nextToken: 'string',
|
|
81
|
+
requestId: 'string',
|
|
82
|
+
totalCount: 'number',
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
validate() {
|
|
86
|
+
if (Array.isArray(this.actionPlans)) {
|
|
87
|
+
$dara.Model.validateArray(this.actionPlans);
|
|
88
|
+
}
|
|
89
|
+
super.validate();
|
|
90
|
+
}
|
|
91
|
+
constructor(map) {
|
|
92
|
+
super(map);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
exports.ListActionPlansResponseBody = ListActionPlansResponseBody;
|
|
96
|
+
//# sourceMappingURL=ListActionPlansResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListActionPlansResponseBody.js","sourceRoot":"","sources":["../../src/models/ListActionPlansResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,sCAAuC,SAAQ,KAAK,CAAC,KAAK;IA0BrE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;YAC5B,cAAc,EAAE,gBAAgB;YAChC,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,QAAQ;YACtB,cAAc,EAAE,QAAQ;YACxB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;SACrB,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;AArDD,wFAqDC;AAED,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;IAyB1D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,sCAAsC,EAAE;YACpF,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC;YACnC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC9C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAvDD,kEAuDC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class ListActionPlansShrinkRequest extends $dara.Model {
|
|
3
|
+
actionPlanIdsShrink?: string;
|
|
4
|
+
/**
|
|
5
|
+
* @example
|
|
6
|
+
* 20
|
|
7
|
+
*/
|
|
8
|
+
maxResults?: number;
|
|
9
|
+
/**
|
|
10
|
+
* @example
|
|
11
|
+
* 1d2db86scXXXXXXXXXX
|
|
12
|
+
*/
|
|
13
|
+
nextToken?: string;
|
|
14
|
+
static names(): {
|
|
15
|
+
[key: string]: string;
|
|
16
|
+
};
|
|
17
|
+
static types(): {
|
|
18
|
+
[key: string]: any;
|
|
19
|
+
};
|
|
20
|
+
validate(): void;
|
|
21
|
+
constructor(map?: {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
});
|
|
24
|
+
}
|
|
@@ -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.ListActionPlansShrinkRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class ListActionPlansShrinkRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
actionPlanIdsShrink: 'ActionPlanIds',
|
|
43
|
+
maxResults: 'MaxResults',
|
|
44
|
+
nextToken: 'NextToken',
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
static types() {
|
|
48
|
+
return {
|
|
49
|
+
actionPlanIdsShrink: 'string',
|
|
50
|
+
maxResults: 'number',
|
|
51
|
+
nextToken: 'string',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
validate() {
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.ListActionPlansShrinkRequest = ListActionPlansShrinkRequest;
|
|
62
|
+
//# sourceMappingURL=ListActionPlansShrinkRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListActionPlansShrinkRequest.js","sourceRoot":"","sources":["../../src/models/ListActionPlansShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IAY3D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,mBAAmB,EAAE,eAAe;YACpC,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,mBAAmB,EAAE,QAAQ;YAC7B,UAAU,EAAE,QAAQ;YACpB,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;AAnCD,oEAmCC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class UpdateActionPlanRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* ap-hz036ubmx2qmw93k****
|
|
6
|
+
*/
|
|
7
|
+
actionPlanId?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* 1000
|
|
11
|
+
*/
|
|
12
|
+
desiredCapacity?: number;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* true
|
|
16
|
+
*/
|
|
17
|
+
enabled?: string;
|
|
18
|
+
static names(): {
|
|
19
|
+
[key: string]: string;
|
|
20
|
+
};
|
|
21
|
+
static types(): {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
};
|
|
24
|
+
validate(): void;
|
|
25
|
+
constructor(map?: {
|
|
26
|
+
[key: string]: any;
|
|
27
|
+
});
|
|
28
|
+
}
|
|
@@ -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.UpdateActionPlanRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class UpdateActionPlanRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
actionPlanId: 'ActionPlanId',
|
|
43
|
+
desiredCapacity: 'DesiredCapacity',
|
|
44
|
+
enabled: 'Enabled',
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
static types() {
|
|
48
|
+
return {
|
|
49
|
+
actionPlanId: 'string',
|
|
50
|
+
desiredCapacity: 'number',
|
|
51
|
+
enabled: 'string',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
validate() {
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.UpdateActionPlanRequest = UpdateActionPlanRequest;
|
|
62
|
+
//# sourceMappingURL=UpdateActionPlanRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateActionPlanRequest.js","sourceRoot":"","sources":["../../src/models/UpdateActionPlanRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,uBAAwB,SAAQ,KAAK,CAAC,KAAK;IAgBtD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,cAAc;YAC5B,eAAe,EAAE,iBAAiB;YAClC,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,QAAQ;YACtB,eAAe,EAAE,QAAQ;YACzB,OAAO,EAAE,QAAQ;SAClB,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;AAvCD,0DAuCC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { UpdateActionPlanResponseBody } from "./UpdateActionPlanResponseBody";
|
|
3
|
+
export declare class UpdateActionPlanResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: UpdateActionPlanResponseBody;
|
|
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.UpdateActionPlanResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const UpdateActionPlanResponseBody_1 = require("./UpdateActionPlanResponseBody");
|
|
40
|
+
class UpdateActionPlanResponse 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: UpdateActionPlanResponseBody_1.UpdateActionPlanResponseBody,
|
|
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.UpdateActionPlanResponse = UpdateActionPlanResponse;
|
|
69
|
+
//# sourceMappingURL=UpdateActionPlanResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateActionPlanResponse.js","sourceRoot":"","sources":["../../src/models/UpdateActionPlanResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,iFAA8E;AAG9E,MAAa,wBAAyB,SAAQ,KAAK,CAAC,KAAK;IAIvD,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,2DAA4B;SACnC,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,4DAiCC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class UpdateActionPlanResponseBody extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* 04F0F334-1335-436C-A1D7-6C044FE7****
|
|
6
|
+
*/
|
|
7
|
+
requestId?: string;
|
|
8
|
+
static names(): {
|
|
9
|
+
[key: string]: string;
|
|
10
|
+
};
|
|
11
|
+
static types(): {
|
|
12
|
+
[key: string]: any;
|
|
13
|
+
};
|
|
14
|
+
validate(): void;
|
|
15
|
+
constructor(map?: {
|
|
16
|
+
[key: string]: any;
|
|
17
|
+
});
|
|
18
|
+
}
|
|
@@ -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.UpdateActionPlanResponseBody = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class UpdateActionPlanResponseBody 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.UpdateActionPlanResponseBody = UpdateActionPlanResponseBody;
|
|
58
|
+
//# sourceMappingURL=UpdateActionPlanResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateActionPlanResponseBody.js","sourceRoot":"","sources":["../../src/models/UpdateActionPlanResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IAM3D,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;AAzBD,oEAyBC"}
|
package/dist/models/model.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export { AddImageRequestContainerImageSpecRegistryCredential } from './AddImageRequest';
|
|
2
2
|
export { AddImageRequestContainerImageSpec } from './AddImageRequest';
|
|
3
3
|
export { AddImageRequestVMImageSpec } from './AddImageRequest';
|
|
4
|
+
export { CreateActionPlanRequestRegions } from './CreateActionPlanRequest';
|
|
5
|
+
export { CreateActionPlanRequestResources } from './CreateActionPlanRequest';
|
|
4
6
|
export { CreateJobRequestDependencyPolicyJobDependency } from './CreateJobRequest';
|
|
5
7
|
export { CreateJobRequestDependencyPolicy } from './CreateJobRequest';
|
|
6
8
|
export { CreateJobRequestDeploymentPolicyNetwork } from './CreateJobRequest';
|
|
@@ -26,6 +28,8 @@ export { CreatePoolRequestResourceLimits } from './CreatePoolRequest';
|
|
|
26
28
|
export { DeleteJobsRequestJobSpecTaskSpec } from './DeleteJobsRequest';
|
|
27
29
|
export { DeleteJobsRequestJobSpec } from './DeleteJobsRequest';
|
|
28
30
|
export { DescribeJobMetricLastResponseBodyMetrics } from './DescribeJobMetricLastResponseBody';
|
|
31
|
+
export { GetActionPlanResponseBodyRegions } from './GetActionPlanResponseBody';
|
|
32
|
+
export { GetActionPlanResponseBodyResources } from './GetActionPlanResponseBody';
|
|
29
33
|
export { GetAppVersionsResponseBodyAppVersions } from './GetAppVersionsResponseBody';
|
|
30
34
|
export { GetImageResponseBodyImageAdditionalRegionsInfo } from './GetImageResponseBody';
|
|
31
35
|
export { GetImageResponseBodyImageContainerImageSpecRegistryCredential } from './GetImageResponseBody';
|
|
@@ -51,6 +55,9 @@ export { GetJobResponseBodyJobInfoTasksTaskSpec } from './GetJobResponseBody';
|
|
|
51
55
|
export { GetJobResponseBodyJobInfoTasks } from './GetJobResponseBody';
|
|
52
56
|
export { GetJobResponseBodyJobInfo } from './GetJobResponseBody';
|
|
53
57
|
export { GetPoolResponseBodyPoolInfo } from './GetPoolResponseBody';
|
|
58
|
+
export { ListActionPlanActivitiesResponseBodyActionPlanActivitiesJobs } from './ListActionPlanActivitiesResponseBody';
|
|
59
|
+
export { ListActionPlanActivitiesResponseBodyActionPlanActivities } from './ListActionPlanActivitiesResponseBody';
|
|
60
|
+
export { ListActionPlansResponseBodyActionPlans } from './ListActionPlansResponseBody';
|
|
54
61
|
export { ListExecutorsRequestFilter } from './ListExecutorsRequest';
|
|
55
62
|
export { ListExecutorsResponseBodyExecutorsResourceDisks } from './ListExecutorsResponseBody';
|
|
56
63
|
export { ListExecutorsResponseBodyExecutorsResource } from './ListExecutorsResponseBody';
|
|
@@ -75,6 +82,10 @@ export { AddImageRequest } from './AddImageRequest';
|
|
|
75
82
|
export { AddImageShrinkRequest } from './AddImageShrinkRequest';
|
|
76
83
|
export { AddImageResponseBody } from './AddImageResponseBody';
|
|
77
84
|
export { AddImageResponse } from './AddImageResponse';
|
|
85
|
+
export { CreateActionPlanRequest } from './CreateActionPlanRequest';
|
|
86
|
+
export { CreateActionPlanShrinkRequest } from './CreateActionPlanShrinkRequest';
|
|
87
|
+
export { CreateActionPlanResponseBody } from './CreateActionPlanResponseBody';
|
|
88
|
+
export { CreateActionPlanResponse } from './CreateActionPlanResponse';
|
|
78
89
|
export { CreateJobRequest } from './CreateJobRequest';
|
|
79
90
|
export { CreateJobShrinkRequest } from './CreateJobShrinkRequest';
|
|
80
91
|
export { CreateJobResponseBody } from './CreateJobResponseBody';
|
|
@@ -83,6 +94,9 @@ export { CreatePoolRequest } from './CreatePoolRequest';
|
|
|
83
94
|
export { CreatePoolShrinkRequest } from './CreatePoolShrinkRequest';
|
|
84
95
|
export { CreatePoolResponseBody } from './CreatePoolResponseBody';
|
|
85
96
|
export { CreatePoolResponse } from './CreatePoolResponse';
|
|
97
|
+
export { DeleteActionPlanRequest } from './DeleteActionPlanRequest';
|
|
98
|
+
export { DeleteActionPlanResponseBody } from './DeleteActionPlanResponseBody';
|
|
99
|
+
export { DeleteActionPlanResponse } from './DeleteActionPlanResponse';
|
|
86
100
|
export { DeleteJobsRequest } from './DeleteJobsRequest';
|
|
87
101
|
export { DeleteJobsShrinkRequest } from './DeleteJobsShrinkRequest';
|
|
88
102
|
export { DeleteJobsResponseBody } from './DeleteJobsResponseBody';
|
|
@@ -98,6 +112,9 @@ export { DescribeJobMetricLastRequest } from './DescribeJobMetricLastRequest';
|
|
|
98
112
|
export { DescribeJobMetricLastShrinkRequest } from './DescribeJobMetricLastShrinkRequest';
|
|
99
113
|
export { DescribeJobMetricLastResponseBody } from './DescribeJobMetricLastResponseBody';
|
|
100
114
|
export { DescribeJobMetricLastResponse } from './DescribeJobMetricLastResponse';
|
|
115
|
+
export { GetActionPlanRequest } from './GetActionPlanRequest';
|
|
116
|
+
export { GetActionPlanResponseBody } from './GetActionPlanResponseBody';
|
|
117
|
+
export { GetActionPlanResponse } from './GetActionPlanResponse';
|
|
101
118
|
export { GetAppVersionsRequest } from './GetAppVersionsRequest';
|
|
102
119
|
export { GetAppVersionsResponseBody } from './GetAppVersionsResponseBody';
|
|
103
120
|
export { GetAppVersionsResponse } from './GetAppVersionsResponse';
|
|
@@ -111,6 +128,13 @@ export { GetJobResponse } from './GetJobResponse';
|
|
|
111
128
|
export { GetPoolRequest } from './GetPoolRequest';
|
|
112
129
|
export { GetPoolResponseBody } from './GetPoolResponseBody';
|
|
113
130
|
export { GetPoolResponse } from './GetPoolResponse';
|
|
131
|
+
export { ListActionPlanActivitiesRequest } from './ListActionPlanActivitiesRequest';
|
|
132
|
+
export { ListActionPlanActivitiesResponseBody } from './ListActionPlanActivitiesResponseBody';
|
|
133
|
+
export { ListActionPlanActivitiesResponse } from './ListActionPlanActivitiesResponse';
|
|
134
|
+
export { ListActionPlansRequest } from './ListActionPlansRequest';
|
|
135
|
+
export { ListActionPlansShrinkRequest } from './ListActionPlansShrinkRequest';
|
|
136
|
+
export { ListActionPlansResponseBody } from './ListActionPlansResponseBody';
|
|
137
|
+
export { ListActionPlansResponse } from './ListActionPlansResponse';
|
|
114
138
|
export { ListExecutorsRequest } from './ListExecutorsRequest';
|
|
115
139
|
export { ListExecutorsShrinkRequest } from './ListExecutorsShrinkRequest';
|
|
116
140
|
export { ListExecutorsResponseBody } from './ListExecutorsResponseBody';
|
|
@@ -146,6 +170,9 @@ export { TagResourcesResponse } from './TagResourcesResponse';
|
|
|
146
170
|
export { UnTagResourcesRequest } from './UnTagResourcesRequest';
|
|
147
171
|
export { UnTagResourcesResponseBody } from './UnTagResourcesResponseBody';
|
|
148
172
|
export { UnTagResourcesResponse } from './UnTagResourcesResponse';
|
|
173
|
+
export { UpdateActionPlanRequest } from './UpdateActionPlanRequest';
|
|
174
|
+
export { UpdateActionPlanResponseBody } from './UpdateActionPlanResponseBody';
|
|
175
|
+
export { UpdateActionPlanResponse } from './UpdateActionPlanResponse';
|
|
149
176
|
export { UpdatePoolRequest } from './UpdatePoolRequest';
|
|
150
177
|
export { UpdatePoolShrinkRequest } from './UpdatePoolShrinkRequest';
|
|
151
178
|
export { UpdatePoolResponseBody } from './UpdatePoolResponseBody';
|