@aws-sdk/client-waf 3.295.0 → 3.297.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.
Files changed (82) hide show
  1. package/dist-types/WAF.d.ts +78 -0
  2. package/dist-types/WAFClient.d.ts +24 -4
  3. package/dist-types/commands/CreateByteMatchSetCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateGeoMatchSetCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateIPSetCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateRateBasedRuleCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateRegexMatchSetCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateRuleCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateRuleGroupCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateSizeConstraintSetCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateSqlInjectionMatchSetCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateWebACLCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateWebACLMigrationStackCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateXssMatchSetCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteByteMatchSetCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteGeoMatchSetCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteIPSetCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +16 -0
  20. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteRateBasedRuleCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteRegexMatchSetCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteRuleCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteSizeConstraintSetCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteSqlInjectionMatchSetCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteWebACLCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteXssMatchSetCommand.d.ts +16 -0
  30. package/dist-types/commands/GetByteMatchSetCommand.d.ts +16 -0
  31. package/dist-types/commands/GetChangeTokenCommand.d.ts +16 -0
  32. package/dist-types/commands/GetChangeTokenStatusCommand.d.ts +16 -0
  33. package/dist-types/commands/GetGeoMatchSetCommand.d.ts +16 -0
  34. package/dist-types/commands/GetIPSetCommand.d.ts +16 -0
  35. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +16 -0
  36. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +16 -0
  37. package/dist-types/commands/GetRateBasedRuleCommand.d.ts +16 -0
  38. package/dist-types/commands/GetRateBasedRuleManagedKeysCommand.d.ts +16 -0
  39. package/dist-types/commands/GetRegexMatchSetCommand.d.ts +16 -0
  40. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +16 -0
  41. package/dist-types/commands/GetRuleCommand.d.ts +16 -0
  42. package/dist-types/commands/GetRuleGroupCommand.d.ts +16 -0
  43. package/dist-types/commands/GetSampledRequestsCommand.d.ts +16 -0
  44. package/dist-types/commands/GetSizeConstraintSetCommand.d.ts +16 -0
  45. package/dist-types/commands/GetSqlInjectionMatchSetCommand.d.ts +16 -0
  46. package/dist-types/commands/GetWebACLCommand.d.ts +16 -0
  47. package/dist-types/commands/GetXssMatchSetCommand.d.ts +16 -0
  48. package/dist-types/commands/ListActivatedRulesInRuleGroupCommand.d.ts +16 -0
  49. package/dist-types/commands/ListByteMatchSetsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListGeoMatchSetsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListIPSetsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListRateBasedRulesCommand.d.ts +16 -0
  54. package/dist-types/commands/ListRegexMatchSetsCommand.d.ts +16 -0
  55. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +16 -0
  56. package/dist-types/commands/ListRuleGroupsCommand.d.ts +16 -0
  57. package/dist-types/commands/ListRulesCommand.d.ts +16 -0
  58. package/dist-types/commands/ListSizeConstraintSetsCommand.d.ts +16 -0
  59. package/dist-types/commands/ListSqlInjectionMatchSetsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListSubscribedRuleGroupsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  62. package/dist-types/commands/ListWebACLsCommand.d.ts +16 -0
  63. package/dist-types/commands/ListXssMatchSetsCommand.d.ts +16 -0
  64. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +16 -0
  65. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +16 -0
  66. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  67. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  68. package/dist-types/commands/UpdateByteMatchSetCommand.d.ts +16 -0
  69. package/dist-types/commands/UpdateGeoMatchSetCommand.d.ts +16 -0
  70. package/dist-types/commands/UpdateIPSetCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateRateBasedRuleCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateRegexMatchSetCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateRuleCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdateSizeConstraintSetCommand.d.ts +16 -0
  77. package/dist-types/commands/UpdateSqlInjectionMatchSetCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateWebACLCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateXssMatchSetCommand.d.ts +16 -0
  80. package/dist-types/models/WAFServiceException.d.ts +2 -0
  81. package/dist-types/models/models_0.d.ts +547 -0
  82. package/package.json +29 -29
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutPermissionPolicyRequest, PutPermissionPolicyResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutPermissionPolicyCommand}.
8
10
  */
9
11
  export interface PutPermissionPolicyCommandInput extends PutPermissionPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutPermissionPolicyCommand}.
13
17
  */
14
18
  export interface PutPermissionPolicyCommandOutput extends PutPermissionPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <note>
18
23
  * <p>This is <b>AWS WAF Classic</b> documentation. For
19
24
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -65,6 +70,8 @@ export interface PutPermissionPolicyCommandOutput extends PutPermissionPolicyRes
65
70
  * const response = await client.send(command);
66
71
  * ```
67
72
  *
73
+ * @param PutPermissionPolicyCommandInput - {@link PutPermissionPolicyCommandInput}
74
+ * @returns {@link PutPermissionPolicyCommandOutput}
68
75
  * @see {@link PutPermissionPolicyCommandInput} for command's `input` shape.
69
76
  * @see {@link PutPermissionPolicyCommandOutput} for command's `response` shape.
70
77
  * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
@@ -115,11 +122,20 @@ export interface PutPermissionPolicyCommandOutput extends PutPermissionPolicyRes
115
122
  export declare class PutPermissionPolicyCommand extends $Command<PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput, WAFClientResolvedConfig> {
116
123
  readonly input: PutPermissionPolicyCommandInput;
117
124
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
125
+ /**
126
+ * @public
127
+ */
118
128
  constructor(input: PutPermissionPolicyCommandInput);
119
129
  /**
120
130
  * @internal
121
131
  */
122
132
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput>;
133
+ /**
134
+ * @internal
135
+ */
123
136
  private serialize;
137
+ /**
138
+ * @internal
139
+ */
124
140
  private deserialize;
125
141
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <note>
18
23
  * <p>This is <b>AWS WAF Classic</b> documentation. For
19
24
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -34,6 +39,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
34
39
  * const response = await client.send(command);
35
40
  * ```
36
41
  *
42
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
43
+ * @returns {@link TagResourceCommandOutput}
37
44
  * @see {@link TagResourceCommandInput} for command's `input` shape.
38
45
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
39
46
  * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
@@ -103,11 +110,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
103
110
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, WAFClientResolvedConfig> {
104
111
  readonly input: TagResourceCommandInput;
105
112
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
113
+ /**
114
+ * @public
115
+ */
106
116
  constructor(input: TagResourceCommandInput);
107
117
  /**
108
118
  * @internal
109
119
  */
110
120
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
121
+ /**
122
+ * @internal
123
+ */
111
124
  private serialize;
125
+ /**
126
+ * @internal
127
+ */
112
128
  private deserialize;
113
129
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <note>
18
23
  * <p>This is <b>AWS WAF Classic</b> documentation. For
19
24
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -33,6 +38,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
42
+ * @returns {@link UntagResourceCommandOutput}
36
43
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
37
44
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
38
45
  * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
@@ -97,11 +104,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
97
104
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, WAFClientResolvedConfig> {
98
105
  readonly input: UntagResourceCommandInput;
99
106
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
+ /**
108
+ * @public
109
+ */
100
110
  constructor(input: UntagResourceCommandInput);
101
111
  /**
102
112
  * @internal
103
113
  */
104
114
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
115
+ /**
116
+ * @internal
117
+ */
105
118
  private serialize;
119
+ /**
120
+ * @internal
121
+ */
106
122
  private deserialize;
107
123
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateByteMatchSetRequest, UpdateByteMatchSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateByteMatchSetCommand}.
8
10
  */
9
11
  export interface UpdateByteMatchSetCommandInput extends UpdateByteMatchSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateByteMatchSetCommand}.
13
17
  */
14
18
  export interface UpdateByteMatchSetCommandOutput extends UpdateByteMatchSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <note>
18
23
  * <p>This is <b>AWS WAF Classic</b> documentation. For
19
24
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -71,6 +76,8 @@ export interface UpdateByteMatchSetCommandOutput extends UpdateByteMatchSetRespo
71
76
  * const response = await client.send(command);
72
77
  * ```
73
78
  *
79
+ * @param UpdateByteMatchSetCommandInput - {@link UpdateByteMatchSetCommandInput}
80
+ * @returns {@link UpdateByteMatchSetCommandOutput}
74
81
  * @see {@link UpdateByteMatchSetCommandInput} for command's `input` shape.
75
82
  * @see {@link UpdateByteMatchSetCommandOutput} for command's `response` shape.
76
83
  * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
@@ -209,11 +216,20 @@ export interface UpdateByteMatchSetCommandOutput extends UpdateByteMatchSetRespo
209
216
  export declare class UpdateByteMatchSetCommand extends $Command<UpdateByteMatchSetCommandInput, UpdateByteMatchSetCommandOutput, WAFClientResolvedConfig> {
210
217
  readonly input: UpdateByteMatchSetCommandInput;
211
218
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
219
+ /**
220
+ * @public
221
+ */
212
222
  constructor(input: UpdateByteMatchSetCommandInput);
213
223
  /**
214
224
  * @internal
215
225
  */
216
226
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateByteMatchSetCommandInput, UpdateByteMatchSetCommandOutput>;
227
+ /**
228
+ * @internal
229
+ */
217
230
  private serialize;
231
+ /**
232
+ * @internal
233
+ */
218
234
  private deserialize;
219
235
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateGeoMatchSetRequest, UpdateGeoMatchSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateGeoMatchSetCommand}.
8
10
  */
9
11
  export interface UpdateGeoMatchSetCommandInput extends UpdateGeoMatchSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateGeoMatchSetCommand}.
13
17
  */
14
18
  export interface UpdateGeoMatchSetCommandOutput extends UpdateGeoMatchSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <note>
18
23
  * <p>This is <b>AWS WAF Classic</b> documentation. For
19
24
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -63,6 +68,8 @@ export interface UpdateGeoMatchSetCommandOutput extends UpdateGeoMatchSetRespons
63
68
  * const response = await client.send(command);
64
69
  * ```
65
70
  *
71
+ * @param UpdateGeoMatchSetCommandInput - {@link UpdateGeoMatchSetCommandInput}
72
+ * @returns {@link UpdateGeoMatchSetCommandOutput}
66
73
  * @see {@link UpdateGeoMatchSetCommandInput} for command's `input` shape.
67
74
  * @see {@link UpdateGeoMatchSetCommandOutput} for command's `response` shape.
68
75
  * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
@@ -181,11 +188,20 @@ export interface UpdateGeoMatchSetCommandOutput extends UpdateGeoMatchSetRespons
181
188
  export declare class UpdateGeoMatchSetCommand extends $Command<UpdateGeoMatchSetCommandInput, UpdateGeoMatchSetCommandOutput, WAFClientResolvedConfig> {
182
189
  readonly input: UpdateGeoMatchSetCommandInput;
183
190
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
191
+ /**
192
+ * @public
193
+ */
184
194
  constructor(input: UpdateGeoMatchSetCommandInput);
185
195
  /**
186
196
  * @internal
187
197
  */
188
198
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGeoMatchSetCommandInput, UpdateGeoMatchSetCommandOutput>;
199
+ /**
200
+ * @internal
201
+ */
189
202
  private serialize;
203
+ /**
204
+ * @internal
205
+ */
190
206
  private deserialize;
191
207
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateIPSetCommand}.
8
10
  */
9
11
  export interface UpdateIPSetCommandInput extends UpdateIPSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateIPSetCommand}.
13
17
  */
14
18
  export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <note>
18
23
  * <p>This is <b>AWS WAF Classic</b> documentation. For
19
24
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -98,6 +103,8 @@ export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __Metadat
98
103
  * const response = await client.send(command);
99
104
  * ```
100
105
  *
106
+ * @param UpdateIPSetCommandInput - {@link UpdateIPSetCommandInput}
107
+ * @returns {@link UpdateIPSetCommandOutput}
101
108
  * @see {@link UpdateIPSetCommandInput} for command's `input` shape.
102
109
  * @see {@link UpdateIPSetCommandOutput} for command's `response` shape.
103
110
  * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
@@ -242,11 +249,20 @@ export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __Metadat
242
249
  export declare class UpdateIPSetCommand extends $Command<UpdateIPSetCommandInput, UpdateIPSetCommandOutput, WAFClientResolvedConfig> {
243
250
  readonly input: UpdateIPSetCommandInput;
244
251
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
252
+ /**
253
+ * @public
254
+ */
245
255
  constructor(input: UpdateIPSetCommandInput);
246
256
  /**
247
257
  * @internal
248
258
  */
249
259
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIPSetCommandInput, UpdateIPSetCommandOutput>;
260
+ /**
261
+ * @internal
262
+ */
250
263
  private serialize;
264
+ /**
265
+ * @internal
266
+ */
251
267
  private deserialize;
252
268
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateRateBasedRuleRequest, UpdateRateBasedRuleResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateRateBasedRuleCommand}.
8
10
  */
9
11
  export interface UpdateRateBasedRuleCommandInput extends UpdateRateBasedRuleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateRateBasedRuleCommand}.
13
17
  */
14
18
  export interface UpdateRateBasedRuleCommandOutput extends UpdateRateBasedRuleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <note>
18
23
  * <p>This is <b>AWS WAF Classic</b> documentation. For
19
24
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -79,6 +84,8 @@ export interface UpdateRateBasedRuleCommandOutput extends UpdateRateBasedRuleRes
79
84
  * const response = await client.send(command);
80
85
  * ```
81
86
  *
87
+ * @param UpdateRateBasedRuleCommandInput - {@link UpdateRateBasedRuleCommandInput}
88
+ * @returns {@link UpdateRateBasedRuleCommandOutput}
82
89
  * @see {@link UpdateRateBasedRuleCommandInput} for command's `input` shape.
83
90
  * @see {@link UpdateRateBasedRuleCommandOutput} for command's `response` shape.
84
91
  * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
@@ -197,11 +204,20 @@ export interface UpdateRateBasedRuleCommandOutput extends UpdateRateBasedRuleRes
197
204
  export declare class UpdateRateBasedRuleCommand extends $Command<UpdateRateBasedRuleCommandInput, UpdateRateBasedRuleCommandOutput, WAFClientResolvedConfig> {
198
205
  readonly input: UpdateRateBasedRuleCommandInput;
199
206
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
207
+ /**
208
+ * @public
209
+ */
200
210
  constructor(input: UpdateRateBasedRuleCommandInput);
201
211
  /**
202
212
  * @internal
203
213
  */
204
214
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRateBasedRuleCommandInput, UpdateRateBasedRuleCommandOutput>;
215
+ /**
216
+ * @internal
217
+ */
205
218
  private serialize;
219
+ /**
220
+ * @internal
221
+ */
206
222
  private deserialize;
207
223
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateRegexMatchSetRequest, UpdateRegexMatchSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateRegexMatchSetCommand}.
8
10
  */
9
11
  export interface UpdateRegexMatchSetCommandInput extends UpdateRegexMatchSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateRegexMatchSetCommand}.
13
17
  */
14
18
  export interface UpdateRegexMatchSetCommandOutput extends UpdateRegexMatchSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <note>
18
23
  * <p>This is <b>AWS WAF Classic</b> documentation. For
19
24
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -67,6 +72,8 @@ export interface UpdateRegexMatchSetCommandOutput extends UpdateRegexMatchSetRes
67
72
  * const response = await client.send(command);
68
73
  * ```
69
74
  *
75
+ * @param UpdateRegexMatchSetCommandInput - {@link UpdateRegexMatchSetCommandInput}
76
+ * @returns {@link UpdateRegexMatchSetCommandOutput}
70
77
  * @see {@link UpdateRegexMatchSetCommandInput} for command's `input` shape.
71
78
  * @see {@link UpdateRegexMatchSetCommandOutput} for command's `response` shape.
72
79
  * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
@@ -137,11 +144,20 @@ export interface UpdateRegexMatchSetCommandOutput extends UpdateRegexMatchSetRes
137
144
  export declare class UpdateRegexMatchSetCommand extends $Command<UpdateRegexMatchSetCommandInput, UpdateRegexMatchSetCommandOutput, WAFClientResolvedConfig> {
138
145
  readonly input: UpdateRegexMatchSetCommandInput;
139
146
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
147
+ /**
148
+ * @public
149
+ */
140
150
  constructor(input: UpdateRegexMatchSetCommandInput);
141
151
  /**
142
152
  * @internal
143
153
  */
144
154
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRegexMatchSetCommandInput, UpdateRegexMatchSetCommandOutput>;
155
+ /**
156
+ * @internal
157
+ */
145
158
  private serialize;
159
+ /**
160
+ * @internal
161
+ */
146
162
  private deserialize;
147
163
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateRegexPatternSetRequest, UpdateRegexPatternSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateRegexPatternSetCommand}.
8
10
  */
9
11
  export interface UpdateRegexPatternSetCommandInput extends UpdateRegexPatternSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateRegexPatternSetCommand}.
13
17
  */
14
18
  export interface UpdateRegexPatternSetCommandOutput extends UpdateRegexPatternSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <note>
18
23
  * <p>This is <b>AWS WAF Classic</b> documentation. For
19
24
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -72,6 +77,8 @@ export interface UpdateRegexPatternSetCommandOutput extends UpdateRegexPatternSe
72
77
  * const response = await client.send(command);
73
78
  * ```
74
79
  *
80
+ * @param UpdateRegexPatternSetCommandInput - {@link UpdateRegexPatternSetCommandInput}
81
+ * @returns {@link UpdateRegexPatternSetCommandOutput}
75
82
  * @see {@link UpdateRegexPatternSetCommandInput} for command's `input` shape.
76
83
  * @see {@link UpdateRegexPatternSetCommandOutput} for command's `response` shape.
77
84
  * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
@@ -142,11 +149,20 @@ export interface UpdateRegexPatternSetCommandOutput extends UpdateRegexPatternSe
142
149
  export declare class UpdateRegexPatternSetCommand extends $Command<UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput, WAFClientResolvedConfig> {
143
150
  readonly input: UpdateRegexPatternSetCommandInput;
144
151
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
152
+ /**
153
+ * @public
154
+ */
145
155
  constructor(input: UpdateRegexPatternSetCommandInput);
146
156
  /**
147
157
  * @internal
148
158
  */
149
159
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput>;
160
+ /**
161
+ * @internal
162
+ */
150
163
  private serialize;
164
+ /**
165
+ * @internal
166
+ */
151
167
  private deserialize;
152
168
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateRuleRequest, UpdateRuleResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateRuleCommand}.
8
10
  */
9
11
  export interface UpdateRuleCommandInput extends UpdateRuleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateRuleCommand}.
13
17
  */
14
18
  export interface UpdateRuleCommandOutput extends UpdateRuleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <note>
18
23
  * <p>This is <b>AWS WAF Classic</b> documentation. For
19
24
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -74,6 +79,8 @@ export interface UpdateRuleCommandOutput extends UpdateRuleResponse, __MetadataB
74
79
  * const response = await client.send(command);
75
80
  * ```
76
81
  *
82
+ * @param UpdateRuleCommandInput - {@link UpdateRuleCommandInput}
83
+ * @returns {@link UpdateRuleCommandOutput}
77
84
  * @see {@link UpdateRuleCommandInput} for command's `input` shape.
78
85
  * @see {@link UpdateRuleCommandOutput} for command's `response` shape.
79
86
  * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
@@ -219,11 +226,20 @@ export interface UpdateRuleCommandOutput extends UpdateRuleResponse, __MetadataB
219
226
  export declare class UpdateRuleCommand extends $Command<UpdateRuleCommandInput, UpdateRuleCommandOutput, WAFClientResolvedConfig> {
220
227
  readonly input: UpdateRuleCommandInput;
221
228
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
229
+ /**
230
+ * @public
231
+ */
222
232
  constructor(input: UpdateRuleCommandInput);
223
233
  /**
224
234
  * @internal
225
235
  */
226
236
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRuleCommandInput, UpdateRuleCommandOutput>;
237
+ /**
238
+ * @internal
239
+ */
227
240
  private serialize;
241
+ /**
242
+ * @internal
243
+ */
228
244
  private deserialize;
229
245
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateRuleGroupCommand}.
8
10
  */
9
11
  export interface UpdateRuleGroupCommandInput extends UpdateRuleGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateRuleGroupCommand}.
13
17
  */
14
18
  export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <note>
18
23
  * <p>This is <b>AWS WAF Classic</b> documentation. For
19
24
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -57,6 +62,8 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
57
62
  * const response = await client.send(command);
58
63
  * ```
59
64
  *
65
+ * @param UpdateRuleGroupCommandInput - {@link UpdateRuleGroupCommandInput}
66
+ * @returns {@link UpdateRuleGroupCommandOutput}
60
67
  * @see {@link UpdateRuleGroupCommandInput} for command's `input` shape.
61
68
  * @see {@link UpdateRuleGroupCommandOutput} for command's `response` shape.
62
69
  * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
@@ -161,11 +168,20 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
161
168
  export declare class UpdateRuleGroupCommand extends $Command<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, WAFClientResolvedConfig> {
162
169
  readonly input: UpdateRuleGroupCommandInput;
163
170
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
171
+ /**
172
+ * @public
173
+ */
164
174
  constructor(input: UpdateRuleGroupCommandInput);
165
175
  /**
166
176
  * @internal
167
177
  */
168
178
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput>;
179
+ /**
180
+ * @internal
181
+ */
169
182
  private serialize;
183
+ /**
184
+ * @internal
185
+ */
170
186
  private deserialize;
171
187
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateSizeConstraintSetRequest, UpdateSizeConstraintSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateSizeConstraintSetCommand}.
8
10
  */
9
11
  export interface UpdateSizeConstraintSetCommandInput extends UpdateSizeConstraintSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateSizeConstraintSetCommand}.
13
17
  */
14
18
  export interface UpdateSizeConstraintSetCommandOutput extends UpdateSizeConstraintSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <note>
18
23
  * <p>This is <b>AWS WAF Classic</b> documentation. For
19
24
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -75,6 +80,8 @@ export interface UpdateSizeConstraintSetCommandOutput extends UpdateSizeConstrai
75
80
  * const response = await client.send(command);
76
81
  * ```
77
82
  *
83
+ * @param UpdateSizeConstraintSetCommandInput - {@link UpdateSizeConstraintSetCommandInput}
84
+ * @returns {@link UpdateSizeConstraintSetCommandOutput}
78
85
  * @see {@link UpdateSizeConstraintSetCommandInput} for command's `input` shape.
79
86
  * @see {@link UpdateSizeConstraintSetCommandOutput} for command's `response` shape.
80
87
  * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
@@ -223,11 +230,20 @@ export interface UpdateSizeConstraintSetCommandOutput extends UpdateSizeConstrai
223
230
  export declare class UpdateSizeConstraintSetCommand extends $Command<UpdateSizeConstraintSetCommandInput, UpdateSizeConstraintSetCommandOutput, WAFClientResolvedConfig> {
224
231
  readonly input: UpdateSizeConstraintSetCommandInput;
225
232
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
233
+ /**
234
+ * @public
235
+ */
226
236
  constructor(input: UpdateSizeConstraintSetCommandInput);
227
237
  /**
228
238
  * @internal
229
239
  */
230
240
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSizeConstraintSetCommandInput, UpdateSizeConstraintSetCommandOutput>;
241
+ /**
242
+ * @internal
243
+ */
231
244
  private serialize;
245
+ /**
246
+ * @internal
247
+ */
232
248
  private deserialize;
233
249
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UpdateSqlInjectionMatchSetRequest, UpdateSqlInjectionMatchSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateSqlInjectionMatchSetCommand}.
8
10
  */
9
11
  export interface UpdateSqlInjectionMatchSetCommandInput extends UpdateSqlInjectionMatchSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateSqlInjectionMatchSetCommand}.
13
17
  */
14
18
  export interface UpdateSqlInjectionMatchSetCommandOutput extends UpdateSqlInjectionMatchSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <note>
18
23
  * <p>This is <b>AWS WAF Classic</b> documentation. For
19
24
  * more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
@@ -74,6 +79,8 @@ export interface UpdateSqlInjectionMatchSetCommandOutput extends UpdateSqlInject
74
79
  * const response = await client.send(command);
75
80
  * ```
76
81
  *
82
+ * @param UpdateSqlInjectionMatchSetCommandInput - {@link UpdateSqlInjectionMatchSetCommandInput}
83
+ * @returns {@link UpdateSqlInjectionMatchSetCommandOutput}
77
84
  * @see {@link UpdateSqlInjectionMatchSetCommandInput} for command's `input` shape.
78
85
  * @see {@link UpdateSqlInjectionMatchSetCommandOutput} for command's `response` shape.
79
86
  * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
@@ -209,11 +216,20 @@ export interface UpdateSqlInjectionMatchSetCommandOutput extends UpdateSqlInject
209
216
  export declare class UpdateSqlInjectionMatchSetCommand extends $Command<UpdateSqlInjectionMatchSetCommandInput, UpdateSqlInjectionMatchSetCommandOutput, WAFClientResolvedConfig> {
210
217
  readonly input: UpdateSqlInjectionMatchSetCommandInput;
211
218
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
219
+ /**
220
+ * @public
221
+ */
212
222
  constructor(input: UpdateSqlInjectionMatchSetCommandInput);
213
223
  /**
214
224
  * @internal
215
225
  */
216
226
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSqlInjectionMatchSetCommandInput, UpdateSqlInjectionMatchSetCommandOutput>;
227
+ /**
228
+ * @internal
229
+ */
217
230
  private serialize;
231
+ /**
232
+ * @internal
233
+ */
218
234
  private deserialize;
219
235
  }