@alicloud/slb20140515 2.0.6 → 2.0.7

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/slb20140515",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -3842,6 +3842,7 @@ export class DescribeLoadBalancerHTTPListenerAttributeRequest extends $tea.Model
3842
3842
 
3843
3843
  export class DescribeLoadBalancerHTTPListenerAttributeResponseBody extends $tea.Model {
3844
3844
  aclId?: string;
3845
+ aclIds?: DescribeLoadBalancerHTTPListenerAttributeResponseBodyAclIds;
3845
3846
  aclStatus?: string;
3846
3847
  aclType?: string;
3847
3848
  backendServerPort?: number;
@@ -3884,6 +3885,7 @@ export class DescribeLoadBalancerHTTPListenerAttributeResponseBody extends $tea.
3884
3885
  static names(): { [key: string]: string } {
3885
3886
  return {
3886
3887
  aclId: 'AclId',
3888
+ aclIds: 'AclIds',
3887
3889
  aclStatus: 'AclStatus',
3888
3890
  aclType: 'AclType',
3889
3891
  backendServerPort: 'BackendServerPort',
@@ -3929,6 +3931,7 @@ export class DescribeLoadBalancerHTTPListenerAttributeResponseBody extends $tea.
3929
3931
  static types(): { [key: string]: any } {
3930
3932
  return {
3931
3933
  aclId: 'string',
3934
+ aclIds: DescribeLoadBalancerHTTPListenerAttributeResponseBodyAclIds,
3932
3935
  aclStatus: 'string',
3933
3936
  aclType: 'string',
3934
3937
  backendServerPort: 'number',
@@ -4040,6 +4043,7 @@ export class DescribeLoadBalancerHTTPSListenerAttributeRequest extends $tea.Mode
4040
4043
 
4041
4044
  export class DescribeLoadBalancerHTTPSListenerAttributeResponseBody extends $tea.Model {
4042
4045
  aclId?: string;
4046
+ aclIds?: DescribeLoadBalancerHTTPSListenerAttributeResponseBodyAclIds;
4043
4047
  aclStatus?: string;
4044
4048
  aclType?: string;
4045
4049
  backendServerPort?: number;
@@ -4089,6 +4093,7 @@ export class DescribeLoadBalancerHTTPSListenerAttributeResponseBody extends $tea
4089
4093
  static names(): { [key: string]: string } {
4090
4094
  return {
4091
4095
  aclId: 'AclId',
4096
+ aclIds: 'AclIds',
4092
4097
  aclStatus: 'AclStatus',
4093
4098
  aclType: 'AclType',
4094
4099
  backendServerPort: 'BackendServerPort',
@@ -4141,6 +4146,7 @@ export class DescribeLoadBalancerHTTPSListenerAttributeResponseBody extends $tea
4141
4146
  static types(): { [key: string]: any } {
4142
4147
  return {
4143
4148
  aclId: 'string',
4149
+ aclIds: DescribeLoadBalancerHTTPSListenerAttributeResponseBodyAclIds,
4144
4150
  aclStatus: 'string',
4145
4151
  aclType: 'string',
4146
4152
  backendServerPort: 'number',
@@ -4367,6 +4373,7 @@ export class DescribeLoadBalancerTCPListenerAttributeRequest extends $tea.Model
4367
4373
 
4368
4374
  export class DescribeLoadBalancerTCPListenerAttributeResponseBody extends $tea.Model {
4369
4375
  aclId?: string;
4376
+ aclIds?: DescribeLoadBalancerTCPListenerAttributeResponseBodyAclIds;
4370
4377
  aclStatus?: string;
4371
4378
  aclType?: string;
4372
4379
  backendServerPort?: number;
@@ -4400,6 +4407,7 @@ export class DescribeLoadBalancerTCPListenerAttributeResponseBody extends $tea.M
4400
4407
  static names(): { [key: string]: string } {
4401
4408
  return {
4402
4409
  aclId: 'AclId',
4410
+ aclIds: 'AclIds',
4403
4411
  aclStatus: 'AclStatus',
4404
4412
  aclType: 'AclType',
4405
4413
  backendServerPort: 'BackendServerPort',
@@ -4436,6 +4444,7 @@ export class DescribeLoadBalancerTCPListenerAttributeResponseBody extends $tea.M
4436
4444
  static types(): { [key: string]: any } {
4437
4445
  return {
4438
4446
  aclId: 'string',
4447
+ aclIds: DescribeLoadBalancerTCPListenerAttributeResponseBodyAclIds,
4439
4448
  aclStatus: 'string',
4440
4449
  aclType: 'string',
4441
4450
  backendServerPort: 'number',
@@ -4538,6 +4547,7 @@ export class DescribeLoadBalancerUDPListenerAttributeRequest extends $tea.Model
4538
4547
 
4539
4548
  export class DescribeLoadBalancerUDPListenerAttributeResponseBody extends $tea.Model {
4540
4549
  aclId?: string;
4550
+ aclIds?: DescribeLoadBalancerUDPListenerAttributeResponseBodyAclIds;
4541
4551
  aclStatus?: string;
4542
4552
  aclType?: string;
4543
4553
  backendServerPort?: number;
@@ -4563,6 +4573,7 @@ export class DescribeLoadBalancerUDPListenerAttributeResponseBody extends $tea.M
4563
4573
  static names(): { [key: string]: string } {
4564
4574
  return {
4565
4575
  aclId: 'AclId',
4576
+ aclIds: 'AclIds',
4566
4577
  aclStatus: 'AclStatus',
4567
4578
  aclType: 'AclType',
4568
4579
  backendServerPort: 'BackendServerPort',
@@ -4591,6 +4602,7 @@ export class DescribeLoadBalancerUDPListenerAttributeResponseBody extends $tea.M
4591
4602
  static types(): { [key: string]: any } {
4592
4603
  return {
4593
4604
  aclId: 'string',
4605
+ aclIds: DescribeLoadBalancerUDPListenerAttributeResponseBodyAclIds,
4594
4606
  aclStatus: 'string',
4595
4607
  aclType: 'string',
4596
4608
  backendServerPort: 'number',
@@ -10774,6 +10786,25 @@ export class DescribeLoadBalancerAttributeResponseBodyTags extends $tea.Model {
10774
10786
  }
10775
10787
  }
10776
10788
 
10789
+ export class DescribeLoadBalancerHTTPListenerAttributeResponseBodyAclIds extends $tea.Model {
10790
+ aclId?: string[];
10791
+ static names(): { [key: string]: string } {
10792
+ return {
10793
+ aclId: 'AclId',
10794
+ };
10795
+ }
10796
+
10797
+ static types(): { [key: string]: any } {
10798
+ return {
10799
+ aclId: { 'type': 'array', 'itemType': 'string' },
10800
+ };
10801
+ }
10802
+
10803
+ constructor(map?: { [key: string]: any }) {
10804
+ super(map);
10805
+ }
10806
+ }
10807
+
10777
10808
  export class DescribeLoadBalancerHTTPListenerAttributeResponseBodyRulesRule extends $tea.Model {
10778
10809
  domain?: string;
10779
10810
  ruleId?: string;
@@ -10865,6 +10896,25 @@ export class DescribeLoadBalancerHTTPListenerAttributeResponseBodyTags extends $
10865
10896
  }
10866
10897
  }
10867
10898
 
10899
+ export class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyAclIds extends $tea.Model {
10900
+ aclId?: string[];
10901
+ static names(): { [key: string]: string } {
10902
+ return {
10903
+ aclId: 'AclId',
10904
+ };
10905
+ }
10906
+
10907
+ static types(): { [key: string]: any } {
10908
+ return {
10909
+ aclId: { 'type': 'array', 'itemType': 'string' },
10910
+ };
10911
+ }
10912
+
10913
+ constructor(map?: { [key: string]: any }) {
10914
+ super(map);
10915
+ }
10916
+ }
10917
+
10868
10918
  export class DescribeLoadBalancerHTTPSListenerAttributeResponseBodyDomainExtensionsDomainExtension extends $tea.Model {
10869
10919
  domain?: string;
10870
10920
  domainExtensionId?: string;
@@ -11377,6 +11427,7 @@ export class DescribeLoadBalancerListenersResponseBodyListenersUDPListenerConfig
11377
11427
 
11378
11428
  export class DescribeLoadBalancerListenersResponseBodyListeners extends $tea.Model {
11379
11429
  aclId?: string;
11430
+ aclIds?: string[];
11380
11431
  aclStatus?: string;
11381
11432
  aclType?: string;
11382
11433
  backendServerPort?: number;
@@ -11396,6 +11447,7 @@ export class DescribeLoadBalancerListenersResponseBodyListeners extends $tea.Mod
11396
11447
  static names(): { [key: string]: string } {
11397
11448
  return {
11398
11449
  aclId: 'AclId',
11450
+ aclIds: 'AclIds',
11399
11451
  aclStatus: 'AclStatus',
11400
11452
  aclType: 'AclType',
11401
11453
  backendServerPort: 'BackendServerPort',
@@ -11418,6 +11470,7 @@ export class DescribeLoadBalancerListenersResponseBodyListeners extends $tea.Mod
11418
11470
  static types(): { [key: string]: any } {
11419
11471
  return {
11420
11472
  aclId: 'string',
11473
+ aclIds: { 'type': 'array', 'itemType': 'string' },
11421
11474
  aclStatus: 'string',
11422
11475
  aclType: 'string',
11423
11476
  backendServerPort: 'number',
@@ -11442,6 +11495,25 @@ export class DescribeLoadBalancerListenersResponseBodyListeners extends $tea.Mod
11442
11495
  }
11443
11496
  }
11444
11497
 
11498
+ export class DescribeLoadBalancerTCPListenerAttributeResponseBodyAclIds extends $tea.Model {
11499
+ aclId?: string[];
11500
+ static names(): { [key: string]: string } {
11501
+ return {
11502
+ aclId: 'AclId',
11503
+ };
11504
+ }
11505
+
11506
+ static types(): { [key: string]: any } {
11507
+ return {
11508
+ aclId: { 'type': 'array', 'itemType': 'string' },
11509
+ };
11510
+ }
11511
+
11512
+ constructor(map?: { [key: string]: any }) {
11513
+ super(map);
11514
+ }
11515
+ }
11516
+
11445
11517
  export class DescribeLoadBalancerTCPListenerAttributeResponseBodyTagsTag extends $tea.Model {
11446
11518
  tagKey?: string;
11447
11519
  tagValue?: string;
@@ -11483,6 +11555,25 @@ export class DescribeLoadBalancerTCPListenerAttributeResponseBodyTags extends $t
11483
11555
  }
11484
11556
  }
11485
11557
 
11558
+ export class DescribeLoadBalancerUDPListenerAttributeResponseBodyAclIds extends $tea.Model {
11559
+ aclId?: string[];
11560
+ static names(): { [key: string]: string } {
11561
+ return {
11562
+ aclId: 'AclId',
11563
+ };
11564
+ }
11565
+
11566
+ static types(): { [key: string]: any } {
11567
+ return {
11568
+ aclId: { 'type': 'array', 'itemType': 'string' },
11569
+ };
11570
+ }
11571
+
11572
+ constructor(map?: { [key: string]: any }) {
11573
+ super(map);
11574
+ }
11575
+ }
11576
+
11486
11577
  export class DescribeLoadBalancerUDPListenerAttributeResponseBodyTagsTag extends $tea.Model {
11487
11578
  tagKey?: string;
11488
11579
  tagValue?: string;