@pulumi/aws-native 1.38.0-alpha.1762236751 → 1.38.0-alpha.1762321314
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/appstream/getImageBuilder.d.ts +0 -4
- package/appstream/getImageBuilder.js.map +1 -1
- package/appstream/imageBuilder.d.ts +0 -8
- package/appstream/imageBuilder.js.map +1 -1
- package/arcregionswitch/getPlan.d.ts +0 -3
- package/arcregionswitch/getPlan.js.map +1 -1
- package/arcregionswitch/plan.d.ts +0 -3
- package/arcregionswitch/plan.js.map +1 -1
- package/bedrockagentcore/getWorkloadIdentity.d.ts +44 -0
- package/bedrockagentcore/getWorkloadIdentity.js +28 -0
- package/bedrockagentcore/getWorkloadIdentity.js.map +1 -0
- package/bedrockagentcore/index.d.ts +6 -0
- package/bedrockagentcore/index.js +8 -1
- package/bedrockagentcore/index.js.map +1 -1
- package/bedrockagentcore/workloadIdentity.d.ts +71 -0
- package/bedrockagentcore/workloadIdentity.js +68 -0
- package/bedrockagentcore/workloadIdentity.js.map +1 -0
- package/cognito/getTerms.d.ts +27 -0
- package/cognito/getTerms.js +30 -0
- package/cognito/getTerms.js.map +1 -0
- package/cognito/index.d.ts +6 -0
- package/cognito/index.js +8 -1
- package/cognito/index.js.map +1 -1
- package/cognito/terms.d.ts +51 -0
- package/cognito/terms.js +82 -0
- package/cognito/terms.js.map +1 -0
- package/glue/getIntegrationResourceProperty.d.ts +48 -0
- package/glue/getIntegrationResourceProperty.js +30 -0
- package/glue/getIntegrationResourceProperty.js.map +1 -0
- package/glue/index.d.ts +6 -0
- package/glue/index.js +8 -1
- package/glue/index.js.map +1 -1
- package/glue/integrationResourceProperty.d.ts +71 -0
- package/glue/integrationResourceProperty.js +69 -0
- package/glue/integrationResourceProperty.js.map +1 -0
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/qbusiness/application.d.ts +2 -2
- package/s3vectors/getIndex.d.ts +20 -0
- package/s3vectors/getIndex.js.map +1 -1
- package/s3vectors/getVectorBucket.d.ts +20 -0
- package/s3vectors/getVectorBucket.js.map +1 -1
- package/s3vectors/getVectorBucketPolicy.d.ts +9 -0
- package/s3vectors/getVectorBucketPolicy.js.map +1 -1
- package/s3vectors/index_.d.ts +70 -0
- package/s3vectors/index_.js.map +1 -1
- package/s3vectors/vectorBucket.d.ts +30 -0
- package/s3vectors/vectorBucket.js.map +1 -1
- package/s3vectors/vectorBucketPolicy.d.ts +18 -0
- package/s3vectors/vectorBucketPolicy.js.map +1 -1
- package/types/enums/cognito/index.d.ts +8 -0
- package/types/enums/cognito/index.js +7 -1
- package/types/enums/cognito/index.js.map +1 -1
- package/types/enums/ecs/index.d.ts +1 -0
- package/types/enums/ecs/index.js +1 -0
- package/types/enums/ecs/index.js.map +1 -1
- package/types/input.d.ts +76 -11
- package/types/output.d.ts +76 -11
- package/types/output.js.map +1 -1
- package/wafv2/getWebAcl.d.ts +4 -0
- package/wafv2/getWebAcl.js.map +1 -1
- package/wafv2/webAcl.d.ts +8 -0
- package/wafv2/webAcl.js +2 -0
- package/wafv2/webAcl.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -6245,6 +6245,9 @@ export declare namespace appsync {
|
|
|
6245
6245
|
}
|
|
6246
6246
|
export declare namespace aps {
|
|
6247
6247
|
interface AnomalyDetectorConfiguration {
|
|
6248
|
+
/**
|
|
6249
|
+
* The Random Cut Forest algorithm configuration for anomaly detection.
|
|
6250
|
+
*/
|
|
6248
6251
|
randomCutForest: outputs.aps.AnomalyDetectorRandomCutForestConfiguration;
|
|
6249
6252
|
}
|
|
6250
6253
|
interface AnomalyDetectorIgnoreNearExpected {
|
|
@@ -6269,10 +6272,29 @@ export declare namespace aps {
|
|
|
6269
6272
|
skip?: boolean;
|
|
6270
6273
|
}
|
|
6271
6274
|
interface AnomalyDetectorRandomCutForestConfiguration {
|
|
6275
|
+
/**
|
|
6276
|
+
* Configuration for ignoring values that are near expected values from above during anomaly detection.
|
|
6277
|
+
*/
|
|
6272
6278
|
ignoreNearExpectedFromAbove?: outputs.aps.AnomalyDetectorIgnoreNearExpected;
|
|
6279
|
+
/**
|
|
6280
|
+
* Configuration for ignoring values that are near expected values from below during anomaly detection.
|
|
6281
|
+
*/
|
|
6273
6282
|
ignoreNearExpectedFromBelow?: outputs.aps.AnomalyDetectorIgnoreNearExpected;
|
|
6283
|
+
/**
|
|
6284
|
+
* The Prometheus query used to retrieve the time-series data for anomaly detection.
|
|
6285
|
+
*
|
|
6286
|
+
* > Random Cut Forest queries must be wrapped by a supported PromQL aggregation operator. For more information, see [Aggregation operators](https://docs.aws.amazon.com/https://prometheus.io/docs/prometheus/latest/querying/operators/#aggregation-operators) on the *Prometheus docs* website.
|
|
6287
|
+
* >
|
|
6288
|
+
* > *Supported PromQL aggregation operators* : `avg` , `count` , `group` , `max` , `min` , `quantile` , `stddev` , `stdvar` , and `sum` .
|
|
6289
|
+
*/
|
|
6274
6290
|
query: string;
|
|
6291
|
+
/**
|
|
6292
|
+
* The number of data points sampled from the input stream for the Random Cut Forest algorithm. The default number is 256 consecutive data points.
|
|
6293
|
+
*/
|
|
6275
6294
|
sampleSize?: number;
|
|
6295
|
+
/**
|
|
6296
|
+
* The number of consecutive data points used to create a shingle for the Random Cut Forest algorithm. The default number is 8 consecutive data points.
|
|
6297
|
+
*/
|
|
6276
6298
|
shingleSize?: number;
|
|
6277
6299
|
}
|
|
6278
6300
|
/**
|
|
@@ -39040,6 +39062,36 @@ export declare namespace glue {
|
|
|
39040
39062
|
*/
|
|
39041
39063
|
schemaName?: string;
|
|
39042
39064
|
}
|
|
39065
|
+
/**
|
|
39066
|
+
* The resource properties associated with the integration source.
|
|
39067
|
+
*/
|
|
39068
|
+
interface SourceProcessingPropertiesProperties {
|
|
39069
|
+
/**
|
|
39070
|
+
* The IAM role to access the Glue connection.
|
|
39071
|
+
*/
|
|
39072
|
+
roleArn: string;
|
|
39073
|
+
}
|
|
39074
|
+
/**
|
|
39075
|
+
* The resource properties associated with the integration target.
|
|
39076
|
+
*/
|
|
39077
|
+
interface TargetProcessingPropertiesProperties {
|
|
39078
|
+
/**
|
|
39079
|
+
* The Glue network connection to configure the Glue job running in the customer VPC.
|
|
39080
|
+
*/
|
|
39081
|
+
connectionName?: string;
|
|
39082
|
+
/**
|
|
39083
|
+
* The ARN of an Eventbridge event bus to receive the integration status notification.
|
|
39084
|
+
*/
|
|
39085
|
+
eventBusArn?: string;
|
|
39086
|
+
/**
|
|
39087
|
+
* The ARN of the KMS key used for encryption.
|
|
39088
|
+
*/
|
|
39089
|
+
kmsArn?: string;
|
|
39090
|
+
/**
|
|
39091
|
+
* The IAM role to access the Glue database.
|
|
39092
|
+
*/
|
|
39093
|
+
roleArn: string;
|
|
39094
|
+
}
|
|
39043
39095
|
/**
|
|
39044
39096
|
* The actions initiated by this trigger.
|
|
39045
39097
|
*/
|
|
@@ -46697,7 +46749,7 @@ export declare namespace kendra {
|
|
|
46697
46749
|
*/
|
|
46698
46750
|
webCrawlerConfiguration?: outputs.kendra.DataSourceWebCrawlerConfiguration;
|
|
46699
46751
|
/**
|
|
46700
|
-
* Provides the configuration information to connect to
|
|
46752
|
+
* Provides the configuration information to connect to WorkDocs as your data source.
|
|
46701
46753
|
*/
|
|
46702
46754
|
workDocsConfiguration?: outputs.kendra.DataSourceWorkDocsConfiguration;
|
|
46703
46755
|
}
|
|
@@ -47540,25 +47592,25 @@ export declare namespace kendra {
|
|
|
47540
47592
|
*/
|
|
47541
47593
|
crawlComments?: boolean;
|
|
47542
47594
|
/**
|
|
47543
|
-
* A list of regular expression patterns to exclude certain files in your
|
|
47595
|
+
* A list of regular expression patterns to exclude certain files in your WorkDocs site repository. Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
|
|
47544
47596
|
*/
|
|
47545
47597
|
exclusionPatterns?: string[];
|
|
47546
47598
|
/**
|
|
47547
|
-
* A list of `DataSourceToIndexFieldMapping` objects that map
|
|
47599
|
+
* A list of `DataSourceToIndexFieldMapping` objects that map WorkDocs data source attributes or field names to Amazon Kendra index field names. To create custom fields, use the `UpdateIndex` API before you map to WorkDocs fields. For more information, see [Mapping data source fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) . The WorkDocs data source field names must exist in your WorkDocs custom metadata.
|
|
47548
47600
|
*/
|
|
47549
47601
|
fieldMappings?: outputs.kendra.DataSourceToIndexFieldMapping[];
|
|
47550
47602
|
/**
|
|
47551
|
-
* A list of regular expression patterns to include certain files in your
|
|
47603
|
+
* A list of regular expression patterns to include certain files in your WorkDocs site repository. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
|
|
47552
47604
|
*/
|
|
47553
47605
|
inclusionPatterns?: string[];
|
|
47554
47606
|
/**
|
|
47555
|
-
* The identifier of the directory corresponding to your
|
|
47607
|
+
* The identifier of the directory corresponding to your WorkDocs site repository.
|
|
47556
47608
|
*
|
|
47557
|
-
* You can find the organization ID in the [AWS Directory Service](https://docs.aws.amazon.com/directoryservicev2/) by going to *Active Directory* , then *Directories* . Your
|
|
47609
|
+
* You can find the organization ID in the [AWS Directory Service](https://docs.aws.amazon.com/directoryservicev2/) by going to *Active Directory* , then *Directories* . Your WorkDocs site directory has an ID, which is the organization ID. You can also set up a new WorkDocs directory in the AWS Directory Service console and enable a WorkDocs site for the directory in the WorkDocs console.
|
|
47558
47610
|
*/
|
|
47559
47611
|
organizationId: string;
|
|
47560
47612
|
/**
|
|
47561
|
-
* `TRUE` to use the
|
|
47613
|
+
* `TRUE` to use the WorkDocs change log to determine which documents require updating in the index. Depending on the change log's size, it may take longer for Amazon Kendra to use the change log than to scan all of your documents in WorkDocs.
|
|
47562
47614
|
*/
|
|
47563
47615
|
useChangeLog?: boolean;
|
|
47564
47616
|
}
|
|
@@ -60827,7 +60879,7 @@ export declare namespace qbusiness {
|
|
|
60827
60879
|
}
|
|
60828
60880
|
interface ApplicationQuickSightConfiguration {
|
|
60829
60881
|
/**
|
|
60830
|
-
* The Amazon
|
|
60882
|
+
* The Amazon Quick Suite namespace that is used as the identity provider. For more information about Quick Suite namespaces, see [Namespace operations](https://docs.aws.amazon.com/quicksight/latest/developerguide/namespace-operations.html) .
|
|
60831
60883
|
*/
|
|
60832
60884
|
clientNamespace: string;
|
|
60833
60885
|
}
|
|
@@ -68177,7 +68229,7 @@ export declare namespace quicksight {
|
|
|
68177
68229
|
*/
|
|
68178
68230
|
layouts?: outputs.quicksight.AnalysisLayout[];
|
|
68179
68231
|
/**
|
|
68180
|
-
* The name of the sheet. This name is displayed on the sheet's tab in the
|
|
68232
|
+
* The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
68181
68233
|
*/
|
|
68182
68234
|
name?: string;
|
|
68183
68235
|
/**
|
|
@@ -77175,7 +77227,7 @@ export declare namespace quicksight {
|
|
|
77175
77227
|
*/
|
|
77176
77228
|
layouts?: outputs.quicksight.DashboardLayout[];
|
|
77177
77229
|
/**
|
|
77178
|
-
* The name of the sheet. This name is displayed on the sheet's tab in the
|
|
77230
|
+
* The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
77179
77231
|
*/
|
|
77180
77232
|
name?: string;
|
|
77181
77233
|
/**
|
|
@@ -87152,7 +87204,7 @@ export declare namespace quicksight {
|
|
|
87152
87204
|
*/
|
|
87153
87205
|
layouts?: outputs.quicksight.TemplateLayout[];
|
|
87154
87206
|
/**
|
|
87155
|
-
* The name of the sheet. This name is displayed on the sheet's tab in the
|
|
87207
|
+
* The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
87156
87208
|
*/
|
|
87157
87209
|
name?: string;
|
|
87158
87210
|
/**
|
|
@@ -105430,6 +105482,19 @@ export declare namespace wafv2 {
|
|
|
105430
105482
|
*/
|
|
105431
105483
|
statements: outputs.wafv2.WebAclStatement[];
|
|
105432
105484
|
}
|
|
105485
|
+
/**
|
|
105486
|
+
* Application details defined during the &webacl; creation process. Application attributes help WAF; give recommendations for protection packs.
|
|
105487
|
+
*/
|
|
105488
|
+
interface WebAclApplicationAttribute {
|
|
105489
|
+
name: string;
|
|
105490
|
+
values: string[];
|
|
105491
|
+
}
|
|
105492
|
+
/**
|
|
105493
|
+
* Configures the ability for the WAF; console to store and retrieve application attributes during the webacl; creation process. Application attributes help WAF; give recommendations for protection packs.
|
|
105494
|
+
*/
|
|
105495
|
+
interface WebAclApplicationConfig {
|
|
105496
|
+
attributes: outputs.wafv2.WebAclApplicationAttribute[];
|
|
105497
|
+
}
|
|
105433
105498
|
interface WebAclAsnMatchStatement {
|
|
105434
105499
|
/**
|
|
105435
105500
|
* Contains one or more Autonomous System Numbers (ASNs). ASNs are unique identifiers assigned to large internet networks managed by organizations such as internet service providers, enterprises, universities, or government agencies.
|
package/types/output.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;
|
|
1
|
+
{"version":3,"file":"output.js","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAk6pBjF,IAAiB,MAAM,CAgHtB;AAhHD,WAAiB,MAAM;IAoDnB;;OAEG;IACH,SAAgB,yBAAyB,CAAC,GAAe;QACrD,OAAO;YACH,GAAG,GAAG;YACN,qBAAqB,EAAE,CAAC,GAAG,CAAC,qBAAqB,CAAC,IAAI,CAAC;SAC1D,CAAC;IACN,CAAC;IALe,gCAAyB,4BAKxC,CAAA;AAoDL,CAAC,EAhHgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAgHtB"}
|
package/wafv2/getWebAcl.d.ts
CHANGED
|
@@ -24,6 +24,10 @@ export interface GetWebAclArgs {
|
|
|
24
24
|
scope: enums.wafv2.WebAclScope;
|
|
25
25
|
}
|
|
26
26
|
export interface GetWebAclResult {
|
|
27
|
+
/**
|
|
28
|
+
* Collection of application attributes.
|
|
29
|
+
*/
|
|
30
|
+
readonly applicationConfig?: outputs.wafv2.WebAclApplicationConfig;
|
|
27
31
|
/**
|
|
28
32
|
* The Amazon Resource Name (ARN) of the web ACL.
|
|
29
33
|
*/
|
package/wafv2/getWebAcl.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWebAcl.js","sourceRoot":"","sources":["../../wafv2/getWebAcl.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4BAA4B,EAAE;QACvD,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8BAOC;
|
|
1
|
+
{"version":3,"file":"getWebAcl.js","sourceRoot":"","sources":["../../wafv2/getWebAcl.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4BAA4B,EAAE;QACvD,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8BAOC;AA6GD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4BAA4B,EAAE;QAC7D,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0CAOC"}
|
package/wafv2/webAcl.d.ts
CHANGED
|
@@ -20,6 +20,10 @@ export declare class WebAcl extends pulumi.CustomResource {
|
|
|
20
20
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
21
|
*/
|
|
22
22
|
static isInstance(obj: any): obj is WebAcl;
|
|
23
|
+
/**
|
|
24
|
+
* Collection of application attributes.
|
|
25
|
+
*/
|
|
26
|
+
readonly applicationConfig: pulumi.Output<outputs.wafv2.WebAclApplicationConfig | undefined>;
|
|
23
27
|
/**
|
|
24
28
|
* The Amazon Resource Name (ARN) of the web ACL.
|
|
25
29
|
*/
|
|
@@ -129,6 +133,10 @@ export declare class WebAcl extends pulumi.CustomResource {
|
|
|
129
133
|
* The set of arguments for constructing a WebAcl resource.
|
|
130
134
|
*/
|
|
131
135
|
export interface WebAclArgs {
|
|
136
|
+
/**
|
|
137
|
+
* Collection of application attributes.
|
|
138
|
+
*/
|
|
139
|
+
applicationConfig?: pulumi.Input<inputs.wafv2.WebAclApplicationConfigArgs>;
|
|
132
140
|
/**
|
|
133
141
|
* Specifies custom configurations for the associations between the web ACL and protected resources.
|
|
134
142
|
*
|
package/wafv2/webAcl.js
CHANGED
|
@@ -50,6 +50,7 @@ class WebAcl extends pulumi.CustomResource {
|
|
|
50
50
|
if (args?.visibilityConfig === undefined && !opts.urn) {
|
|
51
51
|
throw new Error("Missing required property 'visibilityConfig'");
|
|
52
52
|
}
|
|
53
|
+
resourceInputs["applicationConfig"] = args?.applicationConfig;
|
|
53
54
|
resourceInputs["associationConfig"] = args?.associationConfig;
|
|
54
55
|
resourceInputs["captchaConfig"] = args?.captchaConfig;
|
|
55
56
|
resourceInputs["challengeConfig"] = args?.challengeConfig;
|
|
@@ -70,6 +71,7 @@ class WebAcl extends pulumi.CustomResource {
|
|
|
70
71
|
resourceInputs["labelNamespace"] = undefined /*out*/;
|
|
71
72
|
}
|
|
72
73
|
else {
|
|
74
|
+
resourceInputs["applicationConfig"] = undefined /*out*/;
|
|
73
75
|
resourceInputs["arn"] = undefined /*out*/;
|
|
74
76
|
resourceInputs["associationConfig"] = undefined /*out*/;
|
|
75
77
|
resourceInputs["awsId"] = undefined /*out*/;
|
package/wafv2/webAcl.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webAcl.js","sourceRoot":"","sources":["../../wafv2/webAcl.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,MAAM,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACnE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;
|
|
1
|
+
{"version":3,"file":"webAcl.js","sourceRoot":"","sources":["../../wafv2/webAcl.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,MAAM,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACnE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;IAqGD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAgB,EAAE,IAAmC;QAC3E,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,aAAa,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,IAAI,EAAE,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,IAAI,IAAI,EAAE,gBAAgB,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,8CAA8C,CAAC,CAAC;aACnE;YACD,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,EAAE,oBAAoB,CAAC;YACpE,cAAc,CAAC,sBAAsB,CAAC,GAAG,IAAI,EAAE,oBAAoB,CAAC;YACpE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,8BAA8B,CAAC,GAAG,IAAI,EAAE,4BAA4B,CAAC;YACpF,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,EAAE,gBAAgB,CAAC;YAC5D,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACxD;aAAM;YACH,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1C,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACpD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,8BAA8B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnE,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,kBAAkB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC1D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAAC;QACjE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3D,CAAC;;AA9LL,wBA+LC;AAlLG,gBAAgB;AACO,mBAAY,GAAG,yBAAyB,CAAC"}
|