@aws-sdk/client-network-firewall 3.817.0 → 3.819.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 +50 -2
- package/dist-cjs/index.js +198 -3
- package/dist-es/NetworkFirewall.js +10 -0
- package/dist-es/commands/CreateVpcEndpointAssociationCommand.js +22 -0
- package/dist-es/commands/DeleteVpcEndpointAssociationCommand.js +22 -0
- package/dist-es/commands/DescribeFirewallMetadataCommand.js +22 -0
- package/dist-es/commands/DescribeVpcEndpointAssociationCommand.js +22 -0
- package/dist-es/commands/ListVpcEndpointAssociationsCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/pagination/ListVpcEndpointAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_0.js +99 -0
- package/dist-types/NetworkFirewall.d.ts +50 -5
- package/dist-types/NetworkFirewallClient.d.ts +20 -7
- package/dist-types/commands/CreateFirewallCommand.d.ts +1 -0
- package/dist-types/commands/CreateVpcEndpointAssociationCommand.d.ts +150 -0
- package/dist-types/commands/DeleteFirewallCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVpcEndpointAssociationCommand.d.ts +137 -0
- package/dist-types/commands/DescribeFirewallCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFirewallMetadataCommand.d.ts +107 -0
- package/dist-types/commands/DescribeFlowOperationCommand.d.ts +4 -0
- package/dist-types/commands/DescribeVpcEndpointAssociationCommand.d.ts +127 -0
- package/dist-types/commands/ListFlowOperationResultsCommand.d.ts +4 -0
- package/dist-types/commands/ListFlowOperationsCommand.d.ts +2 -0
- package/dist-types/commands/ListVpcEndpointAssociationsCommand.d.ts +105 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +5 -4
- package/dist-types/commands/StartFlowCaptureCommand.d.ts +2 -0
- package/dist-types/commands/StartFlowFlushCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/index.d.ts +13 -5
- package/dist-types/models/models_0.d.ts +467 -43
- package/dist-types/pagination/ListVpcEndpointAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +45 -0
- package/dist-types/ts3.4/NetworkFirewall.d.ts +87 -0
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeFirewallMetadataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListVpcEndpointAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +83 -0
- package/dist-types/ts3.4/pagination/ListVpcEndpointAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +60 -0
- package/package.json +1 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListVpcEndpointAssociationsCommandInput, ListVpcEndpointAssociationsCommandOutput } from "../commands/ListVpcEndpointAssociationsCommand";
|
|
3
|
+
import { NetworkFirewallPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListVpcEndpointAssociations: (config: NetworkFirewallPaginationConfiguration, input: ListVpcEndpointAssociationsCommandInput, ...rest: any[]) => Paginator<ListVpcEndpointAssociationsCommandOutput>;
|
|
@@ -6,12 +6,15 @@ import { CreateFirewallCommandInput, CreateFirewallCommandOutput } from "../comm
|
|
|
6
6
|
import { CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput } from "../commands/CreateFirewallPolicyCommand";
|
|
7
7
|
import { CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput } from "../commands/CreateRuleGroupCommand";
|
|
8
8
|
import { CreateTLSInspectionConfigurationCommandInput, CreateTLSInspectionConfigurationCommandOutput } from "../commands/CreateTLSInspectionConfigurationCommand";
|
|
9
|
+
import { CreateVpcEndpointAssociationCommandInput, CreateVpcEndpointAssociationCommandOutput } from "../commands/CreateVpcEndpointAssociationCommand";
|
|
9
10
|
import { DeleteFirewallCommandInput, DeleteFirewallCommandOutput } from "../commands/DeleteFirewallCommand";
|
|
10
11
|
import { DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput } from "../commands/DeleteFirewallPolicyCommand";
|
|
11
12
|
import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
|
|
12
13
|
import { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "../commands/DeleteRuleGroupCommand";
|
|
13
14
|
import { DeleteTLSInspectionConfigurationCommandInput, DeleteTLSInspectionConfigurationCommandOutput } from "../commands/DeleteTLSInspectionConfigurationCommand";
|
|
15
|
+
import { DeleteVpcEndpointAssociationCommandInput, DeleteVpcEndpointAssociationCommandOutput } from "../commands/DeleteVpcEndpointAssociationCommand";
|
|
14
16
|
import { DescribeFirewallCommandInput, DescribeFirewallCommandOutput } from "../commands/DescribeFirewallCommand";
|
|
17
|
+
import { DescribeFirewallMetadataCommandInput, DescribeFirewallMetadataCommandOutput } from "../commands/DescribeFirewallMetadataCommand";
|
|
15
18
|
import { DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput } from "../commands/DescribeFirewallPolicyCommand";
|
|
16
19
|
import { DescribeFlowOperationCommandInput, DescribeFlowOperationCommandOutput } from "../commands/DescribeFlowOperationCommand";
|
|
17
20
|
import { DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput } from "../commands/DescribeLoggingConfigurationCommand";
|
|
@@ -19,6 +22,7 @@ import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput
|
|
|
19
22
|
import { DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput } from "../commands/DescribeRuleGroupCommand";
|
|
20
23
|
import { DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput } from "../commands/DescribeRuleGroupMetadataCommand";
|
|
21
24
|
import { DescribeTLSInspectionConfigurationCommandInput, DescribeTLSInspectionConfigurationCommandOutput } from "../commands/DescribeTLSInspectionConfigurationCommand";
|
|
25
|
+
import { DescribeVpcEndpointAssociationCommandInput, DescribeVpcEndpointAssociationCommandOutput } from "../commands/DescribeVpcEndpointAssociationCommand";
|
|
22
26
|
import { DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput } from "../commands/DisassociateSubnetsCommand";
|
|
23
27
|
import { GetAnalysisReportResultsCommandInput, GetAnalysisReportResultsCommandOutput } from "../commands/GetAnalysisReportResultsCommand";
|
|
24
28
|
import { ListAnalysisReportsCommandInput, ListAnalysisReportsCommandOutput } from "../commands/ListAnalysisReportsCommand";
|
|
@@ -29,6 +33,7 @@ import { ListFlowOperationsCommandInput, ListFlowOperationsCommandOutput } from
|
|
|
29
33
|
import { ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput } from "../commands/ListRuleGroupsCommand";
|
|
30
34
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
31
35
|
import { ListTLSInspectionConfigurationsCommandInput, ListTLSInspectionConfigurationsCommandOutput } from "../commands/ListTLSInspectionConfigurationsCommand";
|
|
36
|
+
import { ListVpcEndpointAssociationsCommandInput, ListVpcEndpointAssociationsCommandOutput } from "../commands/ListVpcEndpointAssociationsCommand";
|
|
32
37
|
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
|
|
33
38
|
import { StartAnalysisReportCommandInput, StartAnalysisReportCommandOutput } from "../commands/StartAnalysisReportCommand";
|
|
34
39
|
import { StartFlowCaptureCommandInput, StartFlowCaptureCommandOutput } from "../commands/StartFlowCaptureCommand";
|
|
@@ -69,6 +74,10 @@ export declare const se_CreateRuleGroupCommand: (input: CreateRuleGroupCommandIn
|
|
|
69
74
|
* serializeAws_json1_0CreateTLSInspectionConfigurationCommand
|
|
70
75
|
*/
|
|
71
76
|
export declare const se_CreateTLSInspectionConfigurationCommand: (input: CreateTLSInspectionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
/**
|
|
78
|
+
* serializeAws_json1_0CreateVpcEndpointAssociationCommand
|
|
79
|
+
*/
|
|
80
|
+
export declare const se_CreateVpcEndpointAssociationCommand: (input: CreateVpcEndpointAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
81
|
/**
|
|
73
82
|
* serializeAws_json1_0DeleteFirewallCommand
|
|
74
83
|
*/
|
|
@@ -89,10 +98,18 @@ export declare const se_DeleteRuleGroupCommand: (input: DeleteRuleGroupCommandIn
|
|
|
89
98
|
* serializeAws_json1_0DeleteTLSInspectionConfigurationCommand
|
|
90
99
|
*/
|
|
91
100
|
export declare const se_DeleteTLSInspectionConfigurationCommand: (input: DeleteTLSInspectionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
/**
|
|
102
|
+
* serializeAws_json1_0DeleteVpcEndpointAssociationCommand
|
|
103
|
+
*/
|
|
104
|
+
export declare const se_DeleteVpcEndpointAssociationCommand: (input: DeleteVpcEndpointAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
105
|
/**
|
|
93
106
|
* serializeAws_json1_0DescribeFirewallCommand
|
|
94
107
|
*/
|
|
95
108
|
export declare const se_DescribeFirewallCommand: (input: DescribeFirewallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
/**
|
|
110
|
+
* serializeAws_json1_0DescribeFirewallMetadataCommand
|
|
111
|
+
*/
|
|
112
|
+
export declare const se_DescribeFirewallMetadataCommand: (input: DescribeFirewallMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
113
|
/**
|
|
97
114
|
* serializeAws_json1_0DescribeFirewallPolicyCommand
|
|
98
115
|
*/
|
|
@@ -121,6 +138,10 @@ export declare const se_DescribeRuleGroupMetadataCommand: (input: DescribeRuleGr
|
|
|
121
138
|
* serializeAws_json1_0DescribeTLSInspectionConfigurationCommand
|
|
122
139
|
*/
|
|
123
140
|
export declare const se_DescribeTLSInspectionConfigurationCommand: (input: DescribeTLSInspectionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
+
/**
|
|
142
|
+
* serializeAws_json1_0DescribeVpcEndpointAssociationCommand
|
|
143
|
+
*/
|
|
144
|
+
export declare const se_DescribeVpcEndpointAssociationCommand: (input: DescribeVpcEndpointAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
145
|
/**
|
|
125
146
|
* serializeAws_json1_0DisassociateSubnetsCommand
|
|
126
147
|
*/
|
|
@@ -161,6 +182,10 @@ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceC
|
|
|
161
182
|
* serializeAws_json1_0ListTLSInspectionConfigurationsCommand
|
|
162
183
|
*/
|
|
163
184
|
export declare const se_ListTLSInspectionConfigurationsCommand: (input: ListTLSInspectionConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
|
+
/**
|
|
186
|
+
* serializeAws_json1_0ListVpcEndpointAssociationsCommand
|
|
187
|
+
*/
|
|
188
|
+
export declare const se_ListVpcEndpointAssociationsCommand: (input: ListVpcEndpointAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
164
189
|
/**
|
|
165
190
|
* serializeAws_json1_0PutResourcePolicyCommand
|
|
166
191
|
*/
|
|
@@ -249,6 +274,10 @@ export declare const de_CreateRuleGroupCommand: (output: __HttpResponse, context
|
|
|
249
274
|
* deserializeAws_json1_0CreateTLSInspectionConfigurationCommand
|
|
250
275
|
*/
|
|
251
276
|
export declare const de_CreateTLSInspectionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTLSInspectionConfigurationCommandOutput>;
|
|
277
|
+
/**
|
|
278
|
+
* deserializeAws_json1_0CreateVpcEndpointAssociationCommand
|
|
279
|
+
*/
|
|
280
|
+
export declare const de_CreateVpcEndpointAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcEndpointAssociationCommandOutput>;
|
|
252
281
|
/**
|
|
253
282
|
* deserializeAws_json1_0DeleteFirewallCommand
|
|
254
283
|
*/
|
|
@@ -269,10 +298,18 @@ export declare const de_DeleteRuleGroupCommand: (output: __HttpResponse, context
|
|
|
269
298
|
* deserializeAws_json1_0DeleteTLSInspectionConfigurationCommand
|
|
270
299
|
*/
|
|
271
300
|
export declare const de_DeleteTLSInspectionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTLSInspectionConfigurationCommandOutput>;
|
|
301
|
+
/**
|
|
302
|
+
* deserializeAws_json1_0DeleteVpcEndpointAssociationCommand
|
|
303
|
+
*/
|
|
304
|
+
export declare const de_DeleteVpcEndpointAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcEndpointAssociationCommandOutput>;
|
|
272
305
|
/**
|
|
273
306
|
* deserializeAws_json1_0DescribeFirewallCommand
|
|
274
307
|
*/
|
|
275
308
|
export declare const de_DescribeFirewallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFirewallCommandOutput>;
|
|
309
|
+
/**
|
|
310
|
+
* deserializeAws_json1_0DescribeFirewallMetadataCommand
|
|
311
|
+
*/
|
|
312
|
+
export declare const de_DescribeFirewallMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFirewallMetadataCommandOutput>;
|
|
276
313
|
/**
|
|
277
314
|
* deserializeAws_json1_0DescribeFirewallPolicyCommand
|
|
278
315
|
*/
|
|
@@ -301,6 +338,10 @@ export declare const de_DescribeRuleGroupMetadataCommand: (output: __HttpRespons
|
|
|
301
338
|
* deserializeAws_json1_0DescribeTLSInspectionConfigurationCommand
|
|
302
339
|
*/
|
|
303
340
|
export declare const de_DescribeTLSInspectionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTLSInspectionConfigurationCommandOutput>;
|
|
341
|
+
/**
|
|
342
|
+
* deserializeAws_json1_0DescribeVpcEndpointAssociationCommand
|
|
343
|
+
*/
|
|
344
|
+
export declare const de_DescribeVpcEndpointAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcEndpointAssociationCommandOutput>;
|
|
304
345
|
/**
|
|
305
346
|
* deserializeAws_json1_0DisassociateSubnetsCommand
|
|
306
347
|
*/
|
|
@@ -341,6 +382,10 @@ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, con
|
|
|
341
382
|
* deserializeAws_json1_0ListTLSInspectionConfigurationsCommand
|
|
342
383
|
*/
|
|
343
384
|
export declare const de_ListTLSInspectionConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTLSInspectionConfigurationsCommandOutput>;
|
|
385
|
+
/**
|
|
386
|
+
* deserializeAws_json1_0ListVpcEndpointAssociationsCommand
|
|
387
|
+
*/
|
|
388
|
+
export declare const de_ListVpcEndpointAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVpcEndpointAssociationsCommandOutput>;
|
|
344
389
|
/**
|
|
345
390
|
* deserializeAws_json1_0PutResourcePolicyCommand
|
|
346
391
|
*/
|
|
@@ -23,6 +23,10 @@ import {
|
|
|
23
23
|
CreateTLSInspectionConfigurationCommandInput,
|
|
24
24
|
CreateTLSInspectionConfigurationCommandOutput,
|
|
25
25
|
} from "./commands/CreateTLSInspectionConfigurationCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateVpcEndpointAssociationCommandInput,
|
|
28
|
+
CreateVpcEndpointAssociationCommandOutput,
|
|
29
|
+
} from "./commands/CreateVpcEndpointAssociationCommand";
|
|
26
30
|
import {
|
|
27
31
|
DeleteFirewallCommandInput,
|
|
28
32
|
DeleteFirewallCommandOutput,
|
|
@@ -43,10 +47,18 @@ import {
|
|
|
43
47
|
DeleteTLSInspectionConfigurationCommandInput,
|
|
44
48
|
DeleteTLSInspectionConfigurationCommandOutput,
|
|
45
49
|
} from "./commands/DeleteTLSInspectionConfigurationCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteVpcEndpointAssociationCommandInput,
|
|
52
|
+
DeleteVpcEndpointAssociationCommandOutput,
|
|
53
|
+
} from "./commands/DeleteVpcEndpointAssociationCommand";
|
|
46
54
|
import {
|
|
47
55
|
DescribeFirewallCommandInput,
|
|
48
56
|
DescribeFirewallCommandOutput,
|
|
49
57
|
} from "./commands/DescribeFirewallCommand";
|
|
58
|
+
import {
|
|
59
|
+
DescribeFirewallMetadataCommandInput,
|
|
60
|
+
DescribeFirewallMetadataCommandOutput,
|
|
61
|
+
} from "./commands/DescribeFirewallMetadataCommand";
|
|
50
62
|
import {
|
|
51
63
|
DescribeFirewallPolicyCommandInput,
|
|
52
64
|
DescribeFirewallPolicyCommandOutput,
|
|
@@ -75,6 +87,10 @@ import {
|
|
|
75
87
|
DescribeTLSInspectionConfigurationCommandInput,
|
|
76
88
|
DescribeTLSInspectionConfigurationCommandOutput,
|
|
77
89
|
} from "./commands/DescribeTLSInspectionConfigurationCommand";
|
|
90
|
+
import {
|
|
91
|
+
DescribeVpcEndpointAssociationCommandInput,
|
|
92
|
+
DescribeVpcEndpointAssociationCommandOutput,
|
|
93
|
+
} from "./commands/DescribeVpcEndpointAssociationCommand";
|
|
78
94
|
import {
|
|
79
95
|
DisassociateSubnetsCommandInput,
|
|
80
96
|
DisassociateSubnetsCommandOutput,
|
|
@@ -115,6 +131,10 @@ import {
|
|
|
115
131
|
ListTLSInspectionConfigurationsCommandInput,
|
|
116
132
|
ListTLSInspectionConfigurationsCommandOutput,
|
|
117
133
|
} from "./commands/ListTLSInspectionConfigurationsCommand";
|
|
134
|
+
import {
|
|
135
|
+
ListVpcEndpointAssociationsCommandInput,
|
|
136
|
+
ListVpcEndpointAssociationsCommandOutput,
|
|
137
|
+
} from "./commands/ListVpcEndpointAssociationsCommand";
|
|
118
138
|
import {
|
|
119
139
|
PutResourcePolicyCommandInput,
|
|
120
140
|
PutResourcePolicyCommandOutput,
|
|
@@ -259,6 +279,19 @@ export interface NetworkFirewall {
|
|
|
259
279
|
options: __HttpHandlerOptions,
|
|
260
280
|
cb: (err: any, data?: CreateTLSInspectionConfigurationCommandOutput) => void
|
|
261
281
|
): void;
|
|
282
|
+
createVpcEndpointAssociation(
|
|
283
|
+
args: CreateVpcEndpointAssociationCommandInput,
|
|
284
|
+
options?: __HttpHandlerOptions
|
|
285
|
+
): Promise<CreateVpcEndpointAssociationCommandOutput>;
|
|
286
|
+
createVpcEndpointAssociation(
|
|
287
|
+
args: CreateVpcEndpointAssociationCommandInput,
|
|
288
|
+
cb: (err: any, data?: CreateVpcEndpointAssociationCommandOutput) => void
|
|
289
|
+
): void;
|
|
290
|
+
createVpcEndpointAssociation(
|
|
291
|
+
args: CreateVpcEndpointAssociationCommandInput,
|
|
292
|
+
options: __HttpHandlerOptions,
|
|
293
|
+
cb: (err: any, data?: CreateVpcEndpointAssociationCommandOutput) => void
|
|
294
|
+
): void;
|
|
262
295
|
deleteFirewall(): Promise<DeleteFirewallCommandOutput>;
|
|
263
296
|
deleteFirewall(
|
|
264
297
|
args: DeleteFirewallCommandInput,
|
|
@@ -328,6 +361,19 @@ export interface NetworkFirewall {
|
|
|
328
361
|
options: __HttpHandlerOptions,
|
|
329
362
|
cb: (err: any, data?: DeleteTLSInspectionConfigurationCommandOutput) => void
|
|
330
363
|
): void;
|
|
364
|
+
deleteVpcEndpointAssociation(
|
|
365
|
+
args: DeleteVpcEndpointAssociationCommandInput,
|
|
366
|
+
options?: __HttpHandlerOptions
|
|
367
|
+
): Promise<DeleteVpcEndpointAssociationCommandOutput>;
|
|
368
|
+
deleteVpcEndpointAssociation(
|
|
369
|
+
args: DeleteVpcEndpointAssociationCommandInput,
|
|
370
|
+
cb: (err: any, data?: DeleteVpcEndpointAssociationCommandOutput) => void
|
|
371
|
+
): void;
|
|
372
|
+
deleteVpcEndpointAssociation(
|
|
373
|
+
args: DeleteVpcEndpointAssociationCommandInput,
|
|
374
|
+
options: __HttpHandlerOptions,
|
|
375
|
+
cb: (err: any, data?: DeleteVpcEndpointAssociationCommandOutput) => void
|
|
376
|
+
): void;
|
|
331
377
|
describeFirewall(): Promise<DescribeFirewallCommandOutput>;
|
|
332
378
|
describeFirewall(
|
|
333
379
|
args: DescribeFirewallCommandInput,
|
|
@@ -342,6 +388,20 @@ export interface NetworkFirewall {
|
|
|
342
388
|
options: __HttpHandlerOptions,
|
|
343
389
|
cb: (err: any, data?: DescribeFirewallCommandOutput) => void
|
|
344
390
|
): void;
|
|
391
|
+
describeFirewallMetadata(): Promise<DescribeFirewallMetadataCommandOutput>;
|
|
392
|
+
describeFirewallMetadata(
|
|
393
|
+
args: DescribeFirewallMetadataCommandInput,
|
|
394
|
+
options?: __HttpHandlerOptions
|
|
395
|
+
): Promise<DescribeFirewallMetadataCommandOutput>;
|
|
396
|
+
describeFirewallMetadata(
|
|
397
|
+
args: DescribeFirewallMetadataCommandInput,
|
|
398
|
+
cb: (err: any, data?: DescribeFirewallMetadataCommandOutput) => void
|
|
399
|
+
): void;
|
|
400
|
+
describeFirewallMetadata(
|
|
401
|
+
args: DescribeFirewallMetadataCommandInput,
|
|
402
|
+
options: __HttpHandlerOptions,
|
|
403
|
+
cb: (err: any, data?: DescribeFirewallMetadataCommandOutput) => void
|
|
404
|
+
): void;
|
|
345
405
|
describeFirewallPolicy(): Promise<DescribeFirewallPolicyCommandOutput>;
|
|
346
406
|
describeFirewallPolicy(
|
|
347
407
|
args: DescribeFirewallPolicyCommandInput,
|
|
@@ -444,6 +504,19 @@ export interface NetworkFirewall {
|
|
|
444
504
|
data?: DescribeTLSInspectionConfigurationCommandOutput
|
|
445
505
|
) => void
|
|
446
506
|
): void;
|
|
507
|
+
describeVpcEndpointAssociation(
|
|
508
|
+
args: DescribeVpcEndpointAssociationCommandInput,
|
|
509
|
+
options?: __HttpHandlerOptions
|
|
510
|
+
): Promise<DescribeVpcEndpointAssociationCommandOutput>;
|
|
511
|
+
describeVpcEndpointAssociation(
|
|
512
|
+
args: DescribeVpcEndpointAssociationCommandInput,
|
|
513
|
+
cb: (err: any, data?: DescribeVpcEndpointAssociationCommandOutput) => void
|
|
514
|
+
): void;
|
|
515
|
+
describeVpcEndpointAssociation(
|
|
516
|
+
args: DescribeVpcEndpointAssociationCommandInput,
|
|
517
|
+
options: __HttpHandlerOptions,
|
|
518
|
+
cb: (err: any, data?: DescribeVpcEndpointAssociationCommandOutput) => void
|
|
519
|
+
): void;
|
|
447
520
|
disassociateSubnets(
|
|
448
521
|
args: DisassociateSubnetsCommandInput,
|
|
449
522
|
options?: __HttpHandlerOptions
|
|
@@ -579,6 +652,20 @@ export interface NetworkFirewall {
|
|
|
579
652
|
options: __HttpHandlerOptions,
|
|
580
653
|
cb: (err: any, data?: ListTLSInspectionConfigurationsCommandOutput) => void
|
|
581
654
|
): void;
|
|
655
|
+
listVpcEndpointAssociations(): Promise<ListVpcEndpointAssociationsCommandOutput>;
|
|
656
|
+
listVpcEndpointAssociations(
|
|
657
|
+
args: ListVpcEndpointAssociationsCommandInput,
|
|
658
|
+
options?: __HttpHandlerOptions
|
|
659
|
+
): Promise<ListVpcEndpointAssociationsCommandOutput>;
|
|
660
|
+
listVpcEndpointAssociations(
|
|
661
|
+
args: ListVpcEndpointAssociationsCommandInput,
|
|
662
|
+
cb: (err: any, data?: ListVpcEndpointAssociationsCommandOutput) => void
|
|
663
|
+
): void;
|
|
664
|
+
listVpcEndpointAssociations(
|
|
665
|
+
args: ListVpcEndpointAssociationsCommandInput,
|
|
666
|
+
options: __HttpHandlerOptions,
|
|
667
|
+
cb: (err: any, data?: ListVpcEndpointAssociationsCommandOutput) => void
|
|
668
|
+
): void;
|
|
582
669
|
putResourcePolicy(
|
|
583
670
|
args: PutResourcePolicyCommandInput,
|
|
584
671
|
options?: __HttpHandlerOptions
|
|
@@ -69,6 +69,10 @@ import {
|
|
|
69
69
|
CreateTLSInspectionConfigurationCommandInput,
|
|
70
70
|
CreateTLSInspectionConfigurationCommandOutput,
|
|
71
71
|
} from "./commands/CreateTLSInspectionConfigurationCommand";
|
|
72
|
+
import {
|
|
73
|
+
CreateVpcEndpointAssociationCommandInput,
|
|
74
|
+
CreateVpcEndpointAssociationCommandOutput,
|
|
75
|
+
} from "./commands/CreateVpcEndpointAssociationCommand";
|
|
72
76
|
import {
|
|
73
77
|
DeleteFirewallCommandInput,
|
|
74
78
|
DeleteFirewallCommandOutput,
|
|
@@ -89,10 +93,18 @@ import {
|
|
|
89
93
|
DeleteTLSInspectionConfigurationCommandInput,
|
|
90
94
|
DeleteTLSInspectionConfigurationCommandOutput,
|
|
91
95
|
} from "./commands/DeleteTLSInspectionConfigurationCommand";
|
|
96
|
+
import {
|
|
97
|
+
DeleteVpcEndpointAssociationCommandInput,
|
|
98
|
+
DeleteVpcEndpointAssociationCommandOutput,
|
|
99
|
+
} from "./commands/DeleteVpcEndpointAssociationCommand";
|
|
92
100
|
import {
|
|
93
101
|
DescribeFirewallCommandInput,
|
|
94
102
|
DescribeFirewallCommandOutput,
|
|
95
103
|
} from "./commands/DescribeFirewallCommand";
|
|
104
|
+
import {
|
|
105
|
+
DescribeFirewallMetadataCommandInput,
|
|
106
|
+
DescribeFirewallMetadataCommandOutput,
|
|
107
|
+
} from "./commands/DescribeFirewallMetadataCommand";
|
|
96
108
|
import {
|
|
97
109
|
DescribeFirewallPolicyCommandInput,
|
|
98
110
|
DescribeFirewallPolicyCommandOutput,
|
|
@@ -121,6 +133,10 @@ import {
|
|
|
121
133
|
DescribeTLSInspectionConfigurationCommandInput,
|
|
122
134
|
DescribeTLSInspectionConfigurationCommandOutput,
|
|
123
135
|
} from "./commands/DescribeTLSInspectionConfigurationCommand";
|
|
136
|
+
import {
|
|
137
|
+
DescribeVpcEndpointAssociationCommandInput,
|
|
138
|
+
DescribeVpcEndpointAssociationCommandOutput,
|
|
139
|
+
} from "./commands/DescribeVpcEndpointAssociationCommand";
|
|
124
140
|
import {
|
|
125
141
|
DisassociateSubnetsCommandInput,
|
|
126
142
|
DisassociateSubnetsCommandOutput,
|
|
@@ -161,6 +177,10 @@ import {
|
|
|
161
177
|
ListTLSInspectionConfigurationsCommandInput,
|
|
162
178
|
ListTLSInspectionConfigurationsCommandOutput,
|
|
163
179
|
} from "./commands/ListTLSInspectionConfigurationsCommand";
|
|
180
|
+
import {
|
|
181
|
+
ListVpcEndpointAssociationsCommandInput,
|
|
182
|
+
ListVpcEndpointAssociationsCommandOutput,
|
|
183
|
+
} from "./commands/ListVpcEndpointAssociationsCommand";
|
|
164
184
|
import {
|
|
165
185
|
PutResourcePolicyCommandInput,
|
|
166
186
|
PutResourcePolicyCommandOutput,
|
|
@@ -239,12 +259,15 @@ export type ServiceInputTypes =
|
|
|
239
259
|
| CreateFirewallPolicyCommandInput
|
|
240
260
|
| CreateRuleGroupCommandInput
|
|
241
261
|
| CreateTLSInspectionConfigurationCommandInput
|
|
262
|
+
| CreateVpcEndpointAssociationCommandInput
|
|
242
263
|
| DeleteFirewallCommandInput
|
|
243
264
|
| DeleteFirewallPolicyCommandInput
|
|
244
265
|
| DeleteResourcePolicyCommandInput
|
|
245
266
|
| DeleteRuleGroupCommandInput
|
|
246
267
|
| DeleteTLSInspectionConfigurationCommandInput
|
|
268
|
+
| DeleteVpcEndpointAssociationCommandInput
|
|
247
269
|
| DescribeFirewallCommandInput
|
|
270
|
+
| DescribeFirewallMetadataCommandInput
|
|
248
271
|
| DescribeFirewallPolicyCommandInput
|
|
249
272
|
| DescribeFlowOperationCommandInput
|
|
250
273
|
| DescribeLoggingConfigurationCommandInput
|
|
@@ -252,6 +275,7 @@ export type ServiceInputTypes =
|
|
|
252
275
|
| DescribeRuleGroupCommandInput
|
|
253
276
|
| DescribeRuleGroupMetadataCommandInput
|
|
254
277
|
| DescribeTLSInspectionConfigurationCommandInput
|
|
278
|
+
| DescribeVpcEndpointAssociationCommandInput
|
|
255
279
|
| DisassociateSubnetsCommandInput
|
|
256
280
|
| GetAnalysisReportResultsCommandInput
|
|
257
281
|
| ListAnalysisReportsCommandInput
|
|
@@ -262,6 +286,7 @@ export type ServiceInputTypes =
|
|
|
262
286
|
| ListRuleGroupsCommandInput
|
|
263
287
|
| ListTLSInspectionConfigurationsCommandInput
|
|
264
288
|
| ListTagsForResourceCommandInput
|
|
289
|
+
| ListVpcEndpointAssociationsCommandInput
|
|
265
290
|
| PutResourcePolicyCommandInput
|
|
266
291
|
| StartAnalysisReportCommandInput
|
|
267
292
|
| StartFlowCaptureCommandInput
|
|
@@ -285,12 +310,15 @@ export type ServiceOutputTypes =
|
|
|
285
310
|
| CreateFirewallPolicyCommandOutput
|
|
286
311
|
| CreateRuleGroupCommandOutput
|
|
287
312
|
| CreateTLSInspectionConfigurationCommandOutput
|
|
313
|
+
| CreateVpcEndpointAssociationCommandOutput
|
|
288
314
|
| DeleteFirewallCommandOutput
|
|
289
315
|
| DeleteFirewallPolicyCommandOutput
|
|
290
316
|
| DeleteResourcePolicyCommandOutput
|
|
291
317
|
| DeleteRuleGroupCommandOutput
|
|
292
318
|
| DeleteTLSInspectionConfigurationCommandOutput
|
|
319
|
+
| DeleteVpcEndpointAssociationCommandOutput
|
|
293
320
|
| DescribeFirewallCommandOutput
|
|
321
|
+
| DescribeFirewallMetadataCommandOutput
|
|
294
322
|
| DescribeFirewallPolicyCommandOutput
|
|
295
323
|
| DescribeFlowOperationCommandOutput
|
|
296
324
|
| DescribeLoggingConfigurationCommandOutput
|
|
@@ -298,6 +326,7 @@ export type ServiceOutputTypes =
|
|
|
298
326
|
| DescribeRuleGroupCommandOutput
|
|
299
327
|
| DescribeRuleGroupMetadataCommandOutput
|
|
300
328
|
| DescribeTLSInspectionConfigurationCommandOutput
|
|
329
|
+
| DescribeVpcEndpointAssociationCommandOutput
|
|
301
330
|
| DisassociateSubnetsCommandOutput
|
|
302
331
|
| GetAnalysisReportResultsCommandOutput
|
|
303
332
|
| ListAnalysisReportsCommandOutput
|
|
@@ -308,6 +337,7 @@ export type ServiceOutputTypes =
|
|
|
308
337
|
| ListRuleGroupsCommandOutput
|
|
309
338
|
| ListTLSInspectionConfigurationsCommandOutput
|
|
310
339
|
| ListTagsForResourceCommandOutput
|
|
340
|
+
| ListVpcEndpointAssociationsCommandOutput
|
|
311
341
|
| PutResourcePolicyCommandOutput
|
|
312
342
|
| StartAnalysisReportCommandOutput
|
|
313
343
|
| StartFlowCaptureCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateVpcEndpointAssociationRequest,
|
|
5
|
+
CreateVpcEndpointAssociationResponse,
|
|
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 CreateVpcEndpointAssociationCommandInput
|
|
15
|
+
extends CreateVpcEndpointAssociationRequest {}
|
|
16
|
+
export interface CreateVpcEndpointAssociationCommandOutput
|
|
17
|
+
extends CreateVpcEndpointAssociationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateVpcEndpointAssociationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateVpcEndpointAssociationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateVpcEndpointAssociationCommandInput,
|
|
24
|
+
CreateVpcEndpointAssociationCommandOutput,
|
|
25
|
+
NetworkFirewallClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateVpcEndpointAssociationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateVpcEndpointAssociationCommandInput,
|
|
33
|
+
CreateVpcEndpointAssociationCommandOutput,
|
|
34
|
+
NetworkFirewallClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateVpcEndpointAssociationCommand extends CreateVpcEndpointAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateVpcEndpointAssociationRequest;
|
|
44
|
+
output: CreateVpcEndpointAssociationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateVpcEndpointAssociationCommandInput;
|
|
48
|
+
output: CreateVpcEndpointAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteVpcEndpointAssociationRequest,
|
|
5
|
+
DeleteVpcEndpointAssociationResponse,
|
|
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 DeleteVpcEndpointAssociationCommandInput
|
|
15
|
+
extends DeleteVpcEndpointAssociationRequest {}
|
|
16
|
+
export interface DeleteVpcEndpointAssociationCommandOutput
|
|
17
|
+
extends DeleteVpcEndpointAssociationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteVpcEndpointAssociationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteVpcEndpointAssociationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteVpcEndpointAssociationCommandInput,
|
|
24
|
+
DeleteVpcEndpointAssociationCommandOutput,
|
|
25
|
+
NetworkFirewallClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteVpcEndpointAssociationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteVpcEndpointAssociationCommandInput,
|
|
33
|
+
DeleteVpcEndpointAssociationCommandOutput,
|
|
34
|
+
NetworkFirewallClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteVpcEndpointAssociationCommand extends DeleteVpcEndpointAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteVpcEndpointAssociationRequest;
|
|
44
|
+
output: DeleteVpcEndpointAssociationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteVpcEndpointAssociationCommandInput;
|
|
48
|
+
output: DeleteVpcEndpointAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeFirewallMetadataRequest,
|
|
5
|
+
DescribeFirewallMetadataResponse,
|
|
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 DescribeFirewallMetadataCommandInput
|
|
15
|
+
extends DescribeFirewallMetadataRequest {}
|
|
16
|
+
export interface DescribeFirewallMetadataCommandOutput
|
|
17
|
+
extends DescribeFirewallMetadataResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeFirewallMetadataCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeFirewallMetadataCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeFirewallMetadataCommandInput,
|
|
24
|
+
DescribeFirewallMetadataCommandOutput,
|
|
25
|
+
NetworkFirewallClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [DescribeFirewallMetadataCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeFirewallMetadataCommandInput,
|
|
33
|
+
DescribeFirewallMetadataCommandOutput,
|
|
34
|
+
NetworkFirewallClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeFirewallMetadataCommand extends DescribeFirewallMetadataCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeFirewallMetadataRequest;
|
|
44
|
+
output: DescribeFirewallMetadataResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeFirewallMetadataCommandInput;
|
|
48
|
+
output: DescribeFirewallMetadataCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeVpcEndpointAssociationRequest,
|
|
5
|
+
DescribeVpcEndpointAssociationResponse,
|
|
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 DescribeVpcEndpointAssociationCommandInput
|
|
15
|
+
extends DescribeVpcEndpointAssociationRequest {}
|
|
16
|
+
export interface DescribeVpcEndpointAssociationCommandOutput
|
|
17
|
+
extends DescribeVpcEndpointAssociationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeVpcEndpointAssociationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeVpcEndpointAssociationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeVpcEndpointAssociationCommandInput,
|
|
24
|
+
DescribeVpcEndpointAssociationCommandOutput,
|
|
25
|
+
NetworkFirewallClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DescribeVpcEndpointAssociationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeVpcEndpointAssociationCommandInput,
|
|
33
|
+
DescribeVpcEndpointAssociationCommandOutput,
|
|
34
|
+
NetworkFirewallClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeVpcEndpointAssociationCommand extends DescribeVpcEndpointAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeVpcEndpointAssociationRequest;
|
|
44
|
+
output: DescribeVpcEndpointAssociationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeVpcEndpointAssociationCommandInput;
|
|
48
|
+
output: DescribeVpcEndpointAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListVpcEndpointAssociationsRequest,
|
|
5
|
+
ListVpcEndpointAssociationsResponse,
|
|
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 ListVpcEndpointAssociationsCommandInput
|
|
15
|
+
extends ListVpcEndpointAssociationsRequest {}
|
|
16
|
+
export interface ListVpcEndpointAssociationsCommandOutput
|
|
17
|
+
extends ListVpcEndpointAssociationsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListVpcEndpointAssociationsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListVpcEndpointAssociationsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListVpcEndpointAssociationsCommandInput,
|
|
24
|
+
ListVpcEndpointAssociationsCommandOutput,
|
|
25
|
+
NetworkFirewallClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListVpcEndpointAssociationsCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListVpcEndpointAssociationsCommandInput,
|
|
33
|
+
ListVpcEndpointAssociationsCommandOutput,
|
|
34
|
+
NetworkFirewallClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListVpcEndpointAssociationsCommand extends ListVpcEndpointAssociationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListVpcEndpointAssociationsRequest;
|
|
44
|
+
output: ListVpcEndpointAssociationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListVpcEndpointAssociationsCommandInput;
|
|
48
|
+
output: ListVpcEndpointAssociationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|