@aws-sdk/client-wafv2 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/WAFV2.d.ts +880 -245
- package/dist-types/ts3.4/WAFV2Client.d.ts +417 -121
- package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +41 -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/DeleteRegexPatternSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +41 -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/GetManagedRuleSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +38 -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/GetWebACLCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +41 -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/ListManagedRuleSetsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +37 -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/PutLoggingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.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/UpdateIPSetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +48 -48
- 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/WAFV2ServiceException.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 +5888 -58
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +581 -146
- 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,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
|
+
WAFV2ClientResolvedConfig,
|
|
13
|
+
} from "../WAFV2Client";
|
|
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
|
+
WAFV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateIPSetCommandInput;
|
|
25
|
+
constructor(input: CreateIPSetCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateIPSetCommandInput, CreateIPSetCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
WAFV2ClientResolvedConfig,
|
|
16
|
+
} from "../WAFV2Client";
|
|
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
|
+
WAFV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateRegexPatternSetCommandInput;
|
|
29
|
+
constructor(input: CreateRegexPatternSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateRegexPatternSetCommandInput,
|
|
37
|
+
CreateRegexPatternSetCommandOutput
|
|
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
|
+
CreateRuleGroupRequest,
|
|
10
|
+
CreateRuleGroupResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFV2ClientResolvedConfig,
|
|
16
|
+
} from "../WAFV2Client";
|
|
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
|
+
WAFV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateRuleGroupCommandInput;
|
|
28
|
+
constructor(input: CreateRuleGroupCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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
|
+
WAFV2ClientResolvedConfig,
|
|
13
|
+
} from "../WAFV2Client";
|
|
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
|
+
WAFV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateWebACLCommandInput;
|
|
25
|
+
constructor(input: CreateWebACLCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateWebACLCommandInput, CreateWebACLCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
DeleteFirewallManagerRuleGroupsRequest,
|
|
10
|
+
DeleteFirewallManagerRuleGroupsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFV2ClientResolvedConfig,
|
|
16
|
+
} from "../WAFV2Client";
|
|
17
|
+
export interface DeleteFirewallManagerRuleGroupsCommandInput
|
|
18
|
+
extends DeleteFirewallManagerRuleGroupsRequest {}
|
|
19
|
+
export interface DeleteFirewallManagerRuleGroupsCommandOutput
|
|
20
|
+
extends DeleteFirewallManagerRuleGroupsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteFirewallManagerRuleGroupsCommand extends $Command<
|
|
24
|
+
DeleteFirewallManagerRuleGroupsCommandInput,
|
|
25
|
+
DeleteFirewallManagerRuleGroupsCommandOutput,
|
|
26
|
+
WAFV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteFirewallManagerRuleGroupsCommandInput;
|
|
29
|
+
constructor(input: DeleteFirewallManagerRuleGroupsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteFirewallManagerRuleGroupsCommandInput,
|
|
37
|
+
DeleteFirewallManagerRuleGroupsCommandOutput
|
|
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 { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WAFV2ClientResolvedConfig,
|
|
13
|
+
} from "../WAFV2Client";
|
|
14
|
+
export interface DeleteIPSetCommandInput extends DeleteIPSetRequest {}
|
|
15
|
+
export interface DeleteIPSetCommandOutput
|
|
16
|
+
extends DeleteIPSetResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteIPSetCommand extends $Command<
|
|
20
|
+
DeleteIPSetCommandInput,
|
|
21
|
+
DeleteIPSetCommandOutput,
|
|
22
|
+
WAFV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteIPSetCommandInput;
|
|
25
|
+
constructor(input: DeleteIPSetCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteIPSetCommandInput, DeleteIPSetCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
DeleteLoggingConfigurationRequest,
|
|
10
|
+
DeleteLoggingConfigurationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFV2ClientResolvedConfig,
|
|
16
|
+
} from "../WAFV2Client";
|
|
17
|
+
export interface DeleteLoggingConfigurationCommandInput
|
|
18
|
+
extends DeleteLoggingConfigurationRequest {}
|
|
19
|
+
export interface DeleteLoggingConfigurationCommandOutput
|
|
20
|
+
extends DeleteLoggingConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteLoggingConfigurationCommand extends $Command<
|
|
24
|
+
DeleteLoggingConfigurationCommandInput,
|
|
25
|
+
DeleteLoggingConfigurationCommandOutput,
|
|
26
|
+
WAFV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteLoggingConfigurationCommandInput;
|
|
29
|
+
constructor(input: DeleteLoggingConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteLoggingConfigurationCommandInput,
|
|
37
|
+
DeleteLoggingConfigurationCommandOutput
|
|
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
|
+
DeletePermissionPolicyRequest,
|
|
10
|
+
DeletePermissionPolicyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFV2ClientResolvedConfig,
|
|
16
|
+
} from "../WAFV2Client";
|
|
17
|
+
export interface DeletePermissionPolicyCommandInput
|
|
18
|
+
extends DeletePermissionPolicyRequest {}
|
|
19
|
+
export interface DeletePermissionPolicyCommandOutput
|
|
20
|
+
extends DeletePermissionPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeletePermissionPolicyCommand extends $Command<
|
|
24
|
+
DeletePermissionPolicyCommandInput,
|
|
25
|
+
DeletePermissionPolicyCommandOutput,
|
|
26
|
+
WAFV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeletePermissionPolicyCommandInput;
|
|
29
|
+
constructor(input: DeletePermissionPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeletePermissionPolicyCommandInput,
|
|
37
|
+
DeletePermissionPolicyCommandOutput
|
|
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
|
+
DeleteRegexPatternSetRequest,
|
|
10
|
+
DeleteRegexPatternSetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFV2ClientResolvedConfig,
|
|
16
|
+
} from "../WAFV2Client";
|
|
17
|
+
export interface DeleteRegexPatternSetCommandInput
|
|
18
|
+
extends DeleteRegexPatternSetRequest {}
|
|
19
|
+
export interface DeleteRegexPatternSetCommandOutput
|
|
20
|
+
extends DeleteRegexPatternSetResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteRegexPatternSetCommand extends $Command<
|
|
24
|
+
DeleteRegexPatternSetCommandInput,
|
|
25
|
+
DeleteRegexPatternSetCommandOutput,
|
|
26
|
+
WAFV2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteRegexPatternSetCommandInput;
|
|
29
|
+
constructor(input: DeleteRegexPatternSetCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteRegexPatternSetCommandInput,
|
|
37
|
+
DeleteRegexPatternSetCommandOutput
|
|
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
|
+
DeleteRuleGroupRequest,
|
|
10
|
+
DeleteRuleGroupResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WAFV2ClientResolvedConfig,
|
|
16
|
+
} from "../WAFV2Client";
|
|
17
|
+
export interface DeleteRuleGroupCommandInput extends DeleteRuleGroupRequest {}
|
|
18
|
+
export interface DeleteRuleGroupCommandOutput
|
|
19
|
+
extends DeleteRuleGroupResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteRuleGroupCommand extends $Command<
|
|
23
|
+
DeleteRuleGroupCommandInput,
|
|
24
|
+
DeleteRuleGroupCommandOutput,
|
|
25
|
+
WAFV2ClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteRuleGroupCommandInput;
|
|
28
|
+
constructor(input: DeleteRuleGroupCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { DeleteWebACLRequest, DeleteWebACLResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WAFV2ClientResolvedConfig,
|
|
13
|
+
} from "../WAFV2Client";
|
|
14
|
+
export interface DeleteWebACLCommandInput extends DeleteWebACLRequest {}
|
|
15
|
+
export interface DeleteWebACLCommandOutput
|
|
16
|
+
extends DeleteWebACLResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteWebACLCommand extends $Command<
|
|
20
|
+
DeleteWebACLCommandInput,
|
|
21
|
+
DeleteWebACLCommandOutput,
|
|
22
|
+
WAFV2ClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteWebACLCommandInput;
|
|
25
|
+
constructor(input: DeleteWebACLCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteWebACLCommandInput, DeleteWebACLCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|