@alicloud/ecs20140526 7.9.0 → 7.9.2

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 (93) hide show
  1. package/dist/client.d.ts +302 -298
  2. package/dist/client.js +305 -298
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AttachDiskRequest.d.ts +25 -27
  5. package/dist/models/AttachDiskRequest.js.map +1 -1
  6. package/dist/models/CancelAutoSnapshotPolicyRequest.d.ts +6 -9
  7. package/dist/models/CancelAutoSnapshotPolicyRequest.js.map +1 -1
  8. package/dist/models/CancelImagePipelineExecutionRequest.d.ts +1 -1
  9. package/dist/models/CloneDisksRequest.d.ts +55 -80
  10. package/dist/models/CloneDisksRequest.js.map +1 -1
  11. package/dist/models/CloneDisksResponseBody.d.ts +2 -2
  12. package/dist/models/CopySnapshotRequest.d.ts +17 -18
  13. package/dist/models/CopySnapshotRequest.js.map +1 -1
  14. package/dist/models/CreateAutoProvisioningGroupRequest.d.ts +286 -380
  15. package/dist/models/CreateAutoProvisioningGroupRequest.js.map +1 -1
  16. package/dist/models/CreateAutoProvisioningGroupShrinkRequest.d.ts +282 -375
  17. package/dist/models/CreateAutoProvisioningGroupShrinkRequest.js.map +1 -1
  18. package/dist/models/CreateAutoSnapshotPolicyRequest.d.ts +29 -35
  19. package/dist/models/CreateAutoSnapshotPolicyRequest.js.map +1 -1
  20. package/dist/models/CreateAutoSnapshotPolicyResponseBody.d.ts +1 -1
  21. package/dist/models/CreateDiskRequest.d.ts +30 -30
  22. package/dist/models/CreateDiskResponseBody.d.ts +2 -2
  23. package/dist/models/CreateImageRequest.d.ts +43 -88
  24. package/dist/models/CreateImageRequest.js.map +1 -1
  25. package/dist/models/CreateImageResponseBody.d.ts +2 -2
  26. package/dist/models/CreateLaunchTemplateRequest.d.ts +235 -278
  27. package/dist/models/CreateLaunchTemplateRequest.js.map +1 -1
  28. package/dist/models/CreateLaunchTemplateResponseBody.d.ts +3 -3
  29. package/dist/models/CreateSnapshotGroupRequest.d.ts +23 -25
  30. package/dist/models/CreateSnapshotGroupRequest.js.map +1 -1
  31. package/dist/models/CreateSnapshotRequest.d.ts +24 -29
  32. package/dist/models/CreateSnapshotRequest.js.map +1 -1
  33. package/dist/models/CreateVswitchRequest.d.ts +0 -29
  34. package/dist/models/CreateVswitchRequest.js.map +1 -1
  35. package/dist/models/CreateVswitchResponseBody.d.ts +0 -8
  36. package/dist/models/CreateVswitchResponseBody.js.map +1 -1
  37. package/dist/models/DeleteSnapshotGroupRequest.d.ts +2 -2
  38. package/dist/models/DeleteSnapshotGroupResponseBody.d.ts +1 -1
  39. package/dist/models/DeleteSnapshotRequest.d.ts +2 -2
  40. package/dist/models/DescribeDiskDefaultKmskeyIdRequest.d.ts +1 -1
  41. package/dist/models/DescribeDiskDefaultKmskeyIdResponseBody.d.ts +1 -1
  42. package/dist/models/DescribeDiskEncryptionByDefaultStatusRequest.d.ts +1 -1
  43. package/dist/models/DescribeDiskEncryptionByDefaultStatusResponseBody.d.ts +5 -3
  44. package/dist/models/DescribeDiskEncryptionByDefaultStatusResponseBody.js.map +1 -1
  45. package/dist/models/DescribeImagesRequest.d.ts +61 -88
  46. package/dist/models/DescribeImagesRequest.js +2 -0
  47. package/dist/models/DescribeImagesRequest.js.map +1 -1
  48. package/dist/models/DescribeImagesResponseBody.d.ts +6 -5
  49. package/dist/models/DescribeImagesResponseBody.js +2 -0
  50. package/dist/models/DescribeImagesResponseBody.js.map +1 -1
  51. package/dist/models/DescribeRecommendInstanceTypeRequest.d.ts +4 -4
  52. package/dist/models/DescribeSendFileResultsRequest.d.ts +13 -13
  53. package/dist/models/DescribeSnapshotGroupsRequest.d.ts +11 -11
  54. package/dist/models/DescribeSnapshotGroupsResponseBody.d.ts +3 -3
  55. package/dist/models/DisableDiskEncryptionByDefaultRequest.d.ts +1 -1
  56. package/dist/models/RenewElasticityAssurancesRequest.d.ts +3 -3
  57. package/package.json +1 -1
  58. package/src/client.ts +306 -298
  59. package/src/models/AttachDiskRequest.ts +25 -27
  60. package/src/models/CancelAutoSnapshotPolicyRequest.ts +6 -9
  61. package/src/models/CancelImagePipelineExecutionRequest.ts +1 -1
  62. package/src/models/CloneDisksRequest.ts +55 -80
  63. package/src/models/CloneDisksResponseBody.ts +2 -2
  64. package/src/models/CopySnapshotRequest.ts +17 -18
  65. package/src/models/CreateAutoProvisioningGroupRequest.ts +287 -381
  66. package/src/models/CreateAutoProvisioningGroupShrinkRequest.ts +283 -376
  67. package/src/models/CreateAutoSnapshotPolicyRequest.ts +29 -35
  68. package/src/models/CreateAutoSnapshotPolicyResponseBody.ts +1 -1
  69. package/src/models/CreateDiskRequest.ts +30 -30
  70. package/src/models/CreateDiskResponseBody.ts +2 -2
  71. package/src/models/CreateImageRequest.ts +43 -88
  72. package/src/models/CreateImageResponseBody.ts +2 -2
  73. package/src/models/CreateLaunchTemplateRequest.ts +235 -278
  74. package/src/models/CreateLaunchTemplateResponseBody.ts +3 -3
  75. package/src/models/CreateSnapshotGroupRequest.ts +23 -25
  76. package/src/models/CreateSnapshotRequest.ts +24 -29
  77. package/src/models/CreateVswitchRequest.ts +0 -29
  78. package/src/models/CreateVswitchResponseBody.ts +0 -8
  79. package/src/models/DeleteSnapshotGroupRequest.ts +2 -2
  80. package/src/models/DeleteSnapshotGroupResponseBody.ts +1 -1
  81. package/src/models/DeleteSnapshotRequest.ts +2 -2
  82. package/src/models/DescribeDiskDefaultKmskeyIdRequest.ts +1 -1
  83. package/src/models/DescribeDiskDefaultKmskeyIdResponseBody.ts +1 -1
  84. package/src/models/DescribeDiskEncryptionByDefaultStatusRequest.ts +1 -1
  85. package/src/models/DescribeDiskEncryptionByDefaultStatusResponseBody.ts +5 -3
  86. package/src/models/DescribeImagesRequest.ts +64 -89
  87. package/src/models/DescribeImagesResponseBody.ts +8 -5
  88. package/src/models/DescribeRecommendInstanceTypeRequest.ts +4 -4
  89. package/src/models/DescribeSendFileResultsRequest.ts +13 -13
  90. package/src/models/DescribeSnapshotGroupsRequest.ts +11 -11
  91. package/src/models/DescribeSnapshotGroupsResponseBody.ts +3 -3
  92. package/src/models/DisableDiskEncryptionByDefaultRequest.ts +1 -1
  93. package/src/models/RenewElasticityAssurancesRequest.ts +3 -3
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
2
2
  export declare class DescribeSnapshotGroupsRequestTag extends $dara.Model {
3
3
  /**
4
4
  * @remarks
5
- * The key of tag N of the snapshot-consistent group. Valid values of N: 1 to 20.
5
+ * The tag key of the snapshot-consistent group. Valid values of N: 1 to 20.
6
6
  *
7
7
  * @example
8
8
  * TestKey
@@ -10,7 +10,7 @@ export declare class DescribeSnapshotGroupsRequestTag extends $dara.Model {
10
10
  key?: string;
11
11
  /**
12
12
  * @remarks
13
- * The value of tag N of the snapshot-consistent group. Valid values of N: 1 to 20.
13
+ * The tag value of the snapshot-consistent group. Valid values of N: 1 to 20.
14
14
  *
15
15
  * @example
16
16
  * TestValue
@@ -38,7 +38,7 @@ export declare class DescribeSnapshotGroupsRequest extends $dara.Model {
38
38
  additionalAttributes?: string[];
39
39
  /**
40
40
  * @remarks
41
- * The ID of the instance.
41
+ * The instance ID.
42
42
  *
43
43
  * @example
44
44
  * i-j6ca469urv8ei629****
@@ -46,9 +46,9 @@ export declare class DescribeSnapshotGroupsRequest extends $dara.Model {
46
46
  instanceId?: string;
47
47
  /**
48
48
  * @remarks
49
- * The maximum number of entries per page.
49
+ * The maximum number of entries per page in a paging query.
50
50
  *
51
- * Valid values: 1 to 100.
51
+ * Maximum value: 100.
52
52
  *
53
53
  * Default value: 10.
54
54
  *
@@ -66,7 +66,7 @@ export declare class DescribeSnapshotGroupsRequest extends $dara.Model {
66
66
  name?: string;
67
67
  /**
68
68
  * @remarks
69
- * The token that determines the start point of the next query. Set the value to the NextToken value that is returned from the last call.
69
+ * The pagination token. Set this parameter to the NextToken value returned in the previous API call.
70
70
  *
71
71
  * @example
72
72
  * caeba0bbb2be03f84eb48b699f0a4883
@@ -76,7 +76,7 @@ export declare class DescribeSnapshotGroupsRequest extends $dara.Model {
76
76
  ownerId?: number;
77
77
  /**
78
78
  * @remarks
79
- * The region ID of the snapshot-consistent group. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
79
+ * The region ID. You can call [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) to query the most recent region list.
80
80
  *
81
81
  * This parameter is required.
82
82
  *
@@ -96,7 +96,7 @@ export declare class DescribeSnapshotGroupsRequest extends $dara.Model {
96
96
  resourceOwnerId?: number;
97
97
  /**
98
98
  * @remarks
99
- * The ID of snapshot-consistent group N. Valid values of N: 1 to 10.
99
+ * The ID of the snapshot-consistent group. Valid values of N: 1 to 10.
100
100
  *
101
101
  * @example
102
102
  * ssg-j6ciyh3k52qp7ovm****
@@ -104,13 +104,13 @@ export declare class DescribeSnapshotGroupsRequest extends $dara.Model {
104
104
  snapshotGroupId?: string[];
105
105
  /**
106
106
  * @remarks
107
- * The state of snapshot-consistent group N. Valid values of the second N: 1, 2, and 3. Valid values:
107
+ * The status of the snapshot-consistent group. Valid values of N: 1 to 3. Valid values:
108
108
  *
109
109
  * - progressing: The snapshot-consistent group is being created.
110
110
  *
111
111
  * - accomplished: The snapshot-consistent group is created.
112
112
  *
113
- * - failed: The snapshot-consistent group fails to be created.
113
+ * - failed: The snapshot-consistent group failed to be created.
114
114
  *
115
115
  * @example
116
116
  * accomplished
@@ -118,7 +118,7 @@ export declare class DescribeSnapshotGroupsRequest extends $dara.Model {
118
118
  status?: string[];
119
119
  /**
120
120
  * @remarks
121
- * The tags of the snapshot-consistent group.
121
+ * The tag key-value pairs of the snapshot-consistent group.
122
122
  */
123
123
  tag?: DescribeSnapshotGroupsRequestTag[];
124
124
  static names(): {
@@ -124,9 +124,9 @@ export declare class DescribeSnapshotGroupsResponseBodySnapshotGroups extends $d
124
124
  export declare class DescribeSnapshotGroupsResponseBody extends $dara.Model {
125
125
  /**
126
126
  * @remarks
127
- * The token used to start the next query.
127
+ * The pagination token for the next query.
128
128
  *
129
- * > If the return value is empty, no more data exists.
129
+ * > If this parameter is empty, no more results are available.
130
130
  *
131
131
  * @example
132
132
  * caeba0bbb2be03f84eb48b699f0a4883
@@ -134,7 +134,7 @@ export declare class DescribeSnapshotGroupsResponseBody extends $dara.Model {
134
134
  nextToken?: string;
135
135
  /**
136
136
  * @remarks
137
- * The ID of the request.
137
+ * The request ID.
138
138
  *
139
139
  * @example
140
140
  * 3F9A4CC4-362F-469A-B9EF-B3204EF8AA3A
@@ -3,7 +3,7 @@ export declare class DisableDiskEncryptionByDefaultRequest extends $dara.Model {
3
3
  ownerId?: number;
4
4
  /**
5
5
  * @remarks
6
- * The ID of the region for which you want to disable Account-level EBS Default Encryption. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/2679950.html) operation to query the most recent region list.
6
+ * The region ID. You can call [DescribeRegions](https://help.aliyun.com/document_detail/2679950.html) to query the most recent region list.
7
7
  *
8
8
  * This parameter is required.
9
9
  *
@@ -50,7 +50,7 @@ export declare class RenewElasticityAssurancesRequest extends $dara.Model {
50
50
  autoRenew?: boolean;
51
51
  /**
52
52
  * @remarks
53
- * The auto-renewal period. Unit: months. Valid values: 1, 2, 3, 6, 12, 24, and 36.
53
+ * The auto-renewal duration. Unit: months. Valid values: 1, 2, 3, 6, 12, 24, and 36.
54
54
  *
55
55
  * - When `PeriodUnit=Month`, the default value is 1.
56
56
  *
@@ -77,7 +77,7 @@ export declare class RenewElasticityAssurancesRequest extends $dara.Model {
77
77
  ownerId?: number;
78
78
  /**
79
79
  * @remarks
80
- * The renewal period. The unit of the renewal period is determined by the `PeriodUnit` parameter. Valid values:
80
+ * The renewal duration. The unit of the duration is determined by the `PeriodUnit` parameter. Valid values:
81
81
  *
82
82
  * - When `PeriodUnit` is set to `Weekly`: 1, 2, and 3.
83
83
  *
@@ -94,7 +94,7 @@ export declare class RenewElasticityAssurancesRequest extends $dara.Model {
94
94
  period?: number;
95
95
  /**
96
96
  * @remarks
97
- * The unit of the renewal period. Valid values:
97
+ * The unit of the renewal duration. Valid values:
98
98
  *
99
99
  * - Weekly: week
100
100
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/ecs20140526",
3
- "version": "7.9.0",
3
+ "version": "7.9.2",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {