@aws-sdk/client-network-firewall 3.533.0 → 3.540.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/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/NetworkFirewall.d.ts +18 -1
- package/dist-types/NetworkFirewallClient.d.ts +1 -1
- package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +2 -1
- package/dist-types/commands/AssociateSubnetsCommand.d.ts +2 -1
- package/dist-types/commands/CreateFirewallCommand.d.ts +2 -1
- package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +2 -1
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateTLSInspectionConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFirewallCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTLSInspectionConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFirewallCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRuleGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTLSInspectionConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateSubnetsCommand.d.ts +2 -1
- package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListFirewallsCommand.d.ts +2 -1
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListTLSInspectionConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTLSInspectionConfigurationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +468 -468
- package/dist-types/ts3.4/NetworkFirewall.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTLSInspectionConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTLSInspectionConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTLSInspectionConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTLSInspectionConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTLSInspectionConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -223,6 +223,7 @@ export interface NetworkFirewall {
|
|
|
223
223
|
options: __HttpHandlerOptions,
|
|
224
224
|
cb: (err: any, data?: CreateTLSInspectionConfigurationCommandOutput) => void
|
|
225
225
|
): void;
|
|
226
|
+
deleteFirewall(): Promise<DeleteFirewallCommandOutput>;
|
|
226
227
|
deleteFirewall(
|
|
227
228
|
args: DeleteFirewallCommandInput,
|
|
228
229
|
options?: __HttpHandlerOptions
|
|
@@ -236,6 +237,7 @@ export interface NetworkFirewall {
|
|
|
236
237
|
options: __HttpHandlerOptions,
|
|
237
238
|
cb: (err: any, data?: DeleteFirewallCommandOutput) => void
|
|
238
239
|
): void;
|
|
240
|
+
deleteFirewallPolicy(): Promise<DeleteFirewallPolicyCommandOutput>;
|
|
239
241
|
deleteFirewallPolicy(
|
|
240
242
|
args: DeleteFirewallPolicyCommandInput,
|
|
241
243
|
options?: __HttpHandlerOptions
|
|
@@ -262,6 +264,7 @@ export interface NetworkFirewall {
|
|
|
262
264
|
options: __HttpHandlerOptions,
|
|
263
265
|
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
264
266
|
): void;
|
|
267
|
+
deleteRuleGroup(): Promise<DeleteRuleGroupCommandOutput>;
|
|
265
268
|
deleteRuleGroup(
|
|
266
269
|
args: DeleteRuleGroupCommandInput,
|
|
267
270
|
options?: __HttpHandlerOptions
|
|
@@ -275,6 +278,7 @@ export interface NetworkFirewall {
|
|
|
275
278
|
options: __HttpHandlerOptions,
|
|
276
279
|
cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void
|
|
277
280
|
): void;
|
|
281
|
+
deleteTLSInspectionConfiguration(): Promise<DeleteTLSInspectionConfigurationCommandOutput>;
|
|
278
282
|
deleteTLSInspectionConfiguration(
|
|
279
283
|
args: DeleteTLSInspectionConfigurationCommandInput,
|
|
280
284
|
options?: __HttpHandlerOptions
|
|
@@ -288,6 +292,7 @@ export interface NetworkFirewall {
|
|
|
288
292
|
options: __HttpHandlerOptions,
|
|
289
293
|
cb: (err: any, data?: DeleteTLSInspectionConfigurationCommandOutput) => void
|
|
290
294
|
): void;
|
|
295
|
+
describeFirewall(): Promise<DescribeFirewallCommandOutput>;
|
|
291
296
|
describeFirewall(
|
|
292
297
|
args: DescribeFirewallCommandInput,
|
|
293
298
|
options?: __HttpHandlerOptions
|
|
@@ -301,6 +306,7 @@ export interface NetworkFirewall {
|
|
|
301
306
|
options: __HttpHandlerOptions,
|
|
302
307
|
cb: (err: any, data?: DescribeFirewallCommandOutput) => void
|
|
303
308
|
): void;
|
|
309
|
+
describeFirewallPolicy(): Promise<DescribeFirewallPolicyCommandOutput>;
|
|
304
310
|
describeFirewallPolicy(
|
|
305
311
|
args: DescribeFirewallPolicyCommandInput,
|
|
306
312
|
options?: __HttpHandlerOptions
|
|
@@ -314,6 +320,7 @@ export interface NetworkFirewall {
|
|
|
314
320
|
options: __HttpHandlerOptions,
|
|
315
321
|
cb: (err: any, data?: DescribeFirewallPolicyCommandOutput) => void
|
|
316
322
|
): void;
|
|
323
|
+
describeLoggingConfiguration(): Promise<DescribeLoggingConfigurationCommandOutput>;
|
|
317
324
|
describeLoggingConfiguration(
|
|
318
325
|
args: DescribeLoggingConfigurationCommandInput,
|
|
319
326
|
options?: __HttpHandlerOptions
|
|
@@ -340,6 +347,7 @@ export interface NetworkFirewall {
|
|
|
340
347
|
options: __HttpHandlerOptions,
|
|
341
348
|
cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
|
|
342
349
|
): void;
|
|
350
|
+
describeRuleGroup(): Promise<DescribeRuleGroupCommandOutput>;
|
|
343
351
|
describeRuleGroup(
|
|
344
352
|
args: DescribeRuleGroupCommandInput,
|
|
345
353
|
options?: __HttpHandlerOptions
|
|
@@ -353,6 +361,7 @@ export interface NetworkFirewall {
|
|
|
353
361
|
options: __HttpHandlerOptions,
|
|
354
362
|
cb: (err: any, data?: DescribeRuleGroupCommandOutput) => void
|
|
355
363
|
): void;
|
|
364
|
+
describeRuleGroupMetadata(): Promise<DescribeRuleGroupMetadataCommandOutput>;
|
|
356
365
|
describeRuleGroupMetadata(
|
|
357
366
|
args: DescribeRuleGroupMetadataCommandInput,
|
|
358
367
|
options?: __HttpHandlerOptions
|
|
@@ -366,6 +375,7 @@ export interface NetworkFirewall {
|
|
|
366
375
|
options: __HttpHandlerOptions,
|
|
367
376
|
cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void
|
|
368
377
|
): void;
|
|
378
|
+
describeTLSInspectionConfiguration(): Promise<DescribeTLSInspectionConfigurationCommandOutput>;
|
|
369
379
|
describeTLSInspectionConfiguration(
|
|
370
380
|
args: DescribeTLSInspectionConfigurationCommandInput,
|
|
371
381
|
options?: __HttpHandlerOptions
|
|
@@ -398,6 +408,7 @@ export interface NetworkFirewall {
|
|
|
398
408
|
options: __HttpHandlerOptions,
|
|
399
409
|
cb: (err: any, data?: DisassociateSubnetsCommandOutput) => void
|
|
400
410
|
): void;
|
|
411
|
+
listFirewallPolicies(): Promise<ListFirewallPoliciesCommandOutput>;
|
|
401
412
|
listFirewallPolicies(
|
|
402
413
|
args: ListFirewallPoliciesCommandInput,
|
|
403
414
|
options?: __HttpHandlerOptions
|
|
@@ -411,6 +422,7 @@ export interface NetworkFirewall {
|
|
|
411
422
|
options: __HttpHandlerOptions,
|
|
412
423
|
cb: (err: any, data?: ListFirewallPoliciesCommandOutput) => void
|
|
413
424
|
): void;
|
|
425
|
+
listFirewalls(): Promise<ListFirewallsCommandOutput>;
|
|
414
426
|
listFirewalls(
|
|
415
427
|
args: ListFirewallsCommandInput,
|
|
416
428
|
options?: __HttpHandlerOptions
|
|
@@ -424,6 +436,7 @@ export interface NetworkFirewall {
|
|
|
424
436
|
options: __HttpHandlerOptions,
|
|
425
437
|
cb: (err: any, data?: ListFirewallsCommandOutput) => void
|
|
426
438
|
): void;
|
|
439
|
+
listRuleGroups(): Promise<ListRuleGroupsCommandOutput>;
|
|
427
440
|
listRuleGroups(
|
|
428
441
|
args: ListRuleGroupsCommandInput,
|
|
429
442
|
options?: __HttpHandlerOptions
|
|
@@ -450,6 +463,7 @@ export interface NetworkFirewall {
|
|
|
450
463
|
options: __HttpHandlerOptions,
|
|
451
464
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
452
465
|
): void;
|
|
466
|
+
listTLSInspectionConfigurations(): Promise<ListTLSInspectionConfigurationsCommandOutput>;
|
|
453
467
|
listTLSInspectionConfigurations(
|
|
454
468
|
args: ListTLSInspectionConfigurationsCommandInput,
|
|
455
469
|
options?: __HttpHandlerOptions
|
|
@@ -515,6 +529,7 @@ export interface NetworkFirewall {
|
|
|
515
529
|
options: __HttpHandlerOptions,
|
|
516
530
|
cb: (err: any, data?: UpdateFirewallDeleteProtectionCommandOutput) => void
|
|
517
531
|
): void;
|
|
532
|
+
updateFirewallDescription(): Promise<UpdateFirewallDescriptionCommandOutput>;
|
|
518
533
|
updateFirewallDescription(
|
|
519
534
|
args: UpdateFirewallDescriptionCommandInput,
|
|
520
535
|
options?: __HttpHandlerOptions
|
|
@@ -528,6 +543,7 @@ export interface NetworkFirewall {
|
|
|
528
543
|
options: __HttpHandlerOptions,
|
|
529
544
|
cb: (err: any, data?: UpdateFirewallDescriptionCommandOutput) => void
|
|
530
545
|
): void;
|
|
546
|
+
updateFirewallEncryptionConfiguration(): Promise<UpdateFirewallEncryptionConfigurationCommandOutput>;
|
|
531
547
|
updateFirewallEncryptionConfiguration(
|
|
532
548
|
args: UpdateFirewallEncryptionConfigurationCommandInput,
|
|
533
549
|
options?: __HttpHandlerOptions
|
|
@@ -579,6 +595,7 @@ export interface NetworkFirewall {
|
|
|
579
595
|
data?: UpdateFirewallPolicyChangeProtectionCommandOutput
|
|
580
596
|
) => void
|
|
581
597
|
): void;
|
|
598
|
+
updateLoggingConfiguration(): Promise<UpdateLoggingConfigurationCommandOutput>;
|
|
582
599
|
updateLoggingConfiguration(
|
|
583
600
|
args: UpdateLoggingConfigurationCommandInput,
|
|
584
601
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const AssociateFirewallPolicyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AssociateFirewallPolicyCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AssociateFirewallPolicyCommandInput,
|
|
32
|
+
AssociateFirewallPolicyCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AssociateFirewallPolicyCommand extends AssociateFirewallPolicyCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const AssociateSubnetsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: AssociateSubnetsCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
AssociateSubnetsCommandInput,
|
|
31
|
+
AssociateSubnetsCommandOutput,
|
|
32
|
+
NetworkFirewallClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class AssociateSubnetsCommand extends AssociateSubnetsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateFirewallCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateFirewallCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateFirewallCommandInput,
|
|
31
|
+
CreateFirewallCommandOutput,
|
|
32
|
+
NetworkFirewallClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateFirewallCommand extends CreateFirewallCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateFirewallPolicyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateFirewallPolicyCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateFirewallPolicyCommandInput,
|
|
32
|
+
CreateFirewallPolicyCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateFirewallPolicyCommand extends CreateFirewallPolicyCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: CreateRuleGroupCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
CreateRuleGroupCommandInput,
|
|
31
|
+
CreateRuleGroupCommandOutput,
|
|
32
|
+
NetworkFirewallClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class CreateRuleGroupCommand extends CreateRuleGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateTLSInspectionConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateTLSInspectionConfigurationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateTLSInspectionConfigurationCommandInput,
|
|
32
|
+
CreateTLSInspectionConfigurationCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateTLSInspectionConfigurationCommand extends CreateTLSInspectionConfigurationCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteFirewallCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [DeleteFirewallCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteFirewallCommandInput,
|
|
31
|
+
DeleteFirewallCommandOutput,
|
|
32
|
+
NetworkFirewallClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteFirewallCommand extends DeleteFirewallCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteFirewallPolicyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DeleteFirewallPolicyCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteFirewallPolicyCommandInput,
|
|
32
|
+
DeleteFirewallPolicyCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteFirewallPolicyCommand extends DeleteFirewallPolicyCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteResourcePolicyCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteResourcePolicyCommandInput,
|
|
32
|
+
DeleteResourcePolicyCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DeleteRuleGroupCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [DeleteRuleGroupCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DeleteRuleGroupCommandInput,
|
|
31
|
+
DeleteRuleGroupCommandOutput,
|
|
32
|
+
NetworkFirewallClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DeleteRuleGroupCommand extends DeleteRuleGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteTLSInspectionConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DeleteTLSInspectionConfigurationCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteTLSInspectionConfigurationCommandInput,
|
|
32
|
+
DeleteTLSInspectionConfigurationCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteTLSInspectionConfigurationCommand extends DeleteTLSInspectionConfigurationCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeFirewallCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [DescribeFirewallCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeFirewallCommandInput,
|
|
31
|
+
DescribeFirewallCommandOutput,
|
|
32
|
+
NetworkFirewallClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeFirewallCommand extends DescribeFirewallCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeFirewallPolicyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeFirewallPolicyCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeFirewallPolicyCommandInput,
|
|
32
|
+
DescribeFirewallPolicyCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeFirewallPolicyCommand extends DescribeFirewallPolicyCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeLoggingConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeLoggingConfigurationCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeLoggingConfigurationCommandInput,
|
|
32
|
+
DescribeLoggingConfigurationCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeLoggingConfigurationCommand extends DescribeLoggingConfigurationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeResourcePolicyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeResourcePolicyCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeResourcePolicyCommandInput,
|
|
32
|
+
DescribeResourcePolicyCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeRuleGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeRuleGroupCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeRuleGroupCommandInput,
|
|
32
|
+
DescribeRuleGroupCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeRuleGroupCommand extends DescribeRuleGroupCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeRuleGroupMetadataCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeRuleGroupMetadataCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeRuleGroupMetadataCommandInput,
|
|
32
|
+
DescribeRuleGroupMetadataCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeRuleGroupMetadataCommand extends DescribeRuleGroupMetadataCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeTLSInspectionConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeTLSInspectionConfigurationCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeTLSInspectionConfigurationCommandInput,
|
|
32
|
+
DescribeTLSInspectionConfigurationCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeTLSInspectionConfigurationCommand extends DescribeTLSInspectionConfigurationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DisassociateSubnetsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DisassociateSubnetsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DisassociateSubnetsCommandInput,
|
|
32
|
+
DisassociateSubnetsCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DisassociateSubnetsCommand extends DisassociateSubnetsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListFirewallPoliciesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListFirewallPoliciesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListFirewallPoliciesCommandInput,
|
|
32
|
+
ListFirewallPoliciesCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListFirewallPoliciesCommand extends ListFirewallPoliciesCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListFirewallsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListFirewallsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListFirewallsCommandInput,
|
|
31
|
+
ListFirewallsCommandOutput,
|
|
32
|
+
NetworkFirewallClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListFirewallsCommand extends ListFirewallsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListRuleGroupsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListRuleGroupsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListRuleGroupsCommandInput,
|
|
31
|
+
ListRuleGroupsCommandOutput,
|
|
32
|
+
NetworkFirewallClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListRuleGroupsCommand extends ListRuleGroupsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTLSInspectionConfigurationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListTLSInspectionConfigurationsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTLSInspectionConfigurationsCommandInput,
|
|
32
|
+
ListTLSInspectionConfigurationsCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTLSInspectionConfigurationsCommand extends ListTLSInspectionConfigurationsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTagsForResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagsForResourceCommandInput,
|
|
32
|
+
ListTagsForResourceCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: PutResourcePolicyCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
PutResourcePolicyCommandInput,
|
|
32
|
+
PutResourcePolicyCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: TagResourceCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
TagResourceCommandInput,
|
|
28
|
+
TagResourceCommandOutput,
|
|
29
|
+
NetworkFirewallClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UntagResourceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UntagResourceCommandInput,
|
|
31
|
+
UntagResourceCommandOutput,
|
|
32
|
+
NetworkFirewallClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateFirewallDeleteProtectionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateFirewallDeleteProtectionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateFirewallDeleteProtectionCommandInput,
|
|
32
|
+
UpdateFirewallDeleteProtectionCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateFirewallDeleteProtectionCommand extends UpdateFirewallDeleteProtectionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateFirewallDescriptionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [UpdateFirewallDescriptionCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateFirewallDescriptionCommandInput,
|
|
32
|
+
UpdateFirewallDescriptionCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateFirewallDescriptionCommand extends UpdateFirewallDescriptionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateFirewallEncryptionConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [UpdateFirewallEncryptionConfigurationCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateFirewallEncryptionConfigurationCommandInput,
|
|
32
|
+
UpdateFirewallEncryptionConfigurationCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateFirewallEncryptionConfigurationCommand extends UpdateFirewallEncryptionConfigurationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateFirewallPolicyChangeProtectionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateFirewallPolicyChangeProtectionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateFirewallPolicyChangeProtectionCommandInput,
|
|
32
|
+
UpdateFirewallPolicyChangeProtectionCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateFirewallPolicyChangeProtectionCommand extends UpdateFirewallPolicyChangeProtectionCommand_base {}
|