@alicloud/ecs20140526 4.1.3 → 4.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/ecs20140526",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -1174,6 +1174,7 @@ export class AttachDiskRequest extends $tea.Model {
1174
1174
  deleteWithInstance?: boolean;
1175
1175
  device?: string;
1176
1176
  diskId?: string;
1177
+ force?: boolean;
1177
1178
  instanceId?: string;
1178
1179
  keyPairName?: string;
1179
1180
  ownerAccount?: string;
@@ -1187,6 +1188,7 @@ export class AttachDiskRequest extends $tea.Model {
1187
1188
  deleteWithInstance: 'DeleteWithInstance',
1188
1189
  device: 'Device',
1189
1190
  diskId: 'DiskId',
1191
+ force: 'Force',
1190
1192
  instanceId: 'InstanceId',
1191
1193
  keyPairName: 'KeyPairName',
1192
1194
  ownerAccount: 'OwnerAccount',
@@ -1203,6 +1205,7 @@ export class AttachDiskRequest extends $tea.Model {
1203
1205
  deleteWithInstance: 'boolean',
1204
1206
  device: 'string',
1205
1207
  diskId: 'string',
1208
+ force: 'boolean',
1206
1209
  instanceId: 'string',
1207
1210
  keyPairName: 'string',
1208
1211
  ownerAccount: 'string',
@@ -41348,6 +41351,25 @@ export class DescribeDisksResponseBodyDisksDiskOperationLocks extends $tea.Model
41348
41351
  }
41349
41352
  }
41350
41353
 
41354
+ export class DescribeDisksResponseBodyDisksDiskPlacement extends $tea.Model {
41355
+ zoneIds?: string;
41356
+ static names(): { [key: string]: string } {
41357
+ return {
41358
+ zoneIds: 'ZoneIds',
41359
+ };
41360
+ }
41361
+
41362
+ static types(): { [key: string]: any } {
41363
+ return {
41364
+ zoneIds: 'string',
41365
+ };
41366
+ }
41367
+
41368
+ constructor(map?: { [key: string]: any }) {
41369
+ super(map);
41370
+ }
41371
+ }
41372
+
41351
41373
  export class DescribeDisksResponseBodyDisksDiskTagsTag extends $tea.Model {
41352
41374
  tagKey?: string;
41353
41375
  tagValue?: string;
@@ -41420,6 +41442,7 @@ export class DescribeDisksResponseBodyDisksDisk extends $tea.Model {
41420
41442
  multiAttach?: string;
41421
41443
  operationLocks?: DescribeDisksResponseBodyDisksDiskOperationLocks;
41422
41444
  performanceLevel?: string;
41445
+ placement?: DescribeDisksResponseBodyDisksDiskPlacement;
41423
41446
  portable?: boolean;
41424
41447
  productCode?: string;
41425
41448
  provisionedIops?: number;
@@ -41470,6 +41493,7 @@ export class DescribeDisksResponseBodyDisksDisk extends $tea.Model {
41470
41493
  multiAttach: 'MultiAttach',
41471
41494
  operationLocks: 'OperationLocks',
41472
41495
  performanceLevel: 'PerformanceLevel',
41496
+ placement: 'Placement',
41473
41497
  portable: 'Portable',
41474
41498
  productCode: 'ProductCode',
41475
41499
  provisionedIops: 'ProvisionedIops',
@@ -41523,6 +41547,7 @@ export class DescribeDisksResponseBodyDisksDisk extends $tea.Model {
41523
41547
  multiAttach: 'string',
41524
41548
  operationLocks: DescribeDisksResponseBodyDisksDiskOperationLocks,
41525
41549
  performanceLevel: 'string',
41550
+ placement: DescribeDisksResponseBodyDisksDiskPlacement,
41526
41551
  portable: 'boolean',
41527
41552
  productCode: 'string',
41528
41553
  provisionedIops: 'number',
@@ -56468,6 +56493,10 @@ export default class Client extends OpenApi {
56468
56493
  query["DiskId"] = request.diskId;
56469
56494
  }
56470
56495
 
56496
+ if (!Util.isUnset(request.force)) {
56497
+ query["Force"] = request.force;
56498
+ }
56499
+
56471
56500
  if (!Util.isUnset(request.instanceId)) {
56472
56501
  query["InstanceId"] = request.instanceId;
56473
56502
  }
@@ -60450,7 +60479,8 @@ export default class Client extends OpenApi {
60450
60479
  }
60451
60480
 
60452
60481
  /**
60453
- * If you want to modify the parameters of a launch template version, you can create another version with different parameter settings for the launch template. A maximum of 30 versions can be created for each launch template.
60482
+ * ## [](#)Usage notes
60483
+ * If you want to modify the parameters of a launch template version, you can create another version with different parameter settings for the launch template. You can create up to 30 versions for each launch template.
60454
60484
  *
60455
60485
  * @param request CreateLaunchTemplateVersionRequest
60456
60486
  * @param runtime runtime options for this request RuntimeOptions
@@ -60665,7 +60695,8 @@ export default class Client extends OpenApi {
60665
60695
  }
60666
60696
 
60667
60697
  /**
60668
- * If you want to modify the parameters of a launch template version, you can create another version with different parameter settings for the launch template. A maximum of 30 versions can be created for each launch template.
60698
+ * ## [](#)Usage notes
60699
+ * If you want to modify the parameters of a launch template version, you can create another version with different parameter settings for the launch template. You can create up to 30 versions for each launch template.
60669
60700
  *
60670
60701
  * @param request CreateLaunchTemplateVersionRequest
60671
60702
  * @return CreateLaunchTemplateVersionResponse