@aws-sdk/client-waf 3.169.0 → 3.170.0
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 +8 -0
- package/dist-types/ts3.4/WAF.d.ts +1390 -390
- package/dist-types/ts3.4/WAFClient.d.ts +590 -150
- package/dist-types/ts3.4/commands/CreateByteMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateGeoMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRateBasedRuleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateRegexMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateSizeConstraintSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSqlInjectionMatchSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateWebACLMigrationStackCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateXssMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteByteMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteGeoMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRateBasedRuleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteRegexMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSizeConstraintSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSqlInjectionMatchSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteXssMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetByteMatchSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetChangeTokenCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetChangeTokenStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetGeoMatchSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRateBasedRuleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetRateBasedRuleManagedKeysCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRegexMatchSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSizeConstraintSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSqlInjectionMatchSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetXssMatchSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListActivatedRulesInRuleGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListByteMatchSetsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListGeoMatchSetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRateBasedRulesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListRegexMatchSetsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSizeConstraintSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSqlInjectionMatchSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSubscribedRuleGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListXssMatchSetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateByteMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateGeoMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRateBasedRuleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateRegexMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSizeConstraintSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateSqlInjectionMatchSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateXssMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +77 -77
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/WAFServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2460 -2235
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateByteMatchSetRequest,
|
|
10
|
+
CreateByteMatchSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface CreateByteMatchSetCommandInput
|
|
18
|
+
extends CreateByteMatchSetRequest {}
|
|
19
|
+
export interface CreateByteMatchSetCommandOutput
|
|
20
|
+
extends CreateByteMatchSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateByteMatchSetCommand extends $Command<
|
|
24
|
+
CreateByteMatchSetCommandInput,
|
|
25
|
+
CreateByteMatchSetCommandOutput,
|
|
26
|
+
WAFClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateByteMatchSetCommandInput;
|
|
29
|
+
constructor(input: CreateByteMatchSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WAFClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateByteMatchSetCommandInput, CreateByteMatchSetCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateGeoMatchSetRequest,
|
|
10
|
+
CreateGeoMatchSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface CreateGeoMatchSetCommandInput
|
|
18
|
+
extends CreateGeoMatchSetRequest {}
|
|
19
|
+
export interface CreateGeoMatchSetCommandOutput
|
|
20
|
+
extends CreateGeoMatchSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateGeoMatchSetCommand extends $Command<
|
|
24
|
+
CreateGeoMatchSetCommandInput,
|
|
25
|
+
CreateGeoMatchSetCommandOutput,
|
|
26
|
+
WAFClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateGeoMatchSetCommandInput;
|
|
29
|
+
constructor(input: CreateGeoMatchSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WAFClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateGeoMatchSetCommandInput, CreateGeoMatchSetCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WAFClientResolvedConfig,
|
|
13
|
+
} from "../WAFClient";
|
|
14
|
+
export interface CreateIPSetCommandInput extends CreateIPSetRequest {}
|
|
15
|
+
export interface CreateIPSetCommandOutput
|
|
16
|
+
extends CreateIPSetResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateIPSetCommand extends $Command<
|
|
20
|
+
CreateIPSetCommandInput,
|
|
21
|
+
CreateIPSetCommandOutput,
|
|
22
|
+
WAFClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateIPSetCommandInput;
|
|
25
|
+
constructor(input: CreateIPSetCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WAFClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateIPSetCommandInput, CreateIPSetCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateRateBasedRuleRequest,
|
|
10
|
+
CreateRateBasedRuleResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface CreateRateBasedRuleCommandInput
|
|
18
|
+
extends CreateRateBasedRuleRequest {}
|
|
19
|
+
export interface CreateRateBasedRuleCommandOutput
|
|
20
|
+
extends CreateRateBasedRuleResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateRateBasedRuleCommand extends $Command<
|
|
24
|
+
CreateRateBasedRuleCommandInput,
|
|
25
|
+
CreateRateBasedRuleCommandOutput,
|
|
26
|
+
WAFClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateRateBasedRuleCommandInput;
|
|
29
|
+
constructor(input: CreateRateBasedRuleCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WAFClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateRateBasedRuleCommandInput, CreateRateBasedRuleCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateRegexMatchSetRequest,
|
|
10
|
+
CreateRegexMatchSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface CreateRegexMatchSetCommandInput
|
|
18
|
+
extends CreateRegexMatchSetRequest {}
|
|
19
|
+
export interface CreateRegexMatchSetCommandOutput
|
|
20
|
+
extends CreateRegexMatchSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateRegexMatchSetCommand extends $Command<
|
|
24
|
+
CreateRegexMatchSetCommandInput,
|
|
25
|
+
CreateRegexMatchSetCommandOutput,
|
|
26
|
+
WAFClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateRegexMatchSetCommandInput;
|
|
29
|
+
constructor(input: CreateRegexMatchSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WAFClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateRegexMatchSetCommandInput, CreateRegexMatchSetCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateRegexPatternSetRequest,
|
|
10
|
+
CreateRegexPatternSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface CreateRegexPatternSetCommandInput
|
|
18
|
+
extends CreateRegexPatternSetRequest {}
|
|
19
|
+
export interface CreateRegexPatternSetCommandOutput
|
|
20
|
+
extends CreateRegexPatternSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateRegexPatternSetCommand extends $Command<
|
|
24
|
+
CreateRegexPatternSetCommandInput,
|
|
25
|
+
CreateRegexPatternSetCommandOutput,
|
|
26
|
+
WAFClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateRegexPatternSetCommandInput;
|
|
29
|
+
constructor(input: CreateRegexPatternSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WAFClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateRegexPatternSetCommandInput,
|
|
37
|
+
CreateRegexPatternSetCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { CreateRuleRequest, CreateRuleResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WAFClientResolvedConfig,
|
|
13
|
+
} from "../WAFClient";
|
|
14
|
+
export interface CreateRuleCommandInput extends CreateRuleRequest {}
|
|
15
|
+
export interface CreateRuleCommandOutput
|
|
16
|
+
extends CreateRuleResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateRuleCommand extends $Command<
|
|
20
|
+
CreateRuleCommandInput,
|
|
21
|
+
CreateRuleCommandOutput,
|
|
22
|
+
WAFClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateRuleCommandInput;
|
|
25
|
+
constructor(input: CreateRuleCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WAFClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateRuleCommandInput, CreateRuleCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateRuleGroupRequest,
|
|
10
|
+
CreateRuleGroupResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface CreateRuleGroupCommandInput extends CreateRuleGroupRequest {}
|
|
18
|
+
export interface CreateRuleGroupCommandOutput
|
|
19
|
+
extends CreateRuleGroupResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateRuleGroupCommand extends $Command<
|
|
23
|
+
CreateRuleGroupCommandInput,
|
|
24
|
+
CreateRuleGroupCommandOutput,
|
|
25
|
+
WAFClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateRuleGroupCommandInput;
|
|
28
|
+
constructor(input: CreateRuleGroupCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: WAFClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateSizeConstraintSetRequest,
|
|
10
|
+
CreateSizeConstraintSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface CreateSizeConstraintSetCommandInput
|
|
18
|
+
extends CreateSizeConstraintSetRequest {}
|
|
19
|
+
export interface CreateSizeConstraintSetCommandOutput
|
|
20
|
+
extends CreateSizeConstraintSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateSizeConstraintSetCommand extends $Command<
|
|
24
|
+
CreateSizeConstraintSetCommandInput,
|
|
25
|
+
CreateSizeConstraintSetCommandOutput,
|
|
26
|
+
WAFClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateSizeConstraintSetCommandInput;
|
|
29
|
+
constructor(input: CreateSizeConstraintSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WAFClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateSizeConstraintSetCommandInput,
|
|
37
|
+
CreateSizeConstraintSetCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateSqlInjectionMatchSetRequest,
|
|
10
|
+
CreateSqlInjectionMatchSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface CreateSqlInjectionMatchSetCommandInput
|
|
18
|
+
extends CreateSqlInjectionMatchSetRequest {}
|
|
19
|
+
export interface CreateSqlInjectionMatchSetCommandOutput
|
|
20
|
+
extends CreateSqlInjectionMatchSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateSqlInjectionMatchSetCommand extends $Command<
|
|
24
|
+
CreateSqlInjectionMatchSetCommandInput,
|
|
25
|
+
CreateSqlInjectionMatchSetCommandOutput,
|
|
26
|
+
WAFClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateSqlInjectionMatchSetCommandInput;
|
|
29
|
+
constructor(input: CreateSqlInjectionMatchSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WAFClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateSqlInjectionMatchSetCommandInput,
|
|
37
|
+
CreateSqlInjectionMatchSetCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { CreateWebACLRequest, CreateWebACLResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WAFClientResolvedConfig,
|
|
13
|
+
} from "../WAFClient";
|
|
14
|
+
export interface CreateWebACLCommandInput extends CreateWebACLRequest {}
|
|
15
|
+
export interface CreateWebACLCommandOutput
|
|
16
|
+
extends CreateWebACLResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateWebACLCommand extends $Command<
|
|
20
|
+
CreateWebACLCommandInput,
|
|
21
|
+
CreateWebACLCommandOutput,
|
|
22
|
+
WAFClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateWebACLCommandInput;
|
|
25
|
+
constructor(input: CreateWebACLCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WAFClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateWebACLCommandInput, CreateWebACLCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|