@alicloud/ecs20140526 7.7.5 → 7.7.6
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 +6 -6
- package/dist/client.js +6 -6
- package/package.json +1 -1
- package/src/client.ts +6 -6
package/dist/client.d.ts
CHANGED
|
@@ -186,7 +186,7 @@ export default class Client extends OpenApi {
|
|
|
186
186
|
*/
|
|
187
187
|
allocatePublicIpAddress(request: $_model.AllocatePublicIpAddressRequest): Promise<$_model.AllocatePublicIpAddressResponse>;
|
|
188
188
|
/**
|
|
189
|
-
* Applies an automatic snapshot policy to one or more
|
|
189
|
+
* Applies an automatic snapshot policy to one or more disks.
|
|
190
190
|
*
|
|
191
191
|
* @remarks
|
|
192
192
|
* ## [](#)Usage notes
|
|
@@ -207,7 +207,7 @@ export default class Client extends OpenApi {
|
|
|
207
207
|
*/
|
|
208
208
|
applyAutoSnapshotPolicyWithOptions(request: $_model.ApplyAutoSnapshotPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ApplyAutoSnapshotPolicyResponse>;
|
|
209
209
|
/**
|
|
210
|
-
* Applies an automatic snapshot policy to one or more
|
|
210
|
+
* Applies an automatic snapshot policy to one or more disks.
|
|
211
211
|
*
|
|
212
212
|
* @remarks
|
|
213
213
|
* ## [](#)Usage notes
|
|
@@ -704,7 +704,7 @@ export default class Client extends OpenApi {
|
|
|
704
704
|
*/
|
|
705
705
|
authorizeSecurityGroupEgress(request: $_model.AuthorizeSecurityGroupEgressRequest): Promise<$_model.AuthorizeSecurityGroupEgressResponse>;
|
|
706
706
|
/**
|
|
707
|
-
* Disables
|
|
707
|
+
* Disables automatic snapshot policies for one or more disks.
|
|
708
708
|
*
|
|
709
709
|
* @param request - CancelAutoSnapshotPolicyRequest
|
|
710
710
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -712,7 +712,7 @@ export default class Client extends OpenApi {
|
|
|
712
712
|
*/
|
|
713
713
|
cancelAutoSnapshotPolicyWithOptions(request: $_model.CancelAutoSnapshotPolicyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CancelAutoSnapshotPolicyResponse>;
|
|
714
714
|
/**
|
|
715
|
-
* Disables
|
|
715
|
+
* Disables automatic snapshot policies for one or more disks.
|
|
716
716
|
*
|
|
717
717
|
* @param request - CancelAutoSnapshotPolicyRequest
|
|
718
718
|
* @returns CancelAutoSnapshotPolicyResponse
|
|
@@ -2906,7 +2906,7 @@ export default class Client extends OpenApi {
|
|
|
2906
2906
|
*/
|
|
2907
2907
|
describeActivations(request: $_model.DescribeActivationsRequest): Promise<$_model.DescribeActivationsResponse>;
|
|
2908
2908
|
/**
|
|
2909
|
-
*
|
|
2909
|
+
* Call DescribeAutoProvisioningGroupHistory to query the schedule job info of an auto provisioning group.
|
|
2910
2910
|
*
|
|
2911
2911
|
* @param request - DescribeAutoProvisioningGroupHistoryRequest
|
|
2912
2912
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2914,7 +2914,7 @@ export default class Client extends OpenApi {
|
|
|
2914
2914
|
*/
|
|
2915
2915
|
describeAutoProvisioningGroupHistoryWithOptions(request: $_model.DescribeAutoProvisioningGroupHistoryRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAutoProvisioningGroupHistoryResponse>;
|
|
2916
2916
|
/**
|
|
2917
|
-
*
|
|
2917
|
+
* Call DescribeAutoProvisioningGroupHistory to query the schedule job info of an auto provisioning group.
|
|
2918
2918
|
*
|
|
2919
2919
|
* @param request - DescribeAutoProvisioningGroupHistoryRequest
|
|
2920
2920
|
* @returns DescribeAutoProvisioningGroupHistoryResponse
|
package/dist/client.js
CHANGED
|
@@ -637,7 +637,7 @@ class Client extends openapi_core_1.default {
|
|
|
637
637
|
return await this.allocatePublicIpAddressWithOptions(request, runtime);
|
|
638
638
|
}
|
|
639
639
|
/**
|
|
640
|
-
* Applies an automatic snapshot policy to one or more
|
|
640
|
+
* Applies an automatic snapshot policy to one or more disks.
|
|
641
641
|
*
|
|
642
642
|
* @remarks
|
|
643
643
|
* ## [](#)Usage notes
|
|
@@ -694,7 +694,7 @@ class Client extends openapi_core_1.default {
|
|
|
694
694
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ApplyAutoSnapshotPolicyResponse({}));
|
|
695
695
|
}
|
|
696
696
|
/**
|
|
697
|
-
* Applies an automatic snapshot policy to one or more
|
|
697
|
+
* Applies an automatic snapshot policy to one or more disks.
|
|
698
698
|
*
|
|
699
699
|
* @remarks
|
|
700
700
|
* ## [](#)Usage notes
|
|
@@ -1835,7 +1835,7 @@ class Client extends openapi_core_1.default {
|
|
|
1835
1835
|
return await this.authorizeSecurityGroupEgressWithOptions(request, runtime);
|
|
1836
1836
|
}
|
|
1837
1837
|
/**
|
|
1838
|
-
* Disables
|
|
1838
|
+
* Disables automatic snapshot policies for one or more disks.
|
|
1839
1839
|
*
|
|
1840
1840
|
* @param request - CancelAutoSnapshotPolicyRequest
|
|
1841
1841
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -1879,7 +1879,7 @@ class Client extends openapi_core_1.default {
|
|
|
1879
1879
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.CancelAutoSnapshotPolicyResponse({}));
|
|
1880
1880
|
}
|
|
1881
1881
|
/**
|
|
1882
|
-
* Disables
|
|
1882
|
+
* Disables automatic snapshot policies for one or more disks.
|
|
1883
1883
|
*
|
|
1884
1884
|
* @param request - CancelAutoSnapshotPolicyRequest
|
|
1885
1885
|
* @returns CancelAutoSnapshotPolicyResponse
|
|
@@ -9313,7 +9313,7 @@ class Client extends openapi_core_1.default {
|
|
|
9313
9313
|
return await this.describeActivationsWithOptions(request, runtime);
|
|
9314
9314
|
}
|
|
9315
9315
|
/**
|
|
9316
|
-
*
|
|
9316
|
+
* Call DescribeAutoProvisioningGroupHistory to query the schedule job info of an auto provisioning group.
|
|
9317
9317
|
*
|
|
9318
9318
|
* @param request - DescribeAutoProvisioningGroupHistoryRequest
|
|
9319
9319
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -9369,7 +9369,7 @@ class Client extends openapi_core_1.default {
|
|
|
9369
9369
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeAutoProvisioningGroupHistoryResponse({}));
|
|
9370
9370
|
}
|
|
9371
9371
|
/**
|
|
9372
|
-
*
|
|
9372
|
+
* Call DescribeAutoProvisioningGroupHistory to query the schedule job info of an auto provisioning group.
|
|
9373
9373
|
*
|
|
9374
9374
|
* @param request - DescribeAutoProvisioningGroupHistoryRequest
|
|
9375
9375
|
* @returns DescribeAutoProvisioningGroupHistoryResponse
|
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -689,7 +689,7 @@ export default class Client extends OpenApi {
|
|
|
689
689
|
}
|
|
690
690
|
|
|
691
691
|
/**
|
|
692
|
-
* Applies an automatic snapshot policy to one or more
|
|
692
|
+
* Applies an automatic snapshot policy to one or more disks.
|
|
693
693
|
*
|
|
694
694
|
* @remarks
|
|
695
695
|
* ## [](#)Usage notes
|
|
@@ -753,7 +753,7 @@ export default class Client extends OpenApi {
|
|
|
753
753
|
}
|
|
754
754
|
|
|
755
755
|
/**
|
|
756
|
-
* Applies an automatic snapshot policy to one or more
|
|
756
|
+
* Applies an automatic snapshot policy to one or more disks.
|
|
757
757
|
*
|
|
758
758
|
* @remarks
|
|
759
759
|
* ## [](#)Usage notes
|
|
@@ -2053,7 +2053,7 @@ export default class Client extends OpenApi {
|
|
|
2053
2053
|
}
|
|
2054
2054
|
|
|
2055
2055
|
/**
|
|
2056
|
-
* Disables
|
|
2056
|
+
* Disables automatic snapshot policies for one or more disks.
|
|
2057
2057
|
*
|
|
2058
2058
|
* @param request - CancelAutoSnapshotPolicyRequest
|
|
2059
2059
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2104,7 +2104,7 @@ export default class Client extends OpenApi {
|
|
|
2104
2104
|
}
|
|
2105
2105
|
|
|
2106
2106
|
/**
|
|
2107
|
-
* Disables
|
|
2107
|
+
* Disables automatic snapshot policies for one or more disks.
|
|
2108
2108
|
*
|
|
2109
2109
|
* @param request - CancelAutoSnapshotPolicyRequest
|
|
2110
2110
|
* @returns CancelAutoSnapshotPolicyResponse
|
|
@@ -10820,7 +10820,7 @@ export default class Client extends OpenApi {
|
|
|
10820
10820
|
}
|
|
10821
10821
|
|
|
10822
10822
|
/**
|
|
10823
|
-
*
|
|
10823
|
+
* Call DescribeAutoProvisioningGroupHistory to query the schedule job info of an auto provisioning group.
|
|
10824
10824
|
*
|
|
10825
10825
|
* @param request - DescribeAutoProvisioningGroupHistoryRequest
|
|
10826
10826
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -10887,7 +10887,7 @@ export default class Client extends OpenApi {
|
|
|
10887
10887
|
}
|
|
10888
10888
|
|
|
10889
10889
|
/**
|
|
10890
|
-
*
|
|
10890
|
+
* Call DescribeAutoProvisioningGroupHistory to query the schedule job info of an auto provisioning group.
|
|
10891
10891
|
*
|
|
10892
10892
|
* @param request - DescribeAutoProvisioningGroupHistoryRequest
|
|
10893
10893
|
* @returns DescribeAutoProvisioningGroupHistoryResponse
|