@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/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -9455,6 +9455,7 @@ export class CreateClusterNodePoolRequestScalingGroup extends $tea.Model {
|
|
|
9455
9455
|
periodUnit?: string;
|
|
9456
9456
|
platform?: string;
|
|
9457
9457
|
privatePoolOptions?: CreateClusterNodePoolRequestScalingGroupPrivatePoolOptions;
|
|
9458
|
+
ramRoleName?: string;
|
|
9458
9459
|
rdsInstances?: string[];
|
|
9459
9460
|
scalingPolicy?: string;
|
|
9460
9461
|
securityGroupId?: string;
|
|
@@ -9502,6 +9503,7 @@ export class CreateClusterNodePoolRequestScalingGroup extends $tea.Model {
|
|
|
9502
9503
|
periodUnit: 'period_unit',
|
|
9503
9504
|
platform: 'platform',
|
|
9504
9505
|
privatePoolOptions: 'private_pool_options',
|
|
9506
|
+
ramRoleName: 'ram_role_name',
|
|
9505
9507
|
rdsInstances: 'rds_instances',
|
|
9506
9508
|
scalingPolicy: 'scaling_policy',
|
|
9507
9509
|
securityGroupId: 'security_group_id',
|
|
@@ -9552,6 +9554,7 @@ export class CreateClusterNodePoolRequestScalingGroup extends $tea.Model {
|
|
|
9552
9554
|
periodUnit: 'string',
|
|
9553
9555
|
platform: 'string',
|
|
9554
9556
|
privatePoolOptions: CreateClusterNodePoolRequestScalingGroupPrivatePoolOptions,
|
|
9557
|
+
ramRoleName: 'string',
|
|
9555
9558
|
rdsInstances: { 'type': 'array', 'itemType': 'string' },
|
|
9556
9559
|
scalingPolicy: 'string',
|
|
9557
9560
|
securityGroupId: 'string',
|
|
@@ -10243,6 +10246,7 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $tea.
|
|
|
10243
10246
|
platform?: string;
|
|
10244
10247
|
privatePoolOptions?: DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions;
|
|
10245
10248
|
ramPolicy?: string;
|
|
10249
|
+
ramRoleName?: string;
|
|
10246
10250
|
rdsInstances?: string[];
|
|
10247
10251
|
scalingGroupId?: string;
|
|
10248
10252
|
scalingPolicy?: string;
|
|
@@ -10292,6 +10296,7 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $tea.
|
|
|
10292
10296
|
platform: 'platform',
|
|
10293
10297
|
privatePoolOptions: 'private_pool_options',
|
|
10294
10298
|
ramPolicy: 'ram_policy',
|
|
10299
|
+
ramRoleName: 'ram_role_name',
|
|
10295
10300
|
rdsInstances: 'rds_instances',
|
|
10296
10301
|
scalingGroupId: 'scaling_group_id',
|
|
10297
10302
|
scalingPolicy: 'scaling_policy',
|
|
@@ -10344,6 +10349,7 @@ export class DescribeClusterNodePoolDetailResponseBodyScalingGroup extends $tea.
|
|
|
10344
10349
|
platform: 'string',
|
|
10345
10350
|
privatePoolOptions: DescribeClusterNodePoolDetailResponseBodyScalingGroupPrivatePoolOptions,
|
|
10346
10351
|
ramPolicy: 'string',
|
|
10352
|
+
ramRoleName: 'string',
|
|
10347
10353
|
rdsInstances: { 'type': 'array', 'itemType': 'string' },
|
|
10348
10354
|
scalingGroupId: 'string',
|
|
10349
10355
|
scalingPolicy: 'string',
|
|
@@ -10801,6 +10807,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
10801
10807
|
platform?: string;
|
|
10802
10808
|
privatePoolOptions?: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions;
|
|
10803
10809
|
ramPolicy?: string;
|
|
10810
|
+
ramRoleName?: string;
|
|
10804
10811
|
rdsInstances?: string[];
|
|
10805
10812
|
scalingGroupId?: string;
|
|
10806
10813
|
scalingPolicy?: string;
|
|
@@ -10850,6 +10857,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
10850
10857
|
platform: 'platform',
|
|
10851
10858
|
privatePoolOptions: 'private_pool_options',
|
|
10852
10859
|
ramPolicy: 'ram_policy',
|
|
10860
|
+
ramRoleName: 'ram_role_name',
|
|
10853
10861
|
rdsInstances: 'rds_instances',
|
|
10854
10862
|
scalingGroupId: 'scaling_group_id',
|
|
10855
10863
|
scalingPolicy: 'scaling_policy',
|
|
@@ -10902,6 +10910,7 @@ export class DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroup extends $
|
|
|
10902
10910
|
platform: 'string',
|
|
10903
10911
|
privatePoolOptions: DescribeClusterNodePoolsResponseBodyNodepoolsScalingGroupPrivatePoolOptions,
|
|
10904
10912
|
ramPolicy: 'string',
|
|
10913
|
+
ramRoleName: 'string',
|
|
10905
10914
|
rdsInstances: { 'type': 'array', 'itemType': 'string' },
|
|
10906
10915
|
scalingGroupId: 'string',
|
|
10907
10916
|
scalingPolicy: 'string',
|
|
@@ -17489,7 +17498,7 @@ export default class Client extends OpenApi {
|
|
|
17489
17498
|
}
|
|
17490
17499
|
|
|
17491
17500
|
/**
|
|
17492
|
-
* @summary
|
|
17501
|
+
* @summary Queries whether the deletion protection feature is enabled for the specified resources. The resources that you can query include namespaces and Services.
|
|
17493
17502
|
*
|
|
17494
17503
|
* @param request DescribeResourcesDeleteProtectionRequest
|
|
17495
17504
|
* @param headers map
|
|
@@ -17526,7 +17535,7 @@ export default class Client extends OpenApi {
|
|
|
17526
17535
|
}
|
|
17527
17536
|
|
|
17528
17537
|
/**
|
|
17529
|
-
* @summary
|
|
17538
|
+
* @summary Queries whether the deletion protection feature is enabled for the specified resources. The resources that you can query include namespaces and Services.
|
|
17530
17539
|
*
|
|
17531
17540
|
* @param request DescribeResourcesDeleteProtectionRequest
|
|
17532
17541
|
* @return DescribeResourcesDeleteProtectionResponse
|
|
@@ -20619,7 +20628,7 @@ export default class Client extends OpenApi {
|
|
|
20619
20628
|
}
|
|
20620
20629
|
|
|
20621
20630
|
/**
|
|
20622
|
-
* @summary
|
|
20631
|
+
* @summary Updates the deletion protection status of the specified resources. You can enable or disable deletion protection for namespaces and Services.
|
|
20623
20632
|
*
|
|
20624
20633
|
* @param request UpdateResourcesDeleteProtectionRequest
|
|
20625
20634
|
* @param headers map
|
|
@@ -20664,7 +20673,7 @@ export default class Client extends OpenApi {
|
|
|
20664
20673
|
}
|
|
20665
20674
|
|
|
20666
20675
|
/**
|
|
20667
|
-
* @summary
|
|
20676
|
+
* @summary Updates the deletion protection status of the specified resources. You can enable or disable deletion protection for namespaces and Services.
|
|
20668
20677
|
*
|
|
20669
20678
|
* @param request UpdateResourcesDeleteProtectionRequest
|
|
20670
20679
|
* @return UpdateResourcesDeleteProtectionResponse
|