@aws-sdk/client-wafv2 3.296.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 (53) hide show
  1. package/dist-types/WAFV2.d.ts +49 -0
  2. package/dist-types/WAFV2Client.d.ts +24 -4
  3. package/dist-types/commands/AssociateWebACLCommand.d.ts +16 -0
  4. package/dist-types/commands/CheckCapacityCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateIPSetCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateRuleGroupCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateWebACLCommand.d.ts +16 -0
  9. package/dist-types/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteIPSetCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +16 -0
  12. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteWebACLCommand.d.ts +16 -0
  16. package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +16 -0
  17. package/dist-types/commands/DisassociateWebACLCommand.d.ts +16 -0
  18. package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +16 -0
  19. package/dist-types/commands/GetIPSetCommand.d.ts +16 -0
  20. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +16 -0
  21. package/dist-types/commands/GetManagedRuleSetCommand.d.ts +16 -0
  22. package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +16 -0
  23. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +16 -0
  24. package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +16 -0
  25. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +16 -0
  26. package/dist-types/commands/GetRuleGroupCommand.d.ts +16 -0
  27. package/dist-types/commands/GetSampledRequestsCommand.d.ts +16 -0
  28. package/dist-types/commands/GetWebACLCommand.d.ts +16 -0
  29. package/dist-types/commands/GetWebACLForResourceCommand.d.ts +16 -0
  30. package/dist-types/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +16 -0
  31. package/dist-types/commands/ListAvailableManagedRuleGroupsCommand.d.ts +16 -0
  32. package/dist-types/commands/ListIPSetsCommand.d.ts +16 -0
  33. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +16 -0
  34. package/dist-types/commands/ListManagedRuleSetsCommand.d.ts +16 -0
  35. package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +16 -0
  36. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +16 -0
  37. package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +16 -0
  38. package/dist-types/commands/ListRuleGroupsCommand.d.ts +16 -0
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  40. package/dist-types/commands/ListWebACLsCommand.d.ts +16 -0
  41. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +16 -0
  42. package/dist-types/commands/PutManagedRuleSetVersionsCommand.d.ts +16 -0
  43. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +16 -0
  44. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  45. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  46. package/dist-types/commands/UpdateIPSetCommand.d.ts +16 -0
  47. package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +16 -0
  48. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +16 -0
  49. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +16 -0
  50. package/dist-types/commands/UpdateWebACLCommand.d.ts +16 -0
  51. package/dist-types/models/WAFV2ServiceException.d.ts +2 -0
  52. package/dist-types/models/models_0.d.ts +512 -29
  53. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateRegexPatternSetRequest, CreateRegexPatternSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateRegexPatternSetCommand}.
8
10
  */
9
11
  export interface CreateRegexPatternSetCommandInput extends CreateRegexPatternSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateRegexPatternSetCommand}.
13
17
  */
14
18
  export interface CreateRegexPatternSetCommandOutput extends CreateRegexPatternSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a <a>RegexPatternSet</a>, which you reference in a <a>RegexPatternSetReferenceStatement</a>, to have WAF inspect a web request
18
23
  * component for the specified patterns.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateRegexPatternSetCommandOutput extends CreateRegexPatternSe
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateRegexPatternSetCommandInput - {@link CreateRegexPatternSetCommandInput}
35
+ * @returns {@link CreateRegexPatternSetCommandOutput}
29
36
  * @see {@link CreateRegexPatternSetCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateRegexPatternSetCommandOutput} for command's `response` shape.
31
38
  * @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
@@ -85,11 +92,20 @@ export interface CreateRegexPatternSetCommandOutput extends CreateRegexPatternSe
85
92
  export declare class CreateRegexPatternSetCommand extends $Command<CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
86
93
  readonly input: CreateRegexPatternSetCommandInput;
87
94
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
+ /**
96
+ * @public
97
+ */
88
98
  constructor(input: CreateRegexPatternSetCommandInput);
89
99
  /**
90
100
  * @internal
91
101
  */
92
102
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput>;
103
+ /**
104
+ * @internal
105
+ */
93
106
  private serialize;
107
+ /**
108
+ * @internal
109
+ */
94
110
  private deserialize;
95
111
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateRuleGroupCommand}.
8
10
  */
9
11
  export interface CreateRuleGroupCommandInput extends CreateRuleGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateRuleGroupCommand}.
13
17
  */
14
18
  export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a <a>RuleGroup</a> per the specifications provided. </p>
18
23
  * <p> A rule group defines a collection of rules to inspect and control web requests that you can use in a <a>WebACL</a>. When you create a rule group, you define an immutable capacity limit. If you update a rule group, you must stay within the capacity. This allows others to reuse the rule group with confidence in its capacity requirements. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateRuleGroupCommandInput - {@link CreateRuleGroupCommandInput}
35
+ * @returns {@link CreateRuleGroupCommandOutput}
29
36
  * @see {@link CreateRuleGroupCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateRuleGroupCommandOutput} for command's `response` shape.
31
38
  * @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
@@ -102,11 +109,20 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
102
109
  export declare class CreateRuleGroupCommand extends $Command<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
103
110
  readonly input: CreateRuleGroupCommandInput;
104
111
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
+ /**
113
+ * @public
114
+ */
105
115
  constructor(input: CreateRuleGroupCommandInput);
106
116
  /**
107
117
  * @internal
108
118
  */
109
119
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput>;
120
+ /**
121
+ * @internal
122
+ */
110
123
  private serialize;
124
+ /**
125
+ * @internal
126
+ */
111
127
  private deserialize;
112
128
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateWebACLRequest, CreateWebACLResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateWebACLCommand}.
8
10
  */
9
11
  export interface CreateWebACLCommandInput extends CreateWebACLRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateWebACLCommand}.
13
17
  */
14
18
  export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a <a>WebACL</a> per the specifications provided.</p>
18
23
  * <p> A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types <a>Rule</a>, <a>RuleGroup</a>, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, an AppSync GraphQL API, Amazon Cognito user pool, or an App Runner service. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateWebACLCommandInput - {@link CreateWebACLCommandInput}
35
+ * @returns {@link CreateWebACLCommandOutput}
29
36
  * @see {@link CreateWebACLCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateWebACLCommandOutput} for command's `response` shape.
31
38
  * @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
@@ -124,11 +131,20 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
124
131
  export declare class CreateWebACLCommand extends $Command<CreateWebACLCommandInput, CreateWebACLCommandOutput, WAFV2ClientResolvedConfig> {
125
132
  readonly input: CreateWebACLCommandInput;
126
133
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
134
+ /**
135
+ * @public
136
+ */
127
137
  constructor(input: CreateWebACLCommandInput);
128
138
  /**
129
139
  * @internal
130
140
  */
131
141
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWebACLCommandInput, CreateWebACLCommandOutput>;
142
+ /**
143
+ * @internal
144
+ */
132
145
  private serialize;
146
+ /**
147
+ * @internal
148
+ */
133
149
  private deserialize;
134
150
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteFirewallManagerRuleGroupsRequest, DeleteFirewallManagerRuleGroupsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFirewallManagerRuleGroupsCommand}.
8
10
  */
9
11
  export interface DeleteFirewallManagerRuleGroupsCommandInput extends DeleteFirewallManagerRuleGroupsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFirewallManagerRuleGroupsCommand}.
13
17
  */
14
18
  export interface DeleteFirewallManagerRuleGroupsCommandOutput extends DeleteFirewallManagerRuleGroupsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes all rule groups that are managed by Firewall Manager for the specified web ACL. </p>
18
23
  * <p>You can only use this if <code>ManagedByFirewallManager</code> is false in the specified
19
24
  * <a>WebACL</a>. </p>
@@ -27,6 +32,8 @@ export interface DeleteFirewallManagerRuleGroupsCommandOutput extends DeleteFire
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteFirewallManagerRuleGroupsCommandInput - {@link DeleteFirewallManagerRuleGroupsCommandInput}
36
+ * @returns {@link DeleteFirewallManagerRuleGroupsCommandOutput}
30
37
  * @see {@link DeleteFirewallManagerRuleGroupsCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteFirewallManagerRuleGroupsCommandOutput} for command's `response` shape.
32
39
  * @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
@@ -75,11 +82,20 @@ export interface DeleteFirewallManagerRuleGroupsCommandOutput extends DeleteFire
75
82
  export declare class DeleteFirewallManagerRuleGroupsCommand extends $Command<DeleteFirewallManagerRuleGroupsCommandInput, DeleteFirewallManagerRuleGroupsCommandOutput, WAFV2ClientResolvedConfig> {
76
83
  readonly input: DeleteFirewallManagerRuleGroupsCommandInput;
77
84
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
+ /**
86
+ * @public
87
+ */
78
88
  constructor(input: DeleteFirewallManagerRuleGroupsCommandInput);
79
89
  /**
80
90
  * @internal
81
91
  */
82
92
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFirewallManagerRuleGroupsCommandInput, DeleteFirewallManagerRuleGroupsCommandOutput>;
93
+ /**
94
+ * @internal
95
+ */
83
96
  private serialize;
97
+ /**
98
+ * @internal
99
+ */
84
100
  private deserialize;
85
101
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteIPSetCommand}.
8
10
  */
9
11
  export interface DeleteIPSetCommandInput extends DeleteIPSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteIPSetCommand}.
13
17
  */
14
18
  export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified <a>IPSet</a>. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteIPSetCommandInput - {@link DeleteIPSetCommandInput}
34
+ * @returns {@link DeleteIPSetCommandOutput}
28
35
  * @see {@link DeleteIPSetCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteIPSetCommandOutput} for command's `response` shape.
30
37
  * @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
@@ -84,11 +91,20 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat
84
91
  export declare class DeleteIPSetCommand extends $Command<DeleteIPSetCommandInput, DeleteIPSetCommandOutput, WAFV2ClientResolvedConfig> {
85
92
  readonly input: DeleteIPSetCommandInput;
86
93
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
+ /**
95
+ * @public
96
+ */
87
97
  constructor(input: DeleteIPSetCommandInput);
88
98
  /**
89
99
  * @internal
90
100
  */
91
101
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIPSetCommandInput, DeleteIPSetCommandOutput>;
102
+ /**
103
+ * @internal
104
+ */
92
105
  private serialize;
106
+ /**
107
+ * @internal
108
+ */
93
109
  private deserialize;
94
110
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteLoggingConfigurationRequest, DeleteLoggingConfigurationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteLoggingConfigurationCommand}.
8
10
  */
9
11
  export interface DeleteLoggingConfigurationCommandInput extends DeleteLoggingConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteLoggingConfigurationCommand}.
13
17
  */
14
18
  export interface DeleteLoggingConfigurationCommandOutput extends DeleteLoggingConfigurationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the <a>LoggingConfiguration</a> from the specified web ACL.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteLoggingConfigurationCommandOutput extends DeleteLoggingCo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteLoggingConfigurationCommandInput - {@link DeleteLoggingConfigurationCommandInput}
34
+ * @returns {@link DeleteLoggingConfigurationCommandOutput}
28
35
  * @see {@link DeleteLoggingConfigurationCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteLoggingConfigurationCommandOutput} for command's `response` shape.
30
37
  * @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
@@ -73,11 +80,20 @@ export interface DeleteLoggingConfigurationCommandOutput extends DeleteLoggingCo
73
80
  export declare class DeleteLoggingConfigurationCommand extends $Command<DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig> {
74
81
  readonly input: DeleteLoggingConfigurationCommandInput;
75
82
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
+ /**
84
+ * @public
85
+ */
76
86
  constructor(input: DeleteLoggingConfigurationCommandInput);
77
87
  /**
78
88
  * @internal
79
89
  */
80
90
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput>;
91
+ /**
92
+ * @internal
93
+ */
81
94
  private serialize;
95
+ /**
96
+ * @internal
97
+ */
82
98
  private deserialize;
83
99
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeletePermissionPolicyRequest, DeletePermissionPolicyResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeletePermissionPolicyCommand}.
8
10
  */
9
11
  export interface DeletePermissionPolicyCommandInput extends DeletePermissionPolicyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeletePermissionPolicyCommand}.
13
17
  */
14
18
  export interface DeletePermissionPolicyCommandOutput extends DeletePermissionPolicyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Permanently deletes an IAM policy from the specified rule group.</p>
18
23
  * <p>You must be the owner of the rule group to perform this operation.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeletePermissionPolicyCommandOutput extends DeletePermissionPol
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeletePermissionPolicyCommandInput - {@link DeletePermissionPolicyCommandInput}
35
+ * @returns {@link DeletePermissionPolicyCommandOutput}
29
36
  * @see {@link DeletePermissionPolicyCommandInput} for command's `input` shape.
30
37
  * @see {@link DeletePermissionPolicyCommandOutput} for command's `response` shape.
31
38
  * @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
@@ -66,11 +73,20 @@ export interface DeletePermissionPolicyCommandOutput extends DeletePermissionPol
66
73
  export declare class DeletePermissionPolicyCommand extends $Command<DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput, WAFV2ClientResolvedConfig> {
67
74
  readonly input: DeletePermissionPolicyCommandInput;
68
75
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
+ /**
77
+ * @public
78
+ */
69
79
  constructor(input: DeletePermissionPolicyCommandInput);
70
80
  /**
71
81
  * @internal
72
82
  */
73
83
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput>;
84
+ /**
85
+ * @internal
86
+ */
74
87
  private serialize;
88
+ /**
89
+ * @internal
90
+ */
75
91
  private deserialize;
76
92
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteRegexPatternSetRequest, DeleteRegexPatternSetResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteRegexPatternSetCommand}.
8
10
  */
9
11
  export interface DeleteRegexPatternSetCommandInput extends DeleteRegexPatternSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteRegexPatternSetCommand}.
13
17
  */
14
18
  export interface DeleteRegexPatternSetCommandOutput extends DeleteRegexPatternSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified <a>RegexPatternSet</a>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteRegexPatternSetCommandOutput extends DeleteRegexPatternSe
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteRegexPatternSetCommandInput - {@link DeleteRegexPatternSetCommandInput}
34
+ * @returns {@link DeleteRegexPatternSetCommandOutput}
28
35
  * @see {@link DeleteRegexPatternSetCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteRegexPatternSetCommandOutput} for command's `response` shape.
30
37
  * @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
@@ -84,11 +91,20 @@ export interface DeleteRegexPatternSetCommandOutput extends DeleteRegexPatternSe
84
91
  export declare class DeleteRegexPatternSetCommand extends $Command<DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
85
92
  readonly input: DeleteRegexPatternSetCommandInput;
86
93
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
+ /**
95
+ * @public
96
+ */
87
97
  constructor(input: DeleteRegexPatternSetCommandInput);
88
98
  /**
89
99
  * @internal
90
100
  */
91
101
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput>;
102
+ /**
103
+ * @internal
104
+ */
92
105
  private serialize;
106
+ /**
107
+ * @internal
108
+ */
93
109
  private deserialize;
94
110
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteRuleGroupCommand}.
8
10
  */
9
11
  export interface DeleteRuleGroupCommandInput extends DeleteRuleGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteRuleGroupCommand}.
13
17
  */
14
18
  export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified <a>RuleGroup</a>.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteRuleGroupCommandInput - {@link DeleteRuleGroupCommandInput}
34
+ * @returns {@link DeleteRuleGroupCommandOutput}
28
35
  * @see {@link DeleteRuleGroupCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteRuleGroupCommandOutput} for command's `response` shape.
30
37
  * @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
@@ -84,11 +91,20 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
84
91
  export declare class DeleteRuleGroupCommand extends $Command<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
85
92
  readonly input: DeleteRuleGroupCommandInput;
86
93
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
+ /**
95
+ * @public
96
+ */
87
97
  constructor(input: DeleteRuleGroupCommandInput);
88
98
  /**
89
99
  * @internal
90
100
  */
91
101
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput>;
102
+ /**
103
+ * @internal
104
+ */
92
105
  private serialize;
106
+ /**
107
+ * @internal
108
+ */
93
109
  private deserialize;
94
110
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteWebACLRequest, DeleteWebACLResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteWebACLCommand}.
8
10
  */
9
11
  export interface DeleteWebACLCommandInput extends DeleteWebACLRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteWebACLCommand}.
13
17
  */
14
18
  export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the specified <a>WebACL</a>. </p>
18
23
  * <p>You can only use this if <code>ManagedByFirewallManager</code> is false in the specified
19
24
  * <a>WebACL</a>. </p>
@@ -57,6 +62,8 @@ export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __Metad
57
62
  * const response = await client.send(command);
58
63
  * ```
59
64
  *
65
+ * @param DeleteWebACLCommandInput - {@link DeleteWebACLCommandInput}
66
+ * @returns {@link DeleteWebACLCommandOutput}
60
67
  * @see {@link DeleteWebACLCommandInput} for command's `input` shape.
61
68
  * @see {@link DeleteWebACLCommandOutput} for command's `response` shape.
62
69
  * @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
@@ -116,11 +123,20 @@ export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __Metad
116
123
  export declare class DeleteWebACLCommand extends $Command<DeleteWebACLCommandInput, DeleteWebACLCommandOutput, WAFV2ClientResolvedConfig> {
117
124
  readonly input: DeleteWebACLCommandInput;
118
125
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
126
+ /**
127
+ * @public
128
+ */
119
129
  constructor(input: DeleteWebACLCommandInput);
120
130
  /**
121
131
  * @internal
122
132
  */
123
133
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWebACLCommandInput, DeleteWebACLCommandOutput>;
134
+ /**
135
+ * @internal
136
+ */
124
137
  private serialize;
138
+ /**
139
+ * @internal
140
+ */
125
141
  private deserialize;
126
142
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DescribeManagedRuleGroupRequest, DescribeManagedRuleGroupResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DescribeManagedRuleGroupCommand}.
8
10
  */
9
11
  export interface DescribeManagedRuleGroupCommandInput extends DescribeManagedRuleGroupRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DescribeManagedRuleGroupCommand}.
13
17
  */
14
18
  export interface DescribeManagedRuleGroupCommandOutput extends DescribeManagedRuleGroupResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Provides high-level information for a managed rule group, including descriptions of the
18
23
  * rules. </p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DescribeManagedRuleGroupCommandOutput extends DescribeManagedRu
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DescribeManagedRuleGroupCommandInput - {@link DescribeManagedRuleGroupCommandInput}
35
+ * @returns {@link DescribeManagedRuleGroupCommandOutput}
29
36
  * @see {@link DescribeManagedRuleGroupCommandInput} for command's `input` shape.
30
37
  * @see {@link DescribeManagedRuleGroupCommandOutput} for command's `response` shape.
31
38
  * @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
@@ -78,11 +85,20 @@ export interface DescribeManagedRuleGroupCommandOutput extends DescribeManagedRu
78
85
  export declare class DescribeManagedRuleGroupCommand extends $Command<DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
79
86
  readonly input: DescribeManagedRuleGroupCommandInput;
80
87
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
+ /**
89
+ * @public
90
+ */
81
91
  constructor(input: DescribeManagedRuleGroupCommandInput);
82
92
  /**
83
93
  * @internal
84
94
  */
85
95
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput>;
96
+ /**
97
+ * @internal
98
+ */
86
99
  private serialize;
100
+ /**
101
+ * @internal
102
+ */
87
103
  private deserialize;
88
104
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DisassociateWebACLRequest, DisassociateWebACLResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DisassociateWebACLCommand}.
8
10
  */
9
11
  export interface DisassociateWebACLCommandInput extends DisassociateWebACLRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DisassociateWebACLCommand}.
13
17
  */
14
18
  export interface DisassociateWebACLCommandOutput extends DisassociateWebACLResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Disassociates the specified regional application resource from any existing web ACL
18
23
  * association. A resource can have at most one web ACL association. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. </p>
19
24
  * <p>For Amazon CloudFront, don't use this call. Instead, use your CloudFront distribution configuration. To
@@ -29,6 +34,8 @@ export interface DisassociateWebACLCommandOutput extends DisassociateWebACLRespo
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param DisassociateWebACLCommandInput - {@link DisassociateWebACLCommandInput}
38
+ * @returns {@link DisassociateWebACLCommandOutput}
32
39
  * @see {@link DisassociateWebACLCommandInput} for command's `input` shape.
33
40
  * @see {@link DisassociateWebACLCommandOutput} for command's `response` shape.
34
41
  * @see {@link WAFV2ClientResolvedConfig | config} for WAFV2Client's `config` shape.
@@ -72,11 +79,20 @@ export interface DisassociateWebACLCommandOutput extends DisassociateWebACLRespo
72
79
  export declare class DisassociateWebACLCommand extends $Command<DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput, WAFV2ClientResolvedConfig> {
73
80
  readonly input: DisassociateWebACLCommandInput;
74
81
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
+ /**
83
+ * @public
84
+ */
75
85
  constructor(input: DisassociateWebACLCommandInput);
76
86
  /**
77
87
  * @internal
78
88
  */
79
89
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput>;
90
+ /**
91
+ * @internal
92
+ */
80
93
  private serialize;
94
+ /**
95
+ * @internal
96
+ */
81
97
  private deserialize;
82
98
  }