@aws-sdk/client-waf 3.43.0 → 3.47.1
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/CHANGELOG.md +47 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +5 -119
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +1 -0
- package/dist-es/models/models_0.js +0 -76
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/WAFClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -114
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/WAFClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -76
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -632,12 +632,6 @@ export interface WAFDisallowedNameException extends __SmithyException, $Metadata
|
|
|
632
632
|
$fault: "client";
|
|
633
633
|
message?: string;
|
|
634
634
|
}
|
|
635
|
-
export declare namespace WAFDisallowedNameException {
|
|
636
|
-
/**
|
|
637
|
-
* @internal
|
|
638
|
-
*/
|
|
639
|
-
const filterSensitiveLog: (obj: WAFDisallowedNameException) => any;
|
|
640
|
-
}
|
|
641
635
|
/**
|
|
642
636
|
* <p>The operation failed because of a system problem, even though the request was valid. Retry your request.</p>
|
|
643
637
|
*/
|
|
@@ -646,12 +640,6 @@ export interface WAFInternalErrorException extends __SmithyException, $MetadataB
|
|
|
646
640
|
$fault: "server";
|
|
647
641
|
message?: string;
|
|
648
642
|
}
|
|
649
|
-
export declare namespace WAFInternalErrorException {
|
|
650
|
-
/**
|
|
651
|
-
* @internal
|
|
652
|
-
*/
|
|
653
|
-
const filterSensitiveLog: (obj: WAFInternalErrorException) => any;
|
|
654
|
-
}
|
|
655
643
|
/**
|
|
656
644
|
* <p>The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.</p>
|
|
657
645
|
*/
|
|
@@ -659,12 +647,6 @@ export interface WAFInvalidAccountException extends __SmithyException, $Metadata
|
|
|
659
647
|
name: "WAFInvalidAccountException";
|
|
660
648
|
$fault: "client";
|
|
661
649
|
}
|
|
662
|
-
export declare namespace WAFInvalidAccountException {
|
|
663
|
-
/**
|
|
664
|
-
* @internal
|
|
665
|
-
*/
|
|
666
|
-
const filterSensitiveLog: (obj: WAFInvalidAccountException) => any;
|
|
667
|
-
}
|
|
668
650
|
export declare enum ParameterExceptionField {
|
|
669
651
|
BYTE_MATCH_FIELD_TYPE = "BYTE_MATCH_FIELD_TYPE",
|
|
670
652
|
BYTE_MATCH_POSITIONAL_CONSTRAINT = "BYTE_MATCH_POSITIONAL_CONSTRAINT",
|
|
@@ -738,12 +720,6 @@ export interface WAFInvalidParameterException extends __SmithyException, $Metada
|
|
|
738
720
|
parameter?: string;
|
|
739
721
|
reason?: ParameterExceptionReason | string;
|
|
740
722
|
}
|
|
741
|
-
export declare namespace WAFInvalidParameterException {
|
|
742
|
-
/**
|
|
743
|
-
* @internal
|
|
744
|
-
*/
|
|
745
|
-
const filterSensitiveLog: (obj: WAFInvalidParameterException) => any;
|
|
746
|
-
}
|
|
747
723
|
/**
|
|
748
724
|
* <p>The operation exceeds a resource limit, for example, the maximum number of <code>WebACL</code> objects that you can create
|
|
749
725
|
* for an AWS account. For more information, see
|
|
@@ -754,12 +730,6 @@ export interface WAFLimitsExceededException extends __SmithyException, $Metadata
|
|
|
754
730
|
$fault: "client";
|
|
755
731
|
message?: string;
|
|
756
732
|
}
|
|
757
|
-
export declare namespace WAFLimitsExceededException {
|
|
758
|
-
/**
|
|
759
|
-
* @internal
|
|
760
|
-
*/
|
|
761
|
-
const filterSensitiveLog: (obj: WAFLimitsExceededException) => any;
|
|
762
|
-
}
|
|
763
733
|
/**
|
|
764
734
|
* <p>The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.</p>
|
|
765
735
|
*/
|
|
@@ -768,12 +738,6 @@ export interface WAFStaleDataException extends __SmithyException, $MetadataBeare
|
|
|
768
738
|
$fault: "client";
|
|
769
739
|
message?: string;
|
|
770
740
|
}
|
|
771
|
-
export declare namespace WAFStaleDataException {
|
|
772
|
-
/**
|
|
773
|
-
* @internal
|
|
774
|
-
*/
|
|
775
|
-
const filterSensitiveLog: (obj: WAFStaleDataException) => any;
|
|
776
|
-
}
|
|
777
741
|
export interface CreateGeoMatchSetRequest {
|
|
778
742
|
/**
|
|
779
743
|
* <p>A friendly name or description of the <a>GeoMatchSet</a>. You can't change <code>Name</code> after you create the <code>GeoMatchSet</code>.</p>
|
|
@@ -1476,12 +1440,6 @@ export interface WAFBadRequestException extends __SmithyException, $MetadataBear
|
|
|
1476
1440
|
$fault: "client";
|
|
1477
1441
|
message?: string;
|
|
1478
1442
|
}
|
|
1479
|
-
export declare namespace WAFBadRequestException {
|
|
1480
|
-
/**
|
|
1481
|
-
* @internal
|
|
1482
|
-
*/
|
|
1483
|
-
const filterSensitiveLog: (obj: WAFBadRequestException) => any;
|
|
1484
|
-
}
|
|
1485
1443
|
/**
|
|
1486
1444
|
* <p></p>
|
|
1487
1445
|
*/
|
|
@@ -1490,12 +1448,6 @@ export interface WAFTagOperationException extends __SmithyException, $MetadataBe
|
|
|
1490
1448
|
$fault: "client";
|
|
1491
1449
|
message?: string;
|
|
1492
1450
|
}
|
|
1493
|
-
export declare namespace WAFTagOperationException {
|
|
1494
|
-
/**
|
|
1495
|
-
* @internal
|
|
1496
|
-
*/
|
|
1497
|
-
const filterSensitiveLog: (obj: WAFTagOperationException) => any;
|
|
1498
|
-
}
|
|
1499
1451
|
/**
|
|
1500
1452
|
* <p></p>
|
|
1501
1453
|
*/
|
|
@@ -1504,12 +1456,6 @@ export interface WAFTagOperationInternalErrorException extends __SmithyException
|
|
|
1504
1456
|
$fault: "server";
|
|
1505
1457
|
message?: string;
|
|
1506
1458
|
}
|
|
1507
|
-
export declare namespace WAFTagOperationInternalErrorException {
|
|
1508
|
-
/**
|
|
1509
|
-
* @internal
|
|
1510
|
-
*/
|
|
1511
|
-
const filterSensitiveLog: (obj: WAFTagOperationInternalErrorException) => any;
|
|
1512
|
-
}
|
|
1513
1459
|
export interface CreateRegexMatchSetRequest {
|
|
1514
1460
|
/**
|
|
1515
1461
|
* <p>A friendly name or description of the <a>RegexMatchSet</a>. You can't change <code>Name</code> after you create a
|
|
@@ -2627,12 +2573,6 @@ export interface WAFEntityMigrationException extends __SmithyException, $Metadat
|
|
|
2627
2573
|
MigrationErrorType?: MigrationErrorType | string;
|
|
2628
2574
|
MigrationErrorReason?: string;
|
|
2629
2575
|
}
|
|
2630
|
-
export declare namespace WAFEntityMigrationException {
|
|
2631
|
-
/**
|
|
2632
|
-
* @internal
|
|
2633
|
-
*/
|
|
2634
|
-
const filterSensitiveLog: (obj: WAFEntityMigrationException) => any;
|
|
2635
|
-
}
|
|
2636
2576
|
/**
|
|
2637
2577
|
* <p>The operation failed because there was nothing to do. For example:</p>
|
|
2638
2578
|
* <ul>
|
|
@@ -2661,12 +2601,6 @@ export interface WAFInvalidOperationException extends __SmithyException, $Metada
|
|
|
2661
2601
|
$fault: "client";
|
|
2662
2602
|
message?: string;
|
|
2663
2603
|
}
|
|
2664
|
-
export declare namespace WAFInvalidOperationException {
|
|
2665
|
-
/**
|
|
2666
|
-
* @internal
|
|
2667
|
-
*/
|
|
2668
|
-
const filterSensitiveLog: (obj: WAFInvalidOperationException) => any;
|
|
2669
|
-
}
|
|
2670
2604
|
/**
|
|
2671
2605
|
* <p>The operation failed because the referenced object doesn't exist.</p>
|
|
2672
2606
|
*/
|
|
@@ -2675,12 +2609,6 @@ export interface WAFNonexistentItemException extends __SmithyException, $Metadat
|
|
|
2675
2609
|
$fault: "client";
|
|
2676
2610
|
message?: string;
|
|
2677
2611
|
}
|
|
2678
|
-
export declare namespace WAFNonexistentItemException {
|
|
2679
|
-
/**
|
|
2680
|
-
* @internal
|
|
2681
|
-
*/
|
|
2682
|
-
const filterSensitiveLog: (obj: WAFNonexistentItemException) => any;
|
|
2683
|
-
}
|
|
2684
2612
|
/**
|
|
2685
2613
|
* <p>A request to create an <a>XssMatchSet</a>.</p>
|
|
2686
2614
|
*/
|
|
@@ -2933,12 +2861,6 @@ export interface WAFNonEmptyEntityException extends __SmithyException, $Metadata
|
|
|
2933
2861
|
$fault: "client";
|
|
2934
2862
|
message?: string;
|
|
2935
2863
|
}
|
|
2936
|
-
export declare namespace WAFNonEmptyEntityException {
|
|
2937
|
-
/**
|
|
2938
|
-
* @internal
|
|
2939
|
-
*/
|
|
2940
|
-
const filterSensitiveLog: (obj: WAFNonEmptyEntityException) => any;
|
|
2941
|
-
}
|
|
2942
2864
|
/**
|
|
2943
2865
|
* <p>The operation failed because you tried to delete an object that is still in use. For example:</p>
|
|
2944
2866
|
* <ul>
|
|
@@ -2955,12 +2877,6 @@ export interface WAFReferencedItemException extends __SmithyException, $Metadata
|
|
|
2955
2877
|
$fault: "client";
|
|
2956
2878
|
message?: string;
|
|
2957
2879
|
}
|
|
2958
|
-
export declare namespace WAFReferencedItemException {
|
|
2959
|
-
/**
|
|
2960
|
-
* @internal
|
|
2961
|
-
*/
|
|
2962
|
-
const filterSensitiveLog: (obj: WAFReferencedItemException) => any;
|
|
2963
|
-
}
|
|
2964
2880
|
export interface DeleteGeoMatchSetRequest {
|
|
2965
2881
|
/**
|
|
2966
2882
|
* <p>The <code>GeoMatchSetID</code> of the <a>GeoMatchSet</a> that you want to delete. <code>GeoMatchSetId</code> is returned by <a>CreateGeoMatchSet</a> and by
|
|
@@ -5269,12 +5185,6 @@ export interface WAFServiceLinkedRoleErrorException extends __SmithyException, $
|
|
|
5269
5185
|
$fault: "client";
|
|
5270
5186
|
message?: string;
|
|
5271
5187
|
}
|
|
5272
|
-
export declare namespace WAFServiceLinkedRoleErrorException {
|
|
5273
|
-
/**
|
|
5274
|
-
* @internal
|
|
5275
|
-
*/
|
|
5276
|
-
const filterSensitiveLog: (obj: WAFServiceLinkedRoleErrorException) => any;
|
|
5277
|
-
}
|
|
5278
5188
|
export interface PutPermissionPolicyRequest {
|
|
5279
5189
|
/**
|
|
5280
5190
|
* <p>The Amazon Resource Name (ARN) of the RuleGroup to which you want to attach the policy.</p>
|
|
@@ -5336,12 +5246,6 @@ export interface WAFInvalidPermissionPolicyException extends __SmithyException,
|
|
|
5336
5246
|
$fault: "client";
|
|
5337
5247
|
message?: string;
|
|
5338
5248
|
}
|
|
5339
|
-
export declare namespace WAFInvalidPermissionPolicyException {
|
|
5340
|
-
/**
|
|
5341
|
-
* @internal
|
|
5342
|
-
*/
|
|
5343
|
-
const filterSensitiveLog: (obj: WAFInvalidPermissionPolicyException) => any;
|
|
5344
|
-
}
|
|
5345
5249
|
export interface TagResourceRequest {
|
|
5346
5250
|
/**
|
|
5347
5251
|
* <p></p>
|
|
@@ -5500,12 +5404,6 @@ export interface WAFNonexistentContainerException extends __SmithyException, $Me
|
|
|
5500
5404
|
$fault: "client";
|
|
5501
5405
|
message?: string;
|
|
5502
5406
|
}
|
|
5503
|
-
export declare namespace WAFNonexistentContainerException {
|
|
5504
|
-
/**
|
|
5505
|
-
* @internal
|
|
5506
|
-
*/
|
|
5507
|
-
const filterSensitiveLog: (obj: WAFNonexistentContainerException) => any;
|
|
5508
|
-
}
|
|
5509
5407
|
/**
|
|
5510
5408
|
* <note>
|
|
5511
5409
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -5863,12 +5761,6 @@ export interface WAFInvalidRegexPatternException extends __SmithyException, $Met
|
|
|
5863
5761
|
$fault: "client";
|
|
5864
5762
|
message?: string;
|
|
5865
5763
|
}
|
|
5866
|
-
export declare namespace WAFInvalidRegexPatternException {
|
|
5867
|
-
/**
|
|
5868
|
-
* @internal
|
|
5869
|
-
*/
|
|
5870
|
-
const filterSensitiveLog: (obj: WAFInvalidRegexPatternException) => any;
|
|
5871
|
-
}
|
|
5872
5764
|
export interface UpdateRuleRequest {
|
|
5873
5765
|
/**
|
|
5874
5766
|
* <p>The <code>RuleId</code> of the <code>Rule</code> that you want to update. <code>RuleId</code> is returned by
|
|
@@ -6263,12 +6155,6 @@ export interface WAFSubscriptionNotFoundException extends __SmithyException, $Me
|
|
|
6263
6155
|
$fault: "client";
|
|
6264
6156
|
message?: string;
|
|
6265
6157
|
}
|
|
6266
|
-
export declare namespace WAFSubscriptionNotFoundException {
|
|
6267
|
-
/**
|
|
6268
|
-
* @internal
|
|
6269
|
-
*/
|
|
6270
|
-
const filterSensitiveLog: (obj: WAFSubscriptionNotFoundException) => any;
|
|
6271
|
-
}
|
|
6272
6158
|
/**
|
|
6273
6159
|
* <note>
|
|
6274
6160
|
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { WAFClientConfig } from "./WAFClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: WAFClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: WAFClientConfig) => {
|
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { WAFClientConfig } from "./WAFClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: WAFClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
12
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: WAFClientConfig) => {
|
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
28
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
30
|
tls?: boolean | undefined;
|
|
30
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { CreateByteMatchSetCommandInput, CreateByteMatchSetCommandOutput } from "./commands/CreateByteMatchSetCommand";
|
|
10
10
|
import { CreateGeoMatchSetCommandInput, CreateGeoMatchSetCommandOutput } from "./commands/CreateGeoMatchSetCommand";
|
|
@@ -128,6 +128,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
128
128
|
regionInfoProvider?: RegionInfoProvider;
|
|
129
129
|
|
|
130
130
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
131
|
+
|
|
132
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
131
133
|
}
|
|
132
134
|
declare type WAFClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
133
135
|
|
|
@@ -148,29 +148,17 @@ export interface WAFDisallowedNameException extends __SmithyException, $Metadata
|
|
|
148
148
|
$fault: "client";
|
|
149
149
|
message?: string;
|
|
150
150
|
}
|
|
151
|
-
export declare namespace WAFDisallowedNameException {
|
|
152
|
-
|
|
153
|
-
const filterSensitiveLog: (obj: WAFDisallowedNameException) => any;
|
|
154
|
-
}
|
|
155
151
|
|
|
156
152
|
export interface WAFInternalErrorException extends __SmithyException, $MetadataBearer {
|
|
157
153
|
name: "WAFInternalErrorException";
|
|
158
154
|
$fault: "server";
|
|
159
155
|
message?: string;
|
|
160
156
|
}
|
|
161
|
-
export declare namespace WAFInternalErrorException {
|
|
162
|
-
|
|
163
|
-
const filterSensitiveLog: (obj: WAFInternalErrorException) => any;
|
|
164
|
-
}
|
|
165
157
|
|
|
166
158
|
export interface WAFInvalidAccountException extends __SmithyException, $MetadataBearer {
|
|
167
159
|
name: "WAFInvalidAccountException";
|
|
168
160
|
$fault: "client";
|
|
169
161
|
}
|
|
170
|
-
export declare namespace WAFInvalidAccountException {
|
|
171
|
-
|
|
172
|
-
const filterSensitiveLog: (obj: WAFInvalidAccountException) => any;
|
|
173
|
-
}
|
|
174
162
|
export declare enum ParameterExceptionField {
|
|
175
163
|
BYTE_MATCH_FIELD_TYPE = "BYTE_MATCH_FIELD_TYPE",
|
|
176
164
|
BYTE_MATCH_POSITIONAL_CONSTRAINT = "BYTE_MATCH_POSITIONAL_CONSTRAINT",
|
|
@@ -205,30 +193,18 @@ export interface WAFInvalidParameterException extends __SmithyException, $Metada
|
|
|
205
193
|
parameter?: string;
|
|
206
194
|
reason?: ParameterExceptionReason | string;
|
|
207
195
|
}
|
|
208
|
-
export declare namespace WAFInvalidParameterException {
|
|
209
|
-
|
|
210
|
-
const filterSensitiveLog: (obj: WAFInvalidParameterException) => any;
|
|
211
|
-
}
|
|
212
196
|
|
|
213
197
|
export interface WAFLimitsExceededException extends __SmithyException, $MetadataBearer {
|
|
214
198
|
name: "WAFLimitsExceededException";
|
|
215
199
|
$fault: "client";
|
|
216
200
|
message?: string;
|
|
217
201
|
}
|
|
218
|
-
export declare namespace WAFLimitsExceededException {
|
|
219
|
-
|
|
220
|
-
const filterSensitiveLog: (obj: WAFLimitsExceededException) => any;
|
|
221
|
-
}
|
|
222
202
|
|
|
223
203
|
export interface WAFStaleDataException extends __SmithyException, $MetadataBearer {
|
|
224
204
|
name: "WAFStaleDataException";
|
|
225
205
|
$fault: "client";
|
|
226
206
|
message?: string;
|
|
227
207
|
}
|
|
228
|
-
export declare namespace WAFStaleDataException {
|
|
229
|
-
|
|
230
|
-
const filterSensitiveLog: (obj: WAFStaleDataException) => any;
|
|
231
|
-
}
|
|
232
208
|
export interface CreateGeoMatchSetRequest {
|
|
233
209
|
|
|
234
210
|
Name: string | undefined;
|
|
@@ -664,30 +640,18 @@ export interface WAFBadRequestException extends __SmithyException, $MetadataBear
|
|
|
664
640
|
$fault: "client";
|
|
665
641
|
message?: string;
|
|
666
642
|
}
|
|
667
|
-
export declare namespace WAFBadRequestException {
|
|
668
|
-
|
|
669
|
-
const filterSensitiveLog: (obj: WAFBadRequestException) => any;
|
|
670
|
-
}
|
|
671
643
|
|
|
672
644
|
export interface WAFTagOperationException extends __SmithyException, $MetadataBearer {
|
|
673
645
|
name: "WAFTagOperationException";
|
|
674
646
|
$fault: "client";
|
|
675
647
|
message?: string;
|
|
676
648
|
}
|
|
677
|
-
export declare namespace WAFTagOperationException {
|
|
678
|
-
|
|
679
|
-
const filterSensitiveLog: (obj: WAFTagOperationException) => any;
|
|
680
|
-
}
|
|
681
649
|
|
|
682
650
|
export interface WAFTagOperationInternalErrorException extends __SmithyException, $MetadataBearer {
|
|
683
651
|
name: "WAFTagOperationInternalErrorException";
|
|
684
652
|
$fault: "server";
|
|
685
653
|
message?: string;
|
|
686
654
|
}
|
|
687
|
-
export declare namespace WAFTagOperationInternalErrorException {
|
|
688
|
-
|
|
689
|
-
const filterSensitiveLog: (obj: WAFTagOperationInternalErrorException) => any;
|
|
690
|
-
}
|
|
691
655
|
export interface CreateRegexMatchSetRequest {
|
|
692
656
|
|
|
693
657
|
Name: string | undefined;
|
|
@@ -1027,30 +991,18 @@ export interface WAFEntityMigrationException extends __SmithyException, $Metadat
|
|
|
1027
991
|
MigrationErrorType?: MigrationErrorType | string;
|
|
1028
992
|
MigrationErrorReason?: string;
|
|
1029
993
|
}
|
|
1030
|
-
export declare namespace WAFEntityMigrationException {
|
|
1031
|
-
|
|
1032
|
-
const filterSensitiveLog: (obj: WAFEntityMigrationException) => any;
|
|
1033
|
-
}
|
|
1034
994
|
|
|
1035
995
|
export interface WAFInvalidOperationException extends __SmithyException, $MetadataBearer {
|
|
1036
996
|
name: "WAFInvalidOperationException";
|
|
1037
997
|
$fault: "client";
|
|
1038
998
|
message?: string;
|
|
1039
999
|
}
|
|
1040
|
-
export declare namespace WAFInvalidOperationException {
|
|
1041
|
-
|
|
1042
|
-
const filterSensitiveLog: (obj: WAFInvalidOperationException) => any;
|
|
1043
|
-
}
|
|
1044
1000
|
|
|
1045
1001
|
export interface WAFNonexistentItemException extends __SmithyException, $MetadataBearer {
|
|
1046
1002
|
name: "WAFNonexistentItemException";
|
|
1047
1003
|
$fault: "client";
|
|
1048
1004
|
message?: string;
|
|
1049
1005
|
}
|
|
1050
|
-
export declare namespace WAFNonexistentItemException {
|
|
1051
|
-
|
|
1052
|
-
const filterSensitiveLog: (obj: WAFNonexistentItemException) => any;
|
|
1053
|
-
}
|
|
1054
1006
|
|
|
1055
1007
|
export interface CreateXssMatchSetRequest {
|
|
1056
1008
|
|
|
@@ -1121,20 +1073,12 @@ export interface WAFNonEmptyEntityException extends __SmithyException, $Metadata
|
|
|
1121
1073
|
$fault: "client";
|
|
1122
1074
|
message?: string;
|
|
1123
1075
|
}
|
|
1124
|
-
export declare namespace WAFNonEmptyEntityException {
|
|
1125
|
-
|
|
1126
|
-
const filterSensitiveLog: (obj: WAFNonEmptyEntityException) => any;
|
|
1127
|
-
}
|
|
1128
1076
|
|
|
1129
1077
|
export interface WAFReferencedItemException extends __SmithyException, $MetadataBearer {
|
|
1130
1078
|
name: "WAFReferencedItemException";
|
|
1131
1079
|
$fault: "client";
|
|
1132
1080
|
message?: string;
|
|
1133
1081
|
}
|
|
1134
|
-
export declare namespace WAFReferencedItemException {
|
|
1135
|
-
|
|
1136
|
-
const filterSensitiveLog: (obj: WAFReferencedItemException) => any;
|
|
1137
|
-
}
|
|
1138
1082
|
export interface DeleteGeoMatchSetRequest {
|
|
1139
1083
|
|
|
1140
1084
|
GeoMatchSetId: string | undefined;
|
|
@@ -2240,10 +2184,6 @@ export interface WAFServiceLinkedRoleErrorException extends __SmithyException, $
|
|
|
2240
2184
|
$fault: "client";
|
|
2241
2185
|
message?: string;
|
|
2242
2186
|
}
|
|
2243
|
-
export declare namespace WAFServiceLinkedRoleErrorException {
|
|
2244
|
-
|
|
2245
|
-
const filterSensitiveLog: (obj: WAFServiceLinkedRoleErrorException) => any;
|
|
2246
|
-
}
|
|
2247
2187
|
export interface PutPermissionPolicyRequest {
|
|
2248
2188
|
|
|
2249
2189
|
ResourceArn: string | undefined;
|
|
@@ -2266,10 +2206,6 @@ export interface WAFInvalidPermissionPolicyException extends __SmithyException,
|
|
|
2266
2206
|
$fault: "client";
|
|
2267
2207
|
message?: string;
|
|
2268
2208
|
}
|
|
2269
|
-
export declare namespace WAFInvalidPermissionPolicyException {
|
|
2270
|
-
|
|
2271
|
-
const filterSensitiveLog: (obj: WAFInvalidPermissionPolicyException) => any;
|
|
2272
|
-
}
|
|
2273
2209
|
export interface TagResourceRequest {
|
|
2274
2210
|
|
|
2275
2211
|
ResourceARN: string | undefined;
|
|
@@ -2343,10 +2279,6 @@ export interface WAFNonexistentContainerException extends __SmithyException, $Me
|
|
|
2343
2279
|
$fault: "client";
|
|
2344
2280
|
message?: string;
|
|
2345
2281
|
}
|
|
2346
|
-
export declare namespace WAFNonexistentContainerException {
|
|
2347
|
-
|
|
2348
|
-
const filterSensitiveLog: (obj: WAFNonexistentContainerException) => any;
|
|
2349
|
-
}
|
|
2350
2282
|
|
|
2351
2283
|
export interface GeoMatchSetUpdate {
|
|
2352
2284
|
|
|
@@ -2510,10 +2442,6 @@ export interface WAFInvalidRegexPatternException extends __SmithyException, $Met
|
|
|
2510
2442
|
$fault: "client";
|
|
2511
2443
|
message?: string;
|
|
2512
2444
|
}
|
|
2513
|
-
export declare namespace WAFInvalidRegexPatternException {
|
|
2514
|
-
|
|
2515
|
-
const filterSensitiveLog: (obj: WAFInvalidRegexPatternException) => any;
|
|
2516
|
-
}
|
|
2517
2445
|
export interface UpdateRuleRequest {
|
|
2518
2446
|
|
|
2519
2447
|
RuleId: string | undefined;
|
|
@@ -2668,10 +2596,6 @@ export interface WAFSubscriptionNotFoundException extends __SmithyException, $Me
|
|
|
2668
2596
|
$fault: "client";
|
|
2669
2597
|
message?: string;
|
|
2670
2598
|
}
|
|
2671
|
-
export declare namespace WAFSubscriptionNotFoundException {
|
|
2672
|
-
|
|
2673
|
-
const filterSensitiveLog: (obj: WAFSubscriptionNotFoundException) => any;
|
|
2674
|
-
}
|
|
2675
2599
|
|
|
2676
2600
|
export interface XssMatchSetUpdate {
|
|
2677
2601
|
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { WAFClientConfig } from "./WAFClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: WAFClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: WAFClientConfig) => {
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { WAFClientConfig } from "./WAFClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: WAFClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: WAFClientConfig) => {
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|