@aws-sdk/client-network-firewall 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/NetworkFirewall.d.ts +574 -160
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +316 -104
- package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +31 -31
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/NetworkFirewallServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1446 -1344
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListFirewallPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFirewallsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRuleGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +377 -95
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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";
|