@alicloud/waf-openapi20211001 4.0.2 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +76 -41
- package/dist/client.js +34 -4
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +112 -41
package/dist/client.d.ts
CHANGED
|
@@ -477,6 +477,10 @@ export declare class CreateCloudResourceRequest extends $tea.Model {
|
|
|
477
477
|
* rg-acfm***q
|
|
478
478
|
*/
|
|
479
479
|
resourceManagerResourceGroupId?: string;
|
|
480
|
+
/**
|
|
481
|
+
* @remarks
|
|
482
|
+
* The tags to add to the resource.
|
|
483
|
+
*/
|
|
480
484
|
tag?: CreateCloudResourceRequestTag[];
|
|
481
485
|
static names(): {
|
|
482
486
|
[key: string]: string;
|
|
@@ -542,6 +546,10 @@ export declare class CreateCloudResourceShrinkRequest extends $tea.Model {
|
|
|
542
546
|
* rg-acfm***q
|
|
543
547
|
*/
|
|
544
548
|
resourceManagerResourceGroupId?: string;
|
|
549
|
+
/**
|
|
550
|
+
* @remarks
|
|
551
|
+
* The tags to add to the resource.
|
|
552
|
+
*/
|
|
545
553
|
tag?: CreateCloudResourceShrinkRequestTag[];
|
|
546
554
|
static names(): {
|
|
547
555
|
[key: string]: string;
|
|
@@ -5464,10 +5472,10 @@ export declare class DescribeCertsRequest extends $tea.Model {
|
|
|
5464
5472
|
* The region in which the WAF instance is deployed. Valid values:
|
|
5465
5473
|
*
|
|
5466
5474
|
* * **cn-hangzhou**: Chinese mainland.
|
|
5467
|
-
* * **ap-southeast-1**:
|
|
5475
|
+
* * **ap-southeast-1**: Outside the Chinese mainland.
|
|
5468
5476
|
*
|
|
5469
5477
|
* @example
|
|
5470
|
-
*
|
|
5478
|
+
* ap-southeast-1
|
|
5471
5479
|
*/
|
|
5472
5480
|
regionId?: string;
|
|
5473
5481
|
/**
|
|
@@ -6814,6 +6822,7 @@ export declare class DescribeDefenseResourceTemplatesRequest extends $tea.Model
|
|
|
6814
6822
|
* 20111098
|
|
6815
6823
|
*/
|
|
6816
6824
|
ruleId?: number;
|
|
6825
|
+
ruleName?: string;
|
|
6817
6826
|
/**
|
|
6818
6827
|
* @remarks
|
|
6819
6828
|
* The type of the protection rule. Valid values:
|
|
@@ -6825,6 +6834,7 @@ export declare class DescribeDefenseResourceTemplatesRequest extends $tea.Model
|
|
|
6825
6834
|
* whitelist
|
|
6826
6835
|
*/
|
|
6827
6836
|
ruleType?: string;
|
|
6837
|
+
templateName?: string;
|
|
6828
6838
|
static names(): {
|
|
6829
6839
|
[key: string]: string;
|
|
6830
6840
|
};
|
|
@@ -6933,10 +6943,6 @@ export declare class DescribeDefenseResourcesRequest extends $tea.Model {
|
|
|
6933
6943
|
* rg-acfm***q
|
|
6934
6944
|
*/
|
|
6935
6945
|
resourceManagerResourceGroupId?: string;
|
|
6936
|
-
/**
|
|
6937
|
-
* @remarks
|
|
6938
|
-
* The tags of the resources that you want to query. You can specify up to 20 tags.
|
|
6939
|
-
*/
|
|
6940
6946
|
tag?: DescribeDefenseResourcesRequestTag[];
|
|
6941
6947
|
static names(): {
|
|
6942
6948
|
[key: string]: string;
|
|
@@ -6959,7 +6965,7 @@ export declare class DescribeDefenseResourcesResponseBody extends $tea.Model {
|
|
|
6959
6965
|
requestId?: string;
|
|
6960
6966
|
/**
|
|
6961
6967
|
* @remarks
|
|
6962
|
-
*
|
|
6968
|
+
* An array of protected objects.
|
|
6963
6969
|
*/
|
|
6964
6970
|
resources?: DescribeDefenseResourcesResponseBodyResources[];
|
|
6965
6971
|
/**
|
|
@@ -7570,6 +7576,8 @@ export declare class DescribeDefenseTemplatesRequest extends $tea.Model {
|
|
|
7570
7576
|
* 12345
|
|
7571
7577
|
*/
|
|
7572
7578
|
templateId?: number;
|
|
7579
|
+
templateIds?: string;
|
|
7580
|
+
templateName?: string;
|
|
7573
7581
|
/**
|
|
7574
7582
|
* @remarks
|
|
7575
7583
|
* The type of the protection template. Valid values:
|
|
@@ -15861,7 +15869,7 @@ export declare class ModifyDefaultHttpsRequest extends $tea.Model {
|
|
|
15861
15869
|
regionId?: string;
|
|
15862
15870
|
/**
|
|
15863
15871
|
* @remarks
|
|
15864
|
-
*
|
|
15872
|
+
* 阿里云资源组ID。
|
|
15865
15873
|
*
|
|
15866
15874
|
* @example
|
|
15867
15875
|
* rg-acfm***q
|
|
@@ -16983,6 +16991,8 @@ export declare class ModifyHybridCloudClusterBypassStatusRequest extends $tea.Mo
|
|
|
16983
16991
|
* waf_elasticity-cn-0xldbqt****
|
|
16984
16992
|
*/
|
|
16985
16993
|
instanceId?: string;
|
|
16994
|
+
regionId?: string;
|
|
16995
|
+
resourceManagerResourceGroupId?: string;
|
|
16986
16996
|
/**
|
|
16987
16997
|
* @remarks
|
|
16988
16998
|
* The status of manual bypass. Valid values:
|
|
@@ -18308,7 +18318,7 @@ export declare class SyncProductInstanceRequest extends $tea.Model {
|
|
|
18308
18318
|
regionId?: string;
|
|
18309
18319
|
/**
|
|
18310
18320
|
* @remarks
|
|
18311
|
-
*
|
|
18321
|
+
* 阿里云资源组ID。
|
|
18312
18322
|
*
|
|
18313
18323
|
* @example
|
|
18314
18324
|
* rg-acfm4co****f5qa
|
|
@@ -18806,7 +18816,21 @@ export declare class CreateCloudResourceRequestRedirect extends $tea.Model {
|
|
|
18806
18816
|
});
|
|
18807
18817
|
}
|
|
18808
18818
|
export declare class CreateCloudResourceRequestTag extends $tea.Model {
|
|
18819
|
+
/**
|
|
18820
|
+
* @remarks
|
|
18821
|
+
* The key of tag N to add to the resource. Valid values of N: 1 to 20.
|
|
18822
|
+
*
|
|
18823
|
+
* @example
|
|
18824
|
+
* TagKey1
|
|
18825
|
+
*/
|
|
18809
18826
|
key?: string;
|
|
18827
|
+
/**
|
|
18828
|
+
* @remarks
|
|
18829
|
+
* The value of tag N to add to the resource. Valid values of N: 1 to 20.
|
|
18830
|
+
*
|
|
18831
|
+
* @example
|
|
18832
|
+
* TagValue1
|
|
18833
|
+
*/
|
|
18810
18834
|
value?: string;
|
|
18811
18835
|
static names(): {
|
|
18812
18836
|
[key: string]: string;
|
|
@@ -18819,7 +18843,21 @@ export declare class CreateCloudResourceRequestTag extends $tea.Model {
|
|
|
18819
18843
|
});
|
|
18820
18844
|
}
|
|
18821
18845
|
export declare class CreateCloudResourceShrinkRequestTag extends $tea.Model {
|
|
18846
|
+
/**
|
|
18847
|
+
* @remarks
|
|
18848
|
+
* The key of tag N to add to the resource. Valid values of N: 1 to 20.
|
|
18849
|
+
*
|
|
18850
|
+
* @example
|
|
18851
|
+
* TagKey1
|
|
18852
|
+
*/
|
|
18822
18853
|
key?: string;
|
|
18854
|
+
/**
|
|
18855
|
+
* @remarks
|
|
18856
|
+
* The value of tag N to add to the resource. Valid values of N: 1 to 20.
|
|
18857
|
+
*
|
|
18858
|
+
* @example
|
|
18859
|
+
* TagValue1
|
|
18860
|
+
*/
|
|
18823
18861
|
value?: string;
|
|
18824
18862
|
static names(): {
|
|
18825
18863
|
[key: string]: string;
|
|
@@ -20787,7 +20825,7 @@ export declare class DescribeCertDetailResponseBodyCertDetail extends $tea.Model
|
|
|
20787
20825
|
export declare class DescribeCertsResponseBodyCerts extends $tea.Model {
|
|
20788
20826
|
/**
|
|
20789
20827
|
* @remarks
|
|
20790
|
-
* The time
|
|
20828
|
+
* The expiration time.
|
|
20791
20829
|
*
|
|
20792
20830
|
* @example
|
|
20793
20831
|
* 1976256736582
|
|
@@ -20795,7 +20833,7 @@ export declare class DescribeCertsResponseBodyCerts extends $tea.Model {
|
|
|
20795
20833
|
afterDate?: number;
|
|
20796
20834
|
/**
|
|
20797
20835
|
* @remarks
|
|
20798
|
-
* The time
|
|
20836
|
+
* The effective time.
|
|
20799
20837
|
*
|
|
20800
20838
|
* @example
|
|
20801
20839
|
* 1976256836582
|
|
@@ -20803,10 +20841,10 @@ export declare class DescribeCertsResponseBodyCerts extends $tea.Model {
|
|
|
20803
20841
|
beforeDate?: number;
|
|
20804
20842
|
/**
|
|
20805
20843
|
* @remarks
|
|
20806
|
-
* The globally unique ID of the certificate. The value
|
|
20844
|
+
* The globally unique ID of the certificate. The value follows a "\\<Certificate ID>-ap-southeast-1" format. For example, if the ID of the certificate is 123, the value of the CertIdentifier parameter is 123-ap-southeast-1.
|
|
20807
20845
|
*
|
|
20808
20846
|
* @example
|
|
20809
|
-
*
|
|
20847
|
+
* 123-ap-southeast-1
|
|
20810
20848
|
*/
|
|
20811
20849
|
certIdentifier?: string;
|
|
20812
20850
|
/**
|
|
@@ -20827,7 +20865,7 @@ export declare class DescribeCertsResponseBodyCerts extends $tea.Model {
|
|
|
20827
20865
|
commonName?: string;
|
|
20828
20866
|
/**
|
|
20829
20867
|
* @remarks
|
|
20830
|
-
* The domain
|
|
20868
|
+
* The domain that is supported by the certificate.
|
|
20831
20869
|
*
|
|
20832
20870
|
* @example
|
|
20833
20871
|
* www.example.com
|
|
@@ -21744,17 +21782,11 @@ export declare class DescribeDefenseResourceTemplatesResponseBodyTemplates exten
|
|
|
21744
21782
|
}
|
|
21745
21783
|
export declare class DescribeDefenseResourcesRequestTag extends $tea.Model {
|
|
21746
21784
|
/**
|
|
21747
|
-
* @remarks
|
|
21748
|
-
* The key of the tag.
|
|
21749
|
-
*
|
|
21750
21785
|
* @example
|
|
21751
21786
|
* Tagkey1
|
|
21752
21787
|
*/
|
|
21753
21788
|
key?: string;
|
|
21754
21789
|
/**
|
|
21755
|
-
* @remarks
|
|
21756
|
-
* The value of the tag.
|
|
21757
|
-
*
|
|
21758
21790
|
* @example
|
|
21759
21791
|
* TagValue1
|
|
21760
21792
|
*/
|
|
@@ -21772,10 +21804,11 @@ export declare class DescribeDefenseResourcesRequestTag extends $tea.Model {
|
|
|
21772
21804
|
export declare class DescribeDefenseResourcesResponseBodyResources extends $tea.Model {
|
|
21773
21805
|
/**
|
|
21774
21806
|
* @remarks
|
|
21775
|
-
*
|
|
21807
|
+
* 跟踪cookie开关状态。
|
|
21776
21808
|
*
|
|
21777
|
-
*
|
|
21778
|
-
*
|
|
21809
|
+
* - **0**:表示关闭。
|
|
21810
|
+
*
|
|
21811
|
+
* - **1**:表示开启。
|
|
21779
21812
|
*
|
|
21780
21813
|
* @example
|
|
21781
21814
|
* 1
|
|
@@ -21783,10 +21816,11 @@ export declare class DescribeDefenseResourcesResponseBodyResources extends $tea.
|
|
|
21783
21816
|
acwCookieStatus?: number;
|
|
21784
21817
|
/**
|
|
21785
21818
|
* @remarks
|
|
21786
|
-
*
|
|
21819
|
+
* 跟踪cookie的secure属性状态。
|
|
21787
21820
|
*
|
|
21788
|
-
*
|
|
21789
|
-
*
|
|
21821
|
+
* - **0**:表示关闭。
|
|
21822
|
+
*
|
|
21823
|
+
* - **1**:表示开启。
|
|
21790
21824
|
*
|
|
21791
21825
|
* @example
|
|
21792
21826
|
* 0
|
|
@@ -21794,10 +21828,11 @@ export declare class DescribeDefenseResourcesResponseBodyResources extends $tea.
|
|
|
21794
21828
|
acwSecureStatus?: number;
|
|
21795
21829
|
/**
|
|
21796
21830
|
* @remarks
|
|
21797
|
-
*
|
|
21831
|
+
* 滑块cookie的secure属性状态。
|
|
21798
21832
|
*
|
|
21799
|
-
*
|
|
21800
|
-
*
|
|
21833
|
+
* - **0**:表示关闭。
|
|
21834
|
+
*
|
|
21835
|
+
* - **1**:表示开启。
|
|
21801
21836
|
*
|
|
21802
21837
|
* @example
|
|
21803
21838
|
* 0
|
|
@@ -21805,7 +21840,7 @@ export declare class DescribeDefenseResourcesResponseBodyResources extends $tea.
|
|
|
21805
21840
|
acwV3SecureStatus?: number;
|
|
21806
21841
|
/**
|
|
21807
21842
|
* @remarks
|
|
21808
|
-
*
|
|
21843
|
+
* An array of custom XFF headers that are used to identify the originating IP addresses of clients. If the value of the XffStatus parameter is 1 and the CustomHeaders field is left empty, the first IP address in the XFF header is the originating IP address of the client.
|
|
21809
21844
|
*/
|
|
21810
21845
|
customHeaders?: string[];
|
|
21811
21846
|
/**
|
|
@@ -21818,14 +21853,14 @@ export declare class DescribeDefenseResourcesResponseBodyResources extends $tea.
|
|
|
21818
21853
|
description?: string;
|
|
21819
21854
|
/**
|
|
21820
21855
|
* @remarks
|
|
21821
|
-
* The
|
|
21856
|
+
* The description of the protected object. Different key-value pairs in a map indicate different properties of the protected object.
|
|
21822
21857
|
*/
|
|
21823
21858
|
detail?: {
|
|
21824
21859
|
[key: string]: any;
|
|
21825
21860
|
};
|
|
21826
21861
|
/**
|
|
21827
21862
|
* @remarks
|
|
21828
|
-
* The time
|
|
21863
|
+
* The creation time of the protected object. Unit: seconds.
|
|
21829
21864
|
*
|
|
21830
21865
|
* @example
|
|
21831
21866
|
* 1652149203187
|
|
@@ -21833,7 +21868,7 @@ export declare class DescribeDefenseResourcesResponseBodyResources extends $tea.
|
|
|
21833
21868
|
gmtCreate?: number;
|
|
21834
21869
|
/**
|
|
21835
21870
|
* @remarks
|
|
21836
|
-
* The time
|
|
21871
|
+
* The most recent modification time of the protected object. Unit: seconds.
|
|
21837
21872
|
*
|
|
21838
21873
|
* @example
|
|
21839
21874
|
* 1665633032000
|
|
@@ -21841,7 +21876,7 @@ export declare class DescribeDefenseResourcesResponseBodyResources extends $tea.
|
|
|
21841
21876
|
gmtModified?: number;
|
|
21842
21877
|
/**
|
|
21843
21878
|
* @remarks
|
|
21844
|
-
*
|
|
21879
|
+
* 多账号统一管理场景中防护对象资产归属账号。
|
|
21845
21880
|
*
|
|
21846
21881
|
* @example
|
|
21847
21882
|
* 135*********46
|
|
@@ -21849,7 +21884,7 @@ export declare class DescribeDefenseResourcesResponseBodyResources extends $tea.
|
|
|
21849
21884
|
ownerUserId?: string;
|
|
21850
21885
|
/**
|
|
21851
21886
|
* @remarks
|
|
21852
|
-
* The pattern
|
|
21887
|
+
* The protection pattern.
|
|
21853
21888
|
*
|
|
21854
21889
|
* @example
|
|
21855
21890
|
* domain
|
|
@@ -21881,7 +21916,7 @@ export declare class DescribeDefenseResourcesResponseBodyResources extends $tea.
|
|
|
21881
21916
|
resourceGroup?: string;
|
|
21882
21917
|
/**
|
|
21883
21918
|
* @remarks
|
|
21884
|
-
* The ID of the
|
|
21919
|
+
* The ID of the resource group.
|
|
21885
21920
|
*
|
|
21886
21921
|
* @example
|
|
21887
21922
|
* rg-acfm***q
|
|
@@ -21897,7 +21932,7 @@ export declare class DescribeDefenseResourcesResponseBodyResources extends $tea.
|
|
|
21897
21932
|
resourceOrigin?: string;
|
|
21898
21933
|
/**
|
|
21899
21934
|
* @remarks
|
|
21900
|
-
* Indicates whether the X-Forwarded-For (XFF)
|
|
21935
|
+
* Indicates whether the X-Forwarded-For (XFF) header is used.
|
|
21901
21936
|
*
|
|
21902
21937
|
* @example
|
|
21903
21938
|
* 1
|
|
@@ -29190,7 +29225,7 @@ export default class Client extends OpenApi {
|
|
|
29190
29225
|
*/
|
|
29191
29226
|
modifyCloudResource(request: ModifyCloudResourceRequest): Promise<ModifyCloudResourceResponse>;
|
|
29192
29227
|
/**
|
|
29193
|
-
* Modifies the default SSL and Transport Layer Security (TLS) settings.
|
|
29228
|
+
* Modifies the default Secure Sockets Layer (SSL) and Transport Layer Security (TLS) settings.
|
|
29194
29229
|
*
|
|
29195
29230
|
* @param request - ModifyDefaultHttpsRequest
|
|
29196
29231
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -29198,7 +29233,7 @@ export default class Client extends OpenApi {
|
|
|
29198
29233
|
*/
|
|
29199
29234
|
modifyDefaultHttpsWithOptions(request: ModifyDefaultHttpsRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDefaultHttpsResponse>;
|
|
29200
29235
|
/**
|
|
29201
|
-
* Modifies the default SSL and Transport Layer Security (TLS) settings.
|
|
29236
|
+
* Modifies the default Secure Sockets Layer (SSL) and Transport Layer Security (TLS) settings.
|
|
29202
29237
|
*
|
|
29203
29238
|
* @param request - ModifyDefaultHttpsRequest
|
|
29204
29239
|
* @returns ModifyDefaultHttpsResponse
|
|
@@ -29535,7 +29570,7 @@ export default class Client extends OpenApi {
|
|
|
29535
29570
|
*/
|
|
29536
29571
|
releaseInstance(request: ReleaseInstanceRequest): Promise<ReleaseInstanceResponse>;
|
|
29537
29572
|
/**
|
|
29538
|
-
* Synchronizes Elastic Compute Service (ECS) instances and Classic Load Balancer (CLB) instances
|
|
29573
|
+
* Synchronizes Elastic Compute Service (ECS) instances and Classic Load Balancer (CLB) instances with Web Application Firewall (WAF).
|
|
29539
29574
|
*
|
|
29540
29575
|
* @remarks
|
|
29541
29576
|
* SyncProductInstance is an asynchronous operation. You can call the [DescribeProductInstances](https://help.aliyun.com/document_detail/2743168.html) operation to query the status of the task.
|
|
@@ -29546,7 +29581,7 @@ export default class Client extends OpenApi {
|
|
|
29546
29581
|
*/
|
|
29547
29582
|
syncProductInstanceWithOptions(request: SyncProductInstanceRequest, runtime: $Util.RuntimeOptions): Promise<SyncProductInstanceResponse>;
|
|
29548
29583
|
/**
|
|
29549
|
-
* Synchronizes Elastic Compute Service (ECS) instances and Classic Load Balancer (CLB) instances
|
|
29584
|
+
* Synchronizes Elastic Compute Service (ECS) instances and Classic Load Balancer (CLB) instances with Web Application Firewall (WAF).
|
|
29550
29585
|
*
|
|
29551
29586
|
* @remarks
|
|
29552
29587
|
* SyncProductInstance is an asynchronous operation. You can call the [DescribeProductInstances](https://help.aliyun.com/document_detail/2743168.html) operation to query the status of the task.
|
package/dist/client.js
CHANGED
|
@@ -3744,7 +3744,9 @@ class DescribeDefenseResourceTemplatesRequest extends $tea.Model {
|
|
|
3744
3744
|
resourceManagerResourceGroupId: 'ResourceManagerResourceGroupId',
|
|
3745
3745
|
resourceType: 'ResourceType',
|
|
3746
3746
|
ruleId: 'RuleId',
|
|
3747
|
+
ruleName: 'RuleName',
|
|
3747
3748
|
ruleType: 'RuleType',
|
|
3749
|
+
templateName: 'TemplateName',
|
|
3748
3750
|
};
|
|
3749
3751
|
}
|
|
3750
3752
|
static types() {
|
|
@@ -3755,7 +3757,9 @@ class DescribeDefenseResourceTemplatesRequest extends $tea.Model {
|
|
|
3755
3757
|
resourceManagerResourceGroupId: 'string',
|
|
3756
3758
|
resourceType: 'string',
|
|
3757
3759
|
ruleId: 'number',
|
|
3760
|
+
ruleName: 'string',
|
|
3758
3761
|
ruleType: 'string',
|
|
3762
|
+
templateName: 'string',
|
|
3759
3763
|
};
|
|
3760
3764
|
}
|
|
3761
3765
|
constructor(map) {
|
|
@@ -4142,6 +4146,8 @@ class DescribeDefenseTemplatesRequest extends $tea.Model {
|
|
|
4142
4146
|
resourceManagerResourceGroupId: 'ResourceManagerResourceGroupId',
|
|
4143
4147
|
resourceType: 'ResourceType',
|
|
4144
4148
|
templateId: 'TemplateId',
|
|
4149
|
+
templateIds: 'TemplateIds',
|
|
4150
|
+
templateName: 'TemplateName',
|
|
4145
4151
|
templateType: 'TemplateType',
|
|
4146
4152
|
};
|
|
4147
4153
|
}
|
|
@@ -4157,6 +4163,8 @@ class DescribeDefenseTemplatesRequest extends $tea.Model {
|
|
|
4157
4163
|
resourceManagerResourceGroupId: 'string',
|
|
4158
4164
|
resourceType: 'string',
|
|
4159
4165
|
templateId: 'number',
|
|
4166
|
+
templateIds: 'string',
|
|
4167
|
+
templateName: 'string',
|
|
4160
4168
|
templateType: 'string',
|
|
4161
4169
|
};
|
|
4162
4170
|
}
|
|
@@ -9526,6 +9534,8 @@ class ModifyHybridCloudClusterBypassStatusRequest extends $tea.Model {
|
|
|
9526
9534
|
return {
|
|
9527
9535
|
clusterResourceId: 'ClusterResourceId',
|
|
9528
9536
|
instanceId: 'InstanceId',
|
|
9537
|
+
regionId: 'RegionId',
|
|
9538
|
+
resourceManagerResourceGroupId: 'ResourceManagerResourceGroupId',
|
|
9529
9539
|
ruleStatus: 'RuleStatus',
|
|
9530
9540
|
};
|
|
9531
9541
|
}
|
|
@@ -9533,6 +9543,8 @@ class ModifyHybridCloudClusterBypassStatusRequest extends $tea.Model {
|
|
|
9533
9543
|
return {
|
|
9534
9544
|
clusterResourceId: 'string',
|
|
9535
9545
|
instanceId: 'string',
|
|
9546
|
+
regionId: 'string',
|
|
9547
|
+
resourceManagerResourceGroupId: 'string',
|
|
9536
9548
|
ruleStatus: 'string',
|
|
9537
9549
|
};
|
|
9538
9550
|
}
|
|
@@ -17132,9 +17144,15 @@ class Client extends openapi_client_1.default {
|
|
|
17132
17144
|
if (!tea_util_1.default.isUnset(request.ruleId)) {
|
|
17133
17145
|
query["RuleId"] = request.ruleId;
|
|
17134
17146
|
}
|
|
17147
|
+
if (!tea_util_1.default.isUnset(request.ruleName)) {
|
|
17148
|
+
query["RuleName"] = request.ruleName;
|
|
17149
|
+
}
|
|
17135
17150
|
if (!tea_util_1.default.isUnset(request.ruleType)) {
|
|
17136
17151
|
query["RuleType"] = request.ruleType;
|
|
17137
17152
|
}
|
|
17153
|
+
if (!tea_util_1.default.isUnset(request.templateName)) {
|
|
17154
|
+
query["TemplateName"] = request.templateName;
|
|
17155
|
+
}
|
|
17138
17156
|
let req = new $OpenApi.OpenApiRequest({
|
|
17139
17157
|
query: openapi_util_1.default.query(query),
|
|
17140
17158
|
});
|
|
@@ -17474,6 +17492,12 @@ class Client extends openapi_client_1.default {
|
|
|
17474
17492
|
if (!tea_util_1.default.isUnset(request.templateId)) {
|
|
17475
17493
|
query["TemplateId"] = request.templateId;
|
|
17476
17494
|
}
|
|
17495
|
+
if (!tea_util_1.default.isUnset(request.templateIds)) {
|
|
17496
|
+
query["TemplateIds"] = request.templateIds;
|
|
17497
|
+
}
|
|
17498
|
+
if (!tea_util_1.default.isUnset(request.templateName)) {
|
|
17499
|
+
query["TemplateName"] = request.templateName;
|
|
17500
|
+
}
|
|
17477
17501
|
if (!tea_util_1.default.isUnset(request.templateType)) {
|
|
17478
17502
|
query["TemplateType"] = request.templateType;
|
|
17479
17503
|
}
|
|
@@ -21340,7 +21364,7 @@ class Client extends openapi_client_1.default {
|
|
|
21340
21364
|
return await this.modifyCloudResourceWithOptions(request, runtime);
|
|
21341
21365
|
}
|
|
21342
21366
|
/**
|
|
21343
|
-
* Modifies the default SSL and Transport Layer Security (TLS) settings.
|
|
21367
|
+
* Modifies the default Secure Sockets Layer (SSL) and Transport Layer Security (TLS) settings.
|
|
21344
21368
|
*
|
|
21345
21369
|
* @param request - ModifyDefaultHttpsRequest
|
|
21346
21370
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -21390,7 +21414,7 @@ class Client extends openapi_client_1.default {
|
|
|
21390
21414
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDefaultHttpsResponse({}));
|
|
21391
21415
|
}
|
|
21392
21416
|
/**
|
|
21393
|
-
* Modifies the default SSL and Transport Layer Security (TLS) settings.
|
|
21417
|
+
* Modifies the default Secure Sockets Layer (SSL) and Transport Layer Security (TLS) settings.
|
|
21394
21418
|
*
|
|
21395
21419
|
* @param request - ModifyDefaultHttpsRequest
|
|
21396
21420
|
* @returns ModifyDefaultHttpsResponse
|
|
@@ -21911,6 +21935,12 @@ class Client extends openapi_client_1.default {
|
|
|
21911
21935
|
if (!tea_util_1.default.isUnset(request.instanceId)) {
|
|
21912
21936
|
query["InstanceId"] = request.instanceId;
|
|
21913
21937
|
}
|
|
21938
|
+
if (!tea_util_1.default.isUnset(request.regionId)) {
|
|
21939
|
+
query["RegionId"] = request.regionId;
|
|
21940
|
+
}
|
|
21941
|
+
if (!tea_util_1.default.isUnset(request.resourceManagerResourceGroupId)) {
|
|
21942
|
+
query["ResourceManagerResourceGroupId"] = request.resourceManagerResourceGroupId;
|
|
21943
|
+
}
|
|
21914
21944
|
if (!tea_util_1.default.isUnset(request.ruleStatus)) {
|
|
21915
21945
|
query["RuleStatus"] = request.ruleStatus;
|
|
21916
21946
|
}
|
|
@@ -22586,7 +22616,7 @@ class Client extends openapi_client_1.default {
|
|
|
22586
22616
|
return await this.releaseInstanceWithOptions(request, runtime);
|
|
22587
22617
|
}
|
|
22588
22618
|
/**
|
|
22589
|
-
* Synchronizes Elastic Compute Service (ECS) instances and Classic Load Balancer (CLB) instances
|
|
22619
|
+
* Synchronizes Elastic Compute Service (ECS) instances and Classic Load Balancer (CLB) instances with Web Application Firewall (WAF).
|
|
22590
22620
|
*
|
|
22591
22621
|
* @remarks
|
|
22592
22622
|
* SyncProductInstance is an asynchronous operation. You can call the [DescribeProductInstances](https://help.aliyun.com/document_detail/2743168.html) operation to query the status of the task.
|
|
@@ -22624,7 +22654,7 @@ class Client extends openapi_client_1.default {
|
|
|
22624
22654
|
return $tea.cast(await this.callApi(params, req, runtime), new SyncProductInstanceResponse({}));
|
|
22625
22655
|
}
|
|
22626
22656
|
/**
|
|
22627
|
-
* Synchronizes Elastic Compute Service (ECS) instances and Classic Load Balancer (CLB) instances
|
|
22657
|
+
* Synchronizes Elastic Compute Service (ECS) instances and Classic Load Balancer (CLB) instances with Web Application Firewall (WAF).
|
|
22628
22658
|
*
|
|
22629
22659
|
* @remarks
|
|
22630
22660
|
* SyncProductInstance is an asynchronous operation. You can call the [DescribeProductInstances](https://help.aliyun.com/document_detail/2743168.html) operation to query the status of the task.
|