@aws-sdk/client-waf 3.168.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 +16 -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
|
+
GetPermissionPolicyRequest,
|
|
10
|
+
GetPermissionPolicyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface GetPermissionPolicyCommandInput
|
|
18
|
+
extends GetPermissionPolicyRequest {}
|
|
19
|
+
export interface GetPermissionPolicyCommandOutput
|
|
20
|
+
extends GetPermissionPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetPermissionPolicyCommand extends $Command<
|
|
24
|
+
GetPermissionPolicyCommandInput,
|
|
25
|
+
GetPermissionPolicyCommandOutput,
|
|
26
|
+
WAFClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetPermissionPolicyCommandInput;
|
|
29
|
+
constructor(input: GetPermissionPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WAFClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
GetRateBasedRuleRequest,
|
|
10
|
+
GetRateBasedRuleResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface GetRateBasedRuleCommandInput extends GetRateBasedRuleRequest {}
|
|
18
|
+
export interface GetRateBasedRuleCommandOutput
|
|
19
|
+
extends GetRateBasedRuleResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetRateBasedRuleCommand extends $Command<
|
|
23
|
+
GetRateBasedRuleCommandInput,
|
|
24
|
+
GetRateBasedRuleCommandOutput,
|
|
25
|
+
WAFClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetRateBasedRuleCommandInput;
|
|
28
|
+
constructor(input: GetRateBasedRuleCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: WAFClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetRateBasedRuleCommandInput, GetRateBasedRuleCommandOutput>;
|
|
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
|
+
GetRateBasedRuleManagedKeysRequest,
|
|
10
|
+
GetRateBasedRuleManagedKeysResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface GetRateBasedRuleManagedKeysCommandInput
|
|
18
|
+
extends GetRateBasedRuleManagedKeysRequest {}
|
|
19
|
+
export interface GetRateBasedRuleManagedKeysCommandOutput
|
|
20
|
+
extends GetRateBasedRuleManagedKeysResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetRateBasedRuleManagedKeysCommand extends $Command<
|
|
24
|
+
GetRateBasedRuleManagedKeysCommandInput,
|
|
25
|
+
GetRateBasedRuleManagedKeysCommandOutput,
|
|
26
|
+
WAFClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetRateBasedRuleManagedKeysCommandInput;
|
|
29
|
+
constructor(input: GetRateBasedRuleManagedKeysCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WAFClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetRateBasedRuleManagedKeysCommandInput,
|
|
37
|
+
GetRateBasedRuleManagedKeysCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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
|
+
GetRegexMatchSetRequest,
|
|
10
|
+
GetRegexMatchSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface GetRegexMatchSetCommandInput extends GetRegexMatchSetRequest {}
|
|
18
|
+
export interface GetRegexMatchSetCommandOutput
|
|
19
|
+
extends GetRegexMatchSetResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetRegexMatchSetCommand extends $Command<
|
|
23
|
+
GetRegexMatchSetCommandInput,
|
|
24
|
+
GetRegexMatchSetCommandOutput,
|
|
25
|
+
WAFClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetRegexMatchSetCommandInput;
|
|
28
|
+
constructor(input: GetRegexMatchSetCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: WAFClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetRegexMatchSetCommandInput, GetRegexMatchSetCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
GetRegexPatternSetRequest,
|
|
10
|
+
GetRegexPatternSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface GetRegexPatternSetCommandInput
|
|
18
|
+
extends GetRegexPatternSetRequest {}
|
|
19
|
+
export interface GetRegexPatternSetCommandOutput
|
|
20
|
+
extends GetRegexPatternSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetRegexPatternSetCommand extends $Command<
|
|
24
|
+
GetRegexPatternSetCommandInput,
|
|
25
|
+
GetRegexPatternSetCommandOutput,
|
|
26
|
+
WAFClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetRegexPatternSetCommandInput;
|
|
29
|
+
constructor(input: GetRegexPatternSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WAFClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput>;
|
|
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 { GetRuleRequest, GetRuleResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WAFClientResolvedConfig,
|
|
13
|
+
} from "../WAFClient";
|
|
14
|
+
export interface GetRuleCommandInput extends GetRuleRequest {}
|
|
15
|
+
export interface GetRuleCommandOutput
|
|
16
|
+
extends GetRuleResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetRuleCommand extends $Command<
|
|
20
|
+
GetRuleCommandInput,
|
|
21
|
+
GetRuleCommandOutput,
|
|
22
|
+
WAFClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetRuleCommandInput;
|
|
25
|
+
constructor(input: GetRuleCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WAFClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetRuleCommandInput, GetRuleCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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 { GetRuleGroupRequest, GetRuleGroupResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WAFClientResolvedConfig,
|
|
13
|
+
} from "../WAFClient";
|
|
14
|
+
export interface GetRuleGroupCommandInput extends GetRuleGroupRequest {}
|
|
15
|
+
export interface GetRuleGroupCommandOutput
|
|
16
|
+
extends GetRuleGroupResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetRuleGroupCommand extends $Command<
|
|
20
|
+
GetRuleGroupCommandInput,
|
|
21
|
+
GetRuleGroupCommandOutput,
|
|
22
|
+
WAFClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetRuleGroupCommandInput;
|
|
25
|
+
constructor(input: GetRuleGroupCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WAFClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetRuleGroupCommandInput, GetRuleGroupCommandOutput>;
|
|
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
|
+
GetSampledRequestsRequest,
|
|
10
|
+
GetSampledRequestsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface GetSampledRequestsCommandInput
|
|
18
|
+
extends GetSampledRequestsRequest {}
|
|
19
|
+
export interface GetSampledRequestsCommandOutput
|
|
20
|
+
extends GetSampledRequestsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetSampledRequestsCommand extends $Command<
|
|
24
|
+
GetSampledRequestsCommandInput,
|
|
25
|
+
GetSampledRequestsCommandOutput,
|
|
26
|
+
WAFClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetSampledRequestsCommandInput;
|
|
29
|
+
constructor(input: GetSampledRequestsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WAFClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput>;
|
|
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
|
+
GetSizeConstraintSetRequest,
|
|
10
|
+
GetSizeConstraintSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface GetSizeConstraintSetCommandInput
|
|
18
|
+
extends GetSizeConstraintSetRequest {}
|
|
19
|
+
export interface GetSizeConstraintSetCommandOutput
|
|
20
|
+
extends GetSizeConstraintSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetSizeConstraintSetCommand extends $Command<
|
|
24
|
+
GetSizeConstraintSetCommandInput,
|
|
25
|
+
GetSizeConstraintSetCommandOutput,
|
|
26
|
+
WAFClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetSizeConstraintSetCommandInput;
|
|
29
|
+
constructor(input: GetSizeConstraintSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WAFClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetSizeConstraintSetCommandInput,
|
|
37
|
+
GetSizeConstraintSetCommandOutput
|
|
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
|
+
GetSqlInjectionMatchSetRequest,
|
|
10
|
+
GetSqlInjectionMatchSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface GetSqlInjectionMatchSetCommandInput
|
|
18
|
+
extends GetSqlInjectionMatchSetRequest {}
|
|
19
|
+
export interface GetSqlInjectionMatchSetCommandOutput
|
|
20
|
+
extends GetSqlInjectionMatchSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetSqlInjectionMatchSetCommand extends $Command<
|
|
24
|
+
GetSqlInjectionMatchSetCommandInput,
|
|
25
|
+
GetSqlInjectionMatchSetCommandOutput,
|
|
26
|
+
WAFClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetSqlInjectionMatchSetCommandInput;
|
|
29
|
+
constructor(input: GetSqlInjectionMatchSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WAFClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetSqlInjectionMatchSetCommandInput,
|
|
37
|
+
GetSqlInjectionMatchSetCommandOutput
|
|
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 { GetWebACLRequest, GetWebACLResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WAFClientResolvedConfig,
|
|
13
|
+
} from "../WAFClient";
|
|
14
|
+
export interface GetWebACLCommandInput extends GetWebACLRequest {}
|
|
15
|
+
export interface GetWebACLCommandOutput
|
|
16
|
+
extends GetWebACLResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class GetWebACLCommand extends $Command<
|
|
20
|
+
GetWebACLCommandInput,
|
|
21
|
+
GetWebACLCommandOutput,
|
|
22
|
+
WAFClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: GetWebACLCommandInput;
|
|
25
|
+
constructor(input: GetWebACLCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WAFClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<GetWebACLCommandInput, GetWebACLCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|