@aws-sdk/client-network-firewall 3.169.0 → 3.170.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 (52) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/NetworkFirewall.d.ts +574 -160
  3. package/dist-types/ts3.4/NetworkFirewallClient.d.ts +316 -104
  4. package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/index.d.ts +31 -31
  36. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  37. package/dist-types/ts3.4/index.d.ts +6 -6
  38. package/dist-types/ts3.4/models/NetworkFirewallServiceException.d.ts +8 -6
  39. package/dist-types/ts3.4/models/index.d.ts +1 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +1446 -1344
  41. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  42. package/dist-types/ts3.4/pagination/ListFirewallPoliciesPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListFirewallsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListRuleGroupsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  47. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +377 -95
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  52. package/package.json +34 -34
@@ -1,160 +1,574 @@
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 { UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput } from "./commands/UpdateFirewallEncryptionConfigurationCommand";
28
- import { UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput } from "./commands/UpdateFirewallPolicyChangeProtectionCommand";
29
- import { UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput } from "./commands/UpdateFirewallPolicyCommand";
30
- import { UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput } from "./commands/UpdateLoggingConfigurationCommand";
31
- import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
32
- import { UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput } from "./commands/UpdateSubnetChangeProtectionCommand";
33
- import { NetworkFirewallClient } from "./NetworkFirewallClient";
34
-
35
- export declare class NetworkFirewall extends NetworkFirewallClient {
36
-
37
- associateFirewallPolicy(args: AssociateFirewallPolicyCommandInput, options?: __HttpHandlerOptions): Promise<AssociateFirewallPolicyCommandOutput>;
38
- associateFirewallPolicy(args: AssociateFirewallPolicyCommandInput, cb: (err: any, data?: AssociateFirewallPolicyCommandOutput) => void): void;
39
- associateFirewallPolicy(args: AssociateFirewallPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateFirewallPolicyCommandOutput) => void): void;
40
-
41
- associateSubnets(args: AssociateSubnetsCommandInput, options?: __HttpHandlerOptions): Promise<AssociateSubnetsCommandOutput>;
42
- associateSubnets(args: AssociateSubnetsCommandInput, cb: (err: any, data?: AssociateSubnetsCommandOutput) => void): void;
43
- associateSubnets(args: AssociateSubnetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateSubnetsCommandOutput) => void): void;
44
-
45
- createFirewall(args: CreateFirewallCommandInput, options?: __HttpHandlerOptions): Promise<CreateFirewallCommandOutput>;
46
- createFirewall(args: CreateFirewallCommandInput, cb: (err: any, data?: CreateFirewallCommandOutput) => void): void;
47
- createFirewall(args: CreateFirewallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFirewallCommandOutput) => void): void;
48
-
49
- createFirewallPolicy(args: CreateFirewallPolicyCommandInput, options?: __HttpHandlerOptions): Promise<CreateFirewallPolicyCommandOutput>;
50
- createFirewallPolicy(args: CreateFirewallPolicyCommandInput, cb: (err: any, data?: CreateFirewallPolicyCommandOutput) => void): void;
51
- createFirewallPolicy(args: CreateFirewallPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFirewallPolicyCommandOutput) => void): void;
52
-
53
- createRuleGroup(args: CreateRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateRuleGroupCommandOutput>;
54
- createRuleGroup(args: CreateRuleGroupCommandInput, cb: (err: any, data?: CreateRuleGroupCommandOutput) => void): void;
55
- createRuleGroup(args: CreateRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleGroupCommandOutput) => void): void;
56
-
57
- deleteFirewall(args: DeleteFirewallCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFirewallCommandOutput>;
58
- deleteFirewall(args: DeleteFirewallCommandInput, cb: (err: any, data?: DeleteFirewallCommandOutput) => void): void;
59
- deleteFirewall(args: DeleteFirewallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFirewallCommandOutput) => void): void;
60
-
61
- deleteFirewallPolicy(args: DeleteFirewallPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFirewallPolicyCommandOutput>;
62
- deleteFirewallPolicy(args: DeleteFirewallPolicyCommandInput, cb: (err: any, data?: DeleteFirewallPolicyCommandOutput) => void): void;
63
- deleteFirewallPolicy(args: DeleteFirewallPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFirewallPolicyCommandOutput) => void): void;
64
-
65
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteResourcePolicyCommandOutput>;
66
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
67
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void): void;
68
-
69
- deleteRuleGroup(args: DeleteRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleGroupCommandOutput>;
70
- deleteRuleGroup(args: DeleteRuleGroupCommandInput, cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void): void;
71
- deleteRuleGroup(args: DeleteRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void): void;
72
-
73
- describeFirewall(args: DescribeFirewallCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFirewallCommandOutput>;
74
- describeFirewall(args: DescribeFirewallCommandInput, cb: (err: any, data?: DescribeFirewallCommandOutput) => void): void;
75
- describeFirewall(args: DescribeFirewallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFirewallCommandOutput) => void): void;
76
-
77
- describeFirewallPolicy(args: DescribeFirewallPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFirewallPolicyCommandOutput>;
78
- describeFirewallPolicy(args: DescribeFirewallPolicyCommandInput, cb: (err: any, data?: DescribeFirewallPolicyCommandOutput) => void): void;
79
- describeFirewallPolicy(args: DescribeFirewallPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFirewallPolicyCommandOutput) => void): void;
80
-
81
- describeLoggingConfiguration(args: DescribeLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoggingConfigurationCommandOutput>;
82
- describeLoggingConfiguration(args: DescribeLoggingConfigurationCommandInput, cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void): void;
83
- describeLoggingConfiguration(args: DescribeLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void): void;
84
-
85
- describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourcePolicyCommandOutput>;
86
- describeResourcePolicy(args: DescribeResourcePolicyCommandInput, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void): void;
87
- describeResourcePolicy(args: DescribeResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void): void;
88
-
89
- describeRuleGroup(args: DescribeRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRuleGroupCommandOutput>;
90
- describeRuleGroup(args: DescribeRuleGroupCommandInput, cb: (err: any, data?: DescribeRuleGroupCommandOutput) => void): void;
91
- describeRuleGroup(args: DescribeRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRuleGroupCommandOutput) => void): void;
92
-
93
- describeRuleGroupMetadata(args: DescribeRuleGroupMetadataCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRuleGroupMetadataCommandOutput>;
94
- describeRuleGroupMetadata(args: DescribeRuleGroupMetadataCommandInput, cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void): void;
95
- describeRuleGroupMetadata(args: DescribeRuleGroupMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void): void;
96
-
97
- disassociateSubnets(args: DisassociateSubnetsCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateSubnetsCommandOutput>;
98
- disassociateSubnets(args: DisassociateSubnetsCommandInput, cb: (err: any, data?: DisassociateSubnetsCommandOutput) => void): void;
99
- disassociateSubnets(args: DisassociateSubnetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateSubnetsCommandOutput) => void): void;
100
-
101
- listFirewallPolicies(args: ListFirewallPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListFirewallPoliciesCommandOutput>;
102
- listFirewallPolicies(args: ListFirewallPoliciesCommandInput, cb: (err: any, data?: ListFirewallPoliciesCommandOutput) => void): void;
103
- listFirewallPolicies(args: ListFirewallPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFirewallPoliciesCommandOutput) => void): void;
104
-
105
- listFirewalls(args: ListFirewallsCommandInput, options?: __HttpHandlerOptions): Promise<ListFirewallsCommandOutput>;
106
- listFirewalls(args: ListFirewallsCommandInput, cb: (err: any, data?: ListFirewallsCommandOutput) => void): void;
107
- listFirewalls(args: ListFirewallsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFirewallsCommandOutput) => void): void;
108
-
109
- listRuleGroups(args: ListRuleGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListRuleGroupsCommandOutput>;
110
- listRuleGroups(args: ListRuleGroupsCommandInput, cb: (err: any, data?: ListRuleGroupsCommandOutput) => void): void;
111
- listRuleGroups(args: ListRuleGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRuleGroupsCommandOutput) => void): void;
112
-
113
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
114
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
115
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
116
-
117
- putResourcePolicy(args: PutResourcePolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutResourcePolicyCommandOutput>;
118
- putResourcePolicy(args: PutResourcePolicyCommandInput, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
119
- putResourcePolicy(args: PutResourcePolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutResourcePolicyCommandOutput) => void): void;
120
-
121
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
122
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
123
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
124
-
125
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
126
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
127
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
128
-
129
- updateFirewallDeleteProtection(args: UpdateFirewallDeleteProtectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFirewallDeleteProtectionCommandOutput>;
130
- updateFirewallDeleteProtection(args: UpdateFirewallDeleteProtectionCommandInput, cb: (err: any, data?: UpdateFirewallDeleteProtectionCommandOutput) => void): void;
131
- updateFirewallDeleteProtection(args: UpdateFirewallDeleteProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallDeleteProtectionCommandOutput) => void): void;
132
-
133
- updateFirewallDescription(args: UpdateFirewallDescriptionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFirewallDescriptionCommandOutput>;
134
- updateFirewallDescription(args: UpdateFirewallDescriptionCommandInput, cb: (err: any, data?: UpdateFirewallDescriptionCommandOutput) => void): void;
135
- updateFirewallDescription(args: UpdateFirewallDescriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallDescriptionCommandOutput) => void): void;
136
-
137
- updateFirewallEncryptionConfiguration(args: UpdateFirewallEncryptionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFirewallEncryptionConfigurationCommandOutput>;
138
- updateFirewallEncryptionConfiguration(args: UpdateFirewallEncryptionConfigurationCommandInput, cb: (err: any, data?: UpdateFirewallEncryptionConfigurationCommandOutput) => void): void;
139
- updateFirewallEncryptionConfiguration(args: UpdateFirewallEncryptionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallEncryptionConfigurationCommandOutput) => void): void;
140
-
141
- updateFirewallPolicy(args: UpdateFirewallPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFirewallPolicyCommandOutput>;
142
- updateFirewallPolicy(args: UpdateFirewallPolicyCommandInput, cb: (err: any, data?: UpdateFirewallPolicyCommandOutput) => void): void;
143
- updateFirewallPolicy(args: UpdateFirewallPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallPolicyCommandOutput) => void): void;
144
-
145
- updateFirewallPolicyChangeProtection(args: UpdateFirewallPolicyChangeProtectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFirewallPolicyChangeProtectionCommandOutput>;
146
- updateFirewallPolicyChangeProtection(args: UpdateFirewallPolicyChangeProtectionCommandInput, cb: (err: any, data?: UpdateFirewallPolicyChangeProtectionCommandOutput) => void): void;
147
- updateFirewallPolicyChangeProtection(args: UpdateFirewallPolicyChangeProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallPolicyChangeProtectionCommandOutput) => void): void;
148
-
149
- updateLoggingConfiguration(args: UpdateLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLoggingConfigurationCommandOutput>;
150
- updateLoggingConfiguration(args: UpdateLoggingConfigurationCommandInput, cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void): void;
151
- updateLoggingConfiguration(args: UpdateLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void): void;
152
-
153
- updateRuleGroup(args: UpdateRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRuleGroupCommandOutput>;
154
- updateRuleGroup(args: UpdateRuleGroupCommandInput, cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void): void;
155
- updateRuleGroup(args: UpdateRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void): void;
156
-
157
- updateSubnetChangeProtection(args: UpdateSubnetChangeProtectionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSubnetChangeProtectionCommandOutput>;
158
- updateSubnetChangeProtection(args: UpdateSubnetChangeProtectionCommandInput, cb: (err: any, data?: UpdateSubnetChangeProtectionCommandOutput) => void): void;
159
- updateSubnetChangeProtection(args: UpdateSubnetChangeProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSubnetChangeProtectionCommandOutput) => void): void;
160
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AssociateFirewallPolicyCommandInput,
4
+ AssociateFirewallPolicyCommandOutput,
5
+ } from "./commands/AssociateFirewallPolicyCommand";
6
+ import {
7
+ AssociateSubnetsCommandInput,
8
+ AssociateSubnetsCommandOutput,
9
+ } from "./commands/AssociateSubnetsCommand";
10
+ import {
11
+ CreateFirewallCommandInput,
12
+ CreateFirewallCommandOutput,
13
+ } from "./commands/CreateFirewallCommand";
14
+ import {
15
+ CreateFirewallPolicyCommandInput,
16
+ CreateFirewallPolicyCommandOutput,
17
+ } from "./commands/CreateFirewallPolicyCommand";
18
+ import {
19
+ CreateRuleGroupCommandInput,
20
+ CreateRuleGroupCommandOutput,
21
+ } from "./commands/CreateRuleGroupCommand";
22
+ import {
23
+ DeleteFirewallCommandInput,
24
+ DeleteFirewallCommandOutput,
25
+ } from "./commands/DeleteFirewallCommand";
26
+ import {
27
+ DeleteFirewallPolicyCommandInput,
28
+ DeleteFirewallPolicyCommandOutput,
29
+ } from "./commands/DeleteFirewallPolicyCommand";
30
+ import {
31
+ DeleteResourcePolicyCommandInput,
32
+ DeleteResourcePolicyCommandOutput,
33
+ } from "./commands/DeleteResourcePolicyCommand";
34
+ import {
35
+ DeleteRuleGroupCommandInput,
36
+ DeleteRuleGroupCommandOutput,
37
+ } from "./commands/DeleteRuleGroupCommand";
38
+ import {
39
+ DescribeFirewallCommandInput,
40
+ DescribeFirewallCommandOutput,
41
+ } from "./commands/DescribeFirewallCommand";
42
+ import {
43
+ DescribeFirewallPolicyCommandInput,
44
+ DescribeFirewallPolicyCommandOutput,
45
+ } from "./commands/DescribeFirewallPolicyCommand";
46
+ import {
47
+ DescribeLoggingConfigurationCommandInput,
48
+ DescribeLoggingConfigurationCommandOutput,
49
+ } from "./commands/DescribeLoggingConfigurationCommand";
50
+ import {
51
+ DescribeResourcePolicyCommandInput,
52
+ DescribeResourcePolicyCommandOutput,
53
+ } from "./commands/DescribeResourcePolicyCommand";
54
+ import {
55
+ DescribeRuleGroupCommandInput,
56
+ DescribeRuleGroupCommandOutput,
57
+ } from "./commands/DescribeRuleGroupCommand";
58
+ import {
59
+ DescribeRuleGroupMetadataCommandInput,
60
+ DescribeRuleGroupMetadataCommandOutput,
61
+ } from "./commands/DescribeRuleGroupMetadataCommand";
62
+ import {
63
+ DisassociateSubnetsCommandInput,
64
+ DisassociateSubnetsCommandOutput,
65
+ } from "./commands/DisassociateSubnetsCommand";
66
+ import {
67
+ ListFirewallPoliciesCommandInput,
68
+ ListFirewallPoliciesCommandOutput,
69
+ } from "./commands/ListFirewallPoliciesCommand";
70
+ import {
71
+ ListFirewallsCommandInput,
72
+ ListFirewallsCommandOutput,
73
+ } from "./commands/ListFirewallsCommand";
74
+ import {
75
+ ListRuleGroupsCommandInput,
76
+ ListRuleGroupsCommandOutput,
77
+ } from "./commands/ListRuleGroupsCommand";
78
+ import {
79
+ ListTagsForResourceCommandInput,
80
+ ListTagsForResourceCommandOutput,
81
+ } from "./commands/ListTagsForResourceCommand";
82
+ import {
83
+ PutResourcePolicyCommandInput,
84
+ PutResourcePolicyCommandOutput,
85
+ } from "./commands/PutResourcePolicyCommand";
86
+ import {
87
+ TagResourceCommandInput,
88
+ TagResourceCommandOutput,
89
+ } from "./commands/TagResourceCommand";
90
+ import {
91
+ UntagResourceCommandInput,
92
+ UntagResourceCommandOutput,
93
+ } from "./commands/UntagResourceCommand";
94
+ import {
95
+ UpdateFirewallDeleteProtectionCommandInput,
96
+ UpdateFirewallDeleteProtectionCommandOutput,
97
+ } from "./commands/UpdateFirewallDeleteProtectionCommand";
98
+ import {
99
+ UpdateFirewallDescriptionCommandInput,
100
+ UpdateFirewallDescriptionCommandOutput,
101
+ } from "./commands/UpdateFirewallDescriptionCommand";
102
+ import {
103
+ UpdateFirewallEncryptionConfigurationCommandInput,
104
+ UpdateFirewallEncryptionConfigurationCommandOutput,
105
+ } from "./commands/UpdateFirewallEncryptionConfigurationCommand";
106
+ import {
107
+ UpdateFirewallPolicyChangeProtectionCommandInput,
108
+ UpdateFirewallPolicyChangeProtectionCommandOutput,
109
+ } from "./commands/UpdateFirewallPolicyChangeProtectionCommand";
110
+ import {
111
+ UpdateFirewallPolicyCommandInput,
112
+ UpdateFirewallPolicyCommandOutput,
113
+ } from "./commands/UpdateFirewallPolicyCommand";
114
+ import {
115
+ UpdateLoggingConfigurationCommandInput,
116
+ UpdateLoggingConfigurationCommandOutput,
117
+ } from "./commands/UpdateLoggingConfigurationCommand";
118
+ import {
119
+ UpdateRuleGroupCommandInput,
120
+ UpdateRuleGroupCommandOutput,
121
+ } from "./commands/UpdateRuleGroupCommand";
122
+ import {
123
+ UpdateSubnetChangeProtectionCommandInput,
124
+ UpdateSubnetChangeProtectionCommandOutput,
125
+ } from "./commands/UpdateSubnetChangeProtectionCommand";
126
+ import { NetworkFirewallClient } from "./NetworkFirewallClient";
127
+
128
+ export declare class NetworkFirewall extends NetworkFirewallClient {
129
+ associateFirewallPolicy(
130
+ args: AssociateFirewallPolicyCommandInput,
131
+ options?: __HttpHandlerOptions
132
+ ): Promise<AssociateFirewallPolicyCommandOutput>;
133
+ associateFirewallPolicy(
134
+ args: AssociateFirewallPolicyCommandInput,
135
+ cb: (err: any, data?: AssociateFirewallPolicyCommandOutput) => void
136
+ ): void;
137
+ associateFirewallPolicy(
138
+ args: AssociateFirewallPolicyCommandInput,
139
+ options: __HttpHandlerOptions,
140
+ cb: (err: any, data?: AssociateFirewallPolicyCommandOutput) => void
141
+ ): void;
142
+
143
+ associateSubnets(
144
+ args: AssociateSubnetsCommandInput,
145
+ options?: __HttpHandlerOptions
146
+ ): Promise<AssociateSubnetsCommandOutput>;
147
+ associateSubnets(
148
+ args: AssociateSubnetsCommandInput,
149
+ cb: (err: any, data?: AssociateSubnetsCommandOutput) => void
150
+ ): void;
151
+ associateSubnets(
152
+ args: AssociateSubnetsCommandInput,
153
+ options: __HttpHandlerOptions,
154
+ cb: (err: any, data?: AssociateSubnetsCommandOutput) => void
155
+ ): void;
156
+
157
+ createFirewall(
158
+ args: CreateFirewallCommandInput,
159
+ options?: __HttpHandlerOptions
160
+ ): Promise<CreateFirewallCommandOutput>;
161
+ createFirewall(
162
+ args: CreateFirewallCommandInput,
163
+ cb: (err: any, data?: CreateFirewallCommandOutput) => void
164
+ ): void;
165
+ createFirewall(
166
+ args: CreateFirewallCommandInput,
167
+ options: __HttpHandlerOptions,
168
+ cb: (err: any, data?: CreateFirewallCommandOutput) => void
169
+ ): void;
170
+
171
+ createFirewallPolicy(
172
+ args: CreateFirewallPolicyCommandInput,
173
+ options?: __HttpHandlerOptions
174
+ ): Promise<CreateFirewallPolicyCommandOutput>;
175
+ createFirewallPolicy(
176
+ args: CreateFirewallPolicyCommandInput,
177
+ cb: (err: any, data?: CreateFirewallPolicyCommandOutput) => void
178
+ ): void;
179
+ createFirewallPolicy(
180
+ args: CreateFirewallPolicyCommandInput,
181
+ options: __HttpHandlerOptions,
182
+ cb: (err: any, data?: CreateFirewallPolicyCommandOutput) => void
183
+ ): void;
184
+
185
+ createRuleGroup(
186
+ args: CreateRuleGroupCommandInput,
187
+ options?: __HttpHandlerOptions
188
+ ): Promise<CreateRuleGroupCommandOutput>;
189
+ createRuleGroup(
190
+ args: CreateRuleGroupCommandInput,
191
+ cb: (err: any, data?: CreateRuleGroupCommandOutput) => void
192
+ ): void;
193
+ createRuleGroup(
194
+ args: CreateRuleGroupCommandInput,
195
+ options: __HttpHandlerOptions,
196
+ cb: (err: any, data?: CreateRuleGroupCommandOutput) => void
197
+ ): void;
198
+
199
+ deleteFirewall(
200
+ args: DeleteFirewallCommandInput,
201
+ options?: __HttpHandlerOptions
202
+ ): Promise<DeleteFirewallCommandOutput>;
203
+ deleteFirewall(
204
+ args: DeleteFirewallCommandInput,
205
+ cb: (err: any, data?: DeleteFirewallCommandOutput) => void
206
+ ): void;
207
+ deleteFirewall(
208
+ args: DeleteFirewallCommandInput,
209
+ options: __HttpHandlerOptions,
210
+ cb: (err: any, data?: DeleteFirewallCommandOutput) => void
211
+ ): void;
212
+
213
+ deleteFirewallPolicy(
214
+ args: DeleteFirewallPolicyCommandInput,
215
+ options?: __HttpHandlerOptions
216
+ ): Promise<DeleteFirewallPolicyCommandOutput>;
217
+ deleteFirewallPolicy(
218
+ args: DeleteFirewallPolicyCommandInput,
219
+ cb: (err: any, data?: DeleteFirewallPolicyCommandOutput) => void
220
+ ): void;
221
+ deleteFirewallPolicy(
222
+ args: DeleteFirewallPolicyCommandInput,
223
+ options: __HttpHandlerOptions,
224
+ cb: (err: any, data?: DeleteFirewallPolicyCommandOutput) => void
225
+ ): void;
226
+
227
+ deleteResourcePolicy(
228
+ args: DeleteResourcePolicyCommandInput,
229
+ options?: __HttpHandlerOptions
230
+ ): Promise<DeleteResourcePolicyCommandOutput>;
231
+ deleteResourcePolicy(
232
+ args: DeleteResourcePolicyCommandInput,
233
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
234
+ ): void;
235
+ deleteResourcePolicy(
236
+ args: DeleteResourcePolicyCommandInput,
237
+ options: __HttpHandlerOptions,
238
+ cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
239
+ ): void;
240
+
241
+ deleteRuleGroup(
242
+ args: DeleteRuleGroupCommandInput,
243
+ options?: __HttpHandlerOptions
244
+ ): Promise<DeleteRuleGroupCommandOutput>;
245
+ deleteRuleGroup(
246
+ args: DeleteRuleGroupCommandInput,
247
+ cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void
248
+ ): void;
249
+ deleteRuleGroup(
250
+ args: DeleteRuleGroupCommandInput,
251
+ options: __HttpHandlerOptions,
252
+ cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void
253
+ ): void;
254
+
255
+ describeFirewall(
256
+ args: DescribeFirewallCommandInput,
257
+ options?: __HttpHandlerOptions
258
+ ): Promise<DescribeFirewallCommandOutput>;
259
+ describeFirewall(
260
+ args: DescribeFirewallCommandInput,
261
+ cb: (err: any, data?: DescribeFirewallCommandOutput) => void
262
+ ): void;
263
+ describeFirewall(
264
+ args: DescribeFirewallCommandInput,
265
+ options: __HttpHandlerOptions,
266
+ cb: (err: any, data?: DescribeFirewallCommandOutput) => void
267
+ ): void;
268
+
269
+ describeFirewallPolicy(
270
+ args: DescribeFirewallPolicyCommandInput,
271
+ options?: __HttpHandlerOptions
272
+ ): Promise<DescribeFirewallPolicyCommandOutput>;
273
+ describeFirewallPolicy(
274
+ args: DescribeFirewallPolicyCommandInput,
275
+ cb: (err: any, data?: DescribeFirewallPolicyCommandOutput) => void
276
+ ): void;
277
+ describeFirewallPolicy(
278
+ args: DescribeFirewallPolicyCommandInput,
279
+ options: __HttpHandlerOptions,
280
+ cb: (err: any, data?: DescribeFirewallPolicyCommandOutput) => void
281
+ ): void;
282
+
283
+ describeLoggingConfiguration(
284
+ args: DescribeLoggingConfigurationCommandInput,
285
+ options?: __HttpHandlerOptions
286
+ ): Promise<DescribeLoggingConfigurationCommandOutput>;
287
+ describeLoggingConfiguration(
288
+ args: DescribeLoggingConfigurationCommandInput,
289
+ cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void
290
+ ): void;
291
+ describeLoggingConfiguration(
292
+ args: DescribeLoggingConfigurationCommandInput,
293
+ options: __HttpHandlerOptions,
294
+ cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void
295
+ ): void;
296
+
297
+ describeResourcePolicy(
298
+ args: DescribeResourcePolicyCommandInput,
299
+ options?: __HttpHandlerOptions
300
+ ): Promise<DescribeResourcePolicyCommandOutput>;
301
+ describeResourcePolicy(
302
+ args: DescribeResourcePolicyCommandInput,
303
+ cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
304
+ ): void;
305
+ describeResourcePolicy(
306
+ args: DescribeResourcePolicyCommandInput,
307
+ options: __HttpHandlerOptions,
308
+ cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
309
+ ): void;
310
+
311
+ describeRuleGroup(
312
+ args: DescribeRuleGroupCommandInput,
313
+ options?: __HttpHandlerOptions
314
+ ): Promise<DescribeRuleGroupCommandOutput>;
315
+ describeRuleGroup(
316
+ args: DescribeRuleGroupCommandInput,
317
+ cb: (err: any, data?: DescribeRuleGroupCommandOutput) => void
318
+ ): void;
319
+ describeRuleGroup(
320
+ args: DescribeRuleGroupCommandInput,
321
+ options: __HttpHandlerOptions,
322
+ cb: (err: any, data?: DescribeRuleGroupCommandOutput) => void
323
+ ): void;
324
+
325
+ describeRuleGroupMetadata(
326
+ args: DescribeRuleGroupMetadataCommandInput,
327
+ options?: __HttpHandlerOptions
328
+ ): Promise<DescribeRuleGroupMetadataCommandOutput>;
329
+ describeRuleGroupMetadata(
330
+ args: DescribeRuleGroupMetadataCommandInput,
331
+ cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void
332
+ ): void;
333
+ describeRuleGroupMetadata(
334
+ args: DescribeRuleGroupMetadataCommandInput,
335
+ options: __HttpHandlerOptions,
336
+ cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void
337
+ ): void;
338
+
339
+ disassociateSubnets(
340
+ args: DisassociateSubnetsCommandInput,
341
+ options?: __HttpHandlerOptions
342
+ ): Promise<DisassociateSubnetsCommandOutput>;
343
+ disassociateSubnets(
344
+ args: DisassociateSubnetsCommandInput,
345
+ cb: (err: any, data?: DisassociateSubnetsCommandOutput) => void
346
+ ): void;
347
+ disassociateSubnets(
348
+ args: DisassociateSubnetsCommandInput,
349
+ options: __HttpHandlerOptions,
350
+ cb: (err: any, data?: DisassociateSubnetsCommandOutput) => void
351
+ ): void;
352
+
353
+ listFirewallPolicies(
354
+ args: ListFirewallPoliciesCommandInput,
355
+ options?: __HttpHandlerOptions
356
+ ): Promise<ListFirewallPoliciesCommandOutput>;
357
+ listFirewallPolicies(
358
+ args: ListFirewallPoliciesCommandInput,
359
+ cb: (err: any, data?: ListFirewallPoliciesCommandOutput) => void
360
+ ): void;
361
+ listFirewallPolicies(
362
+ args: ListFirewallPoliciesCommandInput,
363
+ options: __HttpHandlerOptions,
364
+ cb: (err: any, data?: ListFirewallPoliciesCommandOutput) => void
365
+ ): void;
366
+
367
+ listFirewalls(
368
+ args: ListFirewallsCommandInput,
369
+ options?: __HttpHandlerOptions
370
+ ): Promise<ListFirewallsCommandOutput>;
371
+ listFirewalls(
372
+ args: ListFirewallsCommandInput,
373
+ cb: (err: any, data?: ListFirewallsCommandOutput) => void
374
+ ): void;
375
+ listFirewalls(
376
+ args: ListFirewallsCommandInput,
377
+ options: __HttpHandlerOptions,
378
+ cb: (err: any, data?: ListFirewallsCommandOutput) => void
379
+ ): void;
380
+
381
+ listRuleGroups(
382
+ args: ListRuleGroupsCommandInput,
383
+ options?: __HttpHandlerOptions
384
+ ): Promise<ListRuleGroupsCommandOutput>;
385
+ listRuleGroups(
386
+ args: ListRuleGroupsCommandInput,
387
+ cb: (err: any, data?: ListRuleGroupsCommandOutput) => void
388
+ ): void;
389
+ listRuleGroups(
390
+ args: ListRuleGroupsCommandInput,
391
+ options: __HttpHandlerOptions,
392
+ cb: (err: any, data?: ListRuleGroupsCommandOutput) => void
393
+ ): void;
394
+
395
+ listTagsForResource(
396
+ args: ListTagsForResourceCommandInput,
397
+ options?: __HttpHandlerOptions
398
+ ): Promise<ListTagsForResourceCommandOutput>;
399
+ listTagsForResource(
400
+ args: ListTagsForResourceCommandInput,
401
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
402
+ ): void;
403
+ listTagsForResource(
404
+ args: ListTagsForResourceCommandInput,
405
+ options: __HttpHandlerOptions,
406
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
407
+ ): void;
408
+
409
+ putResourcePolicy(
410
+ args: PutResourcePolicyCommandInput,
411
+ options?: __HttpHandlerOptions
412
+ ): Promise<PutResourcePolicyCommandOutput>;
413
+ putResourcePolicy(
414
+ args: PutResourcePolicyCommandInput,
415
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
416
+ ): void;
417
+ putResourcePolicy(
418
+ args: PutResourcePolicyCommandInput,
419
+ options: __HttpHandlerOptions,
420
+ cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
421
+ ): void;
422
+
423
+ tagResource(
424
+ args: TagResourceCommandInput,
425
+ options?: __HttpHandlerOptions
426
+ ): Promise<TagResourceCommandOutput>;
427
+ tagResource(
428
+ args: TagResourceCommandInput,
429
+ cb: (err: any, data?: TagResourceCommandOutput) => void
430
+ ): void;
431
+ tagResource(
432
+ args: TagResourceCommandInput,
433
+ options: __HttpHandlerOptions,
434
+ cb: (err: any, data?: TagResourceCommandOutput) => void
435
+ ): void;
436
+
437
+ untagResource(
438
+ args: UntagResourceCommandInput,
439
+ options?: __HttpHandlerOptions
440
+ ): Promise<UntagResourceCommandOutput>;
441
+ untagResource(
442
+ args: UntagResourceCommandInput,
443
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
444
+ ): void;
445
+ untagResource(
446
+ args: UntagResourceCommandInput,
447
+ options: __HttpHandlerOptions,
448
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
449
+ ): void;
450
+
451
+ updateFirewallDeleteProtection(
452
+ args: UpdateFirewallDeleteProtectionCommandInput,
453
+ options?: __HttpHandlerOptions
454
+ ): Promise<UpdateFirewallDeleteProtectionCommandOutput>;
455
+ updateFirewallDeleteProtection(
456
+ args: UpdateFirewallDeleteProtectionCommandInput,
457
+ cb: (err: any, data?: UpdateFirewallDeleteProtectionCommandOutput) => void
458
+ ): void;
459
+ updateFirewallDeleteProtection(
460
+ args: UpdateFirewallDeleteProtectionCommandInput,
461
+ options: __HttpHandlerOptions,
462
+ cb: (err: any, data?: UpdateFirewallDeleteProtectionCommandOutput) => void
463
+ ): void;
464
+
465
+ updateFirewallDescription(
466
+ args: UpdateFirewallDescriptionCommandInput,
467
+ options?: __HttpHandlerOptions
468
+ ): Promise<UpdateFirewallDescriptionCommandOutput>;
469
+ updateFirewallDescription(
470
+ args: UpdateFirewallDescriptionCommandInput,
471
+ cb: (err: any, data?: UpdateFirewallDescriptionCommandOutput) => void
472
+ ): void;
473
+ updateFirewallDescription(
474
+ args: UpdateFirewallDescriptionCommandInput,
475
+ options: __HttpHandlerOptions,
476
+ cb: (err: any, data?: UpdateFirewallDescriptionCommandOutput) => void
477
+ ): void;
478
+
479
+ updateFirewallEncryptionConfiguration(
480
+ args: UpdateFirewallEncryptionConfigurationCommandInput,
481
+ options?: __HttpHandlerOptions
482
+ ): Promise<UpdateFirewallEncryptionConfigurationCommandOutput>;
483
+ updateFirewallEncryptionConfiguration(
484
+ args: UpdateFirewallEncryptionConfigurationCommandInput,
485
+ cb: (
486
+ err: any,
487
+ data?: UpdateFirewallEncryptionConfigurationCommandOutput
488
+ ) => void
489
+ ): void;
490
+ updateFirewallEncryptionConfiguration(
491
+ args: UpdateFirewallEncryptionConfigurationCommandInput,
492
+ options: __HttpHandlerOptions,
493
+ cb: (
494
+ err: any,
495
+ data?: UpdateFirewallEncryptionConfigurationCommandOutput
496
+ ) => void
497
+ ): void;
498
+
499
+ updateFirewallPolicy(
500
+ args: UpdateFirewallPolicyCommandInput,
501
+ options?: __HttpHandlerOptions
502
+ ): Promise<UpdateFirewallPolicyCommandOutput>;
503
+ updateFirewallPolicy(
504
+ args: UpdateFirewallPolicyCommandInput,
505
+ cb: (err: any, data?: UpdateFirewallPolicyCommandOutput) => void
506
+ ): void;
507
+ updateFirewallPolicy(
508
+ args: UpdateFirewallPolicyCommandInput,
509
+ options: __HttpHandlerOptions,
510
+ cb: (err: any, data?: UpdateFirewallPolicyCommandOutput) => void
511
+ ): void;
512
+
513
+ updateFirewallPolicyChangeProtection(
514
+ args: UpdateFirewallPolicyChangeProtectionCommandInput,
515
+ options?: __HttpHandlerOptions
516
+ ): Promise<UpdateFirewallPolicyChangeProtectionCommandOutput>;
517
+ updateFirewallPolicyChangeProtection(
518
+ args: UpdateFirewallPolicyChangeProtectionCommandInput,
519
+ cb: (
520
+ err: any,
521
+ data?: UpdateFirewallPolicyChangeProtectionCommandOutput
522
+ ) => void
523
+ ): void;
524
+ updateFirewallPolicyChangeProtection(
525
+ args: UpdateFirewallPolicyChangeProtectionCommandInput,
526
+ options: __HttpHandlerOptions,
527
+ cb: (
528
+ err: any,
529
+ data?: UpdateFirewallPolicyChangeProtectionCommandOutput
530
+ ) => void
531
+ ): void;
532
+
533
+ updateLoggingConfiguration(
534
+ args: UpdateLoggingConfigurationCommandInput,
535
+ options?: __HttpHandlerOptions
536
+ ): Promise<UpdateLoggingConfigurationCommandOutput>;
537
+ updateLoggingConfiguration(
538
+ args: UpdateLoggingConfigurationCommandInput,
539
+ cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void
540
+ ): void;
541
+ updateLoggingConfiguration(
542
+ args: UpdateLoggingConfigurationCommandInput,
543
+ options: __HttpHandlerOptions,
544
+ cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void
545
+ ): void;
546
+
547
+ updateRuleGroup(
548
+ args: UpdateRuleGroupCommandInput,
549
+ options?: __HttpHandlerOptions
550
+ ): Promise<UpdateRuleGroupCommandOutput>;
551
+ updateRuleGroup(
552
+ args: UpdateRuleGroupCommandInput,
553
+ cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void
554
+ ): void;
555
+ updateRuleGroup(
556
+ args: UpdateRuleGroupCommandInput,
557
+ options: __HttpHandlerOptions,
558
+ cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void
559
+ ): void;
560
+
561
+ updateSubnetChangeProtection(
562
+ args: UpdateSubnetChangeProtectionCommandInput,
563
+ options?: __HttpHandlerOptions
564
+ ): Promise<UpdateSubnetChangeProtectionCommandOutput>;
565
+ updateSubnetChangeProtection(
566
+ args: UpdateSubnetChangeProtectionCommandInput,
567
+ cb: (err: any, data?: UpdateSubnetChangeProtectionCommandOutput) => void
568
+ ): void;
569
+ updateSubnetChangeProtection(
570
+ args: UpdateSubnetChangeProtectionCommandInput,
571
+ options: __HttpHandlerOptions,
572
+ cb: (err: any, data?: UpdateSubnetChangeProtectionCommandOutput) => void
573
+ ): void;
574
+ }