@alicloud/oos20190601 3.7.0 → 3.8.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 +210 -40
- package/dist/client.js +513 -41
- package/dist/client.js.map +1 -1
- package/dist/models/CreateChatConfigurationRequest.d.ts +39 -0
- package/dist/models/CreateChatConfigurationRequest.js +68 -0
- package/dist/models/CreateChatConfigurationRequest.js.map +1 -0
- package/dist/models/CreateChatConfigurationResponse.d.ts +19 -0
- package/dist/models/CreateChatConfigurationResponse.js +69 -0
- package/dist/models/CreateChatConfigurationResponse.js.map +1 -0
- package/dist/models/CreateChatConfigurationResponseBody.d.ts +50 -0
- package/dist/models/CreateChatConfigurationResponseBody.js +86 -0
- package/dist/models/CreateChatConfigurationResponseBody.js.map +1 -0
- package/dist/models/CreateDeployRevisionRequest.d.ts +46 -0
- package/dist/models/CreateDeployRevisionRequest.js +68 -0
- package/dist/models/CreateDeployRevisionRequest.js.map +1 -0
- package/dist/models/CreateDeployRevisionResponse.d.ts +19 -0
- package/dist/models/CreateDeployRevisionResponse.js +69 -0
- package/dist/models/CreateDeployRevisionResponse.js.map +1 -0
- package/dist/models/CreateDeployRevisionResponseBody.d.ts +66 -0
- package/dist/models/CreateDeployRevisionResponseBody.js +94 -0
- package/dist/models/CreateDeployRevisionResponseBody.js.map +1 -0
- package/dist/models/DeleteChatConfigurationRequest.d.ts +23 -0
- package/dist/models/DeleteChatConfigurationRequest.js +60 -0
- package/dist/models/DeleteChatConfigurationRequest.js.map +1 -0
- package/dist/models/DeleteChatConfigurationResponse.d.ts +19 -0
- package/dist/models/DeleteChatConfigurationResponse.js +69 -0
- package/dist/models/DeleteChatConfigurationResponse.js.map +1 -0
- package/dist/models/DeleteChatConfigurationResponseBody.d.ts +23 -0
- package/dist/models/DeleteChatConfigurationResponseBody.js +60 -0
- package/dist/models/DeleteChatConfigurationResponseBody.js.map +1 -0
- package/dist/models/GetApplicationGroupResponseBody.d.ts +1 -0
- package/dist/models/GetApplicationGroupResponseBody.js +2 -0
- package/dist/models/GetApplicationGroupResponseBody.js.map +1 -1
- package/dist/models/GetChatConfigurationRequest.d.ts +23 -0
- package/dist/models/GetChatConfigurationRequest.js +60 -0
- package/dist/models/GetChatConfigurationRequest.js.map +1 -0
- package/dist/models/GetChatConfigurationResponse.d.ts +19 -0
- package/dist/models/GetChatConfigurationResponse.js +69 -0
- package/dist/models/GetChatConfigurationResponse.js.map +1 -0
- package/dist/models/GetChatConfigurationResponseBody.d.ts +85 -0
- package/dist/models/GetChatConfigurationResponseBody.js +96 -0
- package/dist/models/GetChatConfigurationResponseBody.js.map +1 -0
- package/dist/models/GetServiceSettingsResponseBody.d.ts +6 -0
- package/dist/models/GetServiceSettingsResponseBody.js +4 -0
- package/dist/models/GetServiceSettingsResponseBody.js.map +1 -1
- package/dist/models/ListChatConfigurationsRequest.d.ts +55 -0
- package/dist/models/ListChatConfigurationsRequest.js +88 -0
- package/dist/models/ListChatConfigurationsRequest.js.map +1 -0
- package/dist/models/ListChatConfigurationsResponse.d.ts +19 -0
- package/dist/models/ListChatConfigurationsResponse.js +69 -0
- package/dist/models/ListChatConfigurationsResponse.js.map +1 -0
- package/dist/models/ListChatConfigurationsResponseBody.d.ts +65 -0
- package/dist/models/ListChatConfigurationsResponseBody.js +92 -0
- package/dist/models/ListChatConfigurationsResponseBody.js.map +1 -0
- package/dist/models/ListExecutionLogsRequest.d.ts +5 -0
- package/dist/models/ListExecutionLogsRequest.js +2 -0
- package/dist/models/ListExecutionLogsRequest.js.map +1 -1
- package/dist/models/ListExecutionsRequest.d.ts +6 -0
- package/dist/models/ListExecutionsRequest.js +7 -0
- package/dist/models/ListExecutionsRequest.js.map +1 -1
- package/dist/models/ListExecutionsResponseBody.d.ts +5 -0
- package/dist/models/ListExecutionsResponseBody.js +2 -0
- package/dist/models/ListExecutionsResponseBody.js.map +1 -1
- package/dist/models/ListExecutionsShrinkRequest.d.ts +6 -0
- package/dist/models/ListExecutionsShrinkRequest.js +4 -0
- package/dist/models/ListExecutionsShrinkRequest.js.map +1 -1
- package/dist/models/ListTagResourcesResponseBody.d.ts +0 -32
- package/dist/models/ListTagResourcesResponseBody.js.map +1 -1
- package/dist/models/ListTaskExecutionInvocationsRequest.d.ts +28 -0
- package/dist/models/ListTaskExecutionInvocationsRequest.js +62 -0
- package/dist/models/ListTaskExecutionInvocationsRequest.js.map +1 -0
- package/dist/models/ListTaskExecutionInvocationsResponse.d.ts +19 -0
- package/dist/models/ListTaskExecutionInvocationsResponse.js +69 -0
- package/dist/models/ListTaskExecutionInvocationsResponse.js.map +1 -0
- package/dist/models/ListTaskExecutionInvocationsResponseBody.d.ts +59 -0
- package/dist/models/ListTaskExecutionInvocationsResponseBody.js +90 -0
- package/dist/models/ListTaskExecutionInvocationsResponseBody.js.map +1 -0
- package/dist/models/ListTaskExecutionsRequest.d.ts +5 -0
- package/dist/models/ListTaskExecutionsRequest.js +2 -0
- package/dist/models/ListTaskExecutionsRequest.js.map +1 -1
- package/dist/models/SetServiceSettingsRequest.d.ts +6 -0
- package/dist/models/SetServiceSettingsRequest.js +7 -0
- package/dist/models/SetServiceSettingsRequest.js.map +1 -1
- package/dist/models/SetServiceSettingsResponseBody.d.ts +1 -0
- package/dist/models/SetServiceSettingsResponseBody.js +2 -0
- package/dist/models/SetServiceSettingsResponseBody.js.map +1 -1
- package/dist/models/SetServiceSettingsShrinkRequest.d.ts +75 -0
- package/dist/models/SetServiceSettingsShrinkRequest.js +74 -0
- package/dist/models/SetServiceSettingsShrinkRequest.js.map +1 -0
- package/dist/models/UpdateApplicationGroupRequest.d.ts +1 -0
- package/dist/models/UpdateApplicationGroupRequest.js +2 -0
- package/dist/models/UpdateApplicationGroupRequest.js.map +1 -1
- package/dist/models/UpdateApplicationGroupResponseBody.d.ts +1 -0
- package/dist/models/UpdateApplicationGroupResponseBody.js +2 -0
- package/dist/models/UpdateApplicationGroupResponseBody.js.map +1 -1
- package/dist/models/UpdateApplicationGroupShrinkRequest.d.ts +1 -0
- package/dist/models/UpdateApplicationGroupShrinkRequest.js +2 -0
- package/dist/models/UpdateApplicationGroupShrinkRequest.js.map +1 -1
- package/dist/models/UpdateChatConfigurationRequest.d.ts +43 -0
- package/dist/models/UpdateChatConfigurationRequest.js +68 -0
- package/dist/models/UpdateChatConfigurationRequest.js.map +1 -0
- package/dist/models/UpdateChatConfigurationResponse.d.ts +19 -0
- package/dist/models/UpdateChatConfigurationResponse.js +69 -0
- package/dist/models/UpdateChatConfigurationResponse.js.map +1 -0
- package/dist/models/UpdateChatConfigurationResponseBody.d.ts +50 -0
- package/dist/models/UpdateChatConfigurationResponseBody.js +86 -0
- package/dist/models/UpdateChatConfigurationResponseBody.js.map +1 -0
- package/dist/models/UpdateTemplateAttributesRequest.d.ts +46 -0
- package/dist/models/UpdateTemplateAttributesRequest.js +68 -0
- package/dist/models/UpdateTemplateAttributesRequest.js.map +1 -0
- package/dist/models/UpdateTemplateAttributesResponse.d.ts +19 -0
- package/dist/models/UpdateTemplateAttributesResponse.js +69 -0
- package/dist/models/UpdateTemplateAttributesResponse.js.map +1 -0
- package/dist/models/UpdateTemplateAttributesResponseBody.d.ts +18 -0
- package/dist/models/UpdateTemplateAttributesResponseBody.js +58 -0
- package/dist/models/UpdateTemplateAttributesResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +32 -0
- package/dist/models/model.js +73 -8
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +573 -41
- package/src/models/CreateChatConfigurationRequest.ts +62 -0
- package/src/models/CreateChatConfigurationResponse.ts +40 -0
- package/src/models/CreateChatConfigurationResponseBody.ts +82 -0
- package/src/models/CreateDeployRevisionRequest.ts +69 -0
- package/src/models/CreateDeployRevisionResponse.ts +40 -0
- package/src/models/CreateDeployRevisionResponseBody.ts +106 -0
- package/src/models/DeleteChatConfigurationRequest.ts +38 -0
- package/src/models/DeleteChatConfigurationResponse.ts +40 -0
- package/src/models/DeleteChatConfigurationResponseBody.ts +38 -0
- package/src/models/GetApplicationGroupResponseBody.ts +3 -0
- package/src/models/GetChatConfigurationRequest.ts +38 -0
- package/src/models/GetChatConfigurationResponse.ts +40 -0
- package/src/models/GetChatConfigurationResponseBody.ts +127 -0
- package/src/models/GetServiceSettingsResponseBody.ts +10 -0
- package/src/models/ListChatConfigurationsRequest.ts +89 -0
- package/src/models/ListChatConfigurationsResponse.ts +40 -0
- package/src/models/ListChatConfigurationsResponseBody.ts +103 -0
- package/src/models/ListExecutionLogsRequest.ts +7 -0
- package/src/models/ListExecutionsRequest.ts +13 -0
- package/src/models/ListExecutionsResponseBody.ts +7 -0
- package/src/models/ListExecutionsShrinkRequest.ts +10 -0
- package/src/models/ListTagResourcesResponseBody.ts +0 -32
- package/src/models/ListTaskExecutionInvocationsRequest.ts +45 -0
- package/src/models/ListTaskExecutionInvocationsResponse.ts +40 -0
- package/src/models/ListTaskExecutionInvocationsResponseBody.ts +95 -0
- package/src/models/ListTaskExecutionsRequest.ts +7 -0
- package/src/models/SetServiceSettingsRequest.ts +13 -0
- package/src/models/SetServiceSettingsResponseBody.ts +3 -0
- package/src/models/SetServiceSettingsShrinkRequest.ts +104 -0
- package/src/models/UpdateApplicationGroupRequest.ts +3 -0
- package/src/models/UpdateApplicationGroupResponseBody.ts +3 -0
- package/src/models/UpdateApplicationGroupShrinkRequest.ts +3 -0
- package/src/models/UpdateChatConfigurationRequest.ts +66 -0
- package/src/models/UpdateChatConfigurationResponse.ts +40 -0
- package/src/models/UpdateChatConfigurationResponseBody.ts +82 -0
- package/src/models/UpdateTemplateAttributesRequest.ts +69 -0
- package/src/models/UpdateTemplateAttributesResponse.ts +40 -0
- package/src/models/UpdateTemplateAttributesResponseBody.ts +31 -0
- package/src/models/model.ts +32 -0
|
@@ -0,0 +1,86 @@
|
|
|
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.UpdateChatConfigurationResponseBody = exports.UpdateChatConfigurationResponseBodyChatConfiguration = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class UpdateChatConfigurationResponseBodyChatConfiguration extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
createdDate: 'CreatedDate',
|
|
43
|
+
name: 'Name',
|
|
44
|
+
updatedDate: 'UpdatedDate',
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
static types() {
|
|
48
|
+
return {
|
|
49
|
+
createdDate: 'string',
|
|
50
|
+
name: 'string',
|
|
51
|
+
updatedDate: 'string',
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
validate() {
|
|
55
|
+
super.validate();
|
|
56
|
+
}
|
|
57
|
+
constructor(map) {
|
|
58
|
+
super(map);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
exports.UpdateChatConfigurationResponseBodyChatConfiguration = UpdateChatConfigurationResponseBodyChatConfiguration;
|
|
62
|
+
class UpdateChatConfigurationResponseBody extends $dara.Model {
|
|
63
|
+
static names() {
|
|
64
|
+
return {
|
|
65
|
+
chatConfiguration: 'ChatConfiguration',
|
|
66
|
+
requestId: 'RequestId',
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
static types() {
|
|
70
|
+
return {
|
|
71
|
+
chatConfiguration: UpdateChatConfigurationResponseBodyChatConfiguration,
|
|
72
|
+
requestId: 'string',
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
validate() {
|
|
76
|
+
if (this.chatConfiguration && typeof this.chatConfiguration.validate === 'function') {
|
|
77
|
+
this.chatConfiguration.validate();
|
|
78
|
+
}
|
|
79
|
+
super.validate();
|
|
80
|
+
}
|
|
81
|
+
constructor(map) {
|
|
82
|
+
super(map);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
exports.UpdateChatConfigurationResponseBody = UpdateChatConfigurationResponseBody;
|
|
86
|
+
//# sourceMappingURL=UpdateChatConfigurationResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateChatConfigurationResponseBody.js","sourceRoot":"","sources":["../../src/models/UpdateChatConfigurationResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oDAAqD,SAAQ,KAAK,CAAC,KAAK;IAgBnF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,IAAI,EAAE,MAAM;YACZ,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,IAAI,EAAE,QAAQ;YACd,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;AAvCD,oHAuCC;AAED,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IAWlE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,iBAAiB,EAAE,mBAAmB;YACtC,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,iBAAiB,EAAE,oDAAoD;YACvE,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,iBAAiB,IAAI,OAAQ,IAAI,CAAC,iBAAyB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC3F,IAAI,CAAC,iBAAyB,CAAC,QAAQ,EAAE,CAAC;QAC7C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAnCD,kFAmCC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class UpdateTemplateAttributesRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* ["1319994761488600"]
|
|
6
|
+
*/
|
|
7
|
+
accountIds?: string;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* true
|
|
11
|
+
*/
|
|
12
|
+
isFavorite?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* @example
|
|
15
|
+
* cn-hangzhou
|
|
16
|
+
*/
|
|
17
|
+
regionId?: string;
|
|
18
|
+
/**
|
|
19
|
+
* @example
|
|
20
|
+
* Share
|
|
21
|
+
*/
|
|
22
|
+
sharePermissionAction?: string;
|
|
23
|
+
/**
|
|
24
|
+
* @example
|
|
25
|
+
* v1
|
|
26
|
+
*/
|
|
27
|
+
shareTemplateVersion?: string;
|
|
28
|
+
/**
|
|
29
|
+
* @remarks
|
|
30
|
+
* This parameter is required.
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* MyTemplate
|
|
34
|
+
*/
|
|
35
|
+
templateName?: string;
|
|
36
|
+
static names(): {
|
|
37
|
+
[key: string]: string;
|
|
38
|
+
};
|
|
39
|
+
static types(): {
|
|
40
|
+
[key: string]: any;
|
|
41
|
+
};
|
|
42
|
+
validate(): void;
|
|
43
|
+
constructor(map?: {
|
|
44
|
+
[key: string]: any;
|
|
45
|
+
});
|
|
46
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
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.UpdateTemplateAttributesRequest = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class UpdateTemplateAttributesRequest extends $dara.Model {
|
|
40
|
+
static names() {
|
|
41
|
+
return {
|
|
42
|
+
accountIds: 'AccountIds',
|
|
43
|
+
isFavorite: 'IsFavorite',
|
|
44
|
+
regionId: 'RegionId',
|
|
45
|
+
sharePermissionAction: 'SharePermissionAction',
|
|
46
|
+
shareTemplateVersion: 'ShareTemplateVersion',
|
|
47
|
+
templateName: 'TemplateName',
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
static types() {
|
|
51
|
+
return {
|
|
52
|
+
accountIds: 'string',
|
|
53
|
+
isFavorite: 'boolean',
|
|
54
|
+
regionId: 'string',
|
|
55
|
+
sharePermissionAction: 'string',
|
|
56
|
+
shareTemplateVersion: 'string',
|
|
57
|
+
templateName: 'string',
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
validate() {
|
|
61
|
+
super.validate();
|
|
62
|
+
}
|
|
63
|
+
constructor(map) {
|
|
64
|
+
super(map);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
exports.UpdateTemplateAttributesRequest = UpdateTemplateAttributesRequest;
|
|
68
|
+
//# sourceMappingURL=UpdateTemplateAttributesRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateTemplateAttributesRequest.js","sourceRoot":"","sources":["../../src/models/UpdateTemplateAttributesRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,+BAAgC,SAAQ,KAAK,CAAC,KAAK;IAkC9D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;YACpB,qBAAqB,EAAE,uBAAuB;YAC9C,oBAAoB,EAAE,sBAAsB;YAC5C,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,SAAS;YACrB,QAAQ,EAAE,QAAQ;YAClB,qBAAqB,EAAE,QAAQ;YAC/B,oBAAoB,EAAE,QAAQ;YAC9B,YAAY,EAAE,QAAQ;SACvB,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;AA/DD,0EA+DC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
import { UpdateTemplateAttributesResponseBody } from "./UpdateTemplateAttributesResponseBody";
|
|
3
|
+
export declare class UpdateTemplateAttributesResponse extends $dara.Model {
|
|
4
|
+
headers?: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: UpdateTemplateAttributesResponseBody;
|
|
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.UpdateTemplateAttributesResponse = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
const UpdateTemplateAttributesResponseBody_1 = require("./UpdateTemplateAttributesResponseBody");
|
|
40
|
+
class UpdateTemplateAttributesResponse 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: UpdateTemplateAttributesResponseBody_1.UpdateTemplateAttributesResponseBody,
|
|
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.UpdateTemplateAttributesResponse = UpdateTemplateAttributesResponse;
|
|
69
|
+
//# sourceMappingURL=UpdateTemplateAttributesResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateTemplateAttributesResponse.js","sourceRoot":"","sources":["../../src/models/UpdateTemplateAttributesResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,iGAA8F;AAG9F,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAI/D,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,2EAAoC;SAC3C,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,4EAiCC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class UpdateTemplateAttributesResponseBody extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @example
|
|
5
|
+
* A5320F1D-92D9-44BB-A416-5FC525ED6D57
|
|
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.UpdateTemplateAttributesResponseBody = void 0;
|
|
37
|
+
// This file is auto-generated, don't edit it
|
|
38
|
+
const $dara = __importStar(require("@darabonba/typescript"));
|
|
39
|
+
class UpdateTemplateAttributesResponseBody 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.UpdateTemplateAttributesResponseBody = UpdateTemplateAttributesResponseBody;
|
|
58
|
+
//# sourceMappingURL=UpdateTemplateAttributesResponseBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateTemplateAttributesResponseBody.js","sourceRoot":"","sources":["../../src/models/UpdateTemplateAttributesResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;IAMnE,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,oFAyBC"}
|
package/dist/models/model.d.ts
CHANGED
|
@@ -3,6 +3,8 @@ export { AnalyzeGitRepositoryResponseBodyAnalysisResults } from './AnalyzeGitRep
|
|
|
3
3
|
export { CreateApplicationRequestAlarmConfig } from './CreateApplicationRequest';
|
|
4
4
|
export { CreateApplicationResponseBodyApplication } from './CreateApplicationResponseBody';
|
|
5
5
|
export { CreateApplicationGroupResponseBodyApplicationGroup } from './CreateApplicationGroupResponseBody';
|
|
6
|
+
export { CreateChatConfigurationResponseBodyChatConfiguration } from './CreateChatConfigurationResponseBody';
|
|
7
|
+
export { CreateDeployRevisionResponseBodyRevision } from './CreateDeployRevisionResponseBody';
|
|
6
8
|
export { CreateGitRepositoryResponseBodyGitRepo } from './CreateGitRepositoryResponseBody';
|
|
7
9
|
export { CreateOpsItemResponseBodyOpsItem } from './CreateOpsItemResponseBody';
|
|
8
10
|
export { CreateParameterResponseBodyParameter } from './CreateParameterResponseBody';
|
|
@@ -17,6 +19,7 @@ export { DescribeRegionsResponseBodyRegions } from './DescribeRegionsResponseBod
|
|
|
17
19
|
export { GetApplicationResponseBodyApplicationAlarmConfig } from './GetApplicationResponseBody';
|
|
18
20
|
export { GetApplicationResponseBodyApplication } from './GetApplicationResponseBody';
|
|
19
21
|
export { GetApplicationGroupResponseBodyApplicationGroup } from './GetApplicationGroupResponseBody';
|
|
22
|
+
export { GetChatConfigurationResponseBodyChatConfiguration } from './GetChatConfigurationResponseBody';
|
|
20
23
|
export { GetExecutionTemplateResponseBodyTemplate } from './GetExecutionTemplateResponseBody';
|
|
21
24
|
export { GetGitBranchResponseBodyCommit } from './GetGitBranchResponseBody';
|
|
22
25
|
export { GetInventorySchemaResponseBodySchemasAttributes } from './GetInventorySchemaResponseBody';
|
|
@@ -35,6 +38,8 @@ export { GetTemplateResponseBodyTemplate } from './GetTemplateResponseBody';
|
|
|
35
38
|
export { ListActionsResponseBodyActions } from './ListActionsResponseBody';
|
|
36
39
|
export { ListApplicationGroupsResponseBodyApplicationGroups } from './ListApplicationGroupsResponseBody';
|
|
37
40
|
export { ListApplicationsResponseBodyApplications } from './ListApplicationsResponseBody';
|
|
41
|
+
export { ListChatConfigurationsRequestFilters } from './ListChatConfigurationsRequest';
|
|
42
|
+
export { ListChatConfigurationsResponseBodyChatConfigurations } from './ListChatConfigurationsResponseBody';
|
|
38
43
|
export { ListExecutionLogsResponseBodyExecutionLogs } from './ListExecutionLogsResponseBody';
|
|
39
44
|
export { ListExecutionRiskyTasksResponseBodyRiskyTasks } from './ListExecutionRiskyTasksResponseBody';
|
|
40
45
|
export { ListExecutionsResponseBodyExecutionsCurrentTasks } from './ListExecutionsResponseBody';
|
|
@@ -62,6 +67,7 @@ export { ListSecretParametersResponseBodyParameters } from './ListSecretParamete
|
|
|
62
67
|
export { ListStateConfigurationsResponseBodyStateConfigurations } from './ListStateConfigurationsResponseBody';
|
|
63
68
|
export { ListTagResourcesResponseBodyTagResourcesTagResource } from './ListTagResourcesResponseBody';
|
|
64
69
|
export { ListTagResourcesResponseBodyTagResources } from './ListTagResourcesResponseBody';
|
|
70
|
+
export { ListTaskExecutionInvocationsResponseBodyTaskExecutionInvocations } from './ListTaskExecutionInvocationsResponseBody';
|
|
65
71
|
export { ListTaskExecutionsResponseBodyTaskExecutions } from './ListTaskExecutionsResponseBody';
|
|
66
72
|
export { ListTemplateVersionsResponseBodyTemplateVersions } from './ListTemplateVersionsResponseBody';
|
|
67
73
|
export { ListTemplatesResponseBodyTemplates } from './ListTemplatesResponseBody';
|
|
@@ -73,6 +79,7 @@ export { StartExecutionResponseBodyExecution } from './StartExecutionResponseBod
|
|
|
73
79
|
export { UpdateApplicationRequestAlarmConfig } from './UpdateApplicationRequest';
|
|
74
80
|
export { UpdateApplicationResponseBodyApplication } from './UpdateApplicationResponseBody';
|
|
75
81
|
export { UpdateApplicationGroupResponseBodyApplicationGroup } from './UpdateApplicationGroupResponseBody';
|
|
82
|
+
export { UpdateChatConfigurationResponseBodyChatConfiguration } from './UpdateChatConfigurationResponseBody';
|
|
76
83
|
export { UpdateOpsItemResponseBodyOpsItem } from './UpdateOpsItemResponseBody';
|
|
77
84
|
export { UpdateParameterResponseBodyParameter } from './UpdateParameterResponseBody';
|
|
78
85
|
export { UpdatePatchBaselineRequestTags } from './UpdatePatchBaselineRequest';
|
|
@@ -107,6 +114,12 @@ export { CreateApplicationResponse } from './CreateApplicationResponse';
|
|
|
107
114
|
export { CreateApplicationGroupRequest } from './CreateApplicationGroupRequest';
|
|
108
115
|
export { CreateApplicationGroupResponseBody } from './CreateApplicationGroupResponseBody';
|
|
109
116
|
export { CreateApplicationGroupResponse } from './CreateApplicationGroupResponse';
|
|
117
|
+
export { CreateChatConfigurationRequest } from './CreateChatConfigurationRequest';
|
|
118
|
+
export { CreateChatConfigurationResponseBody } from './CreateChatConfigurationResponseBody';
|
|
119
|
+
export { CreateChatConfigurationResponse } from './CreateChatConfigurationResponse';
|
|
120
|
+
export { CreateDeployRevisionRequest } from './CreateDeployRevisionRequest';
|
|
121
|
+
export { CreateDeployRevisionResponseBody } from './CreateDeployRevisionResponseBody';
|
|
122
|
+
export { CreateDeployRevisionResponse } from './CreateDeployRevisionResponse';
|
|
110
123
|
export { CreateGitRepositoryRequest } from './CreateGitRepositoryRequest';
|
|
111
124
|
export { CreateGitRepositoryResponseBody } from './CreateGitRepositoryResponseBody';
|
|
112
125
|
export { CreateGitRepositoryResponse } from './CreateGitRepositoryResponse';
|
|
@@ -140,6 +153,9 @@ export { DeleteApplicationResponse } from './DeleteApplicationResponse';
|
|
|
140
153
|
export { DeleteApplicationGroupRequest } from './DeleteApplicationGroupRequest';
|
|
141
154
|
export { DeleteApplicationGroupResponseBody } from './DeleteApplicationGroupResponseBody';
|
|
142
155
|
export { DeleteApplicationGroupResponse } from './DeleteApplicationGroupResponse';
|
|
156
|
+
export { DeleteChatConfigurationRequest } from './DeleteChatConfigurationRequest';
|
|
157
|
+
export { DeleteChatConfigurationResponseBody } from './DeleteChatConfigurationResponseBody';
|
|
158
|
+
export { DeleteChatConfigurationResponse } from './DeleteChatConfigurationResponse';
|
|
143
159
|
export { DeleteExecutionsRequest } from './DeleteExecutionsRequest';
|
|
144
160
|
export { DeleteExecutionsResponseBody } from './DeleteExecutionsResponseBody';
|
|
145
161
|
export { DeleteExecutionsResponse } from './DeleteExecutionsResponse';
|
|
@@ -185,6 +201,9 @@ export { GetApplicationResponse } from './GetApplicationResponse';
|
|
|
185
201
|
export { GetApplicationGroupRequest } from './GetApplicationGroupRequest';
|
|
186
202
|
export { GetApplicationGroupResponseBody } from './GetApplicationGroupResponseBody';
|
|
187
203
|
export { GetApplicationGroupResponse } from './GetApplicationGroupResponse';
|
|
204
|
+
export { GetChatConfigurationRequest } from './GetChatConfigurationRequest';
|
|
205
|
+
export { GetChatConfigurationResponseBody } from './GetChatConfigurationResponseBody';
|
|
206
|
+
export { GetChatConfigurationResponse } from './GetChatConfigurationResponse';
|
|
188
207
|
export { GetExecutionTemplateRequest } from './GetExecutionTemplateRequest';
|
|
189
208
|
export { GetExecutionTemplateResponseBody } from './GetExecutionTemplateResponseBody';
|
|
190
209
|
export { GetExecutionTemplateResponse } from './GetExecutionTemplateResponse';
|
|
@@ -240,6 +259,9 @@ export { ListApplicationsRequest } from './ListApplicationsRequest';
|
|
|
240
259
|
export { ListApplicationsShrinkRequest } from './ListApplicationsShrinkRequest';
|
|
241
260
|
export { ListApplicationsResponseBody } from './ListApplicationsResponseBody';
|
|
242
261
|
export { ListApplicationsResponse } from './ListApplicationsResponse';
|
|
262
|
+
export { ListChatConfigurationsRequest } from './ListChatConfigurationsRequest';
|
|
263
|
+
export { ListChatConfigurationsResponseBody } from './ListChatConfigurationsResponseBody';
|
|
264
|
+
export { ListChatConfigurationsResponse } from './ListChatConfigurationsResponse';
|
|
243
265
|
export { ListExecutionLogsRequest } from './ListExecutionLogsRequest';
|
|
244
266
|
export { ListExecutionLogsResponseBody } from './ListExecutionLogsResponseBody';
|
|
245
267
|
export { ListExecutionLogsResponse } from './ListExecutionLogsResponse';
|
|
@@ -316,6 +338,9 @@ export { ListTagResourcesResponse } from './ListTagResourcesResponse';
|
|
|
316
338
|
export { ListTagValuesRequest } from './ListTagValuesRequest';
|
|
317
339
|
export { ListTagValuesResponseBody } from './ListTagValuesResponseBody';
|
|
318
340
|
export { ListTagValuesResponse } from './ListTagValuesResponse';
|
|
341
|
+
export { ListTaskExecutionInvocationsRequest } from './ListTaskExecutionInvocationsRequest';
|
|
342
|
+
export { ListTaskExecutionInvocationsResponseBody } from './ListTaskExecutionInvocationsResponseBody';
|
|
343
|
+
export { ListTaskExecutionInvocationsResponse } from './ListTaskExecutionInvocationsResponse';
|
|
319
344
|
export { ListTaskExecutionsRequest } from './ListTaskExecutionsRequest';
|
|
320
345
|
export { ListTaskExecutionsResponseBody } from './ListTaskExecutionsResponseBody';
|
|
321
346
|
export { ListTaskExecutionsResponse } from './ListTaskExecutionsResponse';
|
|
@@ -336,6 +361,7 @@ export { SearchInventoryRequest } from './SearchInventoryRequest';
|
|
|
336
361
|
export { SearchInventoryResponseBody } from './SearchInventoryResponseBody';
|
|
337
362
|
export { SearchInventoryResponse } from './SearchInventoryResponse';
|
|
338
363
|
export { SetServiceSettingsRequest } from './SetServiceSettingsRequest';
|
|
364
|
+
export { SetServiceSettingsShrinkRequest } from './SetServiceSettingsShrinkRequest';
|
|
339
365
|
export { SetServiceSettingsResponseBody } from './SetServiceSettingsResponseBody';
|
|
340
366
|
export { SetServiceSettingsResponse } from './SetServiceSettingsResponse';
|
|
341
367
|
export { StartDebugExecutionRequest } from './StartDebugExecutionRequest';
|
|
@@ -364,6 +390,9 @@ export { UpdateApplicationGroupRequest } from './UpdateApplicationGroupRequest';
|
|
|
364
390
|
export { UpdateApplicationGroupShrinkRequest } from './UpdateApplicationGroupShrinkRequest';
|
|
365
391
|
export { UpdateApplicationGroupResponseBody } from './UpdateApplicationGroupResponseBody';
|
|
366
392
|
export { UpdateApplicationGroupResponse } from './UpdateApplicationGroupResponse';
|
|
393
|
+
export { UpdateChatConfigurationRequest } from './UpdateChatConfigurationRequest';
|
|
394
|
+
export { UpdateChatConfigurationResponseBody } from './UpdateChatConfigurationResponseBody';
|
|
395
|
+
export { UpdateChatConfigurationResponse } from './UpdateChatConfigurationResponse';
|
|
367
396
|
export { UpdateExecutionRequest } from './UpdateExecutionRequest';
|
|
368
397
|
export { UpdateExecutionResponseBody } from './UpdateExecutionResponseBody';
|
|
369
398
|
export { UpdateExecutionResponse } from './UpdateExecutionResponse';
|
|
@@ -394,6 +423,9 @@ export { UpdateTemplateRequest } from './UpdateTemplateRequest';
|
|
|
394
423
|
export { UpdateTemplateShrinkRequest } from './UpdateTemplateShrinkRequest';
|
|
395
424
|
export { UpdateTemplateResponseBody } from './UpdateTemplateResponseBody';
|
|
396
425
|
export { UpdateTemplateResponse } from './UpdateTemplateResponse';
|
|
426
|
+
export { UpdateTemplateAttributesRequest } from './UpdateTemplateAttributesRequest';
|
|
427
|
+
export { UpdateTemplateAttributesResponseBody } from './UpdateTemplateAttributesResponseBody';
|
|
428
|
+
export { UpdateTemplateAttributesResponse } from './UpdateTemplateAttributesResponse';
|
|
397
429
|
export { ValidateTemplateContentRequest } from './ValidateTemplateContentRequest';
|
|
398
430
|
export { ValidateTemplateContentResponseBody } from './ValidateTemplateContentResponseBody';
|
|
399
431
|
export { ValidateTemplateContentResponse } from './ValidateTemplateContentResponse';
|