@aws-sdk/client-network-firewall 3.478.0 → 3.484.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 +11 -11
|
@@ -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 { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeResourcePolicyCommandInput extends DescribeResourcePoli
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeResourcePolicyCommand_base: {
|
|
24
|
+
new (input: DescribeResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a resource policy that you created in a <a>PutResourcePolicy</a> request. </p>
|
|
@@ -77,23 +80,5 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class DescribeResourcePolicyCommand extends
|
|
81
|
-
readonly input: DescribeResourcePolicyCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: DescribeResourcePolicyCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {
|
|
99
84
|
}
|
|
@@ -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 { DescribeRuleGroupRequest, DescribeRuleGroupResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeRuleGroupCommandInput extends DescribeRuleGroupRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeRuleGroupCommandOutput extends DescribeRuleGroupResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeRuleGroupCommand_base: {
|
|
24
|
+
new (input: DescribeRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the data objects for the specified rule group. </p>
|
|
@@ -240,23 +243,5 @@ export interface DescribeRuleGroupCommandOutput extends DescribeRuleGroupRespons
|
|
|
240
243
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
241
244
|
*
|
|
242
245
|
*/
|
|
243
|
-
export declare class DescribeRuleGroupCommand extends
|
|
244
|
-
readonly input: DescribeRuleGroupCommandInput;
|
|
245
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
246
|
-
/**
|
|
247
|
-
* @public
|
|
248
|
-
*/
|
|
249
|
-
constructor(input: DescribeRuleGroupCommandInput);
|
|
250
|
-
/**
|
|
251
|
-
* @internal
|
|
252
|
-
*/
|
|
253
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput>;
|
|
254
|
-
/**
|
|
255
|
-
* @internal
|
|
256
|
-
*/
|
|
257
|
-
private serialize;
|
|
258
|
-
/**
|
|
259
|
-
* @internal
|
|
260
|
-
*/
|
|
261
|
-
private deserialize;
|
|
246
|
+
export declare class DescribeRuleGroupCommand extends DescribeRuleGroupCommand_base {
|
|
262
247
|
}
|
|
@@ -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 { DescribeRuleGroupMetadataRequest, DescribeRuleGroupMetadataResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeRuleGroupMetadataCommandInput extends DescribeRuleGroup
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeRuleGroupMetadataCommandOutput extends DescribeRuleGroupMetadataResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeRuleGroupMetadataCommand_base: {
|
|
24
|
+
new (input: DescribeRuleGroupMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>High-level information about a rule group, returned by operations like create and describe.
|
|
@@ -90,23 +93,5 @@ export interface DescribeRuleGroupMetadataCommandOutput extends DescribeRuleGrou
|
|
|
90
93
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
91
94
|
*
|
|
92
95
|
*/
|
|
93
|
-
export declare class DescribeRuleGroupMetadataCommand extends
|
|
94
|
-
readonly input: DescribeRuleGroupMetadataCommandInput;
|
|
95
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
96
|
-
/**
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
constructor(input: DescribeRuleGroupMetadataCommandInput);
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput>;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private serialize;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private deserialize;
|
|
96
|
+
export declare class DescribeRuleGroupMetadataCommand extends DescribeRuleGroupMetadataCommand_base {
|
|
112
97
|
}
|
|
@@ -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 { DescribeTLSInspectionConfigurationRequest, DescribeTLSInspectionConfigurationResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeTLSInspectionConfigurationCommandInput extends Describe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeTLSInspectionConfigurationCommandOutput extends DescribeTLSInspectionConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeTLSInspectionConfigurationCommand_base: {
|
|
24
|
+
new (input: DescribeTLSInspectionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTLSInspectionConfigurationCommandInput, DescribeTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the data objects for the specified TLS inspection configuration.</p>
|
|
@@ -156,23 +159,5 @@ export interface DescribeTLSInspectionConfigurationCommandOutput extends Describ
|
|
|
156
159
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
157
160
|
*
|
|
158
161
|
*/
|
|
159
|
-
export declare class DescribeTLSInspectionConfigurationCommand extends
|
|
160
|
-
readonly input: DescribeTLSInspectionConfigurationCommandInput;
|
|
161
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
162
|
-
/**
|
|
163
|
-
* @public
|
|
164
|
-
*/
|
|
165
|
-
constructor(input: DescribeTLSInspectionConfigurationCommandInput);
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTLSInspectionConfigurationCommandInput, DescribeTLSInspectionConfigurationCommandOutput>;
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
|
-
private serialize;
|
|
174
|
-
/**
|
|
175
|
-
* @internal
|
|
176
|
-
*/
|
|
177
|
-
private deserialize;
|
|
162
|
+
export declare class DescribeTLSInspectionConfigurationCommand extends DescribeTLSInspectionConfigurationCommand_base {
|
|
178
163
|
}
|
|
@@ -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 { DisassociateSubnetsRequest, DisassociateSubnetsResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisassociateSubnetsCommandInput extends DisassociateSubnetsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisassociateSubnetsCommandOutput extends DisassociateSubnetsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisassociateSubnetsCommand_base: {
|
|
24
|
+
new (input: DisassociateSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the specified subnet associations from the firewall. This removes the
|
|
@@ -100,23 +103,5 @@ export interface DisassociateSubnetsCommandOutput extends DisassociateSubnetsRes
|
|
|
100
103
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
101
104
|
*
|
|
102
105
|
*/
|
|
103
|
-
export declare class DisassociateSubnetsCommand extends
|
|
104
|
-
readonly input: DisassociateSubnetsCommandInput;
|
|
105
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
106
|
-
/**
|
|
107
|
-
* @public
|
|
108
|
-
*/
|
|
109
|
-
constructor(input: DisassociateSubnetsCommandInput);
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput>;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private serialize;
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
private deserialize;
|
|
106
|
+
export declare class DisassociateSubnetsCommand extends DisassociateSubnetsCommand_base {
|
|
122
107
|
}
|
|
@@ -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 { ListFirewallPoliciesRequest, ListFirewallPoliciesResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListFirewallPoliciesCommandInput extends ListFirewallPoliciesRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListFirewallPoliciesCommandOutput extends ListFirewallPoliciesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListFirewallPoliciesCommand_base: {
|
|
24
|
+
new (input: ListFirewallPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the metadata for the firewall policies that you have defined. Depending on
|
|
@@ -83,23 +86,5 @@ export interface ListFirewallPoliciesCommandOutput extends ListFirewallPoliciesR
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class ListFirewallPoliciesCommand extends
|
|
87
|
-
readonly input: ListFirewallPoliciesCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: ListFirewallPoliciesCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class ListFirewallPoliciesCommand extends ListFirewallPoliciesCommand_base {
|
|
105
90
|
}
|
|
@@ -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 { ListFirewallsRequest, ListFirewallsResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListFirewallsCommandInput extends ListFirewallsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListFirewallsCommandOutput extends ListFirewallsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListFirewallsCommand_base: {
|
|
24
|
+
new (input: ListFirewallsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFirewallsCommandInput, ListFirewallsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the metadata for the firewalls that you have defined. If you provide VPC
|
|
@@ -87,23 +90,5 @@ export interface ListFirewallsCommandOutput extends ListFirewallsResponse, __Met
|
|
|
87
90
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
88
91
|
*
|
|
89
92
|
*/
|
|
90
|
-
export declare class ListFirewallsCommand extends
|
|
91
|
-
readonly input: ListFirewallsCommandInput;
|
|
92
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
93
|
-
/**
|
|
94
|
-
* @public
|
|
95
|
-
*/
|
|
96
|
-
constructor(input: ListFirewallsCommandInput);
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFirewallsCommandInput, ListFirewallsCommandOutput>;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private serialize;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private deserialize;
|
|
93
|
+
export declare class ListFirewallsCommand extends ListFirewallsCommand_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 { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListRuleGroupsCommandInput extends ListRuleGroupsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListRuleGroupsCommand_base: {
|
|
24
|
+
new (input: ListRuleGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the metadata for the rule groups that you have defined. Depending on your
|
|
@@ -86,23 +89,5 @@ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __M
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class ListRuleGroupsCommand extends
|
|
90
|
-
readonly input: ListRuleGroupsCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: ListRuleGroupsCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class ListRuleGroupsCommand extends ListRuleGroupsCommand_base {
|
|
108
93
|
}
|
|
@@ -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 { ListTLSInspectionConfigurationsRequest, ListTLSInspectionConfigurationsResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTLSInspectionConfigurationsCommandInput extends ListTLSInsp
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTLSInspectionConfigurationsCommandOutput extends ListTLSInspectionConfigurationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTLSInspectionConfigurationsCommand_base: {
|
|
24
|
+
new (input: ListTLSInspectionConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTLSInspectionConfigurationsCommandInput, ListTLSInspectionConfigurationsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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>
|
|
@@ -81,23 +84,5 @@ export interface ListTLSInspectionConfigurationsCommandOutput extends ListTLSIns
|
|
|
81
84
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
82
85
|
*
|
|
83
86
|
*/
|
|
84
|
-
export declare class ListTLSInspectionConfigurationsCommand extends
|
|
85
|
-
readonly input: ListTLSInspectionConfigurationsCommandInput;
|
|
86
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
*/
|
|
90
|
-
constructor(input: ListTLSInspectionConfigurationsCommandInput);
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTLSInspectionConfigurationsCommandInput, ListTLSInspectionConfigurationsCommandOutput>;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private serialize;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private deserialize;
|
|
87
|
+
export declare class ListTLSInspectionConfigurationsCommand extends ListTLSInspectionConfigurationsCommand_base {
|
|
103
88
|
}
|
|
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves the tags associated with the specified resource. Tags are key:value pairs that
|
|
@@ -91,23 +94,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class ListTagsForResourceCommand extends
|
|
95
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_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 { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutResourcePolicyCommandInput extends PutResourcePolicyRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutResourcePolicyCommandOutput extends PutResourcePolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutResourcePolicyCommand_base: {
|
|
24
|
+
new (input: PutResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
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
|
|
@@ -93,23 +96,5 @@ export interface PutResourcePolicyCommandOutput extends PutResourcePolicyRespons
|
|
|
93
96
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
94
97
|
*
|
|
95
98
|
*/
|
|
96
|
-
export declare class PutResourcePolicyCommand extends
|
|
97
|
-
readonly input: PutResourcePolicyCommandInput;
|
|
98
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
99
|
-
/**
|
|
100
|
-
* @public
|
|
101
|
-
*/
|
|
102
|
-
constructor(input: PutResourcePolicyCommandInput);
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput>;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private serialize;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
private deserialize;
|
|
99
|
+
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
115
100
|
}
|
|
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Adds the specified tags to the specified resource. Tags are key:value pairs that you can
|
|
@@ -86,23 +89,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class TagResourceCommand extends
|
|
90
|
-
readonly input: TagResourceCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: TagResourceCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
108
93
|
}
|
|
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Removes the tags with the specified keys from the specified resource. Tags are key:value
|
|
@@ -84,23 +87,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
84
87
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
85
88
|
*
|
|
86
89
|
*/
|
|
87
|
-
export declare class UntagResourceCommand extends
|
|
88
|
-
readonly input: UntagResourceCommandInput;
|
|
89
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
-
/**
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
constructor(input: UntagResourceCommandInput);
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private serialize;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private deserialize;
|
|
90
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
106
91
|
}
|
|
@@ -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 { UpdateFirewallDeleteProtectionRequest, UpdateFirewallDeleteProtectionResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UpdateFirewallDeleteProtectionCommandInput extends UpdateFirewa
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UpdateFirewallDeleteProtectionCommandOutput extends UpdateFirewallDeleteProtectionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UpdateFirewallDeleteProtectionCommand_base: {
|
|
24
|
+
new (input: UpdateFirewallDeleteProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Modifies the flag, <code>DeleteProtection</code>, which indicates whether it is possible
|
|
@@ -92,23 +95,5 @@ export interface UpdateFirewallDeleteProtectionCommandOutput extends UpdateFirew
|
|
|
92
95
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
93
96
|
*
|
|
94
97
|
*/
|
|
95
|
-
export declare class UpdateFirewallDeleteProtectionCommand extends
|
|
96
|
-
readonly input: UpdateFirewallDeleteProtectionCommandInput;
|
|
97
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
constructor(input: UpdateFirewallDeleteProtectionCommandInput);
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private serialize;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private deserialize;
|
|
98
|
+
export declare class UpdateFirewallDeleteProtectionCommand extends UpdateFirewallDeleteProtectionCommand_base {
|
|
114
99
|
}
|