@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.
Files changed (52) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/NetworkFirewall.d.ts +543 -160
  3. package/dist-types/ts3.4/NetworkFirewallClient.d.ts +291 -104
  4. package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +36 -17
  18. package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/index.d.ts +31 -31
  36. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  37. package/dist-types/ts3.4/index.d.ts +6 -6
  38. package/dist-types/ts3.4/models/NetworkFirewallServiceException.d.ts +7 -6
  39. package/dist-types/ts3.4/models/index.d.ts +1 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +1042 -1344
  41. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  42. package/dist-types/ts3.4/pagination/ListFirewallPoliciesPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/ListFirewallsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListRuleGroupsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  47. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +377 -95
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  52. package/package.json +34 -34
@@ -1,104 +1,291 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput } from "./commands/AssociateFirewallPolicyCommand";
10
- import { AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput } from "./commands/AssociateSubnetsCommand";
11
- import { CreateFirewallCommandInput, CreateFirewallCommandOutput } from "./commands/CreateFirewallCommand";
12
- import { CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput } from "./commands/CreateFirewallPolicyCommand";
13
- import { CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput } from "./commands/CreateRuleGroupCommand";
14
- import { DeleteFirewallCommandInput, DeleteFirewallCommandOutput } from "./commands/DeleteFirewallCommand";
15
- import { DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput } from "./commands/DeleteFirewallPolicyCommand";
16
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
17
- import { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "./commands/DeleteRuleGroupCommand";
18
- import { DescribeFirewallCommandInput, DescribeFirewallCommandOutput } from "./commands/DescribeFirewallCommand";
19
- import { DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput } from "./commands/DescribeFirewallPolicyCommand";
20
- import { DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput } from "./commands/DescribeLoggingConfigurationCommand";
21
- import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "./commands/DescribeResourcePolicyCommand";
22
- import { DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput } from "./commands/DescribeRuleGroupCommand";
23
- import { DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput } from "./commands/DescribeRuleGroupMetadataCommand";
24
- import { DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput } from "./commands/DisassociateSubnetsCommand";
25
- import { ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput } from "./commands/ListFirewallPoliciesCommand";
26
- import { ListFirewallsCommandInput, ListFirewallsCommandOutput } from "./commands/ListFirewallsCommand";
27
- import { ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput } from "./commands/ListRuleGroupsCommand";
28
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
29
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
30
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
31
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
32
- import { UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput } from "./commands/UpdateFirewallDeleteProtectionCommand";
33
- import { UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput } from "./commands/UpdateFirewallDescriptionCommand";
34
- import { UpdateFirewallEncryptionConfigurationCommandInput, UpdateFirewallEncryptionConfigurationCommandOutput } from "./commands/UpdateFirewallEncryptionConfigurationCommand";
35
- import { UpdateFirewallPolicyChangeProtectionCommandInput, UpdateFirewallPolicyChangeProtectionCommandOutput } from "./commands/UpdateFirewallPolicyChangeProtectionCommand";
36
- import { UpdateFirewallPolicyCommandInput, UpdateFirewallPolicyCommandOutput } from "./commands/UpdateFirewallPolicyCommand";
37
- import { UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationCommandOutput } from "./commands/UpdateLoggingConfigurationCommand";
38
- import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
39
- import { UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput } from "./commands/UpdateSubnetChangeProtectionCommand";
40
- export declare type ServiceInputTypes = AssociateFirewallPolicyCommandInput | AssociateSubnetsCommandInput | CreateFirewallCommandInput | CreateFirewallPolicyCommandInput | CreateRuleGroupCommandInput | DeleteFirewallCommandInput | DeleteFirewallPolicyCommandInput | DeleteResourcePolicyCommandInput | DeleteRuleGroupCommandInput | DescribeFirewallCommandInput | DescribeFirewallPolicyCommandInput | DescribeLoggingConfigurationCommandInput | DescribeResourcePolicyCommandInput | DescribeRuleGroupCommandInput | DescribeRuleGroupMetadataCommandInput | DisassociateSubnetsCommandInput | ListFirewallPoliciesCommandInput | ListFirewallsCommandInput | ListRuleGroupsCommandInput | ListTagsForResourceCommandInput | PutResourcePolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFirewallDeleteProtectionCommandInput | UpdateFirewallDescriptionCommandInput | UpdateFirewallEncryptionConfigurationCommandInput | UpdateFirewallPolicyChangeProtectionCommandInput | UpdateFirewallPolicyCommandInput | UpdateLoggingConfigurationCommandInput | UpdateRuleGroupCommandInput | UpdateSubnetChangeProtectionCommandInput;
41
- export declare type ServiceOutputTypes = AssociateFirewallPolicyCommandOutput | AssociateSubnetsCommandOutput | CreateFirewallCommandOutput | CreateFirewallPolicyCommandOutput | CreateRuleGroupCommandOutput | DeleteFirewallCommandOutput | DeleteFirewallPolicyCommandOutput | DeleteResourcePolicyCommandOutput | DeleteRuleGroupCommandOutput | DescribeFirewallCommandOutput | DescribeFirewallPolicyCommandOutput | DescribeLoggingConfigurationCommandOutput | DescribeResourcePolicyCommandOutput | DescribeRuleGroupCommandOutput | DescribeRuleGroupMetadataCommandOutput | DisassociateSubnetsCommandOutput | ListFirewallPoliciesCommandOutput | ListFirewallsCommandOutput | ListRuleGroupsCommandOutput | ListTagsForResourceCommandOutput | PutResourcePolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFirewallDeleteProtectionCommandOutput | UpdateFirewallDescriptionCommandOutput | UpdateFirewallEncryptionConfigurationCommandOutput | UpdateFirewallPolicyChangeProtectionCommandOutput | UpdateFirewallPolicyCommandOutput | UpdateLoggingConfigurationCommandOutput | UpdateRuleGroupCommandOutput | UpdateSubnetChangeProtectionCommandOutput;
42
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
43
-
44
- requestHandler?: __HttpHandler;
45
-
46
- sha256?: __HashConstructor;
47
-
48
- urlParser?: __UrlParser;
49
-
50
- bodyLengthChecker?: __BodyLengthCalculator;
51
-
52
- streamCollector?: __StreamCollector;
53
-
54
- base64Decoder?: __Decoder;
55
-
56
- base64Encoder?: __Encoder;
57
-
58
- utf8Decoder?: __Decoder;
59
-
60
- utf8Encoder?: __Encoder;
61
-
62
- runtime?: string;
63
-
64
- disableHostPrefix?: boolean;
65
-
66
- maxAttempts?: number | __Provider<number>;
67
-
68
- retryMode?: string | __Provider<string>;
69
-
70
- logger?: __Logger;
71
-
72
- useDualstackEndpoint?: boolean | __Provider<boolean>;
73
-
74
- useFipsEndpoint?: boolean | __Provider<boolean>;
75
-
76
- serviceId?: string;
77
-
78
- region?: string | __Provider<string>;
79
-
80
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
81
-
82
- regionInfoProvider?: RegionInfoProvider;
83
-
84
- defaultUserAgentProvider?: Provider<__UserAgent>;
85
-
86
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
87
- }
88
- declare type NetworkFirewallClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
89
-
90
- export interface NetworkFirewallClientConfig extends NetworkFirewallClientConfigType {
91
- }
92
- declare type NetworkFirewallClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
93
-
94
- export interface NetworkFirewallClientResolvedConfig extends NetworkFirewallClientResolvedConfigType {
95
- }
96
-
97
- export declare class NetworkFirewallClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, NetworkFirewallClientResolvedConfig> {
98
-
99
- readonly config: NetworkFirewallClientResolvedConfig;
100
- constructor(configuration: NetworkFirewallClientConfig);
101
-
102
- destroy(): void;
103
- }
104
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AssociateFirewallPolicyRequest, AssociateFirewallPolicyResponse } from "../models/models_0";
4
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
- export interface AssociateFirewallPolicyCommandInput extends AssociateFirewallPolicyRequest {
6
- }
7
- export interface AssociateFirewallPolicyCommandOutput extends AssociateFirewallPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateFirewallPolicyCommand extends $Command<AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
11
- readonly input: AssociateFirewallPolicyCommandInput;
12
- constructor(input: AssociateFirewallPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AssociateSubnetsRequest, AssociateSubnetsResponse } from "../models/models_0";
4
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
- export interface AssociateSubnetsCommandInput extends AssociateSubnetsRequest {
6
- }
7
- export interface AssociateSubnetsCommandOutput extends AssociateSubnetsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateSubnetsCommand extends $Command<AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig> {
11
- readonly input: AssociateSubnetsCommandInput;
12
- constructor(input: AssociateSubnetsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateFirewallRequest, CreateFirewallResponse } from "../models/models_0";
4
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
- export interface CreateFirewallCommandInput extends CreateFirewallRequest {
6
- }
7
- export interface CreateFirewallCommandOutput extends CreateFirewallResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFirewallCommand extends $Command<CreateFirewallCommandInput, CreateFirewallCommandOutput, NetworkFirewallClientResolvedConfig> {
11
- readonly input: CreateFirewallCommandInput;
12
- constructor(input: CreateFirewallCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFirewallCommandInput, CreateFirewallCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateFirewallPolicyRequest, CreateFirewallPolicyResponse } from "../models/models_0";
4
- import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
5
- export interface CreateFirewallPolicyCommandInput extends CreateFirewallPolicyRequest {
6
- }
7
- export interface CreateFirewallPolicyCommandOutput extends CreateFirewallPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFirewallPolicyCommand extends $Command<CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig> {
11
- readonly input: CreateFirewallPolicyCommandInput;
12
- constructor(input: CreateFirewallPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }