@aws-sdk/client-wafv2 3.422.0 → 3.425.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/WAFV2Client.d.ts +2 -0
- 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 +31 -31
|
@@ -1,114 +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
|
-
* // ManagedRuleSetName: "STRING_VALUE",
|
|
44
|
-
* // ProductId: "STRING_VALUE",
|
|
45
|
-
* // ProductLink: "STRING_VALUE",
|
|
46
|
-
* // ProductTitle: "STRING_VALUE",
|
|
47
|
-
* // ProductDescription: "STRING_VALUE",
|
|
48
|
-
* // SnsTopicArn: "STRING_VALUE",
|
|
49
|
-
* // IsVersioningSupported: true || false,
|
|
50
|
-
* // IsAdvancedManagedRuleSet: true || false,
|
|
51
|
-
* // },
|
|
52
|
-
* // ],
|
|
53
|
-
* // };
|
|
54
|
-
*
|
|
55
|
-
* ```
|
|
56
|
-
*
|
|
57
|
-
* @param DescribeManagedProductsByVendorCommandInput - {@link DescribeManagedProductsByVendorCommandInput}
|
|
58
|
-
* @returns {@link DescribeManagedProductsByVendorCommandOutput}
|
|
59
|
-
* @see {@link DescribeManagedProductsByVendorCommandInput} for command's `input` shape.
|
|
60
|
-
* @see {@link DescribeManagedProductsByVendorCommandOutput} 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 WAFV2ServiceException}
|
|
92
|
-
* <p>Base exception class for all service exceptions from WAFV2 service.</p>
|
|
93
|
-
*
|
|
94
|
-
*/
|
|
95
|
-
export declare class DescribeManagedProductsByVendorCommand extends $Command<DescribeManagedProductsByVendorCommandInput, DescribeManagedProductsByVendorCommandOutput, WAFV2ClientResolvedConfig> {
|
|
96
|
-
readonly input: DescribeManagedProductsByVendorCommandInput;
|
|
97
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
constructor(input: DescribeManagedProductsByVendorCommandInput);
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeManagedProductsByVendorCommandInput, DescribeManagedProductsByVendorCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private serialize;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private deserialize;
|
|
114
|
-
}
|
|
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
|
+
DescribeManagedProductsByVendorRequest,
|
|
11
|
+
DescribeManagedProductsByVendorResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WAFV2ClientResolvedConfig,
|
|
17
|
+
} from "../WAFV2Client";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeManagedProductsByVendorCommandInput
|
|
20
|
+
extends DescribeManagedProductsByVendorRequest {}
|
|
21
|
+
export interface DescribeManagedProductsByVendorCommandOutput
|
|
22
|
+
extends DescribeManagedProductsByVendorResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeManagedProductsByVendorCommand extends $Command<
|
|
25
|
+
DescribeManagedProductsByVendorCommandInput,
|
|
26
|
+
DescribeManagedProductsByVendorCommandOutput,
|
|
27
|
+
WAFV2ClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeManagedProductsByVendorCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeManagedProductsByVendorCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeManagedProductsByVendorCommandInput,
|
|
38
|
+
DescribeManagedProductsByVendorCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -1,191 +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
|
-
* // SnsTopicArn: "STRING_VALUE",
|
|
44
|
-
* // Capacity: Number("long"),
|
|
45
|
-
* // Rules: [ // RuleSummaries
|
|
46
|
-
* // { // RuleSummary
|
|
47
|
-
* // Name: "STRING_VALUE",
|
|
48
|
-
* // Action: { // RuleAction
|
|
49
|
-
* // Block: { // BlockAction
|
|
50
|
-
* // CustomResponse: { // CustomResponse
|
|
51
|
-
* // ResponseCode: Number("int"), // required
|
|
52
|
-
* // CustomResponseBodyKey: "STRING_VALUE",
|
|
53
|
-
* // ResponseHeaders: [ // CustomHTTPHeaders
|
|
54
|
-
* // { // CustomHTTPHeader
|
|
55
|
-
* // Name: "STRING_VALUE", // required
|
|
56
|
-
* // Value: "STRING_VALUE", // required
|
|
57
|
-
* // },
|
|
58
|
-
* // ],
|
|
59
|
-
* // },
|
|
60
|
-
* // },
|
|
61
|
-
* // Allow: { // AllowAction
|
|
62
|
-
* // CustomRequestHandling: { // CustomRequestHandling
|
|
63
|
-
* // InsertHeaders: [ // required
|
|
64
|
-
* // {
|
|
65
|
-
* // Name: "STRING_VALUE", // required
|
|
66
|
-
* // Value: "STRING_VALUE", // required
|
|
67
|
-
* // },
|
|
68
|
-
* // ],
|
|
69
|
-
* // },
|
|
70
|
-
* // },
|
|
71
|
-
* // Count: { // CountAction
|
|
72
|
-
* // CustomRequestHandling: {
|
|
73
|
-
* // InsertHeaders: [ // required
|
|
74
|
-
* // {
|
|
75
|
-
* // Name: "STRING_VALUE", // required
|
|
76
|
-
* // Value: "STRING_VALUE", // required
|
|
77
|
-
* // },
|
|
78
|
-
* // ],
|
|
79
|
-
* // },
|
|
80
|
-
* // },
|
|
81
|
-
* // Captcha: { // CaptchaAction
|
|
82
|
-
* // CustomRequestHandling: {
|
|
83
|
-
* // InsertHeaders: [ // required
|
|
84
|
-
* // {
|
|
85
|
-
* // Name: "STRING_VALUE", // required
|
|
86
|
-
* // Value: "STRING_VALUE", // required
|
|
87
|
-
* // },
|
|
88
|
-
* // ],
|
|
89
|
-
* // },
|
|
90
|
-
* // },
|
|
91
|
-
* // Challenge: { // ChallengeAction
|
|
92
|
-
* // CustomRequestHandling: {
|
|
93
|
-
* // InsertHeaders: [ // required
|
|
94
|
-
* // {
|
|
95
|
-
* // Name: "STRING_VALUE", // required
|
|
96
|
-
* // Value: "STRING_VALUE", // required
|
|
97
|
-
* // },
|
|
98
|
-
* // ],
|
|
99
|
-
* // },
|
|
100
|
-
* // },
|
|
101
|
-
* // },
|
|
102
|
-
* // },
|
|
103
|
-
* // ],
|
|
104
|
-
* // LabelNamespace: "STRING_VALUE",
|
|
105
|
-
* // AvailableLabels: [ // LabelSummaries
|
|
106
|
-
* // { // LabelSummary
|
|
107
|
-
* // Name: "STRING_VALUE",
|
|
108
|
-
* // },
|
|
109
|
-
* // ],
|
|
110
|
-
* // ConsumedLabels: [
|
|
111
|
-
* // {
|
|
112
|
-
* // Name: "STRING_VALUE",
|
|
113
|
-
* // },
|
|
114
|
-
* // ],
|
|
115
|
-
* // };
|
|
116
|
-
*
|
|
117
|
-
* ```
|
|
118
|
-
*
|
|
119
|
-
* @param DescribeManagedRuleGroupCommandInput - {@link DescribeManagedRuleGroupCommandInput}
|
|
120
|
-
* @returns {@link DescribeManagedRuleGroupCommandOutput}
|
|
121
|
-
* @see {@link DescribeManagedRuleGroupCommandInput} for command's `input` shape.
|
|
122
|
-
* @see {@link DescribeManagedRuleGroupCommandOutput} for command's `response` shape.
|
|
123
|
-
* @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
|
|
124
|
-
*
|
|
125
|
-
* @throws {@link WAFExpiredManagedRuleGroupVersionException} (client fault)
|
|
126
|
-
* <p>The operation failed because the specified version for the managed rule group has
|
|
127
|
-
* expired. You can retrieve the available versions for the managed rule group by calling
|
|
128
|
-
* <a>ListAvailableManagedRuleGroupVersions</a>.</p>
|
|
129
|
-
*
|
|
130
|
-
* @throws {@link WAFInternalErrorException} (server fault)
|
|
131
|
-
* <p>Your request is valid, but WAF couldn’t perform the operation because of a system
|
|
132
|
-
* problem. Retry your request. </p>
|
|
133
|
-
*
|
|
134
|
-
* @throws {@link WAFInvalidOperationException} (client fault)
|
|
135
|
-
* <p>The operation isn't valid. </p>
|
|
136
|
-
*
|
|
137
|
-
* @throws {@link WAFInvalidParameterException} (client fault)
|
|
138
|
-
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
|
|
139
|
-
* example: </p>
|
|
140
|
-
* <ul>
|
|
141
|
-
* <li>
|
|
142
|
-
* <p>You specified a parameter name or value that isn't valid.</p>
|
|
143
|
-
* </li>
|
|
144
|
-
* <li>
|
|
145
|
-
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
|
|
146
|
-
* can’t be nested. </p>
|
|
147
|
-
* </li>
|
|
148
|
-
* <li>
|
|
149
|
-
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
|
|
150
|
-
* isn't among the types available at <a>DefaultAction</a>.</p>
|
|
151
|
-
* </li>
|
|
152
|
-
* <li>
|
|
153
|
-
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
154
|
-
* with which a web ACL can't be associated.</p>
|
|
155
|
-
* </li>
|
|
156
|
-
* </ul>
|
|
157
|
-
*
|
|
158
|
-
* @throws {@link WAFInvalidResourceException} (client fault)
|
|
159
|
-
* <p>WAF couldn’t perform the operation because the resource that you requested isn’t
|
|
160
|
-
* valid. Check the resource, and try again.</p>
|
|
161
|
-
*
|
|
162
|
-
* @throws {@link WAFNonexistentItemException} (client fault)
|
|
163
|
-
* <p>WAF couldn’t perform the operation because your resource doesn't exist.
|
|
164
|
-
* If you've just created a resource that you're using in this operation, you might
|
|
165
|
-
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
166
|
-
* for changes to propagate. </p>
|
|
167
|
-
*
|
|
168
|
-
* @throws {@link WAFV2ServiceException}
|
|
169
|
-
* <p>Base exception class for all service exceptions from WAFV2 service.</p>
|
|
170
|
-
*
|
|
171
|
-
*/
|
|
172
|
-
export declare class DescribeManagedRuleGroupCommand extends $Command<DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
|
|
173
|
-
readonly input: DescribeManagedRuleGroupCommandInput;
|
|
174
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
175
|
-
/**
|
|
176
|
-
* @public
|
|
177
|
-
*/
|
|
178
|
-
constructor(input: DescribeManagedRuleGroupCommandInput);
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput>;
|
|
183
|
-
/**
|
|
184
|
-
* @internal
|
|
185
|
-
*/
|
|
186
|
-
private serialize;
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
|
-
private deserialize;
|
|
191
|
-
}
|
|
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
|
+
DescribeManagedRuleGroupRequest,
|
|
11
|
+
DescribeManagedRuleGroupResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WAFV2ClientResolvedConfig,
|
|
17
|
+
} from "../WAFV2Client";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeManagedRuleGroupCommandInput
|
|
20
|
+
extends DescribeManagedRuleGroupRequest {}
|
|
21
|
+
export interface DescribeManagedRuleGroupCommandOutput
|
|
22
|
+
extends DescribeManagedRuleGroupResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeManagedRuleGroupCommand extends $Command<
|
|
25
|
+
DescribeManagedRuleGroupCommandInput,
|
|
26
|
+
DescribeManagedRuleGroupCommandOutput,
|
|
27
|
+
WAFV2ClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeManagedRuleGroupCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeManagedRuleGroupCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeManagedRuleGroupCommandInput,
|
|
38
|
+
DescribeManagedRuleGroupCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -1,109 +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
|
-
* const command = new DisassociateWebACLCommand(input);
|
|
41
|
-
* const response = await client.send(command);
|
|
42
|
-
* // {};
|
|
43
|
-
*
|
|
44
|
-
* ```
|
|
45
|
-
*
|
|
46
|
-
* @param DisassociateWebACLCommandInput - {@link DisassociateWebACLCommandInput}
|
|
47
|
-
* @returns {@link DisassociateWebACLCommandOutput}
|
|
48
|
-
* @see {@link DisassociateWebACLCommandInput} for command's `input` shape.
|
|
49
|
-
* @see {@link DisassociateWebACLCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
|
|
51
|
-
*
|
|
52
|
-
* @throws {@link WAFInternalErrorException} (server fault)
|
|
53
|
-
* <p>Your request is valid, but WAF couldn’t perform the operation because of a system
|
|
54
|
-
* problem. Retry your request. </p>
|
|
55
|
-
*
|
|
56
|
-
* @throws {@link WAFInvalidOperationException} (client fault)
|
|
57
|
-
* <p>The operation isn't valid. </p>
|
|
58
|
-
*
|
|
59
|
-
* @throws {@link WAFInvalidParameterException} (client fault)
|
|
60
|
-
* <p>The operation failed because WAF didn't recognize a parameter in the request. For
|
|
61
|
-
* example: </p>
|
|
62
|
-
* <ul>
|
|
63
|
-
* <li>
|
|
64
|
-
* <p>You specified a parameter name or value that isn't valid.</p>
|
|
65
|
-
* </li>
|
|
66
|
-
* <li>
|
|
67
|
-
* <p>Your nested statement isn't valid. You might have tried to nest a statement that
|
|
68
|
-
* can’t be nested. </p>
|
|
69
|
-
* </li>
|
|
70
|
-
* <li>
|
|
71
|
-
* <p>You tried to update a <code>WebACL</code> with a <code>DefaultAction</code> that
|
|
72
|
-
* isn't among the types available at <a>DefaultAction</a>.</p>
|
|
73
|
-
* </li>
|
|
74
|
-
* <li>
|
|
75
|
-
* <p>Your request references an ARN that is malformed, or corresponds to a resource
|
|
76
|
-
* with which a web ACL can't be associated.</p>
|
|
77
|
-
* </li>
|
|
78
|
-
* </ul>
|
|
79
|
-
*
|
|
80
|
-
* @throws {@link WAFNonexistentItemException} (client fault)
|
|
81
|
-
* <p>WAF couldn’t perform the operation because your resource doesn't exist.
|
|
82
|
-
* If you've just created a resource that you're using in this operation, you might
|
|
83
|
-
* just need to wait a few minutes. It can take from a few seconds to a number of minutes
|
|
84
|
-
* for changes to propagate. </p>
|
|
85
|
-
*
|
|
86
|
-
* @throws {@link WAFV2ServiceException}
|
|
87
|
-
* <p>Base exception class for all service exceptions from WAFV2 service.</p>
|
|
88
|
-
*
|
|
89
|
-
*/
|
|
90
|
-
export declare class DisassociateWebACLCommand extends $Command<DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput, WAFV2ClientResolvedConfig> {
|
|
91
|
-
readonly input: DisassociateWebACLCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: DisassociateWebACLCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
109
|
-
}
|
|
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
|
+
DisassociateWebACLRequest,
|
|
11
|
+
DisassociateWebACLResponse,
|
|
12
|
+
} from "../models/models_0";
|
|
13
|
+
import {
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
WAFV2ClientResolvedConfig,
|
|
17
|
+
} from "../WAFV2Client";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DisassociateWebACLCommandInput
|
|
20
|
+
extends DisassociateWebACLRequest {}
|
|
21
|
+
export interface DisassociateWebACLCommandOutput
|
|
22
|
+
extends DisassociateWebACLResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DisassociateWebACLCommand extends $Command<
|
|
25
|
+
DisassociateWebACLCommandInput,
|
|
26
|
+
DisassociateWebACLCommandOutput,
|
|
27
|
+
WAFV2ClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DisassociateWebACLCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DisassociateWebACLCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: WAFV2ClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|