@alicloud/ess20220222 1.0.6 → 1.0.8
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 +34 -14
- package/dist/client.js +64 -20
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +84 -25
package/dist/client.d.ts
CHANGED
|
@@ -466,6 +466,7 @@ export declare class CreateEciScalingConfigurationRequest extends $tea.Model {
|
|
|
466
466
|
ingressBandwidth?: number;
|
|
467
467
|
initContainers?: CreateEciScalingConfigurationRequestInitContainers[];
|
|
468
468
|
instanceFamilyLevel?: string;
|
|
469
|
+
instanceTypes?: string[];
|
|
469
470
|
ipv6AddressCount?: number;
|
|
470
471
|
loadBalancerWeight?: number;
|
|
471
472
|
memory?: number;
|
|
@@ -1935,6 +1936,7 @@ export declare class DescribeScalingGroupsRequest extends $tea.Model {
|
|
|
1935
1936
|
scalingGroupIds?: string[];
|
|
1936
1937
|
scalingGroupName?: string;
|
|
1937
1938
|
scalingGroupNames?: string[];
|
|
1939
|
+
tags?: DescribeScalingGroupsRequestTags[];
|
|
1938
1940
|
static names(): {
|
|
1939
1941
|
[key: string]: string;
|
|
1940
1942
|
};
|
|
@@ -2984,6 +2986,7 @@ export declare class ModifyEciScalingConfigurationRequest extends $tea.Model {
|
|
|
2984
2986
|
ingressBandwidth?: number;
|
|
2985
2987
|
initContainers?: ModifyEciScalingConfigurationRequestInitContainers[];
|
|
2986
2988
|
instanceFamilyLevel?: string;
|
|
2989
|
+
instanceTypes?: string[];
|
|
2987
2990
|
ipv6AddressCount?: number;
|
|
2988
2991
|
loadBalancerWeight?: number;
|
|
2989
2992
|
memory?: number;
|
|
@@ -3293,6 +3296,7 @@ export declare class ModifyScalingGroupRequest extends $tea.Model {
|
|
|
3293
3296
|
customPolicyARN?: string;
|
|
3294
3297
|
defaultCooldown?: number;
|
|
3295
3298
|
desiredCapacity?: number;
|
|
3299
|
+
disableDesiredCapacity?: boolean;
|
|
3296
3300
|
groupDeletionProtection?: boolean;
|
|
3297
3301
|
healthCheckType?: string;
|
|
3298
3302
|
launchTemplateId?: string;
|
|
@@ -5386,6 +5390,7 @@ export declare class DescribeEciScalingConfigurationsResponseBodyScalingConfigur
|
|
|
5386
5390
|
ingressBandwidth?: number;
|
|
5387
5391
|
initContainers?: DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainers[];
|
|
5388
5392
|
instanceFamilyLevel?: string;
|
|
5393
|
+
instanceTypes?: string[];
|
|
5389
5394
|
ipv6AddressCount?: number;
|
|
5390
5395
|
lifecycleState?: string;
|
|
5391
5396
|
loadBalancerWeight?: number;
|
|
@@ -5517,19 +5522,6 @@ export declare class DescribeScalingActivitiesResponseBodyScalingActivities exte
|
|
|
5517
5522
|
[key: string]: any;
|
|
5518
5523
|
});
|
|
5519
5524
|
}
|
|
5520
|
-
export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurationsPrivatePoolOptions extends $tea.Model {
|
|
5521
|
-
id?: string;
|
|
5522
|
-
matchCriteria?: string;
|
|
5523
|
-
static names(): {
|
|
5524
|
-
[key: string]: string;
|
|
5525
|
-
};
|
|
5526
|
-
static types(): {
|
|
5527
|
-
[key: string]: any;
|
|
5528
|
-
};
|
|
5529
|
-
constructor(map?: {
|
|
5530
|
-
[key: string]: any;
|
|
5531
|
-
});
|
|
5532
|
-
}
|
|
5533
5525
|
export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurationsDataDisks extends $tea.Model {
|
|
5534
5526
|
autoSnapshotPolicyId?: string;
|
|
5535
5527
|
burstingEnabled?: boolean;
|
|
@@ -5612,7 +5604,6 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
|
|
|
5612
5604
|
});
|
|
5613
5605
|
}
|
|
5614
5606
|
export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurations extends $tea.Model {
|
|
5615
|
-
privatePoolOptions?: DescribeScalingConfigurationsResponseBodyScalingConfigurationsPrivatePoolOptions;
|
|
5616
5607
|
affinity?: string;
|
|
5617
5608
|
cpu?: number;
|
|
5618
5609
|
creationTime?: string;
|
|
@@ -5644,6 +5635,8 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
|
|
|
5644
5635
|
loadBalancerWeight?: number;
|
|
5645
5636
|
memory?: number;
|
|
5646
5637
|
passwordInherit?: boolean;
|
|
5638
|
+
privatePoolOptions_id?: string;
|
|
5639
|
+
privatePoolOptions_matchCriteria?: string;
|
|
5647
5640
|
ramRoleName?: string;
|
|
5648
5641
|
resourceGroupId?: string;
|
|
5649
5642
|
scalingConfigurationId?: string;
|
|
@@ -5684,6 +5677,19 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
|
|
|
5684
5677
|
[key: string]: any;
|
|
5685
5678
|
});
|
|
5686
5679
|
}
|
|
5680
|
+
export declare class DescribeScalingGroupsRequestTags extends $tea.Model {
|
|
5681
|
+
key?: string;
|
|
5682
|
+
value?: string;
|
|
5683
|
+
static names(): {
|
|
5684
|
+
[key: string]: string;
|
|
5685
|
+
};
|
|
5686
|
+
static types(): {
|
|
5687
|
+
[key: string]: any;
|
|
5688
|
+
};
|
|
5689
|
+
constructor(map?: {
|
|
5690
|
+
[key: string]: any;
|
|
5691
|
+
});
|
|
5692
|
+
}
|
|
5687
5693
|
export declare class DescribeScalingGroupsResponseBodyScalingGroupsAlbServerGroups extends $tea.Model {
|
|
5688
5694
|
albServerGroupId?: string;
|
|
5689
5695
|
port?: number;
|
|
@@ -5740,6 +5746,19 @@ export declare class DescribeScalingGroupsResponseBodyScalingGroupsServerGroups
|
|
|
5740
5746
|
[key: string]: any;
|
|
5741
5747
|
});
|
|
5742
5748
|
}
|
|
5749
|
+
export declare class DescribeScalingGroupsResponseBodyScalingGroupsTags extends $tea.Model {
|
|
5750
|
+
tagKey?: string;
|
|
5751
|
+
tagValue?: string;
|
|
5752
|
+
static names(): {
|
|
5753
|
+
[key: string]: string;
|
|
5754
|
+
};
|
|
5755
|
+
static types(): {
|
|
5756
|
+
[key: string]: any;
|
|
5757
|
+
};
|
|
5758
|
+
constructor(map?: {
|
|
5759
|
+
[key: string]: any;
|
|
5760
|
+
});
|
|
5761
|
+
}
|
|
5743
5762
|
export declare class DescribeScalingGroupsResponseBodyScalingGroupsVServerGroupsVServerGroupAttributes extends $tea.Model {
|
|
5744
5763
|
port?: number;
|
|
5745
5764
|
VServerGroupId?: string;
|
|
@@ -5819,6 +5838,7 @@ export declare class DescribeScalingGroupsResponseBodyScalingGroups extends $tea
|
|
|
5819
5838
|
stoppedCapacity?: number;
|
|
5820
5839
|
suspendedProcesses?: string[];
|
|
5821
5840
|
systemSuspended?: boolean;
|
|
5841
|
+
tags?: DescribeScalingGroupsResponseBodyScalingGroupsTags[];
|
|
5822
5842
|
totalCapacity?: number;
|
|
5823
5843
|
totalInstanceCount?: number;
|
|
5824
5844
|
VServerGroups?: DescribeScalingGroupsResponseBodyScalingGroupsVServerGroups[];
|
package/dist/client.js
CHANGED
|
@@ -669,6 +669,7 @@ class CreateEciScalingConfigurationRequest extends $tea.Model {
|
|
|
669
669
|
ingressBandwidth: 'IngressBandwidth',
|
|
670
670
|
initContainers: 'InitContainers',
|
|
671
671
|
instanceFamilyLevel: 'InstanceFamilyLevel',
|
|
672
|
+
instanceTypes: 'InstanceTypes',
|
|
672
673
|
ipv6AddressCount: 'Ipv6AddressCount',
|
|
673
674
|
loadBalancerWeight: 'LoadBalancerWeight',
|
|
674
675
|
memory: 'Memory',
|
|
@@ -717,6 +718,7 @@ class CreateEciScalingConfigurationRequest extends $tea.Model {
|
|
|
717
718
|
ingressBandwidth: 'number',
|
|
718
719
|
initContainers: { 'type': 'array', 'itemType': CreateEciScalingConfigurationRequestInitContainers },
|
|
719
720
|
instanceFamilyLevel: 'string',
|
|
721
|
+
instanceTypes: { 'type': 'array', 'itemType': 'string' },
|
|
720
722
|
ipv6AddressCount: 'number',
|
|
721
723
|
loadBalancerWeight: 'number',
|
|
722
724
|
memory: 'number',
|
|
@@ -2853,6 +2855,7 @@ class DescribeScalingGroupsRequest extends $tea.Model {
|
|
|
2853
2855
|
scalingGroupIds: 'ScalingGroupIds',
|
|
2854
2856
|
scalingGroupName: 'ScalingGroupName',
|
|
2855
2857
|
scalingGroupNames: 'ScalingGroupNames',
|
|
2858
|
+
tags: 'Tags',
|
|
2856
2859
|
};
|
|
2857
2860
|
}
|
|
2858
2861
|
static types() {
|
|
@@ -2869,6 +2872,7 @@ class DescribeScalingGroupsRequest extends $tea.Model {
|
|
|
2869
2872
|
scalingGroupIds: { 'type': 'array', 'itemType': 'string' },
|
|
2870
2873
|
scalingGroupName: 'string',
|
|
2871
2874
|
scalingGroupNames: { 'type': 'array', 'itemType': 'string' },
|
|
2875
|
+
tags: { 'type': 'array', 'itemType': DescribeScalingGroupsRequestTags },
|
|
2872
2876
|
};
|
|
2873
2877
|
}
|
|
2874
2878
|
}
|
|
@@ -4348,6 +4352,7 @@ class ModifyEciScalingConfigurationRequest extends $tea.Model {
|
|
|
4348
4352
|
ingressBandwidth: 'IngressBandwidth',
|
|
4349
4353
|
initContainers: 'InitContainers',
|
|
4350
4354
|
instanceFamilyLevel: 'InstanceFamilyLevel',
|
|
4355
|
+
instanceTypes: 'InstanceTypes',
|
|
4351
4356
|
ipv6AddressCount: 'Ipv6AddressCount',
|
|
4352
4357
|
loadBalancerWeight: 'LoadBalancerWeight',
|
|
4353
4358
|
memory: 'Memory',
|
|
@@ -4397,6 +4402,7 @@ class ModifyEciScalingConfigurationRequest extends $tea.Model {
|
|
|
4397
4402
|
ingressBandwidth: 'number',
|
|
4398
4403
|
initContainers: { 'type': 'array', 'itemType': ModifyEciScalingConfigurationRequestInitContainers },
|
|
4399
4404
|
instanceFamilyLevel: 'string',
|
|
4405
|
+
instanceTypes: { 'type': 'array', 'itemType': 'string' },
|
|
4400
4406
|
ipv6AddressCount: 'number',
|
|
4401
4407
|
loadBalancerWeight: 'number',
|
|
4402
4408
|
memory: 'number',
|
|
@@ -4862,6 +4868,7 @@ class ModifyScalingGroupRequest extends $tea.Model {
|
|
|
4862
4868
|
customPolicyARN: 'CustomPolicyARN',
|
|
4863
4869
|
defaultCooldown: 'DefaultCooldown',
|
|
4864
4870
|
desiredCapacity: 'DesiredCapacity',
|
|
4871
|
+
disableDesiredCapacity: 'DisableDesiredCapacity',
|
|
4865
4872
|
groupDeletionProtection: 'GroupDeletionProtection',
|
|
4866
4873
|
healthCheckType: 'HealthCheckType',
|
|
4867
4874
|
launchTemplateId: 'LaunchTemplateId',
|
|
@@ -4895,6 +4902,7 @@ class ModifyScalingGroupRequest extends $tea.Model {
|
|
|
4895
4902
|
customPolicyARN: 'string',
|
|
4896
4903
|
defaultCooldown: 'number',
|
|
4897
4904
|
desiredCapacity: 'number',
|
|
4905
|
+
disableDesiredCapacity: 'boolean',
|
|
4898
4906
|
groupDeletionProtection: 'boolean',
|
|
4899
4907
|
healthCheckType: 'string',
|
|
4900
4908
|
launchTemplateId: 'string',
|
|
@@ -7917,6 +7925,7 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurations extends
|
|
|
7917
7925
|
ingressBandwidth: 'IngressBandwidth',
|
|
7918
7926
|
initContainers: 'InitContainers',
|
|
7919
7927
|
instanceFamilyLevel: 'InstanceFamilyLevel',
|
|
7928
|
+
instanceTypes: 'InstanceTypes',
|
|
7920
7929
|
ipv6AddressCount: 'Ipv6AddressCount',
|
|
7921
7930
|
lifecycleState: 'LifecycleState',
|
|
7922
7931
|
loadBalancerWeight: 'LoadBalancerWeight',
|
|
@@ -7967,6 +7976,7 @@ class DescribeEciScalingConfigurationsResponseBodyScalingConfigurations extends
|
|
|
7967
7976
|
ingressBandwidth: 'number',
|
|
7968
7977
|
initContainers: { 'type': 'array', 'itemType': DescribeEciScalingConfigurationsResponseBodyScalingConfigurationsInitContainers },
|
|
7969
7978
|
instanceFamilyLevel: 'string',
|
|
7979
|
+
instanceTypes: { 'type': 'array', 'itemType': 'string' },
|
|
7970
7980
|
ipv6AddressCount: 'number',
|
|
7971
7981
|
lifecycleState: 'string',
|
|
7972
7982
|
loadBalancerWeight: 'number',
|
|
@@ -8153,24 +8163,6 @@ class DescribeScalingActivitiesResponseBodyScalingActivities extends $tea.Model
|
|
|
8153
8163
|
}
|
|
8154
8164
|
}
|
|
8155
8165
|
exports.DescribeScalingActivitiesResponseBodyScalingActivities = DescribeScalingActivitiesResponseBodyScalingActivities;
|
|
8156
|
-
class DescribeScalingConfigurationsResponseBodyScalingConfigurationsPrivatePoolOptions extends $tea.Model {
|
|
8157
|
-
constructor(map) {
|
|
8158
|
-
super(map);
|
|
8159
|
-
}
|
|
8160
|
-
static names() {
|
|
8161
|
-
return {
|
|
8162
|
-
id: 'Id',
|
|
8163
|
-
matchCriteria: 'MatchCriteria',
|
|
8164
|
-
};
|
|
8165
|
-
}
|
|
8166
|
-
static types() {
|
|
8167
|
-
return {
|
|
8168
|
-
id: 'string',
|
|
8169
|
-
matchCriteria: 'string',
|
|
8170
|
-
};
|
|
8171
|
-
}
|
|
8172
|
-
}
|
|
8173
|
-
exports.DescribeScalingConfigurationsResponseBodyScalingConfigurationsPrivatePoolOptions = DescribeScalingConfigurationsResponseBodyScalingConfigurationsPrivatePoolOptions;
|
|
8174
8166
|
class DescribeScalingConfigurationsResponseBodyScalingConfigurationsDataDisks extends $tea.Model {
|
|
8175
8167
|
constructor(map) {
|
|
8176
8168
|
super(map);
|
|
@@ -8299,7 +8291,6 @@ class DescribeScalingConfigurationsResponseBodyScalingConfigurations extends $te
|
|
|
8299
8291
|
}
|
|
8300
8292
|
static names() {
|
|
8301
8293
|
return {
|
|
8302
|
-
privatePoolOptions: 'PrivatePoolOptions',
|
|
8303
8294
|
affinity: 'Affinity',
|
|
8304
8295
|
cpu: 'Cpu',
|
|
8305
8296
|
creationTime: 'CreationTime',
|
|
@@ -8331,6 +8322,8 @@ class DescribeScalingConfigurationsResponseBodyScalingConfigurations extends $te
|
|
|
8331
8322
|
loadBalancerWeight: 'LoadBalancerWeight',
|
|
8332
8323
|
memory: 'Memory',
|
|
8333
8324
|
passwordInherit: 'PasswordInherit',
|
|
8325
|
+
privatePoolOptions_id: 'PrivatePoolOptions.Id',
|
|
8326
|
+
privatePoolOptions_matchCriteria: 'PrivatePoolOptions.MatchCriteria',
|
|
8334
8327
|
ramRoleName: 'RamRoleName',
|
|
8335
8328
|
resourceGroupId: 'ResourceGroupId',
|
|
8336
8329
|
scalingConfigurationId: 'ScalingConfigurationId',
|
|
@@ -8365,7 +8358,6 @@ class DescribeScalingConfigurationsResponseBodyScalingConfigurations extends $te
|
|
|
8365
8358
|
}
|
|
8366
8359
|
static types() {
|
|
8367
8360
|
return {
|
|
8368
|
-
privatePoolOptions: DescribeScalingConfigurationsResponseBodyScalingConfigurationsPrivatePoolOptions,
|
|
8369
8361
|
affinity: 'string',
|
|
8370
8362
|
cpu: 'number',
|
|
8371
8363
|
creationTime: 'string',
|
|
@@ -8397,6 +8389,8 @@ class DescribeScalingConfigurationsResponseBodyScalingConfigurations extends $te
|
|
|
8397
8389
|
loadBalancerWeight: 'number',
|
|
8398
8390
|
memory: 'number',
|
|
8399
8391
|
passwordInherit: 'boolean',
|
|
8392
|
+
privatePoolOptions_id: 'string',
|
|
8393
|
+
privatePoolOptions_matchCriteria: 'string',
|
|
8400
8394
|
ramRoleName: 'string',
|
|
8401
8395
|
resourceGroupId: 'string',
|
|
8402
8396
|
scalingConfigurationId: 'string',
|
|
@@ -8431,6 +8425,24 @@ class DescribeScalingConfigurationsResponseBodyScalingConfigurations extends $te
|
|
|
8431
8425
|
}
|
|
8432
8426
|
}
|
|
8433
8427
|
exports.DescribeScalingConfigurationsResponseBodyScalingConfigurations = DescribeScalingConfigurationsResponseBodyScalingConfigurations;
|
|
8428
|
+
class DescribeScalingGroupsRequestTags extends $tea.Model {
|
|
8429
|
+
constructor(map) {
|
|
8430
|
+
super(map);
|
|
8431
|
+
}
|
|
8432
|
+
static names() {
|
|
8433
|
+
return {
|
|
8434
|
+
key: 'Key',
|
|
8435
|
+
value: 'Value',
|
|
8436
|
+
};
|
|
8437
|
+
}
|
|
8438
|
+
static types() {
|
|
8439
|
+
return {
|
|
8440
|
+
key: 'string',
|
|
8441
|
+
value: 'string',
|
|
8442
|
+
};
|
|
8443
|
+
}
|
|
8444
|
+
}
|
|
8445
|
+
exports.DescribeScalingGroupsRequestTags = DescribeScalingGroupsRequestTags;
|
|
8434
8446
|
class DescribeScalingGroupsResponseBodyScalingGroupsAlbServerGroups extends $tea.Model {
|
|
8435
8447
|
constructor(map) {
|
|
8436
8448
|
super(map);
|
|
@@ -8511,6 +8523,24 @@ class DescribeScalingGroupsResponseBodyScalingGroupsServerGroups extends $tea.Mo
|
|
|
8511
8523
|
}
|
|
8512
8524
|
}
|
|
8513
8525
|
exports.DescribeScalingGroupsResponseBodyScalingGroupsServerGroups = DescribeScalingGroupsResponseBodyScalingGroupsServerGroups;
|
|
8526
|
+
class DescribeScalingGroupsResponseBodyScalingGroupsTags extends $tea.Model {
|
|
8527
|
+
constructor(map) {
|
|
8528
|
+
super(map);
|
|
8529
|
+
}
|
|
8530
|
+
static names() {
|
|
8531
|
+
return {
|
|
8532
|
+
tagKey: 'TagKey',
|
|
8533
|
+
tagValue: 'TagValue',
|
|
8534
|
+
};
|
|
8535
|
+
}
|
|
8536
|
+
static types() {
|
|
8537
|
+
return {
|
|
8538
|
+
tagKey: 'string',
|
|
8539
|
+
tagValue: 'string',
|
|
8540
|
+
};
|
|
8541
|
+
}
|
|
8542
|
+
}
|
|
8543
|
+
exports.DescribeScalingGroupsResponseBodyScalingGroupsTags = DescribeScalingGroupsResponseBodyScalingGroupsTags;
|
|
8514
8544
|
class DescribeScalingGroupsResponseBodyScalingGroupsVServerGroupsVServerGroupAttributes extends $tea.Model {
|
|
8515
8545
|
constructor(map) {
|
|
8516
8546
|
super(map);
|
|
@@ -8606,6 +8636,7 @@ class DescribeScalingGroupsResponseBodyScalingGroups extends $tea.Model {
|
|
|
8606
8636
|
stoppedCapacity: 'StoppedCapacity',
|
|
8607
8637
|
suspendedProcesses: 'SuspendedProcesses',
|
|
8608
8638
|
systemSuspended: 'SystemSuspended',
|
|
8639
|
+
tags: 'Tags',
|
|
8609
8640
|
totalCapacity: 'TotalCapacity',
|
|
8610
8641
|
totalInstanceCount: 'TotalInstanceCount',
|
|
8611
8642
|
VServerGroups: 'VServerGroups',
|
|
@@ -8667,6 +8698,7 @@ class DescribeScalingGroupsResponseBodyScalingGroups extends $tea.Model {
|
|
|
8667
8698
|
stoppedCapacity: 'number',
|
|
8668
8699
|
suspendedProcesses: { 'type': 'array', 'itemType': 'string' },
|
|
8669
8700
|
systemSuspended: 'boolean',
|
|
8701
|
+
tags: { 'type': 'array', 'itemType': DescribeScalingGroupsResponseBodyScalingGroupsTags },
|
|
8670
8702
|
totalCapacity: 'number',
|
|
8671
8703
|
totalInstanceCount: 'number',
|
|
8672
8704
|
VServerGroups: { 'type': 'array', 'itemType': DescribeScalingGroupsResponseBodyScalingGroupsVServerGroups },
|
|
@@ -10877,6 +10909,9 @@ class Client extends openapi_client_1.default {
|
|
|
10877
10909
|
if (!tea_util_1.default.isUnset(request.instanceFamilyLevel)) {
|
|
10878
10910
|
query["InstanceFamilyLevel"] = request.instanceFamilyLevel;
|
|
10879
10911
|
}
|
|
10912
|
+
if (!tea_util_1.default.isUnset(request.instanceTypes)) {
|
|
10913
|
+
query["InstanceTypes"] = request.instanceTypes;
|
|
10914
|
+
}
|
|
10880
10915
|
if (!tea_util_1.default.isUnset(request.ipv6AddressCount)) {
|
|
10881
10916
|
query["Ipv6AddressCount"] = request.ipv6AddressCount;
|
|
10882
10917
|
}
|
|
@@ -12561,6 +12596,9 @@ class Client extends openapi_client_1.default {
|
|
|
12561
12596
|
if (!tea_util_1.default.isUnset(request.scalingGroupNames)) {
|
|
12562
12597
|
query["ScalingGroupNames"] = request.scalingGroupNames;
|
|
12563
12598
|
}
|
|
12599
|
+
if (!tea_util_1.default.isUnset(request.tags)) {
|
|
12600
|
+
query["Tags"] = request.tags;
|
|
12601
|
+
}
|
|
12564
12602
|
let req = new $OpenApi.OpenApiRequest({
|
|
12565
12603
|
query: openapi_util_1.default.query(query),
|
|
12566
12604
|
});
|
|
@@ -13697,6 +13735,9 @@ class Client extends openapi_client_1.default {
|
|
|
13697
13735
|
if (!tea_util_1.default.isUnset(request.instanceFamilyLevel)) {
|
|
13698
13736
|
query["InstanceFamilyLevel"] = request.instanceFamilyLevel;
|
|
13699
13737
|
}
|
|
13738
|
+
if (!tea_util_1.default.isUnset(request.instanceTypes)) {
|
|
13739
|
+
query["InstanceTypes"] = request.instanceTypes;
|
|
13740
|
+
}
|
|
13700
13741
|
if (!tea_util_1.default.isUnset(request.ipv6AddressCount)) {
|
|
13701
13742
|
query["Ipv6AddressCount"] = request.ipv6AddressCount;
|
|
13702
13743
|
}
|
|
@@ -14106,6 +14147,9 @@ class Client extends openapi_client_1.default {
|
|
|
14106
14147
|
if (!tea_util_1.default.isUnset(request.desiredCapacity)) {
|
|
14107
14148
|
query["DesiredCapacity"] = request.desiredCapacity;
|
|
14108
14149
|
}
|
|
14150
|
+
if (!tea_util_1.default.isUnset(request.disableDesiredCapacity)) {
|
|
14151
|
+
query["DisableDesiredCapacity"] = request.disableDesiredCapacity;
|
|
14152
|
+
}
|
|
14109
14153
|
if (!tea_util_1.default.isUnset(request.groupDeletionProtection)) {
|
|
14110
14154
|
query["GroupDeletionProtection"] = request.groupDeletionProtection;
|
|
14111
14155
|
}
|