@aws-sdk/client-network-firewall 3.828.0 → 3.831.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/README.md +56 -0
- package/dist-cjs/index.js +343 -58
- package/dist-es/NetworkFirewall.js +14 -0
- package/dist-es/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.js +22 -0
- package/dist-es/commands/AssociateAvailabilityZonesCommand.js +22 -0
- package/dist-es/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.js +22 -0
- package/dist-es/commands/DescribeRuleGroupSummaryCommand.js +22 -0
- package/dist-es/commands/DisassociateAvailabilityZonesCommand.js +22 -0
- package/dist-es/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.js +22 -0
- package/dist-es/commands/UpdateAvailabilityZoneChangeProtectionCommand.js +22 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/models_0.js +58 -39
- package/dist-es/protocols/Aws_json1_0.js +142 -6
- package/dist-types/NetworkFirewall.d.ts +50 -0
- package/dist-types/NetworkFirewallClient.d.ts +9 -2
- package/dist-types/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.d.ts +104 -0
- package/dist-types/commands/AssociateAvailabilityZonesCommand.d.ts +124 -0
- package/dist-types/commands/CreateFirewallCommand.d.ts +20 -0
- package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +1 -0
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +11 -1
- package/dist-types/commands/DeleteFirewallCommand.d.ts +13 -0
- package/dist-types/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.d.ts +103 -0
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +5 -0
- package/dist-types/commands/DescribeFirewallCommand.d.ts +13 -0
- package/dist-types/commands/DescribeFirewallMetadataCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRuleGroupCommand.d.ts +6 -1
- package/dist-types/commands/DescribeRuleGroupSummaryCommand.d.ts +112 -0
- package/dist-types/commands/DisassociateAvailabilityZonesCommand.d.ts +123 -0
- package/dist-types/commands/ListFirewallsCommand.d.ts +1 -0
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +1 -1
- package/dist-types/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.d.ts +104 -0
- package/dist-types/commands/UpdateAvailabilityZoneChangeProtectionCommand.d.ts +111 -0
- package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +11 -1
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +7 -7
- package/dist-types/models/models_0.d.ts +884 -138
- package/dist-types/protocols/Aws_json1_0.d.ts +63 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/NetworkFirewall.d.ts +144 -0
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/AssociateAvailabilityZonesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeRuleGroupSummaryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateAvailabilityZonesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAvailabilityZoneChangeProtectionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +7 -7
- package/dist-types/ts3.4/models/models_0.d.ts +170 -45
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +84 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -2
- package/package.json +2 -2
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { AcceptNetworkFirewallTransitGatewayAttachmentCommandInput, AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput } from "../commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand";
|
|
4
|
+
import { AssociateAvailabilityZonesCommandInput, AssociateAvailabilityZonesCommandOutput } from "../commands/AssociateAvailabilityZonesCommand";
|
|
3
5
|
import { AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput } from "../commands/AssociateFirewallPolicyCommand";
|
|
4
6
|
import { AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput } from "../commands/AssociateSubnetsCommand";
|
|
5
7
|
import { CreateFirewallCommandInput, CreateFirewallCommandOutput } from "../commands/CreateFirewallCommand";
|
|
@@ -9,6 +11,7 @@ import { CreateTLSInspectionConfigurationCommandInput, CreateTLSInspectionConfig
|
|
|
9
11
|
import { CreateVpcEndpointAssociationCommandInput, CreateVpcEndpointAssociationCommandOutput } from "../commands/CreateVpcEndpointAssociationCommand";
|
|
10
12
|
import { DeleteFirewallCommandInput, DeleteFirewallCommandOutput } from "../commands/DeleteFirewallCommand";
|
|
11
13
|
import { DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput } from "../commands/DeleteFirewallPolicyCommand";
|
|
14
|
+
import { DeleteNetworkFirewallTransitGatewayAttachmentCommandInput, DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput } from "../commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand";
|
|
12
15
|
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
|
|
13
16
|
import { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "../commands/DeleteRuleGroupCommand";
|
|
14
17
|
import { DeleteTLSInspectionConfigurationCommandInput, DeleteTLSInspectionConfigurationCommandOutput } from "../commands/DeleteTLSInspectionConfigurationCommand";
|
|
@@ -21,8 +24,10 @@ import { DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationC
|
|
|
21
24
|
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "../commands/DescribeResourcePolicyCommand";
|
|
22
25
|
import { DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput } from "../commands/DescribeRuleGroupCommand";
|
|
23
26
|
import { DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput } from "../commands/DescribeRuleGroupMetadataCommand";
|
|
27
|
+
import { DescribeRuleGroupSummaryCommandInput, DescribeRuleGroupSummaryCommandOutput } from "../commands/DescribeRuleGroupSummaryCommand";
|
|
24
28
|
import { DescribeTLSInspectionConfigurationCommandInput, DescribeTLSInspectionConfigurationCommandOutput } from "../commands/DescribeTLSInspectionConfigurationCommand";
|
|
25
29
|
import { DescribeVpcEndpointAssociationCommandInput, DescribeVpcEndpointAssociationCommandOutput } from "../commands/DescribeVpcEndpointAssociationCommand";
|
|
30
|
+
import { DisassociateAvailabilityZonesCommandInput, DisassociateAvailabilityZonesCommandOutput } from "../commands/DisassociateAvailabilityZonesCommand";
|
|
26
31
|
import { DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput } from "../commands/DisassociateSubnetsCommand";
|
|
27
32
|
import { GetAnalysisReportResultsCommandInput, GetAnalysisReportResultsCommandOutput } from "../commands/GetAnalysisReportResultsCommand";
|
|
28
33
|
import { ListAnalysisReportsCommandInput, ListAnalysisReportsCommandOutput } from "../commands/ListAnalysisReportsCommand";
|
|
@@ -35,11 +40,13 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
|
|
|
35
40
|
import { ListTLSInspectionConfigurationsCommandInput, ListTLSInspectionConfigurationsCommandOutput } from "../commands/ListTLSInspectionConfigurationsCommand";
|
|
36
41
|
import { ListVpcEndpointAssociationsCommandInput, ListVpcEndpointAssociationsCommandOutput } from "../commands/ListVpcEndpointAssociationsCommand";
|
|
37
42
|
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
|
|
43
|
+
import { RejectNetworkFirewallTransitGatewayAttachmentCommandInput, RejectNetworkFirewallTransitGatewayAttachmentCommandOutput } from "../commands/RejectNetworkFirewallTransitGatewayAttachmentCommand";
|
|
38
44
|
import { StartAnalysisReportCommandInput, StartAnalysisReportCommandOutput } from "../commands/StartAnalysisReportCommand";
|
|
39
45
|
import { StartFlowCaptureCommandInput, StartFlowCaptureCommandOutput } from "../commands/StartFlowCaptureCommand";
|
|
40
46
|
import { StartFlowFlushCommandInput, StartFlowFlushCommandOutput } from "../commands/StartFlowFlushCommand";
|
|
41
47
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
42
48
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
49
|
+
import { UpdateAvailabilityZoneChangeProtectionCommandInput, UpdateAvailabilityZoneChangeProtectionCommandOutput } from "../commands/UpdateAvailabilityZoneChangeProtectionCommand";
|
|
43
50
|
import { UpdateFirewallAnalysisSettingsCommandInput, UpdateFirewallAnalysisSettingsCommandOutput } from "../commands/UpdateFirewallAnalysisSettingsCommand";
|
|
44
51
|
import { UpdateFirewallDeleteProtectionCommandInput, UpdateFirewallDeleteProtectionCommandOutput } from "../commands/UpdateFirewallDeleteProtectionCommand";
|
|
45
52
|
import { UpdateFirewallDescriptionCommandInput, UpdateFirewallDescriptionCommandOutput } from "../commands/UpdateFirewallDescriptionCommand";
|
|
@@ -50,6 +57,14 @@ import { UpdateLoggingConfigurationCommandInput, UpdateLoggingConfigurationComma
|
|
|
50
57
|
import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "../commands/UpdateRuleGroupCommand";
|
|
51
58
|
import { UpdateSubnetChangeProtectionCommandInput, UpdateSubnetChangeProtectionCommandOutput } from "../commands/UpdateSubnetChangeProtectionCommand";
|
|
52
59
|
import { UpdateTLSInspectionConfigurationCommandInput, UpdateTLSInspectionConfigurationCommandOutput } from "../commands/UpdateTLSInspectionConfigurationCommand";
|
|
60
|
+
/**
|
|
61
|
+
* serializeAws_json1_0AcceptNetworkFirewallTransitGatewayAttachmentCommand
|
|
62
|
+
*/
|
|
63
|
+
export declare const se_AcceptNetworkFirewallTransitGatewayAttachmentCommand: (input: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
+
/**
|
|
65
|
+
* serializeAws_json1_0AssociateAvailabilityZonesCommand
|
|
66
|
+
*/
|
|
67
|
+
export declare const se_AssociateAvailabilityZonesCommand: (input: AssociateAvailabilityZonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
68
|
/**
|
|
54
69
|
* serializeAws_json1_0AssociateFirewallPolicyCommand
|
|
55
70
|
*/
|
|
@@ -86,6 +101,10 @@ export declare const se_DeleteFirewallCommand: (input: DeleteFirewallCommandInpu
|
|
|
86
101
|
* serializeAws_json1_0DeleteFirewallPolicyCommand
|
|
87
102
|
*/
|
|
88
103
|
export declare const se_DeleteFirewallPolicyCommand: (input: DeleteFirewallPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
+
/**
|
|
105
|
+
* serializeAws_json1_0DeleteNetworkFirewallTransitGatewayAttachmentCommand
|
|
106
|
+
*/
|
|
107
|
+
export declare const se_DeleteNetworkFirewallTransitGatewayAttachmentCommand: (input: DeleteNetworkFirewallTransitGatewayAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
108
|
/**
|
|
90
109
|
* serializeAws_json1_0DeleteResourcePolicyCommand
|
|
91
110
|
*/
|
|
@@ -134,6 +153,10 @@ export declare const se_DescribeRuleGroupCommand: (input: DescribeRuleGroupComma
|
|
|
134
153
|
* serializeAws_json1_0DescribeRuleGroupMetadataCommand
|
|
135
154
|
*/
|
|
136
155
|
export declare const se_DescribeRuleGroupMetadataCommand: (input: DescribeRuleGroupMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
|
+
/**
|
|
157
|
+
* serializeAws_json1_0DescribeRuleGroupSummaryCommand
|
|
158
|
+
*/
|
|
159
|
+
export declare const se_DescribeRuleGroupSummaryCommand: (input: DescribeRuleGroupSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
137
160
|
/**
|
|
138
161
|
* serializeAws_json1_0DescribeTLSInspectionConfigurationCommand
|
|
139
162
|
*/
|
|
@@ -142,6 +165,10 @@ export declare const se_DescribeTLSInspectionConfigurationCommand: (input: Descr
|
|
|
142
165
|
* serializeAws_json1_0DescribeVpcEndpointAssociationCommand
|
|
143
166
|
*/
|
|
144
167
|
export declare const se_DescribeVpcEndpointAssociationCommand: (input: DescribeVpcEndpointAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
|
+
/**
|
|
169
|
+
* serializeAws_json1_0DisassociateAvailabilityZonesCommand
|
|
170
|
+
*/
|
|
171
|
+
export declare const se_DisassociateAvailabilityZonesCommand: (input: DisassociateAvailabilityZonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
172
|
/**
|
|
146
173
|
* serializeAws_json1_0DisassociateSubnetsCommand
|
|
147
174
|
*/
|
|
@@ -190,6 +217,10 @@ export declare const se_ListVpcEndpointAssociationsCommand: (input: ListVpcEndpo
|
|
|
190
217
|
* serializeAws_json1_0PutResourcePolicyCommand
|
|
191
218
|
*/
|
|
192
219
|
export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
220
|
+
/**
|
|
221
|
+
* serializeAws_json1_0RejectNetworkFirewallTransitGatewayAttachmentCommand
|
|
222
|
+
*/
|
|
223
|
+
export declare const se_RejectNetworkFirewallTransitGatewayAttachmentCommand: (input: RejectNetworkFirewallTransitGatewayAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
224
|
/**
|
|
194
225
|
* serializeAws_json1_0StartAnalysisReportCommand
|
|
195
226
|
*/
|
|
@@ -210,6 +241,10 @@ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, con
|
|
|
210
241
|
* serializeAws_json1_0UntagResourceCommand
|
|
211
242
|
*/
|
|
212
243
|
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
244
|
+
/**
|
|
245
|
+
* serializeAws_json1_0UpdateAvailabilityZoneChangeProtectionCommand
|
|
246
|
+
*/
|
|
247
|
+
export declare const se_UpdateAvailabilityZoneChangeProtectionCommand: (input: UpdateAvailabilityZoneChangeProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
213
248
|
/**
|
|
214
249
|
* serializeAws_json1_0UpdateFirewallAnalysisSettingsCommand
|
|
215
250
|
*/
|
|
@@ -250,6 +285,14 @@ export declare const se_UpdateSubnetChangeProtectionCommand: (input: UpdateSubne
|
|
|
250
285
|
* serializeAws_json1_0UpdateTLSInspectionConfigurationCommand
|
|
251
286
|
*/
|
|
252
287
|
export declare const se_UpdateTLSInspectionConfigurationCommand: (input: UpdateTLSInspectionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
288
|
+
/**
|
|
289
|
+
* deserializeAws_json1_0AcceptNetworkFirewallTransitGatewayAttachmentCommand
|
|
290
|
+
*/
|
|
291
|
+
export declare const de_AcceptNetworkFirewallTransitGatewayAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput>;
|
|
292
|
+
/**
|
|
293
|
+
* deserializeAws_json1_0AssociateAvailabilityZonesCommand
|
|
294
|
+
*/
|
|
295
|
+
export declare const de_AssociateAvailabilityZonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAvailabilityZonesCommandOutput>;
|
|
253
296
|
/**
|
|
254
297
|
* deserializeAws_json1_0AssociateFirewallPolicyCommand
|
|
255
298
|
*/
|
|
@@ -286,6 +329,10 @@ export declare const de_DeleteFirewallCommand: (output: __HttpResponse, context:
|
|
|
286
329
|
* deserializeAws_json1_0DeleteFirewallPolicyCommand
|
|
287
330
|
*/
|
|
288
331
|
export declare const de_DeleteFirewallPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFirewallPolicyCommandOutput>;
|
|
332
|
+
/**
|
|
333
|
+
* deserializeAws_json1_0DeleteNetworkFirewallTransitGatewayAttachmentCommand
|
|
334
|
+
*/
|
|
335
|
+
export declare const de_DeleteNetworkFirewallTransitGatewayAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput>;
|
|
289
336
|
/**
|
|
290
337
|
* deserializeAws_json1_0DeleteResourcePolicyCommand
|
|
291
338
|
*/
|
|
@@ -334,6 +381,10 @@ export declare const de_DescribeRuleGroupCommand: (output: __HttpResponse, conte
|
|
|
334
381
|
* deserializeAws_json1_0DescribeRuleGroupMetadataCommand
|
|
335
382
|
*/
|
|
336
383
|
export declare const de_DescribeRuleGroupMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRuleGroupMetadataCommandOutput>;
|
|
384
|
+
/**
|
|
385
|
+
* deserializeAws_json1_0DescribeRuleGroupSummaryCommand
|
|
386
|
+
*/
|
|
387
|
+
export declare const de_DescribeRuleGroupSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRuleGroupSummaryCommandOutput>;
|
|
337
388
|
/**
|
|
338
389
|
* deserializeAws_json1_0DescribeTLSInspectionConfigurationCommand
|
|
339
390
|
*/
|
|
@@ -342,6 +393,10 @@ export declare const de_DescribeTLSInspectionConfigurationCommand: (output: __Ht
|
|
|
342
393
|
* deserializeAws_json1_0DescribeVpcEndpointAssociationCommand
|
|
343
394
|
*/
|
|
344
395
|
export declare const de_DescribeVpcEndpointAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcEndpointAssociationCommandOutput>;
|
|
396
|
+
/**
|
|
397
|
+
* deserializeAws_json1_0DisassociateAvailabilityZonesCommand
|
|
398
|
+
*/
|
|
399
|
+
export declare const de_DisassociateAvailabilityZonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAvailabilityZonesCommandOutput>;
|
|
345
400
|
/**
|
|
346
401
|
* deserializeAws_json1_0DisassociateSubnetsCommand
|
|
347
402
|
*/
|
|
@@ -390,6 +445,10 @@ export declare const de_ListVpcEndpointAssociationsCommand: (output: __HttpRespo
|
|
|
390
445
|
* deserializeAws_json1_0PutResourcePolicyCommand
|
|
391
446
|
*/
|
|
392
447
|
export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourcePolicyCommandOutput>;
|
|
448
|
+
/**
|
|
449
|
+
* deserializeAws_json1_0RejectNetworkFirewallTransitGatewayAttachmentCommand
|
|
450
|
+
*/
|
|
451
|
+
export declare const de_RejectNetworkFirewallTransitGatewayAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectNetworkFirewallTransitGatewayAttachmentCommandOutput>;
|
|
393
452
|
/**
|
|
394
453
|
* deserializeAws_json1_0StartAnalysisReportCommand
|
|
395
454
|
*/
|
|
@@ -410,6 +469,10 @@ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __
|
|
|
410
469
|
* deserializeAws_json1_0UntagResourceCommand
|
|
411
470
|
*/
|
|
412
471
|
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
472
|
+
/**
|
|
473
|
+
* deserializeAws_json1_0UpdateAvailabilityZoneChangeProtectionCommand
|
|
474
|
+
*/
|
|
475
|
+
export declare const de_UpdateAvailabilityZoneChangeProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAvailabilityZoneChangeProtectionCommandOutput>;
|
|
413
476
|
/**
|
|
414
477
|
* deserializeAws_json1_0UpdateFirewallAnalysisSettingsCommand
|
|
415
478
|
*/
|
|
@@ -15,8 +15,8 @@ export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) =>
|
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
19
|
-
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
18
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
cacheMiddleware?: boolean | undefined;
|
|
22
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -17,8 +17,8 @@ export declare const getRuntimeConfig: (config: NetworkFirewallClientConfig) =>
|
|
|
17
17
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
18
18
|
disableHostPrefix: boolean;
|
|
19
19
|
serviceId: string;
|
|
20
|
-
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
21
|
-
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
20
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
21
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
4
|
+
AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput,
|
|
5
|
+
} from "./commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand";
|
|
6
|
+
import {
|
|
7
|
+
AssociateAvailabilityZonesCommandInput,
|
|
8
|
+
AssociateAvailabilityZonesCommandOutput,
|
|
9
|
+
} from "./commands/AssociateAvailabilityZonesCommand";
|
|
2
10
|
import {
|
|
3
11
|
AssociateFirewallPolicyCommandInput,
|
|
4
12
|
AssociateFirewallPolicyCommandOutput,
|
|
@@ -35,6 +43,10 @@ import {
|
|
|
35
43
|
DeleteFirewallPolicyCommandInput,
|
|
36
44
|
DeleteFirewallPolicyCommandOutput,
|
|
37
45
|
} from "./commands/DeleteFirewallPolicyCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
48
|
+
DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput,
|
|
49
|
+
} from "./commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand";
|
|
38
50
|
import {
|
|
39
51
|
DeleteResourcePolicyCommandInput,
|
|
40
52
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -83,6 +95,10 @@ import {
|
|
|
83
95
|
DescribeRuleGroupMetadataCommandInput,
|
|
84
96
|
DescribeRuleGroupMetadataCommandOutput,
|
|
85
97
|
} from "./commands/DescribeRuleGroupMetadataCommand";
|
|
98
|
+
import {
|
|
99
|
+
DescribeRuleGroupSummaryCommandInput,
|
|
100
|
+
DescribeRuleGroupSummaryCommandOutput,
|
|
101
|
+
} from "./commands/DescribeRuleGroupSummaryCommand";
|
|
86
102
|
import {
|
|
87
103
|
DescribeTLSInspectionConfigurationCommandInput,
|
|
88
104
|
DescribeTLSInspectionConfigurationCommandOutput,
|
|
@@ -91,6 +107,10 @@ import {
|
|
|
91
107
|
DescribeVpcEndpointAssociationCommandInput,
|
|
92
108
|
DescribeVpcEndpointAssociationCommandOutput,
|
|
93
109
|
} from "./commands/DescribeVpcEndpointAssociationCommand";
|
|
110
|
+
import {
|
|
111
|
+
DisassociateAvailabilityZonesCommandInput,
|
|
112
|
+
DisassociateAvailabilityZonesCommandOutput,
|
|
113
|
+
} from "./commands/DisassociateAvailabilityZonesCommand";
|
|
94
114
|
import {
|
|
95
115
|
DisassociateSubnetsCommandInput,
|
|
96
116
|
DisassociateSubnetsCommandOutput,
|
|
@@ -139,6 +159,10 @@ import {
|
|
|
139
159
|
PutResourcePolicyCommandInput,
|
|
140
160
|
PutResourcePolicyCommandOutput,
|
|
141
161
|
} from "./commands/PutResourcePolicyCommand";
|
|
162
|
+
import {
|
|
163
|
+
RejectNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
164
|
+
RejectNetworkFirewallTransitGatewayAttachmentCommandOutput,
|
|
165
|
+
} from "./commands/RejectNetworkFirewallTransitGatewayAttachmentCommand";
|
|
142
166
|
import {
|
|
143
167
|
StartAnalysisReportCommandInput,
|
|
144
168
|
StartAnalysisReportCommandOutput,
|
|
@@ -159,6 +183,10 @@ import {
|
|
|
159
183
|
UntagResourceCommandInput,
|
|
160
184
|
UntagResourceCommandOutput,
|
|
161
185
|
} from "./commands/UntagResourceCommand";
|
|
186
|
+
import {
|
|
187
|
+
UpdateAvailabilityZoneChangeProtectionCommandInput,
|
|
188
|
+
UpdateAvailabilityZoneChangeProtectionCommandOutput,
|
|
189
|
+
} from "./commands/UpdateAvailabilityZoneChangeProtectionCommand";
|
|
162
190
|
import {
|
|
163
191
|
UpdateFirewallAnalysisSettingsCommandInput,
|
|
164
192
|
UpdateFirewallAnalysisSettingsCommandOutput,
|
|
@@ -201,6 +229,38 @@ import {
|
|
|
201
229
|
} from "./commands/UpdateTLSInspectionConfigurationCommand";
|
|
202
230
|
import { NetworkFirewallClient } from "./NetworkFirewallClient";
|
|
203
231
|
export interface NetworkFirewall {
|
|
232
|
+
acceptNetworkFirewallTransitGatewayAttachment(
|
|
233
|
+
args: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
234
|
+
options?: __HttpHandlerOptions
|
|
235
|
+
): Promise<AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput>;
|
|
236
|
+
acceptNetworkFirewallTransitGatewayAttachment(
|
|
237
|
+
args: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
238
|
+
cb: (
|
|
239
|
+
err: any,
|
|
240
|
+
data?: AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
241
|
+
) => void
|
|
242
|
+
): void;
|
|
243
|
+
acceptNetworkFirewallTransitGatewayAttachment(
|
|
244
|
+
args: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
245
|
+
options: __HttpHandlerOptions,
|
|
246
|
+
cb: (
|
|
247
|
+
err: any,
|
|
248
|
+
data?: AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
249
|
+
) => void
|
|
250
|
+
): void;
|
|
251
|
+
associateAvailabilityZones(
|
|
252
|
+
args: AssociateAvailabilityZonesCommandInput,
|
|
253
|
+
options?: __HttpHandlerOptions
|
|
254
|
+
): Promise<AssociateAvailabilityZonesCommandOutput>;
|
|
255
|
+
associateAvailabilityZones(
|
|
256
|
+
args: AssociateAvailabilityZonesCommandInput,
|
|
257
|
+
cb: (err: any, data?: AssociateAvailabilityZonesCommandOutput) => void
|
|
258
|
+
): void;
|
|
259
|
+
associateAvailabilityZones(
|
|
260
|
+
args: AssociateAvailabilityZonesCommandInput,
|
|
261
|
+
options: __HttpHandlerOptions,
|
|
262
|
+
cb: (err: any, data?: AssociateAvailabilityZonesCommandOutput) => void
|
|
263
|
+
): void;
|
|
204
264
|
associateFirewallPolicy(
|
|
205
265
|
args: AssociateFirewallPolicyCommandInput,
|
|
206
266
|
options?: __HttpHandlerOptions
|
|
@@ -320,6 +380,25 @@ export interface NetworkFirewall {
|
|
|
320
380
|
options: __HttpHandlerOptions,
|
|
321
381
|
cb: (err: any, data?: DeleteFirewallPolicyCommandOutput) => void
|
|
322
382
|
): void;
|
|
383
|
+
deleteNetworkFirewallTransitGatewayAttachment(
|
|
384
|
+
args: DeleteNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
385
|
+
options?: __HttpHandlerOptions
|
|
386
|
+
): Promise<DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput>;
|
|
387
|
+
deleteNetworkFirewallTransitGatewayAttachment(
|
|
388
|
+
args: DeleteNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
389
|
+
cb: (
|
|
390
|
+
err: any,
|
|
391
|
+
data?: DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
392
|
+
) => void
|
|
393
|
+
): void;
|
|
394
|
+
deleteNetworkFirewallTransitGatewayAttachment(
|
|
395
|
+
args: DeleteNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
396
|
+
options: __HttpHandlerOptions,
|
|
397
|
+
cb: (
|
|
398
|
+
err: any,
|
|
399
|
+
data?: DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
400
|
+
) => void
|
|
401
|
+
): void;
|
|
323
402
|
deleteResourcePolicy(
|
|
324
403
|
args: DeleteResourcePolicyCommandInput,
|
|
325
404
|
options?: __HttpHandlerOptions
|
|
@@ -484,6 +563,20 @@ export interface NetworkFirewall {
|
|
|
484
563
|
options: __HttpHandlerOptions,
|
|
485
564
|
cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void
|
|
486
565
|
): void;
|
|
566
|
+
describeRuleGroupSummary(): Promise<DescribeRuleGroupSummaryCommandOutput>;
|
|
567
|
+
describeRuleGroupSummary(
|
|
568
|
+
args: DescribeRuleGroupSummaryCommandInput,
|
|
569
|
+
options?: __HttpHandlerOptions
|
|
570
|
+
): Promise<DescribeRuleGroupSummaryCommandOutput>;
|
|
571
|
+
describeRuleGroupSummary(
|
|
572
|
+
args: DescribeRuleGroupSummaryCommandInput,
|
|
573
|
+
cb: (err: any, data?: DescribeRuleGroupSummaryCommandOutput) => void
|
|
574
|
+
): void;
|
|
575
|
+
describeRuleGroupSummary(
|
|
576
|
+
args: DescribeRuleGroupSummaryCommandInput,
|
|
577
|
+
options: __HttpHandlerOptions,
|
|
578
|
+
cb: (err: any, data?: DescribeRuleGroupSummaryCommandOutput) => void
|
|
579
|
+
): void;
|
|
487
580
|
describeTLSInspectionConfiguration(): Promise<DescribeTLSInspectionConfigurationCommandOutput>;
|
|
488
581
|
describeTLSInspectionConfiguration(
|
|
489
582
|
args: DescribeTLSInspectionConfigurationCommandInput,
|
|
@@ -517,6 +610,19 @@ export interface NetworkFirewall {
|
|
|
517
610
|
options: __HttpHandlerOptions,
|
|
518
611
|
cb: (err: any, data?: DescribeVpcEndpointAssociationCommandOutput) => void
|
|
519
612
|
): void;
|
|
613
|
+
disassociateAvailabilityZones(
|
|
614
|
+
args: DisassociateAvailabilityZonesCommandInput,
|
|
615
|
+
options?: __HttpHandlerOptions
|
|
616
|
+
): Promise<DisassociateAvailabilityZonesCommandOutput>;
|
|
617
|
+
disassociateAvailabilityZones(
|
|
618
|
+
args: DisassociateAvailabilityZonesCommandInput,
|
|
619
|
+
cb: (err: any, data?: DisassociateAvailabilityZonesCommandOutput) => void
|
|
620
|
+
): void;
|
|
621
|
+
disassociateAvailabilityZones(
|
|
622
|
+
args: DisassociateAvailabilityZonesCommandInput,
|
|
623
|
+
options: __HttpHandlerOptions,
|
|
624
|
+
cb: (err: any, data?: DisassociateAvailabilityZonesCommandOutput) => void
|
|
625
|
+
): void;
|
|
520
626
|
disassociateSubnets(
|
|
521
627
|
args: DisassociateSubnetsCommandInput,
|
|
522
628
|
options?: __HttpHandlerOptions
|
|
@@ -679,6 +785,25 @@ export interface NetworkFirewall {
|
|
|
679
785
|
options: __HttpHandlerOptions,
|
|
680
786
|
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
681
787
|
): void;
|
|
788
|
+
rejectNetworkFirewallTransitGatewayAttachment(
|
|
789
|
+
args: RejectNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
790
|
+
options?: __HttpHandlerOptions
|
|
791
|
+
): Promise<RejectNetworkFirewallTransitGatewayAttachmentCommandOutput>;
|
|
792
|
+
rejectNetworkFirewallTransitGatewayAttachment(
|
|
793
|
+
args: RejectNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
794
|
+
cb: (
|
|
795
|
+
err: any,
|
|
796
|
+
data?: RejectNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
797
|
+
) => void
|
|
798
|
+
): void;
|
|
799
|
+
rejectNetworkFirewallTransitGatewayAttachment(
|
|
800
|
+
args: RejectNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
801
|
+
options: __HttpHandlerOptions,
|
|
802
|
+
cb: (
|
|
803
|
+
err: any,
|
|
804
|
+
data?: RejectNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
805
|
+
) => void
|
|
806
|
+
): void;
|
|
682
807
|
startAnalysisReport(
|
|
683
808
|
args: StartAnalysisReportCommandInput,
|
|
684
809
|
options?: __HttpHandlerOptions
|
|
@@ -744,6 +869,25 @@ export interface NetworkFirewall {
|
|
|
744
869
|
options: __HttpHandlerOptions,
|
|
745
870
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
746
871
|
): void;
|
|
872
|
+
updateAvailabilityZoneChangeProtection(
|
|
873
|
+
args: UpdateAvailabilityZoneChangeProtectionCommandInput,
|
|
874
|
+
options?: __HttpHandlerOptions
|
|
875
|
+
): Promise<UpdateAvailabilityZoneChangeProtectionCommandOutput>;
|
|
876
|
+
updateAvailabilityZoneChangeProtection(
|
|
877
|
+
args: UpdateAvailabilityZoneChangeProtectionCommandInput,
|
|
878
|
+
cb: (
|
|
879
|
+
err: any,
|
|
880
|
+
data?: UpdateAvailabilityZoneChangeProtectionCommandOutput
|
|
881
|
+
) => void
|
|
882
|
+
): void;
|
|
883
|
+
updateAvailabilityZoneChangeProtection(
|
|
884
|
+
args: UpdateAvailabilityZoneChangeProtectionCommandInput,
|
|
885
|
+
options: __HttpHandlerOptions,
|
|
886
|
+
cb: (
|
|
887
|
+
err: any,
|
|
888
|
+
data?: UpdateAvailabilityZoneChangeProtectionCommandOutput
|
|
889
|
+
) => void
|
|
890
|
+
): void;
|
|
747
891
|
updateFirewallAnalysisSettings(): Promise<UpdateFirewallAnalysisSettingsCommandOutput>;
|
|
748
892
|
updateFirewallAnalysisSettings(
|
|
749
893
|
args: UpdateFirewallAnalysisSettingsCommandInput,
|
|
@@ -45,6 +45,14 @@ import {
|
|
|
45
45
|
HttpAuthSchemeInputConfig,
|
|
46
46
|
HttpAuthSchemeResolvedConfig,
|
|
47
47
|
} from "./auth/httpAuthSchemeProvider";
|
|
48
|
+
import {
|
|
49
|
+
AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
50
|
+
AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput,
|
|
51
|
+
} from "./commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand";
|
|
52
|
+
import {
|
|
53
|
+
AssociateAvailabilityZonesCommandInput,
|
|
54
|
+
AssociateAvailabilityZonesCommandOutput,
|
|
55
|
+
} from "./commands/AssociateAvailabilityZonesCommand";
|
|
48
56
|
import {
|
|
49
57
|
AssociateFirewallPolicyCommandInput,
|
|
50
58
|
AssociateFirewallPolicyCommandOutput,
|
|
@@ -81,6 +89,10 @@ import {
|
|
|
81
89
|
DeleteFirewallPolicyCommandInput,
|
|
82
90
|
DeleteFirewallPolicyCommandOutput,
|
|
83
91
|
} from "./commands/DeleteFirewallPolicyCommand";
|
|
92
|
+
import {
|
|
93
|
+
DeleteNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
94
|
+
DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput,
|
|
95
|
+
} from "./commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand";
|
|
84
96
|
import {
|
|
85
97
|
DeleteResourcePolicyCommandInput,
|
|
86
98
|
DeleteResourcePolicyCommandOutput,
|
|
@@ -129,6 +141,10 @@ import {
|
|
|
129
141
|
DescribeRuleGroupMetadataCommandInput,
|
|
130
142
|
DescribeRuleGroupMetadataCommandOutput,
|
|
131
143
|
} from "./commands/DescribeRuleGroupMetadataCommand";
|
|
144
|
+
import {
|
|
145
|
+
DescribeRuleGroupSummaryCommandInput,
|
|
146
|
+
DescribeRuleGroupSummaryCommandOutput,
|
|
147
|
+
} from "./commands/DescribeRuleGroupSummaryCommand";
|
|
132
148
|
import {
|
|
133
149
|
DescribeTLSInspectionConfigurationCommandInput,
|
|
134
150
|
DescribeTLSInspectionConfigurationCommandOutput,
|
|
@@ -137,6 +153,10 @@ import {
|
|
|
137
153
|
DescribeVpcEndpointAssociationCommandInput,
|
|
138
154
|
DescribeVpcEndpointAssociationCommandOutput,
|
|
139
155
|
} from "./commands/DescribeVpcEndpointAssociationCommand";
|
|
156
|
+
import {
|
|
157
|
+
DisassociateAvailabilityZonesCommandInput,
|
|
158
|
+
DisassociateAvailabilityZonesCommandOutput,
|
|
159
|
+
} from "./commands/DisassociateAvailabilityZonesCommand";
|
|
140
160
|
import {
|
|
141
161
|
DisassociateSubnetsCommandInput,
|
|
142
162
|
DisassociateSubnetsCommandOutput,
|
|
@@ -185,6 +205,10 @@ import {
|
|
|
185
205
|
PutResourcePolicyCommandInput,
|
|
186
206
|
PutResourcePolicyCommandOutput,
|
|
187
207
|
} from "./commands/PutResourcePolicyCommand";
|
|
208
|
+
import {
|
|
209
|
+
RejectNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
210
|
+
RejectNetworkFirewallTransitGatewayAttachmentCommandOutput,
|
|
211
|
+
} from "./commands/RejectNetworkFirewallTransitGatewayAttachmentCommand";
|
|
188
212
|
import {
|
|
189
213
|
StartAnalysisReportCommandInput,
|
|
190
214
|
StartAnalysisReportCommandOutput,
|
|
@@ -205,6 +229,10 @@ import {
|
|
|
205
229
|
UntagResourceCommandInput,
|
|
206
230
|
UntagResourceCommandOutput,
|
|
207
231
|
} from "./commands/UntagResourceCommand";
|
|
232
|
+
import {
|
|
233
|
+
UpdateAvailabilityZoneChangeProtectionCommandInput,
|
|
234
|
+
UpdateAvailabilityZoneChangeProtectionCommandOutput,
|
|
235
|
+
} from "./commands/UpdateAvailabilityZoneChangeProtectionCommand";
|
|
208
236
|
import {
|
|
209
237
|
UpdateFirewallAnalysisSettingsCommandInput,
|
|
210
238
|
UpdateFirewallAnalysisSettingsCommandOutput,
|
|
@@ -253,6 +281,8 @@ import {
|
|
|
253
281
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
254
282
|
export { __Client };
|
|
255
283
|
export type ServiceInputTypes =
|
|
284
|
+
| AcceptNetworkFirewallTransitGatewayAttachmentCommandInput
|
|
285
|
+
| AssociateAvailabilityZonesCommandInput
|
|
256
286
|
| AssociateFirewallPolicyCommandInput
|
|
257
287
|
| AssociateSubnetsCommandInput
|
|
258
288
|
| CreateFirewallCommandInput
|
|
@@ -262,6 +292,7 @@ export type ServiceInputTypes =
|
|
|
262
292
|
| CreateVpcEndpointAssociationCommandInput
|
|
263
293
|
| DeleteFirewallCommandInput
|
|
264
294
|
| DeleteFirewallPolicyCommandInput
|
|
295
|
+
| DeleteNetworkFirewallTransitGatewayAttachmentCommandInput
|
|
265
296
|
| DeleteResourcePolicyCommandInput
|
|
266
297
|
| DeleteRuleGroupCommandInput
|
|
267
298
|
| DeleteTLSInspectionConfigurationCommandInput
|
|
@@ -274,8 +305,10 @@ export type ServiceInputTypes =
|
|
|
274
305
|
| DescribeResourcePolicyCommandInput
|
|
275
306
|
| DescribeRuleGroupCommandInput
|
|
276
307
|
| DescribeRuleGroupMetadataCommandInput
|
|
308
|
+
| DescribeRuleGroupSummaryCommandInput
|
|
277
309
|
| DescribeTLSInspectionConfigurationCommandInput
|
|
278
310
|
| DescribeVpcEndpointAssociationCommandInput
|
|
311
|
+
| DisassociateAvailabilityZonesCommandInput
|
|
279
312
|
| DisassociateSubnetsCommandInput
|
|
280
313
|
| GetAnalysisReportResultsCommandInput
|
|
281
314
|
| ListAnalysisReportsCommandInput
|
|
@@ -288,11 +321,13 @@ export type ServiceInputTypes =
|
|
|
288
321
|
| ListTagsForResourceCommandInput
|
|
289
322
|
| ListVpcEndpointAssociationsCommandInput
|
|
290
323
|
| PutResourcePolicyCommandInput
|
|
324
|
+
| RejectNetworkFirewallTransitGatewayAttachmentCommandInput
|
|
291
325
|
| StartAnalysisReportCommandInput
|
|
292
326
|
| StartFlowCaptureCommandInput
|
|
293
327
|
| StartFlowFlushCommandInput
|
|
294
328
|
| TagResourceCommandInput
|
|
295
329
|
| UntagResourceCommandInput
|
|
330
|
+
| UpdateAvailabilityZoneChangeProtectionCommandInput
|
|
296
331
|
| UpdateFirewallAnalysisSettingsCommandInput
|
|
297
332
|
| UpdateFirewallDeleteProtectionCommandInput
|
|
298
333
|
| UpdateFirewallDescriptionCommandInput
|
|
@@ -304,6 +339,8 @@ export type ServiceInputTypes =
|
|
|
304
339
|
| UpdateSubnetChangeProtectionCommandInput
|
|
305
340
|
| UpdateTLSInspectionConfigurationCommandInput;
|
|
306
341
|
export type ServiceOutputTypes =
|
|
342
|
+
| AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
343
|
+
| AssociateAvailabilityZonesCommandOutput
|
|
307
344
|
| AssociateFirewallPolicyCommandOutput
|
|
308
345
|
| AssociateSubnetsCommandOutput
|
|
309
346
|
| CreateFirewallCommandOutput
|
|
@@ -313,6 +350,7 @@ export type ServiceOutputTypes =
|
|
|
313
350
|
| CreateVpcEndpointAssociationCommandOutput
|
|
314
351
|
| DeleteFirewallCommandOutput
|
|
315
352
|
| DeleteFirewallPolicyCommandOutput
|
|
353
|
+
| DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
316
354
|
| DeleteResourcePolicyCommandOutput
|
|
317
355
|
| DeleteRuleGroupCommandOutput
|
|
318
356
|
| DeleteTLSInspectionConfigurationCommandOutput
|
|
@@ -325,8 +363,10 @@ export type ServiceOutputTypes =
|
|
|
325
363
|
| DescribeResourcePolicyCommandOutput
|
|
326
364
|
| DescribeRuleGroupCommandOutput
|
|
327
365
|
| DescribeRuleGroupMetadataCommandOutput
|
|
366
|
+
| DescribeRuleGroupSummaryCommandOutput
|
|
328
367
|
| DescribeTLSInspectionConfigurationCommandOutput
|
|
329
368
|
| DescribeVpcEndpointAssociationCommandOutput
|
|
369
|
+
| DisassociateAvailabilityZonesCommandOutput
|
|
330
370
|
| DisassociateSubnetsCommandOutput
|
|
331
371
|
| GetAnalysisReportResultsCommandOutput
|
|
332
372
|
| ListAnalysisReportsCommandOutput
|
|
@@ -339,11 +379,13 @@ export type ServiceOutputTypes =
|
|
|
339
379
|
| ListTagsForResourceCommandOutput
|
|
340
380
|
| ListVpcEndpointAssociationsCommandOutput
|
|
341
381
|
| PutResourcePolicyCommandOutput
|
|
382
|
+
| RejectNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
342
383
|
| StartAnalysisReportCommandOutput
|
|
343
384
|
| StartFlowCaptureCommandOutput
|
|
344
385
|
| StartFlowFlushCommandOutput
|
|
345
386
|
| TagResourceCommandOutput
|
|
346
387
|
| UntagResourceCommandOutput
|
|
388
|
+
| UpdateAvailabilityZoneChangeProtectionCommandOutput
|
|
347
389
|
| UpdateFirewallAnalysisSettingsCommandOutput
|
|
348
390
|
| UpdateFirewallDeleteProtectionCommandOutput
|
|
349
391
|
| UpdateFirewallDescriptionCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
AcceptNetworkFirewallTransitGatewayAttachmentRequest,
|
|
5
|
+
AcceptNetworkFirewallTransitGatewayAttachmentResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NetworkFirewallClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NetworkFirewallClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface AcceptNetworkFirewallTransitGatewayAttachmentCommandInput
|
|
15
|
+
extends AcceptNetworkFirewallTransitGatewayAttachmentRequest {}
|
|
16
|
+
export interface AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
17
|
+
extends AcceptNetworkFirewallTransitGatewayAttachmentResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const AcceptNetworkFirewallTransitGatewayAttachmentCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
24
|
+
AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput,
|
|
25
|
+
NetworkFirewallClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
33
|
+
AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput,
|
|
34
|
+
NetworkFirewallClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class AcceptNetworkFirewallTransitGatewayAttachmentCommand extends AcceptNetworkFirewallTransitGatewayAttachmentCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AcceptNetworkFirewallTransitGatewayAttachmentRequest;
|
|
44
|
+
output: AcceptNetworkFirewallTransitGatewayAttachmentResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput;
|
|
48
|
+
output: AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|