@aws-sdk/client-ec2 3.295.0 → 3.296.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/dist-cjs/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
  2. package/dist-cjs/commands/CreateReservedInstancesListingCommand.js +3 -3
  3. package/dist-cjs/commands/CreateRestoreImageTaskCommand.js +3 -3
  4. package/dist-cjs/commands/CreateRouteCommand.js +3 -3
  5. package/dist-cjs/commands/CreateRouteTableCommand.js +1 -2
  6. package/dist-cjs/commands/DeleteSubnetCidrReservationCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteSubnetCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteTrafficMirrorFilterCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteTrafficMirrorFilterRuleCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
  12. package/dist-cjs/commands/DescribeVolumeStatusCommand.js +1 -2
  13. package/dist-cjs/commands/DescribeVolumesCommand.js +2 -1
  14. package/dist-cjs/commands/DescribeVolumesModificationsCommand.js +3 -3
  15. package/dist-cjs/commands/ImportVolumeCommand.js +3 -3
  16. package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +3 -3
  17. package/dist-cjs/commands/ListSnapshotsInRecycleBinCommand.js +3 -3
  18. package/dist-cjs/commands/ModifyAddressAttributeCommand.js +1 -2
  19. package/dist-cjs/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
  20. package/dist-cjs/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +3 -3
  21. package/dist-cjs/commands/StopInstancesCommand.js +3 -3
  22. package/dist-cjs/commands/TerminateClientVpnConnectionsCommand.js +3 -3
  23. package/dist-cjs/commands/TerminateInstancesCommand.js +1 -2
  24. package/dist-cjs/models/models_0.js +25 -27
  25. package/dist-cjs/models/models_1.js +44 -42
  26. package/dist-cjs/models/models_2.js +41 -41
  27. package/dist-cjs/models/models_3.js +42 -47
  28. package/dist-cjs/models/models_4.js +47 -45
  29. package/dist-cjs/models/models_5.js +48 -42
  30. package/dist-cjs/models/models_6.js +44 -42
  31. package/dist-cjs/models/models_7.js +37 -1
  32. package/dist-cjs/protocols/Aws_ec2.js +333 -0
  33. package/dist-es/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
  34. package/dist-es/commands/CreateReservedInstancesListingCommand.js +1 -1
  35. package/dist-es/commands/CreateRestoreImageTaskCommand.js +1 -1
  36. package/dist-es/commands/CreateRouteCommand.js +1 -1
  37. package/dist-es/commands/CreateRouteTableCommand.js +1 -2
  38. package/dist-es/commands/DeleteSubnetCidrReservationCommand.js +1 -1
  39. package/dist-es/commands/DeleteSubnetCommand.js +1 -1
  40. package/dist-es/commands/DeleteTagsCommand.js +1 -1
  41. package/dist-es/commands/DeleteTrafficMirrorFilterCommand.js +1 -1
  42. package/dist-es/commands/DeleteTrafficMirrorFilterRuleCommand.js +1 -1
  43. package/dist-es/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
  44. package/dist-es/commands/DescribeVolumeStatusCommand.js +1 -2
  45. package/dist-es/commands/DescribeVolumesCommand.js +2 -1
  46. package/dist-es/commands/DescribeVolumesModificationsCommand.js +1 -1
  47. package/dist-es/commands/ImportVolumeCommand.js +1 -1
  48. package/dist-es/commands/ListImagesInRecycleBinCommand.js +1 -1
  49. package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +1 -1
  50. package/dist-es/commands/ModifyAddressAttributeCommand.js +1 -2
  51. package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
  52. package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +1 -1
  53. package/dist-es/commands/StopInstancesCommand.js +1 -1
  54. package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +1 -1
  55. package/dist-es/commands/TerminateInstancesCommand.js +1 -2
  56. package/dist-es/models/models_0.js +15 -18
  57. package/dist-es/models/models_1.js +30 -27
  58. package/dist-es/models/models_2.js +27 -27
  59. package/dist-es/models/models_3.js +27 -33
  60. package/dist-es/models/models_4.js +33 -31
  61. package/dist-es/models/models_5.js +34 -27
  62. package/dist-es/models/models_6.js +29 -27
  63. package/dist-es/models/models_7.js +27 -0
  64. package/dist-es/protocols/Aws_ec2.js +333 -0
  65. package/dist-types/EC2.d.ts +14 -6
  66. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -2
  67. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
  68. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -1
  69. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -2
  73. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
  74. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  75. package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
  76. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  77. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  78. package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  79. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -2
  80. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -2
  81. package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -1
  82. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  83. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +3 -0
  84. package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
  85. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  86. package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  87. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -2
  88. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +3 -0
  89. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -1
  90. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  91. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  92. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  93. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -2
  94. package/dist-types/models/models_0.d.ts +193 -96
  95. package/dist-types/models/models_1.d.ts +202 -231
  96. package/dist-types/models/models_2.d.ts +230 -141
  97. package/dist-types/models/models_3.d.ts +125 -229
  98. package/dist-types/models/models_4.d.ts +261 -358
  99. package/dist-types/models/models_5.d.ts +359 -200
  100. package/dist-types/models/models_6.d.ts +204 -163
  101. package/dist-types/models/models_7.d.ts +162 -0
  102. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -4
  103. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +4 -2
  107. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +4 -2
  113. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
  114. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -4
  115. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +4 -2
  120. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -4
  121. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +4 -2
  125. package/dist-types/ts3.4/models/models_0.d.ts +59 -36
  126. package/dist-types/ts3.4/models/models_1.d.ts +74 -87
  127. package/dist-types/ts3.4/models/models_2.d.ts +83 -61
  128. package/dist-types/ts3.4/models/models_3.d.ts +63 -89
  129. package/dist-types/ts3.4/models/models_4.d.ts +89 -94
  130. package/dist-types/ts3.4/models/models_5.d.ts +91 -83
  131. package/dist-types/ts3.4/models/models_6.d.ts +84 -73
  132. package/dist-types/ts3.4/models/models_7.d.ts +68 -0
  133. package/package.json +31 -31
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DeleteTrafficMirrorFilterRuleRequest,
16
16
  DeleteTrafficMirrorFilterRuleResult,
17
- } from "../models/models_2";
17
+ } from "../models/models_3";
18
18
  export interface DeleteTrafficMirrorFilterRuleCommandInput
19
19
  extends DeleteTrafficMirrorFilterRuleRequest {}
20
20
  export interface DeleteTrafficMirrorFilterRuleCommandOutput
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { DeleteTrafficMirrorSessionRequest } from "../models/models_2";
15
- import { DeleteTrafficMirrorSessionResult } from "../models/models_3";
14
+ import {
15
+ DeleteTrafficMirrorSessionRequest,
16
+ DeleteTrafficMirrorSessionResult,
17
+ } from "../models/models_3";
16
18
  export interface DeleteTrafficMirrorSessionCommandInput
17
19
  extends DeleteTrafficMirrorSessionRequest {}
18
20
  export interface DeleteTrafficMirrorSessionCommandOutput
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { DescribeVolumeStatusRequest } from "../models/models_4";
15
- import { DescribeVolumeStatusResult } from "../models/models_5";
14
+ import {
15
+ DescribeVolumeStatusRequest,
16
+ DescribeVolumeStatusResult,
17
+ } from "../models/models_5";
16
18
  export interface DescribeVolumeStatusCommandInput
17
19
  extends DescribeVolumeStatusRequest {}
18
20
  export interface DescribeVolumeStatusCommandOutput
@@ -11,10 +11,8 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import {
15
- DescribeVolumesRequest,
16
- DescribeVolumesResult,
17
- } from "../models/models_4";
14
+ import { DescribeVolumesRequest } from "../models/models_4";
15
+ import { DescribeVolumesResult } from "../models/models_5";
18
16
  export interface DescribeVolumesCommandInput extends DescribeVolumesRequest {}
19
17
  export interface DescribeVolumesCommandOutput
20
18
  extends DescribeVolumesResult,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  DescribeVolumesModificationsRequest,
16
16
  DescribeVolumesModificationsResult,
17
- } from "../models/models_4";
17
+ } from "../models/models_5";
18
18
  export interface DescribeVolumesModificationsCommandInput
19
19
  extends DescribeVolumesModificationsRequest {}
20
20
  export interface DescribeVolumesModificationsCommandOutput
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { ImportVolumeRequest, ImportVolumeResult } from "../models/models_5";
14
+ import { ImportVolumeRequest, ImportVolumeResult } from "../models/models_6";
15
15
  export interface ImportVolumeCommandInput extends ImportVolumeRequest {}
16
16
  export interface ImportVolumeCommandOutput
17
17
  extends ImportVolumeResult,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ListImagesInRecycleBinRequest,
16
16
  ListImagesInRecycleBinResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export interface ListImagesInRecycleBinCommandInput
19
19
  extends ListImagesInRecycleBinRequest {}
20
20
  export interface ListImagesInRecycleBinCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  ListSnapshotsInRecycleBinRequest,
16
16
  ListSnapshotsInRecycleBinResult,
17
- } from "../models/models_5";
17
+ } from "../models/models_6";
18
18
  export interface ListSnapshotsInRecycleBinCommandInput
19
19
  extends ListSnapshotsInRecycleBinRequest {}
20
20
  export interface ListSnapshotsInRecycleBinCommandOutput
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { ModifyAddressAttributeRequest } from "../models/models_5";
15
- import { ModifyAddressAttributeResult } from "../models/models_6";
14
+ import {
15
+ ModifyAddressAttributeRequest,
16
+ ModifyAddressAttributeResult,
17
+ } from "../models/models_6";
16
18
  export interface ModifyAddressAttributeCommandInput
17
19
  extends ModifyAddressAttributeRequest {}
18
20
  export interface ModifyAddressAttributeCommandOutput
@@ -11,10 +11,8 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import {
15
- StartNetworkInsightsAnalysisRequest,
16
- StartNetworkInsightsAnalysisResult,
17
- } from "../models/models_6";
14
+ import { StartNetworkInsightsAnalysisRequest } from "../models/models_6";
15
+ import { StartNetworkInsightsAnalysisResult } from "../models/models_7";
18
16
  export interface StartNetworkInsightsAnalysisCommandInput
19
17
  extends StartNetworkInsightsAnalysisRequest {}
20
18
  export interface StartNetworkInsightsAnalysisCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  StartVpcEndpointServicePrivateDnsVerificationRequest,
16
16
  StartVpcEndpointServicePrivateDnsVerificationResult,
17
- } from "../models/models_6";
17
+ } from "../models/models_7";
18
18
  export interface StartVpcEndpointServicePrivateDnsVerificationCommandInput
19
19
  extends StartVpcEndpointServicePrivateDnsVerificationRequest {}
20
20
  export interface StartVpcEndpointServicePrivateDnsVerificationCommandOutput
@@ -11,7 +11,7 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { StopInstancesRequest, StopInstancesResult } from "../models/models_6";
14
+ import { StopInstancesRequest, StopInstancesResult } from "../models/models_7";
15
15
  export interface StopInstancesCommandInput extends StopInstancesRequest {}
16
16
  export interface StopInstancesCommandOutput
17
17
  extends StopInstancesResult,
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  TerminateClientVpnConnectionsRequest,
16
16
  TerminateClientVpnConnectionsResult,
17
- } from "../models/models_6";
17
+ } from "../models/models_7";
18
18
  export interface TerminateClientVpnConnectionsCommandInput
19
19
  extends TerminateClientVpnConnectionsRequest {}
20
20
  export interface TerminateClientVpnConnectionsCommandOutput
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { TerminateInstancesRequest } from "../models/models_6";
15
- import { TerminateInstancesResult } from "../models/models_7";
14
+ import {
15
+ TerminateInstancesRequest,
16
+ TerminateInstancesResult,
17
+ } from "../models/models_7";
16
18
  export interface TerminateInstancesCommandInput
17
19
  extends TerminateInstancesRequest {}
18
20
  export interface TerminateInstancesCommandOutput
@@ -370,14 +370,52 @@ export interface AnalysisComponent {
370
370
  Arn?: string;
371
371
  Name?: string;
372
372
  }
373
+ export interface RuleOption {
374
+ Keyword?: string;
375
+ Settings?: string[];
376
+ }
377
+ export interface RuleGroupRuleOptionsPair {
378
+ RuleGroupArn?: string;
379
+ RuleOptions?: RuleOption[];
380
+ }
381
+ export interface RuleGroupTypePair {
382
+ RuleGroupArn?: string;
383
+ RuleGroupType?: string;
384
+ }
373
385
  export interface AdditionalDetail {
374
386
  AdditionalDetailType?: string;
375
387
  Component?: AnalysisComponent;
388
+ VpcEndpointService?: AnalysisComponent;
389
+ RuleOptions?: RuleOption[];
390
+ RuleGroupTypePairs?: RuleGroupTypePair[];
391
+ RuleGroupRuleOptionsPairs?: RuleGroupRuleOptionsPair[];
392
+ ServiceName?: string;
393
+ LoadBalancers?: AnalysisComponent[];
376
394
  }
377
395
  export interface AnalysisLoadBalancerListener {
378
396
  LoadBalancerPort?: number;
379
397
  InstancePort?: number;
380
398
  }
399
+ export interface FirewallStatefulRule {
400
+ RuleGroupArn?: string;
401
+ Sources?: string[];
402
+ Destinations?: string[];
403
+ SourcePorts?: PortRange[];
404
+ DestinationPorts?: PortRange[];
405
+ Protocol?: string;
406
+ RuleAction?: string;
407
+ Direction?: string;
408
+ }
409
+ export interface FirewallStatelessRule {
410
+ RuleGroupArn?: string;
411
+ Sources?: string[];
412
+ Destinations?: string[];
413
+ SourcePorts?: PortRange[];
414
+ DestinationPorts?: PortRange[];
415
+ Protocols?: number[];
416
+ RuleAction?: string;
417
+ Priority?: number;
418
+ }
381
419
  export interface AnalysisLoadBalancerTarget {
382
420
  Address?: string;
383
421
  AvailabilityZone?: string;
@@ -396,6 +434,9 @@ export interface AnalysisRouteTableRoute {
396
434
  TransitGatewayId?: string;
397
435
  VpcPeeringConnectionId?: string;
398
436
  State?: string;
437
+ CarrierGatewayId?: string;
438
+ CoreNetworkArn?: string;
439
+ LocalGatewayId?: string;
399
440
  }
400
441
  export interface AnalysisSecurityGroupRule {
401
442
  Cidr?: string;
@@ -466,6 +507,8 @@ export interface Explanation {
466
507
  TransitGatewayAttachment?: AnalysisComponent;
467
508
  ComponentAccount?: string;
468
509
  ComponentRegion?: string;
510
+ FirewallStatelessRule?: FirewallStatelessRule;
511
+ FirewallStatefulRule?: FirewallStatefulRule;
469
512
  }
470
513
  export interface AnalysisPacketHeader {
471
514
  DestinationAddresses?: string[];
@@ -492,6 +535,9 @@ export interface PathComponent {
492
535
  TransitGatewayRouteTableRoute?: TransitGatewayRouteTableRoute;
493
536
  Explanations?: Explanation[];
494
537
  ElasticLoadBalancerListener?: AnalysisComponent;
538
+ FirewallStatelessRule?: FirewallStatelessRule;
539
+ FirewallStatefulRule?: FirewallStatefulRule;
540
+ ServiceName?: string;
495
541
  }
496
542
  export interface AccessScopeAnalysisFinding {
497
543
  NetworkInsightsAccessScopeAnalysisId?: string;
@@ -2486,30 +2532,6 @@ export interface FederatedAuthenticationRequest {
2486
2532
  export interface CertificateAuthenticationRequest {
2487
2533
  ClientRootCertificateChainArn?: string;
2488
2534
  }
2489
- export declare enum ClientVpnAuthenticationType {
2490
- certificate_authentication = "certificate-authentication",
2491
- directory_service_authentication = "directory-service-authentication",
2492
- federated_authentication = "federated-authentication",
2493
- }
2494
- export interface ClientVpnAuthenticationRequest {
2495
- Type?: ClientVpnAuthenticationType | string;
2496
- ActiveDirectory?: DirectoryServiceAuthenticationRequest;
2497
- MutualAuthentication?: CertificateAuthenticationRequest;
2498
- FederatedAuthentication?: FederatedAuthenticationRequest;
2499
- }
2500
- export interface ClientConnectOptions {
2501
- Enabled?: boolean;
2502
- LambdaFunctionArn?: string;
2503
- }
2504
- export interface ClientLoginBannerOptions {
2505
- Enabled?: boolean;
2506
- BannerText?: string;
2507
- }
2508
- export interface ConnectionLogOptions {
2509
- Enabled?: boolean;
2510
- CloudwatchLogGroup?: string;
2511
- CloudwatchLogStream?: string;
2512
- }
2513
2535
  export declare const AcceleratorCountFilterSensitiveLog: (
2514
2536
  obj: AcceleratorCount
2515
2537
  ) => any;
@@ -2627,12 +2649,25 @@ export declare const AnalysisAclRuleFilterSensitiveLog: (
2627
2649
  export declare const AnalysisComponentFilterSensitiveLog: (
2628
2650
  obj: AnalysisComponent
2629
2651
  ) => any;
2652
+ export declare const RuleOptionFilterSensitiveLog: (obj: RuleOption) => any;
2653
+ export declare const RuleGroupRuleOptionsPairFilterSensitiveLog: (
2654
+ obj: RuleGroupRuleOptionsPair
2655
+ ) => any;
2656
+ export declare const RuleGroupTypePairFilterSensitiveLog: (
2657
+ obj: RuleGroupTypePair
2658
+ ) => any;
2630
2659
  export declare const AdditionalDetailFilterSensitiveLog: (
2631
2660
  obj: AdditionalDetail
2632
2661
  ) => any;
2633
2662
  export declare const AnalysisLoadBalancerListenerFilterSensitiveLog: (
2634
2663
  obj: AnalysisLoadBalancerListener
2635
2664
  ) => any;
2665
+ export declare const FirewallStatefulRuleFilterSensitiveLog: (
2666
+ obj: FirewallStatefulRule
2667
+ ) => any;
2668
+ export declare const FirewallStatelessRuleFilterSensitiveLog: (
2669
+ obj: FirewallStatelessRule
2670
+ ) => any;
2636
2671
  export declare const AnalysisLoadBalancerTargetFilterSensitiveLog: (
2637
2672
  obj: AnalysisLoadBalancerTarget
2638
2673
  ) => any;
@@ -3169,15 +3204,3 @@ export declare const FederatedAuthenticationRequestFilterSensitiveLog: (
3169
3204
  export declare const CertificateAuthenticationRequestFilterSensitiveLog: (
3170
3205
  obj: CertificateAuthenticationRequest
3171
3206
  ) => any;
3172
- export declare const ClientVpnAuthenticationRequestFilterSensitiveLog: (
3173
- obj: ClientVpnAuthenticationRequest
3174
- ) => any;
3175
- export declare const ClientConnectOptionsFilterSensitiveLog: (
3176
- obj: ClientConnectOptions
3177
- ) => any;
3178
- export declare const ClientLoginBannerOptionsFilterSensitiveLog: (
3179
- obj: ClientLoginBannerOptions
3180
- ) => any;
3181
- export declare const ConnectionLogOptionsFilterSensitiveLog: (
3182
- obj: ConnectionLogOptions
3183
- ) => any;
@@ -13,17 +13,14 @@ import {
13
13
  AddPrefixListEntry,
14
14
  AddressFamily,
15
15
  AttachmentStatus,
16
- ClientConnectOptions,
17
- ClientLoginBannerOptions,
18
- ClientVpnAuthenticationRequest,
19
- ConnectionLogOptions,
20
- CurrencyCodeValues,
16
+ CertificateAuthenticationRequest,
17
+ DirectoryServiceAuthenticationRequest,
18
+ FederatedAuthenticationRequest,
21
19
  InstanceEventWindow,
22
20
  Ipv4PrefixSpecification,
23
21
  NatGatewayAddress,
24
22
  PortRange,
25
23
  Protocol,
26
- ReservedInstancesListing,
27
24
  ResourceType,
28
25
  SubnetIpv6CidrBlockAssociation,
29
26
  Tag,
@@ -33,6 +30,30 @@ import {
33
30
  VpcIpv6CidrBlockAssociation,
34
31
  WeekDay,
35
32
  } from "./models_0";
33
+ export declare enum ClientVpnAuthenticationType {
34
+ certificate_authentication = "certificate-authentication",
35
+ directory_service_authentication = "directory-service-authentication",
36
+ federated_authentication = "federated-authentication",
37
+ }
38
+ export interface ClientVpnAuthenticationRequest {
39
+ Type?: ClientVpnAuthenticationType | string;
40
+ ActiveDirectory?: DirectoryServiceAuthenticationRequest;
41
+ MutualAuthentication?: CertificateAuthenticationRequest;
42
+ FederatedAuthentication?: FederatedAuthenticationRequest;
43
+ }
44
+ export interface ClientConnectOptions {
45
+ Enabled?: boolean;
46
+ LambdaFunctionArn?: string;
47
+ }
48
+ export interface ClientLoginBannerOptions {
49
+ Enabled?: boolean;
50
+ BannerText?: string;
51
+ }
52
+ export interface ConnectionLogOptions {
53
+ Enabled?: boolean;
54
+ CloudwatchLogGroup?: string;
55
+ CloudwatchLogStream?: string;
56
+ }
36
57
  export declare enum SelfServicePortal {
37
58
  disabled = "disabled",
38
59
  enabled = "enabled",
@@ -1653,16 +1674,38 @@ export interface CreateNetworkInsightsAccessScopeResult {
1653
1674
  NetworkInsightsAccessScope?: NetworkInsightsAccessScope;
1654
1675
  NetworkInsightsAccessScopeContent?: NetworkInsightsAccessScopeContent;
1655
1676
  }
1677
+ export interface RequestFilterPortRange {
1678
+ FromPort?: number;
1679
+ ToPort?: number;
1680
+ }
1681
+ export interface PathRequestFilter {
1682
+ SourceAddress?: string;
1683
+ SourcePortRange?: RequestFilterPortRange;
1684
+ DestinationAddress?: string;
1685
+ DestinationPortRange?: RequestFilterPortRange;
1686
+ }
1656
1687
  export interface CreateNetworkInsightsPathRequest {
1657
1688
  SourceIp?: string;
1658
1689
  DestinationIp?: string;
1659
1690
  Source: string | undefined;
1660
- Destination: string | undefined;
1691
+ Destination?: string;
1661
1692
  Protocol: Protocol | string | undefined;
1662
1693
  DestinationPort?: number;
1663
1694
  TagSpecifications?: TagSpecification[];
1664
1695
  DryRun?: boolean;
1665
1696
  ClientToken?: string;
1697
+ FilterAtSource?: PathRequestFilter;
1698
+ FilterAtDestination?: PathRequestFilter;
1699
+ }
1700
+ export interface FilterPortRange {
1701
+ FromPort?: number;
1702
+ ToPort?: number;
1703
+ }
1704
+ export interface PathFilter {
1705
+ SourceAddress?: string;
1706
+ SourcePortRange?: FilterPortRange;
1707
+ DestinationAddress?: string;
1708
+ DestinationPortRange?: FilterPortRange;
1666
1709
  }
1667
1710
  export interface NetworkInsightsPath {
1668
1711
  NetworkInsightsPathId?: string;
@@ -1677,6 +1720,8 @@ export interface NetworkInsightsPath {
1677
1720
  Protocol?: Protocol | string;
1678
1721
  DestinationPort?: number;
1679
1722
  Tags?: Tag[];
1723
+ FilterAtSource?: PathFilter;
1724
+ FilterAtDestination?: PathFilter;
1680
1725
  }
1681
1726
  export interface CreateNetworkInsightsPathResult {
1682
1727
  NetworkInsightsPath?: NetworkInsightsPath;
@@ -1908,59 +1953,18 @@ export interface ReplaceRootVolumeTask {
1908
1953
  SnapshotId?: string;
1909
1954
  DeleteReplacedRootVolume?: boolean;
1910
1955
  }
1911
- export interface CreateReplaceRootVolumeTaskResult {
1912
- ReplaceRootVolumeTask?: ReplaceRootVolumeTask;
1913
- }
1914
- export interface PriceScheduleSpecification {
1915
- CurrencyCode?: CurrencyCodeValues | string;
1916
- Price?: number;
1917
- Term?: number;
1918
- }
1919
- export interface CreateReservedInstancesListingRequest {
1920
- ClientToken: string | undefined;
1921
- InstanceCount: number | undefined;
1922
- PriceSchedules: PriceScheduleSpecification[] | undefined;
1923
- ReservedInstancesId: string | undefined;
1924
- }
1925
- export interface CreateReservedInstancesListingResult {
1926
- ReservedInstancesListings?: ReservedInstancesListing[];
1927
- }
1928
- export interface CreateRestoreImageTaskRequest {
1929
- Bucket: string | undefined;
1930
- ObjectKey: string | undefined;
1931
- Name?: string;
1932
- TagSpecifications?: TagSpecification[];
1933
- DryRun?: boolean;
1934
- }
1935
- export interface CreateRestoreImageTaskResult {
1936
- ImageId?: string;
1937
- }
1938
- export interface CreateRouteRequest {
1939
- DestinationCidrBlock?: string;
1940
- DestinationIpv6CidrBlock?: string;
1941
- DestinationPrefixListId?: string;
1942
- DryRun?: boolean;
1943
- VpcEndpointId?: string;
1944
- EgressOnlyInternetGatewayId?: string;
1945
- GatewayId?: string;
1946
- InstanceId?: string;
1947
- NatGatewayId?: string;
1948
- TransitGatewayId?: string;
1949
- LocalGatewayId?: string;
1950
- CarrierGatewayId?: string;
1951
- NetworkInterfaceId?: string;
1952
- RouteTableId: string | undefined;
1953
- VpcPeeringConnectionId?: string;
1954
- CoreNetworkArn?: string;
1955
- }
1956
- export interface CreateRouteResult {
1957
- Return?: boolean;
1958
- }
1959
- export interface CreateRouteTableRequest {
1960
- DryRun?: boolean;
1961
- VpcId: string | undefined;
1962
- TagSpecifications?: TagSpecification[];
1963
- }
1956
+ export declare const ClientVpnAuthenticationRequestFilterSensitiveLog: (
1957
+ obj: ClientVpnAuthenticationRequest
1958
+ ) => any;
1959
+ export declare const ClientConnectOptionsFilterSensitiveLog: (
1960
+ obj: ClientConnectOptions
1961
+ ) => any;
1962
+ export declare const ClientLoginBannerOptionsFilterSensitiveLog: (
1963
+ obj: ClientLoginBannerOptions
1964
+ ) => any;
1965
+ export declare const ConnectionLogOptionsFilterSensitiveLog: (
1966
+ obj: ConnectionLogOptions
1967
+ ) => any;
1964
1968
  export declare const CreateClientVpnEndpointRequestFilterSensitiveLog: (
1965
1969
  obj: CreateClientVpnEndpointRequest
1966
1970
  ) => any;
@@ -2514,9 +2518,19 @@ export declare const NetworkInsightsAccessScopeContentFilterSensitiveLog: (
2514
2518
  export declare const CreateNetworkInsightsAccessScopeResultFilterSensitiveLog: (
2515
2519
  obj: CreateNetworkInsightsAccessScopeResult
2516
2520
  ) => any;
2521
+ export declare const RequestFilterPortRangeFilterSensitiveLog: (
2522
+ obj: RequestFilterPortRange
2523
+ ) => any;
2524
+ export declare const PathRequestFilterFilterSensitiveLog: (
2525
+ obj: PathRequestFilter
2526
+ ) => any;
2517
2527
  export declare const CreateNetworkInsightsPathRequestFilterSensitiveLog: (
2518
2528
  obj: CreateNetworkInsightsPathRequest
2519
2529
  ) => any;
2530
+ export declare const FilterPortRangeFilterSensitiveLog: (
2531
+ obj: FilterPortRange
2532
+ ) => any;
2533
+ export declare const PathFilterFilterSensitiveLog: (obj: PathFilter) => any;
2520
2534
  export declare const NetworkInsightsPathFilterSensitiveLog: (
2521
2535
  obj: NetworkInsightsPath
2522
2536
  ) => any;
@@ -2589,30 +2603,3 @@ export declare const CreateReplaceRootVolumeTaskRequestFilterSensitiveLog: (
2589
2603
  export declare const ReplaceRootVolumeTaskFilterSensitiveLog: (
2590
2604
  obj: ReplaceRootVolumeTask
2591
2605
  ) => any;
2592
- export declare const CreateReplaceRootVolumeTaskResultFilterSensitiveLog: (
2593
- obj: CreateReplaceRootVolumeTaskResult
2594
- ) => any;
2595
- export declare const PriceScheduleSpecificationFilterSensitiveLog: (
2596
- obj: PriceScheduleSpecification
2597
- ) => any;
2598
- export declare const CreateReservedInstancesListingRequestFilterSensitiveLog: (
2599
- obj: CreateReservedInstancesListingRequest
2600
- ) => any;
2601
- export declare const CreateReservedInstancesListingResultFilterSensitiveLog: (
2602
- obj: CreateReservedInstancesListingResult
2603
- ) => any;
2604
- export declare const CreateRestoreImageTaskRequestFilterSensitiveLog: (
2605
- obj: CreateRestoreImageTaskRequest
2606
- ) => any;
2607
- export declare const CreateRestoreImageTaskResultFilterSensitiveLog: (
2608
- obj: CreateRestoreImageTaskResult
2609
- ) => any;
2610
- export declare const CreateRouteRequestFilterSensitiveLog: (
2611
- obj: CreateRouteRequest
2612
- ) => any;
2613
- export declare const CreateRouteResultFilterSensitiveLog: (
2614
- obj: CreateRouteResult
2615
- ) => any;
2616
- export declare const CreateRouteTableRequestFilterSensitiveLog: (
2617
- obj: CreateRouteTableRequest
2618
- ) => any;