@aws-sdk/client-network-firewall 3.168.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/NetworkFirewall.d.ts +574 -160
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +316 -104
- package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +31 -31
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/NetworkFirewallServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1446 -1344
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListFirewallPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFirewallsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRuleGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +377 -95
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,160 +1,574 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
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
|
+
}
|