@aws-sdk/client-wafv2 3.422.0 → 3.423.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/dist-types/ts3.4/WAFV2.d.ts +918 -438
- package/dist-types/ts3.4/WAFV2Client.d.ts +436 -277
- package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +38 -118
- package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +38 -1093
- package/dist-types/ts3.4/commands/CreateAPIKeyCommand.d.ts +35 -115
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +35 -144
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +42 -143
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +38 -1116
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +35 -1145
- package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +42 -115
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +35 -124
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +42 -110
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +42 -103
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +42 -124
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +38 -124
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +35 -158
- package/dist-types/ts3.4/commands/DescribeAllManagedProductsCommand.d.ts +42 -92
- package/dist-types/ts3.4/commands/DescribeManagedProductsByVendorCommand.d.ts +42 -114
- package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +42 -191
- package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +39 -109
- package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +42 -110
- package/dist-types/ts3.4/commands/GetDecryptedAPIKeyCommand.d.ts +39 -112
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +35 -119
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +42 -192
- package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +39 -131
- package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +39 -121
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +39 -105
- package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +42 -142
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +39 -120
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +35 -1088
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +39 -168
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +35 -1283
- package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +42 -1286
- package/dist-types/ts3.4/commands/ListAPIKeysCommand.d.ts +35 -121
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +42 -118
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +42 -113
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +35 -113
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +42 -191
- package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +39 -117
- package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +42 -112
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +42 -113
- package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +42 -112
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +38 -113
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -132
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +35 -113
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +42 -345
- package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +42 -133
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +39 -145
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -131
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -118
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +35 -146
- package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +42 -125
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +42 -148
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +38 -1128
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +35 -1146
- package/dist-types/ts3.4/commands/index.d.ts +53 -53
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -22
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -5
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -2
- package/dist-types/ts3.4/extensionConfiguration.d.ts +7 -8
- package/dist-types/ts3.4/index.d.ts +6 -68
- package/dist-types/ts3.4/models/WAFV2ServiceException.d.ts +8 -13
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1764 -7951
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +641 -479
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +97 -46
- package/dist-types/ts3.4/runtimeConfig.d.ts +97 -46
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +88 -45
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -19
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -17
- package/package.json +3 -3
|
@@ -1,105 +1,39 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
* // Policy: "STRING_VALUE",
|
|
41
|
-
* // };
|
|
42
|
-
*
|
|
43
|
-
* ```
|
|
44
|
-
*
|
|
45
|
-
* @param GetPermissionPolicyCommandInput - {@link GetPermissionPolicyCommandInput}
|
|
46
|
-
* @returns {@link GetPermissionPolicyCommandOutput}
|
|
47
|
-
* @see {@link GetPermissionPolicyCommandInput} for command's `input` shape.
|
|
48
|
-
* @see {@link GetPermissionPolicyCommandOutput} for command's `response` shape.
|
|
49
|
-
* @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
|
|
50
|
-
*
|
|
51
|
-
* @throws {@link WAFInternalErrorException} (server fault)
|
|
52
|
-
* <p>Your request is valid, but WAF couldn’t perform the operation because of a system
|
|
53
|
-
* problem. Retry your request. </p>
|
|
54
|
-
*
|
|
55
|
-
* @throws {@link WAFInvalidParameterException} (client fault)
|
|
56
|
-
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
|
|
57
|
-
* example: </p>
|
|
58
|
-
* <ul>
|
|
59
|
-
* <li>
|
|
60
|
-
* <p>You specified a parameter name or value that isn't valid.</p>
|
|
61
|
-
* </li>
|
|
62
|
-
* <li>
|
|
63
|
-
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
|
|
64
|
-
* can’t be nested. </p>
|
|
65
|
-
* </li>
|
|
66
|
-
* <li>
|
|
67
|
-
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
|
|
68
|
-
* isn't among the types available at <a>DefaultAction</a>.</p>
|
|
69
|
-
* </li>
|
|
70
|
-
* <li>
|
|
71
|
-
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
72
|
-
* with which a web ACL can't be associated.</p>
|
|
73
|
-
* </li>
|
|
74
|
-
* </ul>
|
|
75
|
-
*
|
|
76
|
-
* @throws {@link WAFNonexistentItemException} (client fault)
|
|
77
|
-
* <p>WAF couldn’t perform the operation because your resource doesn't exist.
|
|
78
|
-
* If you've just created a resource that you're using in this operation, you might
|
|
79
|
-
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
80
|
-
* for changes to propagate. </p>
|
|
81
|
-
*
|
|
82
|
-
* @throws {@link WAFV2ServiceException}
|
|
83
|
-
* <p>Base exception class for all service exceptions from WAFV2 service.</p>
|
|
84
|
-
*
|
|
85
|
-
*/
|
|
86
|
-
export declare class GetPermissionPolicyCommand extends $Command<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput, WAFV2ClientResolvedConfig> {
|
|
87
|
-
readonly input: GetPermissionPolicyCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: GetPermissionPolicyCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
105
|
-
}
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GetPermissionPolicyRequest,
|
|
11
|
+
GetPermissionPolicyResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WAFV2ClientResolvedConfig,
|
|
17
|
+
} from "../WAFV2Client";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetPermissionPolicyCommandInput
|
|
20
|
+
extends GetPermissionPolicyRequest {}
|
|
21
|
+
export interface GetPermissionPolicyCommandOutput
|
|
22
|
+
extends GetPermissionPolicyResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetPermissionPolicyCommand extends $Command<
|
|
25
|
+
GetPermissionPolicyCommandInput,
|
|
26
|
+
GetPermissionPolicyCommandOutput,
|
|
27
|
+
WAFV2ClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetPermissionPolicyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetPermissionPolicyCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,142 +1,42 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
* @example
|
|
44
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
45
|
-
* ```javascript
|
|
46
|
-
* import { WAFV2Client, GetRateBasedStatementManagedKeysCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
|
|
47
|
-
* // const { WAFV2Client, GetRateBasedStatementManagedKeysCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
|
|
48
|
-
* const client = new WAFV2Client(config);
|
|
49
|
-
* const input = { // GetRateBasedStatementManagedKeysRequest
|
|
50
|
-
* Scope: "CLOUDFRONT" || "REGIONAL", // required
|
|
51
|
-
* WebACLName: "STRING_VALUE", // required
|
|
52
|
-
* WebACLId: "STRING_VALUE", // required
|
|
53
|
-
* RuleGroupRuleName: "STRING_VALUE",
|
|
54
|
-
* RuleName: "STRING_VALUE", // required
|
|
55
|
-
* };
|
|
56
|
-
* const command = new GetRateBasedStatementManagedKeysCommand(input);
|
|
57
|
-
* const response = await client.send(command);
|
|
58
|
-
* // { // GetRateBasedStatementManagedKeysResponse
|
|
59
|
-
* // ManagedKeysIPV4: { // RateBasedStatementManagedKeysIPSet
|
|
60
|
-
* // IPAddressVersion: "IPV4" || "IPV6",
|
|
61
|
-
* // Addresses: [ // IPAddresses
|
|
62
|
-
* // "STRING_VALUE",
|
|
63
|
-
* // ],
|
|
64
|
-
* // },
|
|
65
|
-
* // ManagedKeysIPV6: {
|
|
66
|
-
* // IPAddressVersion: "IPV4" || "IPV6",
|
|
67
|
-
* // Addresses: [
|
|
68
|
-
* // "STRING_VALUE",
|
|
69
|
-
* // ],
|
|
70
|
-
* // },
|
|
71
|
-
* // };
|
|
72
|
-
*
|
|
73
|
-
* ```
|
|
74
|
-
*
|
|
75
|
-
* @param GetRateBasedStatementManagedKeysCommandInput - {@link GetRateBasedStatementManagedKeysCommandInput}
|
|
76
|
-
* @returns {@link GetRateBasedStatementManagedKeysCommandOutput}
|
|
77
|
-
* @see {@link GetRateBasedStatementManagedKeysCommandInput} for command's `input` shape.
|
|
78
|
-
* @see {@link GetRateBasedStatementManagedKeysCommandOutput} for command's `response` shape.
|
|
79
|
-
* @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
|
|
80
|
-
*
|
|
81
|
-
* @throws {@link WAFInternalErrorException} (server fault)
|
|
82
|
-
* <p>Your request is valid, but WAF couldn’t perform the operation because of a system
|
|
83
|
-
* problem. Retry your request. </p>
|
|
84
|
-
*
|
|
85
|
-
* @throws {@link WAFInvalidOperationException} (client fault)
|
|
86
|
-
* <p>The operation isn't valid. </p>
|
|
87
|
-
*
|
|
88
|
-
* @throws {@link WAFInvalidParameterException} (client fault)
|
|
89
|
-
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
|
|
90
|
-
* example: </p>
|
|
91
|
-
* <ul>
|
|
92
|
-
* <li>
|
|
93
|
-
* <p>You specified a parameter name or value that isn't valid.</p>
|
|
94
|
-
* </li>
|
|
95
|
-
* <li>
|
|
96
|
-
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
|
|
97
|
-
* can’t be nested. </p>
|
|
98
|
-
* </li>
|
|
99
|
-
* <li>
|
|
100
|
-
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
|
|
101
|
-
* isn't among the types available at <a>DefaultAction</a>.</p>
|
|
102
|
-
* </li>
|
|
103
|
-
* <li>
|
|
104
|
-
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
105
|
-
* with which a web ACL can't be associated.</p>
|
|
106
|
-
* </li>
|
|
107
|
-
* </ul>
|
|
108
|
-
*
|
|
109
|
-
* @throws {@link WAFNonexistentItemException} (client fault)
|
|
110
|
-
* <p>WAF couldn’t perform the operation because your resource doesn't exist.
|
|
111
|
-
* If you've just created a resource that you're using in this operation, you might
|
|
112
|
-
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
113
|
-
* for changes to propagate. </p>
|
|
114
|
-
*
|
|
115
|
-
* @throws {@link WAFUnsupportedAggregateKeyTypeException} (client fault)
|
|
116
|
-
* <p>The rule that you've named doesn't aggregate solely on the IP address or solely on the forwarded IP address. This call
|
|
117
|
-
* is only available for rate-based rules with an <code>AggregateKeyType</code> setting of <code>IP</code> or <code>FORWARDED_IP</code>.</p>
|
|
118
|
-
*
|
|
119
|
-
* @throws {@link WAFV2ServiceException}
|
|
120
|
-
* <p>Base exception class for all service exceptions from WAFV2 service.</p>
|
|
121
|
-
*
|
|
122
|
-
*/
|
|
123
|
-
export declare class GetRateBasedStatementManagedKeysCommand extends $Command<GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput, WAFV2ClientResolvedConfig> {
|
|
124
|
-
readonly input: GetRateBasedStatementManagedKeysCommandInput;
|
|
125
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
126
|
-
/**
|
|
127
|
-
* @public
|
|
128
|
-
*/
|
|
129
|
-
constructor(input: GetRateBasedStatementManagedKeysCommandInput);
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput>;
|
|
134
|
-
/**
|
|
135
|
-
* @internal
|
|
136
|
-
*/
|
|
137
|
-
private serialize;
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
|
-
private deserialize;
|
|
142
|
-
}
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GetRateBasedStatementManagedKeysRequest,
|
|
11
|
+
GetRateBasedStatementManagedKeysResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WAFV2ClientResolvedConfig,
|
|
17
|
+
} from "../WAFV2Client";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetRateBasedStatementManagedKeysCommandInput
|
|
20
|
+
extends GetRateBasedStatementManagedKeysRequest {}
|
|
21
|
+
export interface GetRateBasedStatementManagedKeysCommandOutput
|
|
22
|
+
extends GetRateBasedStatementManagedKeysResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetRateBasedStatementManagedKeysCommand extends $Command<
|
|
25
|
+
GetRateBasedStatementManagedKeysCommandInput,
|
|
26
|
+
GetRateBasedStatementManagedKeysCommandOutput,
|
|
27
|
+
WAFV2ClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetRateBasedStatementManagedKeysCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetRateBasedStatementManagedKeysCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetRateBasedStatementManagedKeysCommandInput,
|
|
38
|
+
GetRateBasedStatementManagedKeysCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -1,120 +1,39 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
* // { // GetRegexPatternSetResponse
|
|
41
|
-
* // RegexPatternSet: { // RegexPatternSet
|
|
42
|
-
* // Name: "STRING_VALUE",
|
|
43
|
-
* // Id: "STRING_VALUE",
|
|
44
|
-
* // ARN: "STRING_VALUE",
|
|
45
|
-
* // Description: "STRING_VALUE",
|
|
46
|
-
* // RegularExpressionList: [ // RegularExpressionList
|
|
47
|
-
* // { // Regex
|
|
48
|
-
* // RegexString: "STRING_VALUE",
|
|
49
|
-
* // },
|
|
50
|
-
* // ],
|
|
51
|
-
* // },
|
|
52
|
-
* // LockToken: "STRING_VALUE",
|
|
53
|
-
* // };
|
|
54
|
-
*
|
|
55
|
-
* ```
|
|
56
|
-
*
|
|
57
|
-
* @param GetRegexPatternSetCommandInput - {@link GetRegexPatternSetCommandInput}
|
|
58
|
-
* @returns {@link GetRegexPatternSetCommandOutput}
|
|
59
|
-
* @see {@link GetRegexPatternSetCommandInput} for command's `input` shape.
|
|
60
|
-
* @see {@link GetRegexPatternSetCommandOutput} for command's `response` shape.
|
|
61
|
-
* @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
|
|
62
|
-
*
|
|
63
|
-
* @throws {@link WAFInternalErrorException} (server fault)
|
|
64
|
-
* <p>Your request is valid, but WAF couldn’t perform the operation because of a system
|
|
65
|
-
* problem. Retry your request. </p>
|
|
66
|
-
*
|
|
67
|
-
* @throws {@link WAFInvalidOperationException} (client fault)
|
|
68
|
-
* <p>The operation isn't valid. </p>
|
|
69
|
-
*
|
|
70
|
-
* @throws {@link WAFInvalidParameterException} (client fault)
|
|
71
|
-
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
|
|
72
|
-
* example: </p>
|
|
73
|
-
* <ul>
|
|
74
|
-
* <li>
|
|
75
|
-
* <p>You specified a parameter name or value that isn't valid.</p>
|
|
76
|
-
* </li>
|
|
77
|
-
* <li>
|
|
78
|
-
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
|
|
79
|
-
* can’t be nested. </p>
|
|
80
|
-
* </li>
|
|
81
|
-
* <li>
|
|
82
|
-
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
|
|
83
|
-
* isn't among the types available at <a>DefaultAction</a>.</p>
|
|
84
|
-
* </li>
|
|
85
|
-
* <li>
|
|
86
|
-
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
87
|
-
* with which a web ACL can't be associated.</p>
|
|
88
|
-
* </li>
|
|
89
|
-
* </ul>
|
|
90
|
-
*
|
|
91
|
-
* @throws {@link WAFNonexistentItemException} (client fault)
|
|
92
|
-
* <p>WAF couldn’t perform the operation because your resource doesn't exist.
|
|
93
|
-
* If you've just created a resource that you're using in this operation, you might
|
|
94
|
-
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
95
|
-
* for changes to propagate. </p>
|
|
96
|
-
*
|
|
97
|
-
* @throws {@link WAFV2ServiceException}
|
|
98
|
-
* <p>Base exception class for all service exceptions from WAFV2 service.</p>
|
|
99
|
-
*
|
|
100
|
-
*/
|
|
101
|
-
export declare class GetRegexPatternSetCommand extends $Command<GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
|
|
102
|
-
readonly input: GetRegexPatternSetCommandInput;
|
|
103
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
104
|
-
/**
|
|
105
|
-
* @public
|
|
106
|
-
*/
|
|
107
|
-
constructor(input: GetRegexPatternSetCommandInput);
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput>;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private serialize;
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
private deserialize;
|
|
120
|
-
}
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GetRegexPatternSetRequest,
|
|
11
|
+
GetRegexPatternSetResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WAFV2ClientResolvedConfig,
|
|
17
|
+
} from "../WAFV2Client";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetRegexPatternSetCommandInput
|
|
20
|
+
extends GetRegexPatternSetRequest {}
|
|
21
|
+
export interface GetRegexPatternSetCommandOutput
|
|
22
|
+
extends GetRegexPatternSetResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetRegexPatternSetCommand extends $Command<
|
|
25
|
+
GetRegexPatternSetCommandInput,
|
|
26
|
+
GetRegexPatternSetCommandOutput,
|
|
27
|
+
WAFV2ClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetRegexPatternSetCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetRegexPatternSetCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|