@alicloud/ga20191120 1.0.8 → 1.0.9
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/LICENSE +13 -0
- package/README.md +25 -0
- package/dist/client.d.ts +48 -0
- package/dist/client.js +75 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +97 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
|
2
|
+
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License.
|
|
5
|
+
You may obtain a copy of the License at
|
|
6
|
+
|
|
7
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
|
|
9
|
+
Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
See the License for the specific language governing permissions and
|
|
13
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
English | [简体中文](README-CN.md)
|
|
2
|
+

|
|
3
|
+
|
|
4
|
+
# Alibaba Cloud Ga SDK for NodeJS
|
|
5
|
+
|
|
6
|
+
## Installation
|
|
7
|
+
If you use `npm` to manage your dependence, you can use the following command:
|
|
8
|
+
|
|
9
|
+
```sh
|
|
10
|
+
npm install @alicloud/ga20191120 -S
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Issues
|
|
14
|
+
[Opening an Issue](https://github.com/aliyun/alibabacloud-typescript-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
|
|
15
|
+
|
|
16
|
+
## Usage
|
|
17
|
+
[Usage Document](https://github.com/aliyun/alibabacloud-typescript-sdk/blob/master/docs/Usage-EN.md#quick-examples)
|
|
18
|
+
|
|
19
|
+
## References
|
|
20
|
+
* [Latest Release](https://github.com/aliyun/alibabacloud-typescript-sdk/)
|
|
21
|
+
|
|
22
|
+
## License
|
|
23
|
+
[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
|
24
|
+
|
|
25
|
+
Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
|
package/dist/client.d.ts
CHANGED
|
@@ -367,6 +367,7 @@ export declare class CreateAcceleratorRequest extends $tea.Model {
|
|
|
367
367
|
autoUseCoupon?: string;
|
|
368
368
|
clientToken?: string;
|
|
369
369
|
duration?: number;
|
|
370
|
+
ipSetConfig?: CreateAcceleratorRequestIpSetConfig;
|
|
370
371
|
name?: string;
|
|
371
372
|
pricingCycle?: string;
|
|
372
373
|
regionId?: string;
|
|
@@ -1584,6 +1585,7 @@ export declare class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
1584
1585
|
dnsName?: string;
|
|
1585
1586
|
expiredTime?: number;
|
|
1586
1587
|
instanceChargeType?: string;
|
|
1588
|
+
ipSetConfig?: DescribeAcceleratorResponseBodyIpSetConfig;
|
|
1587
1589
|
name?: string;
|
|
1588
1590
|
regionId?: string;
|
|
1589
1591
|
requestId?: string;
|
|
@@ -4162,6 +4164,18 @@ export declare class AssociateAdditionalCertificatesWithListenerRequestCertifica
|
|
|
4162
4164
|
[key: string]: any;
|
|
4163
4165
|
});
|
|
4164
4166
|
}
|
|
4167
|
+
export declare class CreateAcceleratorRequestIpSetConfig extends $tea.Model {
|
|
4168
|
+
accessMode?: string;
|
|
4169
|
+
static names(): {
|
|
4170
|
+
[key: string]: string;
|
|
4171
|
+
};
|
|
4172
|
+
static types(): {
|
|
4173
|
+
[key: string]: any;
|
|
4174
|
+
};
|
|
4175
|
+
constructor(map?: {
|
|
4176
|
+
[key: string]: any;
|
|
4177
|
+
});
|
|
4178
|
+
}
|
|
4165
4179
|
export declare class CreateAclRequestAclEntries extends $tea.Model {
|
|
4166
4180
|
entry?: string;
|
|
4167
4181
|
entryDescription?: string;
|
|
@@ -4285,6 +4299,7 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleActions exte
|
|
|
4285
4299
|
forwardGroupConfig?: CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig;
|
|
4286
4300
|
order?: number;
|
|
4287
4301
|
ruleActionType?: string;
|
|
4302
|
+
ruleActionValue?: string;
|
|
4288
4303
|
static names(): {
|
|
4289
4304
|
[key: string]: string;
|
|
4290
4305
|
};
|
|
@@ -4323,6 +4338,7 @@ export declare class CreateForwardingRulesRequestForwardingRulesRuleConditions e
|
|
|
4323
4338
|
hostConfig?: CreateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig;
|
|
4324
4339
|
pathConfig?: CreateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig;
|
|
4325
4340
|
ruleConditionType?: string;
|
|
4341
|
+
ruleConditionValue?: string;
|
|
4326
4342
|
static names(): {
|
|
4327
4343
|
[key: string]: string;
|
|
4328
4344
|
};
|
|
@@ -4338,6 +4354,7 @@ export declare class CreateForwardingRulesRequestForwardingRules extends $tea.Mo
|
|
|
4338
4354
|
priority?: number;
|
|
4339
4355
|
ruleActions?: CreateForwardingRulesRequestForwardingRulesRuleActions[];
|
|
4340
4356
|
ruleConditions?: CreateForwardingRulesRequestForwardingRulesRuleConditions[];
|
|
4357
|
+
ruleDirection?: string;
|
|
4341
4358
|
static names(): {
|
|
4342
4359
|
[key: string]: string;
|
|
4343
4360
|
};
|
|
@@ -4468,6 +4485,18 @@ export declare class DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage
|
|
|
4468
4485
|
[key: string]: any;
|
|
4469
4486
|
});
|
|
4470
4487
|
}
|
|
4488
|
+
export declare class DescribeAcceleratorResponseBodyIpSetConfig extends $tea.Model {
|
|
4489
|
+
accessMode?: string;
|
|
4490
|
+
static names(): {
|
|
4491
|
+
[key: string]: string;
|
|
4492
|
+
};
|
|
4493
|
+
static types(): {
|
|
4494
|
+
[key: string]: any;
|
|
4495
|
+
};
|
|
4496
|
+
constructor(map?: {
|
|
4497
|
+
[key: string]: any;
|
|
4498
|
+
});
|
|
4499
|
+
}
|
|
4471
4500
|
export declare class DescribeApplicationMonitorResponseBodyIspCityList extends $tea.Model {
|
|
4472
4501
|
city?: string;
|
|
4473
4502
|
cityName?: string;
|
|
@@ -4735,6 +4764,18 @@ export declare class ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidt
|
|
|
4735
4764
|
[key: string]: any;
|
|
4736
4765
|
});
|
|
4737
4766
|
}
|
|
4767
|
+
export declare class ListAcceleratorsResponseBodyAcceleratorsIpSetConfig extends $tea.Model {
|
|
4768
|
+
accessMode?: string;
|
|
4769
|
+
static names(): {
|
|
4770
|
+
[key: string]: string;
|
|
4771
|
+
};
|
|
4772
|
+
static types(): {
|
|
4773
|
+
[key: string]: any;
|
|
4774
|
+
};
|
|
4775
|
+
constructor(map?: {
|
|
4776
|
+
[key: string]: any;
|
|
4777
|
+
});
|
|
4778
|
+
}
|
|
4738
4779
|
export declare class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
4739
4780
|
acceleratorId?: string;
|
|
4740
4781
|
bandwidth?: number;
|
|
@@ -4747,6 +4788,7 @@ export declare class ListAcceleratorsResponseBodyAccelerators extends $tea.Model
|
|
|
4747
4788
|
dnsName?: string;
|
|
4748
4789
|
expiredTime?: number;
|
|
4749
4790
|
instanceChargeType?: string;
|
|
4791
|
+
ipSetConfig?: ListAcceleratorsResponseBodyAcceleratorsIpSetConfig;
|
|
4750
4792
|
name?: string;
|
|
4751
4793
|
regionId?: string;
|
|
4752
4794
|
secondDnsName?: string;
|
|
@@ -5059,6 +5101,7 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleActions e
|
|
|
5059
5101
|
forwardGroupConfig?: ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfig;
|
|
5060
5102
|
order?: number;
|
|
5061
5103
|
ruleActionType?: string;
|
|
5104
|
+
ruleActionValue?: string;
|
|
5062
5105
|
static names(): {
|
|
5063
5106
|
[key: string]: string;
|
|
5064
5107
|
};
|
|
@@ -5097,6 +5140,7 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleCondition
|
|
|
5097
5140
|
hostConfig?: ListForwardingRulesResponseBodyForwardingRulesRuleConditionsHostConfig;
|
|
5098
5141
|
pathConfig?: ListForwardingRulesResponseBodyForwardingRulesRuleConditionsPathConfig;
|
|
5099
5142
|
ruleConditionType?: string;
|
|
5143
|
+
ruleConditionValue?: string;
|
|
5100
5144
|
static names(): {
|
|
5101
5145
|
[key: string]: string;
|
|
5102
5146
|
};
|
|
@@ -5108,6 +5152,7 @@ export declare class ListForwardingRulesResponseBodyForwardingRulesRuleCondition
|
|
|
5108
5152
|
});
|
|
5109
5153
|
}
|
|
5110
5154
|
export declare class ListForwardingRulesResponseBodyForwardingRules extends $tea.Model {
|
|
5155
|
+
forwardingRuleDirection?: string;
|
|
5111
5156
|
forwardingRuleId?: string;
|
|
5112
5157
|
forwardingRuleName?: string;
|
|
5113
5158
|
forwardingRuleStatus?: string;
|
|
@@ -5384,6 +5429,7 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleActions exte
|
|
|
5384
5429
|
forwardGroupConfig?: UpdateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig;
|
|
5385
5430
|
order?: number;
|
|
5386
5431
|
ruleActionType?: string;
|
|
5432
|
+
ruleActionValue?: string;
|
|
5387
5433
|
static names(): {
|
|
5388
5434
|
[key: string]: string;
|
|
5389
5435
|
};
|
|
@@ -5422,6 +5468,7 @@ export declare class UpdateForwardingRulesRequestForwardingRulesRuleConditions e
|
|
|
5422
5468
|
hostConfig?: UpdateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig;
|
|
5423
5469
|
pathConfig?: UpdateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig;
|
|
5424
5470
|
ruleConditionType?: string;
|
|
5471
|
+
ruleConditionValue?: string;
|
|
5425
5472
|
static names(): {
|
|
5426
5473
|
[key: string]: string;
|
|
5427
5474
|
};
|
|
@@ -5438,6 +5485,7 @@ export declare class UpdateForwardingRulesRequestForwardingRules extends $tea.Mo
|
|
|
5438
5485
|
priority?: number;
|
|
5439
5486
|
ruleActions?: UpdateForwardingRulesRequestForwardingRulesRuleActions[];
|
|
5440
5487
|
ruleConditions?: UpdateForwardingRulesRequestForwardingRulesRuleConditions[];
|
|
5488
|
+
ruleDirection?: string;
|
|
5441
5489
|
static names(): {
|
|
5442
5490
|
[key: string]: string;
|
|
5443
5491
|
};
|
package/dist/client.js
CHANGED
|
@@ -519,6 +519,7 @@ class CreateAcceleratorRequest extends $tea.Model {
|
|
|
519
519
|
autoUseCoupon: 'AutoUseCoupon',
|
|
520
520
|
clientToken: 'ClientToken',
|
|
521
521
|
duration: 'Duration',
|
|
522
|
+
ipSetConfig: 'IpSetConfig',
|
|
522
523
|
name: 'Name',
|
|
523
524
|
pricingCycle: 'PricingCycle',
|
|
524
525
|
regionId: 'RegionId',
|
|
@@ -533,6 +534,7 @@ class CreateAcceleratorRequest extends $tea.Model {
|
|
|
533
534
|
autoUseCoupon: 'string',
|
|
534
535
|
clientToken: 'string',
|
|
535
536
|
duration: 'number',
|
|
537
|
+
ipSetConfig: CreateAcceleratorRequestIpSetConfig,
|
|
536
538
|
name: 'string',
|
|
537
539
|
pricingCycle: 'string',
|
|
538
540
|
regionId: 'string',
|
|
@@ -2185,6 +2187,7 @@ class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
2185
2187
|
dnsName: 'DnsName',
|
|
2186
2188
|
expiredTime: 'ExpiredTime',
|
|
2187
2189
|
instanceChargeType: 'InstanceChargeType',
|
|
2190
|
+
ipSetConfig: 'IpSetConfig',
|
|
2188
2191
|
name: 'Name',
|
|
2189
2192
|
regionId: 'RegionId',
|
|
2190
2193
|
requestId: 'RequestId',
|
|
@@ -2205,6 +2208,7 @@ class DescribeAcceleratorResponseBody extends $tea.Model {
|
|
|
2205
2208
|
dnsName: 'string',
|
|
2206
2209
|
expiredTime: 'number',
|
|
2207
2210
|
instanceChargeType: 'string',
|
|
2211
|
+
ipSetConfig: DescribeAcceleratorResponseBodyIpSetConfig,
|
|
2208
2212
|
name: 'string',
|
|
2209
2213
|
regionId: 'string',
|
|
2210
2214
|
requestId: 'string',
|
|
@@ -5771,6 +5775,22 @@ class AssociateAdditionalCertificatesWithListenerRequestCertificates extends $te
|
|
|
5771
5775
|
}
|
|
5772
5776
|
}
|
|
5773
5777
|
exports.AssociateAdditionalCertificatesWithListenerRequestCertificates = AssociateAdditionalCertificatesWithListenerRequestCertificates;
|
|
5778
|
+
class CreateAcceleratorRequestIpSetConfig extends $tea.Model {
|
|
5779
|
+
constructor(map) {
|
|
5780
|
+
super(map);
|
|
5781
|
+
}
|
|
5782
|
+
static names() {
|
|
5783
|
+
return {
|
|
5784
|
+
accessMode: 'AccessMode',
|
|
5785
|
+
};
|
|
5786
|
+
}
|
|
5787
|
+
static types() {
|
|
5788
|
+
return {
|
|
5789
|
+
accessMode: 'string',
|
|
5790
|
+
};
|
|
5791
|
+
}
|
|
5792
|
+
}
|
|
5793
|
+
exports.CreateAcceleratorRequestIpSetConfig = CreateAcceleratorRequestIpSetConfig;
|
|
5774
5794
|
class CreateAclRequestAclEntries extends $tea.Model {
|
|
5775
5795
|
constructor(map) {
|
|
5776
5796
|
super(map);
|
|
@@ -5954,6 +5974,7 @@ class CreateForwardingRulesRequestForwardingRulesRuleActions extends $tea.Model
|
|
|
5954
5974
|
forwardGroupConfig: 'ForwardGroupConfig',
|
|
5955
5975
|
order: 'Order',
|
|
5956
5976
|
ruleActionType: 'RuleActionType',
|
|
5977
|
+
ruleActionValue: 'RuleActionValue',
|
|
5957
5978
|
};
|
|
5958
5979
|
}
|
|
5959
5980
|
static types() {
|
|
@@ -5961,6 +5982,7 @@ class CreateForwardingRulesRequestForwardingRulesRuleActions extends $tea.Model
|
|
|
5961
5982
|
forwardGroupConfig: CreateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig,
|
|
5962
5983
|
order: 'number',
|
|
5963
5984
|
ruleActionType: 'string',
|
|
5985
|
+
ruleActionValue: 'string',
|
|
5964
5986
|
};
|
|
5965
5987
|
}
|
|
5966
5988
|
}
|
|
@@ -6006,6 +6028,7 @@ class CreateForwardingRulesRequestForwardingRulesRuleConditions extends $tea.Mod
|
|
|
6006
6028
|
hostConfig: 'HostConfig',
|
|
6007
6029
|
pathConfig: 'PathConfig',
|
|
6008
6030
|
ruleConditionType: 'RuleConditionType',
|
|
6031
|
+
ruleConditionValue: 'RuleConditionValue',
|
|
6009
6032
|
};
|
|
6010
6033
|
}
|
|
6011
6034
|
static types() {
|
|
@@ -6013,6 +6036,7 @@ class CreateForwardingRulesRequestForwardingRulesRuleConditions extends $tea.Mod
|
|
|
6013
6036
|
hostConfig: CreateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig,
|
|
6014
6037
|
pathConfig: CreateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig,
|
|
6015
6038
|
ruleConditionType: 'string',
|
|
6039
|
+
ruleConditionValue: 'string',
|
|
6016
6040
|
};
|
|
6017
6041
|
}
|
|
6018
6042
|
}
|
|
@@ -6027,6 +6051,7 @@ class CreateForwardingRulesRequestForwardingRules extends $tea.Model {
|
|
|
6027
6051
|
priority: 'Priority',
|
|
6028
6052
|
ruleActions: 'RuleActions',
|
|
6029
6053
|
ruleConditions: 'RuleConditions',
|
|
6054
|
+
ruleDirection: 'RuleDirection',
|
|
6030
6055
|
};
|
|
6031
6056
|
}
|
|
6032
6057
|
static types() {
|
|
@@ -6035,6 +6060,7 @@ class CreateForwardingRulesRequestForwardingRules extends $tea.Model {
|
|
|
6035
6060
|
priority: 'number',
|
|
6036
6061
|
ruleActions: { 'type': 'array', 'itemType': CreateForwardingRulesRequestForwardingRulesRuleActions },
|
|
6037
6062
|
ruleConditions: { 'type': 'array', 'itemType': CreateForwardingRulesRequestForwardingRulesRuleConditions },
|
|
6063
|
+
ruleDirection: 'string',
|
|
6038
6064
|
};
|
|
6039
6065
|
}
|
|
6040
6066
|
}
|
|
@@ -6207,6 +6233,22 @@ class DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage extends $tea.Mo
|
|
|
6207
6233
|
}
|
|
6208
6234
|
}
|
|
6209
6235
|
exports.DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage = DescribeAcceleratorResponseBodyCrossDomainBandwidthPackage;
|
|
6236
|
+
class DescribeAcceleratorResponseBodyIpSetConfig extends $tea.Model {
|
|
6237
|
+
constructor(map) {
|
|
6238
|
+
super(map);
|
|
6239
|
+
}
|
|
6240
|
+
static names() {
|
|
6241
|
+
return {
|
|
6242
|
+
accessMode: 'AccessMode',
|
|
6243
|
+
};
|
|
6244
|
+
}
|
|
6245
|
+
static types() {
|
|
6246
|
+
return {
|
|
6247
|
+
accessMode: 'string',
|
|
6248
|
+
};
|
|
6249
|
+
}
|
|
6250
|
+
}
|
|
6251
|
+
exports.DescribeAcceleratorResponseBodyIpSetConfig = DescribeAcceleratorResponseBodyIpSetConfig;
|
|
6210
6252
|
class DescribeApplicationMonitorResponseBodyIspCityList extends $tea.Model {
|
|
6211
6253
|
constructor(map) {
|
|
6212
6254
|
super(map);
|
|
@@ -6589,6 +6631,22 @@ class ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage extend
|
|
|
6589
6631
|
}
|
|
6590
6632
|
}
|
|
6591
6633
|
exports.ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage = ListAcceleratorsResponseBodyAcceleratorsCrossDomainBandwidthPackage;
|
|
6634
|
+
class ListAcceleratorsResponseBodyAcceleratorsIpSetConfig extends $tea.Model {
|
|
6635
|
+
constructor(map) {
|
|
6636
|
+
super(map);
|
|
6637
|
+
}
|
|
6638
|
+
static names() {
|
|
6639
|
+
return {
|
|
6640
|
+
accessMode: 'AccessMode',
|
|
6641
|
+
};
|
|
6642
|
+
}
|
|
6643
|
+
static types() {
|
|
6644
|
+
return {
|
|
6645
|
+
accessMode: 'string',
|
|
6646
|
+
};
|
|
6647
|
+
}
|
|
6648
|
+
}
|
|
6649
|
+
exports.ListAcceleratorsResponseBodyAcceleratorsIpSetConfig = ListAcceleratorsResponseBodyAcceleratorsIpSetConfig;
|
|
6592
6650
|
class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
6593
6651
|
constructor(map) {
|
|
6594
6652
|
super(map);
|
|
@@ -6606,6 +6664,7 @@ class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
|
6606
6664
|
dnsName: 'DnsName',
|
|
6607
6665
|
expiredTime: 'ExpiredTime',
|
|
6608
6666
|
instanceChargeType: 'InstanceChargeType',
|
|
6667
|
+
ipSetConfig: 'IpSetConfig',
|
|
6609
6668
|
name: 'Name',
|
|
6610
6669
|
regionId: 'RegionId',
|
|
6611
6670
|
secondDnsName: 'SecondDnsName',
|
|
@@ -6627,6 +6686,7 @@ class ListAcceleratorsResponseBodyAccelerators extends $tea.Model {
|
|
|
6627
6686
|
dnsName: 'string',
|
|
6628
6687
|
expiredTime: 'number',
|
|
6629
6688
|
instanceChargeType: 'string',
|
|
6689
|
+
ipSetConfig: ListAcceleratorsResponseBodyAcceleratorsIpSetConfig,
|
|
6630
6690
|
name: 'string',
|
|
6631
6691
|
regionId: 'string',
|
|
6632
6692
|
secondDnsName: 'string',
|
|
@@ -7094,6 +7154,7 @@ class ListForwardingRulesResponseBodyForwardingRulesRuleActions extends $tea.Mod
|
|
|
7094
7154
|
forwardGroupConfig: 'ForwardGroupConfig',
|
|
7095
7155
|
order: 'Order',
|
|
7096
7156
|
ruleActionType: 'RuleActionType',
|
|
7157
|
+
ruleActionValue: 'RuleActionValue',
|
|
7097
7158
|
};
|
|
7098
7159
|
}
|
|
7099
7160
|
static types() {
|
|
@@ -7101,6 +7162,7 @@ class ListForwardingRulesResponseBodyForwardingRulesRuleActions extends $tea.Mod
|
|
|
7101
7162
|
forwardGroupConfig: ListForwardingRulesResponseBodyForwardingRulesRuleActionsForwardGroupConfig,
|
|
7102
7163
|
order: 'number',
|
|
7103
7164
|
ruleActionType: 'string',
|
|
7165
|
+
ruleActionValue: 'string',
|
|
7104
7166
|
};
|
|
7105
7167
|
}
|
|
7106
7168
|
}
|
|
@@ -7146,6 +7208,7 @@ class ListForwardingRulesResponseBodyForwardingRulesRuleConditions extends $tea.
|
|
|
7146
7208
|
hostConfig: 'HostConfig',
|
|
7147
7209
|
pathConfig: 'PathConfig',
|
|
7148
7210
|
ruleConditionType: 'RuleConditionType',
|
|
7211
|
+
ruleConditionValue: 'RuleConditionValue',
|
|
7149
7212
|
};
|
|
7150
7213
|
}
|
|
7151
7214
|
static types() {
|
|
@@ -7153,6 +7216,7 @@ class ListForwardingRulesResponseBodyForwardingRulesRuleConditions extends $tea.
|
|
|
7153
7216
|
hostConfig: ListForwardingRulesResponseBodyForwardingRulesRuleConditionsHostConfig,
|
|
7154
7217
|
pathConfig: ListForwardingRulesResponseBodyForwardingRulesRuleConditionsPathConfig,
|
|
7155
7218
|
ruleConditionType: 'string',
|
|
7219
|
+
ruleConditionValue: 'string',
|
|
7156
7220
|
};
|
|
7157
7221
|
}
|
|
7158
7222
|
}
|
|
@@ -7163,6 +7227,7 @@ class ListForwardingRulesResponseBodyForwardingRules extends $tea.Model {
|
|
|
7163
7227
|
}
|
|
7164
7228
|
static names() {
|
|
7165
7229
|
return {
|
|
7230
|
+
forwardingRuleDirection: 'ForwardingRuleDirection',
|
|
7166
7231
|
forwardingRuleId: 'ForwardingRuleId',
|
|
7167
7232
|
forwardingRuleName: 'ForwardingRuleName',
|
|
7168
7233
|
forwardingRuleStatus: 'ForwardingRuleStatus',
|
|
@@ -7174,6 +7239,7 @@ class ListForwardingRulesResponseBodyForwardingRules extends $tea.Model {
|
|
|
7174
7239
|
}
|
|
7175
7240
|
static types() {
|
|
7176
7241
|
return {
|
|
7242
|
+
forwardingRuleDirection: 'string',
|
|
7177
7243
|
forwardingRuleId: 'string',
|
|
7178
7244
|
forwardingRuleName: 'string',
|
|
7179
7245
|
forwardingRuleStatus: 'string',
|
|
@@ -7568,6 +7634,7 @@ class UpdateForwardingRulesRequestForwardingRulesRuleActions extends $tea.Model
|
|
|
7568
7634
|
forwardGroupConfig: 'ForwardGroupConfig',
|
|
7569
7635
|
order: 'Order',
|
|
7570
7636
|
ruleActionType: 'RuleActionType',
|
|
7637
|
+
ruleActionValue: 'RuleActionValue',
|
|
7571
7638
|
};
|
|
7572
7639
|
}
|
|
7573
7640
|
static types() {
|
|
@@ -7575,6 +7642,7 @@ class UpdateForwardingRulesRequestForwardingRulesRuleActions extends $tea.Model
|
|
|
7575
7642
|
forwardGroupConfig: UpdateForwardingRulesRequestForwardingRulesRuleActionsForwardGroupConfig,
|
|
7576
7643
|
order: 'number',
|
|
7577
7644
|
ruleActionType: 'string',
|
|
7645
|
+
ruleActionValue: 'string',
|
|
7578
7646
|
};
|
|
7579
7647
|
}
|
|
7580
7648
|
}
|
|
@@ -7620,6 +7688,7 @@ class UpdateForwardingRulesRequestForwardingRulesRuleConditions extends $tea.Mod
|
|
|
7620
7688
|
hostConfig: 'HostConfig',
|
|
7621
7689
|
pathConfig: 'PathConfig',
|
|
7622
7690
|
ruleConditionType: 'RuleConditionType',
|
|
7691
|
+
ruleConditionValue: 'RuleConditionValue',
|
|
7623
7692
|
};
|
|
7624
7693
|
}
|
|
7625
7694
|
static types() {
|
|
@@ -7627,6 +7696,7 @@ class UpdateForwardingRulesRequestForwardingRulesRuleConditions extends $tea.Mod
|
|
|
7627
7696
|
hostConfig: UpdateForwardingRulesRequestForwardingRulesRuleConditionsHostConfig,
|
|
7628
7697
|
pathConfig: UpdateForwardingRulesRequestForwardingRulesRuleConditionsPathConfig,
|
|
7629
7698
|
ruleConditionType: 'string',
|
|
7699
|
+
ruleConditionValue: 'string',
|
|
7630
7700
|
};
|
|
7631
7701
|
}
|
|
7632
7702
|
}
|
|
@@ -7642,6 +7712,7 @@ class UpdateForwardingRulesRequestForwardingRules extends $tea.Model {
|
|
|
7642
7712
|
priority: 'Priority',
|
|
7643
7713
|
ruleActions: 'RuleActions',
|
|
7644
7714
|
ruleConditions: 'RuleConditions',
|
|
7715
|
+
ruleDirection: 'RuleDirection',
|
|
7645
7716
|
};
|
|
7646
7717
|
}
|
|
7647
7718
|
static types() {
|
|
@@ -7651,6 +7722,7 @@ class UpdateForwardingRulesRequestForwardingRules extends $tea.Model {
|
|
|
7651
7722
|
priority: 'number',
|
|
7652
7723
|
ruleActions: { 'type': 'array', 'itemType': UpdateForwardingRulesRequestForwardingRulesRuleActions },
|
|
7653
7724
|
ruleConditions: { 'type': 'array', 'itemType': UpdateForwardingRulesRequestForwardingRulesRuleConditions },
|
|
7725
|
+
ruleDirection: 'string',
|
|
7654
7726
|
};
|
|
7655
7727
|
}
|
|
7656
7728
|
}
|
|
@@ -8112,6 +8184,9 @@ class Client extends openapi_client_1.default {
|
|
|
8112
8184
|
if (!tea_util_1.default.isUnset(request.duration)) {
|
|
8113
8185
|
query["Duration"] = request.duration;
|
|
8114
8186
|
}
|
|
8187
|
+
if (!tea_util_1.default.isUnset($tea.toMap(request.ipSetConfig))) {
|
|
8188
|
+
query["IpSetConfig"] = request.ipSetConfig;
|
|
8189
|
+
}
|
|
8115
8190
|
if (!tea_util_1.default.isUnset(request.name)) {
|
|
8116
8191
|
query["Name"] = request.name;
|
|
8117
8192
|
}
|