@aws-sdk/client-waf 3.169.0 → 3.171.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 +1313 -390
- package/dist-types/ts3.4/WAFClient.d.ts +565 -150
- package/dist-types/ts3.4/commands/CreateByteMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateGeoMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRateBasedRuleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateRegexMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateSizeConstraintSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateSqlInjectionMatchSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateWebACLMigrationStackCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateXssMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteByteMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteGeoMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRateBasedRuleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteRegexMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteSizeConstraintSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteSqlInjectionMatchSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteXssMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetByteMatchSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetChangeTokenCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetChangeTokenStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetGeoMatchSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetRateBasedRuleCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetRateBasedRuleManagedKeysCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRegexMatchSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetSizeConstraintSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetSqlInjectionMatchSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetXssMatchSetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListActivatedRulesInRuleGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListByteMatchSetsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListGeoMatchSetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRateBasedRulesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListRegexMatchSetsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListSizeConstraintSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSqlInjectionMatchSetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListSubscribedRuleGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListXssMatchSetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateByteMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateGeoMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRateBasedRuleCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateRegexMatchSetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateSizeConstraintSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateSqlInjectionMatchSetCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateXssMatchSetCommand.d.ts +36 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1929 -2235
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
GetXssMatchSetRequest,
|
|
10
|
+
GetXssMatchSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface GetXssMatchSetCommandInput extends GetXssMatchSetRequest {}
|
|
18
|
+
export interface GetXssMatchSetCommandOutput
|
|
19
|
+
extends GetXssMatchSetResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class GetXssMatchSetCommand extends $Command<
|
|
22
|
+
GetXssMatchSetCommandInput,
|
|
23
|
+
GetXssMatchSetCommandOutput,
|
|
24
|
+
WAFClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: GetXssMatchSetCommandInput;
|
|
27
|
+
constructor(input: GetXssMatchSetCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: WAFClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<GetXssMatchSetCommandInput, GetXssMatchSetCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ListActivatedRulesInRuleGroupRequest,
|
|
10
|
+
ListActivatedRulesInRuleGroupResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface ListActivatedRulesInRuleGroupCommandInput
|
|
18
|
+
extends ListActivatedRulesInRuleGroupRequest {}
|
|
19
|
+
export interface ListActivatedRulesInRuleGroupCommandOutput
|
|
20
|
+
extends ListActivatedRulesInRuleGroupResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListActivatedRulesInRuleGroupCommand extends $Command<
|
|
23
|
+
ListActivatedRulesInRuleGroupCommandInput,
|
|
24
|
+
ListActivatedRulesInRuleGroupCommandOutput,
|
|
25
|
+
WAFClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListActivatedRulesInRuleGroupCommandInput;
|
|
28
|
+
constructor(input: ListActivatedRulesInRuleGroupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: WAFClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListActivatedRulesInRuleGroupCommandInput,
|
|
35
|
+
ListActivatedRulesInRuleGroupCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
ListByteMatchSetsRequest,
|
|
10
|
+
ListByteMatchSetsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface ListByteMatchSetsCommandInput
|
|
18
|
+
extends ListByteMatchSetsRequest {}
|
|
19
|
+
export interface ListByteMatchSetsCommandOutput
|
|
20
|
+
extends ListByteMatchSetsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListByteMatchSetsCommand extends $Command<
|
|
23
|
+
ListByteMatchSetsCommandInput,
|
|
24
|
+
ListByteMatchSetsCommandOutput,
|
|
25
|
+
WAFClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListByteMatchSetsCommandInput;
|
|
28
|
+
constructor(input: ListByteMatchSetsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: WAFClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListByteMatchSetsCommandInput, ListByteMatchSetsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
ListGeoMatchSetsRequest,
|
|
10
|
+
ListGeoMatchSetsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface ListGeoMatchSetsCommandInput extends ListGeoMatchSetsRequest {}
|
|
18
|
+
export interface ListGeoMatchSetsCommandOutput
|
|
19
|
+
extends ListGeoMatchSetsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListGeoMatchSetsCommand extends $Command<
|
|
22
|
+
ListGeoMatchSetsCommandInput,
|
|
23
|
+
ListGeoMatchSetsCommandOutput,
|
|
24
|
+
WAFClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListGeoMatchSetsCommandInput;
|
|
27
|
+
constructor(input: ListGeoMatchSetsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: WAFClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListGeoMatchSetsCommandInput, ListGeoMatchSetsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { ListIPSetsRequest, ListIPSetsResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WAFClientResolvedConfig,
|
|
13
|
+
} from "../WAFClient";
|
|
14
|
+
export interface ListIPSetsCommandInput extends ListIPSetsRequest {}
|
|
15
|
+
export interface ListIPSetsCommandOutput
|
|
16
|
+
extends ListIPSetsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListIPSetsCommand extends $Command<
|
|
19
|
+
ListIPSetsCommandInput,
|
|
20
|
+
ListIPSetsCommandOutput,
|
|
21
|
+
WAFClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListIPSetsCommandInput;
|
|
24
|
+
constructor(input: ListIPSetsCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: WAFClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListIPSetsCommandInput, ListIPSetsCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ListLoggingConfigurationsRequest,
|
|
10
|
+
ListLoggingConfigurationsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface ListLoggingConfigurationsCommandInput
|
|
18
|
+
extends ListLoggingConfigurationsRequest {}
|
|
19
|
+
export interface ListLoggingConfigurationsCommandOutput
|
|
20
|
+
extends ListLoggingConfigurationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListLoggingConfigurationsCommand extends $Command<
|
|
23
|
+
ListLoggingConfigurationsCommandInput,
|
|
24
|
+
ListLoggingConfigurationsCommandOutput,
|
|
25
|
+
WAFClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListLoggingConfigurationsCommandInput;
|
|
28
|
+
constructor(input: ListLoggingConfigurationsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: WAFClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListLoggingConfigurationsCommandInput,
|
|
35
|
+
ListLoggingConfigurationsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
ListRateBasedRulesRequest,
|
|
10
|
+
ListRateBasedRulesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface ListRateBasedRulesCommandInput
|
|
18
|
+
extends ListRateBasedRulesRequest {}
|
|
19
|
+
export interface ListRateBasedRulesCommandOutput
|
|
20
|
+
extends ListRateBasedRulesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListRateBasedRulesCommand extends $Command<
|
|
23
|
+
ListRateBasedRulesCommandInput,
|
|
24
|
+
ListRateBasedRulesCommandOutput,
|
|
25
|
+
WAFClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListRateBasedRulesCommandInput;
|
|
28
|
+
constructor(input: ListRateBasedRulesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: WAFClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListRateBasedRulesCommandInput, ListRateBasedRulesCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
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
|
+
ListRegexMatchSetsRequest,
|
|
10
|
+
ListRegexMatchSetsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface ListRegexMatchSetsCommandInput
|
|
18
|
+
extends ListRegexMatchSetsRequest {}
|
|
19
|
+
export interface ListRegexMatchSetsCommandOutput
|
|
20
|
+
extends ListRegexMatchSetsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListRegexMatchSetsCommand extends $Command<
|
|
23
|
+
ListRegexMatchSetsCommandInput,
|
|
24
|
+
ListRegexMatchSetsCommandOutput,
|
|
25
|
+
WAFClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListRegexMatchSetsCommandInput;
|
|
28
|
+
constructor(input: ListRegexMatchSetsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: WAFClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<ListRegexMatchSetsCommandInput, ListRegexMatchSetsCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
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
|
+
ListRegexPatternSetsRequest,
|
|
10
|
+
ListRegexPatternSetsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface ListRegexPatternSetsCommandInput
|
|
18
|
+
extends ListRegexPatternSetsRequest {}
|
|
19
|
+
export interface ListRegexPatternSetsCommandOutput
|
|
20
|
+
extends ListRegexPatternSetsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ListRegexPatternSetsCommand extends $Command<
|
|
23
|
+
ListRegexPatternSetsCommandInput,
|
|
24
|
+
ListRegexPatternSetsCommandOutput,
|
|
25
|
+
WAFClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ListRegexPatternSetsCommandInput;
|
|
28
|
+
constructor(input: ListRegexPatternSetsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: WAFClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ListRegexPatternSetsCommandInput,
|
|
35
|
+
ListRegexPatternSetsCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
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
|
+
ListRuleGroupsRequest,
|
|
10
|
+
ListRuleGroupsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFClientResolvedConfig,
|
|
16
|
+
} from "../WAFClient";
|
|
17
|
+
export interface ListRuleGroupsCommandInput extends ListRuleGroupsRequest {}
|
|
18
|
+
export interface ListRuleGroupsCommandOutput
|
|
19
|
+
extends ListRuleGroupsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class ListRuleGroupsCommand extends $Command<
|
|
22
|
+
ListRuleGroupsCommandInput,
|
|
23
|
+
ListRuleGroupsCommandOutput,
|
|
24
|
+
WAFClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: ListRuleGroupsCommandInput;
|
|
27
|
+
constructor(input: ListRuleGroupsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: WAFClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
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 { ListRulesRequest, ListRulesResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WAFClientResolvedConfig,
|
|
13
|
+
} from "../WAFClient";
|
|
14
|
+
export interface ListRulesCommandInput extends ListRulesRequest {}
|
|
15
|
+
export interface ListRulesCommandOutput
|
|
16
|
+
extends ListRulesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class ListRulesCommand extends $Command<
|
|
19
|
+
ListRulesCommandInput,
|
|
20
|
+
ListRulesCommandOutput,
|
|
21
|
+
WAFClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: ListRulesCommandInput;
|
|
24
|
+
constructor(input: ListRulesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: WAFClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<ListRulesCommandInput, ListRulesCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|