@alicloud/ecs20140526 7.0.2 → 7.0.3
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 +24 -24
- package/dist/client.js +33 -24
- package/dist/client.js.map +1 -1
- package/dist/models/CreateAutoProvisioningGroupRequestLaunchConfiguration.d.ts +34 -0
- package/dist/models/CreateAutoProvisioningGroupRequestLaunchConfiguration.js.map +1 -1
- package/dist/models/CreateAutoProvisioningGroupRequestLaunchConfigurationDataDisk.d.ts +11 -4
- package/dist/models/CreateAutoProvisioningGroupRequestLaunchConfigurationDataDisk.js.map +1 -1
- package/dist/models/CreateAutoProvisioningGroupRequestLaunchConfigurationImageOptions.d.ts +6 -0
- package/dist/models/CreateAutoProvisioningGroupRequestLaunchConfigurationImageOptions.js.map +1 -1
- package/dist/models/CreateAutoProvisioningGroupRequestLaunchConfigurationSystemDisk.d.ts +10 -3
- package/dist/models/CreateAutoProvisioningGroupRequestLaunchConfigurationSystemDisk.js.map +1 -1
- package/dist/models/CreateAutoProvisioningGroupShrinkRequestLaunchConfiguration.d.ts +34 -0
- package/dist/models/CreateAutoProvisioningGroupShrinkRequestLaunchConfiguration.js.map +1 -1
- package/dist/models/CreateAutoProvisioningGroupShrinkRequestLaunchConfigurationDataDisk.d.ts +11 -4
- package/dist/models/CreateAutoProvisioningGroupShrinkRequestLaunchConfigurationDataDisk.js.map +1 -1
- package/dist/models/CreateAutoProvisioningGroupShrinkRequestLaunchConfigurationImageOptions.d.ts +6 -0
- package/dist/models/CreateAutoProvisioningGroupShrinkRequestLaunchConfigurationImageOptions.js.map +1 -1
- package/dist/models/CreateAutoProvisioningGroupShrinkRequestLaunchConfigurationSystemDisk.d.ts +10 -3
- package/dist/models/CreateAutoProvisioningGroupShrinkRequestLaunchConfigurationSystemDisk.js.map +1 -1
- package/dist/models/CreateDiskRequest.d.ts +9 -3
- package/dist/models/CreateDiskRequest.js.map +1 -1
- package/dist/models/CreateStorageSetRequest.d.ts +2 -0
- package/dist/models/CreateStorageSetRequest.js +6 -0
- package/dist/models/CreateStorageSetRequest.js.map +1 -1
- package/dist/models/CreateStorageSetRequestTag.d.ts +15 -0
- package/dist/models/CreateStorageSetRequestTag.js +60 -0
- package/dist/models/CreateStorageSetRequestTag.js.map +1 -0
- package/dist/models/DeleteImageRequest.d.ts +1 -1
- package/dist/models/DescribeDisksRequest.d.ts +2 -1
- package/dist/models/DescribeDisksRequest.js.map +1 -1
- package/dist/models/DescribeStorageSetsRequest.d.ts +2 -0
- package/dist/models/DescribeStorageSetsRequest.js +6 -0
- package/dist/models/DescribeStorageSetsRequest.js.map +1 -1
- package/dist/models/DescribeStorageSetsRequestTag.d.ts +15 -0
- package/dist/models/DescribeStorageSetsRequestTag.js +60 -0
- package/dist/models/DescribeStorageSetsRequestTag.js.map +1 -0
- package/dist/models/DescribeStorageSetsResponseBodyStorageSetsStorageSet.d.ts +3 -0
- package/dist/models/DescribeStorageSetsResponseBodyStorageSetsStorageSet.js +8 -0
- package/dist/models/DescribeStorageSetsResponseBodyStorageSetsStorageSet.js.map +1 -1
- package/dist/models/DescribeStorageSetsResponseBodyStorageSetsStorageSetTags.d.ts +15 -0
- package/dist/models/DescribeStorageSetsResponseBodyStorageSetsStorageSetTags.js +62 -0
- package/dist/models/DescribeStorageSetsResponseBodyStorageSetsStorageSetTags.js.map +1 -0
- package/dist/models/DescribeStorageSetsResponseBodyStorageSetsStorageSetTagsTag.d.ts +15 -0
- package/dist/models/DescribeStorageSetsResponseBodyStorageSetsStorageSetTagsTag.js +60 -0
- package/dist/models/DescribeStorageSetsResponseBodyStorageSetsStorageSetTagsTag.js.map +1 -0
- package/dist/models/InvokeCommandRequest.d.ts +1 -0
- package/dist/models/InvokeCommandRequest.js +2 -0
- package/dist/models/InvokeCommandRequest.js.map +1 -1
- package/dist/models/InvokeCommandShrinkRequest.d.ts +1 -0
- package/dist/models/InvokeCommandShrinkRequest.js +2 -0
- package/dist/models/InvokeCommandShrinkRequest.js.map +1 -1
- package/dist/models/ModifyInstanceSpecRequest.d.ts +6 -11
- package/dist/models/ModifyInstanceSpecRequest.js.map +1 -1
- package/dist/models/ResizeDiskRequest.d.ts +6 -6
- package/dist/models/model.d.ts +4 -0
- package/dist/models/model.js +45 -37
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +36 -24
- package/src/models/CreateAutoProvisioningGroupRequestLaunchConfiguration.ts +34 -0
- package/src/models/CreateAutoProvisioningGroupRequestLaunchConfigurationDataDisk.ts +11 -4
- package/src/models/CreateAutoProvisioningGroupRequestLaunchConfigurationImageOptions.ts +6 -0
- package/src/models/CreateAutoProvisioningGroupRequestLaunchConfigurationSystemDisk.ts +10 -3
- package/src/models/CreateAutoProvisioningGroupShrinkRequestLaunchConfiguration.ts +34 -0
- package/src/models/CreateAutoProvisioningGroupShrinkRequestLaunchConfigurationDataDisk.ts +11 -4
- package/src/models/CreateAutoProvisioningGroupShrinkRequestLaunchConfigurationImageOptions.ts +6 -0
- package/src/models/CreateAutoProvisioningGroupShrinkRequestLaunchConfigurationSystemDisk.ts +10 -3
- package/src/models/CreateDiskRequest.ts +9 -3
- package/src/models/CreateStorageSetRequest.ts +7 -0
- package/src/models/CreateStorageSetRequestTag.ts +30 -0
- package/src/models/DeleteImageRequest.ts +1 -1
- package/src/models/DescribeDisksRequest.ts +2 -1
- package/src/models/DescribeStorageSetsRequest.ts +7 -0
- package/src/models/DescribeStorageSetsRequestTag.ts +30 -0
- package/src/models/DescribeStorageSetsResponseBodyStorageSetsStorageSet.ts +10 -0
- package/src/models/DescribeStorageSetsResponseBodyStorageSetsStorageSetTags.ts +31 -0
- package/src/models/DescribeStorageSetsResponseBodyStorageSetsStorageSetTagsTag.ts +30 -0
- package/src/models/InvokeCommandRequest.ts +3 -0
- package/src/models/InvokeCommandShrinkRequest.ts +3 -0
- package/src/models/ModifyInstanceSpecRequest.ts +6 -11
- package/src/models/ResizeDiskRequest.ts +6 -6
- package/src/models/model.ts +4 -0
package/dist/client.d.ts
CHANGED
|
@@ -2017,7 +2017,7 @@ export default class Client extends OpenApi {
|
|
|
2017
2017
|
*/
|
|
2018
2018
|
deleteDedicatedHostCluster(request: $_model.DeleteDedicatedHostClusterRequest): Promise<$_model.DeleteDedicatedHostClusterResponse>;
|
|
2019
2019
|
/**
|
|
2020
|
-
* Deletes a deployment set
|
|
2020
|
+
* Deletes a deployment set.
|
|
2021
2021
|
*
|
|
2022
2022
|
* @remarks
|
|
2023
2023
|
* Before you delete a deployment set, make sure that no instances exist in the deployment set. If instances exist in the deployment set, move the instances to a different deployment set or release the instances before you delete the deployment set. For more information, see [Change the deployment set of an instance](https://help.aliyun.com/document_detail/108407.html) and [Release an ECS instance](https://help.aliyun.com/document_detail/25442.html).
|
|
@@ -2028,7 +2028,7 @@ export default class Client extends OpenApi {
|
|
|
2028
2028
|
*/
|
|
2029
2029
|
deleteDeploymentSetWithOptions(request: $_model.DeleteDeploymentSetRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteDeploymentSetResponse>;
|
|
2030
2030
|
/**
|
|
2031
|
-
* Deletes a deployment set
|
|
2031
|
+
* Deletes a deployment set.
|
|
2032
2032
|
*
|
|
2033
2033
|
* @remarks
|
|
2034
2034
|
* Before you delete a deployment set, make sure that no instances exist in the deployment set. If instances exist in the deployment set, move the instances to a different deployment set or release the instances before you delete the deployment set. For more information, see [Change the deployment set of an instance](https://help.aliyun.com/document_detail/108407.html) and [Release an ECS instance](https://help.aliyun.com/document_detail/25442.html).
|
|
@@ -2765,7 +2765,7 @@ export default class Client extends OpenApi {
|
|
|
2765
2765
|
*/
|
|
2766
2766
|
describeAutoProvisioningGroupInstances(request: $_model.DescribeAutoProvisioningGroupInstancesRequest): Promise<$_model.DescribeAutoProvisioningGroupInstancesResponse>;
|
|
2767
2767
|
/**
|
|
2768
|
-
* Queries information
|
|
2768
|
+
* Queries information about one or more auto provisioning groups.
|
|
2769
2769
|
*
|
|
2770
2770
|
* @param request - DescribeAutoProvisioningGroupsRequest
|
|
2771
2771
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2773,7 +2773,7 @@ export default class Client extends OpenApi {
|
|
|
2773
2773
|
*/
|
|
2774
2774
|
describeAutoProvisioningGroupsWithOptions(request: $_model.DescribeAutoProvisioningGroupsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAutoProvisioningGroupsResponse>;
|
|
2775
2775
|
/**
|
|
2776
|
-
* Queries information
|
|
2776
|
+
* Queries information about one or more auto provisioning groups.
|
|
2777
2777
|
*
|
|
2778
2778
|
* @param request - DescribeAutoProvisioningGroupsRequest
|
|
2779
2779
|
* @returns DescribeAutoProvisioningGroupsResponse
|
|
@@ -3142,7 +3142,7 @@ export default class Client extends OpenApi {
|
|
|
3142
3142
|
*/
|
|
3143
3143
|
describeDeploymentSetSupportedInstanceTypeFamily(request: $_model.DescribeDeploymentSetSupportedInstanceTypeFamilyRequest): Promise<$_model.DescribeDeploymentSetSupportedInstanceTypeFamilyResponse>;
|
|
3144
3144
|
/**
|
|
3145
|
-
* Queries
|
|
3145
|
+
* Queries detailed information about one or more deployment sets.
|
|
3146
3146
|
*
|
|
3147
3147
|
* @param request - DescribeDeploymentSetsRequest
|
|
3148
3148
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -3150,7 +3150,7 @@ export default class Client extends OpenApi {
|
|
|
3150
3150
|
*/
|
|
3151
3151
|
describeDeploymentSetsWithOptions(request: $_model.DescribeDeploymentSetsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDeploymentSetsResponse>;
|
|
3152
3152
|
/**
|
|
3153
|
-
* Queries
|
|
3153
|
+
* Queries detailed information about one or more deployment sets.
|
|
3154
3154
|
*
|
|
3155
3155
|
* @param request - DescribeDeploymentSetsRequest
|
|
3156
3156
|
* @returns DescribeDeploymentSetsResponse
|
|
@@ -4391,7 +4391,7 @@ export default class Client extends OpenApi {
|
|
|
4391
4391
|
*/
|
|
4392
4392
|
describePrefixListAttributes(request: $_model.DescribePrefixListAttributesRequest): Promise<$_model.DescribePrefixListAttributesResponse>;
|
|
4393
4393
|
/**
|
|
4394
|
-
* Queries the information of
|
|
4394
|
+
* Queries the information of prefix lists.
|
|
4395
4395
|
*
|
|
4396
4396
|
* @remarks
|
|
4397
4397
|
* You can specify the `AddressFamily`, `PrefixListId.N`, and `PrefixListName` request parameters in the request. Specified parameters have logical AND relations. Only the parameters that you set are included in the filter conditions.
|
|
@@ -4402,7 +4402,7 @@ export default class Client extends OpenApi {
|
|
|
4402
4402
|
*/
|
|
4403
4403
|
describePrefixListsWithOptions(request: $_model.DescribePrefixListsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePrefixListsResponse>;
|
|
4404
4404
|
/**
|
|
4405
|
-
* Queries the information of
|
|
4405
|
+
* Queries the information of prefix lists.
|
|
4406
4406
|
*
|
|
4407
4407
|
* @remarks
|
|
4408
4408
|
* You can specify the `AddressFamily`, `PrefixListId.N`, and `PrefixListName` request parameters in the request. Specified parameters have logical AND relations. Only the parameters that you set are included in the filter conditions.
|
|
@@ -5437,7 +5437,7 @@ export default class Client extends OpenApi {
|
|
|
5437
5437
|
*
|
|
5438
5438
|
* @remarks
|
|
5439
5439
|
* **Instructions**
|
|
5440
|
-
* *
|
|
5440
|
+
* * You must grant the RAM user the `AliyunECSFullAccess` permissions. For information about how to grant permissions to a RAM user, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
|
|
5441
5441
|
* * **Considerations**
|
|
5442
5442
|
* * After Account-level EBS Default Encryption is disabled, the encryption status of existing cloud disks is not affected.
|
|
5443
5443
|
* * After Account-level EBS Default Encryption is disabled, you can still choose to encrypt new cloud disks when you purchase the disks.
|
|
@@ -5452,7 +5452,7 @@ export default class Client extends OpenApi {
|
|
|
5452
5452
|
*
|
|
5453
5453
|
* @remarks
|
|
5454
5454
|
* **Instructions**
|
|
5455
|
-
* *
|
|
5455
|
+
* * You must grant the RAM user the `AliyunECSFullAccess` permissions. For information about how to grant permissions to a RAM user, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
|
|
5456
5456
|
* * **Considerations**
|
|
5457
5457
|
* * After Account-level EBS Default Encryption is disabled, the encryption status of existing cloud disks is not affected.
|
|
5458
5458
|
* * After Account-level EBS Default Encryption is disabled, you can still choose to encrypt new cloud disks when you purchase the disks.
|
|
@@ -5465,16 +5465,16 @@ export default class Client extends OpenApi {
|
|
|
5465
5465
|
* Enables the Account-level Elastic Block Storage (EBS) Default Encryption feature in a region.
|
|
5466
5466
|
*
|
|
5467
5467
|
* @remarks
|
|
5468
|
-
* > The Account-level EBS Default Encryption feature is available only in specific regions and to specific users. To use
|
|
5468
|
+
* > The Account-level EBS Default Encryption feature is available only in specific regions and to specific users. To use the feature, [submit a ticket](https://smartservice.console.aliyun.com/service/create-ticket-intl).
|
|
5469
5469
|
* * **Precautions**
|
|
5470
|
-
* *
|
|
5470
|
+
* * To enable the Account-level EBS Default Encryption feature as a Resource Access Management (RAM) user, grant the `AliyunECSFullAccess` permission to the RAM user. For more information, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
|
|
5471
5471
|
* * Before you can enable the Account-level EBS Default Encryption feature in a region, you must [activate Key Management Service (KMS)](https://help.aliyun.com/document_detail/480156.html) in the region.
|
|
5472
5472
|
* * After you enable the Account-level EBS Default Encryption feature in a region, you can purchase only encrypted cloud disks in the region. For more information, see the [Limits](~~59643#50de175230erj~~) section of the "Encrypt cloud disks" topic.
|
|
5473
5473
|
* * **Considerations**
|
|
5474
|
-
* * After you enable the Account-level EBS Default Encryption feature in a region, new pay-as-you-go and subscription cloud disks in the region must be encrypted. You can use the KMS key configured for the
|
|
5474
|
+
* * After you enable the Account-level EBS Default Encryption feature in a region, new pay-as-you-go and subscription cloud disks in the region must be encrypted. You can use the KMS key configured for the feature or specify other KMS keys to encrypt the cloud disks.
|
|
5475
5475
|
* * The first time you enable the Account-level EBS Default Encryption feature in a region, the service key in the region is automatically used to encrypt EBS resources.
|
|
5476
5476
|
* * **Suggestions**
|
|
5477
|
-
* * You can call the [DescribeDiskEncryptionByDefaultStatus](https://help.aliyun.com/document_detail/2851493.html) operation to query whether the Account-level EBS Default Encryption feature is enabled in a region and the [DescribeDiskDefaultKMSKeyId](https://help.aliyun.com/document_detail/2851490.html) operation to query the ID of the KMS key used by the
|
|
5477
|
+
* * You can call the [DescribeDiskEncryptionByDefaultStatus](https://help.aliyun.com/document_detail/2851493.html) operation to query whether the Account-level EBS Default Encryption feature is enabled in a region and the [DescribeDiskDefaultKMSKeyId](https://help.aliyun.com/document_detail/2851490.html) operation to query the ID of the KMS key used by the feature in a region.
|
|
5478
5478
|
* * You can call the [ModifyDiskDefaultKMSKeyId](https://help.aliyun.com/document_detail/2851492.html) or [ResetDiskDefaultKMSKeyId](https://help.aliyun.com/document_detail/2851539.html) operation to change or reset the KMS key used by the Account-level EBS Default Encryption feature in a region.
|
|
5479
5479
|
* * You can call the [DisableDiskEncryptionByDefault](https://help.aliyun.com/document_detail/2851491.html) operation to disable the Account-level EBS Default Encryption feature in a region.
|
|
5480
5480
|
*
|
|
@@ -5487,16 +5487,16 @@ export default class Client extends OpenApi {
|
|
|
5487
5487
|
* Enables the Account-level Elastic Block Storage (EBS) Default Encryption feature in a region.
|
|
5488
5488
|
*
|
|
5489
5489
|
* @remarks
|
|
5490
|
-
* > The Account-level EBS Default Encryption feature is available only in specific regions and to specific users. To use
|
|
5490
|
+
* > The Account-level EBS Default Encryption feature is available only in specific regions and to specific users. To use the feature, [submit a ticket](https://smartservice.console.aliyun.com/service/create-ticket-intl).
|
|
5491
5491
|
* * **Precautions**
|
|
5492
|
-
* *
|
|
5492
|
+
* * To enable the Account-level EBS Default Encryption feature as a Resource Access Management (RAM) user, grant the `AliyunECSFullAccess` permission to the RAM user. For more information, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
|
|
5493
5493
|
* * Before you can enable the Account-level EBS Default Encryption feature in a region, you must [activate Key Management Service (KMS)](https://help.aliyun.com/document_detail/480156.html) in the region.
|
|
5494
5494
|
* * After you enable the Account-level EBS Default Encryption feature in a region, you can purchase only encrypted cloud disks in the region. For more information, see the [Limits](~~59643#50de175230erj~~) section of the "Encrypt cloud disks" topic.
|
|
5495
5495
|
* * **Considerations**
|
|
5496
|
-
* * After you enable the Account-level EBS Default Encryption feature in a region, new pay-as-you-go and subscription cloud disks in the region must be encrypted. You can use the KMS key configured for the
|
|
5496
|
+
* * After you enable the Account-level EBS Default Encryption feature in a region, new pay-as-you-go and subscription cloud disks in the region must be encrypted. You can use the KMS key configured for the feature or specify other KMS keys to encrypt the cloud disks.
|
|
5497
5497
|
* * The first time you enable the Account-level EBS Default Encryption feature in a region, the service key in the region is automatically used to encrypt EBS resources.
|
|
5498
5498
|
* * **Suggestions**
|
|
5499
|
-
* * You can call the [DescribeDiskEncryptionByDefaultStatus](https://help.aliyun.com/document_detail/2851493.html) operation to query whether the Account-level EBS Default Encryption feature is enabled in a region and the [DescribeDiskDefaultKMSKeyId](https://help.aliyun.com/document_detail/2851490.html) operation to query the ID of the KMS key used by the
|
|
5499
|
+
* * You can call the [DescribeDiskEncryptionByDefaultStatus](https://help.aliyun.com/document_detail/2851493.html) operation to query whether the Account-level EBS Default Encryption feature is enabled in a region and the [DescribeDiskDefaultKMSKeyId](https://help.aliyun.com/document_detail/2851490.html) operation to query the ID of the KMS key used by the feature in a region.
|
|
5500
5500
|
* * You can call the [ModifyDiskDefaultKMSKeyId](https://help.aliyun.com/document_detail/2851492.html) or [ResetDiskDefaultKMSKeyId](https://help.aliyun.com/document_detail/2851539.html) operation to change or reset the KMS key used by the Account-level EBS Default Encryption feature in a region.
|
|
5501
5501
|
* * You can call the [DisableDiskEncryptionByDefault](https://help.aliyun.com/document_detail/2851491.html) operation to disable the Account-level EBS Default Encryption feature in a region.
|
|
5502
5502
|
*
|
|
@@ -6492,7 +6492,7 @@ export default class Client extends OpenApi {
|
|
|
6492
6492
|
* Changes the Key Management Service (KMS) key used by the Account-level Elastic Block Storage (EBS) Default Encryption feature in a region.
|
|
6493
6493
|
*
|
|
6494
6494
|
* @remarks
|
|
6495
|
-
*
|
|
6495
|
+
* To call this operation as a Resource Access Management (RAM) user, grant the `AliyunECSFullAccess` permission to the RAM user. For more information, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
|
|
6496
6496
|
* * Before you can call this operation in a region, make sure that the Account-level EBS Default Encryption feature is enabled in the region.
|
|
6497
6497
|
* * The first time you use a customer master key (CMK), you must use the `AliyunECSDiskEncryptDefaultRole` role to grant Elastic Compute Service (ECS) access to KMS resources. For more information, see [Grant access to KMS keys through RAM roles](https://help.aliyun.com/document_detail/2838993.html).
|
|
6498
6498
|
*
|
|
@@ -6505,7 +6505,7 @@ export default class Client extends OpenApi {
|
|
|
6505
6505
|
* Changes the Key Management Service (KMS) key used by the Account-level Elastic Block Storage (EBS) Default Encryption feature in a region.
|
|
6506
6506
|
*
|
|
6507
6507
|
* @remarks
|
|
6508
|
-
*
|
|
6508
|
+
* To call this operation as a Resource Access Management (RAM) user, grant the `AliyunECSFullAccess` permission to the RAM user. For more information, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
|
|
6509
6509
|
* * Before you can call this operation in a region, make sure that the Account-level EBS Default Encryption feature is enabled in the region.
|
|
6510
6510
|
* * The first time you use a customer master key (CMK), you must use the `AliyunECSDiskEncryptDefaultRole` role to grant Elastic Compute Service (ECS) access to KMS resources. For more information, see [Grant access to KMS keys through RAM roles](https://help.aliyun.com/document_detail/2838993.html).
|
|
6511
6511
|
*
|
|
@@ -8390,8 +8390,8 @@ export default class Client extends OpenApi {
|
|
|
8390
8390
|
* Resets the Key Management Service (KMS) key used by Account-level Elastic Block Storage (EBS) Default Encryption in a region to the service key.
|
|
8391
8391
|
*
|
|
8392
8392
|
* @remarks
|
|
8393
|
-
*
|
|
8394
|
-
* * Before you can call this operation in a region, make sure that the Account-level Elastic Block Storage (EBS) Default Encryption feature is enabled in the region.
|
|
8393
|
+
* You must grant the RAM user the `AliyunECSFullAccess` permissions. For information about how to grant permissions to a RAM user, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
|
|
8394
|
+
* * Before you can call this operation in a region, make sure that the **Account-level Elastic Block Storage (EBS) Default Encryption** feature is enabled in the region.
|
|
8395
8395
|
*
|
|
8396
8396
|
* @param request - ResetDiskDefaultKMSKeyIdRequest
|
|
8397
8397
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -8402,8 +8402,8 @@ export default class Client extends OpenApi {
|
|
|
8402
8402
|
* Resets the Key Management Service (KMS) key used by Account-level Elastic Block Storage (EBS) Default Encryption in a region to the service key.
|
|
8403
8403
|
*
|
|
8404
8404
|
* @remarks
|
|
8405
|
-
*
|
|
8406
|
-
* * Before you can call this operation in a region, make sure that the Account-level Elastic Block Storage (EBS) Default Encryption feature is enabled in the region.
|
|
8405
|
+
* You must grant the RAM user the `AliyunECSFullAccess` permissions. For information about how to grant permissions to a RAM user, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
|
|
8406
|
+
* * Before you can call this operation in a region, make sure that the **Account-level Elastic Block Storage (EBS) Default Encryption** feature is enabled in the region.
|
|
8407
8407
|
*
|
|
8408
8408
|
* @param request - ResetDiskDefaultKMSKeyIdRequest
|
|
8409
8409
|
* @returns ResetDiskDefaultKMSKeyIdResponse
|
package/dist/client.js
CHANGED
|
@@ -6152,6 +6152,9 @@ class Client extends openapi_core_1.default {
|
|
|
6152
6152
|
if (!$dara.isNull(request.storageSetName)) {
|
|
6153
6153
|
query["StorageSetName"] = request.storageSetName;
|
|
6154
6154
|
}
|
|
6155
|
+
if (!$dara.isNull(request.tag)) {
|
|
6156
|
+
query["Tag"] = request.tag;
|
|
6157
|
+
}
|
|
6155
6158
|
if (!$dara.isNull(request.zoneId)) {
|
|
6156
6159
|
query["ZoneId"] = request.zoneId;
|
|
6157
6160
|
}
|
|
@@ -6809,7 +6812,7 @@ class Client extends openapi_core_1.default {
|
|
|
6809
6812
|
return await this.deleteDedicatedHostClusterWithOptions(request, runtime);
|
|
6810
6813
|
}
|
|
6811
6814
|
/**
|
|
6812
|
-
* Deletes a deployment set
|
|
6815
|
+
* Deletes a deployment set.
|
|
6813
6816
|
*
|
|
6814
6817
|
* @remarks
|
|
6815
6818
|
* Before you delete a deployment set, make sure that no instances exist in the deployment set. If instances exist in the deployment set, move the instances to a different deployment set or release the instances before you delete the deployment set. For more information, see [Change the deployment set of an instance](https://help.aliyun.com/document_detail/108407.html) and [Release an ECS instance](https://help.aliyun.com/document_detail/25442.html).
|
|
@@ -6856,7 +6859,7 @@ class Client extends openapi_core_1.default {
|
|
|
6856
6859
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteDeploymentSetResponse({}));
|
|
6857
6860
|
}
|
|
6858
6861
|
/**
|
|
6859
|
-
* Deletes a deployment set
|
|
6862
|
+
* Deletes a deployment set.
|
|
6860
6863
|
*
|
|
6861
6864
|
* @remarks
|
|
6862
6865
|
* Before you delete a deployment set, make sure that no instances exist in the deployment set. If instances exist in the deployment set, move the instances to a different deployment set or release the instances before you delete the deployment set. For more information, see [Change the deployment set of an instance](https://help.aliyun.com/document_detail/108407.html) and [Release an ECS instance](https://help.aliyun.com/document_detail/25442.html).
|
|
@@ -9103,7 +9106,7 @@ class Client extends openapi_core_1.default {
|
|
|
9103
9106
|
return await this.describeAutoProvisioningGroupInstancesWithOptions(request, runtime);
|
|
9104
9107
|
}
|
|
9105
9108
|
/**
|
|
9106
|
-
* Queries information
|
|
9109
|
+
* Queries information about one or more auto provisioning groups.
|
|
9107
9110
|
*
|
|
9108
9111
|
* @param request - DescribeAutoProvisioningGroupsRequest
|
|
9109
9112
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9165,7 +9168,7 @@ class Client extends openapi_core_1.default {
|
|
|
9165
9168
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAutoProvisioningGroupsResponse({}));
|
|
9166
9169
|
}
|
|
9167
9170
|
/**
|
|
9168
|
-
* Queries information
|
|
9171
|
+
* Queries information about one or more auto provisioning groups.
|
|
9169
9172
|
*
|
|
9170
9173
|
* @param request - DescribeAutoProvisioningGroupsRequest
|
|
9171
9174
|
* @returns DescribeAutoProvisioningGroupsResponse
|
|
@@ -10402,7 +10405,7 @@ class Client extends openapi_core_1.default {
|
|
|
10402
10405
|
return await this.describeDeploymentSetSupportedInstanceTypeFamilyWithOptions(request, runtime);
|
|
10403
10406
|
}
|
|
10404
10407
|
/**
|
|
10405
|
-
* Queries
|
|
10408
|
+
* Queries detailed information about one or more deployment sets.
|
|
10406
10409
|
*
|
|
10407
10410
|
* @param request - DescribeDeploymentSetsRequest
|
|
10408
10411
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10467,7 +10470,7 @@ class Client extends openapi_core_1.default {
|
|
|
10467
10470
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeDeploymentSetsResponse({}));
|
|
10468
10471
|
}
|
|
10469
10472
|
/**
|
|
10470
|
-
* Queries
|
|
10473
|
+
* Queries detailed information about one or more deployment sets.
|
|
10471
10474
|
*
|
|
10472
10475
|
* @param request - DescribeDeploymentSetsRequest
|
|
10473
10476
|
* @returns DescribeDeploymentSetsResponse
|
|
@@ -15009,7 +15012,7 @@ class Client extends openapi_core_1.default {
|
|
|
15009
15012
|
return await this.describePrefixListAttributesWithOptions(request, runtime);
|
|
15010
15013
|
}
|
|
15011
15014
|
/**
|
|
15012
|
-
* Queries the information of
|
|
15015
|
+
* Queries the information of prefix lists.
|
|
15013
15016
|
*
|
|
15014
15017
|
* @remarks
|
|
15015
15018
|
* You can specify the `AddressFamily`, `PrefixListId.N`, and `PrefixListName` request parameters in the request. Specified parameters have logical AND relations. Only the parameters that you set are included in the filter conditions.
|
|
@@ -15077,7 +15080,7 @@ class Client extends openapi_core_1.default {
|
|
|
15077
15080
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePrefixListsResponse({}));
|
|
15078
15081
|
}
|
|
15079
15082
|
/**
|
|
15080
|
-
* Queries the information of
|
|
15083
|
+
* Queries the information of prefix lists.
|
|
15081
15084
|
*
|
|
15082
15085
|
* @remarks
|
|
15083
15086
|
* You can specify the `AddressFamily`, `PrefixListId.N`, and `PrefixListName` request parameters in the request. Specified parameters have logical AND relations. Only the parameters that you set are included in the filter conditions.
|
|
@@ -17309,6 +17312,9 @@ class Client extends openapi_core_1.default {
|
|
|
17309
17312
|
if (!$dara.isNull(request.storageSetName)) {
|
|
17310
17313
|
query["StorageSetName"] = request.storageSetName;
|
|
17311
17314
|
}
|
|
17315
|
+
if (!$dara.isNull(request.tag)) {
|
|
17316
|
+
query["Tag"] = request.tag;
|
|
17317
|
+
}
|
|
17312
17318
|
if (!$dara.isNull(request.zoneId)) {
|
|
17313
17319
|
query["ZoneId"] = request.zoneId;
|
|
17314
17320
|
}
|
|
@@ -18526,7 +18532,7 @@ class Client extends openapi_core_1.default {
|
|
|
18526
18532
|
*
|
|
18527
18533
|
* @remarks
|
|
18528
18534
|
* **Instructions**
|
|
18529
|
-
* *
|
|
18535
|
+
* * You must grant the RAM user the `AliyunECSFullAccess` permissions. For information about how to grant permissions to a RAM user, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
|
|
18530
18536
|
* * **Considerations**
|
|
18531
18537
|
* * After Account-level EBS Default Encryption is disabled, the encryption status of existing cloud disks is not affected.
|
|
18532
18538
|
* * After Account-level EBS Default Encryption is disabled, you can still choose to encrypt new cloud disks when you purchase the disks.
|
|
@@ -18565,7 +18571,7 @@ class Client extends openapi_core_1.default {
|
|
|
18565
18571
|
*
|
|
18566
18572
|
* @remarks
|
|
18567
18573
|
* **Instructions**
|
|
18568
|
-
* *
|
|
18574
|
+
* * You must grant the RAM user the `AliyunECSFullAccess` permissions. For information about how to grant permissions to a RAM user, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
|
|
18569
18575
|
* * **Considerations**
|
|
18570
18576
|
* * After Account-level EBS Default Encryption is disabled, the encryption status of existing cloud disks is not affected.
|
|
18571
18577
|
* * After Account-level EBS Default Encryption is disabled, you can still choose to encrypt new cloud disks when you purchase the disks.
|
|
@@ -18581,16 +18587,16 @@ class Client extends openapi_core_1.default {
|
|
|
18581
18587
|
* Enables the Account-level Elastic Block Storage (EBS) Default Encryption feature in a region.
|
|
18582
18588
|
*
|
|
18583
18589
|
* @remarks
|
|
18584
|
-
* > The Account-level EBS Default Encryption feature is available only in specific regions and to specific users. To use
|
|
18590
|
+
* > The Account-level EBS Default Encryption feature is available only in specific regions and to specific users. To use the feature, [submit a ticket](https://smartservice.console.aliyun.com/service/create-ticket-intl).
|
|
18585
18591
|
* * **Precautions**
|
|
18586
|
-
* *
|
|
18592
|
+
* * To enable the Account-level EBS Default Encryption feature as a Resource Access Management (RAM) user, grant the `AliyunECSFullAccess` permission to the RAM user. For more information, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
|
|
18587
18593
|
* * Before you can enable the Account-level EBS Default Encryption feature in a region, you must [activate Key Management Service (KMS)](https://help.aliyun.com/document_detail/480156.html) in the region.
|
|
18588
18594
|
* * After you enable the Account-level EBS Default Encryption feature in a region, you can purchase only encrypted cloud disks in the region. For more information, see the [Limits](~~59643#50de175230erj~~) section of the "Encrypt cloud disks" topic.
|
|
18589
18595
|
* * **Considerations**
|
|
18590
|
-
* * After you enable the Account-level EBS Default Encryption feature in a region, new pay-as-you-go and subscription cloud disks in the region must be encrypted. You can use the KMS key configured for the
|
|
18596
|
+
* * After you enable the Account-level EBS Default Encryption feature in a region, new pay-as-you-go and subscription cloud disks in the region must be encrypted. You can use the KMS key configured for the feature or specify other KMS keys to encrypt the cloud disks.
|
|
18591
18597
|
* * The first time you enable the Account-level EBS Default Encryption feature in a region, the service key in the region is automatically used to encrypt EBS resources.
|
|
18592
18598
|
* * **Suggestions**
|
|
18593
|
-
* * You can call the [DescribeDiskEncryptionByDefaultStatus](https://help.aliyun.com/document_detail/2851493.html) operation to query whether the Account-level EBS Default Encryption feature is enabled in a region and the [DescribeDiskDefaultKMSKeyId](https://help.aliyun.com/document_detail/2851490.html) operation to query the ID of the KMS key used by the
|
|
18599
|
+
* * You can call the [DescribeDiskEncryptionByDefaultStatus](https://help.aliyun.com/document_detail/2851493.html) operation to query whether the Account-level EBS Default Encryption feature is enabled in a region and the [DescribeDiskDefaultKMSKeyId](https://help.aliyun.com/document_detail/2851490.html) operation to query the ID of the KMS key used by the feature in a region.
|
|
18594
18600
|
* * You can call the [ModifyDiskDefaultKMSKeyId](https://help.aliyun.com/document_detail/2851492.html) or [ResetDiskDefaultKMSKeyId](https://help.aliyun.com/document_detail/2851539.html) operation to change or reset the KMS key used by the Account-level EBS Default Encryption feature in a region.
|
|
18595
18601
|
* * You can call the [DisableDiskEncryptionByDefault](https://help.aliyun.com/document_detail/2851491.html) operation to disable the Account-level EBS Default Encryption feature in a region.
|
|
18596
18602
|
*
|
|
@@ -18636,16 +18642,16 @@ class Client extends openapi_core_1.default {
|
|
|
18636
18642
|
* Enables the Account-level Elastic Block Storage (EBS) Default Encryption feature in a region.
|
|
18637
18643
|
*
|
|
18638
18644
|
* @remarks
|
|
18639
|
-
* > The Account-level EBS Default Encryption feature is available only in specific regions and to specific users. To use
|
|
18645
|
+
* > The Account-level EBS Default Encryption feature is available only in specific regions and to specific users. To use the feature, [submit a ticket](https://smartservice.console.aliyun.com/service/create-ticket-intl).
|
|
18640
18646
|
* * **Precautions**
|
|
18641
|
-
* *
|
|
18647
|
+
* * To enable the Account-level EBS Default Encryption feature as a Resource Access Management (RAM) user, grant the `AliyunECSFullAccess` permission to the RAM user. For more information, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
|
|
18642
18648
|
* * Before you can enable the Account-level EBS Default Encryption feature in a region, you must [activate Key Management Service (KMS)](https://help.aliyun.com/document_detail/480156.html) in the region.
|
|
18643
18649
|
* * After you enable the Account-level EBS Default Encryption feature in a region, you can purchase only encrypted cloud disks in the region. For more information, see the [Limits](~~59643#50de175230erj~~) section of the "Encrypt cloud disks" topic.
|
|
18644
18650
|
* * **Considerations**
|
|
18645
|
-
* * After you enable the Account-level EBS Default Encryption feature in a region, new pay-as-you-go and subscription cloud disks in the region must be encrypted. You can use the KMS key configured for the
|
|
18651
|
+
* * After you enable the Account-level EBS Default Encryption feature in a region, new pay-as-you-go and subscription cloud disks in the region must be encrypted. You can use the KMS key configured for the feature or specify other KMS keys to encrypt the cloud disks.
|
|
18646
18652
|
* * The first time you enable the Account-level EBS Default Encryption feature in a region, the service key in the region is automatically used to encrypt EBS resources.
|
|
18647
18653
|
* * **Suggestions**
|
|
18648
|
-
* * You can call the [DescribeDiskEncryptionByDefaultStatus](https://help.aliyun.com/document_detail/2851493.html) operation to query whether the Account-level EBS Default Encryption feature is enabled in a region and the [DescribeDiskDefaultKMSKeyId](https://help.aliyun.com/document_detail/2851490.html) operation to query the ID of the KMS key used by the
|
|
18654
|
+
* * You can call the [DescribeDiskEncryptionByDefaultStatus](https://help.aliyun.com/document_detail/2851493.html) operation to query whether the Account-level EBS Default Encryption feature is enabled in a region and the [DescribeDiskDefaultKMSKeyId](https://help.aliyun.com/document_detail/2851490.html) operation to query the ID of the KMS key used by the feature in a region.
|
|
18649
18655
|
* * You can call the [ModifyDiskDefaultKMSKeyId](https://help.aliyun.com/document_detail/2851492.html) or [ResetDiskDefaultKMSKeyId](https://help.aliyun.com/document_detail/2851539.html) operation to change or reset the KMS key used by the Account-level EBS Default Encryption feature in a region.
|
|
18650
18656
|
* * You can call the [DisableDiskEncryptionByDefault](https://help.aliyun.com/document_detail/2851491.html) operation to disable the Account-level EBS Default Encryption feature in a region.
|
|
18651
18657
|
*
|
|
@@ -19669,6 +19675,9 @@ class Client extends openapi_core_1.default {
|
|
|
19669
19675
|
if (!$dara.isNull(request.windowsPasswordName)) {
|
|
19670
19676
|
query["WindowsPasswordName"] = request.windowsPasswordName;
|
|
19671
19677
|
}
|
|
19678
|
+
if (!$dara.isNull(request.workingDir)) {
|
|
19679
|
+
query["WorkingDir"] = request.workingDir;
|
|
19680
|
+
}
|
|
19672
19681
|
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
19673
19682
|
query: openapi_core_2.OpenApiUtil.query(query),
|
|
19674
19683
|
});
|
|
@@ -21226,7 +21235,7 @@ class Client extends openapi_core_1.default {
|
|
|
21226
21235
|
* Changes the Key Management Service (KMS) key used by the Account-level Elastic Block Storage (EBS) Default Encryption feature in a region.
|
|
21227
21236
|
*
|
|
21228
21237
|
* @remarks
|
|
21229
|
-
*
|
|
21238
|
+
* To call this operation as a Resource Access Management (RAM) user, grant the `AliyunECSFullAccess` permission to the RAM user. For more information, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
|
|
21230
21239
|
* * Before you can call this operation in a region, make sure that the Account-level EBS Default Encryption feature is enabled in the region.
|
|
21231
21240
|
* * The first time you use a customer master key (CMK), you must use the `AliyunECSDiskEncryptDefaultRole` role to grant Elastic Compute Service (ECS) access to KMS resources. For more information, see [Grant access to KMS keys through RAM roles](https://help.aliyun.com/document_detail/2838993.html).
|
|
21232
21241
|
*
|
|
@@ -21266,7 +21275,7 @@ class Client extends openapi_core_1.default {
|
|
|
21266
21275
|
* Changes the Key Management Service (KMS) key used by the Account-level Elastic Block Storage (EBS) Default Encryption feature in a region.
|
|
21267
21276
|
*
|
|
21268
21277
|
* @remarks
|
|
21269
|
-
*
|
|
21278
|
+
* To call this operation as a Resource Access Management (RAM) user, grant the `AliyunECSFullAccess` permission to the RAM user. For more information, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
|
|
21270
21279
|
* * Before you can call this operation in a region, make sure that the Account-level EBS Default Encryption feature is enabled in the region.
|
|
21271
21280
|
* * The first time you use a customer master key (CMK), you must use the `AliyunECSDiskEncryptDefaultRole` role to grant Elastic Compute Service (ECS) access to KMS resources. For more information, see [Grant access to KMS keys through RAM roles](https://help.aliyun.com/document_detail/2838993.html).
|
|
21272
21281
|
*
|
|
@@ -27039,8 +27048,8 @@ class Client extends openapi_core_1.default {
|
|
|
27039
27048
|
* Resets the Key Management Service (KMS) key used by Account-level Elastic Block Storage (EBS) Default Encryption in a region to the service key.
|
|
27040
27049
|
*
|
|
27041
27050
|
* @remarks
|
|
27042
|
-
*
|
|
27043
|
-
* * Before you can call this operation in a region, make sure that the Account-level Elastic Block Storage (EBS) Default Encryption feature is enabled in the region.
|
|
27051
|
+
* You must grant the RAM user the `AliyunECSFullAccess` permissions. For information about how to grant permissions to a RAM user, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
|
|
27052
|
+
* * Before you can call this operation in a region, make sure that the **Account-level Elastic Block Storage (EBS) Default Encryption** feature is enabled in the region.
|
|
27044
27053
|
*
|
|
27045
27054
|
* @param request - ResetDiskDefaultKMSKeyIdRequest
|
|
27046
27055
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -27075,8 +27084,8 @@ class Client extends openapi_core_1.default {
|
|
|
27075
27084
|
* Resets the Key Management Service (KMS) key used by Account-level Elastic Block Storage (EBS) Default Encryption in a region to the service key.
|
|
27076
27085
|
*
|
|
27077
27086
|
* @remarks
|
|
27078
|
-
*
|
|
27079
|
-
* * Before you can call this operation in a region, make sure that the Account-level Elastic Block Storage (EBS) Default Encryption feature is enabled in the region.
|
|
27087
|
+
* You must grant the RAM user the `AliyunECSFullAccess` permissions. For information about how to grant permissions to a RAM user, see [Grant permissions to a RAM user](https://help.aliyun.com/document_detail/116146.html).
|
|
27088
|
+
* * Before you can call this operation in a region, make sure that the **Account-level Elastic Block Storage (EBS) Default Encryption** feature is enabled in the region.
|
|
27080
27089
|
*
|
|
27081
27090
|
* @param request - ResetDiskDefaultKMSKeyIdRequest
|
|
27082
27091
|
* @returns ResetDiskDefaultKMSKeyIdResponse
|