@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.
- package/dist/client.d.ts +302 -298
- package/dist/client.js +305 -298
- package/dist/client.js.map +1 -1
- package/dist/models/AttachDiskRequest.d.ts +25 -27
- package/dist/models/AttachDiskRequest.js.map +1 -1
- package/dist/models/CancelAutoSnapshotPolicyRequest.d.ts +6 -9
- package/dist/models/CancelAutoSnapshotPolicyRequest.js.map +1 -1
- package/dist/models/CancelImagePipelineExecutionRequest.d.ts +1 -1
- package/dist/models/CloneDisksRequest.d.ts +55 -80
- package/dist/models/CloneDisksRequest.js.map +1 -1
- package/dist/models/CloneDisksResponseBody.d.ts +2 -2
- package/dist/models/CopySnapshotRequest.d.ts +17 -18
- package/dist/models/CopySnapshotRequest.js.map +1 -1
- package/dist/models/CreateAutoProvisioningGroupRequest.d.ts +286 -380
- package/dist/models/CreateAutoProvisioningGroupRequest.js.map +1 -1
- package/dist/models/CreateAutoProvisioningGroupShrinkRequest.d.ts +282 -375
- package/dist/models/CreateAutoProvisioningGroupShrinkRequest.js.map +1 -1
- package/dist/models/CreateAutoSnapshotPolicyRequest.d.ts +29 -35
- package/dist/models/CreateAutoSnapshotPolicyRequest.js.map +1 -1
- package/dist/models/CreateAutoSnapshotPolicyResponseBody.d.ts +1 -1
- package/dist/models/CreateDiskRequest.d.ts +30 -30
- package/dist/models/CreateDiskResponseBody.d.ts +2 -2
- package/dist/models/CreateImageRequest.d.ts +43 -88
- package/dist/models/CreateImageRequest.js.map +1 -1
- package/dist/models/CreateImageResponseBody.d.ts +2 -2
- package/dist/models/CreateLaunchTemplateRequest.d.ts +235 -278
- package/dist/models/CreateLaunchTemplateRequest.js.map +1 -1
- package/dist/models/CreateLaunchTemplateResponseBody.d.ts +3 -3
- package/dist/models/CreateSnapshotGroupRequest.d.ts +23 -25
- package/dist/models/CreateSnapshotGroupRequest.js.map +1 -1
- package/dist/models/CreateSnapshotRequest.d.ts +24 -29
- package/dist/models/CreateSnapshotRequest.js.map +1 -1
- package/dist/models/CreateVswitchRequest.d.ts +0 -29
- package/dist/models/CreateVswitchRequest.js.map +1 -1
- package/dist/models/CreateVswitchResponseBody.d.ts +0 -8
- package/dist/models/CreateVswitchResponseBody.js.map +1 -1
- package/dist/models/DeleteSnapshotGroupRequest.d.ts +2 -2
- package/dist/models/DeleteSnapshotGroupResponseBody.d.ts +1 -1
- package/dist/models/DeleteSnapshotRequest.d.ts +2 -2
- package/dist/models/DescribeDiskDefaultKmskeyIdRequest.d.ts +1 -1
- package/dist/models/DescribeDiskDefaultKmskeyIdResponseBody.d.ts +1 -1
- package/dist/models/DescribeDiskEncryptionByDefaultStatusRequest.d.ts +1 -1
- package/dist/models/DescribeDiskEncryptionByDefaultStatusResponseBody.d.ts +5 -3
- package/dist/models/DescribeDiskEncryptionByDefaultStatusResponseBody.js.map +1 -1
- package/dist/models/DescribeImagesRequest.d.ts +61 -88
- package/dist/models/DescribeImagesRequest.js +2 -0
- package/dist/models/DescribeImagesRequest.js.map +1 -1
- package/dist/models/DescribeImagesResponseBody.d.ts +6 -5
- package/dist/models/DescribeImagesResponseBody.js +2 -0
- package/dist/models/DescribeImagesResponseBody.js.map +1 -1
- package/dist/models/DescribeRecommendInstanceTypeRequest.d.ts +4 -4
- package/dist/models/DescribeSendFileResultsRequest.d.ts +13 -13
- package/dist/models/DescribeSnapshotGroupsRequest.d.ts +11 -11
- package/dist/models/DescribeSnapshotGroupsResponseBody.d.ts +3 -3
- package/dist/models/DisableDiskEncryptionByDefaultRequest.d.ts +1 -1
- package/dist/models/RenewElasticityAssurancesRequest.d.ts +3 -3
- package/package.json +1 -1
- package/src/client.ts +306 -298
- package/src/models/AttachDiskRequest.ts +25 -27
- package/src/models/CancelAutoSnapshotPolicyRequest.ts +6 -9
- package/src/models/CancelImagePipelineExecutionRequest.ts +1 -1
- package/src/models/CloneDisksRequest.ts +55 -80
- package/src/models/CloneDisksResponseBody.ts +2 -2
- package/src/models/CopySnapshotRequest.ts +17 -18
- package/src/models/CreateAutoProvisioningGroupRequest.ts +287 -381
- package/src/models/CreateAutoProvisioningGroupShrinkRequest.ts +283 -376
- package/src/models/CreateAutoSnapshotPolicyRequest.ts +29 -35
- package/src/models/CreateAutoSnapshotPolicyResponseBody.ts +1 -1
- package/src/models/CreateDiskRequest.ts +30 -30
- package/src/models/CreateDiskResponseBody.ts +2 -2
- package/src/models/CreateImageRequest.ts +43 -88
- package/src/models/CreateImageResponseBody.ts +2 -2
- package/src/models/CreateLaunchTemplateRequest.ts +235 -278
- package/src/models/CreateLaunchTemplateResponseBody.ts +3 -3
- package/src/models/CreateSnapshotGroupRequest.ts +23 -25
- package/src/models/CreateSnapshotRequest.ts +24 -29
- package/src/models/CreateVswitchRequest.ts +0 -29
- package/src/models/CreateVswitchResponseBody.ts +0 -8
- package/src/models/DeleteSnapshotGroupRequest.ts +2 -2
- package/src/models/DeleteSnapshotGroupResponseBody.ts +1 -1
- package/src/models/DeleteSnapshotRequest.ts +2 -2
- package/src/models/DescribeDiskDefaultKmskeyIdRequest.ts +1 -1
- package/src/models/DescribeDiskDefaultKmskeyIdResponseBody.ts +1 -1
- package/src/models/DescribeDiskEncryptionByDefaultStatusRequest.ts +1 -1
- package/src/models/DescribeDiskEncryptionByDefaultStatusResponseBody.ts +5 -3
- package/src/models/DescribeImagesRequest.ts +64 -89
- package/src/models/DescribeImagesResponseBody.ts +8 -5
- package/src/models/DescribeRecommendInstanceTypeRequest.ts +4 -4
- package/src/models/DescribeSendFileResultsRequest.ts +13 -13
- package/src/models/DescribeSnapshotGroupsRequest.ts +11 -11
- package/src/models/DescribeSnapshotGroupsResponseBody.ts +3 -3
- package/src/models/DisableDiskEncryptionByDefaultRequest.ts +1 -1
- 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
|
|
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
|
|
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
|
|
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
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
127
|
+
* The pagination token for the next query.
|
|
128
128
|
*
|
|
129
|
-
* > If
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
97
|
+
* The unit of the renewal duration. Valid values:
|
|
98
98
|
*
|
|
99
99
|
* - Weekly: week
|
|
100
100
|
*
|