@alicloud/cs20151215 4.3.2 → 4.3.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 +7 -4
- package/dist/client.js +10 -4
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +13 -4
package/dist/client.d.ts
CHANGED
|
@@ -5417,6 +5417,7 @@ export declare class CreateClusterNodePoolRequestScalingGroup extends $tea.Model
|
|
|
5417
5417
|
periodUnit?: string;
|
|
5418
5418
|
platform?: string;
|
|
5419
5419
|
privatePoolOptions?: CreateClusterNodePoolRequestScalingGroupPrivatePoolOptions;
|
|
5420
|
+
ramRoleName?: string;
|
|
5420
5421
|
rdsInstances?: string[];
|
|
5421
5422
|
scalingPolicy?: string;
|
|
5422
5423
|
securityGroupId?: string;
|
|
@@ -5822,6 +5823,7 @@ export declare class DescribeClusterNodePoolDetailResponseBodyScalingGroup exten
|
|
|
5822
5823
|
platform?: string;
|
|
5823
5824
|
privatePoolOptions?: DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions;
|
|
5824
5825
|
ramPolicy?: string;
|
|
5826
|
+
ramRoleName?: string;
|
|
5825
5827
|
rdsInstances?: string[];
|
|
5826
5828
|
scalingGroupId?: string;
|
|
5827
5829
|
scalingPolicy?: string;
|
|
@@ -6093,6 +6095,7 @@ export declare class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup e
|
|
|
6093
6095
|
platform?: string;
|
|
6094
6096
|
privatePoolOptions?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions;
|
|
6095
6097
|
ramPolicy?: string;
|
|
6098
|
+
ramRoleName?: string;
|
|
6096
6099
|
rdsInstances?: string[];
|
|
6097
6100
|
scalingGroupId?: string;
|
|
6098
6101
|
scalingPolicy?: string;
|
|
@@ -8816,7 +8819,7 @@ export default class Client extends OpenApi {
|
|
|
8816
8819
|
*/
|
|
8817
8820
|
describePolicyInstancesStatus(clusterId: string): Promise<DescribePolicyInstancesStatusResponse>;
|
|
8818
8821
|
/**
|
|
8819
|
-
* @summary
|
|
8822
|
+
* @summary Queries whether the deletion protection feature is enabled for the specified resources. The resources that you can query include namespaces and Services.
|
|
8820
8823
|
*
|
|
8821
8824
|
* @param request DescribeResourcesDeleteProtectionRequest
|
|
8822
8825
|
* @param headers map
|
|
@@ -8827,7 +8830,7 @@ export default class Client extends OpenApi {
|
|
|
8827
8830
|
[key: string]: string;
|
|
8828
8831
|
}, runtime: $Util.RuntimeOptions): Promise<DescribeResourcesDeleteProtectionResponse>;
|
|
8829
8832
|
/**
|
|
8830
|
-
* @summary
|
|
8833
|
+
* @summary Queries whether the deletion protection feature is enabled for the specified resources. The resources that you can query include namespaces and Services.
|
|
8831
8834
|
*
|
|
8832
8835
|
* @param request DescribeResourcesDeleteProtectionRequest
|
|
8833
8836
|
* @return DescribeResourcesDeleteProtectionResponse
|
|
@@ -9946,7 +9949,7 @@ export default class Client extends OpenApi {
|
|
|
9946
9949
|
*/
|
|
9947
9950
|
updateK8sClusterUserConfigExpire(ClusterId: string, request: UpdateK8sClusterUserConfigExpireRequest): Promise<UpdateK8sClusterUserConfigExpireResponse>;
|
|
9948
9951
|
/**
|
|
9949
|
-
* @summary
|
|
9952
|
+
* @summary Updates the deletion protection status of the specified resources. You can enable or disable deletion protection for namespaces and Services.
|
|
9950
9953
|
*
|
|
9951
9954
|
* @param request UpdateResourcesDeleteProtectionRequest
|
|
9952
9955
|
* @param headers map
|
|
@@ -9957,7 +9960,7 @@ export default class Client extends OpenApi {
|
|
|
9957
9960
|
[key: string]: string;
|
|
9958
9961
|
}, runtime: $Util.RuntimeOptions): Promise<UpdateResourcesDeleteProtectionResponse>;
|
|
9959
9962
|
/**
|
|
9960
|
-
* @summary
|
|
9963
|
+
* @summary Updates the deletion protection status of the specified resources. You can enable or disable deletion protection for namespaces and Services.
|
|
9961
9964
|
*
|
|
9962
9965
|
* @param request UpdateResourcesDeleteProtectionRequest
|
|
9963
9966
|
* @return UpdateResourcesDeleteProtectionResponse
|
package/dist/client.js
CHANGED
|
@@ -7500,6 +7500,7 @@ class CreateClusterNodePoolRequestScalingGroup extends $tea.Model {
|
|
|
7500
7500
|
periodUnit: 'period_unit',
|
|
7501
7501
|
platform: 'platform',
|
|
7502
7502
|
privatePoolOptions: 'private_pool_options',
|
|
7503
|
+
ramRoleName: 'ram_role_name',
|
|
7503
7504
|
rdsInstances: 'rds_instances',
|
|
7504
7505
|
scalingPolicy: 'scaling_policy',
|
|
7505
7506
|
securityGroupId: 'security_group_id',
|
|
@@ -7549,6 +7550,7 @@ class CreateClusterNodePoolRequestScalingGroup extends $tea.Model {
|
|
|
7549
7550
|
periodUnit: 'string',
|
|
7550
7551
|
platform: 'string',
|
|
7551
7552
|
privatePoolOptions: CreateClusterNodePoolRequestScalingGroupPrivatePoolOptions,
|
|
7553
|
+
ramRoleName: 'string',
|
|
7552
7554
|
rdsInstances: { 'type': 'array', 'itemType': 'string' },
|
|
7553
7555
|
scalingPolicy: 'string',
|
|
7554
7556
|
securityGroupId: 'string',
|
|
@@ -8109,6 +8111,7 @@ class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $tea.Model {
|
|
|
8109
8111
|
platform: 'platform',
|
|
8110
8112
|
privatePoolOptions: 'private_pool_options',
|
|
8111
8113
|
ramPolicy: 'ram_policy',
|
|
8114
|
+
ramRoleName: 'ram_role_name',
|
|
8112
8115
|
rdsInstances: 'rds_instances',
|
|
8113
8116
|
scalingGroupId: 'scaling_group_id',
|
|
8114
8117
|
scalingPolicy: 'scaling_policy',
|
|
@@ -8160,6 +8163,7 @@ class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $tea.Model {
|
|
|
8160
8163
|
platform: 'string',
|
|
8161
8164
|
privatePoolOptions: DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions,
|
|
8162
8165
|
ramPolicy: 'string',
|
|
8166
|
+
ramRoleName: 'string',
|
|
8163
8167
|
rdsInstances: { 'type': 'array', 'itemType': 'string' },
|
|
8164
8168
|
scalingGroupId: 'string',
|
|
8165
8169
|
scalingPolicy: 'string',
|
|
@@ -8531,6 +8535,7 @@ class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $tea.Mod
|
|
|
8531
8535
|
platform: 'platform',
|
|
8532
8536
|
privatePoolOptions: 'private_pool_options',
|
|
8533
8537
|
ramPolicy: 'ram_policy',
|
|
8538
|
+
ramRoleName: 'ram_role_name',
|
|
8534
8539
|
rdsInstances: 'rds_instances',
|
|
8535
8540
|
scalingGroupId: 'scaling_group_id',
|
|
8536
8541
|
scalingPolicy: 'scaling_policy',
|
|
@@ -8582,6 +8587,7 @@ class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $tea.Mod
|
|
|
8582
8587
|
platform: 'string',
|
|
8583
8588
|
privatePoolOptions: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions,
|
|
8584
8589
|
ramPolicy: 'string',
|
|
8590
|
+
ramRoleName: 'string',
|
|
8585
8591
|
rdsInstances: { 'type': 'array', 'itemType': 'string' },
|
|
8586
8592
|
scalingGroupId: 'string',
|
|
8587
8593
|
scalingPolicy: 'string',
|
|
@@ -14116,7 +14122,7 @@ class Client extends openapi_client_1.default {
|
|
|
14116
14122
|
return await this.describePolicyInstancesStatusWithOptions(clusterId, headers, runtime);
|
|
14117
14123
|
}
|
|
14118
14124
|
/**
|
|
14119
|
-
* @summary
|
|
14125
|
+
* @summary Queries whether the deletion protection feature is enabled for the specified resources. The resources that you can query include namespaces and Services.
|
|
14120
14126
|
*
|
|
14121
14127
|
* @param request DescribeResourcesDeleteProtectionRequest
|
|
14122
14128
|
* @param headers map
|
|
@@ -14150,7 +14156,7 @@ class Client extends openapi_client_1.default {
|
|
|
14150
14156
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeResourcesDeleteProtectionResponse({}));
|
|
14151
14157
|
}
|
|
14152
14158
|
/**
|
|
14153
|
-
* @summary
|
|
14159
|
+
* @summary Queries whether the deletion protection feature is enabled for the specified resources. The resources that you can query include namespaces and Services.
|
|
14154
14160
|
*
|
|
14155
14161
|
* @param request DescribeResourcesDeleteProtectionRequest
|
|
14156
14162
|
* @return DescribeResourcesDeleteProtectionResponse
|
|
@@ -16957,7 +16963,7 @@ class Client extends openapi_client_1.default {
|
|
|
16957
16963
|
return await this.updateK8sClusterUserConfigExpireWithOptions(ClusterId, request, headers, runtime);
|
|
16958
16964
|
}
|
|
16959
16965
|
/**
|
|
16960
|
-
* @summary
|
|
16966
|
+
* @summary Updates the deletion protection status of the specified resources. You can enable or disable deletion protection for namespaces and Services.
|
|
16961
16967
|
*
|
|
16962
16968
|
* @param request UpdateResourcesDeleteProtectionRequest
|
|
16963
16969
|
* @param headers map
|
|
@@ -16997,7 +17003,7 @@ class Client extends openapi_client_1.default {
|
|
|
16997
17003
|
return $tea.cast(await this.callApi(params, req, runtime), new UpdateResourcesDeleteProtectionResponse({}));
|
|
16998
17004
|
}
|
|
16999
17005
|
/**
|
|
17000
|
-
* @summary
|
|
17006
|
+
* @summary Updates the deletion protection status of the specified resources. You can enable or disable deletion protection for namespaces and Services.
|
|
17001
17007
|
*
|
|
17002
17008
|
* @param request UpdateResourcesDeleteProtectionRequest
|
|
17003
17009
|
* @return UpdateResourcesDeleteProtectionResponse
|