tencentcloud-sdk-nodejs-intl-en 3.0.281 → 3.0.285
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/package.json +1 -1
- package/tencentcloud/antiddos/v20200309/antiddos_client.js +47 -7
- package/tencentcloud/antiddos/v20200309/models.js +527 -17
- package/tencentcloud/ckafka/v20190819/ckafka_client.js +29 -2
- package/tencentcloud/ckafka/v20190819/models.js +238 -29
- package/tencentcloud/clb/v20180317/clb_client.js +40 -12
- package/tencentcloud/clb/v20180317/models.js +500 -99
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/dbbrain/v20210527/dbbrain_client.js +13 -0
- package/tencentcloud/dbbrain/v20210527/models.js +101 -0
- package/tencentcloud/dts/v20180330/models.js +31 -0
- package/tencentcloud/gaap/v20180529/models.js +147 -19
- package/tencentcloud/gme/v20180711/gme_client.js +4 -1
- package/tencentcloud/gme/v20180711/models.js +215 -92
- package/tencentcloud/live/v20180801/models.js +18 -6
- package/tencentcloud/mongodb/v20190725/models.js +3 -3
- package/tencentcloud/monitor/v20180724/models.js +7 -0
- package/tencentcloud/ssm/v20190923/models.js +349 -42
- package/tencentcloud/ssm/v20190923/ssm_client.js +43 -17
- package/tencentcloud/tke/v20180525/models.js +122 -1
- package/tencentcloud/tke/v20180525/tke_client.js +14 -0
|
@@ -32,7 +32,7 @@ const DisassociateTargetGroupsResponse = models.DisassociateTargetGroupsResponse
|
|
|
32
32
|
const SetLoadBalancerClsLogResponse = models.SetLoadBalancerClsLogResponse;
|
|
33
33
|
const DescribeLoadBalancerTrafficResponse = models.DescribeLoadBalancerTrafficResponse;
|
|
34
34
|
const ModifyRuleRequest = models.ModifyRuleRequest;
|
|
35
|
-
const
|
|
35
|
+
const DescribeCustomizedConfigListResponse = models.DescribeCustomizedConfigListResponse;
|
|
36
36
|
const DescribeBlockIPListResponse = models.DescribeBlockIPListResponse;
|
|
37
37
|
const DescribeRewriteRequest = models.DescribeRewriteRequest;
|
|
38
38
|
const ModifyLoadBalancerAttributesResponse = models.ModifyLoadBalancerAttributesResponse;
|
|
@@ -46,7 +46,7 @@ const BasicTargetGroupInfo = models.BasicTargetGroupInfo;
|
|
|
46
46
|
const ModifyTargetWeightResponse = models.ModifyTargetWeightResponse;
|
|
47
47
|
const DescribeTaskStatusRequest = models.DescribeTaskStatusRequest;
|
|
48
48
|
const TargetGroupInstance = models.TargetGroupInstance;
|
|
49
|
-
const
|
|
49
|
+
const DescribeClassicalLBByInstanceIdResponse = models.DescribeClassicalLBByInstanceIdResponse;
|
|
50
50
|
const CreateRuleResponse = models.CreateRuleResponse;
|
|
51
51
|
const RegisterTargetGroupInstancesResponse = models.RegisterTargetGroupInstancesResponse;
|
|
52
52
|
const ClassicalTargetInfo = models.ClassicalTargetInfo;
|
|
@@ -60,7 +60,7 @@ const DeleteLoadBalancerListenersRequest = models.DeleteLoadBalancerListenersReq
|
|
|
60
60
|
const BlockedIP = models.BlockedIP;
|
|
61
61
|
const ModifyRuleResponse = models.ModifyRuleResponse;
|
|
62
62
|
const DescribeClassicalLBTargetsRequest = models.DescribeClassicalLBTargetsRequest;
|
|
63
|
-
const
|
|
63
|
+
const DescribeCustomizedConfigListRequest = models.DescribeCustomizedConfigListRequest;
|
|
64
64
|
const AutoRewriteRequest = models.AutoRewriteRequest;
|
|
65
65
|
const DescribeLoadBalancerListByCertIdResponse = models.DescribeLoadBalancerListByCertIdResponse;
|
|
66
66
|
const ModifyTargetGroupInstancesWeightResponse = models.ModifyTargetGroupInstancesWeightResponse;
|
|
@@ -76,6 +76,7 @@ const DescribeClassicalLBHealthStatusResponse = models.DescribeClassicalLBHealth
|
|
|
76
76
|
const DescribeClsLogSetRequest = models.DescribeClsLogSetRequest;
|
|
77
77
|
const Listener = models.Listener;
|
|
78
78
|
const LoadBalancerTraffic = models.LoadBalancerTraffic;
|
|
79
|
+
const ConfigListItem = models.ConfigListItem;
|
|
79
80
|
const RegisterTargetsWithClassicalLBRequest = models.RegisterTargetsWithClassicalLBRequest;
|
|
80
81
|
const ModifyDomainAttributesResponse = models.ModifyDomainAttributesResponse;
|
|
81
82
|
const ReplaceCertForLoadBalancersResponse = models.ReplaceCertForLoadBalancersResponse;
|
|
@@ -88,6 +89,7 @@ const AssociateTargetGroupsResponse = models.AssociateTargetGroupsResponse;
|
|
|
88
89
|
const CreateTopicRequest = models.CreateTopicRequest;
|
|
89
90
|
const DeleteListenerRequest = models.DeleteListenerRequest;
|
|
90
91
|
const ClassicalHealth = models.ClassicalHealth;
|
|
92
|
+
const DescribeCustomizedConfigAssociateListRequest = models.DescribeCustomizedConfigAssociateListRequest;
|
|
91
93
|
const ModifyTargetPortResponse = models.ModifyTargetPortResponse;
|
|
92
94
|
const DescribeLoadBalancersDetailRequest = models.DescribeLoadBalancersDetailRequest;
|
|
93
95
|
const TargetGroupBackend = models.TargetGroupBackend;
|
|
@@ -104,10 +106,12 @@ const LBChargePrepaid = models.LBChargePrepaid;
|
|
|
104
106
|
const ClassicalListener = models.ClassicalListener;
|
|
105
107
|
const DeleteLoadBalancerRequest = models.DeleteLoadBalancerRequest;
|
|
106
108
|
const CertificateInput = models.CertificateInput;
|
|
109
|
+
const DescribeCustomizedConfigAssociateListResponse = models.DescribeCustomizedConfigAssociateListResponse;
|
|
107
110
|
const CreateListenerResponse = models.CreateListenerResponse;
|
|
108
111
|
const CreateTargetGroupResponse = models.CreateTargetGroupResponse;
|
|
109
112
|
const CreateLoadBalancerSnatIpsResponse = models.CreateLoadBalancerSnatIpsResponse;
|
|
110
113
|
const ClassicalLoadBalancerInfo = models.ClassicalLoadBalancerInfo;
|
|
114
|
+
const DescribeListenersResponse = models.DescribeListenersResponse;
|
|
111
115
|
const RuleOutput = models.RuleOutput;
|
|
112
116
|
const CreateTopicResponse = models.CreateTopicResponse;
|
|
113
117
|
const CreateRuleRequest = models.CreateRuleRequest;
|
|
@@ -121,6 +125,7 @@ const DescribeTargetHealthResponse = models.DescribeTargetHealthResponse;
|
|
|
121
125
|
const DescribeTargetGroupInstancesResponse = models.DescribeTargetGroupInstancesResponse;
|
|
122
126
|
const CreateTargetGroupRequest = models.CreateTargetGroupRequest;
|
|
123
127
|
const ClusterItem = models.ClusterItem;
|
|
128
|
+
const BindDetailItem = models.BindDetailItem;
|
|
124
129
|
const CreateListenerRequest = models.CreateListenerRequest;
|
|
125
130
|
const CreateClsLogSetRequest = models.CreateClsLogSetRequest;
|
|
126
131
|
const DisassociateTargetGroupsRequest = models.DisassociateTargetGroupsRequest;
|
|
@@ -151,7 +156,7 @@ const DeregisterTargetsRequest = models.DeregisterTargetsRequest;
|
|
|
151
156
|
const InternetAccessible = models.InternetAccessible;
|
|
152
157
|
const CreateLoadBalancerSnatIpsRequest = models.CreateLoadBalancerSnatIpsRequest;
|
|
153
158
|
const ModifyTargetGroupInstancesWeightRequest = models.ModifyTargetGroupInstancesWeightRequest;
|
|
154
|
-
const
|
|
159
|
+
const DescribeQuotaResponse = models.DescribeQuotaResponse;
|
|
155
160
|
const DeleteTargetGroupsResponse = models.DeleteTargetGroupsResponse;
|
|
156
161
|
const ModifyTargetGroupInstancesPortRequest = models.ModifyTargetGroupInstancesPortRequest;
|
|
157
162
|
const BatchRegisterTargetsRequest = models.BatchRegisterTargetsRequest;
|
|
@@ -164,6 +169,7 @@ const DescribeClassicalLBListenersResponse = models.DescribeClassicalLBListeners
|
|
|
164
169
|
const ModifyTargetGroupAttributeResponse = models.ModifyTargetGroupAttributeResponse;
|
|
165
170
|
const DescribeBlockIPTaskRequest = models.DescribeBlockIPTaskRequest;
|
|
166
171
|
const CreateLoadBalancerResponse = models.CreateLoadBalancerResponse;
|
|
172
|
+
const DescribeRewriteResponse = models.DescribeRewriteResponse;
|
|
167
173
|
const Quota = models.Quota;
|
|
168
174
|
const DeleteLoadBalancerListenersResponse = models.DeleteLoadBalancerListenersResponse;
|
|
169
175
|
const DescribeListenersRequest = models.DescribeListenersRequest;
|
|
@@ -177,7 +183,7 @@ const DeleteListenerResponse = models.DeleteListenerResponse;
|
|
|
177
183
|
const DeleteLoadBalancerSnatIpsResponse = models.DeleteLoadBalancerSnatIpsResponse;
|
|
178
184
|
const CertificateOutput = models.CertificateOutput;
|
|
179
185
|
const DeleteTargetGroupsRequest = models.DeleteTargetGroupsRequest;
|
|
180
|
-
const
|
|
186
|
+
const DescribeClassicalLBListenersRequest = models.DescribeClassicalLBListenersRequest;
|
|
181
187
|
const TargetHealth = models.TargetHealth;
|
|
182
188
|
const TargetGroupAssociation = models.TargetGroupAssociation;
|
|
183
189
|
const ListenerHealth = models.ListenerHealth;
|
|
@@ -231,6 +237,17 @@ This is an async API. After it is returned successfully, you can call the Descri
|
|
|
231
237
|
this.request("DescribeClassicalLBListeners", req, resp, cb);
|
|
232
238
|
}
|
|
233
239
|
|
|
240
|
+
/**
|
|
241
|
+
* This API is used to query the configured location, bound server or bound CLB instance. If there are domain names, the result will be filtered by domain name.
|
|
242
|
+
* @param {DescribeCustomizedConfigAssociateListRequest} req
|
|
243
|
+
* @param {function(string, DescribeCustomizedConfigAssociateListResponse):void} cb
|
|
244
|
+
* @public
|
|
245
|
+
*/
|
|
246
|
+
DescribeCustomizedConfigAssociateList(req, cb) {
|
|
247
|
+
let resp = new DescribeCustomizedConfigAssociateListResponse();
|
|
248
|
+
this.request("DescribeCustomizedConfigAssociateList", req, resp, cb);
|
|
249
|
+
}
|
|
250
|
+
|
|
234
251
|
/**
|
|
235
252
|
* This API is used to create a topic with the full-text index and key-value index enabled by default. The creation will fail if there is no CLB exclusive logset.
|
|
236
253
|
* @param {CreateTopicRequest} req
|
|
@@ -462,6 +479,18 @@ This is an async API. After it is returned successfully, you can call the Descri
|
|
|
462
479
|
this.request("ModifyDomainAttributes", req, resp, cb);
|
|
463
480
|
}
|
|
464
481
|
|
|
482
|
+
/**
|
|
483
|
+
* This API (ModifyTargetPort) is used to modify the port of a real server bound to a listener.
|
|
484
|
+
This is an async API. After it is returned successfully, you can call the DescribeTaskStatus API with the returned RequestID as an input parameter to check whether this task is successful.
|
|
485
|
+
* @param {ModifyTargetPortRequest} req
|
|
486
|
+
* @param {function(string, ModifyTargetPortResponse):void} cb
|
|
487
|
+
* @public
|
|
488
|
+
*/
|
|
489
|
+
ModifyTargetPort(req, cb) {
|
|
490
|
+
let resp = new ModifyTargetPortResponse();
|
|
491
|
+
this.request("ModifyTargetPort", req, resp, cb);
|
|
492
|
+
}
|
|
493
|
+
|
|
465
494
|
/**
|
|
466
495
|
* This API (DeleteRule) is used to delete a forwarding rule under a layer-7 CLB instance listener
|
|
467
496
|
This is an async API. After it is returned successfully, you can call the DescribeTaskStatus API with the returned RequestID as an input parameter to check whether this task is successful.
|
|
@@ -603,15 +632,14 @@ This is an async API. After it is returned successfully, you can call the Descri
|
|
|
603
632
|
}
|
|
604
633
|
|
|
605
634
|
/**
|
|
606
|
-
* This API
|
|
607
|
-
|
|
608
|
-
* @param {
|
|
609
|
-
* @param {function(string, ModifyTargetPortResponse):void} cb
|
|
635
|
+
* This API is used to pull custom configuration lists to return the user configuration of `AppId`.
|
|
636
|
+
* @param {DescribeCustomizedConfigListRequest} req
|
|
637
|
+
* @param {function(string, DescribeCustomizedConfigListResponse):void} cb
|
|
610
638
|
* @public
|
|
611
639
|
*/
|
|
612
|
-
|
|
613
|
-
let resp = new
|
|
614
|
-
this.request("
|
|
640
|
+
DescribeCustomizedConfigList(req, cb) {
|
|
641
|
+
let resp = new DescribeCustomizedConfigListResponse();
|
|
642
|
+
this.request("DescribeCustomizedConfigList", req, resp, cb);
|
|
615
643
|
}
|
|
616
644
|
|
|
617
645
|
/**
|
|
@@ -401,25 +401,25 @@ Note: if the name of the new CLB instance already exists, a default name will be
|
|
|
401
401
|
this.LoadBalancerName = null;
|
|
402
402
|
|
|
403
403
|
/**
|
|
404
|
-
* Network ID of the
|
|
404
|
+
* Network ID of the target CLB real server, such as `vpc-12345678`, which can be obtained through the [DescribeVpcEx](https://intl.cloud.tencent.com/document/product/215/1372?from_cn_redirect=1) API. If this parameter is not specified, it will default to `DefaultVPC`. This parameter is required for creating a CLB instance.
|
|
405
405
|
* @type {string || null}
|
|
406
406
|
*/
|
|
407
407
|
this.VpcId = null;
|
|
408
408
|
|
|
409
409
|
/**
|
|
410
|
-
* A subnet ID must be specified when you purchase a private network CLB instance in a VPC, and the VIP of this instance will be generated in this subnet.
|
|
410
|
+
* A subnet ID must be specified when you purchase a private network CLB instance in a VPC, and the VIP of this instance will be generated in this subnet. This parameter is required for creating a CLB instance.
|
|
411
411
|
* @type {string || null}
|
|
412
412
|
*/
|
|
413
413
|
this.SubnetId = null;
|
|
414
414
|
|
|
415
415
|
/**
|
|
416
|
-
* ID of the
|
|
416
|
+
* Project ID of the CLB instance, which can be obtained through the [DescribeProject](https://intl.cloud.tencent.com/document/product/378/4400?from_cn_redirect=1) API. If this parameter is not specified, it will default to the default project.
|
|
417
417
|
* @type {number || null}
|
|
418
418
|
*/
|
|
419
419
|
this.ProjectId = null;
|
|
420
420
|
|
|
421
421
|
/**
|
|
422
|
-
* IP version. Valid values:
|
|
422
|
+
* IP version. Valid values: `IPV4` (default), `IPV6` (IPV6 NAT64 version) or `IPv6FullChain` (IPv6 version). This parameter is only for public network CLB instances.
|
|
423
423
|
* @type {string || null}
|
|
424
424
|
*/
|
|
425
425
|
this.AddressIPVersion = null;
|
|
@@ -456,13 +456,16 @@ Note: A primary AZ carries traffic, while a secondary AZ does not carry traffic
|
|
|
456
456
|
this.VipIsp = null;
|
|
457
457
|
|
|
458
458
|
/**
|
|
459
|
-
* Tags a CLB instance when purchasing it
|
|
459
|
+
* Tags a CLB instance when purchasing it.
|
|
460
460
|
* @type {Array.<TagInfo> || null}
|
|
461
461
|
*/
|
|
462
462
|
this.Tags = null;
|
|
463
463
|
|
|
464
464
|
/**
|
|
465
|
-
*
|
|
465
|
+
* Specifies a VIP for the CLB instance.
|
|
466
|
+
<ul><li>`VpcId` is optional for creating shared clusters of public network CLB instances. For IPv6 CLB instance type, `SubnetId` is required; for IPv4 and IPv6 NAT64 types, it can be left empty.</li>
|
|
467
|
+
<li>`VpcId` is optional for creating shared clusters of public network CLB instances. For IPv6 CLB instance type, `SubnetId` is required; for IPv4 and IPv6 NAT64 types, it can be left empty.
|
|
468
|
+
</li></ul>
|
|
466
469
|
* @type {string || null}
|
|
467
470
|
*/
|
|
468
471
|
this.Vip = null;
|
|
@@ -474,11 +477,17 @@ Note: A primary AZ carries traffic, while a secondary AZ does not carry traffic
|
|
|
474
477
|
this.BandwidthPackageId = null;
|
|
475
478
|
|
|
476
479
|
/**
|
|
477
|
-
*
|
|
480
|
+
* Exclusive cluster information. This parameter is required for creating exclusive clusters of CLB instances.
|
|
478
481
|
* @type {ExclusiveCluster || null}
|
|
479
482
|
*/
|
|
480
483
|
this.ExclusiveCluster = null;
|
|
481
484
|
|
|
485
|
+
/**
|
|
486
|
+
*
|
|
487
|
+
* @type {string || null}
|
|
488
|
+
*/
|
|
489
|
+
this.SlaType = null;
|
|
490
|
+
|
|
482
491
|
/**
|
|
483
492
|
* A unique string supplied by the client to ensure that the request is idempotent. Its maximum length is 64 ASCII characters. If this parameter is not specified, the idempotency of the request cannot be guaranteed.
|
|
484
493
|
* @type {string || null}
|
|
@@ -559,6 +568,7 @@ Note: A secondary AZ will load traffic if the primary AZ has failures. The API `
|
|
|
559
568
|
obj.deserialize(params.ExclusiveCluster)
|
|
560
569
|
this.ExclusiveCluster = obj;
|
|
561
570
|
}
|
|
571
|
+
this.SlaType = 'SlaType' in params ? params.SlaType : null;
|
|
562
572
|
this.ClientToken = 'ClientToken' in params ? params.ClientToken : null;
|
|
563
573
|
this.SnatPro = 'SnatPro' in params ? params.SnatPro : null;
|
|
564
574
|
|
|
@@ -898,18 +908,24 @@ They represent weighted round robin, least connections, and IP hash, respectivel
|
|
|
898
908
|
}
|
|
899
909
|
|
|
900
910
|
/**
|
|
901
|
-
*
|
|
911
|
+
* DescribeCustomizedConfigList response structure.
|
|
902
912
|
* @class
|
|
903
913
|
*/
|
|
904
|
-
class
|
|
914
|
+
class DescribeCustomizedConfigListResponse extends AbstractModel {
|
|
905
915
|
constructor(){
|
|
906
916
|
super();
|
|
907
917
|
|
|
908
918
|
/**
|
|
909
|
-
*
|
|
910
|
-
* @type {Array.<
|
|
919
|
+
* Configuration list.
|
|
920
|
+
* @type {Array.<ConfigListItem> || null}
|
|
911
921
|
*/
|
|
912
|
-
this.
|
|
922
|
+
this.ConfigList = null;
|
|
923
|
+
|
|
924
|
+
/**
|
|
925
|
+
* Number of configurations.
|
|
926
|
+
* @type {number || null}
|
|
927
|
+
*/
|
|
928
|
+
this.TotalCount = null;
|
|
913
929
|
|
|
914
930
|
/**
|
|
915
931
|
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
@@ -927,14 +943,15 @@ class DescribeClassicalLBByInstanceIdResponse extends AbstractModel {
|
|
|
927
943
|
return;
|
|
928
944
|
}
|
|
929
945
|
|
|
930
|
-
if (params.
|
|
931
|
-
this.
|
|
932
|
-
for (let z in params.
|
|
933
|
-
let obj = new
|
|
934
|
-
obj.deserialize(params.
|
|
935
|
-
this.
|
|
946
|
+
if (params.ConfigList) {
|
|
947
|
+
this.ConfigList = new Array();
|
|
948
|
+
for (let z in params.ConfigList) {
|
|
949
|
+
let obj = new ConfigListItem();
|
|
950
|
+
obj.deserialize(params.ConfigList[z]);
|
|
951
|
+
this.ConfigList.push(obj);
|
|
936
952
|
}
|
|
937
953
|
}
|
|
954
|
+
this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
|
|
938
955
|
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
939
956
|
|
|
940
957
|
}
|
|
@@ -1511,18 +1528,18 @@ class TargetGroupInstance extends AbstractModel {
|
|
|
1511
1528
|
}
|
|
1512
1529
|
|
|
1513
1530
|
/**
|
|
1514
|
-
*
|
|
1531
|
+
* DescribeClassicalLBByInstanceId response structure.
|
|
1515
1532
|
* @class
|
|
1516
1533
|
*/
|
|
1517
|
-
class
|
|
1534
|
+
class DescribeClassicalLBByInstanceIdResponse extends AbstractModel {
|
|
1518
1535
|
constructor(){
|
|
1519
1536
|
super();
|
|
1520
1537
|
|
|
1521
1538
|
/**
|
|
1522
|
-
*
|
|
1523
|
-
* @type {Array.<
|
|
1539
|
+
* CLB information list
|
|
1540
|
+
* @type {Array.<ClassicalLoadBalancerInfo> || null}
|
|
1524
1541
|
*/
|
|
1525
|
-
this.
|
|
1542
|
+
this.LoadBalancerInfoList = null;
|
|
1526
1543
|
|
|
1527
1544
|
/**
|
|
1528
1545
|
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
@@ -1540,12 +1557,12 @@ class DescribeRewriteResponse extends AbstractModel {
|
|
|
1540
1557
|
return;
|
|
1541
1558
|
}
|
|
1542
1559
|
|
|
1543
|
-
if (params.
|
|
1544
|
-
this.
|
|
1545
|
-
for (let z in params.
|
|
1546
|
-
let obj = new
|
|
1547
|
-
obj.deserialize(params.
|
|
1548
|
-
this.
|
|
1560
|
+
if (params.LoadBalancerInfoList) {
|
|
1561
|
+
this.LoadBalancerInfoList = new Array();
|
|
1562
|
+
for (let z in params.LoadBalancerInfoList) {
|
|
1563
|
+
let obj = new ClassicalLoadBalancerInfo();
|
|
1564
|
+
obj.deserialize(params.LoadBalancerInfoList[z]);
|
|
1565
|
+
this.LoadBalancerInfoList.push(obj);
|
|
1549
1566
|
}
|
|
1550
1567
|
}
|
|
1551
1568
|
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
@@ -2074,31 +2091,50 @@ class DescribeClassicalLBTargetsRequest extends AbstractModel {
|
|
|
2074
2091
|
}
|
|
2075
2092
|
|
|
2076
2093
|
/**
|
|
2077
|
-
*
|
|
2094
|
+
* DescribeCustomizedConfigList request structure.
|
|
2078
2095
|
* @class
|
|
2079
2096
|
*/
|
|
2080
|
-
class
|
|
2097
|
+
class DescribeCustomizedConfigListRequest extends AbstractModel {
|
|
2081
2098
|
constructor(){
|
|
2082
2099
|
super();
|
|
2083
2100
|
|
|
2084
2101
|
/**
|
|
2085
|
-
*
|
|
2086
|
-
* @type {
|
|
2102
|
+
* Configuration type. Valid values: `CLB` (CLB-specific configs), `SERVER` (domain name-specific configs), and `LOCATION` (forwarding rule-specific configs).
|
|
2103
|
+
* @type {string || null}
|
|
2087
2104
|
*/
|
|
2088
|
-
this.
|
|
2105
|
+
this.ConfigType = null;
|
|
2089
2106
|
|
|
2090
2107
|
/**
|
|
2091
|
-
*
|
|
2092
|
-
Note: This field may return `null`, indicating that no valid values can be obtained.
|
|
2108
|
+
* Pagination offset. Default: 0.
|
|
2093
2109
|
* @type {number || null}
|
|
2094
2110
|
*/
|
|
2095
|
-
this.
|
|
2111
|
+
this.Offset = null;
|
|
2096
2112
|
|
|
2097
2113
|
/**
|
|
2098
|
-
*
|
|
2114
|
+
* Number of results per page. Default: 20.
|
|
2115
|
+
* @type {number || null}
|
|
2116
|
+
*/
|
|
2117
|
+
this.Limit = null;
|
|
2118
|
+
|
|
2119
|
+
/**
|
|
2120
|
+
* Specifies the name of configs to query. Fuzzy match is supported.
|
|
2099
2121
|
* @type {string || null}
|
|
2100
2122
|
*/
|
|
2101
|
-
this.
|
|
2123
|
+
this.ConfigName = null;
|
|
2124
|
+
|
|
2125
|
+
/**
|
|
2126
|
+
* Configuration ID.
|
|
2127
|
+
* @type {Array.<string> || null}
|
|
2128
|
+
*/
|
|
2129
|
+
this.UconfigIds = null;
|
|
2130
|
+
|
|
2131
|
+
/**
|
|
2132
|
+
* The filters are:
|
|
2133
|
+
<li> loadbalancer-id - String - Required: no - (filter) CLB instance ID, such as "lb-12345678". </li>
|
|
2134
|
+
<li> vip - String - Required: no - (filter) CLB instance VIP, such as "1.1.1.1" and "2204::22:3". </li>
|
|
2135
|
+
* @type {Array.<Filter> || null}
|
|
2136
|
+
*/
|
|
2137
|
+
this.Filters = null;
|
|
2102
2138
|
|
|
2103
2139
|
}
|
|
2104
2140
|
|
|
@@ -2109,17 +2145,20 @@ Note: This field may return `null`, indicating that no valid values can be obtai
|
|
|
2109
2145
|
if (!params) {
|
|
2110
2146
|
return;
|
|
2111
2147
|
}
|
|
2148
|
+
this.ConfigType = 'ConfigType' in params ? params.ConfigType : null;
|
|
2149
|
+
this.Offset = 'Offset' in params ? params.Offset : null;
|
|
2150
|
+
this.Limit = 'Limit' in params ? params.Limit : null;
|
|
2151
|
+
this.ConfigName = 'ConfigName' in params ? params.ConfigName : null;
|
|
2152
|
+
this.UconfigIds = 'UconfigIds' in params ? params.UconfigIds : null;
|
|
2112
2153
|
|
|
2113
|
-
if (params.
|
|
2114
|
-
this.
|
|
2115
|
-
for (let z in params.
|
|
2116
|
-
let obj = new
|
|
2117
|
-
obj.deserialize(params.
|
|
2118
|
-
this.
|
|
2154
|
+
if (params.Filters) {
|
|
2155
|
+
this.Filters = new Array();
|
|
2156
|
+
for (let z in params.Filters) {
|
|
2157
|
+
let obj = new Filter();
|
|
2158
|
+
obj.deserialize(params.Filters[z]);
|
|
2159
|
+
this.Filters.push(obj);
|
|
2119
2160
|
}
|
|
2120
2161
|
}
|
|
2121
|
-
this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
|
|
2122
|
-
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
2123
2162
|
|
|
2124
2163
|
}
|
|
2125
2164
|
}
|
|
@@ -2423,6 +2462,12 @@ class ModifyLoadBalancerAttributesRequest extends AbstractModel {
|
|
|
2423
2462
|
*/
|
|
2424
2463
|
this.SnatPro = null;
|
|
2425
2464
|
|
|
2465
|
+
/**
|
|
2466
|
+
* Specifies whether to enable deletion protection.
|
|
2467
|
+
* @type {boolean || null}
|
|
2468
|
+
*/
|
|
2469
|
+
this.DeleteProtect = null;
|
|
2470
|
+
|
|
2426
2471
|
}
|
|
2427
2472
|
|
|
2428
2473
|
/**
|
|
@@ -2448,6 +2493,7 @@ class ModifyLoadBalancerAttributesRequest extends AbstractModel {
|
|
|
2448
2493
|
}
|
|
2449
2494
|
this.LoadBalancerPassToTarget = 'LoadBalancerPassToTarget' in params ? params.LoadBalancerPassToTarget : null;
|
|
2450
2495
|
this.SnatPro = 'SnatPro' in params ? params.SnatPro : null;
|
|
2496
|
+
this.DeleteProtect = 'DeleteProtect' in params ? params.DeleteProtect : null;
|
|
2451
2497
|
|
|
2452
2498
|
}
|
|
2453
2499
|
}
|
|
@@ -2935,6 +2981,70 @@ class LoadBalancerTraffic extends AbstractModel {
|
|
|
2935
2981
|
}
|
|
2936
2982
|
}
|
|
2937
2983
|
|
|
2984
|
+
/**
|
|
2985
|
+
* Configuration content
|
|
2986
|
+
* @class
|
|
2987
|
+
*/
|
|
2988
|
+
class ConfigListItem extends AbstractModel {
|
|
2989
|
+
constructor(){
|
|
2990
|
+
super();
|
|
2991
|
+
|
|
2992
|
+
/**
|
|
2993
|
+
* Configuration ID.
|
|
2994
|
+
* @type {string || null}
|
|
2995
|
+
*/
|
|
2996
|
+
this.UconfigId = null;
|
|
2997
|
+
|
|
2998
|
+
/**
|
|
2999
|
+
* Configuration type.
|
|
3000
|
+
* @type {string || null}
|
|
3001
|
+
*/
|
|
3002
|
+
this.ConfigType = null;
|
|
3003
|
+
|
|
3004
|
+
/**
|
|
3005
|
+
* Configuration name.
|
|
3006
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
3007
|
+
* @type {string || null}
|
|
3008
|
+
*/
|
|
3009
|
+
this.ConfigName = null;
|
|
3010
|
+
|
|
3011
|
+
/**
|
|
3012
|
+
* Configuration content.
|
|
3013
|
+
* @type {string || null}
|
|
3014
|
+
*/
|
|
3015
|
+
this.ConfigContent = null;
|
|
3016
|
+
|
|
3017
|
+
/**
|
|
3018
|
+
* Creates configuration time.
|
|
3019
|
+
* @type {string || null}
|
|
3020
|
+
*/
|
|
3021
|
+
this.CreateTimestamp = null;
|
|
3022
|
+
|
|
3023
|
+
/**
|
|
3024
|
+
* Modifies configuration time.
|
|
3025
|
+
* @type {string || null}
|
|
3026
|
+
*/
|
|
3027
|
+
this.UpdateTimestamp = null;
|
|
3028
|
+
|
|
3029
|
+
}
|
|
3030
|
+
|
|
3031
|
+
/**
|
|
3032
|
+
* @private
|
|
3033
|
+
*/
|
|
3034
|
+
deserialize(params) {
|
|
3035
|
+
if (!params) {
|
|
3036
|
+
return;
|
|
3037
|
+
}
|
|
3038
|
+
this.UconfigId = 'UconfigId' in params ? params.UconfigId : null;
|
|
3039
|
+
this.ConfigType = 'ConfigType' in params ? params.ConfigType : null;
|
|
3040
|
+
this.ConfigName = 'ConfigName' in params ? params.ConfigName : null;
|
|
3041
|
+
this.ConfigContent = 'ConfigContent' in params ? params.ConfigContent : null;
|
|
3042
|
+
this.CreateTimestamp = 'CreateTimestamp' in params ? params.CreateTimestamp : null;
|
|
3043
|
+
this.UpdateTimestamp = 'UpdateTimestamp' in params ? params.UpdateTimestamp : null;
|
|
3044
|
+
|
|
3045
|
+
}
|
|
3046
|
+
}
|
|
3047
|
+
|
|
2938
3048
|
/**
|
|
2939
3049
|
* RegisterTargetsWithClassicalLB request structure.
|
|
2940
3050
|
* @class
|
|
@@ -3582,6 +3692,55 @@ class ClassicalHealth extends AbstractModel {
|
|
|
3582
3692
|
}
|
|
3583
3693
|
}
|
|
3584
3694
|
|
|
3695
|
+
/**
|
|
3696
|
+
* DescribeCustomizedConfigAssociateList request structure.
|
|
3697
|
+
* @class
|
|
3698
|
+
*/
|
|
3699
|
+
class DescribeCustomizedConfigAssociateListRequest extends AbstractModel {
|
|
3700
|
+
constructor(){
|
|
3701
|
+
super();
|
|
3702
|
+
|
|
3703
|
+
/**
|
|
3704
|
+
* Configuration ID.
|
|
3705
|
+
* @type {string || null}
|
|
3706
|
+
*/
|
|
3707
|
+
this.UconfigId = null;
|
|
3708
|
+
|
|
3709
|
+
/**
|
|
3710
|
+
* Start position of the binding list. Default: 0.
|
|
3711
|
+
* @type {number || null}
|
|
3712
|
+
*/
|
|
3713
|
+
this.Offset = null;
|
|
3714
|
+
|
|
3715
|
+
/**
|
|
3716
|
+
* Number of binding lists to pull. Default: 20.
|
|
3717
|
+
* @type {number || null}
|
|
3718
|
+
*/
|
|
3719
|
+
this.Limit = null;
|
|
3720
|
+
|
|
3721
|
+
/**
|
|
3722
|
+
* Searches for the domain name.
|
|
3723
|
+
* @type {string || null}
|
|
3724
|
+
*/
|
|
3725
|
+
this.Domain = null;
|
|
3726
|
+
|
|
3727
|
+
}
|
|
3728
|
+
|
|
3729
|
+
/**
|
|
3730
|
+
* @private
|
|
3731
|
+
*/
|
|
3732
|
+
deserialize(params) {
|
|
3733
|
+
if (!params) {
|
|
3734
|
+
return;
|
|
3735
|
+
}
|
|
3736
|
+
this.UconfigId = 'UconfigId' in params ? params.UconfigId : null;
|
|
3737
|
+
this.Offset = 'Offset' in params ? params.Offset : null;
|
|
3738
|
+
this.Limit = 'Limit' in params ? params.Limit : null;
|
|
3739
|
+
this.Domain = 'Domain' in params ? params.Domain : null;
|
|
3740
|
+
|
|
3741
|
+
}
|
|
3742
|
+
}
|
|
3743
|
+
|
|
3585
3744
|
/**
|
|
3586
3745
|
* ModifyTargetPort response structure.
|
|
3587
3746
|
* @class
|
|
@@ -4511,6 +4670,56 @@ class CertificateInput extends AbstractModel {
|
|
|
4511
4670
|
}
|
|
4512
4671
|
}
|
|
4513
4672
|
|
|
4673
|
+
/**
|
|
4674
|
+
* DescribeCustomizedConfigAssociateList response structure.
|
|
4675
|
+
* @class
|
|
4676
|
+
*/
|
|
4677
|
+
class DescribeCustomizedConfigAssociateListResponse extends AbstractModel {
|
|
4678
|
+
constructor(){
|
|
4679
|
+
super();
|
|
4680
|
+
|
|
4681
|
+
/**
|
|
4682
|
+
* List of bound resources
|
|
4683
|
+
* @type {Array.<BindDetailItem> || null}
|
|
4684
|
+
*/
|
|
4685
|
+
this.BindList = null;
|
|
4686
|
+
|
|
4687
|
+
/**
|
|
4688
|
+
* Total number of bound resources
|
|
4689
|
+
* @type {number || null}
|
|
4690
|
+
*/
|
|
4691
|
+
this.TotalCount = null;
|
|
4692
|
+
|
|
4693
|
+
/**
|
|
4694
|
+
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
4695
|
+
* @type {string || null}
|
|
4696
|
+
*/
|
|
4697
|
+
this.RequestId = null;
|
|
4698
|
+
|
|
4699
|
+
}
|
|
4700
|
+
|
|
4701
|
+
/**
|
|
4702
|
+
* @private
|
|
4703
|
+
*/
|
|
4704
|
+
deserialize(params) {
|
|
4705
|
+
if (!params) {
|
|
4706
|
+
return;
|
|
4707
|
+
}
|
|
4708
|
+
|
|
4709
|
+
if (params.BindList) {
|
|
4710
|
+
this.BindList = new Array();
|
|
4711
|
+
for (let z in params.BindList) {
|
|
4712
|
+
let obj = new BindDetailItem();
|
|
4713
|
+
obj.deserialize(params.BindList[z]);
|
|
4714
|
+
this.BindList.push(obj);
|
|
4715
|
+
}
|
|
4716
|
+
}
|
|
4717
|
+
this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
|
|
4718
|
+
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
4719
|
+
|
|
4720
|
+
}
|
|
4721
|
+
}
|
|
4722
|
+
|
|
4514
4723
|
/**
|
|
4515
4724
|
* CreateListener response structure.
|
|
4516
4725
|
* @class
|
|
@@ -4645,6 +4854,57 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
4645
4854
|
}
|
|
4646
4855
|
}
|
|
4647
4856
|
|
|
4857
|
+
/**
|
|
4858
|
+
* DescribeListeners response structure.
|
|
4859
|
+
* @class
|
|
4860
|
+
*/
|
|
4861
|
+
class DescribeListenersResponse extends AbstractModel {
|
|
4862
|
+
constructor(){
|
|
4863
|
+
super();
|
|
4864
|
+
|
|
4865
|
+
/**
|
|
4866
|
+
* Listener list
|
|
4867
|
+
* @type {Array.<Listener> || null}
|
|
4868
|
+
*/
|
|
4869
|
+
this.Listeners = null;
|
|
4870
|
+
|
|
4871
|
+
/**
|
|
4872
|
+
* Total number of listeners (with filters of port, protocol, and listener ID applied).
|
|
4873
|
+
Note: This field may return `null`, indicating that no valid values can be obtained.
|
|
4874
|
+
* @type {number || null}
|
|
4875
|
+
*/
|
|
4876
|
+
this.TotalCount = null;
|
|
4877
|
+
|
|
4878
|
+
/**
|
|
4879
|
+
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
4880
|
+
* @type {string || null}
|
|
4881
|
+
*/
|
|
4882
|
+
this.RequestId = null;
|
|
4883
|
+
|
|
4884
|
+
}
|
|
4885
|
+
|
|
4886
|
+
/**
|
|
4887
|
+
* @private
|
|
4888
|
+
*/
|
|
4889
|
+
deserialize(params) {
|
|
4890
|
+
if (!params) {
|
|
4891
|
+
return;
|
|
4892
|
+
}
|
|
4893
|
+
|
|
4894
|
+
if (params.Listeners) {
|
|
4895
|
+
this.Listeners = new Array();
|
|
4896
|
+
for (let z in params.Listeners) {
|
|
4897
|
+
let obj = new Listener();
|
|
4898
|
+
obj.deserialize(params.Listeners[z]);
|
|
4899
|
+
this.Listeners.push(obj);
|
|
4900
|
+
}
|
|
4901
|
+
}
|
|
4902
|
+
this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
|
|
4903
|
+
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
4904
|
+
|
|
4905
|
+
}
|
|
4906
|
+
}
|
|
4907
|
+
|
|
4648
4908
|
/**
|
|
4649
4909
|
* HTTP/HTTPS listener forwarding rule (output)
|
|
4650
4910
|
* @class
|
|
@@ -5387,6 +5647,98 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
5387
5647
|
}
|
|
5388
5648
|
}
|
|
5389
5649
|
|
|
5650
|
+
/**
|
|
5651
|
+
* Binding details including listener name, protocol, url and vport
|
|
5652
|
+
* @class
|
|
5653
|
+
*/
|
|
5654
|
+
class BindDetailItem extends AbstractModel {
|
|
5655
|
+
constructor(){
|
|
5656
|
+
super();
|
|
5657
|
+
|
|
5658
|
+
/**
|
|
5659
|
+
* Specifies the ID of CLB to be bound
|
|
5660
|
+
* @type {string || null}
|
|
5661
|
+
*/
|
|
5662
|
+
this.LoadBalancerId = null;
|
|
5663
|
+
|
|
5664
|
+
/**
|
|
5665
|
+
* Specifies the ID of listener to be bound
|
|
5666
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
5667
|
+
* @type {string || null}
|
|
5668
|
+
*/
|
|
5669
|
+
this.ListenerId = null;
|
|
5670
|
+
|
|
5671
|
+
/**
|
|
5672
|
+
* Specifies the domain name to be bound
|
|
5673
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
5674
|
+
* @type {string || null}
|
|
5675
|
+
*/
|
|
5676
|
+
this.Domain = null;
|
|
5677
|
+
|
|
5678
|
+
/**
|
|
5679
|
+
* Sets the bound rule.
|
|
5680
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
5681
|
+
* @type {string || null}
|
|
5682
|
+
*/
|
|
5683
|
+
this.LocationId = null;
|
|
5684
|
+
|
|
5685
|
+
/**
|
|
5686
|
+
* Listener name.
|
|
5687
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
5688
|
+
* @type {string || null}
|
|
5689
|
+
*/
|
|
5690
|
+
this.ListenerName = null;
|
|
5691
|
+
|
|
5692
|
+
/**
|
|
5693
|
+
* Listener protocol.
|
|
5694
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
5695
|
+
* @type {string || null}
|
|
5696
|
+
*/
|
|
5697
|
+
this.Protocol = null;
|
|
5698
|
+
|
|
5699
|
+
/**
|
|
5700
|
+
* Listener port.
|
|
5701
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
5702
|
+
* @type {number || null}
|
|
5703
|
+
*/
|
|
5704
|
+
this.Vport = null;
|
|
5705
|
+
|
|
5706
|
+
/**
|
|
5707
|
+
* URL of the location.
|
|
5708
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
5709
|
+
* @type {string || null}
|
|
5710
|
+
*/
|
|
5711
|
+
this.Url = null;
|
|
5712
|
+
|
|
5713
|
+
/**
|
|
5714
|
+
* Configuration ID.
|
|
5715
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
5716
|
+
* @type {string || null}
|
|
5717
|
+
*/
|
|
5718
|
+
this.UconfigId = null;
|
|
5719
|
+
|
|
5720
|
+
}
|
|
5721
|
+
|
|
5722
|
+
/**
|
|
5723
|
+
* @private
|
|
5724
|
+
*/
|
|
5725
|
+
deserialize(params) {
|
|
5726
|
+
if (!params) {
|
|
5727
|
+
return;
|
|
5728
|
+
}
|
|
5729
|
+
this.LoadBalancerId = 'LoadBalancerId' in params ? params.LoadBalancerId : null;
|
|
5730
|
+
this.ListenerId = 'ListenerId' in params ? params.ListenerId : null;
|
|
5731
|
+
this.Domain = 'Domain' in params ? params.Domain : null;
|
|
5732
|
+
this.LocationId = 'LocationId' in params ? params.LocationId : null;
|
|
5733
|
+
this.ListenerName = 'ListenerName' in params ? params.ListenerName : null;
|
|
5734
|
+
this.Protocol = 'Protocol' in params ? params.Protocol : null;
|
|
5735
|
+
this.Vport = 'Vport' in params ? params.Vport : null;
|
|
5736
|
+
this.Url = 'Url' in params ? params.Url : null;
|
|
5737
|
+
this.UconfigId = 'UconfigId' in params ? params.UconfigId : null;
|
|
5738
|
+
|
|
5739
|
+
}
|
|
5740
|
+
}
|
|
5741
|
+
|
|
5390
5742
|
/**
|
|
5391
5743
|
* CreateListener request structure.
|
|
5392
5744
|
* @class
|
|
@@ -7125,42 +7477,24 @@ class ModifyTargetGroupInstancesWeightRequest extends AbstractModel {
|
|
|
7125
7477
|
}
|
|
7126
7478
|
|
|
7127
7479
|
/**
|
|
7128
|
-
*
|
|
7480
|
+
* DescribeQuota response structure.
|
|
7129
7481
|
* @class
|
|
7130
7482
|
*/
|
|
7131
|
-
class
|
|
7483
|
+
class DescribeQuotaResponse extends AbstractModel {
|
|
7132
7484
|
constructor(){
|
|
7133
7485
|
super();
|
|
7134
7486
|
|
|
7135
7487
|
/**
|
|
7136
|
-
*
|
|
7137
|
-
* @type {
|
|
7138
|
-
*/
|
|
7139
|
-
this.LoadBalancerId = null;
|
|
7140
|
-
|
|
7141
|
-
/**
|
|
7142
|
-
* List of CLB listener IDs
|
|
7143
|
-
* @type {Array.<string> || null}
|
|
7488
|
+
* Quota list
|
|
7489
|
+
* @type {Array.<Quota> || null}
|
|
7144
7490
|
*/
|
|
7145
|
-
this.
|
|
7491
|
+
this.QuotaSet = null;
|
|
7146
7492
|
|
|
7147
7493
|
/**
|
|
7148
|
-
*
|
|
7494
|
+
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
7149
7495
|
* @type {string || null}
|
|
7150
7496
|
*/
|
|
7151
|
-
this.
|
|
7152
|
-
|
|
7153
|
-
/**
|
|
7154
|
-
* CLB listening port. Value range: 1 - 65535.
|
|
7155
|
-
* @type {number || null}
|
|
7156
|
-
*/
|
|
7157
|
-
this.ListenerPort = null;
|
|
7158
|
-
|
|
7159
|
-
/**
|
|
7160
|
-
* Listener status. Valid values: 0 (creating) and 1 (running).
|
|
7161
|
-
* @type {number || null}
|
|
7162
|
-
*/
|
|
7163
|
-
this.Status = null;
|
|
7497
|
+
this.RequestId = null;
|
|
7164
7498
|
|
|
7165
7499
|
}
|
|
7166
7500
|
|
|
@@ -7171,11 +7505,16 @@ class DescribeClassicalLBListenersRequest extends AbstractModel {
|
|
|
7171
7505
|
if (!params) {
|
|
7172
7506
|
return;
|
|
7173
7507
|
}
|
|
7174
|
-
|
|
7175
|
-
|
|
7176
|
-
|
|
7177
|
-
|
|
7178
|
-
|
|
7508
|
+
|
|
7509
|
+
if (params.QuotaSet) {
|
|
7510
|
+
this.QuotaSet = new Array();
|
|
7511
|
+
for (let z in params.QuotaSet) {
|
|
7512
|
+
let obj = new Quota();
|
|
7513
|
+
obj.deserialize(params.QuotaSet[z]);
|
|
7514
|
+
this.QuotaSet.push(obj);
|
|
7515
|
+
}
|
|
7516
|
+
}
|
|
7517
|
+
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
7179
7518
|
|
|
7180
7519
|
}
|
|
7181
7520
|
}
|
|
@@ -7739,6 +8078,49 @@ class CreateLoadBalancerResponse extends AbstractModel {
|
|
|
7739
8078
|
}
|
|
7740
8079
|
}
|
|
7741
8080
|
|
|
8081
|
+
/**
|
|
8082
|
+
* DescribeRewrite response structure.
|
|
8083
|
+
* @class
|
|
8084
|
+
*/
|
|
8085
|
+
class DescribeRewriteResponse extends AbstractModel {
|
|
8086
|
+
constructor(){
|
|
8087
|
+
super();
|
|
8088
|
+
|
|
8089
|
+
/**
|
|
8090
|
+
* Array of redirection forwarding rules. If there are no redirection rules, an empty array will be returned.
|
|
8091
|
+
* @type {Array.<RuleOutput> || null}
|
|
8092
|
+
*/
|
|
8093
|
+
this.RewriteSet = null;
|
|
8094
|
+
|
|
8095
|
+
/**
|
|
8096
|
+
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
8097
|
+
* @type {string || null}
|
|
8098
|
+
*/
|
|
8099
|
+
this.RequestId = null;
|
|
8100
|
+
|
|
8101
|
+
}
|
|
8102
|
+
|
|
8103
|
+
/**
|
|
8104
|
+
* @private
|
|
8105
|
+
*/
|
|
8106
|
+
deserialize(params) {
|
|
8107
|
+
if (!params) {
|
|
8108
|
+
return;
|
|
8109
|
+
}
|
|
8110
|
+
|
|
8111
|
+
if (params.RewriteSet) {
|
|
8112
|
+
this.RewriteSet = new Array();
|
|
8113
|
+
for (let z in params.RewriteSet) {
|
|
8114
|
+
let obj = new RuleOutput();
|
|
8115
|
+
obj.deserialize(params.RewriteSet[z]);
|
|
8116
|
+
this.RewriteSet.push(obj);
|
|
8117
|
+
}
|
|
8118
|
+
}
|
|
8119
|
+
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
8120
|
+
|
|
8121
|
+
}
|
|
8122
|
+
}
|
|
8123
|
+
|
|
7742
8124
|
/**
|
|
7743
8125
|
* Quota description. All quotas are in the current region.
|
|
7744
8126
|
* @class
|
|
@@ -8290,24 +8672,42 @@ class DeleteTargetGroupsRequest extends AbstractModel {
|
|
|
8290
8672
|
}
|
|
8291
8673
|
|
|
8292
8674
|
/**
|
|
8293
|
-
*
|
|
8675
|
+
* DescribeClassicalLBListeners request structure.
|
|
8294
8676
|
* @class
|
|
8295
8677
|
*/
|
|
8296
|
-
class
|
|
8678
|
+
class DescribeClassicalLBListenersRequest extends AbstractModel {
|
|
8297
8679
|
constructor(){
|
|
8298
8680
|
super();
|
|
8299
8681
|
|
|
8300
8682
|
/**
|
|
8301
|
-
*
|
|
8302
|
-
* @type {
|
|
8683
|
+
* CLB instance ID
|
|
8684
|
+
* @type {string || null}
|
|
8303
8685
|
*/
|
|
8304
|
-
this.
|
|
8686
|
+
this.LoadBalancerId = null;
|
|
8305
8687
|
|
|
8306
8688
|
/**
|
|
8307
|
-
*
|
|
8689
|
+
* List of CLB listener IDs
|
|
8690
|
+
* @type {Array.<string> || null}
|
|
8691
|
+
*/
|
|
8692
|
+
this.ListenerIds = null;
|
|
8693
|
+
|
|
8694
|
+
/**
|
|
8695
|
+
* CLB listening protocol. Valid values: TCP, UDP, HTTP, and HTTPS.
|
|
8308
8696
|
* @type {string || null}
|
|
8309
8697
|
*/
|
|
8310
|
-
this.
|
|
8698
|
+
this.Protocol = null;
|
|
8699
|
+
|
|
8700
|
+
/**
|
|
8701
|
+
* CLB listening port. Value range: 1 - 65535.
|
|
8702
|
+
* @type {number || null}
|
|
8703
|
+
*/
|
|
8704
|
+
this.ListenerPort = null;
|
|
8705
|
+
|
|
8706
|
+
/**
|
|
8707
|
+
* Listener status. Valid values: 0 (creating) and 1 (running).
|
|
8708
|
+
* @type {number || null}
|
|
8709
|
+
*/
|
|
8710
|
+
this.Status = null;
|
|
8311
8711
|
|
|
8312
8712
|
}
|
|
8313
8713
|
|
|
@@ -8318,16 +8718,11 @@ class DescribeQuotaResponse extends AbstractModel {
|
|
|
8318
8718
|
if (!params) {
|
|
8319
8719
|
return;
|
|
8320
8720
|
}
|
|
8321
|
-
|
|
8322
|
-
|
|
8323
|
-
|
|
8324
|
-
|
|
8325
|
-
|
|
8326
|
-
obj.deserialize(params.QuotaSet[z]);
|
|
8327
|
-
this.QuotaSet.push(obj);
|
|
8328
|
-
}
|
|
8329
|
-
}
|
|
8330
|
-
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
8721
|
+
this.LoadBalancerId = 'LoadBalancerId' in params ? params.LoadBalancerId : null;
|
|
8722
|
+
this.ListenerIds = 'ListenerIds' in params ? params.ListenerIds : null;
|
|
8723
|
+
this.Protocol = 'Protocol' in params ? params.Protocol : null;
|
|
8724
|
+
this.ListenerPort = 'ListenerPort' in params ? params.ListenerPort : null;
|
|
8725
|
+
this.Status = 'Status' in params ? params.Status : null;
|
|
8331
8726
|
|
|
8332
8727
|
}
|
|
8333
8728
|
}
|
|
@@ -9209,7 +9604,7 @@ module.exports = {
|
|
|
9209
9604
|
SetLoadBalancerClsLogResponse: SetLoadBalancerClsLogResponse,
|
|
9210
9605
|
DescribeLoadBalancerTrafficResponse: DescribeLoadBalancerTrafficResponse,
|
|
9211
9606
|
ModifyRuleRequest: ModifyRuleRequest,
|
|
9212
|
-
|
|
9607
|
+
DescribeCustomizedConfigListResponse: DescribeCustomizedConfigListResponse,
|
|
9213
9608
|
DescribeBlockIPListResponse: DescribeBlockIPListResponse,
|
|
9214
9609
|
DescribeRewriteRequest: DescribeRewriteRequest,
|
|
9215
9610
|
ModifyLoadBalancerAttributesResponse: ModifyLoadBalancerAttributesResponse,
|
|
@@ -9223,7 +9618,7 @@ module.exports = {
|
|
|
9223
9618
|
ModifyTargetWeightResponse: ModifyTargetWeightResponse,
|
|
9224
9619
|
DescribeTaskStatusRequest: DescribeTaskStatusRequest,
|
|
9225
9620
|
TargetGroupInstance: TargetGroupInstance,
|
|
9226
|
-
|
|
9621
|
+
DescribeClassicalLBByInstanceIdResponse: DescribeClassicalLBByInstanceIdResponse,
|
|
9227
9622
|
CreateRuleResponse: CreateRuleResponse,
|
|
9228
9623
|
RegisterTargetGroupInstancesResponse: RegisterTargetGroupInstancesResponse,
|
|
9229
9624
|
ClassicalTargetInfo: ClassicalTargetInfo,
|
|
@@ -9237,7 +9632,7 @@ module.exports = {
|
|
|
9237
9632
|
BlockedIP: BlockedIP,
|
|
9238
9633
|
ModifyRuleResponse: ModifyRuleResponse,
|
|
9239
9634
|
DescribeClassicalLBTargetsRequest: DescribeClassicalLBTargetsRequest,
|
|
9240
|
-
|
|
9635
|
+
DescribeCustomizedConfigListRequest: DescribeCustomizedConfigListRequest,
|
|
9241
9636
|
AutoRewriteRequest: AutoRewriteRequest,
|
|
9242
9637
|
DescribeLoadBalancerListByCertIdResponse: DescribeLoadBalancerListByCertIdResponse,
|
|
9243
9638
|
ModifyTargetGroupInstancesWeightResponse: ModifyTargetGroupInstancesWeightResponse,
|
|
@@ -9253,6 +9648,7 @@ module.exports = {
|
|
|
9253
9648
|
DescribeClsLogSetRequest: DescribeClsLogSetRequest,
|
|
9254
9649
|
Listener: Listener,
|
|
9255
9650
|
LoadBalancerTraffic: LoadBalancerTraffic,
|
|
9651
|
+
ConfigListItem: ConfigListItem,
|
|
9256
9652
|
RegisterTargetsWithClassicalLBRequest: RegisterTargetsWithClassicalLBRequest,
|
|
9257
9653
|
ModifyDomainAttributesResponse: ModifyDomainAttributesResponse,
|
|
9258
9654
|
ReplaceCertForLoadBalancersResponse: ReplaceCertForLoadBalancersResponse,
|
|
@@ -9265,6 +9661,7 @@ module.exports = {
|
|
|
9265
9661
|
CreateTopicRequest: CreateTopicRequest,
|
|
9266
9662
|
DeleteListenerRequest: DeleteListenerRequest,
|
|
9267
9663
|
ClassicalHealth: ClassicalHealth,
|
|
9664
|
+
DescribeCustomizedConfigAssociateListRequest: DescribeCustomizedConfigAssociateListRequest,
|
|
9268
9665
|
ModifyTargetPortResponse: ModifyTargetPortResponse,
|
|
9269
9666
|
DescribeLoadBalancersDetailRequest: DescribeLoadBalancersDetailRequest,
|
|
9270
9667
|
TargetGroupBackend: TargetGroupBackend,
|
|
@@ -9281,10 +9678,12 @@ module.exports = {
|
|
|
9281
9678
|
ClassicalListener: ClassicalListener,
|
|
9282
9679
|
DeleteLoadBalancerRequest: DeleteLoadBalancerRequest,
|
|
9283
9680
|
CertificateInput: CertificateInput,
|
|
9681
|
+
DescribeCustomizedConfigAssociateListResponse: DescribeCustomizedConfigAssociateListResponse,
|
|
9284
9682
|
CreateListenerResponse: CreateListenerResponse,
|
|
9285
9683
|
CreateTargetGroupResponse: CreateTargetGroupResponse,
|
|
9286
9684
|
CreateLoadBalancerSnatIpsResponse: CreateLoadBalancerSnatIpsResponse,
|
|
9287
9685
|
ClassicalLoadBalancerInfo: ClassicalLoadBalancerInfo,
|
|
9686
|
+
DescribeListenersResponse: DescribeListenersResponse,
|
|
9288
9687
|
RuleOutput: RuleOutput,
|
|
9289
9688
|
CreateTopicResponse: CreateTopicResponse,
|
|
9290
9689
|
CreateRuleRequest: CreateRuleRequest,
|
|
@@ -9298,6 +9697,7 @@ module.exports = {
|
|
|
9298
9697
|
DescribeTargetGroupInstancesResponse: DescribeTargetGroupInstancesResponse,
|
|
9299
9698
|
CreateTargetGroupRequest: CreateTargetGroupRequest,
|
|
9300
9699
|
ClusterItem: ClusterItem,
|
|
9700
|
+
BindDetailItem: BindDetailItem,
|
|
9301
9701
|
CreateListenerRequest: CreateListenerRequest,
|
|
9302
9702
|
CreateClsLogSetRequest: CreateClsLogSetRequest,
|
|
9303
9703
|
DisassociateTargetGroupsRequest: DisassociateTargetGroupsRequest,
|
|
@@ -9328,7 +9728,7 @@ module.exports = {
|
|
|
9328
9728
|
InternetAccessible: InternetAccessible,
|
|
9329
9729
|
CreateLoadBalancerSnatIpsRequest: CreateLoadBalancerSnatIpsRequest,
|
|
9330
9730
|
ModifyTargetGroupInstancesWeightRequest: ModifyTargetGroupInstancesWeightRequest,
|
|
9331
|
-
|
|
9731
|
+
DescribeQuotaResponse: DescribeQuotaResponse,
|
|
9332
9732
|
DeleteTargetGroupsResponse: DeleteTargetGroupsResponse,
|
|
9333
9733
|
ModifyTargetGroupInstancesPortRequest: ModifyTargetGroupInstancesPortRequest,
|
|
9334
9734
|
BatchRegisterTargetsRequest: BatchRegisterTargetsRequest,
|
|
@@ -9341,6 +9741,7 @@ module.exports = {
|
|
|
9341
9741
|
ModifyTargetGroupAttributeResponse: ModifyTargetGroupAttributeResponse,
|
|
9342
9742
|
DescribeBlockIPTaskRequest: DescribeBlockIPTaskRequest,
|
|
9343
9743
|
CreateLoadBalancerResponse: CreateLoadBalancerResponse,
|
|
9744
|
+
DescribeRewriteResponse: DescribeRewriteResponse,
|
|
9344
9745
|
Quota: Quota,
|
|
9345
9746
|
DeleteLoadBalancerListenersResponse: DeleteLoadBalancerListenersResponse,
|
|
9346
9747
|
DescribeListenersRequest: DescribeListenersRequest,
|
|
@@ -9354,7 +9755,7 @@ module.exports = {
|
|
|
9354
9755
|
DeleteLoadBalancerSnatIpsResponse: DeleteLoadBalancerSnatIpsResponse,
|
|
9355
9756
|
CertificateOutput: CertificateOutput,
|
|
9356
9757
|
DeleteTargetGroupsRequest: DeleteTargetGroupsRequest,
|
|
9357
|
-
|
|
9758
|
+
DescribeClassicalLBListenersRequest: DescribeClassicalLBListenersRequest,
|
|
9358
9759
|
TargetHealth: TargetHealth,
|
|
9359
9760
|
TargetGroupAssociation: TargetGroupAssociation,
|
|
9360
9761
|
ListenerHealth: ListenerHealth,
|