@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
|
@@ -22,10 +22,10 @@ export interface ListFirewallsCommandOutput extends ListFirewallsResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListFirewallsCommand_base: {
|
|
24
24
|
new (input: ListFirewallsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFirewallsCommandInput, ListFirewallsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListFirewallsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListFirewallsCommandInput, ListFirewallsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the metadata for the firewalls that you have defined. If you provide VPC
|
|
30
30
|
* identifiers in your request, this returns only the firewalls for those VPCs.</p>
|
|
31
31
|
* <p>Depending on your setting for max results and the number of firewalls, a single call
|
|
@@ -89,6 +89,7 @@ declare const ListFirewallsCommand_base: {
|
|
|
89
89
|
* @throws {@link NetworkFirewallServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class ListFirewallsCommand extends ListFirewallsCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListRuleGroupsCommand_base: {
|
|
24
24
|
new (input: ListRuleGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListRuleGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the metadata for the rule groups that you have defined. Depending on your
|
|
30
30
|
* setting for max results and the number of rule groups, a single call might not return the
|
|
31
31
|
* full list. </p>
|
|
@@ -88,6 +88,7 @@ declare const ListRuleGroupsCommand_base: {
|
|
|
88
88
|
* @throws {@link NetworkFirewallServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListRuleGroupsCommand extends ListRuleGroupsCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTLSInspectionConfigurationsCommandOutput extends ListTLSIns
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTLSInspectionConfigurationsCommand_base: {
|
|
24
24
|
new (input: ListTLSInspectionConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTLSInspectionConfigurationsCommandInput, ListTLSInspectionConfigurationsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListTLSInspectionConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListTLSInspectionConfigurationsCommandInput, ListTLSInspectionConfigurationsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the metadata for the TLS inspection configurations that you have defined. Depending on your setting for max results and the number of TLS inspection configurations, a single call might not return the full list.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -83,6 +83,7 @@ declare const ListTLSInspectionConfigurationsCommand_base: {
|
|
|
83
83
|
* @throws {@link NetworkFirewallServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
85
85
|
*
|
|
86
|
+
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListTLSInspectionConfigurationsCommand extends ListTLSInspectionConfigurationsCommand_base {
|
|
88
89
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the tags associated with the specified resource. Tags are key:value pairs that
|
|
30
30
|
* you can use to categorize and manage your resources, for purposes like billing. For
|
|
31
31
|
* example, you might set the tag key to "customer" and the value to the customer name or ID.
|
|
@@ -93,6 +93,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
93
93
|
* @throws {@link NetworkFirewallServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutResourcePolicyCommand_base: {
|
|
24
24
|
new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates or updates an IAM policy for your rule group or firewall policy. Use this to share rule groups and firewall policies between accounts. This operation works in conjunction with the Amazon Web Services Resource Access Manager (RAM) service
|
|
30
30
|
* to manage resource sharing for Network Firewall. </p>
|
|
31
31
|
* <p>Use this operation to create or update a resource policy for your rule group or firewall policy. In the policy, you specify the accounts that you want to share the resource with and the operations that you want the accounts to be able to perform. </p>
|
|
@@ -95,6 +95,7 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
95
95
|
* @throws {@link NetworkFirewallServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
97
97
|
*
|
|
98
|
+
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
100
101
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds the specified tags to the specified resource. Tags are key:value pairs that you can
|
|
30
30
|
* use to categorize and manage your resources, for purposes like billing. For example, you
|
|
31
31
|
* might set the tag key to "customer" and the value to the customer name or ID. You can
|
|
@@ -88,6 +88,7 @@ declare const TagResourceCommand_base: {
|
|
|
88
88
|
* @throws {@link NetworkFirewallServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the tags with the specified keys from the specified resource. Tags are key:value
|
|
30
30
|
* pairs that you can use to categorize and manage your resources, for purposes like billing.
|
|
31
31
|
* For example, you might set the tag key to "customer" and the value to the customer name or
|
|
@@ -86,6 +86,7 @@ declare const UntagResourceCommand_base: {
|
|
|
86
86
|
* @throws {@link NetworkFirewallServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateFirewallDeleteProtectionCommandOutput extends UpdateFirew
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateFirewallDeleteProtectionCommand_base: {
|
|
24
24
|
new (input: UpdateFirewallDeleteProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateFirewallDeleteProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies the flag, <code>DeleteProtection</code>, which indicates whether it is possible
|
|
30
30
|
* to delete the firewall. If the flag is set to <code>TRUE</code>, the firewall is protected
|
|
31
31
|
* against deletion. This setting helps protect against accidentally deleting a firewall
|
|
@@ -94,6 +94,7 @@ declare const UpdateFirewallDeleteProtectionCommand_base: {
|
|
|
94
94
|
* @throws {@link NetworkFirewallServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class UpdateFirewallDeleteProtectionCommand extends UpdateFirewallDeleteProtectionCommand_base {
|
|
99
100
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateFirewallDescriptionCommandOutput extends UpdateFirewallDe
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateFirewallDescriptionCommand_base: {
|
|
24
24
|
new (input: UpdateFirewallDescriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [UpdateFirewallDescriptionCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies the description for the specified firewall. Use the description to help you
|
|
30
30
|
* identify the firewall when you're working with it. </p>
|
|
31
31
|
* @example
|
|
@@ -89,6 +89,7 @@ declare const UpdateFirewallDescriptionCommand_base: {
|
|
|
89
89
|
* @throws {@link NetworkFirewallServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
91
91
|
*
|
|
92
|
+
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class UpdateFirewallDescriptionCommand extends UpdateFirewallDescriptionCommand_base {
|
|
94
95
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateFirewallEncryptionConfigurationCommandOutput extends Upda
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateFirewallEncryptionConfigurationCommand_base: {
|
|
24
24
|
new (input: UpdateFirewallEncryptionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [UpdateFirewallEncryptionConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>A complex type that contains settings for encryption of your firewall resources.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -97,6 +97,7 @@ declare const UpdateFirewallEncryptionConfigurationCommand_base: {
|
|
|
97
97
|
* @throws {@link NetworkFirewallServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class UpdateFirewallEncryptionConfigurationCommand extends UpdateFirewallEncryptionConfigurationCommand_base {
|
|
102
103
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateFirewallPolicyChangeProtectionCommandOutput extends Updat
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateFirewallPolicyChangeProtectionCommand_base: {
|
|
24
24
|
new (input: UpdateFirewallPolicyChangeProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateFirewallPolicyChangeProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Modifies the flag, <code>ChangeProtection</code>, which indicates whether it
|
|
30
30
|
* is possible to change the firewall. If the flag is set to <code>TRUE</code>, the firewall is protected
|
|
31
31
|
* from changes. This setting helps protect against accidentally changing a firewall that's in use.</p>
|
|
@@ -93,6 +93,7 @@ declare const UpdateFirewallPolicyChangeProtectionCommand_base: {
|
|
|
93
93
|
* @throws {@link NetworkFirewallServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class UpdateFirewallPolicyChangeProtectionCommand extends UpdateFirewallPolicyChangeProtectionCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateFirewallPolicyCommandOutput extends UpdateFirewallPolicyR
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateFirewallPolicyCommand_base: {
|
|
24
24
|
new (input: UpdateFirewallPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateFirewallPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the properties of the specified firewall policy.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -165,6 +165,7 @@ declare const UpdateFirewallPolicyCommand_base: {
|
|
|
165
165
|
* @throws {@link NetworkFirewallServiceException}
|
|
166
166
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
167
167
|
*
|
|
168
|
+
* @public
|
|
168
169
|
*/
|
|
169
170
|
export declare class UpdateFirewallPolicyCommand extends UpdateFirewallPolicyCommand_base {
|
|
170
171
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingCo
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateLoggingConfigurationCommand_base: {
|
|
24
24
|
new (input: UpdateLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [UpdateLoggingConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sets the logging configuration for the specified firewall. </p>
|
|
30
30
|
* <p>To change the logging configuration, retrieve the <a>LoggingConfiguration</a> by calling <a>DescribeLoggingConfiguration</a>, then change it and provide
|
|
31
31
|
* the modified object to this update call. You must change the logging configuration one
|
|
@@ -134,6 +134,7 @@ declare const UpdateLoggingConfigurationCommand_base: {
|
|
|
134
134
|
* @throws {@link NetworkFirewallServiceException}
|
|
135
135
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
136
136
|
*
|
|
137
|
+
* @public
|
|
137
138
|
*/
|
|
138
139
|
export declare class UpdateLoggingConfigurationCommand extends UpdateLoggingConfigurationCommand_base {
|
|
139
140
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateRuleGroupCommand_base: {
|
|
24
24
|
new (input: UpdateRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the rule settings for the specified rule group. You use a rule group by
|
|
30
30
|
* reference in one or more firewall policies. When you modify a rule group, you modify all
|
|
31
31
|
* firewall policies that use the rule group. </p>
|
|
@@ -262,6 +262,7 @@ declare const UpdateRuleGroupCommand_base: {
|
|
|
262
262
|
* @throws {@link NetworkFirewallServiceException}
|
|
263
263
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
264
264
|
*
|
|
265
|
+
* @public
|
|
265
266
|
*/
|
|
266
267
|
export declare class UpdateRuleGroupCommand extends UpdateRuleGroupCommand_base {
|
|
267
268
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateSubnetChangeProtectionCommandOutput extends UpdateSubnetC
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateSubnetChangeProtectionCommand_base: {
|
|
24
24
|
new (input: UpdateSubnetChangeProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateSubnetChangeProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p></p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -91,6 +91,7 @@ declare const UpdateSubnetChangeProtectionCommand_base: {
|
|
|
91
91
|
* @throws {@link NetworkFirewallServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class UpdateSubnetChangeProtectionCommand extends UpdateSubnetChangeProtectionCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateTLSInspectionConfigurationCommandOutput extends UpdateTLS
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateTLSInspectionConfigurationCommand_base: {
|
|
24
24
|
new (input: UpdateTLSInspectionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateTLSInspectionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the TLS inspection configuration settings for the specified TLS inspection configuration. You use a TLS inspection configuration by
|
|
30
30
|
* referencing it in one or more firewall policies. When you modify a TLS inspection configuration, you modify all
|
|
31
31
|
* firewall policies that use the TLS inspection configuration. </p>
|
|
@@ -172,6 +172,7 @@ declare const UpdateTLSInspectionConfigurationCommand_base: {
|
|
|
172
172
|
* @throws {@link NetworkFirewallServiceException}
|
|
173
173
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
174
174
|
*
|
|
175
|
+
* @public
|
|
175
176
|
*/
|
|
176
177
|
export declare class UpdateTLSInspectionConfigurationCommand extends UpdateTLSInspectionConfigurationCommand_base {
|
|
177
178
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -88,5 +88,4 @@ export { NetworkFirewallExtensionConfiguration } from "./extensionConfiguration"
|
|
|
88
88
|
export * from "./commands";
|
|
89
89
|
export * from "./pagination";
|
|
90
90
|
export * from "./models";
|
|
91
|
-
import "@aws-sdk/util-endpoints";
|
|
92
91
|
export { NetworkFirewallServiceException } from "./models/NetworkFirewallServiceException";
|