@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/NetworkFirewall.d.ts +0 -31
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/NetworkFirewallServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -404
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: NetworkFirewallClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: NetworkFirewallClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateFirewallDeleteProtectionCommandInput
|
|
|
19
19
|
export interface UpdateFirewallDeleteProtectionCommandOutput
|
|
20
20
|
extends UpdateFirewallDeleteProtectionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateFirewallDeleteProtectionCommand extends $Command<
|
|
24
23
|
UpdateFirewallDeleteProtectionCommandInput,
|
|
25
24
|
UpdateFirewallDeleteProtectionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateFirewallDeleteProtectionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateFirewallDeleteProtectionCommandInput;
|
|
29
28
|
constructor(input: UpdateFirewallDeleteProtectionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: NetworkFirewallClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateFirewallDescriptionCommandInput
|
|
|
19
19
|
export interface UpdateFirewallDescriptionCommandOutput
|
|
20
20
|
extends UpdateFirewallDescriptionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateFirewallDescriptionCommand extends $Command<
|
|
24
23
|
UpdateFirewallDescriptionCommandInput,
|
|
25
24
|
UpdateFirewallDescriptionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateFirewallDescriptionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateFirewallDescriptionCommandInput;
|
|
29
28
|
constructor(input: UpdateFirewallDescriptionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: NetworkFirewallClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateFirewallEncryptionConfigurationCommandInput
|
|
|
19
19
|
export interface UpdateFirewallEncryptionConfigurationCommandOutput
|
|
20
20
|
extends UpdateFirewallEncryptionConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateFirewallEncryptionConfigurationCommand extends $Command<
|
|
24
23
|
UpdateFirewallEncryptionConfigurationCommandInput,
|
|
25
24
|
UpdateFirewallEncryptionConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateFirewallEncryptionConfigurationCommand extends $Comma
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateFirewallEncryptionConfigurationCommandInput;
|
|
29
28
|
constructor(input: UpdateFirewallEncryptionConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: NetworkFirewallClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateFirewallPolicyChangeProtectionCommandInput
|
|
|
19
19
|
export interface UpdateFirewallPolicyChangeProtectionCommandOutput
|
|
20
20
|
extends UpdateFirewallPolicyChangeProtectionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateFirewallPolicyChangeProtectionCommand extends $Command<
|
|
24
23
|
UpdateFirewallPolicyChangeProtectionCommandInput,
|
|
25
24
|
UpdateFirewallPolicyChangeProtectionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateFirewallPolicyChangeProtectionCommand extends $Comman
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateFirewallPolicyChangeProtectionCommandInput;
|
|
29
28
|
constructor(input: UpdateFirewallPolicyChangeProtectionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: NetworkFirewallClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateFirewallPolicyCommandInput
|
|
|
19
19
|
export interface UpdateFirewallPolicyCommandOutput
|
|
20
20
|
extends UpdateFirewallPolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateFirewallPolicyCommand extends $Command<
|
|
24
23
|
UpdateFirewallPolicyCommandInput,
|
|
25
24
|
UpdateFirewallPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateFirewallPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateFirewallPolicyCommandInput;
|
|
29
28
|
constructor(input: UpdateFirewallPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: NetworkFirewallClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateLoggingConfigurationCommandInput
|
|
|
19
19
|
export interface UpdateLoggingConfigurationCommandOutput
|
|
20
20
|
extends UpdateLoggingConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateLoggingConfigurationCommand extends $Command<
|
|
24
23
|
UpdateLoggingConfigurationCommandInput,
|
|
25
24
|
UpdateLoggingConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateLoggingConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateLoggingConfigurationCommandInput;
|
|
29
28
|
constructor(input: UpdateLoggingConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: NetworkFirewallClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateRuleGroupCommandInput extends UpdateRuleGroupRequest {}
|
|
|
18
18
|
export interface UpdateRuleGroupCommandOutput
|
|
19
19
|
extends UpdateRuleGroupResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateRuleGroupCommand extends $Command<
|
|
23
22
|
UpdateRuleGroupCommandInput,
|
|
24
23
|
UpdateRuleGroupCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateRuleGroupCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateRuleGroupCommandInput;
|
|
28
27
|
constructor(input: UpdateRuleGroupCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: NetworkFirewallClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateSubnetChangeProtectionCommandInput
|
|
|
19
19
|
export interface UpdateSubnetChangeProtectionCommandOutput
|
|
20
20
|
extends UpdateSubnetChangeProtectionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateSubnetChangeProtectionCommand extends $Command<
|
|
24
23
|
UpdateSubnetChangeProtectionCommandInput,
|
|
25
24
|
UpdateSubnetChangeProtectionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateSubnetChangeProtectionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateSubnetChangeProtectionCommandInput;
|
|
29
28
|
constructor(input: UpdateSubnetChangeProtectionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: NetworkFirewallClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class NetworkFirewallServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|