@aws-sdk/client-network-firewall 3.170.0 → 3.171.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 (41) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/NetworkFirewall.d.ts +0 -31
  3. package/dist-types/ts3.4/NetworkFirewallClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/models/NetworkFirewallServiceException.d.ts +0 -1
  36. package/dist-types/ts3.4/models/models_0.d.ts +0 -404
  37. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  38. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  39. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  40. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  41. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-network-firewall
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-network-firewall
@@ -124,7 +124,6 @@ import {
124
124
  UpdateSubnetChangeProtectionCommandOutput,
125
125
  } from "./commands/UpdateSubnetChangeProtectionCommand";
126
126
  import { NetworkFirewallClient } from "./NetworkFirewallClient";
127
-
128
127
  export declare class NetworkFirewall extends NetworkFirewallClient {
129
128
  associateFirewallPolicy(
130
129
  args: AssociateFirewallPolicyCommandInput,
@@ -139,7 +138,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
139
138
  options: __HttpHandlerOptions,
140
139
  cb: (err: any, data?: AssociateFirewallPolicyCommandOutput) => void
141
140
  ): void;
142
-
143
141
  associateSubnets(
144
142
  args: AssociateSubnetsCommandInput,
145
143
  options?: __HttpHandlerOptions
@@ -153,7 +151,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
153
151
  options: __HttpHandlerOptions,
154
152
  cb: (err: any, data?: AssociateSubnetsCommandOutput) => void
155
153
  ): void;
156
-
157
154
  createFirewall(
158
155
  args: CreateFirewallCommandInput,
159
156
  options?: __HttpHandlerOptions
@@ -167,7 +164,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
167
164
  options: __HttpHandlerOptions,
168
165
  cb: (err: any, data?: CreateFirewallCommandOutput) => void
169
166
  ): void;
170
-
171
167
  createFirewallPolicy(
172
168
  args: CreateFirewallPolicyCommandInput,
173
169
  options?: __HttpHandlerOptions
@@ -181,7 +177,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
181
177
  options: __HttpHandlerOptions,
182
178
  cb: (err: any, data?: CreateFirewallPolicyCommandOutput) => void
183
179
  ): void;
184
-
185
180
  createRuleGroup(
186
181
  args: CreateRuleGroupCommandInput,
187
182
  options?: __HttpHandlerOptions
@@ -195,7 +190,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
195
190
  options: __HttpHandlerOptions,
196
191
  cb: (err: any, data?: CreateRuleGroupCommandOutput) => void
197
192
  ): void;
198
-
199
193
  deleteFirewall(
200
194
  args: DeleteFirewallCommandInput,
201
195
  options?: __HttpHandlerOptions
@@ -209,7 +203,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
209
203
  options: __HttpHandlerOptions,
210
204
  cb: (err: any, data?: DeleteFirewallCommandOutput) => void
211
205
  ): void;
212
-
213
206
  deleteFirewallPolicy(
214
207
  args: DeleteFirewallPolicyCommandInput,
215
208
  options?: __HttpHandlerOptions
@@ -223,7 +216,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
223
216
  options: __HttpHandlerOptions,
224
217
  cb: (err: any, data?: DeleteFirewallPolicyCommandOutput) => void
225
218
  ): void;
226
-
227
219
  deleteResourcePolicy(
228
220
  args: DeleteResourcePolicyCommandInput,
229
221
  options?: __HttpHandlerOptions
@@ -237,7 +229,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
237
229
  options: __HttpHandlerOptions,
238
230
  cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
239
231
  ): void;
240
-
241
232
  deleteRuleGroup(
242
233
  args: DeleteRuleGroupCommandInput,
243
234
  options?: __HttpHandlerOptions
@@ -251,7 +242,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
251
242
  options: __HttpHandlerOptions,
252
243
  cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void
253
244
  ): void;
254
-
255
245
  describeFirewall(
256
246
  args: DescribeFirewallCommandInput,
257
247
  options?: __HttpHandlerOptions
@@ -265,7 +255,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
265
255
  options: __HttpHandlerOptions,
266
256
  cb: (err: any, data?: DescribeFirewallCommandOutput) => void
267
257
  ): void;
268
-
269
258
  describeFirewallPolicy(
270
259
  args: DescribeFirewallPolicyCommandInput,
271
260
  options?: __HttpHandlerOptions
@@ -279,7 +268,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
279
268
  options: __HttpHandlerOptions,
280
269
  cb: (err: any, data?: DescribeFirewallPolicyCommandOutput) => void
281
270
  ): void;
282
-
283
271
  describeLoggingConfiguration(
284
272
  args: DescribeLoggingConfigurationCommandInput,
285
273
  options?: __HttpHandlerOptions
@@ -293,7 +281,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
293
281
  options: __HttpHandlerOptions,
294
282
  cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void
295
283
  ): void;
296
-
297
284
  describeResourcePolicy(
298
285
  args: DescribeResourcePolicyCommandInput,
299
286
  options?: __HttpHandlerOptions
@@ -307,7 +294,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
307
294
  options: __HttpHandlerOptions,
308
295
  cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
309
296
  ): void;
310
-
311
297
  describeRuleGroup(
312
298
  args: DescribeRuleGroupCommandInput,
313
299
  options?: __HttpHandlerOptions
@@ -321,7 +307,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
321
307
  options: __HttpHandlerOptions,
322
308
  cb: (err: any, data?: DescribeRuleGroupCommandOutput) => void
323
309
  ): void;
324
-
325
310
  describeRuleGroupMetadata(
326
311
  args: DescribeRuleGroupMetadataCommandInput,
327
312
  options?: __HttpHandlerOptions
@@ -335,7 +320,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
335
320
  options: __HttpHandlerOptions,
336
321
  cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void
337
322
  ): void;
338
-
339
323
  disassociateSubnets(
340
324
  args: DisassociateSubnetsCommandInput,
341
325
  options?: __HttpHandlerOptions
@@ -349,7 +333,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
349
333
  options: __HttpHandlerOptions,
350
334
  cb: (err: any, data?: DisassociateSubnetsCommandOutput) => void
351
335
  ): void;
352
-
353
336
  listFirewallPolicies(
354
337
  args: ListFirewallPoliciesCommandInput,
355
338
  options?: __HttpHandlerOptions
@@ -363,7 +346,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
363
346
  options: __HttpHandlerOptions,
364
347
  cb: (err: any, data?: ListFirewallPoliciesCommandOutput) => void
365
348
  ): void;
366
-
367
349
  listFirewalls(
368
350
  args: ListFirewallsCommandInput,
369
351
  options?: __HttpHandlerOptions
@@ -377,7 +359,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
377
359
  options: __HttpHandlerOptions,
378
360
  cb: (err: any, data?: ListFirewallsCommandOutput) => void
379
361
  ): void;
380
-
381
362
  listRuleGroups(
382
363
  args: ListRuleGroupsCommandInput,
383
364
  options?: __HttpHandlerOptions
@@ -391,7 +372,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
391
372
  options: __HttpHandlerOptions,
392
373
  cb: (err: any, data?: ListRuleGroupsCommandOutput) => void
393
374
  ): void;
394
-
395
375
  listTagsForResource(
396
376
  args: ListTagsForResourceCommandInput,
397
377
  options?: __HttpHandlerOptions
@@ -405,7 +385,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
405
385
  options: __HttpHandlerOptions,
406
386
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
407
387
  ): void;
408
-
409
388
  putResourcePolicy(
410
389
  args: PutResourcePolicyCommandInput,
411
390
  options?: __HttpHandlerOptions
@@ -419,7 +398,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
419
398
  options: __HttpHandlerOptions,
420
399
  cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
421
400
  ): void;
422
-
423
401
  tagResource(
424
402
  args: TagResourceCommandInput,
425
403
  options?: __HttpHandlerOptions
@@ -433,7 +411,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
433
411
  options: __HttpHandlerOptions,
434
412
  cb: (err: any, data?: TagResourceCommandOutput) => void
435
413
  ): void;
436
-
437
414
  untagResource(
438
415
  args: UntagResourceCommandInput,
439
416
  options?: __HttpHandlerOptions
@@ -447,7 +424,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
447
424
  options: __HttpHandlerOptions,
448
425
  cb: (err: any, data?: UntagResourceCommandOutput) => void
449
426
  ): void;
450
-
451
427
  updateFirewallDeleteProtection(
452
428
  args: UpdateFirewallDeleteProtectionCommandInput,
453
429
  options?: __HttpHandlerOptions
@@ -461,7 +437,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
461
437
  options: __HttpHandlerOptions,
462
438
  cb: (err: any, data?: UpdateFirewallDeleteProtectionCommandOutput) => void
463
439
  ): void;
464
-
465
440
  updateFirewallDescription(
466
441
  args: UpdateFirewallDescriptionCommandInput,
467
442
  options?: __HttpHandlerOptions
@@ -475,7 +450,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
475
450
  options: __HttpHandlerOptions,
476
451
  cb: (err: any, data?: UpdateFirewallDescriptionCommandOutput) => void
477
452
  ): void;
478
-
479
453
  updateFirewallEncryptionConfiguration(
480
454
  args: UpdateFirewallEncryptionConfigurationCommandInput,
481
455
  options?: __HttpHandlerOptions
@@ -495,7 +469,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
495
469
  data?: UpdateFirewallEncryptionConfigurationCommandOutput
496
470
  ) => void
497
471
  ): void;
498
-
499
472
  updateFirewallPolicy(
500
473
  args: UpdateFirewallPolicyCommandInput,
501
474
  options?: __HttpHandlerOptions
@@ -509,7 +482,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
509
482
  options: __HttpHandlerOptions,
510
483
  cb: (err: any, data?: UpdateFirewallPolicyCommandOutput) => void
511
484
  ): void;
512
-
513
485
  updateFirewallPolicyChangeProtection(
514
486
  args: UpdateFirewallPolicyChangeProtectionCommandInput,
515
487
  options?: __HttpHandlerOptions
@@ -529,7 +501,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
529
501
  data?: UpdateFirewallPolicyChangeProtectionCommandOutput
530
502
  ) => void
531
503
  ): void;
532
-
533
504
  updateLoggingConfiguration(
534
505
  args: UpdateLoggingConfigurationCommandInput,
535
506
  options?: __HttpHandlerOptions
@@ -543,7 +514,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
543
514
  options: __HttpHandlerOptions,
544
515
  cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void
545
516
  ): void;
546
-
547
517
  updateRuleGroup(
548
518
  args: UpdateRuleGroupCommandInput,
549
519
  options?: __HttpHandlerOptions
@@ -557,7 +527,6 @@ export declare class NetworkFirewall extends NetworkFirewallClient {
557
527
  options: __HttpHandlerOptions,
558
528
  cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void
559
529
  ): void;
560
-
561
530
  updateSubnetChangeProtection(
562
531
  args: UpdateSubnetChangeProtectionCommandInput,
563
532
  options?: __HttpHandlerOptions
@@ -233,47 +233,26 @@ export declare type ServiceOutputTypes =
233
233
  export interface ClientDefaults
234
234
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
235
235
  requestHandler?: __HttpHandler;
236
-
237
236
  sha256?: __HashConstructor;
238
-
239
237
  urlParser?: __UrlParser;
240
-
241
238
  bodyLengthChecker?: __BodyLengthCalculator;
242
-
243
239
  streamCollector?: __StreamCollector;
244
-
245
240
  base64Decoder?: __Decoder;
246
-
247
241
  base64Encoder?: __Encoder;
248
-
249
242
  utf8Decoder?: __Decoder;
250
-
251
243
  utf8Encoder?: __Encoder;
252
-
253
244
  runtime?: string;
254
-
255
245
  disableHostPrefix?: boolean;
256
-
257
246
  maxAttempts?: number | __Provider<number>;
258
-
259
247
  retryMode?: string | __Provider<string>;
260
-
261
248
  logger?: __Logger;
262
-
263
249
  useDualstackEndpoint?: boolean | __Provider<boolean>;
264
-
265
250
  useFipsEndpoint?: boolean | __Provider<boolean>;
266
-
267
251
  serviceId?: string;
268
-
269
252
  region?: string | __Provider<string>;
270
-
271
253
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
272
-
273
254
  regionInfoProvider?: RegionInfoProvider;
274
-
275
255
  defaultUserAgentProvider?: Provider<__UserAgent>;
276
-
277
256
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
278
257
  }
279
258
  declare type NetworkFirewallClientConfigType = Partial<
@@ -286,7 +265,6 @@ declare type NetworkFirewallClientConfigType = Partial<
286
265
  HostHeaderInputConfig &
287
266
  AwsAuthInputConfig &
288
267
  UserAgentInputConfig;
289
-
290
268
  export interface NetworkFirewallClientConfig
291
269
  extends NetworkFirewallClientConfigType {}
292
270
  declare type NetworkFirewallClientResolvedConfigType =
@@ -298,10 +276,8 @@ declare type NetworkFirewallClientResolvedConfigType =
298
276
  HostHeaderResolvedConfig &
299
277
  AwsAuthResolvedConfig &
300
278
  UserAgentResolvedConfig;
301
-
302
279
  export interface NetworkFirewallClientResolvedConfig
303
280
  extends NetworkFirewallClientResolvedConfigType {}
304
-
305
281
  export declare class NetworkFirewallClient extends __Client<
306
282
  __HttpHandlerOptions,
307
283
  ServiceInputTypes,
@@ -310,7 +286,6 @@ export declare class NetworkFirewallClient extends __Client<
310
286
  > {
311
287
  readonly config: NetworkFirewallClientResolvedConfig;
312
288
  constructor(configuration: NetworkFirewallClientConfig);
313
-
314
289
  destroy(): void;
315
290
  }
316
291
  export {};
@@ -19,7 +19,6 @@ export interface AssociateFirewallPolicyCommandInput
19
19
  export interface AssociateFirewallPolicyCommandOutput
20
20
  extends AssociateFirewallPolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class AssociateFirewallPolicyCommand extends $Command<
24
23
  AssociateFirewallPolicyCommandInput,
25
24
  AssociateFirewallPolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class AssociateFirewallPolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: AssociateFirewallPolicyCommandInput;
29
28
  constructor(input: AssociateFirewallPolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: NetworkFirewallClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface AssociateSubnetsCommandInput extends AssociateSubnetsRequest {}
18
18
  export interface AssociateSubnetsCommandOutput
19
19
  extends AssociateSubnetsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class AssociateSubnetsCommand extends $Command<
23
22
  AssociateSubnetsCommandInput,
24
23
  AssociateSubnetsCommandOutput,
@@ -26,7 +25,6 @@ export declare class AssociateSubnetsCommand extends $Command<
26
25
  > {
27
26
  readonly input: AssociateSubnetsCommandInput;
28
27
  constructor(input: AssociateSubnetsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: NetworkFirewallClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateFirewallCommandInput extends CreateFirewallRequest {}
18
18
  export interface CreateFirewallCommandOutput
19
19
  extends CreateFirewallResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateFirewallCommand extends $Command<
23
22
  CreateFirewallCommandInput,
24
23
  CreateFirewallCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateFirewallCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateFirewallCommandInput;
28
27
  constructor(input: CreateFirewallCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: NetworkFirewallClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateFirewallPolicyCommandInput
19
19
  export interface CreateFirewallPolicyCommandOutput
20
20
  extends CreateFirewallPolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateFirewallPolicyCommand extends $Command<
24
23
  CreateFirewallPolicyCommandInput,
25
24
  CreateFirewallPolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateFirewallPolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateFirewallPolicyCommandInput;
29
28
  constructor(input: CreateFirewallPolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: NetworkFirewallClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateRuleGroupCommandInput extends CreateRuleGroupRequest {}
18
18
  export interface CreateRuleGroupCommandOutput
19
19
  extends CreateRuleGroupResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateRuleGroupCommand extends $Command<
23
22
  CreateRuleGroupCommandInput,
24
23
  CreateRuleGroupCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateRuleGroupCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateRuleGroupCommandInput;
28
27
  constructor(input: CreateRuleGroupCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: NetworkFirewallClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteFirewallCommandInput extends DeleteFirewallRequest {}
18
18
  export interface DeleteFirewallCommandOutput
19
19
  extends DeleteFirewallResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteFirewallCommand extends $Command<
23
22
  DeleteFirewallCommandInput,
24
23
  DeleteFirewallCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteFirewallCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteFirewallCommandInput;
28
27
  constructor(input: DeleteFirewallCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: NetworkFirewallClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteFirewallPolicyCommandInput
19
19
  export interface DeleteFirewallPolicyCommandOutput
20
20
  extends DeleteFirewallPolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteFirewallPolicyCommand extends $Command<
24
23
  DeleteFirewallPolicyCommandInput,
25
24
  DeleteFirewallPolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteFirewallPolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteFirewallPolicyCommandInput;
29
28
  constructor(input: DeleteFirewallPolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: NetworkFirewallClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteResourcePolicyCommandInput
19
19
  export interface DeleteResourcePolicyCommandOutput
20
20
  extends DeleteResourcePolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteResourcePolicyCommand extends $Command<
24
23
  DeleteResourcePolicyCommandInput,
25
24
  DeleteResourcePolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteResourcePolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteResourcePolicyCommandInput;
29
28
  constructor(input: DeleteResourcePolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: NetworkFirewallClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteRuleGroupCommandInput extends DeleteRuleGroupRequest {}
18
18
  export interface DeleteRuleGroupCommandOutput
19
19
  extends DeleteRuleGroupResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteRuleGroupCommand extends $Command<
23
22
  DeleteRuleGroupCommandInput,
24
23
  DeleteRuleGroupCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteRuleGroupCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteRuleGroupCommandInput;
28
27
  constructor(input: DeleteRuleGroupCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: NetworkFirewallClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeFirewallCommandInput extends DescribeFirewallRequest {}
18
18
  export interface DescribeFirewallCommandOutput
19
19
  extends DescribeFirewallResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeFirewallCommand extends $Command<
23
22
  DescribeFirewallCommandInput,
24
23
  DescribeFirewallCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeFirewallCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeFirewallCommandInput;
28
27
  constructor(input: DescribeFirewallCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: NetworkFirewallClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeFirewallPolicyCommandInput
19
19
  export interface DescribeFirewallPolicyCommandOutput
20
20
  extends DescribeFirewallPolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeFirewallPolicyCommand extends $Command<
24
23
  DescribeFirewallPolicyCommandInput,
25
24
  DescribeFirewallPolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeFirewallPolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeFirewallPolicyCommandInput;
29
28
  constructor(input: DescribeFirewallPolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: NetworkFirewallClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeLoggingConfigurationCommandInput
19
19
  export interface DescribeLoggingConfigurationCommandOutput
20
20
  extends DescribeLoggingConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeLoggingConfigurationCommand extends $Command<
24
23
  DescribeLoggingConfigurationCommandInput,
25
24
  DescribeLoggingConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeLoggingConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeLoggingConfigurationCommandInput;
29
28
  constructor(input: DescribeLoggingConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: NetworkFirewallClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeResourcePolicyCommandInput
19
19
  export interface DescribeResourcePolicyCommandOutput
20
20
  extends DescribeResourcePolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeResourcePolicyCommand extends $Command<
24
23
  DescribeResourcePolicyCommandInput,
25
24
  DescribeResourcePolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeResourcePolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeResourcePolicyCommandInput;
29
28
  constructor(input: DescribeResourcePolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: NetworkFirewallClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeRuleGroupCommandInput
19
19
  export interface DescribeRuleGroupCommandOutput
20
20
  extends DescribeRuleGroupResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeRuleGroupCommand extends $Command<
24
23
  DescribeRuleGroupCommandInput,
25
24
  DescribeRuleGroupCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeRuleGroupCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeRuleGroupCommandInput;
29
28
  constructor(input: DescribeRuleGroupCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: NetworkFirewallClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeRuleGroupMetadataCommandInput
19
19
  export interface DescribeRuleGroupMetadataCommandOutput
20
20
  extends DescribeRuleGroupMetadataResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeRuleGroupMetadataCommand extends $Command<
24
23
  DescribeRuleGroupMetadataCommandInput,
25
24
  DescribeRuleGroupMetadataCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeRuleGroupMetadataCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeRuleGroupMetadataCommandInput;
29
28
  constructor(input: DescribeRuleGroupMetadataCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: NetworkFirewallClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DisassociateSubnetsCommandInput
19
19
  export interface DisassociateSubnetsCommandOutput
20
20
  extends DisassociateSubnetsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DisassociateSubnetsCommand extends $Command<
24
23
  DisassociateSubnetsCommandInput,
25
24
  DisassociateSubnetsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DisassociateSubnetsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DisassociateSubnetsCommandInput;
29
28
  constructor(input: DisassociateSubnetsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: NetworkFirewallClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListFirewallPoliciesCommandInput
19
19
  export interface ListFirewallPoliciesCommandOutput
20
20
  extends ListFirewallPoliciesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListFirewallPoliciesCommand extends $Command<
24
23
  ListFirewallPoliciesCommandInput,
25
24
  ListFirewallPoliciesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListFirewallPoliciesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListFirewallPoliciesCommandInput;
29
28
  constructor(input: ListFirewallPoliciesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: NetworkFirewallClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListFirewallsCommandInput extends ListFirewallsRequest {}
18
18
  export interface ListFirewallsCommandOutput
19
19
  extends ListFirewallsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListFirewallsCommand extends $Command<
23
22
  ListFirewallsCommandInput,
24
23
  ListFirewallsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListFirewallsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListFirewallsCommandInput;
28
27
  constructor(input: ListFirewallsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: NetworkFirewallClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListRuleGroupsCommandInput extends ListRuleGroupsRequest {}
18
18
  export interface ListRuleGroupsCommandOutput
19
19
  extends ListRuleGroupsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListRuleGroupsCommand extends $Command<
23
22
  ListRuleGroupsCommandInput,
24
23
  ListRuleGroupsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListRuleGroupsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListRuleGroupsCommandInput;
28
27
  constructor(input: ListRuleGroupsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: NetworkFirewallClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: NetworkFirewallClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutResourcePolicyCommandInput
19
19
  export interface PutResourcePolicyCommandOutput
20
20
  extends PutResourcePolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutResourcePolicyCommand extends $Command<
24
23
  PutResourcePolicyCommandInput,
25
24
  PutResourcePolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutResourcePolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutResourcePolicyCommandInput;
29
28
  constructor(input: PutResourcePolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: NetworkFirewallClientResolvedConfig,