@aws-sdk/client-network-firewall 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/NetworkFirewall.d.ts +543 -160
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +291 -104
- package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +31 -31
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/NetworkFirewallServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1042 -1344
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListFirewallPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFirewallsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRuleGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +377 -95
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,104 +1,291 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateFirewallPolicyCommandInput,
|
|
47
|
+
AssociateFirewallPolicyCommandOutput,
|
|
48
|
+
} from "./commands/AssociateFirewallPolicyCommand";
|
|
49
|
+
import {
|
|
50
|
+
AssociateSubnetsCommandInput,
|
|
51
|
+
AssociateSubnetsCommandOutput,
|
|
52
|
+
} from "./commands/AssociateSubnetsCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateFirewallCommandInput,
|
|
55
|
+
CreateFirewallCommandOutput,
|
|
56
|
+
} from "./commands/CreateFirewallCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateFirewallPolicyCommandInput,
|
|
59
|
+
CreateFirewallPolicyCommandOutput,
|
|
60
|
+
} from "./commands/CreateFirewallPolicyCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateRuleGroupCommandInput,
|
|
63
|
+
CreateRuleGroupCommandOutput,
|
|
64
|
+
} from "./commands/CreateRuleGroupCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteFirewallCommandInput,
|
|
67
|
+
DeleteFirewallCommandOutput,
|
|
68
|
+
} from "./commands/DeleteFirewallCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteFirewallPolicyCommandInput,
|
|
71
|
+
DeleteFirewallPolicyCommandOutput,
|
|
72
|
+
} from "./commands/DeleteFirewallPolicyCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteResourcePolicyCommandInput,
|
|
75
|
+
DeleteResourcePolicyCommandOutput,
|
|
76
|
+
} from "./commands/DeleteResourcePolicyCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteRuleGroupCommandInput,
|
|
79
|
+
DeleteRuleGroupCommandOutput,
|
|
80
|
+
} from "./commands/DeleteRuleGroupCommand";
|
|
81
|
+
import {
|
|
82
|
+
DescribeFirewallCommandInput,
|
|
83
|
+
DescribeFirewallCommandOutput,
|
|
84
|
+
} from "./commands/DescribeFirewallCommand";
|
|
85
|
+
import {
|
|
86
|
+
DescribeFirewallPolicyCommandInput,
|
|
87
|
+
DescribeFirewallPolicyCommandOutput,
|
|
88
|
+
} from "./commands/DescribeFirewallPolicyCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeLoggingConfigurationCommandInput,
|
|
91
|
+
DescribeLoggingConfigurationCommandOutput,
|
|
92
|
+
} from "./commands/DescribeLoggingConfigurationCommand";
|
|
93
|
+
import {
|
|
94
|
+
DescribeResourcePolicyCommandInput,
|
|
95
|
+
DescribeResourcePolicyCommandOutput,
|
|
96
|
+
} from "./commands/DescribeResourcePolicyCommand";
|
|
97
|
+
import {
|
|
98
|
+
DescribeRuleGroupCommandInput,
|
|
99
|
+
DescribeRuleGroupCommandOutput,
|
|
100
|
+
} from "./commands/DescribeRuleGroupCommand";
|
|
101
|
+
import {
|
|
102
|
+
DescribeRuleGroupMetadataCommandInput,
|
|
103
|
+
DescribeRuleGroupMetadataCommandOutput,
|
|
104
|
+
} from "./commands/DescribeRuleGroupMetadataCommand";
|
|
105
|
+
import {
|
|
106
|
+
DisassociateSubnetsCommandInput,
|
|
107
|
+
DisassociateSubnetsCommandOutput,
|
|
108
|
+
} from "./commands/DisassociateSubnetsCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListFirewallPoliciesCommandInput,
|
|
111
|
+
ListFirewallPoliciesCommandOutput,
|
|
112
|
+
} from "./commands/ListFirewallPoliciesCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListFirewallsCommandInput,
|
|
115
|
+
ListFirewallsCommandOutput,
|
|
116
|
+
} from "./commands/ListFirewallsCommand";
|
|
117
|
+
import {
|
|
118
|
+
ListRuleGroupsCommandInput,
|
|
119
|
+
ListRuleGroupsCommandOutput,
|
|
120
|
+
} from "./commands/ListRuleGroupsCommand";
|
|
121
|
+
import {
|
|
122
|
+
ListTagsForResourceCommandInput,
|
|
123
|
+
ListTagsForResourceCommandOutput,
|
|
124
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
125
|
+
import {
|
|
126
|
+
PutResourcePolicyCommandInput,
|
|
127
|
+
PutResourcePolicyCommandOutput,
|
|
128
|
+
} from "./commands/PutResourcePolicyCommand";
|
|
129
|
+
import {
|
|
130
|
+
TagResourceCommandInput,
|
|
131
|
+
TagResourceCommandOutput,
|
|
132
|
+
} from "./commands/TagResourceCommand";
|
|
133
|
+
import {
|
|
134
|
+
UntagResourceCommandInput,
|
|
135
|
+
UntagResourceCommandOutput,
|
|
136
|
+
} from "./commands/UntagResourceCommand";
|
|
137
|
+
import {
|
|
138
|
+
UpdateFirewallDeleteProtectionCommandInput,
|
|
139
|
+
UpdateFirewallDeleteProtectionCommandOutput,
|
|
140
|
+
} from "./commands/UpdateFirewallDeleteProtectionCommand";
|
|
141
|
+
import {
|
|
142
|
+
UpdateFirewallDescriptionCommandInput,
|
|
143
|
+
UpdateFirewallDescriptionCommandOutput,
|
|
144
|
+
} from "./commands/UpdateFirewallDescriptionCommand";
|
|
145
|
+
import {
|
|
146
|
+
UpdateFirewallEncryptionConfigurationCommandInput,
|
|
147
|
+
UpdateFirewallEncryptionConfigurationCommandOutput,
|
|
148
|
+
} from "./commands/UpdateFirewallEncryptionConfigurationCommand";
|
|
149
|
+
import {
|
|
150
|
+
UpdateFirewallPolicyChangeProtectionCommandInput,
|
|
151
|
+
UpdateFirewallPolicyChangeProtectionCommandOutput,
|
|
152
|
+
} from "./commands/UpdateFirewallPolicyChangeProtectionCommand";
|
|
153
|
+
import {
|
|
154
|
+
UpdateFirewallPolicyCommandInput,
|
|
155
|
+
UpdateFirewallPolicyCommandOutput,
|
|
156
|
+
} from "./commands/UpdateFirewallPolicyCommand";
|
|
157
|
+
import {
|
|
158
|
+
UpdateLoggingConfigurationCommandInput,
|
|
159
|
+
UpdateLoggingConfigurationCommandOutput,
|
|
160
|
+
} from "./commands/UpdateLoggingConfigurationCommand";
|
|
161
|
+
import {
|
|
162
|
+
UpdateRuleGroupCommandInput,
|
|
163
|
+
UpdateRuleGroupCommandOutput,
|
|
164
|
+
} from "./commands/UpdateRuleGroupCommand";
|
|
165
|
+
import {
|
|
166
|
+
UpdateSubnetChangeProtectionCommandInput,
|
|
167
|
+
UpdateSubnetChangeProtectionCommandOutput,
|
|
168
|
+
} from "./commands/UpdateSubnetChangeProtectionCommand";
|
|
169
|
+
export declare type ServiceInputTypes =
|
|
170
|
+
| AssociateFirewallPolicyCommandInput
|
|
171
|
+
| AssociateSubnetsCommandInput
|
|
172
|
+
| CreateFirewallCommandInput
|
|
173
|
+
| CreateFirewallPolicyCommandInput
|
|
174
|
+
| CreateRuleGroupCommandInput
|
|
175
|
+
| DeleteFirewallCommandInput
|
|
176
|
+
| DeleteFirewallPolicyCommandInput
|
|
177
|
+
| DeleteResourcePolicyCommandInput
|
|
178
|
+
| DeleteRuleGroupCommandInput
|
|
179
|
+
| DescribeFirewallCommandInput
|
|
180
|
+
| DescribeFirewallPolicyCommandInput
|
|
181
|
+
| DescribeLoggingConfigurationCommandInput
|
|
182
|
+
| DescribeResourcePolicyCommandInput
|
|
183
|
+
| DescribeRuleGroupCommandInput
|
|
184
|
+
| DescribeRuleGroupMetadataCommandInput
|
|
185
|
+
| DisassociateSubnetsCommandInput
|
|
186
|
+
| ListFirewallPoliciesCommandInput
|
|
187
|
+
| ListFirewallsCommandInput
|
|
188
|
+
| ListRuleGroupsCommandInput
|
|
189
|
+
| ListTagsForResourceCommandInput
|
|
190
|
+
| PutResourcePolicyCommandInput
|
|
191
|
+
| TagResourceCommandInput
|
|
192
|
+
| UntagResourceCommandInput
|
|
193
|
+
| UpdateFirewallDeleteProtectionCommandInput
|
|
194
|
+
| UpdateFirewallDescriptionCommandInput
|
|
195
|
+
| UpdateFirewallEncryptionConfigurationCommandInput
|
|
196
|
+
| UpdateFirewallPolicyChangeProtectionCommandInput
|
|
197
|
+
| UpdateFirewallPolicyCommandInput
|
|
198
|
+
| UpdateLoggingConfigurationCommandInput
|
|
199
|
+
| UpdateRuleGroupCommandInput
|
|
200
|
+
| UpdateSubnetChangeProtectionCommandInput;
|
|
201
|
+
export declare type ServiceOutputTypes =
|
|
202
|
+
| AssociateFirewallPolicyCommandOutput
|
|
203
|
+
| AssociateSubnetsCommandOutput
|
|
204
|
+
| CreateFirewallCommandOutput
|
|
205
|
+
| CreateFirewallPolicyCommandOutput
|
|
206
|
+
| CreateRuleGroupCommandOutput
|
|
207
|
+
| DeleteFirewallCommandOutput
|
|
208
|
+
| DeleteFirewallPolicyCommandOutput
|
|
209
|
+
| DeleteResourcePolicyCommandOutput
|
|
210
|
+
| DeleteRuleGroupCommandOutput
|
|
211
|
+
| DescribeFirewallCommandOutput
|
|
212
|
+
| DescribeFirewallPolicyCommandOutput
|
|
213
|
+
| DescribeLoggingConfigurationCommandOutput
|
|
214
|
+
| DescribeResourcePolicyCommandOutput
|
|
215
|
+
| DescribeRuleGroupCommandOutput
|
|
216
|
+
| DescribeRuleGroupMetadataCommandOutput
|
|
217
|
+
| DisassociateSubnetsCommandOutput
|
|
218
|
+
| ListFirewallPoliciesCommandOutput
|
|
219
|
+
| ListFirewallsCommandOutput
|
|
220
|
+
| ListRuleGroupsCommandOutput
|
|
221
|
+
| ListTagsForResourceCommandOutput
|
|
222
|
+
| PutResourcePolicyCommandOutput
|
|
223
|
+
| TagResourceCommandOutput
|
|
224
|
+
| UntagResourceCommandOutput
|
|
225
|
+
| UpdateFirewallDeleteProtectionCommandOutput
|
|
226
|
+
| UpdateFirewallDescriptionCommandOutput
|
|
227
|
+
| UpdateFirewallEncryptionConfigurationCommandOutput
|
|
228
|
+
| UpdateFirewallPolicyChangeProtectionCommandOutput
|
|
229
|
+
| UpdateFirewallPolicyCommandOutput
|
|
230
|
+
| UpdateLoggingConfigurationCommandOutput
|
|
231
|
+
| UpdateRuleGroupCommandOutput
|
|
232
|
+
| UpdateSubnetChangeProtectionCommandOutput;
|
|
233
|
+
export interface ClientDefaults
|
|
234
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
235
|
+
requestHandler?: __HttpHandler;
|
|
236
|
+
sha256?: __HashConstructor;
|
|
237
|
+
urlParser?: __UrlParser;
|
|
238
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
239
|
+
streamCollector?: __StreamCollector;
|
|
240
|
+
base64Decoder?: __Decoder;
|
|
241
|
+
base64Encoder?: __Encoder;
|
|
242
|
+
utf8Decoder?: __Decoder;
|
|
243
|
+
utf8Encoder?: __Encoder;
|
|
244
|
+
runtime?: string;
|
|
245
|
+
disableHostPrefix?: boolean;
|
|
246
|
+
maxAttempts?: number | __Provider<number>;
|
|
247
|
+
retryMode?: string | __Provider<string>;
|
|
248
|
+
logger?: __Logger;
|
|
249
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
250
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
251
|
+
serviceId?: string;
|
|
252
|
+
region?: string | __Provider<string>;
|
|
253
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
254
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
255
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
256
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
257
|
+
}
|
|
258
|
+
declare type NetworkFirewallClientConfigType = Partial<
|
|
259
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
260
|
+
> &
|
|
261
|
+
ClientDefaults &
|
|
262
|
+
RegionInputConfig &
|
|
263
|
+
EndpointsInputConfig &
|
|
264
|
+
RetryInputConfig &
|
|
265
|
+
HostHeaderInputConfig &
|
|
266
|
+
AwsAuthInputConfig &
|
|
267
|
+
UserAgentInputConfig;
|
|
268
|
+
export interface NetworkFirewallClientConfig
|
|
269
|
+
extends NetworkFirewallClientConfigType {}
|
|
270
|
+
declare type NetworkFirewallClientResolvedConfigType =
|
|
271
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
272
|
+
Required<ClientDefaults> &
|
|
273
|
+
RegionResolvedConfig &
|
|
274
|
+
EndpointsResolvedConfig &
|
|
275
|
+
RetryResolvedConfig &
|
|
276
|
+
HostHeaderResolvedConfig &
|
|
277
|
+
AwsAuthResolvedConfig &
|
|
278
|
+
UserAgentResolvedConfig;
|
|
279
|
+
export interface NetworkFirewallClientResolvedConfig
|
|
280
|
+
extends NetworkFirewallClientResolvedConfigType {}
|
|
281
|
+
export declare class NetworkFirewallClient extends __Client<
|
|
282
|
+
__HttpHandlerOptions,
|
|
283
|
+
ServiceInputTypes,
|
|
284
|
+
ServiceOutputTypes,
|
|
285
|
+
NetworkFirewallClientResolvedConfig
|
|
286
|
+
> {
|
|
287
|
+
readonly config: NetworkFirewallClientResolvedConfig;
|
|
288
|
+
constructor(configuration: NetworkFirewallClientConfig);
|
|
289
|
+
destroy(): void;
|
|
290
|
+
}
|
|
291
|
+
export {};
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AssociateFirewallPolicyRequest,
|
|
10
|
+
AssociateFirewallPolicyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
NetworkFirewallClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../NetworkFirewallClient";
|
|
17
|
+
export interface AssociateFirewallPolicyCommandInput
|
|
18
|
+
extends AssociateFirewallPolicyRequest {}
|
|
19
|
+
export interface AssociateFirewallPolicyCommandOutput
|
|
20
|
+
extends AssociateFirewallPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class AssociateFirewallPolicyCommand extends $Command<
|
|
23
|
+
AssociateFirewallPolicyCommandInput,
|
|
24
|
+
AssociateFirewallPolicyCommandOutput,
|
|
25
|
+
NetworkFirewallClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: AssociateFirewallPolicyCommandInput;
|
|
28
|
+
constructor(input: AssociateFirewallPolicyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: NetworkFirewallClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
AssociateFirewallPolicyCommandInput,
|
|
35
|
+
AssociateFirewallPolicyCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AssociateSubnetsRequest,
|
|
10
|
+
AssociateSubnetsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
NetworkFirewallClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../NetworkFirewallClient";
|
|
17
|
+
export interface AssociateSubnetsCommandInput extends AssociateSubnetsRequest {}
|
|
18
|
+
export interface AssociateSubnetsCommandOutput
|
|
19
|
+
extends AssociateSubnetsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class AssociateSubnetsCommand extends $Command<
|
|
22
|
+
AssociateSubnetsCommandInput,
|
|
23
|
+
AssociateSubnetsCommandOutput,
|
|
24
|
+
NetworkFirewallClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: AssociateSubnetsCommandInput;
|
|
27
|
+
constructor(input: AssociateSubnetsCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: NetworkFirewallClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateFirewallRequest,
|
|
10
|
+
CreateFirewallResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
NetworkFirewallClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../NetworkFirewallClient";
|
|
17
|
+
export interface CreateFirewallCommandInput extends CreateFirewallRequest {}
|
|
18
|
+
export interface CreateFirewallCommandOutput
|
|
19
|
+
extends CreateFirewallResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class CreateFirewallCommand extends $Command<
|
|
22
|
+
CreateFirewallCommandInput,
|
|
23
|
+
CreateFirewallCommandOutput,
|
|
24
|
+
NetworkFirewallClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: CreateFirewallCommandInput;
|
|
27
|
+
constructor(input: CreateFirewallCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: NetworkFirewallClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<CreateFirewallCommandInput, CreateFirewallCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CreateFirewallPolicyRequest,
|
|
10
|
+
CreateFirewallPolicyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
NetworkFirewallClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../NetworkFirewallClient";
|
|
17
|
+
export interface CreateFirewallPolicyCommandInput
|
|
18
|
+
extends CreateFirewallPolicyRequest {}
|
|
19
|
+
export interface CreateFirewallPolicyCommandOutput
|
|
20
|
+
extends CreateFirewallPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateFirewallPolicyCommand extends $Command<
|
|
23
|
+
CreateFirewallPolicyCommandInput,
|
|
24
|
+
CreateFirewallPolicyCommandOutput,
|
|
25
|
+
NetworkFirewallClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateFirewallPolicyCommandInput;
|
|
28
|
+
constructor(input: CreateFirewallPolicyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: NetworkFirewallClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateFirewallPolicyCommandInput,
|
|
35
|
+
CreateFirewallPolicyCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|