@alicloud/sae20190506 2.12.3 → 2.12.4
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 +8 -8
- package/dist/client.js +23 -8
- package/dist/client.js.map +1 -1
- package/dist/models/CreateApplicationRequest.d.ts +232 -333
- package/dist/models/CreateApplicationRequest.js +29 -1
- package/dist/models/CreateApplicationRequest.js.map +1 -1
- package/dist/models/CreateApplicationResponseBody.d.ts +14 -21
- package/dist/models/CreateApplicationResponseBody.js.map +1 -1
- package/dist/models/CreateApplicationShrinkRequest.d.ts +217 -333
- package/dist/models/CreateApplicationShrinkRequest.js +2 -0
- package/dist/models/CreateApplicationShrinkRequest.js.map +1 -1
- package/dist/models/DeployApplicationRequest.d.ts +261 -382
- package/dist/models/DeployApplicationRequest.js +29 -1
- package/dist/models/DeployApplicationRequest.js.map +1 -1
- package/dist/models/DeployApplicationResponseBody.d.ts +20 -27
- package/dist/models/DeployApplicationResponseBody.js.map +1 -1
- package/dist/models/DeployApplicationShrinkRequest.d.ts +246 -382
- package/dist/models/DeployApplicationShrinkRequest.js +2 -0
- package/dist/models/DeployApplicationShrinkRequest.js.map +1 -1
- package/dist/models/DescribeApplicationConfigResponseBody.d.ts +299 -404
- package/dist/models/DescribeApplicationConfigResponseBody.js +29 -1
- package/dist/models/DescribeApplicationConfigResponseBody.js.map +1 -1
- package/dist/models/ListApplicationsRequest.d.ts +42 -61
- package/dist/models/ListApplicationsRequest.js +2 -0
- package/dist/models/ListApplicationsRequest.js.map +1 -1
- package/dist/models/ListApplicationsResponseBody.d.ts +77 -101
- package/dist/models/ListApplicationsResponseBody.js +2 -0
- package/dist/models/ListApplicationsResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +3 -0
- package/dist/models/model.js +37 -31
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +28 -8
- package/src/models/CreateApplicationRequest.ts +252 -334
- package/src/models/CreateApplicationResponseBody.ts +14 -21
- package/src/models/CreateApplicationShrinkRequest.ts +220 -334
- package/src/models/DeployApplicationRequest.ts +281 -383
- package/src/models/DeployApplicationResponseBody.ts +20 -27
- package/src/models/DeployApplicationShrinkRequest.ts +249 -383
- package/src/models/DescribeApplicationConfigResponseBody.ts +319 -405
- package/src/models/ListApplicationsRequest.ts +44 -61
- package/src/models/ListApplicationsResponseBody.ts +79 -101
- package/src/models/model.ts +3 -0
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class CreateApplicationResponseBodyData extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The ID of the
|
|
8
|
+
* The ID of the application that is created.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* 017f39b8-dfa4-4e16-a84b-1dcee4b1****
|
|
@@ -13,7 +13,7 @@ export class CreateApplicationResponseBodyData extends $dara.Model {
|
|
|
13
13
|
appId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The returned
|
|
16
|
+
* The returned change order ID, which is used to query the task execution status.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* 01db03d3-3ee9-48b3-b3d0-dfce2d88****
|
|
@@ -46,14 +46,10 @@ export class CreateApplicationResponseBody extends $dara.Model {
|
|
|
46
46
|
/**
|
|
47
47
|
* @remarks
|
|
48
48
|
* The API status or POP error code. Valid values:
|
|
49
|
-
*
|
|
50
|
-
* - **
|
|
51
|
-
*
|
|
52
|
-
* - **
|
|
53
|
-
*
|
|
54
|
-
* - **4xx**: Request error.
|
|
55
|
-
*
|
|
56
|
-
* - **5xx**: Server error.
|
|
49
|
+
* - **2xx**: success.
|
|
50
|
+
* - **3xx**: redirection.
|
|
51
|
+
* - **4xx**: request error.
|
|
52
|
+
* - **5xx**: server error.
|
|
57
53
|
*
|
|
58
54
|
* @example
|
|
59
55
|
* 200
|
|
@@ -69,8 +65,7 @@ export class CreateApplicationResponseBody extends $dara.Model {
|
|
|
69
65
|
* The error code. Valid values:
|
|
70
66
|
*
|
|
71
67
|
* - If the request is successful, the **ErrorCode** field is not returned.
|
|
72
|
-
*
|
|
73
|
-
* - If the request fails, the **ErrorCode** field is returned. For more information, see the error code list in this topic.
|
|
68
|
+
* - If the request fails, the **ErrorCode** field is returned. For more information, see the **Error codes** section in this topic.
|
|
74
69
|
*
|
|
75
70
|
* @example
|
|
76
71
|
* 空
|
|
@@ -78,11 +73,10 @@ export class CreateApplicationResponseBody extends $dara.Model {
|
|
|
78
73
|
errorCode?: string;
|
|
79
74
|
/**
|
|
80
75
|
* @remarks
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
* - If the request is normal, **success** is returned.
|
|
76
|
+
* The additional information. Valid values:
|
|
84
77
|
*
|
|
85
|
-
* - If the request is
|
|
78
|
+
* - If the request is successful, **success** is returned.
|
|
79
|
+
* - If the request fails, a specific error code is returned.
|
|
86
80
|
*
|
|
87
81
|
* @example
|
|
88
82
|
* success
|
|
@@ -98,11 +92,10 @@ export class CreateApplicationResponseBody extends $dara.Model {
|
|
|
98
92
|
requestId?: string;
|
|
99
93
|
/**
|
|
100
94
|
* @remarks
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
* - **true**: Created successfully.
|
|
95
|
+
* Indicates whether the application is created. Valid values:
|
|
104
96
|
*
|
|
105
|
-
* - **
|
|
97
|
+
* - **true**: The application is created.
|
|
98
|
+
* - **false**: The application failed to be created.
|
|
106
99
|
*
|
|
107
100
|
* @example
|
|
108
101
|
* true
|
|
@@ -110,7 +103,7 @@ export class CreateApplicationResponseBody extends $dara.Model {
|
|
|
110
103
|
success?: boolean;
|
|
111
104
|
/**
|
|
112
105
|
* @remarks
|
|
113
|
-
* The trace ID, used
|
|
106
|
+
* The trace ID, which is used to query the details of a request.
|
|
114
107
|
*
|
|
115
108
|
* @example
|
|
116
109
|
* 0a98a02315955564772843261e****
|