@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.
Files changed (52) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/NetworkFirewall.d.ts +574 -160
  3. package/dist-types/ts3.4/NetworkFirewallClient.d.ts +316 -104
  4. package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/index.d.ts +31 -31
  36. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  37. package/dist-types/ts3.4/index.d.ts +6 -6
  38. package/dist-types/ts3.4/models/NetworkFirewallServiceException.d.ts +8 -6
  39. package/dist-types/ts3.4/models/index.d.ts +1 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +1446 -1344
  41. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  42. package/dist-types/ts3.4/pagination/ListFirewallPoliciesPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListFirewallsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListRuleGroupsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  47. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +377 -95
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  52. package/package.json +34 -34
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateFirewallPolicyChangeProtectionRequest, UpdateFirewallPolicyChangeProtectionResponse } from "../models/models_0";
4
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
- export interface UpdateFirewallPolicyChangeProtectionCommandInput extends UpdateFirewallPolicyChangeProtectionRequest {
6
- }
7
- export interface UpdateFirewallPolicyChangeProtectionCommandOutput extends UpdateFirewallPolicyChangeProtectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateFirewallPolicyChangeProtectionCommand extends $Command<UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig> {
11
- readonly input: UpdateFirewallPolicyChangeProtectionCommandInput;
12
- constructor(input: UpdateFirewallPolicyChangeProtectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ UpdateFirewallPolicyChangeProtectionRequest,
10
+ UpdateFirewallPolicyChangeProtectionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ NetworkFirewallClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../NetworkFirewallClient";
17
+ export interface UpdateFirewallPolicyChangeProtectionCommandInput
18
+ extends UpdateFirewallPolicyChangeProtectionRequest {}
19
+ export interface UpdateFirewallPolicyChangeProtectionCommandOutput
20
+ extends UpdateFirewallPolicyChangeProtectionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateFirewallPolicyChangeProtectionCommand extends $Command<
24
+ UpdateFirewallPolicyChangeProtectionCommandInput,
25
+ UpdateFirewallPolicyChangeProtectionCommandOutput,
26
+ NetworkFirewallClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateFirewallPolicyChangeProtectionCommandInput;
29
+ constructor(input: UpdateFirewallPolicyChangeProtectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: NetworkFirewallClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateFirewallPolicyChangeProtectionCommandInput,
37
+ UpdateFirewallPolicyChangeProtectionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateFirewallPolicyRequest, UpdateFirewallPolicyResponse } from "../models/models_0";
4
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
- export interface UpdateFirewallPolicyCommandInput extends UpdateFirewallPolicyRequest {
6
- }
7
- export interface UpdateFirewallPolicyCommandOutput extends UpdateFirewallPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateFirewallPolicyCommand extends $Command<UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
11
- readonly input: UpdateFirewallPolicyCommandInput;
12
- constructor(input: UpdateFirewallPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ UpdateFirewallPolicyRequest,
10
+ UpdateFirewallPolicyResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ NetworkFirewallClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../NetworkFirewallClient";
17
+ export interface UpdateFirewallPolicyCommandInput
18
+ extends UpdateFirewallPolicyRequest {}
19
+ export interface UpdateFirewallPolicyCommandOutput
20
+ extends UpdateFirewallPolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateFirewallPolicyCommand extends $Command<
24
+ UpdateFirewallPolicyCommandInput,
25
+ UpdateFirewallPolicyCommandOutput,
26
+ NetworkFirewallClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateFirewallPolicyCommandInput;
29
+ constructor(input: UpdateFirewallPolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: NetworkFirewallClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateFirewallPolicyCommandInput,
37
+ UpdateFirewallPolicyCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse } from "../models/models_0";
4
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
- export interface UpdateLoggingConfigurationCommandInput extends UpdateLoggingConfigurationRequest {
6
- }
7
- export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateLoggingConfigurationCommand extends $Command<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig> {
11
- readonly input: UpdateLoggingConfigurationCommandInput;
12
- constructor(input: UpdateLoggingConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ UpdateLoggingConfigurationRequest,
10
+ UpdateLoggingConfigurationResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ NetworkFirewallClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../NetworkFirewallClient";
17
+ export interface UpdateLoggingConfigurationCommandInput
18
+ extends UpdateLoggingConfigurationRequest {}
19
+ export interface UpdateLoggingConfigurationCommandOutput
20
+ extends UpdateLoggingConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateLoggingConfigurationCommand extends $Command<
24
+ UpdateLoggingConfigurationCommandInput,
25
+ UpdateLoggingConfigurationCommandOutput,
26
+ NetworkFirewallClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateLoggingConfigurationCommandInput;
29
+ constructor(input: UpdateLoggingConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: NetworkFirewallClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateLoggingConfigurationCommandInput,
37
+ UpdateLoggingConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/models_0";
4
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
- export interface UpdateRuleGroupCommandInput extends UpdateRuleGroupRequest {
6
- }
7
- export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateRuleGroupCommand extends $Command<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig> {
11
- readonly input: UpdateRuleGroupCommandInput;
12
- constructor(input: UpdateRuleGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ UpdateRuleGroupRequest,
10
+ UpdateRuleGroupResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ NetworkFirewallClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../NetworkFirewallClient";
17
+ export interface UpdateRuleGroupCommandInput extends UpdateRuleGroupRequest {}
18
+ export interface UpdateRuleGroupCommandOutput
19
+ extends UpdateRuleGroupResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateRuleGroupCommand extends $Command<
23
+ UpdateRuleGroupCommandInput,
24
+ UpdateRuleGroupCommandOutput,
25
+ NetworkFirewallClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateRuleGroupCommandInput;
28
+ constructor(input: UpdateRuleGroupCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: NetworkFirewallClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateSubnetChangeProtectionRequest, UpdateSubnetChangeProtectionResponse } from "../models/models_0";
4
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
- export interface UpdateSubnetChangeProtectionCommandInput extends UpdateSubnetChangeProtectionRequest {
6
- }
7
- export interface UpdateSubnetChangeProtectionCommandOutput extends UpdateSubnetChangeProtectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateSubnetChangeProtectionCommand extends $Command<UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig> {
11
- readonly input: UpdateSubnetChangeProtectionCommandInput;
12
- constructor(input: UpdateSubnetChangeProtectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ UpdateSubnetChangeProtectionRequest,
10
+ UpdateSubnetChangeProtectionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ NetworkFirewallClientResolvedConfig,
14
+ ServiceInputTypes,
15
+ ServiceOutputTypes,
16
+ } from "../NetworkFirewallClient";
17
+ export interface UpdateSubnetChangeProtectionCommandInput
18
+ extends UpdateSubnetChangeProtectionRequest {}
19
+ export interface UpdateSubnetChangeProtectionCommandOutput
20
+ extends UpdateSubnetChangeProtectionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateSubnetChangeProtectionCommand extends $Command<
24
+ UpdateSubnetChangeProtectionCommandInput,
25
+ UpdateSubnetChangeProtectionCommandOutput,
26
+ NetworkFirewallClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateSubnetChangeProtectionCommandInput;
29
+ constructor(input: UpdateSubnetChangeProtectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: NetworkFirewallClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateSubnetChangeProtectionCommandInput,
37
+ UpdateSubnetChangeProtectionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,31 +1,31 @@
1
- export * from "./AssociateFirewallPolicyCommand";
2
- export * from "./AssociateSubnetsCommand";
3
- export * from "./CreateFirewallCommand";
4
- export * from "./CreateFirewallPolicyCommand";
5
- export * from "./CreateRuleGroupCommand";
6
- export * from "./DeleteFirewallCommand";
7
- export * from "./DeleteFirewallPolicyCommand";
8
- export * from "./DeleteResourcePolicyCommand";
9
- export * from "./DeleteRuleGroupCommand";
10
- export * from "./DescribeFirewallCommand";
11
- export * from "./DescribeFirewallPolicyCommand";
12
- export * from "./DescribeLoggingConfigurationCommand";
13
- export * from "./DescribeResourcePolicyCommand";
14
- export * from "./DescribeRuleGroupCommand";
15
- export * from "./DescribeRuleGroupMetadataCommand";
16
- export * from "./DisassociateSubnetsCommand";
17
- export * from "./ListFirewallPoliciesCommand";
18
- export * from "./ListFirewallsCommand";
19
- export * from "./ListRuleGroupsCommand";
20
- export * from "./ListTagsForResourceCommand";
21
- export * from "./PutResourcePolicyCommand";
22
- export * from "./TagResourceCommand";
23
- export * from "./UntagResourceCommand";
24
- export * from "./UpdateFirewallDeleteProtectionCommand";
25
- export * from "./UpdateFirewallDescriptionCommand";
26
- export * from "./UpdateFirewallEncryptionConfigurationCommand";
27
- export * from "./UpdateFirewallPolicyChangeProtectionCommand";
28
- export * from "./UpdateFirewallPolicyCommand";
29
- export * from "./UpdateLoggingConfigurationCommand";
30
- export * from "./UpdateRuleGroupCommand";
31
- export * from "./UpdateSubnetChangeProtectionCommand";
1
+ export * from "./AssociateFirewallPolicyCommand";
2
+ export * from "./AssociateSubnetsCommand";
3
+ export * from "./CreateFirewallCommand";
4
+ export * from "./CreateFirewallPolicyCommand";
5
+ export * from "./CreateRuleGroupCommand";
6
+ export * from "./DeleteFirewallCommand";
7
+ export * from "./DeleteFirewallPolicyCommand";
8
+ export * from "./DeleteResourcePolicyCommand";
9
+ export * from "./DeleteRuleGroupCommand";
10
+ export * from "./DescribeFirewallCommand";
11
+ export * from "./DescribeFirewallPolicyCommand";
12
+ export * from "./DescribeLoggingConfigurationCommand";
13
+ export * from "./DescribeResourcePolicyCommand";
14
+ export * from "./DescribeRuleGroupCommand";
15
+ export * from "./DescribeRuleGroupMetadataCommand";
16
+ export * from "./DisassociateSubnetsCommand";
17
+ export * from "./ListFirewallPoliciesCommand";
18
+ export * from "./ListFirewallsCommand";
19
+ export * from "./ListRuleGroupsCommand";
20
+ export * from "./ListTagsForResourceCommand";
21
+ export * from "./PutResourcePolicyCommand";
22
+ export * from "./TagResourceCommand";
23
+ export * from "./UntagResourceCommand";
24
+ export * from "./UpdateFirewallDeleteProtectionCommand";
25
+ export * from "./UpdateFirewallDescriptionCommand";
26
+ export * from "./UpdateFirewallEncryptionConfigurationCommand";
27
+ export * from "./UpdateFirewallPolicyChangeProtectionCommand";
28
+ export * from "./UpdateFirewallPolicyCommand";
29
+ export * from "./UpdateLoggingConfigurationCommand";
30
+ export * from "./UpdateRuleGroupCommand";
31
+ export * from "./UpdateSubnetChangeProtectionCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./NetworkFirewall";
2
- export * from "./NetworkFirewallClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { NetworkFirewallServiceException } from "./models/NetworkFirewallServiceException";
1
+ export * from "./NetworkFirewall";
2
+ export * from "./NetworkFirewallClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { NetworkFirewallServiceException } from "./models/NetworkFirewallServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class NetworkFirewallServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class NetworkFirewallServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";