@aws-sdk/client-network-firewall 3.1087.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/NetworkFirewall.d.ts +272 -343
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +11 -36
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateAvailabilityZonesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/AttachRuleGroupsToProxyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateContainerAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProxyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateProxyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateProxyRuleGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProxyRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateTLSInspectionConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateVpcEndpointAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteContainerAssociationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteProxyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteProxyConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteProxyRuleGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteProxyRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DeleteTLSInspectionConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteVpcEndpointAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeContainerAssociationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeFirewallMetadataCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeFlowOperationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeProxyCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DescribeProxyConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeProxyRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeProxyRuleGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeRuleGroupSummaryCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeTLSInspectionConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DetachRuleGroupsFromProxyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateAvailabilityZonesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAnalysisReportResultsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAnalysisReportsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListContainerAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListFlowOperationResultsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListFlowOperationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListProxiesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListProxyConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListProxyRuleGroupsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTLSInspectionConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVpcEndpointAssociationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartAnalysisReportCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartFlowCaptureCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartFlowFlushCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAvailabilityZoneChangeProtectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateContainerAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateFirewallAnalysisSettingsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateProxyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateProxyConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateProxyRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateProxyRuleGroupPrioritiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateProxyRulePrioritiesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateTLSInspectionConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +21 -42
- package/dist-types/ts3.4/models/errors.d.ts +12 -39
- package/dist-types/ts3.4/models/models_0.d.ts +17 -51
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListProxiesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -35,10 +35,7 @@ import {
|
|
|
35
35
|
CreateFirewallPolicyCommandInput,
|
|
36
36
|
CreateFirewallPolicyCommandOutput,
|
|
37
37
|
} from "./commands/CreateFirewallPolicyCommand";
|
|
38
|
-
import {
|
|
39
|
-
CreateProxyCommandInput,
|
|
40
|
-
CreateProxyCommandOutput,
|
|
41
|
-
} from "./commands/CreateProxyCommand";
|
|
38
|
+
import { CreateProxyCommandInput, CreateProxyCommandOutput } from "./commands/CreateProxyCommand";
|
|
42
39
|
import {
|
|
43
40
|
CreateProxyConfigurationCommandInput,
|
|
44
41
|
CreateProxyConfigurationCommandOutput,
|
|
@@ -79,10 +76,7 @@ import {
|
|
|
79
76
|
DeleteNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
80
77
|
DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput,
|
|
81
78
|
} from "./commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand";
|
|
82
|
-
import {
|
|
83
|
-
DeleteProxyCommandInput,
|
|
84
|
-
DeleteProxyCommandOutput,
|
|
85
|
-
} from "./commands/DeleteProxyCommand";
|
|
79
|
+
import { DeleteProxyCommandInput, DeleteProxyCommandOutput } from "./commands/DeleteProxyCommand";
|
|
86
80
|
import {
|
|
87
81
|
DeleteProxyConfigurationCommandInput,
|
|
88
82
|
DeleteProxyConfigurationCommandOutput,
|
|
@@ -215,10 +209,7 @@ import {
|
|
|
215
209
|
ListFlowOperationsCommandInput,
|
|
216
210
|
ListFlowOperationsCommandOutput,
|
|
217
211
|
} from "./commands/ListFlowOperationsCommand";
|
|
218
|
-
import {
|
|
219
|
-
ListProxiesCommandInput,
|
|
220
|
-
ListProxiesCommandOutput,
|
|
221
|
-
} from "./commands/ListProxiesCommand";
|
|
212
|
+
import { ListProxiesCommandInput, ListProxiesCommandOutput } from "./commands/ListProxiesCommand";
|
|
222
213
|
import {
|
|
223
214
|
ListProxyConfigurationsCommandInput,
|
|
224
215
|
ListProxyConfigurationsCommandOutput,
|
|
@@ -263,10 +254,7 @@ import {
|
|
|
263
254
|
StartFlowFlushCommandInput,
|
|
264
255
|
StartFlowFlushCommandOutput,
|
|
265
256
|
} from "./commands/StartFlowFlushCommand";
|
|
266
|
-
import {
|
|
267
|
-
TagResourceCommandInput,
|
|
268
|
-
TagResourceCommandOutput,
|
|
269
|
-
} from "./commands/TagResourceCommand";
|
|
257
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
270
258
|
import {
|
|
271
259
|
UntagResourceCommandInput,
|
|
272
260
|
UntagResourceCommandOutput,
|
|
@@ -307,10 +295,7 @@ import {
|
|
|
307
295
|
UpdateLoggingConfigurationCommandInput,
|
|
308
296
|
UpdateLoggingConfigurationCommandOutput,
|
|
309
297
|
} from "./commands/UpdateLoggingConfigurationCommand";
|
|
310
|
-
import {
|
|
311
|
-
UpdateProxyCommandInput,
|
|
312
|
-
UpdateProxyCommandOutput,
|
|
313
|
-
} from "./commands/UpdateProxyCommand";
|
|
298
|
+
import { UpdateProxyCommandInput, UpdateProxyCommandOutput } from "./commands/UpdateProxyCommand";
|
|
314
299
|
import {
|
|
315
300
|
UpdateProxyConfigurationCommandInput,
|
|
316
301
|
UpdateProxyConfigurationCommandOutput,
|
|
@@ -343,1282 +328,1226 @@ import { NetworkFirewallClient } from "./NetworkFirewallClient";
|
|
|
343
328
|
export interface NetworkFirewall {
|
|
344
329
|
acceptNetworkFirewallTransitGatewayAttachment(
|
|
345
330
|
args: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
346
|
-
options?: __HttpHandlerOptions
|
|
331
|
+
options?: __HttpHandlerOptions,
|
|
347
332
|
): Promise<AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput>;
|
|
348
333
|
acceptNetworkFirewallTransitGatewayAttachment(
|
|
349
334
|
args: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
350
|
-
cb: (
|
|
351
|
-
err: any,
|
|
352
|
-
data?: AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
353
|
-
) => void
|
|
335
|
+
cb: (err: any, data?: AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput) => void,
|
|
354
336
|
): void;
|
|
355
337
|
acceptNetworkFirewallTransitGatewayAttachment(
|
|
356
338
|
args: AcceptNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
357
339
|
options: __HttpHandlerOptions,
|
|
358
|
-
cb: (
|
|
359
|
-
err: any,
|
|
360
|
-
data?: AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
361
|
-
) => void
|
|
340
|
+
cb: (err: any, data?: AcceptNetworkFirewallTransitGatewayAttachmentCommandOutput) => void,
|
|
362
341
|
): void;
|
|
363
342
|
associateAvailabilityZones(
|
|
364
343
|
args: AssociateAvailabilityZonesCommandInput,
|
|
365
|
-
options?: __HttpHandlerOptions
|
|
344
|
+
options?: __HttpHandlerOptions,
|
|
366
345
|
): Promise<AssociateAvailabilityZonesCommandOutput>;
|
|
367
346
|
associateAvailabilityZones(
|
|
368
347
|
args: AssociateAvailabilityZonesCommandInput,
|
|
369
|
-
cb: (err: any, data?: AssociateAvailabilityZonesCommandOutput) => void
|
|
348
|
+
cb: (err: any, data?: AssociateAvailabilityZonesCommandOutput) => void,
|
|
370
349
|
): void;
|
|
371
350
|
associateAvailabilityZones(
|
|
372
351
|
args: AssociateAvailabilityZonesCommandInput,
|
|
373
352
|
options: __HttpHandlerOptions,
|
|
374
|
-
cb: (err: any, data?: AssociateAvailabilityZonesCommandOutput) => void
|
|
353
|
+
cb: (err: any, data?: AssociateAvailabilityZonesCommandOutput) => void,
|
|
375
354
|
): void;
|
|
376
355
|
associateFirewallPolicy(
|
|
377
356
|
args: AssociateFirewallPolicyCommandInput,
|
|
378
|
-
options?: __HttpHandlerOptions
|
|
357
|
+
options?: __HttpHandlerOptions,
|
|
379
358
|
): Promise<AssociateFirewallPolicyCommandOutput>;
|
|
380
359
|
associateFirewallPolicy(
|
|
381
360
|
args: AssociateFirewallPolicyCommandInput,
|
|
382
|
-
cb: (err: any, data?: AssociateFirewallPolicyCommandOutput) => void
|
|
361
|
+
cb: (err: any, data?: AssociateFirewallPolicyCommandOutput) => void,
|
|
383
362
|
): void;
|
|
384
363
|
associateFirewallPolicy(
|
|
385
364
|
args: AssociateFirewallPolicyCommandInput,
|
|
386
365
|
options: __HttpHandlerOptions,
|
|
387
|
-
cb: (err: any, data?: AssociateFirewallPolicyCommandOutput) => void
|
|
366
|
+
cb: (err: any, data?: AssociateFirewallPolicyCommandOutput) => void,
|
|
388
367
|
): void;
|
|
389
368
|
associateSubnets(
|
|
390
369
|
args: AssociateSubnetsCommandInput,
|
|
391
|
-
options?: __HttpHandlerOptions
|
|
370
|
+
options?: __HttpHandlerOptions,
|
|
392
371
|
): Promise<AssociateSubnetsCommandOutput>;
|
|
393
372
|
associateSubnets(
|
|
394
373
|
args: AssociateSubnetsCommandInput,
|
|
395
|
-
cb: (err: any, data?: AssociateSubnetsCommandOutput) => void
|
|
374
|
+
cb: (err: any, data?: AssociateSubnetsCommandOutput) => void,
|
|
396
375
|
): void;
|
|
397
376
|
associateSubnets(
|
|
398
377
|
args: AssociateSubnetsCommandInput,
|
|
399
378
|
options: __HttpHandlerOptions,
|
|
400
|
-
cb: (err: any, data?: AssociateSubnetsCommandOutput) => void
|
|
379
|
+
cb: (err: any, data?: AssociateSubnetsCommandOutput) => void,
|
|
401
380
|
): void;
|
|
402
381
|
attachRuleGroupsToProxyConfiguration(
|
|
403
382
|
args: AttachRuleGroupsToProxyConfigurationCommandInput,
|
|
404
|
-
options?: __HttpHandlerOptions
|
|
383
|
+
options?: __HttpHandlerOptions,
|
|
405
384
|
): Promise<AttachRuleGroupsToProxyConfigurationCommandOutput>;
|
|
406
385
|
attachRuleGroupsToProxyConfiguration(
|
|
407
386
|
args: AttachRuleGroupsToProxyConfigurationCommandInput,
|
|
408
|
-
cb: (
|
|
409
|
-
err: any,
|
|
410
|
-
data?: AttachRuleGroupsToProxyConfigurationCommandOutput
|
|
411
|
-
) => void
|
|
387
|
+
cb: (err: any, data?: AttachRuleGroupsToProxyConfigurationCommandOutput) => void,
|
|
412
388
|
): void;
|
|
413
389
|
attachRuleGroupsToProxyConfiguration(
|
|
414
390
|
args: AttachRuleGroupsToProxyConfigurationCommandInput,
|
|
415
391
|
options: __HttpHandlerOptions,
|
|
416
|
-
cb: (
|
|
417
|
-
err: any,
|
|
418
|
-
data?: AttachRuleGroupsToProxyConfigurationCommandOutput
|
|
419
|
-
) => void
|
|
392
|
+
cb: (err: any, data?: AttachRuleGroupsToProxyConfigurationCommandOutput) => void,
|
|
420
393
|
): void;
|
|
421
394
|
createContainerAssociation(
|
|
422
395
|
args: CreateContainerAssociationCommandInput,
|
|
423
|
-
options?: __HttpHandlerOptions
|
|
396
|
+
options?: __HttpHandlerOptions,
|
|
424
397
|
): Promise<CreateContainerAssociationCommandOutput>;
|
|
425
398
|
createContainerAssociation(
|
|
426
399
|
args: CreateContainerAssociationCommandInput,
|
|
427
|
-
cb: (err: any, data?: CreateContainerAssociationCommandOutput) => void
|
|
400
|
+
cb: (err: any, data?: CreateContainerAssociationCommandOutput) => void,
|
|
428
401
|
): void;
|
|
429
402
|
createContainerAssociation(
|
|
430
403
|
args: CreateContainerAssociationCommandInput,
|
|
431
404
|
options: __HttpHandlerOptions,
|
|
432
|
-
cb: (err: any, data?: CreateContainerAssociationCommandOutput) => void
|
|
405
|
+
cb: (err: any, data?: CreateContainerAssociationCommandOutput) => void,
|
|
433
406
|
): void;
|
|
434
407
|
createFirewall(
|
|
435
408
|
args: CreateFirewallCommandInput,
|
|
436
|
-
options?: __HttpHandlerOptions
|
|
409
|
+
options?: __HttpHandlerOptions,
|
|
437
410
|
): Promise<CreateFirewallCommandOutput>;
|
|
438
411
|
createFirewall(
|
|
439
412
|
args: CreateFirewallCommandInput,
|
|
440
|
-
cb: (err: any, data?: CreateFirewallCommandOutput) => void
|
|
413
|
+
cb: (err: any, data?: CreateFirewallCommandOutput) => void,
|
|
441
414
|
): void;
|
|
442
415
|
createFirewall(
|
|
443
416
|
args: CreateFirewallCommandInput,
|
|
444
417
|
options: __HttpHandlerOptions,
|
|
445
|
-
cb: (err: any, data?: CreateFirewallCommandOutput) => void
|
|
418
|
+
cb: (err: any, data?: CreateFirewallCommandOutput) => void,
|
|
446
419
|
): void;
|
|
447
420
|
createFirewallPolicy(
|
|
448
421
|
args: CreateFirewallPolicyCommandInput,
|
|
449
|
-
options?: __HttpHandlerOptions
|
|
422
|
+
options?: __HttpHandlerOptions,
|
|
450
423
|
): Promise<CreateFirewallPolicyCommandOutput>;
|
|
451
424
|
createFirewallPolicy(
|
|
452
425
|
args: CreateFirewallPolicyCommandInput,
|
|
453
|
-
cb: (err: any, data?: CreateFirewallPolicyCommandOutput) => void
|
|
426
|
+
cb: (err: any, data?: CreateFirewallPolicyCommandOutput) => void,
|
|
454
427
|
): void;
|
|
455
428
|
createFirewallPolicy(
|
|
456
429
|
args: CreateFirewallPolicyCommandInput,
|
|
457
430
|
options: __HttpHandlerOptions,
|
|
458
|
-
cb: (err: any, data?: CreateFirewallPolicyCommandOutput) => void
|
|
431
|
+
cb: (err: any, data?: CreateFirewallPolicyCommandOutput) => void,
|
|
459
432
|
): void;
|
|
460
433
|
createProxy(
|
|
461
434
|
args: CreateProxyCommandInput,
|
|
462
|
-
options?: __HttpHandlerOptions
|
|
435
|
+
options?: __HttpHandlerOptions,
|
|
463
436
|
): Promise<CreateProxyCommandOutput>;
|
|
464
437
|
createProxy(
|
|
465
438
|
args: CreateProxyCommandInput,
|
|
466
|
-
cb: (err: any, data?: CreateProxyCommandOutput) => void
|
|
439
|
+
cb: (err: any, data?: CreateProxyCommandOutput) => void,
|
|
467
440
|
): void;
|
|
468
441
|
createProxy(
|
|
469
442
|
args: CreateProxyCommandInput,
|
|
470
443
|
options: __HttpHandlerOptions,
|
|
471
|
-
cb: (err: any, data?: CreateProxyCommandOutput) => void
|
|
444
|
+
cb: (err: any, data?: CreateProxyCommandOutput) => void,
|
|
472
445
|
): void;
|
|
473
446
|
createProxyConfiguration(
|
|
474
447
|
args: CreateProxyConfigurationCommandInput,
|
|
475
|
-
options?: __HttpHandlerOptions
|
|
448
|
+
options?: __HttpHandlerOptions,
|
|
476
449
|
): Promise<CreateProxyConfigurationCommandOutput>;
|
|
477
450
|
createProxyConfiguration(
|
|
478
451
|
args: CreateProxyConfigurationCommandInput,
|
|
479
|
-
cb: (err: any, data?: CreateProxyConfigurationCommandOutput) => void
|
|
452
|
+
cb: (err: any, data?: CreateProxyConfigurationCommandOutput) => void,
|
|
480
453
|
): void;
|
|
481
454
|
createProxyConfiguration(
|
|
482
455
|
args: CreateProxyConfigurationCommandInput,
|
|
483
456
|
options: __HttpHandlerOptions,
|
|
484
|
-
cb: (err: any, data?: CreateProxyConfigurationCommandOutput) => void
|
|
457
|
+
cb: (err: any, data?: CreateProxyConfigurationCommandOutput) => void,
|
|
485
458
|
): void;
|
|
486
459
|
createProxyRuleGroup(
|
|
487
460
|
args: CreateProxyRuleGroupCommandInput,
|
|
488
|
-
options?: __HttpHandlerOptions
|
|
461
|
+
options?: __HttpHandlerOptions,
|
|
489
462
|
): Promise<CreateProxyRuleGroupCommandOutput>;
|
|
490
463
|
createProxyRuleGroup(
|
|
491
464
|
args: CreateProxyRuleGroupCommandInput,
|
|
492
|
-
cb: (err: any, data?: CreateProxyRuleGroupCommandOutput) => void
|
|
465
|
+
cb: (err: any, data?: CreateProxyRuleGroupCommandOutput) => void,
|
|
493
466
|
): void;
|
|
494
467
|
createProxyRuleGroup(
|
|
495
468
|
args: CreateProxyRuleGroupCommandInput,
|
|
496
469
|
options: __HttpHandlerOptions,
|
|
497
|
-
cb: (err: any, data?: CreateProxyRuleGroupCommandOutput) => void
|
|
470
|
+
cb: (err: any, data?: CreateProxyRuleGroupCommandOutput) => void,
|
|
498
471
|
): void;
|
|
499
472
|
createProxyRules(
|
|
500
473
|
args: CreateProxyRulesCommandInput,
|
|
501
|
-
options?: __HttpHandlerOptions
|
|
474
|
+
options?: __HttpHandlerOptions,
|
|
502
475
|
): Promise<CreateProxyRulesCommandOutput>;
|
|
503
476
|
createProxyRules(
|
|
504
477
|
args: CreateProxyRulesCommandInput,
|
|
505
|
-
cb: (err: any, data?: CreateProxyRulesCommandOutput) => void
|
|
478
|
+
cb: (err: any, data?: CreateProxyRulesCommandOutput) => void,
|
|
506
479
|
): void;
|
|
507
480
|
createProxyRules(
|
|
508
481
|
args: CreateProxyRulesCommandInput,
|
|
509
482
|
options: __HttpHandlerOptions,
|
|
510
|
-
cb: (err: any, data?: CreateProxyRulesCommandOutput) => void
|
|
483
|
+
cb: (err: any, data?: CreateProxyRulesCommandOutput) => void,
|
|
511
484
|
): void;
|
|
512
485
|
createRuleGroup(
|
|
513
486
|
args: CreateRuleGroupCommandInput,
|
|
514
|
-
options?: __HttpHandlerOptions
|
|
487
|
+
options?: __HttpHandlerOptions,
|
|
515
488
|
): Promise<CreateRuleGroupCommandOutput>;
|
|
516
489
|
createRuleGroup(
|
|
517
490
|
args: CreateRuleGroupCommandInput,
|
|
518
|
-
cb: (err: any, data?: CreateRuleGroupCommandOutput) => void
|
|
491
|
+
cb: (err: any, data?: CreateRuleGroupCommandOutput) => void,
|
|
519
492
|
): void;
|
|
520
493
|
createRuleGroup(
|
|
521
494
|
args: CreateRuleGroupCommandInput,
|
|
522
495
|
options: __HttpHandlerOptions,
|
|
523
|
-
cb: (err: any, data?: CreateRuleGroupCommandOutput) => void
|
|
496
|
+
cb: (err: any, data?: CreateRuleGroupCommandOutput) => void,
|
|
524
497
|
): void;
|
|
525
498
|
createTLSInspectionConfiguration(
|
|
526
499
|
args: CreateTLSInspectionConfigurationCommandInput,
|
|
527
|
-
options?: __HttpHandlerOptions
|
|
500
|
+
options?: __HttpHandlerOptions,
|
|
528
501
|
): Promise<CreateTLSInspectionConfigurationCommandOutput>;
|
|
529
502
|
createTLSInspectionConfiguration(
|
|
530
503
|
args: CreateTLSInspectionConfigurationCommandInput,
|
|
531
|
-
cb: (err: any, data?: CreateTLSInspectionConfigurationCommandOutput) => void
|
|
504
|
+
cb: (err: any, data?: CreateTLSInspectionConfigurationCommandOutput) => void,
|
|
532
505
|
): void;
|
|
533
506
|
createTLSInspectionConfiguration(
|
|
534
507
|
args: CreateTLSInspectionConfigurationCommandInput,
|
|
535
508
|
options: __HttpHandlerOptions,
|
|
536
|
-
cb: (err: any, data?: CreateTLSInspectionConfigurationCommandOutput) => void
|
|
509
|
+
cb: (err: any, data?: CreateTLSInspectionConfigurationCommandOutput) => void,
|
|
537
510
|
): void;
|
|
538
511
|
createVpcEndpointAssociation(
|
|
539
512
|
args: CreateVpcEndpointAssociationCommandInput,
|
|
540
|
-
options?: __HttpHandlerOptions
|
|
513
|
+
options?: __HttpHandlerOptions,
|
|
541
514
|
): Promise<CreateVpcEndpointAssociationCommandOutput>;
|
|
542
515
|
createVpcEndpointAssociation(
|
|
543
516
|
args: CreateVpcEndpointAssociationCommandInput,
|
|
544
|
-
cb: (err: any, data?: CreateVpcEndpointAssociationCommandOutput) => void
|
|
517
|
+
cb: (err: any, data?: CreateVpcEndpointAssociationCommandOutput) => void,
|
|
545
518
|
): void;
|
|
546
519
|
createVpcEndpointAssociation(
|
|
547
520
|
args: CreateVpcEndpointAssociationCommandInput,
|
|
548
521
|
options: __HttpHandlerOptions,
|
|
549
|
-
cb: (err: any, data?: CreateVpcEndpointAssociationCommandOutput) => void
|
|
522
|
+
cb: (err: any, data?: CreateVpcEndpointAssociationCommandOutput) => void,
|
|
550
523
|
): void;
|
|
551
524
|
deleteContainerAssociation(): Promise<DeleteContainerAssociationCommandOutput>;
|
|
552
525
|
deleteContainerAssociation(
|
|
553
526
|
args: DeleteContainerAssociationCommandInput,
|
|
554
|
-
options?: __HttpHandlerOptions
|
|
527
|
+
options?: __HttpHandlerOptions,
|
|
555
528
|
): Promise<DeleteContainerAssociationCommandOutput>;
|
|
556
529
|
deleteContainerAssociation(
|
|
557
530
|
args: DeleteContainerAssociationCommandInput,
|
|
558
|
-
cb: (err: any, data?: DeleteContainerAssociationCommandOutput) => void
|
|
531
|
+
cb: (err: any, data?: DeleteContainerAssociationCommandOutput) => void,
|
|
559
532
|
): void;
|
|
560
533
|
deleteContainerAssociation(
|
|
561
534
|
args: DeleteContainerAssociationCommandInput,
|
|
562
535
|
options: __HttpHandlerOptions,
|
|
563
|
-
cb: (err: any, data?: DeleteContainerAssociationCommandOutput) => void
|
|
536
|
+
cb: (err: any, data?: DeleteContainerAssociationCommandOutput) => void,
|
|
564
537
|
): void;
|
|
565
538
|
deleteFirewall(): Promise<DeleteFirewallCommandOutput>;
|
|
566
539
|
deleteFirewall(
|
|
567
540
|
args: DeleteFirewallCommandInput,
|
|
568
|
-
options?: __HttpHandlerOptions
|
|
541
|
+
options?: __HttpHandlerOptions,
|
|
569
542
|
): Promise<DeleteFirewallCommandOutput>;
|
|
570
543
|
deleteFirewall(
|
|
571
544
|
args: DeleteFirewallCommandInput,
|
|
572
|
-
cb: (err: any, data?: DeleteFirewallCommandOutput) => void
|
|
545
|
+
cb: (err: any, data?: DeleteFirewallCommandOutput) => void,
|
|
573
546
|
): void;
|
|
574
547
|
deleteFirewall(
|
|
575
548
|
args: DeleteFirewallCommandInput,
|
|
576
549
|
options: __HttpHandlerOptions,
|
|
577
|
-
cb: (err: any, data?: DeleteFirewallCommandOutput) => void
|
|
550
|
+
cb: (err: any, data?: DeleteFirewallCommandOutput) => void,
|
|
578
551
|
): void;
|
|
579
552
|
deleteFirewallPolicy(): Promise<DeleteFirewallPolicyCommandOutput>;
|
|
580
553
|
deleteFirewallPolicy(
|
|
581
554
|
args: DeleteFirewallPolicyCommandInput,
|
|
582
|
-
options?: __HttpHandlerOptions
|
|
555
|
+
options?: __HttpHandlerOptions,
|
|
583
556
|
): Promise<DeleteFirewallPolicyCommandOutput>;
|
|
584
557
|
deleteFirewallPolicy(
|
|
585
558
|
args: DeleteFirewallPolicyCommandInput,
|
|
586
|
-
cb: (err: any, data?: DeleteFirewallPolicyCommandOutput) => void
|
|
559
|
+
cb: (err: any, data?: DeleteFirewallPolicyCommandOutput) => void,
|
|
587
560
|
): void;
|
|
588
561
|
deleteFirewallPolicy(
|
|
589
562
|
args: DeleteFirewallPolicyCommandInput,
|
|
590
563
|
options: __HttpHandlerOptions,
|
|
591
|
-
cb: (err: any, data?: DeleteFirewallPolicyCommandOutput) => void
|
|
564
|
+
cb: (err: any, data?: DeleteFirewallPolicyCommandOutput) => void,
|
|
592
565
|
): void;
|
|
593
566
|
deleteNetworkFirewallTransitGatewayAttachment(
|
|
594
567
|
args: DeleteNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
595
|
-
options?: __HttpHandlerOptions
|
|
568
|
+
options?: __HttpHandlerOptions,
|
|
596
569
|
): Promise<DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput>;
|
|
597
570
|
deleteNetworkFirewallTransitGatewayAttachment(
|
|
598
571
|
args: DeleteNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
599
|
-
cb: (
|
|
600
|
-
err: any,
|
|
601
|
-
data?: DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
602
|
-
) => void
|
|
572
|
+
cb: (err: any, data?: DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput) => void,
|
|
603
573
|
): void;
|
|
604
574
|
deleteNetworkFirewallTransitGatewayAttachment(
|
|
605
575
|
args: DeleteNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
606
576
|
options: __HttpHandlerOptions,
|
|
607
|
-
cb: (
|
|
608
|
-
err: any,
|
|
609
|
-
data?: DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
610
|
-
) => void
|
|
577
|
+
cb: (err: any, data?: DeleteNetworkFirewallTransitGatewayAttachmentCommandOutput) => void,
|
|
611
578
|
): void;
|
|
612
579
|
deleteProxy(
|
|
613
580
|
args: DeleteProxyCommandInput,
|
|
614
|
-
options?: __HttpHandlerOptions
|
|
581
|
+
options?: __HttpHandlerOptions,
|
|
615
582
|
): Promise<DeleteProxyCommandOutput>;
|
|
616
583
|
deleteProxy(
|
|
617
584
|
args: DeleteProxyCommandInput,
|
|
618
|
-
cb: (err: any, data?: DeleteProxyCommandOutput) => void
|
|
585
|
+
cb: (err: any, data?: DeleteProxyCommandOutput) => void,
|
|
619
586
|
): void;
|
|
620
587
|
deleteProxy(
|
|
621
588
|
args: DeleteProxyCommandInput,
|
|
622
589
|
options: __HttpHandlerOptions,
|
|
623
|
-
cb: (err: any, data?: DeleteProxyCommandOutput) => void
|
|
590
|
+
cb: (err: any, data?: DeleteProxyCommandOutput) => void,
|
|
624
591
|
): void;
|
|
625
592
|
deleteProxyConfiguration(): Promise<DeleteProxyConfigurationCommandOutput>;
|
|
626
593
|
deleteProxyConfiguration(
|
|
627
594
|
args: DeleteProxyConfigurationCommandInput,
|
|
628
|
-
options?: __HttpHandlerOptions
|
|
595
|
+
options?: __HttpHandlerOptions,
|
|
629
596
|
): Promise<DeleteProxyConfigurationCommandOutput>;
|
|
630
597
|
deleteProxyConfiguration(
|
|
631
598
|
args: DeleteProxyConfigurationCommandInput,
|
|
632
|
-
cb: (err: any, data?: DeleteProxyConfigurationCommandOutput) => void
|
|
599
|
+
cb: (err: any, data?: DeleteProxyConfigurationCommandOutput) => void,
|
|
633
600
|
): void;
|
|
634
601
|
deleteProxyConfiguration(
|
|
635
602
|
args: DeleteProxyConfigurationCommandInput,
|
|
636
603
|
options: __HttpHandlerOptions,
|
|
637
|
-
cb: (err: any, data?: DeleteProxyConfigurationCommandOutput) => void
|
|
604
|
+
cb: (err: any, data?: DeleteProxyConfigurationCommandOutput) => void,
|
|
638
605
|
): void;
|
|
639
606
|
deleteProxyRuleGroup(): Promise<DeleteProxyRuleGroupCommandOutput>;
|
|
640
607
|
deleteProxyRuleGroup(
|
|
641
608
|
args: DeleteProxyRuleGroupCommandInput,
|
|
642
|
-
options?: __HttpHandlerOptions
|
|
609
|
+
options?: __HttpHandlerOptions,
|
|
643
610
|
): Promise<DeleteProxyRuleGroupCommandOutput>;
|
|
644
611
|
deleteProxyRuleGroup(
|
|
645
612
|
args: DeleteProxyRuleGroupCommandInput,
|
|
646
|
-
cb: (err: any, data?: DeleteProxyRuleGroupCommandOutput) => void
|
|
613
|
+
cb: (err: any, data?: DeleteProxyRuleGroupCommandOutput) => void,
|
|
647
614
|
): void;
|
|
648
615
|
deleteProxyRuleGroup(
|
|
649
616
|
args: DeleteProxyRuleGroupCommandInput,
|
|
650
617
|
options: __HttpHandlerOptions,
|
|
651
|
-
cb: (err: any, data?: DeleteProxyRuleGroupCommandOutput) => void
|
|
618
|
+
cb: (err: any, data?: DeleteProxyRuleGroupCommandOutput) => void,
|
|
652
619
|
): void;
|
|
653
620
|
deleteProxyRules(
|
|
654
621
|
args: DeleteProxyRulesCommandInput,
|
|
655
|
-
options?: __HttpHandlerOptions
|
|
622
|
+
options?: __HttpHandlerOptions,
|
|
656
623
|
): Promise<DeleteProxyRulesCommandOutput>;
|
|
657
624
|
deleteProxyRules(
|
|
658
625
|
args: DeleteProxyRulesCommandInput,
|
|
659
|
-
cb: (err: any, data?: DeleteProxyRulesCommandOutput) => void
|
|
626
|
+
cb: (err: any, data?: DeleteProxyRulesCommandOutput) => void,
|
|
660
627
|
): void;
|
|
661
628
|
deleteProxyRules(
|
|
662
629
|
args: DeleteProxyRulesCommandInput,
|
|
663
630
|
options: __HttpHandlerOptions,
|
|
664
|
-
cb: (err: any, data?: DeleteProxyRulesCommandOutput) => void
|
|
631
|
+
cb: (err: any, data?: DeleteProxyRulesCommandOutput) => void,
|
|
665
632
|
): void;
|
|
666
633
|
deleteResourcePolicy(
|
|
667
634
|
args: DeleteResourcePolicyCommandInput,
|
|
668
|
-
options?: __HttpHandlerOptions
|
|
635
|
+
options?: __HttpHandlerOptions,
|
|
669
636
|
): Promise<DeleteResourcePolicyCommandOutput>;
|
|
670
637
|
deleteResourcePolicy(
|
|
671
638
|
args: DeleteResourcePolicyCommandInput,
|
|
672
|
-
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
639
|
+
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
|
|
673
640
|
): void;
|
|
674
641
|
deleteResourcePolicy(
|
|
675
642
|
args: DeleteResourcePolicyCommandInput,
|
|
676
643
|
options: __HttpHandlerOptions,
|
|
677
|
-
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void
|
|
644
|
+
cb: (err: any, data?: DeleteResourcePolicyCommandOutput) => void,
|
|
678
645
|
): void;
|
|
679
646
|
deleteRuleGroup(): Promise<DeleteRuleGroupCommandOutput>;
|
|
680
647
|
deleteRuleGroup(
|
|
681
648
|
args: DeleteRuleGroupCommandInput,
|
|
682
|
-
options?: __HttpHandlerOptions
|
|
649
|
+
options?: __HttpHandlerOptions,
|
|
683
650
|
): Promise<DeleteRuleGroupCommandOutput>;
|
|
684
651
|
deleteRuleGroup(
|
|
685
652
|
args: DeleteRuleGroupCommandInput,
|
|
686
|
-
cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void
|
|
653
|
+
cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void,
|
|
687
654
|
): void;
|
|
688
655
|
deleteRuleGroup(
|
|
689
656
|
args: DeleteRuleGroupCommandInput,
|
|
690
657
|
options: __HttpHandlerOptions,
|
|
691
|
-
cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void
|
|
658
|
+
cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void,
|
|
692
659
|
): void;
|
|
693
660
|
deleteTLSInspectionConfiguration(): Promise<DeleteTLSInspectionConfigurationCommandOutput>;
|
|
694
661
|
deleteTLSInspectionConfiguration(
|
|
695
662
|
args: DeleteTLSInspectionConfigurationCommandInput,
|
|
696
|
-
options?: __HttpHandlerOptions
|
|
663
|
+
options?: __HttpHandlerOptions,
|
|
697
664
|
): Promise<DeleteTLSInspectionConfigurationCommandOutput>;
|
|
698
665
|
deleteTLSInspectionConfiguration(
|
|
699
666
|
args: DeleteTLSInspectionConfigurationCommandInput,
|
|
700
|
-
cb: (err: any, data?: DeleteTLSInspectionConfigurationCommandOutput) => void
|
|
667
|
+
cb: (err: any, data?: DeleteTLSInspectionConfigurationCommandOutput) => void,
|
|
701
668
|
): void;
|
|
702
669
|
deleteTLSInspectionConfiguration(
|
|
703
670
|
args: DeleteTLSInspectionConfigurationCommandInput,
|
|
704
671
|
options: __HttpHandlerOptions,
|
|
705
|
-
cb: (err: any, data?: DeleteTLSInspectionConfigurationCommandOutput) => void
|
|
672
|
+
cb: (err: any, data?: DeleteTLSInspectionConfigurationCommandOutput) => void,
|
|
706
673
|
): void;
|
|
707
674
|
deleteVpcEndpointAssociation(
|
|
708
675
|
args: DeleteVpcEndpointAssociationCommandInput,
|
|
709
|
-
options?: __HttpHandlerOptions
|
|
676
|
+
options?: __HttpHandlerOptions,
|
|
710
677
|
): Promise<DeleteVpcEndpointAssociationCommandOutput>;
|
|
711
678
|
deleteVpcEndpointAssociation(
|
|
712
679
|
args: DeleteVpcEndpointAssociationCommandInput,
|
|
713
|
-
cb: (err: any, data?: DeleteVpcEndpointAssociationCommandOutput) => void
|
|
680
|
+
cb: (err: any, data?: DeleteVpcEndpointAssociationCommandOutput) => void,
|
|
714
681
|
): void;
|
|
715
682
|
deleteVpcEndpointAssociation(
|
|
716
683
|
args: DeleteVpcEndpointAssociationCommandInput,
|
|
717
684
|
options: __HttpHandlerOptions,
|
|
718
|
-
cb: (err: any, data?: DeleteVpcEndpointAssociationCommandOutput) => void
|
|
685
|
+
cb: (err: any, data?: DeleteVpcEndpointAssociationCommandOutput) => void,
|
|
719
686
|
): void;
|
|
720
687
|
describeContainerAssociation(): Promise<DescribeContainerAssociationCommandOutput>;
|
|
721
688
|
describeContainerAssociation(
|
|
722
689
|
args: DescribeContainerAssociationCommandInput,
|
|
723
|
-
options?: __HttpHandlerOptions
|
|
690
|
+
options?: __HttpHandlerOptions,
|
|
724
691
|
): Promise<DescribeContainerAssociationCommandOutput>;
|
|
725
692
|
describeContainerAssociation(
|
|
726
693
|
args: DescribeContainerAssociationCommandInput,
|
|
727
|
-
cb: (err: any, data?: DescribeContainerAssociationCommandOutput) => void
|
|
694
|
+
cb: (err: any, data?: DescribeContainerAssociationCommandOutput) => void,
|
|
728
695
|
): void;
|
|
729
696
|
describeContainerAssociation(
|
|
730
697
|
args: DescribeContainerAssociationCommandInput,
|
|
731
698
|
options: __HttpHandlerOptions,
|
|
732
|
-
cb: (err: any, data?: DescribeContainerAssociationCommandOutput) => void
|
|
699
|
+
cb: (err: any, data?: DescribeContainerAssociationCommandOutput) => void,
|
|
733
700
|
): void;
|
|
734
701
|
describeFirewall(): Promise<DescribeFirewallCommandOutput>;
|
|
735
702
|
describeFirewall(
|
|
736
703
|
args: DescribeFirewallCommandInput,
|
|
737
|
-
options?: __HttpHandlerOptions
|
|
704
|
+
options?: __HttpHandlerOptions,
|
|
738
705
|
): Promise<DescribeFirewallCommandOutput>;
|
|
739
706
|
describeFirewall(
|
|
740
707
|
args: DescribeFirewallCommandInput,
|
|
741
|
-
cb: (err: any, data?: DescribeFirewallCommandOutput) => void
|
|
708
|
+
cb: (err: any, data?: DescribeFirewallCommandOutput) => void,
|
|
742
709
|
): void;
|
|
743
710
|
describeFirewall(
|
|
744
711
|
args: DescribeFirewallCommandInput,
|
|
745
712
|
options: __HttpHandlerOptions,
|
|
746
|
-
cb: (err: any, data?: DescribeFirewallCommandOutput) => void
|
|
713
|
+
cb: (err: any, data?: DescribeFirewallCommandOutput) => void,
|
|
747
714
|
): void;
|
|
748
715
|
describeFirewallMetadata(): Promise<DescribeFirewallMetadataCommandOutput>;
|
|
749
716
|
describeFirewallMetadata(
|
|
750
717
|
args: DescribeFirewallMetadataCommandInput,
|
|
751
|
-
options?: __HttpHandlerOptions
|
|
718
|
+
options?: __HttpHandlerOptions,
|
|
752
719
|
): Promise<DescribeFirewallMetadataCommandOutput>;
|
|
753
720
|
describeFirewallMetadata(
|
|
754
721
|
args: DescribeFirewallMetadataCommandInput,
|
|
755
|
-
cb: (err: any, data?: DescribeFirewallMetadataCommandOutput) => void
|
|
722
|
+
cb: (err: any, data?: DescribeFirewallMetadataCommandOutput) => void,
|
|
756
723
|
): void;
|
|
757
724
|
describeFirewallMetadata(
|
|
758
725
|
args: DescribeFirewallMetadataCommandInput,
|
|
759
726
|
options: __HttpHandlerOptions,
|
|
760
|
-
cb: (err: any, data?: DescribeFirewallMetadataCommandOutput) => void
|
|
727
|
+
cb: (err: any, data?: DescribeFirewallMetadataCommandOutput) => void,
|
|
761
728
|
): void;
|
|
762
729
|
describeFirewallPolicy(): Promise<DescribeFirewallPolicyCommandOutput>;
|
|
763
730
|
describeFirewallPolicy(
|
|
764
731
|
args: DescribeFirewallPolicyCommandInput,
|
|
765
|
-
options?: __HttpHandlerOptions
|
|
732
|
+
options?: __HttpHandlerOptions,
|
|
766
733
|
): Promise<DescribeFirewallPolicyCommandOutput>;
|
|
767
734
|
describeFirewallPolicy(
|
|
768
735
|
args: DescribeFirewallPolicyCommandInput,
|
|
769
|
-
cb: (err: any, data?: DescribeFirewallPolicyCommandOutput) => void
|
|
736
|
+
cb: (err: any, data?: DescribeFirewallPolicyCommandOutput) => void,
|
|
770
737
|
): void;
|
|
771
738
|
describeFirewallPolicy(
|
|
772
739
|
args: DescribeFirewallPolicyCommandInput,
|
|
773
740
|
options: __HttpHandlerOptions,
|
|
774
|
-
cb: (err: any, data?: DescribeFirewallPolicyCommandOutput) => void
|
|
741
|
+
cb: (err: any, data?: DescribeFirewallPolicyCommandOutput) => void,
|
|
775
742
|
): void;
|
|
776
743
|
describeFlowOperation(
|
|
777
744
|
args: DescribeFlowOperationCommandInput,
|
|
778
|
-
options?: __HttpHandlerOptions
|
|
745
|
+
options?: __HttpHandlerOptions,
|
|
779
746
|
): Promise<DescribeFlowOperationCommandOutput>;
|
|
780
747
|
describeFlowOperation(
|
|
781
748
|
args: DescribeFlowOperationCommandInput,
|
|
782
|
-
cb: (err: any, data?: DescribeFlowOperationCommandOutput) => void
|
|
749
|
+
cb: (err: any, data?: DescribeFlowOperationCommandOutput) => void,
|
|
783
750
|
): void;
|
|
784
751
|
describeFlowOperation(
|
|
785
752
|
args: DescribeFlowOperationCommandInput,
|
|
786
753
|
options: __HttpHandlerOptions,
|
|
787
|
-
cb: (err: any, data?: DescribeFlowOperationCommandOutput) => void
|
|
754
|
+
cb: (err: any, data?: DescribeFlowOperationCommandOutput) => void,
|
|
788
755
|
): void;
|
|
789
756
|
describeLoggingConfiguration(): Promise<DescribeLoggingConfigurationCommandOutput>;
|
|
790
757
|
describeLoggingConfiguration(
|
|
791
758
|
args: DescribeLoggingConfigurationCommandInput,
|
|
792
|
-
options?: __HttpHandlerOptions
|
|
759
|
+
options?: __HttpHandlerOptions,
|
|
793
760
|
): Promise<DescribeLoggingConfigurationCommandOutput>;
|
|
794
761
|
describeLoggingConfiguration(
|
|
795
762
|
args: DescribeLoggingConfigurationCommandInput,
|
|
796
|
-
cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void
|
|
763
|
+
cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void,
|
|
797
764
|
): void;
|
|
798
765
|
describeLoggingConfiguration(
|
|
799
766
|
args: DescribeLoggingConfigurationCommandInput,
|
|
800
767
|
options: __HttpHandlerOptions,
|
|
801
|
-
cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void
|
|
768
|
+
cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void,
|
|
802
769
|
): void;
|
|
803
770
|
describeProxy(): Promise<DescribeProxyCommandOutput>;
|
|
804
771
|
describeProxy(
|
|
805
772
|
args: DescribeProxyCommandInput,
|
|
806
|
-
options?: __HttpHandlerOptions
|
|
773
|
+
options?: __HttpHandlerOptions,
|
|
807
774
|
): Promise<DescribeProxyCommandOutput>;
|
|
808
775
|
describeProxy(
|
|
809
776
|
args: DescribeProxyCommandInput,
|
|
810
|
-
cb: (err: any, data?: DescribeProxyCommandOutput) => void
|
|
777
|
+
cb: (err: any, data?: DescribeProxyCommandOutput) => void,
|
|
811
778
|
): void;
|
|
812
779
|
describeProxy(
|
|
813
780
|
args: DescribeProxyCommandInput,
|
|
814
781
|
options: __HttpHandlerOptions,
|
|
815
|
-
cb: (err: any, data?: DescribeProxyCommandOutput) => void
|
|
782
|
+
cb: (err: any, data?: DescribeProxyCommandOutput) => void,
|
|
816
783
|
): void;
|
|
817
784
|
describeProxyConfiguration(): Promise<DescribeProxyConfigurationCommandOutput>;
|
|
818
785
|
describeProxyConfiguration(
|
|
819
786
|
args: DescribeProxyConfigurationCommandInput,
|
|
820
|
-
options?: __HttpHandlerOptions
|
|
787
|
+
options?: __HttpHandlerOptions,
|
|
821
788
|
): Promise<DescribeProxyConfigurationCommandOutput>;
|
|
822
789
|
describeProxyConfiguration(
|
|
823
790
|
args: DescribeProxyConfigurationCommandInput,
|
|
824
|
-
cb: (err: any, data?: DescribeProxyConfigurationCommandOutput) => void
|
|
791
|
+
cb: (err: any, data?: DescribeProxyConfigurationCommandOutput) => void,
|
|
825
792
|
): void;
|
|
826
793
|
describeProxyConfiguration(
|
|
827
794
|
args: DescribeProxyConfigurationCommandInput,
|
|
828
795
|
options: __HttpHandlerOptions,
|
|
829
|
-
cb: (err: any, data?: DescribeProxyConfigurationCommandOutput) => void
|
|
796
|
+
cb: (err: any, data?: DescribeProxyConfigurationCommandOutput) => void,
|
|
830
797
|
): void;
|
|
831
798
|
describeProxyRule(
|
|
832
799
|
args: DescribeProxyRuleCommandInput,
|
|
833
|
-
options?: __HttpHandlerOptions
|
|
800
|
+
options?: __HttpHandlerOptions,
|
|
834
801
|
): Promise<DescribeProxyRuleCommandOutput>;
|
|
835
802
|
describeProxyRule(
|
|
836
803
|
args: DescribeProxyRuleCommandInput,
|
|
837
|
-
cb: (err: any, data?: DescribeProxyRuleCommandOutput) => void
|
|
804
|
+
cb: (err: any, data?: DescribeProxyRuleCommandOutput) => void,
|
|
838
805
|
): void;
|
|
839
806
|
describeProxyRule(
|
|
840
807
|
args: DescribeProxyRuleCommandInput,
|
|
841
808
|
options: __HttpHandlerOptions,
|
|
842
|
-
cb: (err: any, data?: DescribeProxyRuleCommandOutput) => void
|
|
809
|
+
cb: (err: any, data?: DescribeProxyRuleCommandOutput) => void,
|
|
843
810
|
): void;
|
|
844
811
|
describeProxyRuleGroup(): Promise<DescribeProxyRuleGroupCommandOutput>;
|
|
845
812
|
describeProxyRuleGroup(
|
|
846
813
|
args: DescribeProxyRuleGroupCommandInput,
|
|
847
|
-
options?: __HttpHandlerOptions
|
|
814
|
+
options?: __HttpHandlerOptions,
|
|
848
815
|
): Promise<DescribeProxyRuleGroupCommandOutput>;
|
|
849
816
|
describeProxyRuleGroup(
|
|
850
817
|
args: DescribeProxyRuleGroupCommandInput,
|
|
851
|
-
cb: (err: any, data?: DescribeProxyRuleGroupCommandOutput) => void
|
|
818
|
+
cb: (err: any, data?: DescribeProxyRuleGroupCommandOutput) => void,
|
|
852
819
|
): void;
|
|
853
820
|
describeProxyRuleGroup(
|
|
854
821
|
args: DescribeProxyRuleGroupCommandInput,
|
|
855
822
|
options: __HttpHandlerOptions,
|
|
856
|
-
cb: (err: any, data?: DescribeProxyRuleGroupCommandOutput) => void
|
|
823
|
+
cb: (err: any, data?: DescribeProxyRuleGroupCommandOutput) => void,
|
|
857
824
|
): void;
|
|
858
825
|
describeResourcePolicy(
|
|
859
826
|
args: DescribeResourcePolicyCommandInput,
|
|
860
|
-
options?: __HttpHandlerOptions
|
|
827
|
+
options?: __HttpHandlerOptions,
|
|
861
828
|
): Promise<DescribeResourcePolicyCommandOutput>;
|
|
862
829
|
describeResourcePolicy(
|
|
863
830
|
args: DescribeResourcePolicyCommandInput,
|
|
864
|
-
cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
|
|
831
|
+
cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void,
|
|
865
832
|
): void;
|
|
866
833
|
describeResourcePolicy(
|
|
867
834
|
args: DescribeResourcePolicyCommandInput,
|
|
868
835
|
options: __HttpHandlerOptions,
|
|
869
|
-
cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void
|
|
836
|
+
cb: (err: any, data?: DescribeResourcePolicyCommandOutput) => void,
|
|
870
837
|
): void;
|
|
871
838
|
describeRuleGroup(): Promise<DescribeRuleGroupCommandOutput>;
|
|
872
839
|
describeRuleGroup(
|
|
873
840
|
args: DescribeRuleGroupCommandInput,
|
|
874
|
-
options?: __HttpHandlerOptions
|
|
841
|
+
options?: __HttpHandlerOptions,
|
|
875
842
|
): Promise<DescribeRuleGroupCommandOutput>;
|
|
876
843
|
describeRuleGroup(
|
|
877
844
|
args: DescribeRuleGroupCommandInput,
|
|
878
|
-
cb: (err: any, data?: DescribeRuleGroupCommandOutput) => void
|
|
845
|
+
cb: (err: any, data?: DescribeRuleGroupCommandOutput) => void,
|
|
879
846
|
): void;
|
|
880
847
|
describeRuleGroup(
|
|
881
848
|
args: DescribeRuleGroupCommandInput,
|
|
882
849
|
options: __HttpHandlerOptions,
|
|
883
|
-
cb: (err: any, data?: DescribeRuleGroupCommandOutput) => void
|
|
850
|
+
cb: (err: any, data?: DescribeRuleGroupCommandOutput) => void,
|
|
884
851
|
): void;
|
|
885
852
|
describeRuleGroupMetadata(): Promise<DescribeRuleGroupMetadataCommandOutput>;
|
|
886
853
|
describeRuleGroupMetadata(
|
|
887
854
|
args: DescribeRuleGroupMetadataCommandInput,
|
|
888
|
-
options?: __HttpHandlerOptions
|
|
855
|
+
options?: __HttpHandlerOptions,
|
|
889
856
|
): Promise<DescribeRuleGroupMetadataCommandOutput>;
|
|
890
857
|
describeRuleGroupMetadata(
|
|
891
858
|
args: DescribeRuleGroupMetadataCommandInput,
|
|
892
|
-
cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void
|
|
859
|
+
cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void,
|
|
893
860
|
): void;
|
|
894
861
|
describeRuleGroupMetadata(
|
|
895
862
|
args: DescribeRuleGroupMetadataCommandInput,
|
|
896
863
|
options: __HttpHandlerOptions,
|
|
897
|
-
cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void
|
|
864
|
+
cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void,
|
|
898
865
|
): void;
|
|
899
866
|
describeRuleGroupSummary(): Promise<DescribeRuleGroupSummaryCommandOutput>;
|
|
900
867
|
describeRuleGroupSummary(
|
|
901
868
|
args: DescribeRuleGroupSummaryCommandInput,
|
|
902
|
-
options?: __HttpHandlerOptions
|
|
869
|
+
options?: __HttpHandlerOptions,
|
|
903
870
|
): Promise<DescribeRuleGroupSummaryCommandOutput>;
|
|
904
871
|
describeRuleGroupSummary(
|
|
905
872
|
args: DescribeRuleGroupSummaryCommandInput,
|
|
906
|
-
cb: (err: any, data?: DescribeRuleGroupSummaryCommandOutput) => void
|
|
873
|
+
cb: (err: any, data?: DescribeRuleGroupSummaryCommandOutput) => void,
|
|
907
874
|
): void;
|
|
908
875
|
describeRuleGroupSummary(
|
|
909
876
|
args: DescribeRuleGroupSummaryCommandInput,
|
|
910
877
|
options: __HttpHandlerOptions,
|
|
911
|
-
cb: (err: any, data?: DescribeRuleGroupSummaryCommandOutput) => void
|
|
878
|
+
cb: (err: any, data?: DescribeRuleGroupSummaryCommandOutput) => void,
|
|
912
879
|
): void;
|
|
913
880
|
describeTLSInspectionConfiguration(): Promise<DescribeTLSInspectionConfigurationCommandOutput>;
|
|
914
881
|
describeTLSInspectionConfiguration(
|
|
915
882
|
args: DescribeTLSInspectionConfigurationCommandInput,
|
|
916
|
-
options?: __HttpHandlerOptions
|
|
883
|
+
options?: __HttpHandlerOptions,
|
|
917
884
|
): Promise<DescribeTLSInspectionConfigurationCommandOutput>;
|
|
918
885
|
describeTLSInspectionConfiguration(
|
|
919
886
|
args: DescribeTLSInspectionConfigurationCommandInput,
|
|
920
|
-
cb: (
|
|
921
|
-
err: any,
|
|
922
|
-
data?: DescribeTLSInspectionConfigurationCommandOutput
|
|
923
|
-
) => void
|
|
887
|
+
cb: (err: any, data?: DescribeTLSInspectionConfigurationCommandOutput) => void,
|
|
924
888
|
): void;
|
|
925
889
|
describeTLSInspectionConfiguration(
|
|
926
890
|
args: DescribeTLSInspectionConfigurationCommandInput,
|
|
927
891
|
options: __HttpHandlerOptions,
|
|
928
|
-
cb: (
|
|
929
|
-
err: any,
|
|
930
|
-
data?: DescribeTLSInspectionConfigurationCommandOutput
|
|
931
|
-
) => void
|
|
892
|
+
cb: (err: any, data?: DescribeTLSInspectionConfigurationCommandOutput) => void,
|
|
932
893
|
): void;
|
|
933
894
|
describeVpcEndpointAssociation(
|
|
934
895
|
args: DescribeVpcEndpointAssociationCommandInput,
|
|
935
|
-
options?: __HttpHandlerOptions
|
|
896
|
+
options?: __HttpHandlerOptions,
|
|
936
897
|
): Promise<DescribeVpcEndpointAssociationCommandOutput>;
|
|
937
898
|
describeVpcEndpointAssociation(
|
|
938
899
|
args: DescribeVpcEndpointAssociationCommandInput,
|
|
939
|
-
cb: (err: any, data?: DescribeVpcEndpointAssociationCommandOutput) => void
|
|
900
|
+
cb: (err: any, data?: DescribeVpcEndpointAssociationCommandOutput) => void,
|
|
940
901
|
): void;
|
|
941
902
|
describeVpcEndpointAssociation(
|
|
942
903
|
args: DescribeVpcEndpointAssociationCommandInput,
|
|
943
904
|
options: __HttpHandlerOptions,
|
|
944
|
-
cb: (err: any, data?: DescribeVpcEndpointAssociationCommandOutput) => void
|
|
905
|
+
cb: (err: any, data?: DescribeVpcEndpointAssociationCommandOutput) => void,
|
|
945
906
|
): void;
|
|
946
907
|
detachRuleGroupsFromProxyConfiguration(
|
|
947
908
|
args: DetachRuleGroupsFromProxyConfigurationCommandInput,
|
|
948
|
-
options?: __HttpHandlerOptions
|
|
909
|
+
options?: __HttpHandlerOptions,
|
|
949
910
|
): Promise<DetachRuleGroupsFromProxyConfigurationCommandOutput>;
|
|
950
911
|
detachRuleGroupsFromProxyConfiguration(
|
|
951
912
|
args: DetachRuleGroupsFromProxyConfigurationCommandInput,
|
|
952
|
-
cb: (
|
|
953
|
-
err: any,
|
|
954
|
-
data?: DetachRuleGroupsFromProxyConfigurationCommandOutput
|
|
955
|
-
) => void
|
|
913
|
+
cb: (err: any, data?: DetachRuleGroupsFromProxyConfigurationCommandOutput) => void,
|
|
956
914
|
): void;
|
|
957
915
|
detachRuleGroupsFromProxyConfiguration(
|
|
958
916
|
args: DetachRuleGroupsFromProxyConfigurationCommandInput,
|
|
959
917
|
options: __HttpHandlerOptions,
|
|
960
|
-
cb: (
|
|
961
|
-
err: any,
|
|
962
|
-
data?: DetachRuleGroupsFromProxyConfigurationCommandOutput
|
|
963
|
-
) => void
|
|
918
|
+
cb: (err: any, data?: DetachRuleGroupsFromProxyConfigurationCommandOutput) => void,
|
|
964
919
|
): void;
|
|
965
920
|
disassociateAvailabilityZones(
|
|
966
921
|
args: DisassociateAvailabilityZonesCommandInput,
|
|
967
|
-
options?: __HttpHandlerOptions
|
|
922
|
+
options?: __HttpHandlerOptions,
|
|
968
923
|
): Promise<DisassociateAvailabilityZonesCommandOutput>;
|
|
969
924
|
disassociateAvailabilityZones(
|
|
970
925
|
args: DisassociateAvailabilityZonesCommandInput,
|
|
971
|
-
cb: (err: any, data?: DisassociateAvailabilityZonesCommandOutput) => void
|
|
926
|
+
cb: (err: any, data?: DisassociateAvailabilityZonesCommandOutput) => void,
|
|
972
927
|
): void;
|
|
973
928
|
disassociateAvailabilityZones(
|
|
974
929
|
args: DisassociateAvailabilityZonesCommandInput,
|
|
975
930
|
options: __HttpHandlerOptions,
|
|
976
|
-
cb: (err: any, data?: DisassociateAvailabilityZonesCommandOutput) => void
|
|
931
|
+
cb: (err: any, data?: DisassociateAvailabilityZonesCommandOutput) => void,
|
|
977
932
|
): void;
|
|
978
933
|
disassociateSubnets(
|
|
979
934
|
args: DisassociateSubnetsCommandInput,
|
|
980
|
-
options?: __HttpHandlerOptions
|
|
935
|
+
options?: __HttpHandlerOptions,
|
|
981
936
|
): Promise<DisassociateSubnetsCommandOutput>;
|
|
982
937
|
disassociateSubnets(
|
|
983
938
|
args: DisassociateSubnetsCommandInput,
|
|
984
|
-
cb: (err: any, data?: DisassociateSubnetsCommandOutput) => void
|
|
939
|
+
cb: (err: any, data?: DisassociateSubnetsCommandOutput) => void,
|
|
985
940
|
): void;
|
|
986
941
|
disassociateSubnets(
|
|
987
942
|
args: DisassociateSubnetsCommandInput,
|
|
988
943
|
options: __HttpHandlerOptions,
|
|
989
|
-
cb: (err: any, data?: DisassociateSubnetsCommandOutput) => void
|
|
944
|
+
cb: (err: any, data?: DisassociateSubnetsCommandOutput) => void,
|
|
990
945
|
): void;
|
|
991
946
|
getAnalysisReportResults(
|
|
992
947
|
args: GetAnalysisReportResultsCommandInput,
|
|
993
|
-
options?: __HttpHandlerOptions
|
|
948
|
+
options?: __HttpHandlerOptions,
|
|
994
949
|
): Promise<GetAnalysisReportResultsCommandOutput>;
|
|
995
950
|
getAnalysisReportResults(
|
|
996
951
|
args: GetAnalysisReportResultsCommandInput,
|
|
997
|
-
cb: (err: any, data?: GetAnalysisReportResultsCommandOutput) => void
|
|
952
|
+
cb: (err: any, data?: GetAnalysisReportResultsCommandOutput) => void,
|
|
998
953
|
): void;
|
|
999
954
|
getAnalysisReportResults(
|
|
1000
955
|
args: GetAnalysisReportResultsCommandInput,
|
|
1001
956
|
options: __HttpHandlerOptions,
|
|
1002
|
-
cb: (err: any, data?: GetAnalysisReportResultsCommandOutput) => void
|
|
957
|
+
cb: (err: any, data?: GetAnalysisReportResultsCommandOutput) => void,
|
|
1003
958
|
): void;
|
|
1004
959
|
listAnalysisReports(): Promise<ListAnalysisReportsCommandOutput>;
|
|
1005
960
|
listAnalysisReports(
|
|
1006
961
|
args: ListAnalysisReportsCommandInput,
|
|
1007
|
-
options?: __HttpHandlerOptions
|
|
962
|
+
options?: __HttpHandlerOptions,
|
|
1008
963
|
): Promise<ListAnalysisReportsCommandOutput>;
|
|
1009
964
|
listAnalysisReports(
|
|
1010
965
|
args: ListAnalysisReportsCommandInput,
|
|
1011
|
-
cb: (err: any, data?: ListAnalysisReportsCommandOutput) => void
|
|
966
|
+
cb: (err: any, data?: ListAnalysisReportsCommandOutput) => void,
|
|
1012
967
|
): void;
|
|
1013
968
|
listAnalysisReports(
|
|
1014
969
|
args: ListAnalysisReportsCommandInput,
|
|
1015
970
|
options: __HttpHandlerOptions,
|
|
1016
|
-
cb: (err: any, data?: ListAnalysisReportsCommandOutput) => void
|
|
971
|
+
cb: (err: any, data?: ListAnalysisReportsCommandOutput) => void,
|
|
1017
972
|
): void;
|
|
1018
973
|
listContainerAssociations(): Promise<ListContainerAssociationsCommandOutput>;
|
|
1019
974
|
listContainerAssociations(
|
|
1020
975
|
args: ListContainerAssociationsCommandInput,
|
|
1021
|
-
options?: __HttpHandlerOptions
|
|
976
|
+
options?: __HttpHandlerOptions,
|
|
1022
977
|
): Promise<ListContainerAssociationsCommandOutput>;
|
|
1023
978
|
listContainerAssociations(
|
|
1024
979
|
args: ListContainerAssociationsCommandInput,
|
|
1025
|
-
cb: (err: any, data?: ListContainerAssociationsCommandOutput) => void
|
|
980
|
+
cb: (err: any, data?: ListContainerAssociationsCommandOutput) => void,
|
|
1026
981
|
): void;
|
|
1027
982
|
listContainerAssociations(
|
|
1028
983
|
args: ListContainerAssociationsCommandInput,
|
|
1029
984
|
options: __HttpHandlerOptions,
|
|
1030
|
-
cb: (err: any, data?: ListContainerAssociationsCommandOutput) => void
|
|
985
|
+
cb: (err: any, data?: ListContainerAssociationsCommandOutput) => void,
|
|
1031
986
|
): void;
|
|
1032
987
|
listFirewallPolicies(): Promise<ListFirewallPoliciesCommandOutput>;
|
|
1033
988
|
listFirewallPolicies(
|
|
1034
989
|
args: ListFirewallPoliciesCommandInput,
|
|
1035
|
-
options?: __HttpHandlerOptions
|
|
990
|
+
options?: __HttpHandlerOptions,
|
|
1036
991
|
): Promise<ListFirewallPoliciesCommandOutput>;
|
|
1037
992
|
listFirewallPolicies(
|
|
1038
993
|
args: ListFirewallPoliciesCommandInput,
|
|
1039
|
-
cb: (err: any, data?: ListFirewallPoliciesCommandOutput) => void
|
|
994
|
+
cb: (err: any, data?: ListFirewallPoliciesCommandOutput) => void,
|
|
1040
995
|
): void;
|
|
1041
996
|
listFirewallPolicies(
|
|
1042
997
|
args: ListFirewallPoliciesCommandInput,
|
|
1043
998
|
options: __HttpHandlerOptions,
|
|
1044
|
-
cb: (err: any, data?: ListFirewallPoliciesCommandOutput) => void
|
|
999
|
+
cb: (err: any, data?: ListFirewallPoliciesCommandOutput) => void,
|
|
1045
1000
|
): void;
|
|
1046
1001
|
listFirewalls(): Promise<ListFirewallsCommandOutput>;
|
|
1047
1002
|
listFirewalls(
|
|
1048
1003
|
args: ListFirewallsCommandInput,
|
|
1049
|
-
options?: __HttpHandlerOptions
|
|
1004
|
+
options?: __HttpHandlerOptions,
|
|
1050
1005
|
): Promise<ListFirewallsCommandOutput>;
|
|
1051
1006
|
listFirewalls(
|
|
1052
1007
|
args: ListFirewallsCommandInput,
|
|
1053
|
-
cb: (err: any, data?: ListFirewallsCommandOutput) => void
|
|
1008
|
+
cb: (err: any, data?: ListFirewallsCommandOutput) => void,
|
|
1054
1009
|
): void;
|
|
1055
1010
|
listFirewalls(
|
|
1056
1011
|
args: ListFirewallsCommandInput,
|
|
1057
1012
|
options: __HttpHandlerOptions,
|
|
1058
|
-
cb: (err: any, data?: ListFirewallsCommandOutput) => void
|
|
1013
|
+
cb: (err: any, data?: ListFirewallsCommandOutput) => void,
|
|
1059
1014
|
): void;
|
|
1060
1015
|
listFlowOperationResults(
|
|
1061
1016
|
args: ListFlowOperationResultsCommandInput,
|
|
1062
|
-
options?: __HttpHandlerOptions
|
|
1017
|
+
options?: __HttpHandlerOptions,
|
|
1063
1018
|
): Promise<ListFlowOperationResultsCommandOutput>;
|
|
1064
1019
|
listFlowOperationResults(
|
|
1065
1020
|
args: ListFlowOperationResultsCommandInput,
|
|
1066
|
-
cb: (err: any, data?: ListFlowOperationResultsCommandOutput) => void
|
|
1021
|
+
cb: (err: any, data?: ListFlowOperationResultsCommandOutput) => void,
|
|
1067
1022
|
): void;
|
|
1068
1023
|
listFlowOperationResults(
|
|
1069
1024
|
args: ListFlowOperationResultsCommandInput,
|
|
1070
1025
|
options: __HttpHandlerOptions,
|
|
1071
|
-
cb: (err: any, data?: ListFlowOperationResultsCommandOutput) => void
|
|
1026
|
+
cb: (err: any, data?: ListFlowOperationResultsCommandOutput) => void,
|
|
1072
1027
|
): void;
|
|
1073
1028
|
listFlowOperations(
|
|
1074
1029
|
args: ListFlowOperationsCommandInput,
|
|
1075
|
-
options?: __HttpHandlerOptions
|
|
1030
|
+
options?: __HttpHandlerOptions,
|
|
1076
1031
|
): Promise<ListFlowOperationsCommandOutput>;
|
|
1077
1032
|
listFlowOperations(
|
|
1078
1033
|
args: ListFlowOperationsCommandInput,
|
|
1079
|
-
cb: (err: any, data?: ListFlowOperationsCommandOutput) => void
|
|
1034
|
+
cb: (err: any, data?: ListFlowOperationsCommandOutput) => void,
|
|
1080
1035
|
): void;
|
|
1081
1036
|
listFlowOperations(
|
|
1082
1037
|
args: ListFlowOperationsCommandInput,
|
|
1083
1038
|
options: __HttpHandlerOptions,
|
|
1084
|
-
cb: (err: any, data?: ListFlowOperationsCommandOutput) => void
|
|
1039
|
+
cb: (err: any, data?: ListFlowOperationsCommandOutput) => void,
|
|
1085
1040
|
): void;
|
|
1086
1041
|
listProxies(): Promise<ListProxiesCommandOutput>;
|
|
1087
1042
|
listProxies(
|
|
1088
1043
|
args: ListProxiesCommandInput,
|
|
1089
|
-
options?: __HttpHandlerOptions
|
|
1044
|
+
options?: __HttpHandlerOptions,
|
|
1090
1045
|
): Promise<ListProxiesCommandOutput>;
|
|
1091
1046
|
listProxies(
|
|
1092
1047
|
args: ListProxiesCommandInput,
|
|
1093
|
-
cb: (err: any, data?: ListProxiesCommandOutput) => void
|
|
1048
|
+
cb: (err: any, data?: ListProxiesCommandOutput) => void,
|
|
1094
1049
|
): void;
|
|
1095
1050
|
listProxies(
|
|
1096
1051
|
args: ListProxiesCommandInput,
|
|
1097
1052
|
options: __HttpHandlerOptions,
|
|
1098
|
-
cb: (err: any, data?: ListProxiesCommandOutput) => void
|
|
1053
|
+
cb: (err: any, data?: ListProxiesCommandOutput) => void,
|
|
1099
1054
|
): void;
|
|
1100
1055
|
listProxyConfigurations(): Promise<ListProxyConfigurationsCommandOutput>;
|
|
1101
1056
|
listProxyConfigurations(
|
|
1102
1057
|
args: ListProxyConfigurationsCommandInput,
|
|
1103
|
-
options?: __HttpHandlerOptions
|
|
1058
|
+
options?: __HttpHandlerOptions,
|
|
1104
1059
|
): Promise<ListProxyConfigurationsCommandOutput>;
|
|
1105
1060
|
listProxyConfigurations(
|
|
1106
1061
|
args: ListProxyConfigurationsCommandInput,
|
|
1107
|
-
cb: (err: any, data?: ListProxyConfigurationsCommandOutput) => void
|
|
1062
|
+
cb: (err: any, data?: ListProxyConfigurationsCommandOutput) => void,
|
|
1108
1063
|
): void;
|
|
1109
1064
|
listProxyConfigurations(
|
|
1110
1065
|
args: ListProxyConfigurationsCommandInput,
|
|
1111
1066
|
options: __HttpHandlerOptions,
|
|
1112
|
-
cb: (err: any, data?: ListProxyConfigurationsCommandOutput) => void
|
|
1067
|
+
cb: (err: any, data?: ListProxyConfigurationsCommandOutput) => void,
|
|
1113
1068
|
): void;
|
|
1114
1069
|
listProxyRuleGroups(): Promise<ListProxyRuleGroupsCommandOutput>;
|
|
1115
1070
|
listProxyRuleGroups(
|
|
1116
1071
|
args: ListProxyRuleGroupsCommandInput,
|
|
1117
|
-
options?: __HttpHandlerOptions
|
|
1072
|
+
options?: __HttpHandlerOptions,
|
|
1118
1073
|
): Promise<ListProxyRuleGroupsCommandOutput>;
|
|
1119
1074
|
listProxyRuleGroups(
|
|
1120
1075
|
args: ListProxyRuleGroupsCommandInput,
|
|
1121
|
-
cb: (err: any, data?: ListProxyRuleGroupsCommandOutput) => void
|
|
1076
|
+
cb: (err: any, data?: ListProxyRuleGroupsCommandOutput) => void,
|
|
1122
1077
|
): void;
|
|
1123
1078
|
listProxyRuleGroups(
|
|
1124
1079
|
args: ListProxyRuleGroupsCommandInput,
|
|
1125
1080
|
options: __HttpHandlerOptions,
|
|
1126
|
-
cb: (err: any, data?: ListProxyRuleGroupsCommandOutput) => void
|
|
1081
|
+
cb: (err: any, data?: ListProxyRuleGroupsCommandOutput) => void,
|
|
1127
1082
|
): void;
|
|
1128
1083
|
listRuleGroups(): Promise<ListRuleGroupsCommandOutput>;
|
|
1129
1084
|
listRuleGroups(
|
|
1130
1085
|
args: ListRuleGroupsCommandInput,
|
|
1131
|
-
options?: __HttpHandlerOptions
|
|
1086
|
+
options?: __HttpHandlerOptions,
|
|
1132
1087
|
): Promise<ListRuleGroupsCommandOutput>;
|
|
1133
1088
|
listRuleGroups(
|
|
1134
1089
|
args: ListRuleGroupsCommandInput,
|
|
1135
|
-
cb: (err: any, data?: ListRuleGroupsCommandOutput) => void
|
|
1090
|
+
cb: (err: any, data?: ListRuleGroupsCommandOutput) => void,
|
|
1136
1091
|
): void;
|
|
1137
1092
|
listRuleGroups(
|
|
1138
1093
|
args: ListRuleGroupsCommandInput,
|
|
1139
1094
|
options: __HttpHandlerOptions,
|
|
1140
|
-
cb: (err: any, data?: ListRuleGroupsCommandOutput) => void
|
|
1095
|
+
cb: (err: any, data?: ListRuleGroupsCommandOutput) => void,
|
|
1141
1096
|
): void;
|
|
1142
1097
|
listTagsForResource(
|
|
1143
1098
|
args: ListTagsForResourceCommandInput,
|
|
1144
|
-
options?: __HttpHandlerOptions
|
|
1099
|
+
options?: __HttpHandlerOptions,
|
|
1145
1100
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
1146
1101
|
listTagsForResource(
|
|
1147
1102
|
args: ListTagsForResourceCommandInput,
|
|
1148
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1103
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
1149
1104
|
): void;
|
|
1150
1105
|
listTagsForResource(
|
|
1151
1106
|
args: ListTagsForResourceCommandInput,
|
|
1152
1107
|
options: __HttpHandlerOptions,
|
|
1153
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1108
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
1154
1109
|
): void;
|
|
1155
1110
|
listTLSInspectionConfigurations(): Promise<ListTLSInspectionConfigurationsCommandOutput>;
|
|
1156
1111
|
listTLSInspectionConfigurations(
|
|
1157
1112
|
args: ListTLSInspectionConfigurationsCommandInput,
|
|
1158
|
-
options?: __HttpHandlerOptions
|
|
1113
|
+
options?: __HttpHandlerOptions,
|
|
1159
1114
|
): Promise<ListTLSInspectionConfigurationsCommandOutput>;
|
|
1160
1115
|
listTLSInspectionConfigurations(
|
|
1161
1116
|
args: ListTLSInspectionConfigurationsCommandInput,
|
|
1162
|
-
cb: (err: any, data?: ListTLSInspectionConfigurationsCommandOutput) => void
|
|
1117
|
+
cb: (err: any, data?: ListTLSInspectionConfigurationsCommandOutput) => void,
|
|
1163
1118
|
): void;
|
|
1164
1119
|
listTLSInspectionConfigurations(
|
|
1165
1120
|
args: ListTLSInspectionConfigurationsCommandInput,
|
|
1166
1121
|
options: __HttpHandlerOptions,
|
|
1167
|
-
cb: (err: any, data?: ListTLSInspectionConfigurationsCommandOutput) => void
|
|
1122
|
+
cb: (err: any, data?: ListTLSInspectionConfigurationsCommandOutput) => void,
|
|
1168
1123
|
): void;
|
|
1169
1124
|
listVpcEndpointAssociations(): Promise<ListVpcEndpointAssociationsCommandOutput>;
|
|
1170
1125
|
listVpcEndpointAssociations(
|
|
1171
1126
|
args: ListVpcEndpointAssociationsCommandInput,
|
|
1172
|
-
options?: __HttpHandlerOptions
|
|
1127
|
+
options?: __HttpHandlerOptions,
|
|
1173
1128
|
): Promise<ListVpcEndpointAssociationsCommandOutput>;
|
|
1174
1129
|
listVpcEndpointAssociations(
|
|
1175
1130
|
args: ListVpcEndpointAssociationsCommandInput,
|
|
1176
|
-
cb: (err: any, data?: ListVpcEndpointAssociationsCommandOutput) => void
|
|
1131
|
+
cb: (err: any, data?: ListVpcEndpointAssociationsCommandOutput) => void,
|
|
1177
1132
|
): void;
|
|
1178
1133
|
listVpcEndpointAssociations(
|
|
1179
1134
|
args: ListVpcEndpointAssociationsCommandInput,
|
|
1180
1135
|
options: __HttpHandlerOptions,
|
|
1181
|
-
cb: (err: any, data?: ListVpcEndpointAssociationsCommandOutput) => void
|
|
1136
|
+
cb: (err: any, data?: ListVpcEndpointAssociationsCommandOutput) => void,
|
|
1182
1137
|
): void;
|
|
1183
1138
|
putResourcePolicy(
|
|
1184
1139
|
args: PutResourcePolicyCommandInput,
|
|
1185
|
-
options?: __HttpHandlerOptions
|
|
1140
|
+
options?: __HttpHandlerOptions,
|
|
1186
1141
|
): Promise<PutResourcePolicyCommandOutput>;
|
|
1187
1142
|
putResourcePolicy(
|
|
1188
1143
|
args: PutResourcePolicyCommandInput,
|
|
1189
|
-
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
1144
|
+
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
|
|
1190
1145
|
): void;
|
|
1191
1146
|
putResourcePolicy(
|
|
1192
1147
|
args: PutResourcePolicyCommandInput,
|
|
1193
1148
|
options: __HttpHandlerOptions,
|
|
1194
|
-
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void
|
|
1149
|
+
cb: (err: any, data?: PutResourcePolicyCommandOutput) => void,
|
|
1195
1150
|
): void;
|
|
1196
1151
|
rejectNetworkFirewallTransitGatewayAttachment(
|
|
1197
1152
|
args: RejectNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
1198
|
-
options?: __HttpHandlerOptions
|
|
1153
|
+
options?: __HttpHandlerOptions,
|
|
1199
1154
|
): Promise<RejectNetworkFirewallTransitGatewayAttachmentCommandOutput>;
|
|
1200
1155
|
rejectNetworkFirewallTransitGatewayAttachment(
|
|
1201
1156
|
args: RejectNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
1202
|
-
cb: (
|
|
1203
|
-
err: any,
|
|
1204
|
-
data?: RejectNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
1205
|
-
) => void
|
|
1157
|
+
cb: (err: any, data?: RejectNetworkFirewallTransitGatewayAttachmentCommandOutput) => void,
|
|
1206
1158
|
): void;
|
|
1207
1159
|
rejectNetworkFirewallTransitGatewayAttachment(
|
|
1208
1160
|
args: RejectNetworkFirewallTransitGatewayAttachmentCommandInput,
|
|
1209
1161
|
options: __HttpHandlerOptions,
|
|
1210
|
-
cb: (
|
|
1211
|
-
err: any,
|
|
1212
|
-
data?: RejectNetworkFirewallTransitGatewayAttachmentCommandOutput
|
|
1213
|
-
) => void
|
|
1162
|
+
cb: (err: any, data?: RejectNetworkFirewallTransitGatewayAttachmentCommandOutput) => void,
|
|
1214
1163
|
): void;
|
|
1215
1164
|
startAnalysisReport(
|
|
1216
1165
|
args: StartAnalysisReportCommandInput,
|
|
1217
|
-
options?: __HttpHandlerOptions
|
|
1166
|
+
options?: __HttpHandlerOptions,
|
|
1218
1167
|
): Promise<StartAnalysisReportCommandOutput>;
|
|
1219
1168
|
startAnalysisReport(
|
|
1220
1169
|
args: StartAnalysisReportCommandInput,
|
|
1221
|
-
cb: (err: any, data?: StartAnalysisReportCommandOutput) => void
|
|
1170
|
+
cb: (err: any, data?: StartAnalysisReportCommandOutput) => void,
|
|
1222
1171
|
): void;
|
|
1223
1172
|
startAnalysisReport(
|
|
1224
1173
|
args: StartAnalysisReportCommandInput,
|
|
1225
1174
|
options: __HttpHandlerOptions,
|
|
1226
|
-
cb: (err: any, data?: StartAnalysisReportCommandOutput) => void
|
|
1175
|
+
cb: (err: any, data?: StartAnalysisReportCommandOutput) => void,
|
|
1227
1176
|
): void;
|
|
1228
1177
|
startFlowCapture(
|
|
1229
1178
|
args: StartFlowCaptureCommandInput,
|
|
1230
|
-
options?: __HttpHandlerOptions
|
|
1179
|
+
options?: __HttpHandlerOptions,
|
|
1231
1180
|
): Promise<StartFlowCaptureCommandOutput>;
|
|
1232
1181
|
startFlowCapture(
|
|
1233
1182
|
args: StartFlowCaptureCommandInput,
|
|
1234
|
-
cb: (err: any, data?: StartFlowCaptureCommandOutput) => void
|
|
1183
|
+
cb: (err: any, data?: StartFlowCaptureCommandOutput) => void,
|
|
1235
1184
|
): void;
|
|
1236
1185
|
startFlowCapture(
|
|
1237
1186
|
args: StartFlowCaptureCommandInput,
|
|
1238
1187
|
options: __HttpHandlerOptions,
|
|
1239
|
-
cb: (err: any, data?: StartFlowCaptureCommandOutput) => void
|
|
1188
|
+
cb: (err: any, data?: StartFlowCaptureCommandOutput) => void,
|
|
1240
1189
|
): void;
|
|
1241
1190
|
startFlowFlush(
|
|
1242
1191
|
args: StartFlowFlushCommandInput,
|
|
1243
|
-
options?: __HttpHandlerOptions
|
|
1192
|
+
options?: __HttpHandlerOptions,
|
|
1244
1193
|
): Promise<StartFlowFlushCommandOutput>;
|
|
1245
1194
|
startFlowFlush(
|
|
1246
1195
|
args: StartFlowFlushCommandInput,
|
|
1247
|
-
cb: (err: any, data?: StartFlowFlushCommandOutput) => void
|
|
1196
|
+
cb: (err: any, data?: StartFlowFlushCommandOutput) => void,
|
|
1248
1197
|
): void;
|
|
1249
1198
|
startFlowFlush(
|
|
1250
1199
|
args: StartFlowFlushCommandInput,
|
|
1251
1200
|
options: __HttpHandlerOptions,
|
|
1252
|
-
cb: (err: any, data?: StartFlowFlushCommandOutput) => void
|
|
1201
|
+
cb: (err: any, data?: StartFlowFlushCommandOutput) => void,
|
|
1253
1202
|
): void;
|
|
1254
1203
|
tagResource(
|
|
1255
1204
|
args: TagResourceCommandInput,
|
|
1256
|
-
options?: __HttpHandlerOptions
|
|
1205
|
+
options?: __HttpHandlerOptions,
|
|
1257
1206
|
): Promise<TagResourceCommandOutput>;
|
|
1258
1207
|
tagResource(
|
|
1259
1208
|
args: TagResourceCommandInput,
|
|
1260
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1209
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1261
1210
|
): void;
|
|
1262
1211
|
tagResource(
|
|
1263
1212
|
args: TagResourceCommandInput,
|
|
1264
1213
|
options: __HttpHandlerOptions,
|
|
1265
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1214
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
1266
1215
|
): void;
|
|
1267
1216
|
untagResource(
|
|
1268
1217
|
args: UntagResourceCommandInput,
|
|
1269
|
-
options?: __HttpHandlerOptions
|
|
1218
|
+
options?: __HttpHandlerOptions,
|
|
1270
1219
|
): Promise<UntagResourceCommandOutput>;
|
|
1271
1220
|
untagResource(
|
|
1272
1221
|
args: UntagResourceCommandInput,
|
|
1273
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1222
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1274
1223
|
): void;
|
|
1275
1224
|
untagResource(
|
|
1276
1225
|
args: UntagResourceCommandInput,
|
|
1277
1226
|
options: __HttpHandlerOptions,
|
|
1278
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1227
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1279
1228
|
): void;
|
|
1280
1229
|
updateAvailabilityZoneChangeProtection(
|
|
1281
1230
|
args: UpdateAvailabilityZoneChangeProtectionCommandInput,
|
|
1282
|
-
options?: __HttpHandlerOptions
|
|
1231
|
+
options?: __HttpHandlerOptions,
|
|
1283
1232
|
): Promise<UpdateAvailabilityZoneChangeProtectionCommandOutput>;
|
|
1284
1233
|
updateAvailabilityZoneChangeProtection(
|
|
1285
1234
|
args: UpdateAvailabilityZoneChangeProtectionCommandInput,
|
|
1286
|
-
cb: (
|
|
1287
|
-
err: any,
|
|
1288
|
-
data?: UpdateAvailabilityZoneChangeProtectionCommandOutput
|
|
1289
|
-
) => void
|
|
1235
|
+
cb: (err: any, data?: UpdateAvailabilityZoneChangeProtectionCommandOutput) => void,
|
|
1290
1236
|
): void;
|
|
1291
1237
|
updateAvailabilityZoneChangeProtection(
|
|
1292
1238
|
args: UpdateAvailabilityZoneChangeProtectionCommandInput,
|
|
1293
1239
|
options: __HttpHandlerOptions,
|
|
1294
|
-
cb: (
|
|
1295
|
-
err: any,
|
|
1296
|
-
data?: UpdateAvailabilityZoneChangeProtectionCommandOutput
|
|
1297
|
-
) => void
|
|
1240
|
+
cb: (err: any, data?: UpdateAvailabilityZoneChangeProtectionCommandOutput) => void,
|
|
1298
1241
|
): void;
|
|
1299
1242
|
updateContainerAssociation(
|
|
1300
1243
|
args: UpdateContainerAssociationCommandInput,
|
|
1301
|
-
options?: __HttpHandlerOptions
|
|
1244
|
+
options?: __HttpHandlerOptions,
|
|
1302
1245
|
): Promise<UpdateContainerAssociationCommandOutput>;
|
|
1303
1246
|
updateContainerAssociation(
|
|
1304
1247
|
args: UpdateContainerAssociationCommandInput,
|
|
1305
|
-
cb: (err: any, data?: UpdateContainerAssociationCommandOutput) => void
|
|
1248
|
+
cb: (err: any, data?: UpdateContainerAssociationCommandOutput) => void,
|
|
1306
1249
|
): void;
|
|
1307
1250
|
updateContainerAssociation(
|
|
1308
1251
|
args: UpdateContainerAssociationCommandInput,
|
|
1309
1252
|
options: __HttpHandlerOptions,
|
|
1310
|
-
cb: (err: any, data?: UpdateContainerAssociationCommandOutput) => void
|
|
1253
|
+
cb: (err: any, data?: UpdateContainerAssociationCommandOutput) => void,
|
|
1311
1254
|
): void;
|
|
1312
1255
|
updateFirewallAnalysisSettings(): Promise<UpdateFirewallAnalysisSettingsCommandOutput>;
|
|
1313
1256
|
updateFirewallAnalysisSettings(
|
|
1314
1257
|
args: UpdateFirewallAnalysisSettingsCommandInput,
|
|
1315
|
-
options?: __HttpHandlerOptions
|
|
1258
|
+
options?: __HttpHandlerOptions,
|
|
1316
1259
|
): Promise<UpdateFirewallAnalysisSettingsCommandOutput>;
|
|
1317
1260
|
updateFirewallAnalysisSettings(
|
|
1318
1261
|
args: UpdateFirewallAnalysisSettingsCommandInput,
|
|
1319
|
-
cb: (err: any, data?: UpdateFirewallAnalysisSettingsCommandOutput) => void
|
|
1262
|
+
cb: (err: any, data?: UpdateFirewallAnalysisSettingsCommandOutput) => void,
|
|
1320
1263
|
): void;
|
|
1321
1264
|
updateFirewallAnalysisSettings(
|
|
1322
1265
|
args: UpdateFirewallAnalysisSettingsCommandInput,
|
|
1323
1266
|
options: __HttpHandlerOptions,
|
|
1324
|
-
cb: (err: any, data?: UpdateFirewallAnalysisSettingsCommandOutput) => void
|
|
1267
|
+
cb: (err: any, data?: UpdateFirewallAnalysisSettingsCommandOutput) => void,
|
|
1325
1268
|
): void;
|
|
1326
1269
|
updateFirewallDeleteProtection(
|
|
1327
1270
|
args: UpdateFirewallDeleteProtectionCommandInput,
|
|
1328
|
-
options?: __HttpHandlerOptions
|
|
1271
|
+
options?: __HttpHandlerOptions,
|
|
1329
1272
|
): Promise<UpdateFirewallDeleteProtectionCommandOutput>;
|
|
1330
1273
|
updateFirewallDeleteProtection(
|
|
1331
1274
|
args: UpdateFirewallDeleteProtectionCommandInput,
|
|
1332
|
-
cb: (err: any, data?: UpdateFirewallDeleteProtectionCommandOutput) => void
|
|
1275
|
+
cb: (err: any, data?: UpdateFirewallDeleteProtectionCommandOutput) => void,
|
|
1333
1276
|
): void;
|
|
1334
1277
|
updateFirewallDeleteProtection(
|
|
1335
1278
|
args: UpdateFirewallDeleteProtectionCommandInput,
|
|
1336
1279
|
options: __HttpHandlerOptions,
|
|
1337
|
-
cb: (err: any, data?: UpdateFirewallDeleteProtectionCommandOutput) => void
|
|
1280
|
+
cb: (err: any, data?: UpdateFirewallDeleteProtectionCommandOutput) => void,
|
|
1338
1281
|
): void;
|
|
1339
1282
|
updateFirewallDescription(): Promise<UpdateFirewallDescriptionCommandOutput>;
|
|
1340
1283
|
updateFirewallDescription(
|
|
1341
1284
|
args: UpdateFirewallDescriptionCommandInput,
|
|
1342
|
-
options?: __HttpHandlerOptions
|
|
1285
|
+
options?: __HttpHandlerOptions,
|
|
1343
1286
|
): Promise<UpdateFirewallDescriptionCommandOutput>;
|
|
1344
1287
|
updateFirewallDescription(
|
|
1345
1288
|
args: UpdateFirewallDescriptionCommandInput,
|
|
1346
|
-
cb: (err: any, data?: UpdateFirewallDescriptionCommandOutput) => void
|
|
1289
|
+
cb: (err: any, data?: UpdateFirewallDescriptionCommandOutput) => void,
|
|
1347
1290
|
): void;
|
|
1348
1291
|
updateFirewallDescription(
|
|
1349
1292
|
args: UpdateFirewallDescriptionCommandInput,
|
|
1350
1293
|
options: __HttpHandlerOptions,
|
|
1351
|
-
cb: (err: any, data?: UpdateFirewallDescriptionCommandOutput) => void
|
|
1294
|
+
cb: (err: any, data?: UpdateFirewallDescriptionCommandOutput) => void,
|
|
1352
1295
|
): void;
|
|
1353
1296
|
updateFirewallEncryptionConfiguration(): Promise<UpdateFirewallEncryptionConfigurationCommandOutput>;
|
|
1354
1297
|
updateFirewallEncryptionConfiguration(
|
|
1355
1298
|
args: UpdateFirewallEncryptionConfigurationCommandInput,
|
|
1356
|
-
options?: __HttpHandlerOptions
|
|
1299
|
+
options?: __HttpHandlerOptions,
|
|
1357
1300
|
): Promise<UpdateFirewallEncryptionConfigurationCommandOutput>;
|
|
1358
1301
|
updateFirewallEncryptionConfiguration(
|
|
1359
1302
|
args: UpdateFirewallEncryptionConfigurationCommandInput,
|
|
1360
|
-
cb: (
|
|
1361
|
-
err: any,
|
|
1362
|
-
data?: UpdateFirewallEncryptionConfigurationCommandOutput
|
|
1363
|
-
) => void
|
|
1303
|
+
cb: (err: any, data?: UpdateFirewallEncryptionConfigurationCommandOutput) => void,
|
|
1364
1304
|
): void;
|
|
1365
1305
|
updateFirewallEncryptionConfiguration(
|
|
1366
1306
|
args: UpdateFirewallEncryptionConfigurationCommandInput,
|
|
1367
1307
|
options: __HttpHandlerOptions,
|
|
1368
|
-
cb: (
|
|
1369
|
-
err: any,
|
|
1370
|
-
data?: UpdateFirewallEncryptionConfigurationCommandOutput
|
|
1371
|
-
) => void
|
|
1308
|
+
cb: (err: any, data?: UpdateFirewallEncryptionConfigurationCommandOutput) => void,
|
|
1372
1309
|
): void;
|
|
1373
1310
|
updateFirewallPolicy(
|
|
1374
1311
|
args: UpdateFirewallPolicyCommandInput,
|
|
1375
|
-
options?: __HttpHandlerOptions
|
|
1312
|
+
options?: __HttpHandlerOptions,
|
|
1376
1313
|
): Promise<UpdateFirewallPolicyCommandOutput>;
|
|
1377
1314
|
updateFirewallPolicy(
|
|
1378
1315
|
args: UpdateFirewallPolicyCommandInput,
|
|
1379
|
-
cb: (err: any, data?: UpdateFirewallPolicyCommandOutput) => void
|
|
1316
|
+
cb: (err: any, data?: UpdateFirewallPolicyCommandOutput) => void,
|
|
1380
1317
|
): void;
|
|
1381
1318
|
updateFirewallPolicy(
|
|
1382
1319
|
args: UpdateFirewallPolicyCommandInput,
|
|
1383
1320
|
options: __HttpHandlerOptions,
|
|
1384
|
-
cb: (err: any, data?: UpdateFirewallPolicyCommandOutput) => void
|
|
1321
|
+
cb: (err: any, data?: UpdateFirewallPolicyCommandOutput) => void,
|
|
1385
1322
|
): void;
|
|
1386
1323
|
updateFirewallPolicyChangeProtection(
|
|
1387
1324
|
args: UpdateFirewallPolicyChangeProtectionCommandInput,
|
|
1388
|
-
options?: __HttpHandlerOptions
|
|
1325
|
+
options?: __HttpHandlerOptions,
|
|
1389
1326
|
): Promise<UpdateFirewallPolicyChangeProtectionCommandOutput>;
|
|
1390
1327
|
updateFirewallPolicyChangeProtection(
|
|
1391
1328
|
args: UpdateFirewallPolicyChangeProtectionCommandInput,
|
|
1392
|
-
cb: (
|
|
1393
|
-
err: any,
|
|
1394
|
-
data?: UpdateFirewallPolicyChangeProtectionCommandOutput
|
|
1395
|
-
) => void
|
|
1329
|
+
cb: (err: any, data?: UpdateFirewallPolicyChangeProtectionCommandOutput) => void,
|
|
1396
1330
|
): void;
|
|
1397
1331
|
updateFirewallPolicyChangeProtection(
|
|
1398
1332
|
args: UpdateFirewallPolicyChangeProtectionCommandInput,
|
|
1399
1333
|
options: __HttpHandlerOptions,
|
|
1400
|
-
cb: (
|
|
1401
|
-
err: any,
|
|
1402
|
-
data?: UpdateFirewallPolicyChangeProtectionCommandOutput
|
|
1403
|
-
) => void
|
|
1334
|
+
cb: (err: any, data?: UpdateFirewallPolicyChangeProtectionCommandOutput) => void,
|
|
1404
1335
|
): void;
|
|
1405
1336
|
updateLoggingConfiguration(): Promise<UpdateLoggingConfigurationCommandOutput>;
|
|
1406
1337
|
updateLoggingConfiguration(
|
|
1407
1338
|
args: UpdateLoggingConfigurationCommandInput,
|
|
1408
|
-
options?: __HttpHandlerOptions
|
|
1339
|
+
options?: __HttpHandlerOptions,
|
|
1409
1340
|
): Promise<UpdateLoggingConfigurationCommandOutput>;
|
|
1410
1341
|
updateLoggingConfiguration(
|
|
1411
1342
|
args: UpdateLoggingConfigurationCommandInput,
|
|
1412
|
-
cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void
|
|
1343
|
+
cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void,
|
|
1413
1344
|
): void;
|
|
1414
1345
|
updateLoggingConfiguration(
|
|
1415
1346
|
args: UpdateLoggingConfigurationCommandInput,
|
|
1416
1347
|
options: __HttpHandlerOptions,
|
|
1417
|
-
cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void
|
|
1348
|
+
cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void,
|
|
1418
1349
|
): void;
|
|
1419
1350
|
updateProxy(
|
|
1420
1351
|
args: UpdateProxyCommandInput,
|
|
1421
|
-
options?: __HttpHandlerOptions
|
|
1352
|
+
options?: __HttpHandlerOptions,
|
|
1422
1353
|
): Promise<UpdateProxyCommandOutput>;
|
|
1423
1354
|
updateProxy(
|
|
1424
1355
|
args: UpdateProxyCommandInput,
|
|
1425
|
-
cb: (err: any, data?: UpdateProxyCommandOutput) => void
|
|
1356
|
+
cb: (err: any, data?: UpdateProxyCommandOutput) => void,
|
|
1426
1357
|
): void;
|
|
1427
1358
|
updateProxy(
|
|
1428
1359
|
args: UpdateProxyCommandInput,
|
|
1429
1360
|
options: __HttpHandlerOptions,
|
|
1430
|
-
cb: (err: any, data?: UpdateProxyCommandOutput) => void
|
|
1361
|
+
cb: (err: any, data?: UpdateProxyCommandOutput) => void,
|
|
1431
1362
|
): void;
|
|
1432
1363
|
updateProxyConfiguration(
|
|
1433
1364
|
args: UpdateProxyConfigurationCommandInput,
|
|
1434
|
-
options?: __HttpHandlerOptions
|
|
1365
|
+
options?: __HttpHandlerOptions,
|
|
1435
1366
|
): Promise<UpdateProxyConfigurationCommandOutput>;
|
|
1436
1367
|
updateProxyConfiguration(
|
|
1437
1368
|
args: UpdateProxyConfigurationCommandInput,
|
|
1438
|
-
cb: (err: any, data?: UpdateProxyConfigurationCommandOutput) => void
|
|
1369
|
+
cb: (err: any, data?: UpdateProxyConfigurationCommandOutput) => void,
|
|
1439
1370
|
): void;
|
|
1440
1371
|
updateProxyConfiguration(
|
|
1441
1372
|
args: UpdateProxyConfigurationCommandInput,
|
|
1442
1373
|
options: __HttpHandlerOptions,
|
|
1443
|
-
cb: (err: any, data?: UpdateProxyConfigurationCommandOutput) => void
|
|
1374
|
+
cb: (err: any, data?: UpdateProxyConfigurationCommandOutput) => void,
|
|
1444
1375
|
): void;
|
|
1445
1376
|
updateProxyRule(
|
|
1446
1377
|
args: UpdateProxyRuleCommandInput,
|
|
1447
|
-
options?: __HttpHandlerOptions
|
|
1378
|
+
options?: __HttpHandlerOptions,
|
|
1448
1379
|
): Promise<UpdateProxyRuleCommandOutput>;
|
|
1449
1380
|
updateProxyRule(
|
|
1450
1381
|
args: UpdateProxyRuleCommandInput,
|
|
1451
|
-
cb: (err: any, data?: UpdateProxyRuleCommandOutput) => void
|
|
1382
|
+
cb: (err: any, data?: UpdateProxyRuleCommandOutput) => void,
|
|
1452
1383
|
): void;
|
|
1453
1384
|
updateProxyRule(
|
|
1454
1385
|
args: UpdateProxyRuleCommandInput,
|
|
1455
1386
|
options: __HttpHandlerOptions,
|
|
1456
|
-
cb: (err: any, data?: UpdateProxyRuleCommandOutput) => void
|
|
1387
|
+
cb: (err: any, data?: UpdateProxyRuleCommandOutput) => void,
|
|
1457
1388
|
): void;
|
|
1458
1389
|
updateProxyRuleGroupPriorities(
|
|
1459
1390
|
args: UpdateProxyRuleGroupPrioritiesCommandInput,
|
|
1460
|
-
options?: __HttpHandlerOptions
|
|
1391
|
+
options?: __HttpHandlerOptions,
|
|
1461
1392
|
): Promise<UpdateProxyRuleGroupPrioritiesCommandOutput>;
|
|
1462
1393
|
updateProxyRuleGroupPriorities(
|
|
1463
1394
|
args: UpdateProxyRuleGroupPrioritiesCommandInput,
|
|
1464
|
-
cb: (err: any, data?: UpdateProxyRuleGroupPrioritiesCommandOutput) => void
|
|
1395
|
+
cb: (err: any, data?: UpdateProxyRuleGroupPrioritiesCommandOutput) => void,
|
|
1465
1396
|
): void;
|
|
1466
1397
|
updateProxyRuleGroupPriorities(
|
|
1467
1398
|
args: UpdateProxyRuleGroupPrioritiesCommandInput,
|
|
1468
1399
|
options: __HttpHandlerOptions,
|
|
1469
|
-
cb: (err: any, data?: UpdateProxyRuleGroupPrioritiesCommandOutput) => void
|
|
1400
|
+
cb: (err: any, data?: UpdateProxyRuleGroupPrioritiesCommandOutput) => void,
|
|
1470
1401
|
): void;
|
|
1471
1402
|
updateProxyRulePriorities(
|
|
1472
1403
|
args: UpdateProxyRulePrioritiesCommandInput,
|
|
1473
|
-
options?: __HttpHandlerOptions
|
|
1404
|
+
options?: __HttpHandlerOptions,
|
|
1474
1405
|
): Promise<UpdateProxyRulePrioritiesCommandOutput>;
|
|
1475
1406
|
updateProxyRulePriorities(
|
|
1476
1407
|
args: UpdateProxyRulePrioritiesCommandInput,
|
|
1477
|
-
cb: (err: any, data?: UpdateProxyRulePrioritiesCommandOutput) => void
|
|
1408
|
+
cb: (err: any, data?: UpdateProxyRulePrioritiesCommandOutput) => void,
|
|
1478
1409
|
): void;
|
|
1479
1410
|
updateProxyRulePriorities(
|
|
1480
1411
|
args: UpdateProxyRulePrioritiesCommandInput,
|
|
1481
1412
|
options: __HttpHandlerOptions,
|
|
1482
|
-
cb: (err: any, data?: UpdateProxyRulePrioritiesCommandOutput) => void
|
|
1413
|
+
cb: (err: any, data?: UpdateProxyRulePrioritiesCommandOutput) => void,
|
|
1483
1414
|
): void;
|
|
1484
1415
|
updateRuleGroup(
|
|
1485
1416
|
args: UpdateRuleGroupCommandInput,
|
|
1486
|
-
options?: __HttpHandlerOptions
|
|
1417
|
+
options?: __HttpHandlerOptions,
|
|
1487
1418
|
): Promise<UpdateRuleGroupCommandOutput>;
|
|
1488
1419
|
updateRuleGroup(
|
|
1489
1420
|
args: UpdateRuleGroupCommandInput,
|
|
1490
|
-
cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void
|
|
1421
|
+
cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void,
|
|
1491
1422
|
): void;
|
|
1492
1423
|
updateRuleGroup(
|
|
1493
1424
|
args: UpdateRuleGroupCommandInput,
|
|
1494
1425
|
options: __HttpHandlerOptions,
|
|
1495
|
-
cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void
|
|
1426
|
+
cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void,
|
|
1496
1427
|
): void;
|
|
1497
1428
|
updateSubnetChangeProtection(
|
|
1498
1429
|
args: UpdateSubnetChangeProtectionCommandInput,
|
|
1499
|
-
options?: __HttpHandlerOptions
|
|
1430
|
+
options?: __HttpHandlerOptions,
|
|
1500
1431
|
): Promise<UpdateSubnetChangeProtectionCommandOutput>;
|
|
1501
1432
|
updateSubnetChangeProtection(
|
|
1502
1433
|
args: UpdateSubnetChangeProtectionCommandInput,
|
|
1503
|
-
cb: (err: any, data?: UpdateSubnetChangeProtectionCommandOutput) => void
|
|
1434
|
+
cb: (err: any, data?: UpdateSubnetChangeProtectionCommandOutput) => void,
|
|
1504
1435
|
): void;
|
|
1505
1436
|
updateSubnetChangeProtection(
|
|
1506
1437
|
args: UpdateSubnetChangeProtectionCommandInput,
|
|
1507
1438
|
options: __HttpHandlerOptions,
|
|
1508
|
-
cb: (err: any, data?: UpdateSubnetChangeProtectionCommandOutput) => void
|
|
1439
|
+
cb: (err: any, data?: UpdateSubnetChangeProtectionCommandOutput) => void,
|
|
1509
1440
|
): void;
|
|
1510
1441
|
updateTLSInspectionConfiguration(
|
|
1511
1442
|
args: UpdateTLSInspectionConfigurationCommandInput,
|
|
1512
|
-
options?: __HttpHandlerOptions
|
|
1443
|
+
options?: __HttpHandlerOptions,
|
|
1513
1444
|
): Promise<UpdateTLSInspectionConfigurationCommandOutput>;
|
|
1514
1445
|
updateTLSInspectionConfiguration(
|
|
1515
1446
|
args: UpdateTLSInspectionConfigurationCommandInput,
|
|
1516
|
-
cb: (err: any, data?: UpdateTLSInspectionConfigurationCommandOutput) => void
|
|
1447
|
+
cb: (err: any, data?: UpdateTLSInspectionConfigurationCommandOutput) => void,
|
|
1517
1448
|
): void;
|
|
1518
1449
|
updateTLSInspectionConfiguration(
|
|
1519
1450
|
args: UpdateTLSInspectionConfigurationCommandInput,
|
|
1520
1451
|
options: __HttpHandlerOptions,
|
|
1521
|
-
cb: (err: any, data?: UpdateTLSInspectionConfigurationCommandOutput) => void
|
|
1452
|
+
cb: (err: any, data?: UpdateTLSInspectionConfigurationCommandOutput) => void,
|
|
1522
1453
|
): void;
|
|
1523
1454
|
paginateGetAnalysisReportResults(
|
|
1524
1455
|
args: GetAnalysisReportResultsCommandInput,
|
|
1525
1456
|
paginationConfig?: Pick<
|
|
1526
1457
|
PaginationConfiguration,
|
|
1527
1458
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1528
|
-
|
|
1459
|
+
>,
|
|
1529
1460
|
): Paginator<GetAnalysisReportResultsCommandOutput>;
|
|
1530
1461
|
paginateListAnalysisReports(
|
|
1531
1462
|
args?: ListAnalysisReportsCommandInput,
|
|
1532
1463
|
paginationConfig?: Pick<
|
|
1533
1464
|
PaginationConfiguration,
|
|
1534
1465
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1535
|
-
|
|
1466
|
+
>,
|
|
1536
1467
|
): Paginator<ListAnalysisReportsCommandOutput>;
|
|
1537
1468
|
paginateListContainerAssociations(
|
|
1538
1469
|
args?: ListContainerAssociationsCommandInput,
|
|
1539
1470
|
paginationConfig?: Pick<
|
|
1540
1471
|
PaginationConfiguration,
|
|
1541
1472
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1542
|
-
|
|
1473
|
+
>,
|
|
1543
1474
|
): Paginator<ListContainerAssociationsCommandOutput>;
|
|
1544
1475
|
paginateListFirewallPolicies(
|
|
1545
1476
|
args?: ListFirewallPoliciesCommandInput,
|
|
1546
1477
|
paginationConfig?: Pick<
|
|
1547
1478
|
PaginationConfiguration,
|
|
1548
1479
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1549
|
-
|
|
1480
|
+
>,
|
|
1550
1481
|
): Paginator<ListFirewallPoliciesCommandOutput>;
|
|
1551
1482
|
paginateListFirewalls(
|
|
1552
1483
|
args?: ListFirewallsCommandInput,
|
|
1553
1484
|
paginationConfig?: Pick<
|
|
1554
1485
|
PaginationConfiguration,
|
|
1555
1486
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1556
|
-
|
|
1487
|
+
>,
|
|
1557
1488
|
): Paginator<ListFirewallsCommandOutput>;
|
|
1558
1489
|
paginateListFlowOperationResults(
|
|
1559
1490
|
args: ListFlowOperationResultsCommandInput,
|
|
1560
1491
|
paginationConfig?: Pick<
|
|
1561
1492
|
PaginationConfiguration,
|
|
1562
1493
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1563
|
-
|
|
1494
|
+
>,
|
|
1564
1495
|
): Paginator<ListFlowOperationResultsCommandOutput>;
|
|
1565
1496
|
paginateListFlowOperations(
|
|
1566
1497
|
args: ListFlowOperationsCommandInput,
|
|
1567
1498
|
paginationConfig?: Pick<
|
|
1568
1499
|
PaginationConfiguration,
|
|
1569
1500
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1570
|
-
|
|
1501
|
+
>,
|
|
1571
1502
|
): Paginator<ListFlowOperationsCommandOutput>;
|
|
1572
1503
|
paginateListProxies(
|
|
1573
1504
|
args?: ListProxiesCommandInput,
|
|
1574
1505
|
paginationConfig?: Pick<
|
|
1575
1506
|
PaginationConfiguration,
|
|
1576
1507
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1577
|
-
|
|
1508
|
+
>,
|
|
1578
1509
|
): Paginator<ListProxiesCommandOutput>;
|
|
1579
1510
|
paginateListProxyConfigurations(
|
|
1580
1511
|
args?: ListProxyConfigurationsCommandInput,
|
|
1581
1512
|
paginationConfig?: Pick<
|
|
1582
1513
|
PaginationConfiguration,
|
|
1583
1514
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1584
|
-
|
|
1515
|
+
>,
|
|
1585
1516
|
): Paginator<ListProxyConfigurationsCommandOutput>;
|
|
1586
1517
|
paginateListProxyRuleGroups(
|
|
1587
1518
|
args?: ListProxyRuleGroupsCommandInput,
|
|
1588
1519
|
paginationConfig?: Pick<
|
|
1589
1520
|
PaginationConfiguration,
|
|
1590
1521
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1591
|
-
|
|
1522
|
+
>,
|
|
1592
1523
|
): Paginator<ListProxyRuleGroupsCommandOutput>;
|
|
1593
1524
|
paginateListRuleGroups(
|
|
1594
1525
|
args?: ListRuleGroupsCommandInput,
|
|
1595
1526
|
paginationConfig?: Pick<
|
|
1596
1527
|
PaginationConfiguration,
|
|
1597
1528
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1598
|
-
|
|
1529
|
+
>,
|
|
1599
1530
|
): Paginator<ListRuleGroupsCommandOutput>;
|
|
1600
1531
|
paginateListTagsForResource(
|
|
1601
1532
|
args: ListTagsForResourceCommandInput,
|
|
1602
1533
|
paginationConfig?: Pick<
|
|
1603
1534
|
PaginationConfiguration,
|
|
1604
1535
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1605
|
-
|
|
1536
|
+
>,
|
|
1606
1537
|
): Paginator<ListTagsForResourceCommandOutput>;
|
|
1607
1538
|
paginateListTLSInspectionConfigurations(
|
|
1608
1539
|
args?: ListTLSInspectionConfigurationsCommandInput,
|
|
1609
1540
|
paginationConfig?: Pick<
|
|
1610
1541
|
PaginationConfiguration,
|
|
1611
1542
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1612
|
-
|
|
1543
|
+
>,
|
|
1613
1544
|
): Paginator<ListTLSInspectionConfigurationsCommandOutput>;
|
|
1614
1545
|
paginateListVpcEndpointAssociations(
|
|
1615
1546
|
args?: ListVpcEndpointAssociationsCommandInput,
|
|
1616
1547
|
paginationConfig?: Pick<
|
|
1617
1548
|
PaginationConfiguration,
|
|
1618
1549
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1619
|
-
|
|
1550
|
+
>,
|
|
1620
1551
|
): Paginator<ListVpcEndpointAssociationsCommandOutput>;
|
|
1621
1552
|
}
|
|
1622
|
-
export declare class NetworkFirewall
|
|
1623
|
-
extends NetworkFirewallClient
|
|
1624
|
-
implements NetworkFirewall {}
|
|
1553
|
+
export declare class NetworkFirewall extends NetworkFirewallClient implements NetworkFirewall {}
|