@volcengine/pulumi 0.0.33 → 0.0.34
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/apig/apigCustomDomain.d.ts +244 -0
- package/apig/apigCustomDomain.js +167 -0
- package/apig/apigCustomDomain.js.map +1 -0
- package/apig/apigGateway.d.ts +262 -0
- package/apig/apigGateway.js +150 -0
- package/apig/apigGateway.js.map +1 -0
- package/apig/apigGatewayService.d.ts +206 -0
- package/apig/apigGatewayService.js +159 -0
- package/apig/apigGatewayService.js.map +1 -0
- package/apig/apigRoute.d.ts +397 -0
- package/apig/apigRoute.js +299 -0
- package/apig/apigRoute.js.map +1 -0
- package/apig/apigUpstream.d.ts +375 -0
- package/apig/apigUpstream.js +278 -0
- package/apig/apigUpstream.js.map +1 -0
- package/apig/apigUpstreamSource.d.ts +214 -0
- package/apig/apigUpstreamSource.js +182 -0
- package/apig/apigUpstreamSource.js.map +1 -0
- package/apig/apigUpstreamVersion.d.ts +211 -0
- package/apig/apigUpstreamVersion.js +206 -0
- package/apig/apigUpstreamVersion.js.map +1 -0
- package/apig/customDomains.d.ts +112 -0
- package/apig/customDomains.js +55 -0
- package/apig/customDomains.js.map +1 -0
- package/apig/gatewayServices.d.ts +104 -0
- package/apig/gatewayServices.js +52 -0
- package/apig/gatewayServices.js.map +1 -0
- package/apig/gateways.d.ts +162 -0
- package/apig/gateways.js +63 -0
- package/apig/gateways.js.map +1 -0
- package/apig/getCustomDomains.d.ts +110 -0
- package/apig/getCustomDomains.js +52 -0
- package/apig/getCustomDomains.js.map +1 -0
- package/apig/getGatewayServices.d.ts +102 -0
- package/apig/getGatewayServices.js +49 -0
- package/apig/getGatewayServices.js.map +1 -0
- package/apig/getGateways.d.ts +160 -0
- package/apig/getGateways.js +60 -0
- package/apig/getGateways.js.map +1 -0
- package/apig/getRoutes.d.ts +153 -0
- package/apig/getRoutes.js +54 -0
- package/apig/getRoutes.js.map +1 -0
- package/apig/getUpstreamSources.d.ts +123 -0
- package/apig/getUpstreamSources.js +51 -0
- package/apig/getUpstreamSources.js.map +1 -0
- package/apig/getUpstreamVersions.d.ts +84 -0
- package/apig/getUpstreamVersions.js +47 -0
- package/apig/getUpstreamVersions.js.map +1 -0
- package/apig/getUpstreams.d.ts +140 -0
- package/apig/getUpstreams.js +60 -0
- package/apig/getUpstreams.js.map +1 -0
- package/apig/index.d.ts +63 -0
- package/apig/index.js +94 -0
- package/apig/index.js.map +1 -0
- package/apig/routes.d.ts +155 -0
- package/apig/routes.js +57 -0
- package/apig/routes.js.map +1 -0
- package/apig/upstreamSources.d.ts +125 -0
- package/apig/upstreamSources.js +54 -0
- package/apig/upstreamSources.js.map +1 -0
- package/apig/upstreamVersions.d.ts +86 -0
- package/apig/upstreamVersions.js +50 -0
- package/apig/upstreamVersions.js.map +1 -0
- package/apig/upstreams.d.ts +142 -0
- package/apig/upstreams.js +63 -0
- package/apig/upstreams.js.map +1 -0
- package/cen/interRegionBandwidth.d.ts +12 -0
- package/cen/interRegionBandwidth.js +2 -0
- package/cen/interRegionBandwidth.js.map +1 -1
- package/index.d.ts +3 -1
- package/index.js +6 -2
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/types/input.d.ts +5918 -4016
- package/types/output.d.ts +35080 -27674
- package/vpc/cidrBlockAssociate.d.ts +83 -0
- package/vpc/cidrBlockAssociate.js +80 -0
- package/vpc/cidrBlockAssociate.js.map +1 -0
- package/vpc/flowLog.d.ts +266 -0
- package/vpc/flowLog.js +148 -0
- package/vpc/flowLog.js.map +1 -0
- package/vpc/flowLogActive.d.ts +103 -0
- package/vpc/flowLogActive.js +101 -0
- package/vpc/flowLogActive.js.map +1 -0
- package/vpc/flowLogs.d.ts +231 -0
- package/vpc/flowLogs.js +63 -0
- package/vpc/flowLogs.js.map +1 -0
- package/vpc/getFlowLogs.d.ts +229 -0
- package/vpc/getFlowLogs.js +60 -0
- package/vpc/getFlowLogs.js.map +1 -0
- package/vpc/getSubnets.d.ts +9 -0
- package/vpc/getSubnets.js +1 -0
- package/vpc/getSubnets.js.map +1 -1
- package/vpc/getTrafficMirrorFilterRules.d.ts +103 -0
- package/vpc/getTrafficMirrorFilterRules.js +50 -0
- package/vpc/getTrafficMirrorFilterRules.js.map +1 -0
- package/vpc/getTrafficMirrorFilters.d.ts +118 -0
- package/vpc/getTrafficMirrorFilters.js +51 -0
- package/vpc/getTrafficMirrorFilters.js.map +1 -0
- package/vpc/getTrafficMirrorSessions.d.ts +187 -0
- package/vpc/getTrafficMirrorSessions.js +57 -0
- package/vpc/getTrafficMirrorSessions.js.map +1 -0
- package/vpc/getTrafficMirrorTargets.d.ts +121 -0
- package/vpc/getTrafficMirrorTargets.js +51 -0
- package/vpc/getTrafficMirrorTargets.js.map +1 -0
- package/vpc/getVpcs.d.ts +9 -0
- package/vpc/getVpcs.js +1 -0
- package/vpc/getVpcs.js.map +1 -1
- package/vpc/index.d.ts +51 -0
- package/vpc/index.js +67 -2
- package/vpc/index.js.map +1 -1
- package/vpc/subnets.d.ts +9 -0
- package/vpc/subnets.js +1 -0
- package/vpc/subnets.js.map +1 -1
- package/vpc/trafficMirrorFilter.d.ts +137 -0
- package/vpc/trafficMirrorFilter.js +88 -0
- package/vpc/trafficMirrorFilter.js.map +1 -0
- package/vpc/trafficMirrorFilterRule.d.ts +245 -0
- package/vpc/trafficMirrorFilterRule.js +144 -0
- package/vpc/trafficMirrorFilterRule.js.map +1 -0
- package/vpc/trafficMirrorFilterRules.d.ts +105 -0
- package/vpc/trafficMirrorFilterRules.js +53 -0
- package/vpc/trafficMirrorFilterRules.js.map +1 -0
- package/vpc/trafficMirrorFilters.d.ts +120 -0
- package/vpc/trafficMirrorFilters.js +54 -0
- package/vpc/trafficMirrorFilters.js.map +1 -0
- package/vpc/trafficMirrorSession.d.ts +330 -0
- package/vpc/trafficMirrorSession.js +221 -0
- package/vpc/trafficMirrorSession.js.map +1 -0
- package/vpc/trafficMirrorSessions.d.ts +189 -0
- package/vpc/trafficMirrorSessions.js +60 -0
- package/vpc/trafficMirrorSessions.js.map +1 -0
- package/vpc/trafficMirrorTarget.d.ts +222 -0
- package/vpc/trafficMirrorTarget.js +159 -0
- package/vpc/trafficMirrorTarget.js.map +1 -0
- package/vpc/trafficMirrorTargets.d.ts +123 -0
- package/vpc/trafficMirrorTargets.js +54 -0
- package/vpc/trafficMirrorTargets.js.map +1 -0
- package/vpc/vpc.d.ts +8 -0
- package/vpc/vpc.js +2 -0
- package/vpc/vpc.js.map +1 -1
- package/vpc/vpcs.d.ts +9 -0
- package/vpc/vpcs.js +1 -0
- package/vpc/vpcs.js.map +1 -1
- package/waf/aclRule.d.ts +326 -0
- package/waf/aclRule.js +150 -0
- package/waf/aclRule.js.map +1 -0
- package/waf/aclRules.d.ts +170 -0
- package/waf/aclRules.js +69 -0
- package/waf/aclRules.js.map +1 -0
- package/waf/botAnalyseProtectRule.d.ts +320 -0
- package/waf/botAnalyseProtectRule.js +171 -0
- package/waf/botAnalyseProtectRule.js.map +1 -0
- package/waf/botAnalyseProtectRules.d.ts +145 -0
- package/waf/botAnalyseProtectRules.js +57 -0
- package/waf/botAnalyseProtectRules.js.map +1 -0
- package/waf/ccRule.d.ts +337 -0
- package/waf/ccRule.js +182 -0
- package/waf/ccRule.js.map +1 -0
- package/waf/ccRules.d.ts +149 -0
- package/waf/ccRules.js +61 -0
- package/waf/ccRules.js.map +1 -0
- package/waf/customBot.d.ts +191 -0
- package/waf/customBot.js +127 -0
- package/waf/customBot.js.map +1 -0
- package/waf/customBots.d.ts +86 -0
- package/waf/customBots.js +51 -0
- package/waf/customBots.js.map +1 -0
- package/waf/customPage.d.ts +310 -0
- package/waf/customPage.js +160 -0
- package/waf/customPage.js.map +1 -0
- package/waf/customPages.d.ts +110 -0
- package/waf/customPages.js +52 -0
- package/waf/customPages.js.map +1 -0
- package/waf/domains.d.ts +94 -0
- package/waf/domains.js +48 -0
- package/waf/domains.js.map +1 -0
- package/waf/getAclRules.d.ts +168 -0
- package/waf/getAclRules.js +66 -0
- package/waf/getAclRules.js.map +1 -0
- package/waf/getBotAnalyseProtectRules.d.ts +143 -0
- package/waf/getBotAnalyseProtectRules.js +54 -0
- package/waf/getBotAnalyseProtectRules.js.map +1 -0
- package/waf/getCcRules.d.ts +147 -0
- package/waf/getCcRules.js +58 -0
- package/waf/getCcRules.js.map +1 -0
- package/waf/getCustomBots.d.ts +84 -0
- package/waf/getCustomBots.js +48 -0
- package/waf/getCustomBots.js.map +1 -0
- package/waf/getCustomPages.d.ts +108 -0
- package/waf/getCustomPages.js +49 -0
- package/waf/getCustomPages.js.map +1 -0
- package/waf/getDomains.d.ts +92 -0
- package/waf/getDomains.js +45 -0
- package/waf/getDomains.js.map +1 -0
- package/waf/getHostGroups.d.ts +146 -0
- package/waf/getHostGroups.js +55 -0
- package/waf/getHostGroups.js.map +1 -0
- package/waf/getIpGroups.d.ts +105 -0
- package/waf/getIpGroups.js +49 -0
- package/waf/getIpGroups.js.map +1 -0
- package/waf/getProhibitions.d.ts +127 -0
- package/waf/getProhibitions.js +55 -0
- package/waf/getProhibitions.js.map +1 -0
- package/waf/getServiceCertificates.d.ts +71 -0
- package/waf/getServiceCertificates.js +43 -0
- package/waf/getServiceCertificates.js.map +1 -0
- package/waf/getSystemBots.d.ts +84 -0
- package/waf/getSystemBots.js +47 -0
- package/waf/getSystemBots.js.map +1 -0
- package/waf/hostGroup.d.ts +152 -0
- package/waf/hostGroup.js +90 -0
- package/waf/hostGroup.js.map +1 -0
- package/waf/hostGroups.d.ts +148 -0
- package/waf/hostGroups.js +58 -0
- package/waf/hostGroups.js.map +1 -0
- package/waf/index.d.ts +99 -0
- package/waf/index.js +139 -0
- package/waf/index.js.map +1 -0
- package/waf/instanceCtl.d.ts +95 -0
- package/waf/instanceCtl.js +76 -0
- package/waf/instanceCtl.js.map +1 -0
- package/waf/ipGroup.d.ts +132 -0
- package/waf/ipGroup.js +93 -0
- package/waf/ipGroup.js.map +1 -0
- package/waf/ipGroups.d.ts +107 -0
- package/waf/ipGroups.js +52 -0
- package/waf/ipGroups.js.map +1 -0
- package/waf/prohibitions.d.ts +129 -0
- package/waf/prohibitions.js +58 -0
- package/waf/prohibitions.js.map +1 -0
- package/waf/serviceCertificates.d.ts +73 -0
- package/waf/serviceCertificates.js +46 -0
- package/waf/serviceCertificates.js.map +1 -0
- package/waf/systemBot.d.ts +137 -0
- package/waf/systemBot.js +92 -0
- package/waf/systemBot.js.map +1 -0
- package/waf/systemBots.d.ts +86 -0
- package/waf/systemBots.js +50 -0
- package/waf/systemBots.js.map +1 -0
- package/waf/vulnerability.d.ts +116 -0
- package/waf/vulnerability.js +72 -0
- package/waf/vulnerability.js.map +1 -0
- package/waf/wafDomain.d.ts +877 -0
- package/waf/wafDomain.js +252 -0
- package/waf/wafDomain.js.map +1 -0
package/waf/domains.d.ts
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of waf domains
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = volcengine.waf.getDomains({});
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
/** @deprecated volcengine.waf.Domains has been deprecated in favor of volcengine.waf.getDomains */
|
|
15
|
+
export declare function domains(args?: DomainsArgs, opts?: pulumi.InvokeOptions): Promise<DomainsResult>;
|
|
16
|
+
/**
|
|
17
|
+
* A collection of arguments for invoking Domains.
|
|
18
|
+
*/
|
|
19
|
+
export interface DomainsArgs {
|
|
20
|
+
/**
|
|
21
|
+
* Matching mode.
|
|
22
|
+
*/
|
|
23
|
+
accurateQuery?: number;
|
|
24
|
+
/**
|
|
25
|
+
* The domain name of the protected website that needs to be queried.
|
|
26
|
+
*/
|
|
27
|
+
domain?: string;
|
|
28
|
+
/**
|
|
29
|
+
* A Name Regex of Resource.
|
|
30
|
+
*/
|
|
31
|
+
nameRegex?: string;
|
|
32
|
+
/**
|
|
33
|
+
* File name where to save data source results.
|
|
34
|
+
*/
|
|
35
|
+
outputFile?: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* A collection of values returned by Domains.
|
|
39
|
+
*/
|
|
40
|
+
export interface DomainsResult {
|
|
41
|
+
readonly accurateQuery?: number;
|
|
42
|
+
/**
|
|
43
|
+
* The collection of query.
|
|
44
|
+
*/
|
|
45
|
+
readonly datas: outputs.waf.DomainsData[];
|
|
46
|
+
/**
|
|
47
|
+
* domain names that need to be protected by WAF.
|
|
48
|
+
*/
|
|
49
|
+
readonly domain?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The provider-assigned unique ID for this managed resource.
|
|
52
|
+
*/
|
|
53
|
+
readonly id: string;
|
|
54
|
+
readonly nameRegex?: string;
|
|
55
|
+
readonly outputFile?: string;
|
|
56
|
+
/**
|
|
57
|
+
* The total count of query.
|
|
58
|
+
*/
|
|
59
|
+
readonly totalCount: number;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Use this data source to query detailed information of waf domains
|
|
63
|
+
* ## Example Usage
|
|
64
|
+
*
|
|
65
|
+
* ```typescript
|
|
66
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
67
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
68
|
+
*
|
|
69
|
+
* const foo = volcengine.waf.getDomains({});
|
|
70
|
+
* ```
|
|
71
|
+
*/
|
|
72
|
+
/** @deprecated volcengine.waf.Domains has been deprecated in favor of volcengine.waf.getDomains */
|
|
73
|
+
export declare function domainsOutput(args?: DomainsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<DomainsResult>;
|
|
74
|
+
/**
|
|
75
|
+
* A collection of arguments for invoking Domains.
|
|
76
|
+
*/
|
|
77
|
+
export interface DomainsOutputArgs {
|
|
78
|
+
/**
|
|
79
|
+
* Matching mode.
|
|
80
|
+
*/
|
|
81
|
+
accurateQuery?: pulumi.Input<number>;
|
|
82
|
+
/**
|
|
83
|
+
* The domain name of the protected website that needs to be queried.
|
|
84
|
+
*/
|
|
85
|
+
domain?: pulumi.Input<string>;
|
|
86
|
+
/**
|
|
87
|
+
* A Name Regex of Resource.
|
|
88
|
+
*/
|
|
89
|
+
nameRegex?: pulumi.Input<string>;
|
|
90
|
+
/**
|
|
91
|
+
* File name where to save data source results.
|
|
92
|
+
*/
|
|
93
|
+
outputFile?: pulumi.Input<string>;
|
|
94
|
+
}
|
package/waf/domains.js
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.domainsOutput = exports.domains = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of waf domains
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.waf.getDomains({});
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
/** @deprecated volcengine.waf.Domains has been deprecated in favor of volcengine.waf.getDomains */
|
|
20
|
+
function domains(args, opts) {
|
|
21
|
+
pulumi.log.warn("domains is deprecated: volcengine.waf.Domains has been deprecated in favor of volcengine.waf.getDomains");
|
|
22
|
+
args = args || {};
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("volcengine:waf/domains:Domains", {
|
|
25
|
+
"accurateQuery": args.accurateQuery,
|
|
26
|
+
"domain": args.domain,
|
|
27
|
+
"nameRegex": args.nameRegex,
|
|
28
|
+
"outputFile": args.outputFile,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.domains = domains;
|
|
32
|
+
/**
|
|
33
|
+
* Use this data source to query detailed information of waf domains
|
|
34
|
+
* ## Example Usage
|
|
35
|
+
*
|
|
36
|
+
* ```typescript
|
|
37
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
38
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
39
|
+
*
|
|
40
|
+
* const foo = volcengine.waf.getDomains({});
|
|
41
|
+
* ```
|
|
42
|
+
*/
|
|
43
|
+
/** @deprecated volcengine.waf.Domains has been deprecated in favor of volcengine.waf.getDomains */
|
|
44
|
+
function domainsOutput(args, opts) {
|
|
45
|
+
return pulumi.output(args).apply((a) => domains(a, opts));
|
|
46
|
+
}
|
|
47
|
+
exports.domainsOutput = domainsOutput;
|
|
48
|
+
//# sourceMappingURL=domains.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"domains.js","sourceRoot":"","sources":["../../waf/domains.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;GAUG;AACH,mGAAmG;AACnG,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yGAAyG,CAAC,CAAA;IAC1H,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,0BAWC;AAgDD;;;;;;;;;;GAUG;AACH,mGAAmG;AACnG,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of waf acl rules
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = volcengine.waf.getAclRules({
|
|
12
|
+
* aclType: "Block",
|
|
13
|
+
* actions: ["observe"],
|
|
14
|
+
* defenceHosts: ["www.tf-test.com"],
|
|
15
|
+
* enables: [1],
|
|
16
|
+
* projectName: "default",
|
|
17
|
+
* ruleName: "tf-test",
|
|
18
|
+
* timeOrderBy: "ASC",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
export declare function getAclRules(args: GetAclRulesArgs, opts?: pulumi.InvokeOptions): Promise<GetAclRulesResult>;
|
|
23
|
+
/**
|
|
24
|
+
* A collection of arguments for invoking getAclRules.
|
|
25
|
+
*/
|
|
26
|
+
export interface GetAclRulesArgs {
|
|
27
|
+
/**
|
|
28
|
+
* The types of access control rules.
|
|
29
|
+
*/
|
|
30
|
+
aclType: string;
|
|
31
|
+
/**
|
|
32
|
+
* Action to be taken on requests that match the rule.
|
|
33
|
+
*/
|
|
34
|
+
actions?: string[];
|
|
35
|
+
/**
|
|
36
|
+
* The list of queried domain names.
|
|
37
|
+
*/
|
|
38
|
+
defenceHosts?: string[];
|
|
39
|
+
/**
|
|
40
|
+
* The enabled status of the rule.
|
|
41
|
+
*/
|
|
42
|
+
enables?: number[];
|
|
43
|
+
/**
|
|
44
|
+
* A Name Regex of Resource.
|
|
45
|
+
*/
|
|
46
|
+
nameRegex?: string;
|
|
47
|
+
/**
|
|
48
|
+
* File name where to save data source results.
|
|
49
|
+
*/
|
|
50
|
+
outputFile?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The name of the project to which your domain names belong.
|
|
53
|
+
*/
|
|
54
|
+
projectName?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Rule name, fuzzy search.
|
|
57
|
+
*/
|
|
58
|
+
ruleName?: string;
|
|
59
|
+
/**
|
|
60
|
+
* Rule unique identifier, precise search.
|
|
61
|
+
*/
|
|
62
|
+
ruleTag?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The list shows the timing sequence.
|
|
65
|
+
*/
|
|
66
|
+
timeOrderBy?: string;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* A collection of values returned by getAclRules.
|
|
70
|
+
*/
|
|
71
|
+
export interface GetAclRulesResult {
|
|
72
|
+
readonly aclType: string;
|
|
73
|
+
/**
|
|
74
|
+
* Action to be taken on requests that match the rule.
|
|
75
|
+
*/
|
|
76
|
+
readonly actions?: string[];
|
|
77
|
+
readonly defenceHosts?: string[];
|
|
78
|
+
/**
|
|
79
|
+
* Whether to enable the rule.
|
|
80
|
+
*/
|
|
81
|
+
readonly enables?: number[];
|
|
82
|
+
/**
|
|
83
|
+
* The provider-assigned unique ID for this managed resource.
|
|
84
|
+
*/
|
|
85
|
+
readonly id: string;
|
|
86
|
+
readonly nameRegex?: string;
|
|
87
|
+
readonly outputFile?: string;
|
|
88
|
+
readonly projectName?: string;
|
|
89
|
+
readonly ruleName?: string;
|
|
90
|
+
/**
|
|
91
|
+
* Rule unique identifier.
|
|
92
|
+
*/
|
|
93
|
+
readonly ruleTag?: string;
|
|
94
|
+
/**
|
|
95
|
+
* Details of the rules.
|
|
96
|
+
*/
|
|
97
|
+
readonly rules: outputs.waf.GetAclRulesRule[];
|
|
98
|
+
readonly timeOrderBy?: string;
|
|
99
|
+
/**
|
|
100
|
+
* The total count of query.
|
|
101
|
+
*/
|
|
102
|
+
readonly totalCount: number;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Use this data source to query detailed information of waf acl rules
|
|
106
|
+
* ## Example Usage
|
|
107
|
+
*
|
|
108
|
+
* ```typescript
|
|
109
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
110
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
111
|
+
*
|
|
112
|
+
* const foo = volcengine.waf.getAclRules({
|
|
113
|
+
* aclType: "Block",
|
|
114
|
+
* actions: ["observe"],
|
|
115
|
+
* defenceHosts: ["www.tf-test.com"],
|
|
116
|
+
* enables: [1],
|
|
117
|
+
* projectName: "default",
|
|
118
|
+
* ruleName: "tf-test",
|
|
119
|
+
* timeOrderBy: "ASC",
|
|
120
|
+
* });
|
|
121
|
+
* ```
|
|
122
|
+
*/
|
|
123
|
+
export declare function getAclRulesOutput(args: GetAclRulesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAclRulesResult>;
|
|
124
|
+
/**
|
|
125
|
+
* A collection of arguments for invoking getAclRules.
|
|
126
|
+
*/
|
|
127
|
+
export interface GetAclRulesOutputArgs {
|
|
128
|
+
/**
|
|
129
|
+
* The types of access control rules.
|
|
130
|
+
*/
|
|
131
|
+
aclType: pulumi.Input<string>;
|
|
132
|
+
/**
|
|
133
|
+
* Action to be taken on requests that match the rule.
|
|
134
|
+
*/
|
|
135
|
+
actions?: pulumi.Input<pulumi.Input<string>[]>;
|
|
136
|
+
/**
|
|
137
|
+
* The list of queried domain names.
|
|
138
|
+
*/
|
|
139
|
+
defenceHosts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
140
|
+
/**
|
|
141
|
+
* The enabled status of the rule.
|
|
142
|
+
*/
|
|
143
|
+
enables?: pulumi.Input<pulumi.Input<number>[]>;
|
|
144
|
+
/**
|
|
145
|
+
* A Name Regex of Resource.
|
|
146
|
+
*/
|
|
147
|
+
nameRegex?: pulumi.Input<string>;
|
|
148
|
+
/**
|
|
149
|
+
* File name where to save data source results.
|
|
150
|
+
*/
|
|
151
|
+
outputFile?: pulumi.Input<string>;
|
|
152
|
+
/**
|
|
153
|
+
* The name of the project to which your domain names belong.
|
|
154
|
+
*/
|
|
155
|
+
projectName?: pulumi.Input<string>;
|
|
156
|
+
/**
|
|
157
|
+
* Rule name, fuzzy search.
|
|
158
|
+
*/
|
|
159
|
+
ruleName?: pulumi.Input<string>;
|
|
160
|
+
/**
|
|
161
|
+
* Rule unique identifier, precise search.
|
|
162
|
+
*/
|
|
163
|
+
ruleTag?: pulumi.Input<string>;
|
|
164
|
+
/**
|
|
165
|
+
* The list shows the timing sequence.
|
|
166
|
+
*/
|
|
167
|
+
timeOrderBy?: pulumi.Input<string>;
|
|
168
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getAclRulesOutput = exports.getAclRules = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of waf acl rules
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.waf.getAclRules({
|
|
17
|
+
* aclType: "Block",
|
|
18
|
+
* actions: ["observe"],
|
|
19
|
+
* defenceHosts: ["www.tf-test.com"],
|
|
20
|
+
* enables: [1],
|
|
21
|
+
* projectName: "default",
|
|
22
|
+
* ruleName: "tf-test",
|
|
23
|
+
* timeOrderBy: "ASC",
|
|
24
|
+
* });
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
function getAclRules(args, opts) {
|
|
28
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
|
+
return pulumi.runtime.invoke("volcengine:waf/getAclRules:getAclRules", {
|
|
30
|
+
"aclType": args.aclType,
|
|
31
|
+
"actions": args.actions,
|
|
32
|
+
"defenceHosts": args.defenceHosts,
|
|
33
|
+
"enables": args.enables,
|
|
34
|
+
"nameRegex": args.nameRegex,
|
|
35
|
+
"outputFile": args.outputFile,
|
|
36
|
+
"projectName": args.projectName,
|
|
37
|
+
"ruleName": args.ruleName,
|
|
38
|
+
"ruleTag": args.ruleTag,
|
|
39
|
+
"timeOrderBy": args.timeOrderBy,
|
|
40
|
+
}, opts);
|
|
41
|
+
}
|
|
42
|
+
exports.getAclRules = getAclRules;
|
|
43
|
+
/**
|
|
44
|
+
* Use this data source to query detailed information of waf acl rules
|
|
45
|
+
* ## Example Usage
|
|
46
|
+
*
|
|
47
|
+
* ```typescript
|
|
48
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
49
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
50
|
+
*
|
|
51
|
+
* const foo = volcengine.waf.getAclRules({
|
|
52
|
+
* aclType: "Block",
|
|
53
|
+
* actions: ["observe"],
|
|
54
|
+
* defenceHosts: ["www.tf-test.com"],
|
|
55
|
+
* enables: [1],
|
|
56
|
+
* projectName: "default",
|
|
57
|
+
* ruleName: "tf-test",
|
|
58
|
+
* timeOrderBy: "ASC",
|
|
59
|
+
* });
|
|
60
|
+
* ```
|
|
61
|
+
*/
|
|
62
|
+
function getAclRulesOutput(args, opts) {
|
|
63
|
+
return pulumi.output(args).apply((a) => getAclRules(a, opts));
|
|
64
|
+
}
|
|
65
|
+
exports.getAclRulesOutput = getAclRulesOutput;
|
|
66
|
+
//# sourceMappingURL=getAclRules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAclRules.js","sourceRoot":"","sources":["../../waf/getAclRules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAE1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,kCAeC;AAoFD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Use this data source to query detailed information of waf bot analyse protect rules
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
10
|
+
*
|
|
11
|
+
* const foo = volcengine.waf.getBotAnalyseProtectRules({
|
|
12
|
+
* botSpace: "BotRepeat",
|
|
13
|
+
* host: "www.tf-test.com",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getBotAnalyseProtectRules(args: GetBotAnalyseProtectRulesArgs, opts?: pulumi.InvokeOptions): Promise<GetBotAnalyseProtectRulesResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getBotAnalyseProtectRules.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetBotAnalyseProtectRulesArgs {
|
|
22
|
+
/**
|
|
23
|
+
* Bot protection rule type.
|
|
24
|
+
*/
|
|
25
|
+
botSpace: string;
|
|
26
|
+
/**
|
|
27
|
+
* Website domain names that require the setting of protection rules.
|
|
28
|
+
*/
|
|
29
|
+
host: string;
|
|
30
|
+
/**
|
|
31
|
+
* The name of the rule.
|
|
32
|
+
*/
|
|
33
|
+
name?: string;
|
|
34
|
+
/**
|
|
35
|
+
* A Name Regex of Resource.
|
|
36
|
+
*/
|
|
37
|
+
nameRegex?: string;
|
|
38
|
+
/**
|
|
39
|
+
* File name where to save data source results.
|
|
40
|
+
*/
|
|
41
|
+
outputFile?: string;
|
|
42
|
+
/**
|
|
43
|
+
* Protective path.
|
|
44
|
+
*/
|
|
45
|
+
path?: string;
|
|
46
|
+
/**
|
|
47
|
+
* The name of the project to which your domain names belong.
|
|
48
|
+
*/
|
|
49
|
+
projectName?: string;
|
|
50
|
+
/**
|
|
51
|
+
* Unique identification of rules.
|
|
52
|
+
*/
|
|
53
|
+
ruleTag?: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* A collection of values returned by getBotAnalyseProtectRules.
|
|
57
|
+
*/
|
|
58
|
+
export interface GetBotAnalyseProtectRulesResult {
|
|
59
|
+
readonly botSpace: string;
|
|
60
|
+
/**
|
|
61
|
+
* The details of the Bot rules.
|
|
62
|
+
*/
|
|
63
|
+
readonly datas: outputs.waf.GetBotAnalyseProtectRulesData[];
|
|
64
|
+
/**
|
|
65
|
+
* The domain name where the protection rule is located.
|
|
66
|
+
*/
|
|
67
|
+
readonly host: string;
|
|
68
|
+
/**
|
|
69
|
+
* The provider-assigned unique ID for this managed resource.
|
|
70
|
+
*/
|
|
71
|
+
readonly id: string;
|
|
72
|
+
/**
|
|
73
|
+
* The name of rule.
|
|
74
|
+
*/
|
|
75
|
+
readonly name?: string;
|
|
76
|
+
readonly nameRegex?: string;
|
|
77
|
+
readonly outputFile?: string;
|
|
78
|
+
/**
|
|
79
|
+
* Request path.
|
|
80
|
+
*/
|
|
81
|
+
readonly path?: string;
|
|
82
|
+
readonly projectName?: string;
|
|
83
|
+
/**
|
|
84
|
+
* Rule label, that is, the complete rule ID.
|
|
85
|
+
*/
|
|
86
|
+
readonly ruleTag?: string;
|
|
87
|
+
/**
|
|
88
|
+
* The total count of query.
|
|
89
|
+
*/
|
|
90
|
+
readonly totalCount: number;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Use this data source to query detailed information of waf bot analyse protect rules
|
|
94
|
+
* ## Example Usage
|
|
95
|
+
*
|
|
96
|
+
* ```typescript
|
|
97
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
98
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
99
|
+
*
|
|
100
|
+
* const foo = volcengine.waf.getBotAnalyseProtectRules({
|
|
101
|
+
* botSpace: "BotRepeat",
|
|
102
|
+
* host: "www.tf-test.com",
|
|
103
|
+
* });
|
|
104
|
+
* ```
|
|
105
|
+
*/
|
|
106
|
+
export declare function getBotAnalyseProtectRulesOutput(args: GetBotAnalyseProtectRulesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBotAnalyseProtectRulesResult>;
|
|
107
|
+
/**
|
|
108
|
+
* A collection of arguments for invoking getBotAnalyseProtectRules.
|
|
109
|
+
*/
|
|
110
|
+
export interface GetBotAnalyseProtectRulesOutputArgs {
|
|
111
|
+
/**
|
|
112
|
+
* Bot protection rule type.
|
|
113
|
+
*/
|
|
114
|
+
botSpace: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* Website domain names that require the setting of protection rules.
|
|
117
|
+
*/
|
|
118
|
+
host: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* The name of the rule.
|
|
121
|
+
*/
|
|
122
|
+
name?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* A Name Regex of Resource.
|
|
125
|
+
*/
|
|
126
|
+
nameRegex?: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* File name where to save data source results.
|
|
129
|
+
*/
|
|
130
|
+
outputFile?: pulumi.Input<string>;
|
|
131
|
+
/**
|
|
132
|
+
* Protective path.
|
|
133
|
+
*/
|
|
134
|
+
path?: pulumi.Input<string>;
|
|
135
|
+
/**
|
|
136
|
+
* The name of the project to which your domain names belong.
|
|
137
|
+
*/
|
|
138
|
+
projectName?: pulumi.Input<string>;
|
|
139
|
+
/**
|
|
140
|
+
* Unique identification of rules.
|
|
141
|
+
*/
|
|
142
|
+
ruleTag?: pulumi.Input<string>;
|
|
143
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getBotAnalyseProtectRulesOutput = exports.getBotAnalyseProtectRules = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to query detailed information of waf bot analyse protect rules
|
|
10
|
+
* ## Example Usage
|
|
11
|
+
*
|
|
12
|
+
* ```typescript
|
|
13
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
14
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
15
|
+
*
|
|
16
|
+
* const foo = volcengine.waf.getBotAnalyseProtectRules({
|
|
17
|
+
* botSpace: "BotRepeat",
|
|
18
|
+
* host: "www.tf-test.com",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getBotAnalyseProtectRules(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("volcengine:waf/getBotAnalyseProtectRules:getBotAnalyseProtectRules", {
|
|
25
|
+
"botSpace": args.botSpace,
|
|
26
|
+
"host": args.host,
|
|
27
|
+
"name": args.name,
|
|
28
|
+
"nameRegex": args.nameRegex,
|
|
29
|
+
"outputFile": args.outputFile,
|
|
30
|
+
"path": args.path,
|
|
31
|
+
"projectName": args.projectName,
|
|
32
|
+
"ruleTag": args.ruleTag,
|
|
33
|
+
}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.getBotAnalyseProtectRules = getBotAnalyseProtectRules;
|
|
36
|
+
/**
|
|
37
|
+
* Use this data source to query detailed information of waf bot analyse protect rules
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as volcengine from "@pulumi/volcengine";
|
|
43
|
+
*
|
|
44
|
+
* const foo = volcengine.waf.getBotAnalyseProtectRules({
|
|
45
|
+
* botSpace: "BotRepeat",
|
|
46
|
+
* host: "www.tf-test.com",
|
|
47
|
+
* });
|
|
48
|
+
* ```
|
|
49
|
+
*/
|
|
50
|
+
function getBotAnalyseProtectRulesOutput(args, opts) {
|
|
51
|
+
return pulumi.output(args).apply((a) => getBotAnalyseProtectRules(a, opts));
|
|
52
|
+
}
|
|
53
|
+
exports.getBotAnalyseProtectRulesOutput = getBotAnalyseProtectRulesOutput;
|
|
54
|
+
//# sourceMappingURL=getBotAnalyseProtectRules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBotAnalyseProtectRules.js","sourceRoot":"","sources":["../../waf/getBotAnalyseProtectRules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IAEtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oEAAoE,EAAE;QAC/F,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,8DAaC;AA6ED;;;;;;;;;;;;;GAaG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,yBAAyB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpF,CAAC;AAFD,0EAEC"}
|