@alicloud/sae20190506 2.5.3 → 2.5.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.
Files changed (107) hide show
  1. package/dist/client.d.ts +36 -20
  2. package/dist/client.js +48 -20
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/BatchStartApplicationsRequest.d.ts +1 -4
  5. package/dist/models/BatchStartApplicationsRequest.js.map +1 -1
  6. package/dist/models/BatchStopApplicationsRequest.d.ts +3 -1
  7. package/dist/models/BatchStopApplicationsRequest.js.map +1 -1
  8. package/dist/models/BindSlbRequest.d.ts +20 -0
  9. package/dist/models/BindSlbRequest.js.map +1 -1
  10. package/dist/models/CreateApplicationRequest.d.ts +127 -3
  11. package/dist/models/CreateApplicationRequest.js +4 -0
  12. package/dist/models/CreateApplicationRequest.js.map +1 -1
  13. package/dist/models/CreateApplicationShrinkRequest.d.ts +127 -3
  14. package/dist/models/CreateApplicationShrinkRequest.js +4 -0
  15. package/dist/models/CreateApplicationShrinkRequest.js.map +1 -1
  16. package/dist/models/CreateSecretRequest.d.ts +4 -0
  17. package/dist/models/CreateSecretRequest.js.map +1 -1
  18. package/dist/models/CreateSecretRequestSecretData.d.ts +9 -0
  19. package/dist/models/CreateSecretRequestSecretData.js.map +1 -1
  20. package/dist/models/CreateSecretShrinkRequest.d.ts +4 -0
  21. package/dist/models/CreateSecretShrinkRequest.js.map +1 -1
  22. package/dist/models/DeleteApplicationScalingRuleResponseBody.d.ts +39 -0
  23. package/dist/models/DeleteApplicationScalingRuleResponseBody.js.map +1 -1
  24. package/dist/models/DeployApplicationRequest.d.ts +196 -0
  25. package/dist/models/DeployApplicationRequest.js +2 -0
  26. package/dist/models/DeployApplicationRequest.js.map +1 -1
  27. package/dist/models/DeployApplicationShrinkRequest.d.ts +196 -0
  28. package/dist/models/DeployApplicationShrinkRequest.js +2 -0
  29. package/dist/models/DeployApplicationShrinkRequest.js.map +1 -1
  30. package/dist/models/DescribeApplicationConfigResponseBodyData.d.ts +2 -0
  31. package/dist/models/DescribeApplicationConfigResponseBodyData.js +4 -0
  32. package/dist/models/DescribeApplicationConfigResponseBodyData.js.map +1 -1
  33. package/dist/models/DescribeApplicationGroupsRequest.d.ts +3 -3
  34. package/dist/models/DescribeApplicationGroupsResponseBody.d.ts +12 -12
  35. package/dist/models/DescribeApplicationGroupsResponseBodyData.d.ts +12 -12
  36. package/dist/models/DescribeApplicationInstancesRequest.d.ts +11 -0
  37. package/dist/models/DescribeApplicationInstancesRequest.js.map +1 -1
  38. package/dist/models/DescribeApplicationInstancesResponseBody.d.ts +1 -1
  39. package/dist/models/DescribeApplicationInstancesResponseBodyData.d.ts +1 -1
  40. package/dist/models/DescribeApplicationInstancesResponseBodyDataInstances.d.ts +26 -0
  41. package/dist/models/DescribeApplicationInstancesResponseBodyDataInstances.js.map +1 -1
  42. package/dist/models/DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus.d.ts +21 -0
  43. package/dist/models/DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus.js.map +1 -1
  44. package/dist/models/DescribeNamespaceListRequest.d.ts +3 -3
  45. package/dist/models/DescribeNamespaceListResponseBody.d.ts +1 -1
  46. package/dist/models/DisableApplicationScalingRuleResponseBody.d.ts +39 -0
  47. package/dist/models/DisableApplicationScalingRuleResponseBody.js.map +1 -1
  48. package/dist/models/GetApplicationResponseBodyApplication.d.ts +1 -0
  49. package/dist/models/GetApplicationResponseBodyApplication.js +2 -0
  50. package/dist/models/GetApplicationResponseBodyApplication.js.map +1 -1
  51. package/dist/models/ListApplicationsRequest.d.ts +1 -0
  52. package/dist/models/ListApplicationsRequest.js +2 -0
  53. package/dist/models/ListApplicationsRequest.js.map +1 -1
  54. package/dist/models/OpenSaeServiceResponseBody.d.ts +2 -2
  55. package/dist/models/RescaleApplicationVerticallyRequest.d.ts +31 -3
  56. package/dist/models/RescaleApplicationVerticallyRequest.js.map +1 -1
  57. package/dist/models/RescaleApplicationVerticallyResponseBody.d.ts +14 -14
  58. package/dist/models/RescaleApplicationVerticallyResponseBodyData.d.ts +1 -1
  59. package/dist/models/RestartApplicationRequest.d.ts +10 -0
  60. package/dist/models/RestartApplicationRequest.js.map +1 -1
  61. package/dist/models/SuspendJobRequest.d.ts +4 -1
  62. package/dist/models/SuspendJobRequest.js.map +1 -1
  63. package/dist/models/TagResourcesRequest.d.ts +11 -4
  64. package/dist/models/TagResourcesRequest.js.map +1 -1
  65. package/dist/models/TagResourcesResponseBody.d.ts +21 -15
  66. package/dist/models/TagResourcesResponseBody.js.map +1 -1
  67. package/dist/models/UntagResourcesRequest.d.ts +8 -5
  68. package/dist/models/UntagResourcesRequest.js.map +1 -1
  69. package/dist/models/UntagResourcesResponseBody.d.ts +15 -12
  70. package/dist/models/UntagResourcesResponseBody.js.map +1 -1
  71. package/package.json +1 -1
  72. package/src/client.ts +52 -20
  73. package/src/models/BatchStartApplicationsRequest.ts +1 -4
  74. package/src/models/BatchStopApplicationsRequest.ts +3 -1
  75. package/src/models/BindSlbRequest.ts +20 -0
  76. package/src/models/CreateApplicationRequest.ts +131 -3
  77. package/src/models/CreateApplicationShrinkRequest.ts +131 -3
  78. package/src/models/CreateSecretRequest.ts +4 -0
  79. package/src/models/CreateSecretRequestSecretData.ts +9 -0
  80. package/src/models/CreateSecretShrinkRequest.ts +4 -0
  81. package/src/models/DeleteApplicationScalingRuleResponseBody.ts +39 -0
  82. package/src/models/DeployApplicationRequest.ts +198 -0
  83. package/src/models/DeployApplicationShrinkRequest.ts +198 -0
  84. package/src/models/DescribeApplicationConfigResponseBodyData.ts +6 -0
  85. package/src/models/DescribeApplicationGroupsRequest.ts +3 -3
  86. package/src/models/DescribeApplicationGroupsResponseBody.ts +12 -12
  87. package/src/models/DescribeApplicationGroupsResponseBodyData.ts +12 -12
  88. package/src/models/DescribeApplicationInstancesRequest.ts +11 -0
  89. package/src/models/DescribeApplicationInstancesResponseBody.ts +1 -1
  90. package/src/models/DescribeApplicationInstancesResponseBodyData.ts +1 -1
  91. package/src/models/DescribeApplicationInstancesResponseBodyDataInstances.ts +26 -0
  92. package/src/models/DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus.ts +21 -0
  93. package/src/models/DescribeNamespaceListRequest.ts +3 -3
  94. package/src/models/DescribeNamespaceListResponseBody.ts +1 -1
  95. package/src/models/DisableApplicationScalingRuleResponseBody.ts +39 -0
  96. package/src/models/GetApplicationResponseBodyApplication.ts +3 -0
  97. package/src/models/ListApplicationsRequest.ts +3 -0
  98. package/src/models/OpenSaeServiceResponseBody.ts +2 -2
  99. package/src/models/RescaleApplicationVerticallyRequest.ts +31 -3
  100. package/src/models/RescaleApplicationVerticallyResponseBody.ts +14 -14
  101. package/src/models/RescaleApplicationVerticallyResponseBodyData.ts +1 -1
  102. package/src/models/RestartApplicationRequest.ts +10 -0
  103. package/src/models/SuspendJobRequest.ts +4 -1
  104. package/src/models/TagResourcesRequest.ts +11 -4
  105. package/src/models/TagResourcesResponseBody.ts +21 -15
  106. package/src/models/UntagResourcesRequest.ts +8 -5
  107. package/src/models/UntagResourcesResponseBody.ts +15 -12
@@ -179,6 +179,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
179
179
  enableGreyTagRoute?: boolean;
180
180
  enableIdle?: boolean;
181
181
  enableNewArms?: boolean;
182
+ enablePrometheus?: boolean;
182
183
  /**
183
184
  * @remarks
184
185
  * The environment variables. Variable description:
@@ -206,6 +207,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
206
207
  */
207
208
  imageUrl?: string;
208
209
  initContainersConfig?: DescribeApplicationConfigResponseBodyDataInitContainersConfig[];
210
+ isStateful?: boolean;
209
211
  /**
210
212
  * @remarks
211
213
  * The arguments in the JAR package. The arguments are used to start the application container. The default startup command is `$JAVA_HOME/bin/java $JarStartOptions -jar $CATALINA_OPTS "$package_path" $JarStartArgs`.
@@ -713,12 +715,14 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
713
715
  enableGreyTagRoute: 'EnableGreyTagRoute',
714
716
  enableIdle: 'EnableIdle',
715
717
  enableNewArms: 'EnableNewArms',
718
+ enablePrometheus: 'EnablePrometheus',
716
719
  envs: 'Envs',
717
720
  gpuCount: 'GpuCount',
718
721
  gpuType: 'GpuType',
719
722
  imagePullSecrets: 'ImagePullSecrets',
720
723
  imageUrl: 'ImageUrl',
721
724
  initContainersConfig: 'InitContainersConfig',
725
+ isStateful: 'IsStateful',
722
726
  jarStartArgs: 'JarStartArgs',
723
727
  jarStartOptions: 'JarStartOptions',
724
728
  jdk: 'Jdk',
@@ -804,12 +808,14 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
804
808
  enableGreyTagRoute: 'boolean',
805
809
  enableIdle: 'boolean',
806
810
  enableNewArms: 'boolean',
811
+ enablePrometheus: 'boolean',
807
812
  envs: 'string',
808
813
  gpuCount: 'string',
809
814
  gpuType: 'string',
810
815
  imagePullSecrets: 'string',
811
816
  imageUrl: 'string',
812
817
  initContainersConfig: { 'type': 'array', 'itemType': DescribeApplicationConfigResponseBodyDataInitContainersConfig },
818
+ isStateful: 'boolean',
813
819
  jarStartArgs: 'string',
814
820
  jarStartOptions: 'string',
815
821
  jdk: 'string',
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DescribeApplicationGroupsRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * d700e680-aa4d-4ec1-afc2-6566b5ff\\*\\*\\*\\*
8
+ * The ID of the application.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -15,7 +15,7 @@ export class DescribeApplicationGroupsRequest extends $dara.Model {
15
15
  appId?: string;
16
16
  /**
17
17
  * @remarks
18
- * 1
18
+ * The page number.
19
19
  *
20
20
  * @example
21
21
  * 1
@@ -23,7 +23,7 @@ export class DescribeApplicationGroupsRequest extends $dara.Model {
23
23
  currentPage?: number;
24
24
  /**
25
25
  * @remarks
26
- * 10
26
+ * The number of entries per page.
27
27
  *
28
28
  * @example
29
29
  * 10
@@ -8,10 +8,10 @@ export class DescribeApplicationGroupsResponseBody extends $dara.Model {
8
8
  * @remarks
9
9
  * The HTTP status code. Valid values:
10
10
  *
11
- * * **2xx**: indicates that the request was successful.
12
- * * **3xx**: indicates that the request was redirected.
13
- * * **4xx**: indicates that the request was invalid.
14
- * * **5xx**: indicates that a server error occurred.
11
+ * * **2xx**: The call was successful.
12
+ * * **3xx**: The call was redirected.
13
+ * * **4xx**: The call failed.
14
+ * * **5xx**: A server error occurred.
15
15
  *
16
16
  * @example
17
17
  * 200
@@ -24,10 +24,10 @@ export class DescribeApplicationGroupsResponseBody extends $dara.Model {
24
24
  data?: DescribeApplicationGroupsResponseBodyData[];
25
25
  /**
26
26
  * @remarks
27
- * The error code.
27
+ * The error code. Valid values:
28
28
  *
29
- * * The **ErrorCode** parameter is not returned when the request succeeds.
30
- * * The **ErrorCode** parameter is returned when the request fails. For more information, see **Error codes** in this topic.
29
+ * * If the call is successful, the **ErrorCode** parameter is not returned.
30
+ * * If the call fails, the **ErrorCode** parameter is returned. For more information, see the **Error codes** section in this topic.
31
31
  */
32
32
  errorCode?: string;
33
33
  /**
@@ -40,7 +40,7 @@ export class DescribeApplicationGroupsResponseBody extends $dara.Model {
40
40
  message?: string;
41
41
  /**
42
42
  * @remarks
43
- * The ID of the request.
43
+ * The request ID.
44
44
  *
45
45
  * @example
46
46
  * 91F93257-7A4A-4BD3-9A7E-2F6EAE6D****
@@ -48,10 +48,10 @@ export class DescribeApplicationGroupsResponseBody extends $dara.Model {
48
48
  requestId?: string;
49
49
  /**
50
50
  * @remarks
51
- * Indicates whether the information about instance groups of an application was obtained. Valid values:
51
+ * Indicates whether the instance groups of an application were obtained. Valid values:
52
52
  *
53
- * * **true**: indicates that the information was obtained.
54
- * * **false**: indicates that the information could not be obtained.
53
+ * * **true**: The instance groups were obtained.
54
+ * * **false**: The instance groups failed to be obtained.
55
55
  *
56
56
  * @example
57
57
  * true
@@ -59,7 +59,7 @@ export class DescribeApplicationGroupsResponseBody extends $dara.Model {
59
59
  success?: boolean;
60
60
  /**
61
61
  * @remarks
62
- * The ID of the trace. It is used to query the details of a request.
62
+ * The trace ID that is used to query the details of the request.
63
63
  *
64
64
  * @example
65
65
  * 0a98a02315955564772843261e****
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The version of the container, such as Ali-Tomcat, in which a High-speed Service Framework (HSF) application runs.
8
+ * The version of the container, such as Ali-Tomcat, in which an application that is developed based on High-speed Service Framework (HSF) is deployed.
9
9
  *
10
10
  * @example
11
11
  * 3.5.3
@@ -13,7 +13,7 @@ export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
13
13
  edasContainerVersion?: string;
14
14
  /**
15
15
  * @remarks
16
- * The ID of the group.
16
+ * The ID of the instance group.
17
17
  *
18
18
  * @example
19
19
  * b2a8a925-477a-eswa-b823-d5e22500****
@@ -21,7 +21,7 @@ export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
21
21
  groupId?: string;
22
22
  /**
23
23
  * @remarks
24
- * The name of the group.
24
+ * The name of the instance group.
25
25
  *
26
26
  * @example
27
27
  * _DEFAULT_GROUP
@@ -29,7 +29,7 @@ export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
29
29
  groupName?: string;
30
30
  /**
31
31
  * @remarks
32
- * The type of the group.
32
+ * The type of the instance group.
33
33
  *
34
34
  * @example
35
35
  * 0
@@ -37,7 +37,7 @@ export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
37
37
  groupType?: number;
38
38
  /**
39
39
  * @remarks
40
- * The address of the image. This parameter is required when the **PackageType** parameter is set to **Image**.
40
+ * The URL of the image. This parameter is returned only if the **PackageType** parameter is set to **Image**.
41
41
  *
42
42
  * @example
43
43
  * registry-vpc.cn-hangzhou.aliyuncs.com/demo/nginx:latest
@@ -45,7 +45,7 @@ export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
45
45
  imageUrl?: string;
46
46
  /**
47
47
  * @remarks
48
- * The version of the Java development kit (JDK) on which the deployment package of the application depends. This parameter is invalid when the **PackageType** parameter is set to **Image**.
48
+ * The version of the JDK on which the deployment package of the application depends. This parameter is not returned if the **PackageType** parameter is set to **Image**.
49
49
  *
50
50
  * @example
51
51
  * Open JDK 8
@@ -53,11 +53,11 @@ export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
53
53
  jdk?: string;
54
54
  /**
55
55
  * @remarks
56
- * The type of the application deployment package. Valid values:
56
+ * The type of the deployment package. Valid values:
57
57
  *
58
- * * When you use a Java package, set this value to **FatJar**, **War**, or **Image**.
58
+ * * If you deploy a Java application, the value of this parameter can be **FatJar**, **War**, or **Image**.
59
59
  *
60
- * * When you use a PHP package, the following values are valid:
60
+ * * If you deploy a PHP application, the value of this parameter can be one of the following values:
61
61
  *
62
62
  * * **PhpZip**
63
63
  * * **IMAGE_PHP_5_4**
@@ -81,7 +81,7 @@ export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
81
81
  packageType?: string;
82
82
  /**
83
83
  * @remarks
84
- * The address of the deployment package. This parameter is required when the **PackageType** parameter is set to **FatJar**, **War**, or **PhpZip**.
84
+ * The URL of the deployment package. This parameter is returned only if the **PackageType** parameter is set to **FatJar**, **War**, or **PhpZip**.
85
85
  *
86
86
  * @example
87
87
  * registry-vpc.cn-hangzhou.aliyuncs.com/demo/nginx:latest
@@ -89,7 +89,7 @@ export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
89
89
  packageUrl?: string;
90
90
  /**
91
91
  * @remarks
92
- * The version of the deployment package. This parameter is required when the **PackageType** parameter is set to **FatJar**, **War**, or **PhpZip**. The parameter value will be automatically generated when you use an image to deploy the application and specify the **ImageUrl** parameter.
92
+ * The version of the deployment package. This parameter is returned only if the **PackageType** parameter is set to **FatJar**, **War**, or **PhpZip**. The value of this parameter is automatically generated only if the **ImageUrl** is returned.
93
93
  *
94
94
  * @example
95
95
  * 1.0.0
@@ -114,7 +114,7 @@ export class DescribeApplicationGroupsResponseBodyData extends $dara.Model {
114
114
  runningInstances?: number;
115
115
  /**
116
116
  * @remarks
117
- * The version of the Apache Tomcat container on which the deployment package of the application depends. This parameter is invalid when the **PackageType** parameter is set to **Image**.
117
+ * The version of the Tomcat container on which the deployment package depends. This parameter is not returned if the **PackageType** parameter is set to **Image**.
118
118
  *
119
119
  * @example
120
120
  * Apache Tomcat 7
@@ -31,6 +31,13 @@ export class DescribeApplicationInstancesRequest extends $dara.Model {
31
31
  * b2a8a925-477a-4ed7-b825-d5e22500****
32
32
  */
33
33
  groupId?: string;
34
+ /**
35
+ * @remarks
36
+ * The ID of the application instance.
37
+ *
38
+ * @example
39
+ * demo-faaca66c-5959-45cc-b3bf-d26093b2e9c0******
40
+ */
34
41
  instanceId?: string;
35
42
  /**
36
43
  * @remarks
@@ -40,6 +47,10 @@ export class DescribeApplicationInstancesRequest extends $dara.Model {
40
47
  * 10
41
48
  */
42
49
  pageSize?: number;
50
+ /**
51
+ * @example
52
+ * 85750d48-6cfc-4dbf-8ea0-840397******
53
+ */
43
54
  pipelineId?: string;
44
55
  /**
45
56
  * @remarks
@@ -19,7 +19,7 @@ export class DescribeApplicationInstancesResponseBody extends $dara.Model {
19
19
  code?: string;
20
20
  /**
21
21
  * @remarks
22
- * The details of the application instances.
22
+ * The details of the application instance.
23
23
  */
24
24
  data?: DescribeApplicationInstancesResponseBodyData;
25
25
  /**
@@ -14,7 +14,7 @@ export class DescribeApplicationInstancesResponseBodyData extends $dara.Model {
14
14
  currentPage?: number;
15
15
  /**
16
16
  * @remarks
17
- * The list of application instances.
17
+ * The application instances.
18
18
  */
19
19
  instances?: DescribeApplicationInstancesResponseBodyDataInstances[];
20
20
  /**
@@ -12,6 +12,10 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $dara
12
12
  * 1558442609000
13
13
  */
14
14
  createTimeStamp?: number;
15
+ /**
16
+ * @example
17
+ * False
18
+ */
15
19
  debugStatus?: boolean;
16
20
  /**
17
21
  * @remarks
@@ -108,6 +112,13 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $dara
108
112
  * b2a8a925-477a-4ed7-b825-d5e22500****
109
113
  */
110
114
  instanceId?: string;
115
+ /**
116
+ * @remarks
117
+ * The status of the main container.
118
+ *
119
+ * @example
120
+ * Running
121
+ */
111
122
  mainContainerStatus?: string;
112
123
  /**
113
124
  * @remarks
@@ -117,8 +128,23 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $dara
117
128
  * 1609939496200
118
129
  */
119
130
  packageVersion?: string;
131
+ /**
132
+ * @remarks
133
+ * The status of the sidecar container.
134
+ */
120
135
  sidecarContainersStatus?: DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus[];
136
+ /**
137
+ * @example
138
+ * 1750061980000
139
+ */
121
140
  timestamp?: number;
141
+ /**
142
+ * @remarks
143
+ * If the health check of an application instance fails, the detailed failure cause or error message is returned. If the health check of an application instance passes, no response is returned.
144
+ *
145
+ * @example
146
+ * Null
147
+ */
122
148
  unhealthyMessage?: string;
123
149
  /**
124
150
  * @remarks
@@ -3,8 +3,29 @@ import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
5
  export class DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The ID of the sidecar container.
9
+ *
10
+ * @example
11
+ * sidecar-test-01
12
+ */
6
13
  containerId?: string;
14
+ /**
15
+ * @remarks
16
+ * The status of the container.
17
+ *
18
+ * @example
19
+ * Running
20
+ */
7
21
  containerStatus?: string;
22
+ /**
23
+ * @remarks
24
+ * The URL of the image.
25
+ *
26
+ * @example
27
+ * registry.cn-beijing.aliyuncs.com/sae-dev-test/******
28
+ */
8
29
  imageUrl?: string;
9
30
  static names(): { [key: string]: string } {
10
31
  return {
@@ -16,10 +16,10 @@ export class DescribeNamespaceListRequest extends $dara.Model {
16
16
  containCustom?: boolean;
17
17
  /**
18
18
  * @remarks
19
- * Specifies whether to exclude hybrid cloud namespaces from the result. Valid values:
19
+ * Indicates whether hybrid cloud namespaces are excluded. Valid values:
20
20
  *
21
- * - **true**: The system excludes hybrid cloud namespaces from the result.
22
- * - **false**: The system does not exclude hybrid cloud namespaces from the result.
21
+ * * **true**: Hybrid cloud namespaces are excluded.
22
+ * * **false**: Hybrid cloud namespaces are included.
23
23
  *
24
24
  * @example
25
25
  * true
@@ -19,7 +19,7 @@ export class DescribeNamespaceListResponseBody extends $dara.Model {
19
19
  code?: string;
20
20
  /**
21
21
  * @remarks
22
- * The namespaces.
22
+ * The list of namespaces.
23
23
  */
24
24
  data?: DescribeNamespaceListResponseBodyData[];
25
25
  /**
@@ -3,8 +3,37 @@ import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
5
  export class DisableApplicationScalingRuleResponseBody extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The HTTP status code. Valid values:
9
+ *
10
+ * * **2xx**: The request was successful.
11
+ * * **3xx**: The request was redirected.
12
+ * * **4xx**: The request failed.
13
+ * * **5xx**: A server error occurred.
14
+ *
15
+ * @example
16
+ * 200
17
+ */
6
18
  code?: string;
19
+ /**
20
+ * @remarks
21
+ * The error codes. Valid values:
22
+ *
23
+ * * If the request was successful, **ErrorCode** is not returned.
24
+ * * If the request failed, **ErrorCode** is returned. For more information, see **Error codes** in this topic.
25
+ */
7
26
  errorCode?: string;
27
+ /**
28
+ * @remarks
29
+ * The returned message. Valid values:
30
+ *
31
+ * * If the request was successful, **success** is returned.
32
+ * * If the request failed, an error code is returned.
33
+ *
34
+ * @example
35
+ * success
36
+ */
8
37
  message?: string;
9
38
  /**
10
39
  * @remarks
@@ -14,6 +43,16 @@ export class DisableApplicationScalingRuleResponseBody extends $dara.Model {
14
43
  * 91F93257-7A4A-4BD3-9A7E-2F6EAE6D****
15
44
  */
16
45
  requestId?: string;
46
+ /**
47
+ * @remarks
48
+ * Indicates whether the auto scaling policy was disabled. Valid values:
49
+ *
50
+ * * **true**: The auto scaling policy was disabled.
51
+ * * **false**: The auto scaling policy failed to be disabled.
52
+ *
53
+ * @example
54
+ * true
55
+ */
17
56
  success?: boolean;
18
57
  /**
19
58
  * @example
@@ -57,6 +57,7 @@ export class GetApplicationResponseBodyApplication extends $dara.Model {
57
57
  * i-8ps2o182102o1jv05bys
58
58
  */
59
59
  instances?: number;
60
+ isStateful?: boolean;
60
61
  /**
61
62
  * @remarks
62
63
  * The memory size that is required by each instance. Unit: MB. This parameter cannot be set to 0. The values of this parameter correspond to the values of the Cpu parameter:
@@ -154,6 +155,7 @@ export class GetApplicationResponseBodyApplication extends $dara.Model {
154
155
  baseAppId: 'BaseAppId',
155
156
  cpu: 'Cpu',
156
157
  instances: 'Instances',
158
+ isStateful: 'IsStateful',
157
159
  mem: 'Mem',
158
160
  mseEnabled: 'MseEnabled',
159
161
  mseNamespaceId: 'MseNamespaceId',
@@ -173,6 +175,7 @@ export class GetApplicationResponseBodyApplication extends $dara.Model {
173
175
  baseAppId: 'string',
174
176
  cpu: 'number',
175
177
  instances: 'number',
178
+ isStateful: 'boolean',
176
179
  mem: 'number',
177
180
  mseEnabled: 'boolean',
178
181
  mseNamespaceId: 'string',
@@ -52,6 +52,7 @@ export class ListApplicationsRequest extends $dara.Model {
52
52
  * demo-app
53
53
  */
54
54
  fieldValue?: string;
55
+ isStateful?: string;
55
56
  /**
56
57
  * @remarks
57
58
  * 1
@@ -102,6 +103,7 @@ export class ListApplicationsRequest extends $dara.Model {
102
103
  currentPage: 'CurrentPage',
103
104
  fieldType: 'FieldType',
104
105
  fieldValue: 'FieldValue',
106
+ isStateful: 'IsStateful',
105
107
  namespaceId: 'NamespaceId',
106
108
  orderBy: 'OrderBy',
107
109
  pageSize: 'PageSize',
@@ -117,6 +119,7 @@ export class ListApplicationsRequest extends $dara.Model {
117
119
  currentPage: 'number',
118
120
  fieldType: 'string',
119
121
  fieldValue: 'string',
122
+ isStateful: 'string',
120
123
  namespaceId: 'string',
121
124
  orderBy: 'string',
122
125
  pageSize: 'number',
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class OpenSaeServiceResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the order.
8
+ * PushEvent
9
9
  *
10
10
  * @example
11
11
  * 20485646575****
@@ -13,7 +13,7 @@ export class OpenSaeServiceResponseBody extends $dara.Model {
13
13
  orderId?: string;
14
14
  /**
15
15
  * @remarks
16
- * The ID of the request.
16
+ * enableWAF
17
17
  *
18
18
  * @example
19
19
  * 559B4247-C41C-4D9E-B866-B55D378B****
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class RescaleApplicationVerticallyRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The application ID.
8
+ * The app ID.
9
9
  *
10
10
  * This parameter is required.
11
11
  *
@@ -15,7 +15,7 @@ export class RescaleApplicationVerticallyRequest extends $dara.Model {
15
15
  appId?: string;
16
16
  /**
17
17
  * @remarks
18
- * The destination CPU specification. Unit: millicore.
18
+ * Target CPU specification. Unit: millicore.
19
19
  *
20
20
  * This parameter is required.
21
21
  *
@@ -23,10 +23,17 @@ export class RescaleApplicationVerticallyRequest extends $dara.Model {
23
23
  * 1000
24
24
  */
25
25
  cpu?: string;
26
+ /**
27
+ * @remarks
28
+ * The disk size. Unit: GB.
29
+ *
30
+ * @example
31
+ * 20
32
+ */
26
33
  diskSize?: string;
27
34
  /**
28
35
  * @remarks
29
- * The destination memory size. Unit: MB.
36
+ * Target memory specification. Unit: MB.
30
37
  *
31
38
  * This parameter is required.
32
39
  *
@@ -34,8 +41,29 @@ export class RescaleApplicationVerticallyRequest extends $dara.Model {
34
41
  * 2048
35
42
  */
36
43
  memory?: string;
44
+ /**
45
+ * @remarks
46
+ * Enable application scale rules automatically.
47
+ *
48
+ * @example
49
+ * true
50
+ */
37
51
  autoEnableApplicationScalingRule?: boolean;
52
+ /**
53
+ * @remarks
54
+ * The ratio of minimum ready instances.
55
+ *
56
+ * @example
57
+ * 50
58
+ */
38
59
  minReadyInstanceRatio?: number;
60
+ /**
61
+ * @remarks
62
+ * Minimum ready instances.
63
+ *
64
+ * @example
65
+ * 1
66
+ */
39
67
  minReadyInstances?: number;
40
68
  static names(): { [key: string]: string } {
41
69
  return {
@@ -6,11 +6,11 @@ import { RescaleApplicationVerticallyResponseBodyData } from "./RescaleApplicati
6
6
  export class RescaleApplicationVerticallyResponseBody extends $dara.Model {
7
7
  /**
8
8
  * @remarks
9
- * The HTTP status code. Take note of the following rules:
9
+ * The HTTP status code. Valid values:
10
10
  *
11
- * * **2xx**: The call was successful.
12
- * * **3xx**: The call was redirected.
13
- * * **4xx**: The call failed.
11
+ * * **2xx**: The request was successful.
12
+ * * **3xx**: The request was redirected.
13
+ * * **4xx**: The request failed.
14
14
  * * **5xx**: A server error occurred.
15
15
  *
16
16
  * @example
@@ -19,15 +19,15 @@ export class RescaleApplicationVerticallyResponseBody extends $dara.Model {
19
19
  code?: string;
20
20
  /**
21
21
  * @remarks
22
- * The response.
22
+ * Data returned.
23
23
  */
24
24
  data?: RescaleApplicationVerticallyResponseBodyData;
25
25
  /**
26
26
  * @remarks
27
- * The error code returned if the request failed. Take note of the following rules:
27
+ * The error code. Valid values:
28
28
  *
29
- * * The **ErrorCode** parameter is not returned if the request succeeds.
30
- * * The **ErrorCode** parameter is returned if the request fails. For more information, see the **Error codes** section in this topic.
29
+ * * If the call is successful, the **ErrorCode** parameter is not returned.
30
+ * * If the call fails, the **ErrorCode** parameter is returned. For more information, see the **Error codes** section in this topic.
31
31
  *
32
32
  * @example
33
33
  * Null
@@ -35,7 +35,7 @@ export class RescaleApplicationVerticallyResponseBody extends $dara.Model {
35
35
  errorCode?: string;
36
36
  /**
37
37
  * @remarks
38
- * The message returned for the operation.
38
+ * Messages returned for additional information.
39
39
  *
40
40
  * @example
41
41
  * success
@@ -43,7 +43,7 @@ export class RescaleApplicationVerticallyResponseBody extends $dara.Model {
43
43
  message?: string;
44
44
  /**
45
45
  * @remarks
46
- * The ID of the request.
46
+ * Request ID.
47
47
  *
48
48
  * @example
49
49
  * AB521DBB-FA78-42E6-803F-A862EA4F****
@@ -51,10 +51,10 @@ export class RescaleApplicationVerticallyResponseBody extends $dara.Model {
51
51
  requestId?: string;
52
52
  /**
53
53
  * @remarks
54
- * Indicates whether the instance specifications are changed. Take note of the following rules:
54
+ * Indicates whether the update of instance specifications was successful. Valid values:
55
55
  *
56
- * * **true**
57
- * * **false**
56
+ * * **true**: Updated.
57
+ * * **false**: Failed to update.
58
58
  *
59
59
  * @example
60
60
  * true
@@ -62,7 +62,7 @@ export class RescaleApplicationVerticallyResponseBody extends $dara.Model {
62
62
  success?: boolean;
63
63
  /**
64
64
  * @remarks
65
- * The trace ID that is used to query the details of the request.
65
+ * Trace ID for request information.
66
66
  *
67
67
  * @example
68
68
  * 0bc3b6f315637273629117900d****
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class RescaleApplicationVerticallyResponseBodyData extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * The ID of the change order.
8
+ * The ticked ID of updates.
9
9
  *
10
10
  * @example
11
11
  * ffd8cd45-2b5f-415d-b4d0-1003e80b****
@@ -13,6 +13,16 @@ export class RestartApplicationRequest extends $dara.Model {
13
13
  * 0099b7be-5f5b-4512-a7fc-56049ef1****
14
14
  */
15
15
  appId?: string;
16
+ /**
17
+ * @remarks
18
+ * Specifies whether to automatically enable an auto scaling policy for the application. Valid values:
19
+ *
20
+ * * **true**: enabled.
21
+ * * **false**: disabled
22
+ *
23
+ * @example
24
+ * false
25
+ */
16
26
  autoEnableApplicationScalingRule?: boolean;
17
27
  /**
18
28
  * @remarks