@aws-sdk/client-network-firewall 3.478.0 → 3.481.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/commands/AssociateFirewallPolicyCommand.js +18 -41
- package/dist-cjs/commands/AssociateSubnetsCommand.js +18 -41
- package/dist-cjs/commands/CreateFirewallCommand.js +18 -41
- package/dist-cjs/commands/CreateFirewallPolicyCommand.js +18 -41
- package/dist-cjs/commands/CreateRuleGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateTLSInspectionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteFirewallCommand.js +18 -41
- package/dist-cjs/commands/DeleteFirewallPolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteRuleGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteTLSInspectionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DescribeFirewallCommand.js +18 -41
- package/dist-cjs/commands/DescribeFirewallPolicyCommand.js +18 -41
- package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DescribeRuleGroupCommand.js +18 -41
- package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +18 -41
- package/dist-cjs/commands/DescribeTLSInspectionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DisassociateSubnetsCommand.js +18 -41
- package/dist-cjs/commands/ListFirewallPoliciesCommand.js +18 -41
- package/dist-cjs/commands/ListFirewallsCommand.js +18 -41
- package/dist-cjs/commands/ListRuleGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListTLSInspectionConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateFirewallDeleteProtectionCommand.js +18 -41
- package/dist-cjs/commands/UpdateFirewallDescriptionCommand.js +18 -41
- package/dist-cjs/commands/UpdateFirewallEncryptionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js +18 -41
- package/dist-cjs/commands/UpdateFirewallPolicyCommand.js +18 -41
- package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateRuleGroupCommand.js +18 -41
- package/dist-cjs/commands/UpdateSubnetChangeProtectionCommand.js +18 -41
- package/dist-cjs/commands/UpdateTLSInspectionConfigurationCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AssociateFirewallPolicyCommand.js +18 -41
- package/dist-es/commands/AssociateSubnetsCommand.js +18 -41
- package/dist-es/commands/CreateFirewallCommand.js +18 -41
- package/dist-es/commands/CreateFirewallPolicyCommand.js +18 -41
- package/dist-es/commands/CreateRuleGroupCommand.js +18 -41
- package/dist-es/commands/CreateTLSInspectionConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteFirewallCommand.js +18 -41
- package/dist-es/commands/DeleteFirewallPolicyCommand.js +18 -41
- package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DeleteRuleGroupCommand.js +18 -41
- package/dist-es/commands/DeleteTLSInspectionConfigurationCommand.js +18 -41
- package/dist-es/commands/DescribeFirewallCommand.js +18 -41
- package/dist-es/commands/DescribeFirewallPolicyCommand.js +18 -41
- package/dist-es/commands/DescribeLoggingConfigurationCommand.js +18 -41
- package/dist-es/commands/DescribeResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DescribeRuleGroupCommand.js +18 -41
- package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +18 -41
- package/dist-es/commands/DescribeTLSInspectionConfigurationCommand.js +18 -41
- package/dist-es/commands/DisassociateSubnetsCommand.js +18 -41
- package/dist-es/commands/ListFirewallPoliciesCommand.js +18 -41
- package/dist-es/commands/ListFirewallsCommand.js +18 -41
- package/dist-es/commands/ListRuleGroupsCommand.js +18 -41
- package/dist-es/commands/ListTLSInspectionConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +18 -41
- package/dist-es/commands/UpdateFirewallDescriptionCommand.js +18 -41
- package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +18 -41
- package/dist-es/commands/UpdateFirewallPolicyCommand.js +18 -41
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateRuleGroupCommand.js +18 -41
- package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +18 -41
- package/dist-es/commands/UpdateTLSInspectionConfigurationCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +6 -21
- package/dist-types/commands/AssociateSubnetsCommand.d.ts +6 -21
- package/dist-types/commands/CreateFirewallCommand.d.ts +6 -21
- package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +6 -21
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateTLSInspectionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFirewallCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTLSInspectionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFirewallCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRuleGroupCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTLSInspectionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateSubnetsCommand.d.ts +6 -21
- package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/ListFirewallsCommand.d.ts +6 -21
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListTLSInspectionConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +6 -21
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTLSInspectionConfigurationCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTLSInspectionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTLSInspectionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTLSInspectionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTLSInspectionConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateTLSInspectionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateFirewallDescriptionRequest, UpdateFirewallDescriptionResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFirewallDescriptionCommandInput extends UpdateFirewallDes
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFirewallDescriptionCommandOutput extends UpdateFirewallDescriptionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFirewallDescriptionCommand_base: {
|
|
24
|
+
new (input: UpdateFirewallDescriptionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Modifies the description for the specified firewall. Use the description to help you
|
|
@@ -87,23 +90,5 @@ export interface UpdateFirewallDescriptionCommandOutput extends UpdateFirewallDe
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class UpdateFirewallDescriptionCommand extends
|
|
91
|
-
readonly input: UpdateFirewallDescriptionCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: UpdateFirewallDescriptionCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class UpdateFirewallDescriptionCommand extends UpdateFirewallDescriptionCommand_base {
|
|
109
94
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateFirewallEncryptionConfigurationRequest, UpdateFirewallEncryptionConfigurationResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFirewallEncryptionConfigurationCommandInput extends Updat
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFirewallEncryptionConfigurationCommandOutput extends UpdateFirewallEncryptionConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFirewallEncryptionConfigurationCommand_base: {
|
|
24
|
+
new (input: UpdateFirewallEncryptionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>A complex type that contains settings for encryption of your firewall resources.</p>
|
|
@@ -95,23 +98,5 @@ export interface UpdateFirewallEncryptionConfigurationCommandOutput extends Upda
|
|
|
95
98
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
96
99
|
*
|
|
97
100
|
*/
|
|
98
|
-
export declare class UpdateFirewallEncryptionConfigurationCommand extends
|
|
99
|
-
readonly input: UpdateFirewallEncryptionConfigurationCommandInput;
|
|
100
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
101
|
-
/**
|
|
102
|
-
* @public
|
|
103
|
-
*/
|
|
104
|
-
constructor(input: UpdateFirewallEncryptionConfigurationCommandInput);
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput>;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private serialize;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private deserialize;
|
|
101
|
+
export declare class UpdateFirewallEncryptionConfigurationCommand extends UpdateFirewallEncryptionConfigurationCommand_base {
|
|
117
102
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateFirewallPolicyChangeProtectionRequest, UpdateFirewallPolicyChangeProtectionResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFirewallPolicyChangeProtectionCommandInput extends Update
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFirewallPolicyChangeProtectionCommandOutput extends UpdateFirewallPolicyChangeProtectionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFirewallPolicyChangeProtectionCommand_base: {
|
|
24
|
+
new (input: UpdateFirewallPolicyChangeProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Modifies the flag, <code>ChangeProtection</code>, which indicates whether it
|
|
@@ -91,23 +94,5 @@ export interface UpdateFirewallPolicyChangeProtectionCommandOutput extends Updat
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class UpdateFirewallPolicyChangeProtectionCommand extends
|
|
95
|
-
readonly input: UpdateFirewallPolicyChangeProtectionCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: UpdateFirewallPolicyChangeProtectionCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class UpdateFirewallPolicyChangeProtectionCommand extends UpdateFirewallPolicyChangeProtectionCommand_base {
|
|
113
98
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateFirewallPolicyRequest, UpdateFirewallPolicyResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFirewallPolicyCommandInput extends UpdateFirewallPolicyRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFirewallPolicyCommandOutput extends UpdateFirewallPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFirewallPolicyCommand_base: {
|
|
24
|
+
new (input: UpdateFirewallPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the properties of the specified firewall policy.</p>
|
|
@@ -163,23 +166,5 @@ export interface UpdateFirewallPolicyCommandOutput extends UpdateFirewallPolicyR
|
|
|
163
166
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
164
167
|
*
|
|
165
168
|
*/
|
|
166
|
-
export declare class UpdateFirewallPolicyCommand extends
|
|
167
|
-
readonly input: UpdateFirewallPolicyCommandInput;
|
|
168
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
169
|
-
/**
|
|
170
|
-
* @public
|
|
171
|
-
*/
|
|
172
|
-
constructor(input: UpdateFirewallPolicyCommandInput);
|
|
173
|
-
/**
|
|
174
|
-
* @internal
|
|
175
|
-
*/
|
|
176
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput>;
|
|
177
|
-
/**
|
|
178
|
-
* @internal
|
|
179
|
-
*/
|
|
180
|
-
private serialize;
|
|
181
|
-
/**
|
|
182
|
-
* @internal
|
|
183
|
-
*/
|
|
184
|
-
private deserialize;
|
|
169
|
+
export declare class UpdateFirewallPolicyCommand extends UpdateFirewallPolicyCommand_base {
|
|
185
170
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateLoggingConfigurationCommandInput extends UpdateLoggingCon
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateLoggingConfigurationCommand_base: {
|
|
24
|
+
new (input: UpdateLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Sets the logging configuration for the specified firewall. </p>
|
|
@@ -132,23 +135,5 @@ export interface UpdateLoggingConfigurationCommandOutput extends UpdateLoggingCo
|
|
|
132
135
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
133
136
|
*
|
|
134
137
|
*/
|
|
135
|
-
export declare class UpdateLoggingConfigurationCommand extends
|
|
136
|
-
readonly input: UpdateLoggingConfigurationCommandInput;
|
|
137
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
138
|
-
/**
|
|
139
|
-
* @public
|
|
140
|
-
*/
|
|
141
|
-
constructor(input: UpdateLoggingConfigurationCommandInput);
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput>;
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
private serialize;
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
private deserialize;
|
|
138
|
+
export declare class UpdateLoggingConfigurationCommand extends UpdateLoggingConfigurationCommand_base {
|
|
154
139
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateRuleGroupCommandInput extends UpdateRuleGroupRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateRuleGroupCommand_base: {
|
|
24
|
+
new (input: UpdateRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the rule settings for the specified rule group. You use a rule group by
|
|
@@ -260,23 +263,5 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
|
|
|
260
263
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
261
264
|
*
|
|
262
265
|
*/
|
|
263
|
-
export declare class UpdateRuleGroupCommand extends
|
|
264
|
-
readonly input: UpdateRuleGroupCommandInput;
|
|
265
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
266
|
-
/**
|
|
267
|
-
* @public
|
|
268
|
-
*/
|
|
269
|
-
constructor(input: UpdateRuleGroupCommandInput);
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput>;
|
|
274
|
-
/**
|
|
275
|
-
* @internal
|
|
276
|
-
*/
|
|
277
|
-
private serialize;
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
*/
|
|
281
|
-
private deserialize;
|
|
266
|
+
export declare class UpdateRuleGroupCommand extends UpdateRuleGroupCommand_base {
|
|
282
267
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateSubnetChangeProtectionRequest, UpdateSubnetChangeProtectionResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateSubnetChangeProtectionCommandInput extends UpdateSubnetCh
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateSubnetChangeProtectionCommandOutput extends UpdateSubnetChangeProtectionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateSubnetChangeProtectionCommand_base: {
|
|
24
|
+
new (input: UpdateSubnetChangeProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p></p>
|
|
@@ -89,23 +92,5 @@ export interface UpdateSubnetChangeProtectionCommandOutput extends UpdateSubnetC
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class UpdateSubnetChangeProtectionCommand extends
|
|
93
|
-
readonly input: UpdateSubnetChangeProtectionCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: UpdateSubnetChangeProtectionCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class UpdateSubnetChangeProtectionCommand extends UpdateSubnetChangeProtectionCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { UpdateTLSInspectionConfigurationRequest, UpdateTLSInspectionConfigurationResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateTLSInspectionConfigurationCommandInput extends UpdateTLSI
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateTLSInspectionConfigurationCommandOutput extends UpdateTLSInspectionConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateTLSInspectionConfigurationCommand_base: {
|
|
24
|
+
new (input: UpdateTLSInspectionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Updates the TLS inspection configuration settings for the specified TLS inspection configuration. You use a TLS inspection configuration by
|
|
@@ -170,23 +173,5 @@ export interface UpdateTLSInspectionConfigurationCommandOutput extends UpdateTLS
|
|
|
170
173
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
171
174
|
*
|
|
172
175
|
*/
|
|
173
|
-
export declare class UpdateTLSInspectionConfigurationCommand extends
|
|
174
|
-
readonly input: UpdateTLSInspectionConfigurationCommandInput;
|
|
175
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
176
|
-
/**
|
|
177
|
-
* @public
|
|
178
|
-
*/
|
|
179
|
-
constructor(input: UpdateTLSInspectionConfigurationCommandInput);
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput>;
|
|
184
|
-
/**
|
|
185
|
-
* @internal
|
|
186
|
-
*/
|
|
187
|
-
private serialize;
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
|
-
private deserialize;
|
|
176
|
+
export declare class UpdateTLSInspectionConfigurationCommand extends UpdateTLSInspectionConfigurationCommand_base {
|
|
192
177
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AssociateFirewallPolicyRequest,
|
|
11
5
|
AssociateFirewallPolicyResponse,
|
|
@@ -21,22 +15,16 @@ export interface AssociateFirewallPolicyCommandInput
|
|
|
21
15
|
export interface AssociateFirewallPolicyCommandOutput
|
|
22
16
|
extends AssociateFirewallPolicyResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: AssociateFirewallPolicyCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: AssociateFirewallPolicyCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: NetworkFirewallClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const AssociateFirewallPolicyCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: AssociateFirewallPolicyCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
AssociateFirewallPolicyCommandInput,
|
|
38
|
-
AssociateFirewallPolicyCommandOutput
|
|
23
|
+
AssociateFirewallPolicyCommandOutput,
|
|
24
|
+
NetworkFirewallClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class AssociateFirewallPolicyCommand extends AssociateFirewallPolicyCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AssociateSubnetsRequest,
|
|
11
5
|
AssociateSubnetsResponse,
|
|
@@ -20,19 +14,16 @@ export interface AssociateSubnetsCommandInput extends AssociateSubnetsRequest {}
|
|
|
20
14
|
export interface AssociateSubnetsCommandOutput
|
|
21
15
|
extends AssociateSubnetsResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const AssociateSubnetsCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: AssociateSubnetsCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
AssociateSubnetsCommandInput,
|
|
22
|
+
AssociateSubnetsCommandOutput,
|
|
23
|
+
NetworkFirewallClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class AssociateSubnetsCommand extends AssociateSubnetsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CreateFirewallRequest,
|
|
11
5
|
CreateFirewallResponse,
|
|
@@ -20,19 +14,16 @@ export interface CreateFirewallCommandInput extends CreateFirewallRequest {}
|
|
|
20
14
|
export interface CreateFirewallCommandOutput
|
|
21
15
|
extends CreateFirewallResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const CreateFirewallCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: CreateFirewallCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
CreateFirewallCommandInput,
|
|
22
|
+
CreateFirewallCommandOutput,
|
|
23
|
+
NetworkFirewallClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class CreateFirewallCommand extends CreateFirewallCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CreateFirewallPolicyRequest,
|
|
11
5
|
CreateFirewallPolicyResponse,
|
|
@@ -21,22 +15,16 @@ export interface CreateFirewallPolicyCommandInput
|
|
|
21
15
|
export interface CreateFirewallPolicyCommandOutput
|
|
22
16
|
extends CreateFirewallPolicyResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateFirewallPolicyCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateFirewallPolicyCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: NetworkFirewallClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateFirewallPolicyCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateFirewallPolicyCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateFirewallPolicyCommandInput,
|
|
38
|
-
CreateFirewallPolicyCommandOutput
|
|
23
|
+
CreateFirewallPolicyCommandOutput,
|
|
24
|
+
NetworkFirewallClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateFirewallPolicyCommand extends CreateFirewallPolicyCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CreateRuleGroupRequest,
|
|
11
5
|
CreateRuleGroupResponse,
|
|
@@ -20,19 +14,16 @@ export interface CreateRuleGroupCommandInput extends CreateRuleGroupRequest {}
|
|
|
20
14
|
export interface CreateRuleGroupCommandOutput
|
|
21
15
|
extends CreateRuleGroupResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const CreateRuleGroupCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: CreateRuleGroupCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
CreateRuleGroupCommandInput,
|
|
22
|
+
CreateRuleGroupCommandOutput,
|
|
23
|
+
NetworkFirewallClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class CreateRuleGroupCommand extends CreateRuleGroupCommand_base {}
|