@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
@@ -15,7 +15,10 @@ export class SuspendJobRequest extends $dara.Model {
15
15
  appId?: string;
16
16
  /**
17
17
  * @remarks
18
- * Specifies whether to suspend the job template.
18
+ * Start or suspend a job template.
19
+ *
20
+ * * true: Start a job template.
21
+ * * false: Suspend a job template.
19
22
  *
20
23
  * This parameter is required.
21
24
  *
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class TagResourcesRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * application
8
+ * The region ID.
9
9
  *
10
10
  * @example
11
11
  * cn-beijing
@@ -13,7 +13,7 @@ export class TagResourcesRequest extends $dara.Model {
13
13
  regionId?: string;
14
14
  /**
15
15
  * @remarks
16
- * The ID of the request.
16
+ * The IDs of resources. Separate multiple resource IDs with comma (,). This parameter is required if you do not specify the **Tags** parameter.
17
17
  *
18
18
  * This parameter is required.
19
19
  *
@@ -23,7 +23,7 @@ export class TagResourcesRequest extends $dara.Model {
23
23
  resourceIds?: string;
24
24
  /**
25
25
  * @remarks
26
- * [{"key":"k1","value":"v1"}]
26
+ * The type of the resource. Set the value to `application`.
27
27
  *
28
28
  * This parameter is required.
29
29
  *
@@ -33,7 +33,14 @@ export class TagResourcesRequest extends $dara.Model {
33
33
  resourceType?: string;
34
34
  /**
35
35
  * @remarks
36
- * ["d42921c4-5433-4abd-8075-0e536f8b\\*\\*\\*\\*"]
36
+ * The tag in the format of a key-value pair. This parameter is required if you do not specify the **ResourceIds** parameter. The following parameters are involved:
37
+ *
38
+ * * **key**: the tag key. It cannot exceed 128 characters in length.
39
+ * * **value**: the tag value. It cannot exceed 128 characters in length.
40
+ *
41
+ * Tag keys and tag values are case-sensitive. If you specify multiple tags, the system adds all the tags to the specified resources. Each tag key on a resource can have only one tag value. If you create a tag that has the same key as an existing tag, the value of the existing tag is overwritten.
42
+ *
43
+ * Tag keys and tag values cannot start with `aliyun` or `acs:`, and cannot contain `http://` or `https://`.
37
44
  *
38
45
  * @example
39
46
  * [{"key":"k1","value":"v1"}]
@@ -5,10 +5,12 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class TagResourcesResponseBody extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * Indicates whether tags were added to the specified resources successfully. Valid values:
8
+ * The HTTP status code. Valid values:
9
9
  *
10
- * * **true**: indicates that tags were added to the specified resources successfully.
11
- * * **false**: indicates that tags could not be added to the specified resources.
10
+ * * **2xx**: The call was successful.
11
+ * * **3xx**: The call was redirected.
12
+ * * **4xx**: The call failed.
13
+ * * **5xx**: A server error occurred.
12
14
  *
13
15
  * @example
14
16
  * 200
@@ -16,10 +18,7 @@ export class TagResourcesResponseBody extends $dara.Model {
16
18
  code?: string;
17
19
  /**
18
20
  * @remarks
19
- * The error code.
20
- *
21
- * * The **ErrorCode** parameter is not returned when the request succeeds.
22
- * * The **ErrorCode** parameter is returned when the request fails. For more information, see **Error codes** in this topic.
21
+ * Indicates that the operation was successful.
23
22
  *
24
23
  * @example
25
24
  * true
@@ -27,17 +26,18 @@ export class TagResourcesResponseBody extends $dara.Model {
27
26
  data?: boolean;
28
27
  /**
29
28
  * @remarks
30
- * The HTTP status code. Valid values:
29
+ * The error code. Valid values:
31
30
  *
32
- * * **2xx**: indicates that the request was successful.
33
- * * **3xx**: indicates that the request was redirected.
34
- * * **4xx**: indicates that the request was invalid.
35
- * * **5xx**: indicates that a server error occurred.
31
+ * * If the call is successful, the **ErrorCode** parameter is not returned.
32
+ * * If the call fails, the **ErrorCode** parameter is returned. For more information, see the **Error codes** section in this topic.
36
33
  */
37
34
  errorCode?: string;
38
35
  /**
39
36
  * @remarks
40
- * The ID of the trace. It can be used to query the details of a request.
37
+ * The returned message. Valid values:
38
+ *
39
+ * * success: If the call is successful, **success** is returned.
40
+ * * An error code: If the call fails, an error code is returned.
41
41
  *
42
42
  * @example
43
43
  * success
@@ -45,20 +45,26 @@ export class TagResourcesResponseBody extends $dara.Model {
45
45
  message?: string;
46
46
  /**
47
47
  * @remarks
48
- * The returned message.
48
+ * The request ID.
49
49
  *
50
50
  * @example
51
51
  * 91F93257-7A4A-4BD3-9A7E-2F6EAE6D****
52
52
  */
53
53
  requestId?: string;
54
54
  /**
55
+ * @remarks
56
+ * Indicates whether tags were added to the specified resources. Valid values:
57
+ *
58
+ * * **true**: The tags were added.
59
+ * * **false**: The tags failed to be added.
60
+ *
55
61
  * @example
56
62
  * true
57
63
  */
58
64
  success?: boolean;
59
65
  /**
60
66
  * @remarks
61
- * Indicates that the operation was successful.
67
+ * The trace ID that is used to query the details of the request.
62
68
  *
63
69
  * @example
64
70
  * 0a98a02315955564772843261e****
@@ -5,7 +5,10 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class UntagResourcesRequest extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * false
8
+ * Specifies whether to remove all the specified tags. This parameter takes effect only if the TagKeys parameter is specified. Valid values:
9
+ *
10
+ * * **true**
11
+ * * **false**
9
12
  *
10
13
  * @example
11
14
  * false
@@ -13,7 +16,7 @@ export class UntagResourcesRequest extends $dara.Model {
13
16
  deleteAll?: boolean;
14
17
  /**
15
18
  * @remarks
16
- * cn-beijing
19
+ * The region ID.
17
20
  *
18
21
  * This parameter is required.
19
22
  *
@@ -23,7 +26,7 @@ export class UntagResourcesRequest extends $dara.Model {
23
26
  regionId?: string;
24
27
  /**
25
28
  * @remarks
26
- * ["d42921c4-5433-4abd-8075-0e536f8b\\*\\*\\*\\*"]
29
+ * The IDs of resources. Separate multiple resource IDs with comma (,).
27
30
  *
28
31
  * This parameter is required.
29
32
  *
@@ -33,7 +36,7 @@ export class UntagResourcesRequest extends $dara.Model {
33
36
  resourceIds?: string;
34
37
  /**
35
38
  * @remarks
36
- * application
39
+ * The type of the resource. Set the value to `application`.
37
40
  *
38
41
  * This parameter is required.
39
42
  *
@@ -43,7 +46,7 @@ export class UntagResourcesRequest extends $dara.Model {
43
46
  resourceType?: string;
44
47
  /**
45
48
  * @remarks
46
- * ["k1","k2"]
49
+ * The tag keys. Separate multiple tag keys with commas (,).
47
50
  *
48
51
  * @example
49
52
  * ["k1","k2"]
@@ -7,10 +7,10 @@ export class UntagResourcesResponseBody extends $dara.Model {
7
7
  * @remarks
8
8
  * The HTTP status code. Valid values:
9
9
  *
10
- * * **2xx**: indicates that the request was successful.
11
- * * **3xx**: indicates that the request was redirected.
12
- * * **4xx**: indicates that the request was invalid.
13
- * * **5xx**: indicates that a server error occurred.
10
+ * * **2xx**: The call was successful.
11
+ * * **3xx**: The call was redirected.
12
+ * * **4xx**: The call failed.
13
+ * * **5xx**: A server error occurred.
14
14
  *
15
15
  * @example
16
16
  * 200
@@ -18,7 +18,7 @@ export class UntagResourcesResponseBody extends $dara.Model {
18
18
  code?: string;
19
19
  /**
20
20
  * @remarks
21
- * The returned data.
21
+ * The returned result.
22
22
  *
23
23
  * @example
24
24
  * true
@@ -26,15 +26,18 @@ export class UntagResourcesResponseBody extends $dara.Model {
26
26
  data?: boolean;
27
27
  /**
28
28
  * @remarks
29
- * The error code.
29
+ * The error code. Valid values:
30
30
  *
31
- * * The **ErrorCode** parameter is not returned when the request succeeds.
32
- * * The **ErrorCode** parameter is returned when the request fails. For more information, see **Error codes** in this topic.
31
+ * * If the call is successful, the **ErrorCode** parameter is not returned.
32
+ * * If the call fails, the **ErrorCode** parameter is returned. For more information, see the **Error codes** section in this topic.
33
33
  */
34
34
  errorCode?: string;
35
35
  /**
36
36
  * @remarks
37
- * The returned message.
37
+ * The returned message. Valid values:
38
+ *
39
+ * * success: If the call is successful, **success** is returned.
40
+ * * An error code: If the call fails, an error code is returned.
38
41
  *
39
42
  * @example
40
43
  * success
@@ -42,7 +45,7 @@ export class UntagResourcesResponseBody extends $dara.Model {
42
45
  message?: string;
43
46
  /**
44
47
  * @remarks
45
- * The ID of the request.
48
+ * The request ID.
46
49
  *
47
50
  * @example
48
51
  * 91F93257-7A4A-4BD3-9A7E-2F6EAE6D****
@@ -53,7 +56,7 @@ export class UntagResourcesResponseBody extends $dara.Model {
53
56
  * Indicates whether the tags were removed. Valid values:
54
57
  *
55
58
  * * **true**: The tags were removed.
56
- * * **false**: The tags could not be removed.
59
+ * * **false**: The tags failed to be removed.
57
60
  *
58
61
  * @example
59
62
  * true
@@ -61,7 +64,7 @@ export class UntagResourcesResponseBody extends $dara.Model {
61
64
  success?: boolean;
62
65
  /**
63
66
  * @remarks
64
- * The ID of the trace. It can be used to query details of a request.
67
+ * The trace ID that is used to query the details of the request.
65
68
  *
66
69
  * @example
67
70
  * 0a98a02315955564772843261e****