@aws-sdk/client-network-firewall 3.50.0 → 3.53.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 (62) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/NetworkFirewallServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +172 -3
  5. package/dist-cjs/protocols/Aws_json1_0.js +353 -1266
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/NetworkFirewallServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +158 -1
  9. package/dist-es/protocols/Aws_json1_0.js +741 -1363
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/NetworkFirewallServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +86 -37
  13. package/dist-types/ts3.4/NetworkFirewall.d.ts +155 -0
  14. package/dist-types/ts3.4/NetworkFirewallClient.d.ts +103 -0
  15. package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/index.d.ts +30 -0
  46. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  47. package/dist-types/ts3.4/index.d.ts +6 -0
  48. package/dist-types/ts3.4/models/NetworkFirewallServiceException.d.ts +6 -0
  49. package/dist-types/ts3.4/models/index.d.ts +1 -0
  50. package/dist-types/ts3.4/models/models_0.d.ts +1425 -0
  51. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  52. package/dist-types/ts3.4/pagination/ListFirewallPoliciesPaginator.d.ts +4 -0
  53. package/dist-types/ts3.4/pagination/ListFirewallsPaginator.d.ts +4 -0
  54. package/dist-types/ts3.4/pagination/ListRuleGroupsPaginator.d.ts +4 -0
  55. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
  56. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  57. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +92 -0
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  62. package/package.json +33 -33
@@ -3,3 +3,4 @@ export * from "./NetworkFirewallClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { NetworkFirewallServiceException } from "./models/NetworkFirewallServiceException";
@@ -0,0 +1,10 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ /**
3
+ * Base exception class for all service exceptions from NetworkFirewall service.
4
+ */
5
+ export declare class NetworkFirewallServiceException extends __ServiceException {
6
+ /**
7
+ * @internal
8
+ */
9
+ constructor(options: __ServiceExceptionOptions);
10
+ }
@@ -1,4 +1,5 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { NetworkFirewallServiceException as __BaseException } from "./NetworkFirewallServiceException";
2
3
  /**
3
4
  * <p>The value to use in an Amazon CloudWatch custom metric dimension. This is used in the
4
5
  * <code>PublishMetrics</code>
@@ -142,19 +143,27 @@ export declare namespace AssociateFirewallPolicyResponse {
142
143
  * <p>Your request is valid, but Network Firewall couldn’t perform the operation because of a
143
144
  * system problem. Retry your request. </p>
144
145
  */
145
- export interface InternalServerError extends __SmithyException, $MetadataBearer {
146
- name: "InternalServerError";
147
- $fault: "server";
146
+ export declare class InternalServerError extends __BaseException {
147
+ readonly name: "InternalServerError";
148
+ readonly $fault: "server";
148
149
  Message?: string;
150
+ /**
151
+ * @internal
152
+ */
153
+ constructor(opts: __ExceptionOptionType<InternalServerError, __BaseException>);
149
154
  }
150
155
  /**
151
156
  * <p>The operation failed because it's not valid. For example, you might have tried to delete
152
157
  * a rule group or firewall policy that's in use.</p>
153
158
  */
154
- export interface InvalidOperationException extends __SmithyException, $MetadataBearer {
155
- name: "InvalidOperationException";
156
- $fault: "client";
159
+ export declare class InvalidOperationException extends __BaseException {
160
+ readonly name: "InvalidOperationException";
161
+ readonly $fault: "client";
157
162
  Message?: string;
163
+ /**
164
+ * @internal
165
+ */
166
+ constructor(opts: __ExceptionOptionType<InvalidOperationException, __BaseException>);
158
167
  }
159
168
  /**
160
169
  * <p>The operation failed because of a problem with your request. Examples include: </p>
@@ -172,34 +181,50 @@ export interface InvalidOperationException extends __SmithyException, $MetadataB
172
181
  * </li>
173
182
  * </ul>
174
183
  */
175
- export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
176
- name: "InvalidRequestException";
177
- $fault: "client";
184
+ export declare class InvalidRequestException extends __BaseException {
185
+ readonly name: "InvalidRequestException";
186
+ readonly $fault: "client";
178
187
  Message?: string;
188
+ /**
189
+ * @internal
190
+ */
191
+ constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
179
192
  }
180
193
  /**
181
194
  * <p>The token you provided is stale or isn't valid for the operation. </p>
182
195
  */
183
- export interface InvalidTokenException extends __SmithyException, $MetadataBearer {
184
- name: "InvalidTokenException";
185
- $fault: "client";
196
+ export declare class InvalidTokenException extends __BaseException {
197
+ readonly name: "InvalidTokenException";
198
+ readonly $fault: "client";
186
199
  Message?: string;
200
+ /**
201
+ * @internal
202
+ */
203
+ constructor(opts: __ExceptionOptionType<InvalidTokenException, __BaseException>);
187
204
  }
188
205
  /**
189
206
  * <p>Unable to locate a resource using the parameters that you provided.</p>
190
207
  */
191
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
192
- name: "ResourceNotFoundException";
193
- $fault: "client";
208
+ export declare class ResourceNotFoundException extends __BaseException {
209
+ readonly name: "ResourceNotFoundException";
210
+ readonly $fault: "client";
194
211
  Message?: string;
212
+ /**
213
+ * @internal
214
+ */
215
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
195
216
  }
196
217
  /**
197
218
  * <p>Unable to process the request due to throttling limitations.</p>
198
219
  */
199
- export interface ThrottlingException extends __SmithyException, $MetadataBearer {
200
- name: "ThrottlingException";
201
- $fault: "client";
220
+ export declare class ThrottlingException extends __BaseException {
221
+ readonly name: "ThrottlingException";
222
+ readonly $fault: "client";
202
223
  Message?: string;
224
+ /**
225
+ * @internal
226
+ */
227
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
203
228
  }
204
229
  /**
205
230
  * <p>The ID for a subnet that you want to associate with the firewall. This is used with
@@ -277,10 +302,14 @@ export declare namespace AssociateSubnetsResponse {
277
302
  * <p>AWS doesn't currently have enough available capacity to fulfill your request. Try your
278
303
  * request later. </p>
279
304
  */
280
- export interface InsufficientCapacityException extends __SmithyException, $MetadataBearer {
281
- name: "InsufficientCapacityException";
282
- $fault: "server";
305
+ export declare class InsufficientCapacityException extends __BaseException {
306
+ readonly name: "InsufficientCapacityException";
307
+ readonly $fault: "server";
283
308
  Message?: string;
309
+ /**
310
+ * @internal
311
+ */
312
+ constructor(opts: __ExceptionOptionType<InsufficientCapacityException, __BaseException>);
284
313
  }
285
314
  export declare enum AttachmentStatus {
286
315
  CREATING = "CREATING",
@@ -605,10 +634,14 @@ export declare namespace CreateFirewallResponse {
605
634
  /**
606
635
  * <p>Unable to perform the operation because doing so would violate a limit setting. </p>
607
636
  */
608
- export interface LimitExceededException extends __SmithyException, $MetadataBearer {
609
- name: "LimitExceededException";
610
- $fault: "client";
637
+ export declare class LimitExceededException extends __BaseException {
638
+ readonly name: "LimitExceededException";
639
+ readonly $fault: "client";
611
640
  Message?: string;
641
+ /**
642
+ * @internal
643
+ */
644
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
612
645
  }
613
646
  export declare enum RuleOrder {
614
647
  DEFAULT_ACTION_ORDER = "DEFAULT_ACTION_ORDER",
@@ -1730,10 +1763,14 @@ export declare namespace DeleteFirewallResponse {
1730
1763
  /**
1731
1764
  * <p>The operation you requested isn't supported by Network Firewall. </p>
1732
1765
  */
1733
- export interface UnsupportedOperationException extends __SmithyException, $MetadataBearer {
1734
- name: "UnsupportedOperationException";
1735
- $fault: "client";
1766
+ export declare class UnsupportedOperationException extends __BaseException {
1767
+ readonly name: "UnsupportedOperationException";
1768
+ readonly $fault: "client";
1736
1769
  Message?: string;
1770
+ /**
1771
+ * @internal
1772
+ */
1773
+ constructor(opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>);
1737
1774
  }
1738
1775
  export interface DeleteFirewallPolicyRequest {
1739
1776
  /**
@@ -1789,10 +1826,14 @@ export declare namespace DeleteResourcePolicyResponse {
1789
1826
  /**
1790
1827
  * <p>The policy statement failed validation.</p>
1791
1828
  */
1792
- export interface InvalidResourcePolicyException extends __SmithyException, $MetadataBearer {
1793
- name: "InvalidResourcePolicyException";
1794
- $fault: "client";
1829
+ export declare class InvalidResourcePolicyException extends __BaseException {
1830
+ readonly name: "InvalidResourcePolicyException";
1831
+ readonly $fault: "client";
1795
1832
  Message?: string;
1833
+ /**
1834
+ * @internal
1835
+ */
1836
+ constructor(opts: __ExceptionOptionType<InvalidResourcePolicyException, __BaseException>);
1796
1837
  }
1797
1838
  export interface DeleteRuleGroupRequest {
1798
1839
  /**
@@ -2472,10 +2513,14 @@ export declare namespace ListTagsForResourceResponse {
2472
2513
  /**
2473
2514
  * <p>Unable to send logs to a configured logging destination. </p>
2474
2515
  */
2475
- export interface LogDestinationPermissionException extends __SmithyException, $MetadataBearer {
2476
- name: "LogDestinationPermissionException";
2477
- $fault: "client";
2516
+ export declare class LogDestinationPermissionException extends __BaseException {
2517
+ readonly name: "LogDestinationPermissionException";
2518
+ readonly $fault: "client";
2478
2519
  Message?: string;
2520
+ /**
2521
+ * @internal
2522
+ */
2523
+ constructor(opts: __ExceptionOptionType<LogDestinationPermissionException, __BaseException>);
2479
2524
  }
2480
2525
  export interface PutResourcePolicyRequest {
2481
2526
  /**
@@ -2581,10 +2626,14 @@ export declare namespace UntagResourceResponse {
2581
2626
  /**
2582
2627
  * <p>Unable to change the resource because your account doesn't own it. </p>
2583
2628
  */
2584
- export interface ResourceOwnerCheckException extends __SmithyException, $MetadataBearer {
2585
- name: "ResourceOwnerCheckException";
2586
- $fault: "client";
2629
+ export declare class ResourceOwnerCheckException extends __BaseException {
2630
+ readonly name: "ResourceOwnerCheckException";
2631
+ readonly $fault: "client";
2587
2632
  Message?: string;
2633
+ /**
2634
+ * @internal
2635
+ */
2636
+ constructor(opts: __ExceptionOptionType<ResourceOwnerCheckException, __BaseException>);
2588
2637
  }
2589
2638
  export interface UpdateFirewallDeleteProtectionRequest {
2590
2639
  /**
@@ -0,0 +1,155 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput } from "./commands/AssociateFirewallPolicyCommand";
3
+ import { AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput } from "./commands/AssociateSubnetsCommand";
4
+ import { CreateFirewallCommandInput, CreateFirewallCommandOutput } from "./commands/CreateFirewallCommand";
5
+ import { CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput } from "./commands/CreateFirewallPolicyCommand";
6
+ import { CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput } from "./commands/CreateRuleGroupCommand";
7
+ import { DeleteFirewallCommandInput, DeleteFirewallCommandOutput } from "./commands/DeleteFirewallCommand";
8
+ import { DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput } from "./commands/DeleteFirewallPolicyCommand";
9
+ import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
10
+ import { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "./commands/DeleteRuleGroupCommand";
11
+ import { DescribeFirewallCommandInput, DescribeFirewallCommandOutput } from "./commands/DescribeFirewallCommand";
12
+ import { DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput } from "./commands/DescribeFirewallPolicyCommand";
13
+ import { DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput } from "./commands/DescribeLoggingConfigurationCommand";
14
+ import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
15
+ import { DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput } from "./commands/DescribeRuleGroupCommand";
16
+ import { DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput } from "./commands/DescribeRuleGroupMetadataCommand";
17
+ import { DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput } from "./commands/DisassociateSubnetsCommand";
18
+ import { ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput } from "./commands/ListFirewallPoliciesCommand";
19
+ import { ListFirewallsCommandInput, ListFirewallsCommandOutput } from "./commands/ListFirewallsCommand";
20
+ import { ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput } from "./commands/ListRuleGroupsCommand";
21
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
22
+ import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
23
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
24
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
25
+ import { UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput } from "./commands/UpdateFirewallDeleteProtectionCommand";
26
+ import { UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput } from "./commands/UpdateFirewallDescriptionCommand";
27
+ import { UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput } from "./commands/UpdateFirewallPolicyChangeProtectionCommand";
28
+ import { UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput } from "./commands/UpdateFirewallPolicyCommand";
29
+ import { UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput } from "./commands/UpdateLoggingConfigurationCommand";
30
+ import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
31
+ import { UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput } from "./commands/UpdateSubnetChangeProtectionCommand";
32
+ import { NetworkFirewallClient } from "./NetworkFirewallClient";
33
+
34
+ export declare class NetworkFirewall extends NetworkFirewallClient {
35
+
36
+ associateFirewallPolicy(args: AssociateFirewallPolicyCommandInput, options?: __HttpHandlerOptions): Promise<AssociateFirewallPolicyCommandOutput>;
37
+ associateFirewallPolicy(args: AssociateFirewallPolicyCommandInput, cb: (err: any, data?: AssociateFirewallPolicyCommandOutput) => void): void;
38
+ associateFirewallPolicy(args: AssociateFirewallPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateFirewallPolicyCommandOutput) => void): void;
39
+
40
+ associateSubnets(args: AssociateSubnetsCommandInput, options?: __HttpHandlerOptions): Promise<AssociateSubnetsCommandOutput>;
41
+ associateSubnets(args: AssociateSubnetsCommandInput, cb: (err: any, data?: AssociateSubnetsCommandOutput) => void): void;
42
+ associateSubnets(args: AssociateSubnetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateSubnetsCommandOutput) => void): void;
43
+
44
+ createFirewall(args: CreateFirewallCommandInput, options?: __HttpHandlerOptions): Promise<CreateFirewallCommandOutput>;
45
+ createFirewall(args: CreateFirewallCommandInput, cb: (err: any, data?: CreateFirewallCommandOutput) => void): void;
46
+ createFirewall(args: CreateFirewallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFirewallCommandOutput) => void): void;
47
+
48
+ createFirewallPolicy(args: CreateFirewallPolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateFirewallPolicyCommandOutput>;
49
+ createFirewallPolicy(args: CreateFirewallPolicyCommandInput, cb: (err: any, data?: CreateFirewallPolicyCommandOutput) => void): void;
50
+ createFirewallPolicy(args: CreateFirewallPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFirewallPolicyCommandOutput) => void): void;
51
+
52
+ createRuleGroup(args: CreateRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateRuleGroupCommandOutput>;
53
+ createRuleGroup(args: CreateRuleGroupCommandInput, cb: (err: any, data?: CreateRuleGroupCommandOutput) => void): void;
54
+ createRuleGroup(args: CreateRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleGroupCommandOutput) => void): void;
55
+
56
+ deleteFirewall(args: DeleteFirewallCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFirewallCommandOutput>;
57
+ deleteFirewall(args: DeleteFirewallCommandInput, cb: (err: any, data?: DeleteFirewallCommandOutput) => void): void;
58
+ deleteFirewall(args: DeleteFirewallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFirewallCommandOutput) => void): void;
59
+
60
+ deleteFirewallPolicy(args: DeleteFirewallPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFirewallPolicyCommandOutput>;
61
+ deleteFirewallPolicy(args: DeleteFirewallPolicyCommandInput, cb: (err: any, data?: DeleteFirewallPolicyCommandOutput) => void): void;
62
+ deleteFirewallPolicy(args: DeleteFirewallPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFirewallPolicyCommandOutput) => void): void;
63
+
64
+ deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
65
+ deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
66
+ deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
67
+
68
+ deleteRuleGroup(args: DeleteRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleGroupCommandOutput>;
69
+ deleteRuleGroup(args: DeleteRuleGroupCommandInput, cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void): void;
70
+ deleteRuleGroup(args: DeleteRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void): void;
71
+
72
+ describeFirewall(args: DescribeFirewallCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFirewallCommandOutput>;
73
+ describeFirewall(args: DescribeFirewallCommandInput, cb: (err: any, data?: DescribeFirewallCommandOutput) => void): void;
74
+ describeFirewall(args: DescribeFirewallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFirewallCommandOutput) => void): void;
75
+
76
+ describeFirewallPolicy(args: DescribeFirewallPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFirewallPolicyCommandOutput>;
77
+ describeFirewallPolicy(args: DescribeFirewallPolicyCommandInput, cb: (err: any, data?: DescribeFirewallPolicyCommandOutput) => void): void;
78
+ describeFirewallPolicy(args: DescribeFirewallPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFirewallPolicyCommandOutput) => void): void;
79
+
80
+ describeLoggingConfiguration(args: DescribeLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoggingConfigurationCommandOutput>;
81
+ describeLoggingConfiguration(args: DescribeLoggingConfigurationCommandInput, cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void): void;
82
+ describeLoggingConfiguration(args: DescribeLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void): void;
83
+
84
+ describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourcePolicyCommandOutput>;
85
+ describeResourcePolicy(args: DescribeResourcePolicyCommandInput, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void): void;
86
+ describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void): void;
87
+
88
+ describeRuleGroup(args: DescribeRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRuleGroupCommandOutput>;
89
+ describeRuleGroup(args: DescribeRuleGroupCommandInput, cb: (err: any, data?: DescribeRuleGroupCommandOutput) => void): void;
90
+ describeRuleGroup(args: DescribeRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRuleGroupCommandOutput) => void): void;
91
+
92
+ describeRuleGroupMetadata(args: DescribeRuleGroupMetadataCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRuleGroupMetadataCommandOutput>;
93
+ describeRuleGroupMetadata(args: DescribeRuleGroupMetadataCommandInput, cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void): void;
94
+ describeRuleGroupMetadata(args: DescribeRuleGroupMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void): void;
95
+
96
+ disassociateSubnets(args: DisassociateSubnetsCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateSubnetsCommandOutput>;
97
+ disassociateSubnets(args: DisassociateSubnetsCommandInput, cb: (err: any, data?: DisassociateSubnetsCommandOutput) => void): void;
98
+ disassociateSubnets(args: DisassociateSubnetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateSubnetsCommandOutput) => void): void;
99
+
100
+ listFirewallPolicies(args: ListFirewallPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListFirewallPoliciesCommandOutput>;
101
+ listFirewallPolicies(args: ListFirewallPoliciesCommandInput, cb: (err: any, data?: ListFirewallPoliciesCommandOutput) => void): void;
102
+ listFirewallPolicies(args: ListFirewallPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFirewallPoliciesCommandOutput) => void): void;
103
+
104
+ listFirewalls(args: ListFirewallsCommandInput, options?: __HttpHandlerOptions): Promise<ListFirewallsCommandOutput>;
105
+ listFirewalls(args: ListFirewallsCommandInput, cb: (err: any, data?: ListFirewallsCommandOutput) => void): void;
106
+ listFirewalls(args: ListFirewallsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFirewallsCommandOutput) => void): void;
107
+
108
+ listRuleGroups(args: ListRuleGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListRuleGroupsCommandOutput>;
109
+ listRuleGroups(args: ListRuleGroupsCommandInput, cb: (err: any, data?: ListRuleGroupsCommandOutput) => void): void;
110
+ listRuleGroups(args: ListRuleGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRuleGroupsCommandOutput) => void): void;
111
+
112
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
113
+ listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
114
+ listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
115
+
116
+ putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
117
+ putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
118
+ putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
119
+
120
+ tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
121
+ tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
122
+ tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
123
+
124
+ untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
125
+ untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
126
+ untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
127
+
128
+ updateFirewallDeleteProtection(args: UpdateFirewallDeleteProtectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFirewallDeleteProtectionCommandOutput>;
129
+ updateFirewallDeleteProtection(args: UpdateFirewallDeleteProtectionCommandInput, cb: (err: any, data?: UpdateFirewallDeleteProtectionCommandOutput) => void): void;
130
+ updateFirewallDeleteProtection(args: UpdateFirewallDeleteProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallDeleteProtectionCommandOutput) => void): void;
131
+
132
+ updateFirewallDescription(args: UpdateFirewallDescriptionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFirewallDescriptionCommandOutput>;
133
+ updateFirewallDescription(args: UpdateFirewallDescriptionCommandInput, cb: (err: any, data?: UpdateFirewallDescriptionCommandOutput) => void): void;
134
+ updateFirewallDescription(args: UpdateFirewallDescriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallDescriptionCommandOutput) => void): void;
135
+
136
+ updateFirewallPolicy(args: UpdateFirewallPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFirewallPolicyCommandOutput>;
137
+ updateFirewallPolicy(args: UpdateFirewallPolicyCommandInput, cb: (err: any, data?: UpdateFirewallPolicyCommandOutput) => void): void;
138
+ updateFirewallPolicy(args: UpdateFirewallPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallPolicyCommandOutput) => void): void;
139
+
140
+ updateFirewallPolicyChangeProtection(args: UpdateFirewallPolicyChangeProtectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFirewallPolicyChangeProtectionCommandOutput>;
141
+ updateFirewallPolicyChangeProtection(args: UpdateFirewallPolicyChangeProtectionCommandInput, cb: (err: any, data?: UpdateFirewallPolicyChangeProtectionCommandOutput) => void): void;
142
+ updateFirewallPolicyChangeProtection(args: UpdateFirewallPolicyChangeProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallPolicyChangeProtectionCommandOutput) => void): void;
143
+
144
+ updateLoggingConfiguration(args: UpdateLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLoggingConfigurationCommandOutput>;
145
+ updateLoggingConfiguration(args: UpdateLoggingConfigurationCommandInput, cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void): void;
146
+ updateLoggingConfiguration(args: UpdateLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void): void;
147
+
148
+ updateRuleGroup(args: UpdateRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRuleGroupCommandOutput>;
149
+ updateRuleGroup(args: UpdateRuleGroupCommandInput, cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void): void;
150
+ updateRuleGroup(args: UpdateRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void): void;
151
+
152
+ updateSubnetChangeProtection(args: UpdateSubnetChangeProtectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSubnetChangeProtectionCommandOutput>;
153
+ updateSubnetChangeProtection(args: UpdateSubnetChangeProtectionCommandInput, cb: (err: any, data?: UpdateSubnetChangeProtectionCommandOutput) => void): void;
154
+ updateSubnetChangeProtection(args: UpdateSubnetChangeProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSubnetChangeProtectionCommandOutput) => void): void;
155
+ }
@@ -0,0 +1,103 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput } from "./commands/AssociateFirewallPolicyCommand";
10
+ import { AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput } from "./commands/AssociateSubnetsCommand";
11
+ import { CreateFirewallCommandInput, CreateFirewallCommandOutput } from "./commands/CreateFirewallCommand";
12
+ import { CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput } from "./commands/CreateFirewallPolicyCommand";
13
+ import { CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput } from "./commands/CreateRuleGroupCommand";
14
+ import { DeleteFirewallCommandInput, DeleteFirewallCommandOutput } from "./commands/DeleteFirewallCommand";
15
+ import { DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput } from "./commands/DeleteFirewallPolicyCommand";
16
+ import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
17
+ import { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "./commands/DeleteRuleGroupCommand";
18
+ import { DescribeFirewallCommandInput, DescribeFirewallCommandOutput } from "./commands/DescribeFirewallCommand";
19
+ import { DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput } from "./commands/DescribeFirewallPolicyCommand";
20
+ import { DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput } from "./commands/DescribeLoggingConfigurationCommand";
21
+ import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
22
+ import { DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput } from "./commands/DescribeRuleGroupCommand";
23
+ import { DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput } from "./commands/DescribeRuleGroupMetadataCommand";
24
+ import { DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput } from "./commands/DisassociateSubnetsCommand";
25
+ import { ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput } from "./commands/ListFirewallPoliciesCommand";
26
+ import { ListFirewallsCommandInput, ListFirewallsCommandOutput } from "./commands/ListFirewallsCommand";
27
+ import { ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput } from "./commands/ListRuleGroupsCommand";
28
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
29
+ import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
30
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
31
+ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
32
+ import { UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput } from "./commands/UpdateFirewallDeleteProtectionCommand";
33
+ import { UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput } from "./commands/UpdateFirewallDescriptionCommand";
34
+ import { UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput } from "./commands/UpdateFirewallPolicyChangeProtectionCommand";
35
+ import { UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput } from "./commands/UpdateFirewallPolicyCommand";
36
+ import { UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput } from "./commands/UpdateLoggingConfigurationCommand";
37
+ import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
38
+ import { UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput } from "./commands/UpdateSubnetChangeProtectionCommand";
39
+ export declare type ServiceInputTypes = AssociateFirewallPolicyCommandInput | AssociateSubnetsCommandInput | CreateFirewallCommandInput | CreateFirewallPolicyCommandInput | CreateRuleGroupCommandInput | DeleteFirewallCommandInput | DeleteFirewallPolicyCommandInput | DeleteResourcePolicyCommandInput | DeleteRuleGroupCommandInput | DescribeFirewallCommandInput | DescribeFirewallPolicyCommandInput | DescribeLoggingConfigurationCommandInput | DescribeResourcePolicyCommandInput | DescribeRuleGroupCommandInput | DescribeRuleGroupMetadataCommandInput | DisassociateSubnetsCommandInput | ListFirewallPoliciesCommandInput | ListFirewallsCommandInput | ListRuleGroupsCommandInput | ListTagsForResourceCommandInput | PutResourcePolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFirewallDeleteProtectionCommandInput | UpdateFirewallDescriptionCommandInput | UpdateFirewallPolicyChangeProtectionCommandInput | UpdateFirewallPolicyCommandInput | UpdateLoggingConfigurationCommandInput | UpdateRuleGroupCommandInput | UpdateSubnetChangeProtectionCommandInput;
40
+ export declare type ServiceOutputTypes = AssociateFirewallPolicyCommandOutput | AssociateSubnetsCommandOutput | CreateFirewallCommandOutput | CreateFirewallPolicyCommandOutput | CreateRuleGroupCommandOutput | DeleteFirewallCommandOutput | DeleteFirewallPolicyCommandOutput | DeleteResourcePolicyCommandOutput | DeleteRuleGroupCommandOutput | DescribeFirewallCommandOutput | DescribeFirewallPolicyCommandOutput | DescribeLoggingConfigurationCommandOutput | DescribeResourcePolicyCommandOutput | DescribeRuleGroupCommandOutput | DescribeRuleGroupMetadataCommandOutput | DisassociateSubnetsCommandOutput | ListFirewallPoliciesCommandOutput | ListFirewallsCommandOutput | ListRuleGroupsCommandOutput | ListTagsForResourceCommandOutput | PutResourcePolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFirewallDeleteProtectionCommandOutput | UpdateFirewallDescriptionCommandOutput | UpdateFirewallPolicyChangeProtectionCommandOutput | UpdateFirewallPolicyCommandOutput | UpdateLoggingConfigurationCommandOutput | UpdateRuleGroupCommandOutput | UpdateSubnetChangeProtectionCommandOutput;
41
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
42
+
43
+ requestHandler?: __HttpHandler;
44
+
45
+ sha256?: __HashConstructor;
46
+
47
+ urlParser?: __UrlParser;
48
+
49
+ bodyLengthChecker?: (body: any) => number | undefined;
50
+
51
+ streamCollector?: __StreamCollector;
52
+
53
+ base64Decoder?: __Decoder;
54
+
55
+ base64Encoder?: __Encoder;
56
+
57
+ utf8Decoder?: __Decoder;
58
+
59
+ utf8Encoder?: __Encoder;
60
+
61
+ runtime?: string;
62
+
63
+ disableHostPrefix?: boolean;
64
+
65
+ maxAttempts?: number | __Provider<number>;
66
+
67
+ retryMode?: string | __Provider<string>;
68
+
69
+ logger?: __Logger;
70
+
71
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
72
+
73
+ useFipsEndpoint?: boolean | __Provider<boolean>;
74
+
75
+ serviceId?: string;
76
+
77
+ region?: string | __Provider<string>;
78
+
79
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
80
+
81
+ regionInfoProvider?: RegionInfoProvider;
82
+
83
+ defaultUserAgentProvider?: Provider<__UserAgent>;
84
+
85
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
86
+ }
87
+ declare type NetworkFirewallClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
88
+
89
+ export interface NetworkFirewallClientConfig extends NetworkFirewallClientConfigType {
90
+ }
91
+ declare type NetworkFirewallClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
92
+
93
+ export interface NetworkFirewallClientResolvedConfig extends NetworkFirewallClientResolvedConfigType {
94
+ }
95
+
96
+ export declare class NetworkFirewallClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, NetworkFirewallClientResolvedConfig> {
97
+
98
+ readonly config: NetworkFirewallClientResolvedConfig;
99
+ constructor(configuration: NetworkFirewallClientConfig);
100
+
101
+ destroy(): void;
102
+ }
103
+ export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AssociateFirewallPolicyRequest, AssociateFirewallPolicyResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
+ export interface AssociateFirewallPolicyCommandInput extends AssociateFirewallPolicyRequest {
6
+ }
7
+ export interface AssociateFirewallPolicyCommandOutput extends AssociateFirewallPolicyResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateFirewallPolicyCommand extends $Command<AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
11
+ readonly input: AssociateFirewallPolicyCommandInput;
12
+ constructor(input: AssociateFirewallPolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AssociateSubnetsRequest, AssociateSubnetsResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
+ export interface AssociateSubnetsCommandInput extends AssociateSubnetsRequest {
6
+ }
7
+ export interface AssociateSubnetsCommandOutput extends AssociateSubnetsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class AssociateSubnetsCommand extends $Command<AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig> {
11
+ readonly input: AssociateSubnetsCommandInput;
12
+ constructor(input: AssociateSubnetsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateFirewallRequest, CreateFirewallResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
+ export interface CreateFirewallCommandInput extends CreateFirewallRequest {
6
+ }
7
+ export interface CreateFirewallCommandOutput extends CreateFirewallResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateFirewallCommand extends $Command<CreateFirewallCommandInput, CreateFirewallCommandOutput, NetworkFirewallClientResolvedConfig> {
11
+ readonly input: CreateFirewallCommandInput;
12
+ constructor(input: CreateFirewallCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFirewallCommandInput, CreateFirewallCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateFirewallPolicyRequest, CreateFirewallPolicyResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
+ export interface CreateFirewallPolicyCommandInput extends CreateFirewallPolicyRequest {
6
+ }
7
+ export interface CreateFirewallPolicyCommandOutput extends CreateFirewallPolicyResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateFirewallPolicyCommand extends $Command<CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
11
+ readonly input: CreateFirewallPolicyCommandInput;
12
+ constructor(input: CreateFirewallPolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
+ export interface CreateRuleGroupCommandInput extends CreateRuleGroupRequest {
6
+ }
7
+ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateRuleGroupCommand extends $Command<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig> {
11
+ readonly input: CreateRuleGroupCommandInput;
12
+ constructor(input: CreateRuleGroupCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteFirewallRequest, DeleteFirewallResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
+ export interface DeleteFirewallCommandInput extends DeleteFirewallRequest {
6
+ }
7
+ export interface DeleteFirewallCommandOutput extends DeleteFirewallResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteFirewallCommand extends $Command<DeleteFirewallCommandInput, DeleteFirewallCommandOutput, NetworkFirewallClientResolvedConfig> {
11
+ readonly input: DeleteFirewallCommandInput;
12
+ constructor(input: DeleteFirewallCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFirewallCommandInput, DeleteFirewallCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteFirewallPolicyRequest, DeleteFirewallPolicyResponse } from "../models/models_0";
4
+ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
+ export interface DeleteFirewallPolicyCommandInput extends DeleteFirewallPolicyRequest {
6
+ }
7
+ export interface DeleteFirewallPolicyCommandOutput extends DeleteFirewallPolicyResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteFirewallPolicyCommand extends $Command<DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
11
+ readonly input: DeleteFirewallPolicyCommandInput;
12
+ constructor(input: DeleteFirewallPolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }