@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,17 +2,14 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class DescribeImagesRequestFilter extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The filter key
|
|
5
|
+
* The filter key for querying resources. Valid values:
|
|
6
6
|
*
|
|
7
|
-
* -
|
|
7
|
+
* - When this parameter is set to `CreationStartTime`, you can query resources created after the time specified by `Filter.N.Value`.
|
|
8
|
+
* - When this parameter is set to `CreationEndTime`, you can query resources created before the time specified by `Filter.N.Value`.
|
|
9
|
+
* - When this parameter is set to `NetworkType`, you can query resources of the specified network type.
|
|
10
|
+
* - When this parameter is set to `CpuOnlineUpgrade`, `CpuOnlineDowngrade`, `MemoryOnlineUpgrade`, or `MemoryOnlineDowngrade`, you can query the CPU or memory hot-plugging support of the specified image.
|
|
8
11
|
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* - If this parameter is set to `NetworkType`, you can query resources of the specified network type.
|
|
12
|
-
*
|
|
13
|
-
* - If this parameter is set to any of `CpuOnlineUpgrade`, `CpuOnlineDowngrade`, `MemoryOnlineUpgrade`, or `MemoryOnlineDowngrade`, you can query the hot-swapping support status of CPU or memory for the specified image.
|
|
14
|
-
*
|
|
15
|
-
* Default Value: null.
|
|
12
|
+
* Default value: null.
|
|
16
13
|
*
|
|
17
14
|
* @example
|
|
18
15
|
* CreationStartTime
|
|
@@ -20,15 +17,13 @@ export declare class DescribeImagesRequestFilter extends $dara.Model {
|
|
|
20
17
|
key?: string;
|
|
21
18
|
/**
|
|
22
19
|
* @remarks
|
|
23
|
-
* The filter value
|
|
24
|
-
*
|
|
25
|
-
* - When
|
|
20
|
+
* The filter value for querying resources.
|
|
21
|
+
* - When `Filter.N.Key` is `CreationStartTime` or `CreationEndTime`, the format is `yyyy-MM-ddTHH:mmZ` in UTC+0.
|
|
22
|
+
* - When `Filter.N.Key` is `NetworkType`, valid values for the network type include `vpc` and `classic`.
|
|
26
23
|
*
|
|
27
|
-
* - When
|
|
24
|
+
* - When `Filter.N.Key` is `CpuOnlineUpgrade`, `CpuOnlineDowngrade`, `MemoryOnlineUpgrade`, or `MemoryOnlineDowngrade`, valid values are `supported` and `unsupported`.
|
|
28
25
|
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
* Default Value: null.
|
|
26
|
+
* Default value: null.
|
|
32
27
|
*
|
|
33
28
|
* @example
|
|
34
29
|
* 2017-12-05T22:40Z
|
|
@@ -50,7 +45,7 @@ export declare class DescribeImagesRequestTag extends $dara.Model {
|
|
|
50
45
|
* @remarks
|
|
51
46
|
* The tag key of the image. Valid values of N: 1 to 20.
|
|
52
47
|
*
|
|
53
|
-
* When you use
|
|
48
|
+
* When you use a single tag to filter resources, the resource count with this tag cannot exceed 1000. When you use multiple tags to filter resources, the resource count of resources that have all specified tags attached cannot exceed 1000. If the resource count exceeds 1000, use the [ListTagResources](https://help.aliyun.com/document_detail/110425.html) operation.
|
|
54
49
|
*
|
|
55
50
|
* @example
|
|
56
51
|
* TestKey
|
|
@@ -78,11 +73,10 @@ export declare class DescribeImagesRequestTag extends $dara.Model {
|
|
|
78
73
|
export declare class DescribeImagesRequest extends $dara.Model {
|
|
79
74
|
/**
|
|
80
75
|
* @remarks
|
|
81
|
-
* The scenario in which the image
|
|
82
|
-
*
|
|
83
|
-
* - CreateEcs (default): Create an instance.
|
|
76
|
+
* The scenario in which the image is used. Valid values:
|
|
84
77
|
*
|
|
85
|
-
* -
|
|
78
|
+
* - CreateEcs (default): instance creation.
|
|
79
|
+
* - ChangeOS: replacement of the system disk or operating system.
|
|
86
80
|
*
|
|
87
81
|
* @example
|
|
88
82
|
* CreateEcs
|
|
@@ -92,11 +86,9 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
92
86
|
* @remarks
|
|
93
87
|
* The architecture of the image. Valid values:
|
|
94
88
|
*
|
|
95
|
-
* - i386
|
|
96
|
-
*
|
|
97
|
-
* -
|
|
98
|
-
*
|
|
99
|
-
* - arm64
|
|
89
|
+
* - i386.
|
|
90
|
+
* - x86_64.
|
|
91
|
+
* - arm64.
|
|
100
92
|
*
|
|
101
93
|
* @example
|
|
102
94
|
* i386
|
|
@@ -104,11 +96,10 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
104
96
|
architecture?: string;
|
|
105
97
|
/**
|
|
106
98
|
* @remarks
|
|
107
|
-
* Specifies whether to perform a dry run
|
|
108
|
-
*
|
|
109
|
-
* - true: Sends a dry run request without querying resource status. The system checks whether the AccessKey is valid, whether the Resource Access Management (RAM) user is authorized, and whether all required parameters are specified. If the check fails, an error is returned. If the check passes, the error code DryRunOperation is returned.
|
|
99
|
+
* Specifies whether to perform only a dry run.
|
|
110
100
|
*
|
|
111
|
-
* -
|
|
101
|
+
* - true: Sends a check request without querying resource status. The check items include whether the AccessKey pair is valid, whether the Resource Access Management (RAM) user has the required authorization, and whether required parameters are specified. If the check fails, the corresponding error is returned. If the check succeeds, the DryRunOperation error code is returned.
|
|
102
|
+
* - false: Sends a normal request. After the check succeeds, a 2XX HTTP status code is returned and the resource status is queried.
|
|
112
103
|
*
|
|
113
104
|
* Default value: false.
|
|
114
105
|
*
|
|
@@ -118,16 +109,15 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
118
109
|
dryRun?: boolean;
|
|
119
110
|
/**
|
|
120
111
|
* @remarks
|
|
121
|
-
*
|
|
112
|
+
* The list of filter conditions for querying resources.
|
|
122
113
|
*/
|
|
123
114
|
filter?: DescribeImagesRequestFilter[];
|
|
124
115
|
/**
|
|
125
116
|
* @remarks
|
|
126
|
-
* The name of the image family.
|
|
117
|
+
* The name of the image family. You can set this parameter to filter images that belong to the specified image family.
|
|
127
118
|
*
|
|
128
119
|
* Default value: empty.
|
|
129
|
-
*
|
|
130
|
-
* > For information about image families associated with official Alibaba Cloud images, see [Overview of public images](https://help.aliyun.com/document_detail/108393.html).
|
|
120
|
+
* > For information about image families associated with Alibaba Cloud official images, see [Overview of public images](https://help.aliyun.com/document_detail/108393.html).
|
|
131
121
|
*
|
|
132
122
|
* @example
|
|
133
123
|
* hangzhou-daily-update
|
|
@@ -138,16 +128,11 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
138
128
|
* The image ID.
|
|
139
129
|
*
|
|
140
130
|
* <details>
|
|
131
|
+
* <summary>Naming rules for image IDs</summary>
|
|
141
132
|
*
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
* Naming convention for image IDs
|
|
133
|
+
* - Public images: Named by operating system version, architecture, language, and release date. For example, the image ID of Windows Server 2008 R2 Enterprise Edition, 64-bit English system is win2008r2_64_ent_sp1_en-us_40G_alibase_20190318.vhd.
|
|
145
134
|
*
|
|
146
|
-
*
|
|
147
|
-
*
|
|
148
|
-
* - Public images: Named based on the operating system version, architecture, language, and published date. For example, the image ID for Windows Server 2008 R2 Enterprise Edition, 64-bit English system is `win2008r2_64_ent_sp1_en-us_40G_alibase_20190318.vhd`.
|
|
149
|
-
*
|
|
150
|
-
* - Custom images, shared images, Alibaba Cloud Marketplace images, and community images: Start with the letter `m`.
|
|
135
|
+
* - Custom images, shared images, Alibaba Cloud Marketplace images, and community images: Start with m.
|
|
151
136
|
*
|
|
152
137
|
* </details>
|
|
153
138
|
*
|
|
@@ -157,7 +142,7 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
157
142
|
imageId?: string;
|
|
158
143
|
/**
|
|
159
144
|
* @remarks
|
|
160
|
-
* The name
|
|
145
|
+
* The image name. Fuzzy search is supported.
|
|
161
146
|
*
|
|
162
147
|
* @example
|
|
163
148
|
* testImageName
|
|
@@ -167,21 +152,16 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
167
152
|
* @remarks
|
|
168
153
|
* The source of the image. Valid values:
|
|
169
154
|
*
|
|
170
|
-
* - system:
|
|
171
|
-
*
|
|
172
|
-
* -
|
|
173
|
-
*
|
|
174
|
-
*
|
|
175
|
-
*
|
|
176
|
-
* - To find community images, IsPublic must be true.
|
|
177
|
-
*
|
|
178
|
-
* - To find shared images, IsPublic must be set to false or omitted.
|
|
179
|
-
*
|
|
180
|
-
* - marketplace: Images published on Alibaba Cloud Marketplace by Alibaba Cloud or third-party ISVs, which must be purchased together with ECS instances. Please review the pricing details of Alibaba Cloud Marketplace images yourself.
|
|
155
|
+
* - system: Public images provided by Alibaba Cloud that are not published through Alibaba Cloud Marketplace. This is different from the concept of "Public Image" in the console.
|
|
156
|
+
* - self: Custom images that you created.
|
|
157
|
+
* - others: Includes shared images (images directly shared by other Alibaba Cloud users) and community images (custom images that are fully shared publicly by any Alibaba Cloud user). Note:
|
|
158
|
+
* - To query community images, IsPublic must be set to true.
|
|
159
|
+
* - To query shared images, IsPublic must be set to false or left empty.
|
|
160
|
+
* - marketplace: Images published by Alibaba Cloud or third-party independent software vendors (ISVs) in Alibaba Cloud Marketplace. These images must be purchased together with ECS. Note the billing details of Alibaba Cloud Marketplace images.
|
|
181
161
|
*
|
|
182
162
|
* Default value: empty.
|
|
183
163
|
*
|
|
184
|
-
* > An empty value
|
|
164
|
+
* > An empty value indicates that images with system, self, and others values are returned.
|
|
185
165
|
*
|
|
186
166
|
* @example
|
|
187
167
|
* self
|
|
@@ -189,7 +169,7 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
189
169
|
imageOwnerAlias?: string;
|
|
190
170
|
/**
|
|
191
171
|
* @remarks
|
|
192
|
-
* The Alibaba Cloud account ID
|
|
172
|
+
* The Alibaba Cloud account ID of the image owner. This parameter takes effect only when you query shared images or community images.
|
|
193
173
|
*
|
|
194
174
|
* @example
|
|
195
175
|
* 20169351435666****
|
|
@@ -197,7 +177,7 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
197
177
|
imageOwnerId?: number;
|
|
198
178
|
/**
|
|
199
179
|
* @remarks
|
|
200
|
-
*
|
|
180
|
+
* The instance type for which available images are queried.
|
|
201
181
|
*
|
|
202
182
|
* @example
|
|
203
183
|
* ecs.g5.large
|
|
@@ -207,11 +187,10 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
207
187
|
* @remarks
|
|
208
188
|
* Specifies whether to query published community images. Valid values:
|
|
209
189
|
*
|
|
210
|
-
* - true: Queries published community images. When this parameter
|
|
190
|
+
* - true: Queries published community images. When you set this parameter to true, ImageOwnerAlias must be set to others.
|
|
191
|
+
* - false: Queries image types other than community images. The specific types depend on the ImageOwnerAlias parameter value.
|
|
211
192
|
*
|
|
212
|
-
*
|
|
213
|
-
*
|
|
214
|
-
* Default Value: false.
|
|
193
|
+
* Default value: false.
|
|
215
194
|
*
|
|
216
195
|
* @example
|
|
217
196
|
* false
|
|
@@ -219,7 +198,7 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
219
198
|
isPublic?: boolean;
|
|
220
199
|
/**
|
|
221
200
|
* @remarks
|
|
222
|
-
*
|
|
201
|
+
* Specifies whether the image supports cloud-init.
|
|
223
202
|
*
|
|
224
203
|
* @example
|
|
225
204
|
* true
|
|
@@ -227,7 +206,7 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
227
206
|
isSupportCloudinit?: boolean;
|
|
228
207
|
/**
|
|
229
208
|
* @remarks
|
|
230
|
-
*
|
|
209
|
+
* Specifies whether the image can run on I/O optimized instances.
|
|
231
210
|
*
|
|
232
211
|
* @example
|
|
233
212
|
* true
|
|
@@ -237,9 +216,8 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
237
216
|
* @remarks
|
|
238
217
|
* The operating system type of the image. Valid values:
|
|
239
218
|
*
|
|
240
|
-
* - windows
|
|
241
|
-
*
|
|
242
|
-
* - linux
|
|
219
|
+
* - windows.
|
|
220
|
+
* - linux.
|
|
243
221
|
*
|
|
244
222
|
* @example
|
|
245
223
|
* linux
|
|
@@ -249,9 +227,9 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
249
227
|
ownerId?: number;
|
|
250
228
|
/**
|
|
251
229
|
* @remarks
|
|
252
|
-
* The page number of the
|
|
230
|
+
* The page number of the resources.
|
|
253
231
|
*
|
|
254
|
-
*
|
|
232
|
+
* Start value: 1.
|
|
255
233
|
*
|
|
256
234
|
* Default value: 1.
|
|
257
235
|
*
|
|
@@ -261,7 +239,7 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
261
239
|
pageNumber?: number;
|
|
262
240
|
/**
|
|
263
241
|
* @remarks
|
|
264
|
-
* The number of entries per page
|
|
242
|
+
* The number of entries per page for paging.
|
|
265
243
|
*
|
|
266
244
|
* Maximum value: 100.
|
|
267
245
|
*
|
|
@@ -273,7 +251,7 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
273
251
|
pageSize?: number;
|
|
274
252
|
/**
|
|
275
253
|
* @remarks
|
|
276
|
-
* The region ID
|
|
254
|
+
* The region ID of the image. You can call [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) to query the most recent region list.
|
|
277
255
|
*
|
|
278
256
|
* This parameter is required.
|
|
279
257
|
*
|
|
@@ -283,7 +261,7 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
283
261
|
regionId?: string;
|
|
284
262
|
/**
|
|
285
263
|
* @remarks
|
|
286
|
-
* The ID of the
|
|
264
|
+
* The ID of the resource group to which the custom image belongs. When you use this parameter to filter resources, the resource count cannot exceed 1000.
|
|
287
265
|
*
|
|
288
266
|
* > Filtering by the default resource group is not supported.
|
|
289
267
|
*
|
|
@@ -295,7 +273,7 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
295
273
|
resourceOwnerId?: number;
|
|
296
274
|
/**
|
|
297
275
|
* @remarks
|
|
298
|
-
*
|
|
276
|
+
* Specifies whether the subscription image has expired.
|
|
299
277
|
*
|
|
300
278
|
* @example
|
|
301
279
|
* false
|
|
@@ -303,7 +281,7 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
303
281
|
showExpired?: boolean;
|
|
304
282
|
/**
|
|
305
283
|
* @remarks
|
|
306
|
-
* The
|
|
284
|
+
* The ID of the snapshot used to create the custom image.
|
|
307
285
|
*
|
|
308
286
|
* @example
|
|
309
287
|
* s-bp17ot2q7x72ggtw****
|
|
@@ -311,19 +289,14 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
311
289
|
snapshotId?: string;
|
|
312
290
|
/**
|
|
313
291
|
* @remarks
|
|
314
|
-
*
|
|
292
|
+
* The status of the image. If you do not specify this parameter, only images in the Available state are returned. Valid values:
|
|
315
293
|
*
|
|
316
294
|
* - Creating: The image is being created.
|
|
317
|
-
*
|
|
318
|
-
* -
|
|
319
|
-
*
|
|
320
|
-
* -
|
|
321
|
-
*
|
|
322
|
-
* - UnAvailable: The image is unavailable for your use.
|
|
323
|
-
*
|
|
324
|
-
* - CreateFailed: The image creation failed.
|
|
325
|
-
*
|
|
326
|
-
* - Deprecated: The image has been deprecated.
|
|
295
|
+
* - Waiting: The image is waiting in a multi-task queue.
|
|
296
|
+
* - Available (default): The image is available for use.
|
|
297
|
+
* - UnAvailable: The image is unavailable.
|
|
298
|
+
* - CreateFailed: The image failed to be created.
|
|
299
|
+
* - Deprecated: The image is deprecated.
|
|
327
300
|
*
|
|
328
301
|
* Default value: Available. This parameter supports multiple values separated by commas (,).
|
|
329
302
|
*
|
|
@@ -336,13 +309,13 @@ export declare class DescribeImagesRequest extends $dara.Model {
|
|
|
336
309
|
* The list of tags.
|
|
337
310
|
*/
|
|
338
311
|
tag?: DescribeImagesRequestTag[];
|
|
312
|
+
usable?: boolean;
|
|
339
313
|
/**
|
|
340
314
|
* @remarks
|
|
341
|
-
*
|
|
342
|
-
*
|
|
343
|
-
* - instance: The image is in use by one or more ECS instances.
|
|
315
|
+
* Specifies whether the image is running on ECS instances. Valid values:
|
|
344
316
|
*
|
|
345
|
-
* -
|
|
317
|
+
* - instance: The image is in use and associated with ECS instances.
|
|
318
|
+
* - none: The image is idle and not associated with any ECS instances.
|
|
346
319
|
*
|
|
347
320
|
* @example
|
|
348
321
|
* instance
|
|
@@ -107,6 +107,7 @@ class DescribeImagesRequest extends $dara.Model {
|
|
|
107
107
|
snapshotId: 'SnapshotId',
|
|
108
108
|
status: 'Status',
|
|
109
109
|
tag: 'Tag',
|
|
110
|
+
usable: 'Usable',
|
|
110
111
|
usage: 'Usage',
|
|
111
112
|
};
|
|
112
113
|
}
|
|
@@ -138,6 +139,7 @@ class DescribeImagesRequest extends $dara.Model {
|
|
|
138
139
|
snapshotId: 'string',
|
|
139
140
|
status: 'string',
|
|
140
141
|
tag: { 'type': 'array', 'itemType': DescribeImagesRequestTag },
|
|
142
|
+
usable: 'boolean',
|
|
141
143
|
usage: 'string',
|
|
142
144
|
};
|
|
143
145
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeImagesRequest.js","sourceRoot":"","sources":["../../src/models/DescribeImagesRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeImagesRequest.js","sourceRoot":"","sources":["../../src/models/DescribeImagesRequest.ts"],"names":[],"mappings":"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"}
|
|
@@ -155,6 +155,7 @@ export declare class DescribeImagesResponseBodyImagesImage extends $dara.Model {
|
|
|
155
155
|
status?: string;
|
|
156
156
|
supplierName?: string;
|
|
157
157
|
tags?: DescribeImagesResponseBodyImagesImageTags;
|
|
158
|
+
usable?: boolean;
|
|
158
159
|
usage?: string;
|
|
159
160
|
static names(): {
|
|
160
161
|
[key: string]: string;
|
|
@@ -184,7 +185,7 @@ export declare class DescribeImagesResponseBody extends $dara.Model {
|
|
|
184
185
|
images?: DescribeImagesResponseBodyImages;
|
|
185
186
|
/**
|
|
186
187
|
* @remarks
|
|
187
|
-
*
|
|
188
|
+
* The current page number.
|
|
188
189
|
*
|
|
189
190
|
* @example
|
|
190
191
|
* 1
|
|
@@ -192,7 +193,7 @@ export declare class DescribeImagesResponseBody extends $dara.Model {
|
|
|
192
193
|
pageNumber?: number;
|
|
193
194
|
/**
|
|
194
195
|
* @remarks
|
|
195
|
-
*
|
|
196
|
+
* The number of entries on the current page.
|
|
196
197
|
*
|
|
197
198
|
* @example
|
|
198
199
|
* 1
|
|
@@ -200,7 +201,7 @@ export declare class DescribeImagesResponseBody extends $dara.Model {
|
|
|
200
201
|
pageSize?: number;
|
|
201
202
|
/**
|
|
202
203
|
* @remarks
|
|
203
|
-
* The region ID
|
|
204
|
+
* The region ID of the image.
|
|
204
205
|
*
|
|
205
206
|
* @example
|
|
206
207
|
* cn-hangzhou
|
|
@@ -208,7 +209,7 @@ export declare class DescribeImagesResponseBody extends $dara.Model {
|
|
|
208
209
|
regionId?: string;
|
|
209
210
|
/**
|
|
210
211
|
* @remarks
|
|
211
|
-
*
|
|
212
|
+
* The request ID.
|
|
212
213
|
*
|
|
213
214
|
* @example
|
|
214
215
|
* 66189103-EDB2-43E2-BB60-BFF2B62F4EB8
|
|
@@ -216,7 +217,7 @@ export declare class DescribeImagesResponseBody extends $dara.Model {
|
|
|
216
217
|
requestId?: string;
|
|
217
218
|
/**
|
|
218
219
|
* @remarks
|
|
219
|
-
*
|
|
220
|
+
* The total number of images.
|
|
220
221
|
*
|
|
221
222
|
* @example
|
|
222
223
|
* 1
|
|
@@ -273,6 +273,7 @@ class DescribeImagesResponseBodyImagesImage extends $dara.Model {
|
|
|
273
273
|
status: 'Status',
|
|
274
274
|
supplierName: 'SupplierName',
|
|
275
275
|
tags: 'Tags',
|
|
276
|
+
usable: 'Usable',
|
|
276
277
|
usage: 'Usage',
|
|
277
278
|
};
|
|
278
279
|
}
|
|
@@ -310,6 +311,7 @@ class DescribeImagesResponseBodyImagesImage extends $dara.Model {
|
|
|
310
311
|
status: 'string',
|
|
311
312
|
supplierName: 'string',
|
|
312
313
|
tags: DescribeImagesResponseBodyImagesImageTags,
|
|
314
|
+
usable: 'boolean',
|
|
313
315
|
usage: 'string',
|
|
314
316
|
};
|
|
315
317
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeImagesResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeImagesResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8DAA+D,SAAQ,KAAK,CAAC,KAAK;IAK7F,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,WAAW;YACtB,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,QAAQ;YAClB,SAAS,EAAE,QAAQ;YACnB,KAAK,EAAE,QAAQ;SAChB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9BD,wIA8BC;AAED,MAAa,0DAA2D,SAAQ,KAAK,CAAC,KAAK;IAEzF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,8DAA8D,EAAE;SACtG,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC;YAC5B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACvC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxBD,gIAwBC;AAED,MAAa,qDAAsD,SAAQ,KAAK,CAAC,KAAK;IAGpF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,OAAO;YACd,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,KAAK,EAAE,0DAA0D;YACjE,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,KAAK,IAAI,OAAQ,IAAI,CAAC,KAAa,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACnE,IAAI,CAAC,KAAa,CAAC,QAAQ,EAAE,CAAC;QACjC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA3BD,sHA2BC;AAED,MAAa,wEAAyE,SAAQ,KAAK,CAAC,KAAK;IAWvG,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,WAAW;YACtB,MAAM,EAAE,QAAQ;YAChB,eAAe,EAAE,iBAAiB;YAClC,eAAe,EAAE,iBAAiB;YAClC,QAAQ,EAAE,UAAU;YACpB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;YACZ,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE,SAAS;YACpB,MAAM,EAAE,QAAQ;YAChB,eAAe,EAAE,QAAQ;YACzB,eAAe,EAAE,QAAQ;YACzB,QAAQ,EAAE,QAAQ;YAClB,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,QAAQ;SACf,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhDD,4JAgDC;AAED,MAAa,uDAAwD,SAAQ,KAAK,CAAC,KAAK;IAEtF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,iBAAiB,EAAE,mBAAmB;SACvC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,iBAAiB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,wEAAwE,EAAE;SAC7H,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,EAAE,CAAC;YACzC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACpD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxBD,0HAwBC;AAED,MAAa,6CAA8C,SAAQ,KAAK,CAAC,KAAK;IAO5E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,oBAAoB;YACxC,gBAAgB,EAAE,kBAAkB;YACpC,WAAW,EAAE,aAAa;YAC1B,qBAAqB,EAAE,uBAAuB;YAC9C,mBAAmB,EAAE,qBAAqB;YAC1C,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,kBAAkB,EAAE,QAAQ;YAC5B,gBAAgB,EAAE,QAAQ;YAC1B,WAAW,EAAE,QAAQ;YACrB,qBAAqB,EAAE,QAAQ;YAC/B,mBAAmB,EAAE,QAAQ;YAC7B,WAAW,EAAE,QAAQ;SACtB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApCD,sGAoCC;AAED,MAAa,4CAA6C,SAAQ,KAAK,CAAC,KAAK;IAG3E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxBD,oGAwBC;AAED,MAAa,yCAA0C,SAAQ,KAAK,CAAC,KAAK;IAExE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,KAAK;SACX,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,GAAG,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,4CAA4C,EAAE;SACnF,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC;YAC3B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;QACtC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAxBD,8FAwBC;AAED,MAAa,qCAAsC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"DescribeImagesResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeImagesResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -47,7 +47,7 @@ export declare class DescribeRecommendInstanceTypeRequest extends $dara.Model {
|
|
|
47
47
|
instanceType?: string;
|
|
48
48
|
/**
|
|
49
49
|
* @remarks
|
|
50
|
-
*
|
|
50
|
+
* Settings for the collection of alternative instance families from which alternative instance types are selected. You can specify up to 10 instance families.
|
|
51
51
|
*
|
|
52
52
|
* @example
|
|
53
53
|
* ecs.hfg6
|
|
@@ -93,7 +93,7 @@ export declare class DescribeRecommendInstanceTypeRequest extends $dara.Model {
|
|
|
93
93
|
* The network type of the ECS instance. Valid values:
|
|
94
94
|
*
|
|
95
95
|
* - vpc: virtual private cloud (VPC).
|
|
96
|
-
* - classic: classic network. The classic network is no longer available. For more information, see [
|
|
96
|
+
* - classic: classic network. The classic network is no longer available. For more information, see [Discontinuation notice](https://help.aliyun.com/document_detail/2833134.html).
|
|
97
97
|
*
|
|
98
98
|
* Default value: vpc.
|
|
99
99
|
*
|
|
@@ -107,7 +107,7 @@ export declare class DescribeRecommendInstanceTypeRequest extends $dara.Model {
|
|
|
107
107
|
ownerId?: number;
|
|
108
108
|
/**
|
|
109
109
|
* @remarks
|
|
110
|
-
* The priority recommendation strategy. Valid values:
|
|
110
|
+
* The priority-based recommendation strategy. Valid values:
|
|
111
111
|
*
|
|
112
112
|
* - InventoryFirst: inventory first.
|
|
113
113
|
* - PriceFirst: price first. Instance types are sorted by the hourly vCPU unit price in ascending order.
|
|
@@ -152,7 +152,7 @@ export declare class DescribeRecommendInstanceTypeRequest extends $dara.Model {
|
|
|
152
152
|
* - SpotWithPriceLimit: a spot instance with a maximum hourly price.
|
|
153
153
|
* - SpotAsPriceGo: a spot instance for which the system automatically bids at up to the pay-as-you-go price.
|
|
154
154
|
*
|
|
155
|
-
* > When you use SpotStrategy, set
|
|
155
|
+
* > When you use SpotStrategy, set InstanceChargerType to PostPaid.
|
|
156
156
|
*
|
|
157
157
|
* Default value: NoSpot.
|
|
158
158
|
*
|
|
@@ -2,9 +2,9 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class DescribeSendFileResultsRequestTag extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The tag key
|
|
5
|
+
* The tag key for the file sending task. Valid values of N: 1 to 20. The tag key cannot be an empty string.
|
|
6
6
|
*
|
|
7
|
-
* If you use a single tag to filter resources, the resource count with the specified tag cannot exceed
|
|
7
|
+
* If you use a single tag to filter resources, the resource count with the specified tag cannot exceed 1,000. If you use multiple tags to filter resources, the resource count of resources that have all specified tags attached cannot exceed 1,000. If the resource count exceeds 1,000, call the [ListTagResources](https://help.aliyun.com/document_detail/110425.html) operation to query resources.
|
|
8
8
|
*
|
|
9
9
|
* The tag key can be up to 64 characters in length and cannot start with `aliyun` or `acs:`. It cannot contain `http://` or `https://`.
|
|
10
10
|
*
|
|
@@ -14,7 +14,7 @@ export declare class DescribeSendFileResultsRequestTag extends $dara.Model {
|
|
|
14
14
|
key?: string;
|
|
15
15
|
/**
|
|
16
16
|
* @remarks
|
|
17
|
-
* The tag value
|
|
17
|
+
* The tag value for the file sending task. Valid values of N: 1 to 20. The tag value can be an empty string.
|
|
18
18
|
*
|
|
19
19
|
* The tag value can be up to 128 characters in length and cannot contain `http://` or `https://`.
|
|
20
20
|
*
|
|
@@ -44,13 +44,13 @@ export declare class DescribeSendFileResultsRequest extends $dara.Model {
|
|
|
44
44
|
instanceId?: string;
|
|
45
45
|
/**
|
|
46
46
|
* @remarks
|
|
47
|
-
* The overall sending status of the file. The overall status depends on the combined execution status of all instances
|
|
47
|
+
* The overall sending status of the file. The overall status depends on the combined execution status of all target instances. Valid values:
|
|
48
48
|
*
|
|
49
49
|
* - Pending: The system is validating or sending the file. The overall status is Pending if the file sending status of at least one instance is Pending.
|
|
50
|
-
* - Running: The file is being sent to
|
|
51
|
-
* - Success: The file is sent. The overall status is Success if the file sending status of all instances is Success.
|
|
50
|
+
* - Running: The file is being sent to the instance. The overall status is Running if the file sending status of at least one instance is Running.
|
|
51
|
+
* - Success: The file is sent successfully. The overall status is Success if the file sending status of all instances is Success.
|
|
52
52
|
* - Failed: The file failed to be sent. The overall status is Failed if the file sending status of all instances is Failed.
|
|
53
|
-
* - PartialFailed: The file is sent to some instances but
|
|
53
|
+
* - PartialFailed: The file is sent to some instances but fails on others. The overall status is PartialFailed if the file sending status of all instances is Success or Failed.
|
|
54
54
|
*
|
|
55
55
|
* @example
|
|
56
56
|
* Success
|
|
@@ -66,7 +66,7 @@ export declare class DescribeSendFileResultsRequest extends $dara.Model {
|
|
|
66
66
|
invokeId?: string;
|
|
67
67
|
/**
|
|
68
68
|
* @remarks
|
|
69
|
-
* The maximum number of entries per page
|
|
69
|
+
* The maximum number of entries per page in a paging query.
|
|
70
70
|
*
|
|
71
71
|
* Maximum value: 50.
|
|
72
72
|
*
|
|
@@ -78,7 +78,7 @@ export declare class DescribeSendFileResultsRequest extends $dara.Model {
|
|
|
78
78
|
maxResults?: number;
|
|
79
79
|
/**
|
|
80
80
|
* @remarks
|
|
81
|
-
* The name
|
|
81
|
+
* The file name. If you specify this parameter, all sending records of the file with the specified name are queried.
|
|
82
82
|
*
|
|
83
83
|
* @example
|
|
84
84
|
* test.txt
|
|
@@ -96,7 +96,7 @@ export declare class DescribeSendFileResultsRequest extends $dara.Model {
|
|
|
96
96
|
ownerId?: number;
|
|
97
97
|
/**
|
|
98
98
|
* @remarks
|
|
99
|
-
* > This parameter is about to
|
|
99
|
+
* > This parameter is about to go offline. Use NextToken and MaxResults to complete paging query operations.
|
|
100
100
|
*
|
|
101
101
|
* @example
|
|
102
102
|
* 1
|
|
@@ -104,7 +104,7 @@ export declare class DescribeSendFileResultsRequest extends $dara.Model {
|
|
|
104
104
|
pageNumber?: number;
|
|
105
105
|
/**
|
|
106
106
|
* @remarks
|
|
107
|
-
* > This parameter is about to
|
|
107
|
+
* > This parameter is about to go offline. Use NextToken and MaxResults to complete paging query operations.
|
|
108
108
|
*
|
|
109
109
|
* @example
|
|
110
110
|
* 10
|
|
@@ -122,7 +122,7 @@ export declare class DescribeSendFileResultsRequest extends $dara.Model {
|
|
|
122
122
|
regionId?: string;
|
|
123
123
|
/**
|
|
124
124
|
* @remarks
|
|
125
|
-
* The ID of the resource group to which the file sending task belongs. After you specify this parameter, you must also specify ResourceGroupId when sending
|
|
125
|
+
* The ID of the resource group to which the file sending task belongs. After you specify this parameter, you must also specify ResourceGroupId when sending a file. This parameter allows you to filter file sending results by resource group.
|
|
126
126
|
*
|
|
127
127
|
* @example
|
|
128
128
|
* rg-bp67acfmxazb4p****
|
|
@@ -132,7 +132,7 @@ export declare class DescribeSendFileResultsRequest extends $dara.Model {
|
|
|
132
132
|
resourceOwnerId?: number;
|
|
133
133
|
/**
|
|
134
134
|
* @remarks
|
|
135
|
-
* The
|
|
135
|
+
* The tags.
|
|
136
136
|
*/
|
|
137
137
|
tag?: DescribeSendFileResultsRequestTag[];
|
|
138
138
|
static names(): {
|