@aws-sdk/client-ec2 3.174.0 → 3.175.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/CreateDefaultVpcCommand.js +2 -1
  3. package/dist-cjs/commands/CreateDhcpOptionsCommand.js +1 -2
  4. package/dist-cjs/commands/CreateTrafficMirrorFilterCommand.js +2 -1
  5. package/dist-cjs/commands/DescribeAddressesCommand.js +3 -3
  6. package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.js +1 -2
  7. package/dist-cjs/commands/DescribeLocalGatewaysCommand.js +2 -1
  8. package/dist-cjs/models/models_0.js +18 -18
  9. package/dist-cjs/models/models_1.js +17 -17
  10. package/dist-cjs/models/models_2.js +18 -18
  11. package/dist-cjs/models/models_3.js +17 -17
  12. package/dist-cjs/models/models_4.js +13 -13
  13. package/dist-cjs/protocols/Aws_ec2.js +23 -0
  14. package/dist-es/commands/CreateDefaultVpcCommand.js +2 -1
  15. package/dist-es/commands/CreateDhcpOptionsCommand.js +1 -2
  16. package/dist-es/commands/CreateTrafficMirrorFilterCommand.js +2 -1
  17. package/dist-es/commands/DescribeAddressesCommand.js +1 -1
  18. package/dist-es/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.js +1 -2
  19. package/dist-es/commands/DescribeLocalGatewaysCommand.js +2 -1
  20. package/dist-es/models/models_0.js +4 -4
  21. package/dist-es/models/models_1.js +3 -6
  22. package/dist-es/models/models_2.js +6 -3
  23. package/dist-es/models/models_3.js +3 -3
  24. package/dist-es/models/models_4.js +3 -3
  25. package/dist-es/protocols/Aws_ec2.js +23 -0
  26. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -2
  28. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -2
  31. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +2 -1
  32. package/dist-types/models/models_0.d.ts +297 -61
  33. package/dist-types/models/models_1.d.ts +46 -49
  34. package/dist-types/models/models_2.d.ts +49 -105
  35. package/dist-types/models/models_3.d.ts +106 -90
  36. package/dist-types/models/models_4.d.ts +159 -276
  37. package/dist-types/models/models_5.d.ts +3 -3
  38. package/dist-types/models/models_6.d.ts +2 -2
  39. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +2 -4
  40. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +4 -2
  41. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -4
  42. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -2
  44. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +2 -4
  45. package/dist-types/ts3.4/models/models_0.d.ts +81 -29
  46. package/dist-types/ts3.4/models/models_1.d.ts +22 -21
  47. package/dist-types/ts3.4/models/models_2.d.ts +21 -21
  48. package/dist-types/ts3.4/models/models_3.d.ts +22 -30
  49. package/dist-types/ts3.4/models/models_4.d.ts +28 -76
  50. package/dist-types/ts3.4/models/models_5.d.ts +3 -3
  51. package/dist-types/ts3.4/models/models_6.d.ts +1 -1
  52. package/package.json +1 -1
@@ -1,5 +1,47 @@
1
- import { AccountAttribute, AccountAttributeName, Address, ApplianceModeSupportValue, ByoipCidr, CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, DnsSupportValue, DynamicRoutingValue, GatewayType, InstanceEventWindowState, Ipv6SupportValue, Tag, TagSpecification, Tenancy, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VolumeAttachment, Vpc, VpcAttachment, VpcPeeringConnection } from "./models_0";
1
+ import { AccountAttribute, AccountAttributeName, ApplianceModeSupportValue, ByoipCidr, CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, DnsSupportValue, DynamicRoutingValue, GatewayType, InstanceEventWindowState, Ipv6SupportValue, Tag, TagSpecification, Tenancy, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VolumeAttachment, Vpc, VpcAttachment, VpcPeeringConnection } from "./models_0";
2
2
  import { Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, SubnetCidrReservation, TrafficDirection, TrafficMirrorFilterRule, TrafficMirrorRuleAction, VolumeType } from "./models_1";
3
+ export declare enum TrafficMirrorNetworkService {
4
+ amazon_dns = "amazon-dns"
5
+ }
6
+ /**
7
+ * <p>Describes the Traffic Mirror filter.</p>
8
+ */
9
+ export interface TrafficMirrorFilter {
10
+ /**
11
+ * <p>The ID of the Traffic Mirror filter.</p>
12
+ */
13
+ TrafficMirrorFilterId?: string;
14
+ /**
15
+ * <p>Information about the ingress rules that are associated with the Traffic Mirror filter.</p>
16
+ */
17
+ IngressFilterRules?: TrafficMirrorFilterRule[];
18
+ /**
19
+ * <p>Information about the egress rules that are associated with the Traffic Mirror filter.</p>
20
+ */
21
+ EgressFilterRules?: TrafficMirrorFilterRule[];
22
+ /**
23
+ * <p>The network service traffic that is associated with the Traffic Mirror filter.</p>
24
+ */
25
+ NetworkServices?: (TrafficMirrorNetworkService | string)[];
26
+ /**
27
+ * <p>The description of the Traffic Mirror filter.</p>
28
+ */
29
+ Description?: string;
30
+ /**
31
+ * <p>The tags assigned to the Traffic Mirror filter.</p>
32
+ */
33
+ Tags?: Tag[];
34
+ }
35
+ export interface CreateTrafficMirrorFilterResult {
36
+ /**
37
+ * <p>Information about the Traffic Mirror filter.</p>
38
+ */
39
+ TrafficMirrorFilter?: TrafficMirrorFilter;
40
+ /**
41
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How to ensure idempotency</a>.</p>
42
+ */
43
+ ClientToken?: string;
44
+ }
3
45
  /**
4
46
  * <p>Information about the Traffic Mirror filter rule port range.</p>
5
47
  */
@@ -4717,99 +4759,13 @@ export interface DescribeAccountAttributesResult {
4717
4759
  AccountAttributes?: AccountAttribute[];
4718
4760
  }
4719
4761
  /**
4720
- * <p>A filter name and value pair that is used to return a more specific list of results from a describe operation.
4721
- * Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.</p>
4722
- * <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only
4723
- * results that match all of the specified filters.</p>
4762
+ * @internal
4724
4763
  */
4725
- export interface Filter {
4726
- /**
4727
- * <p>The name of the filter. Filter names are case-sensitive.</p>
4728
- */
4729
- Name?: string;
4730
- /**
4731
- * <p>The filter values. Filter values are case-sensitive. If you specify multiple values for a
4732
- * filter, the values are joined with an <code>OR</code>, and the request returns all results
4733
- * that match any of the specified values.</p>
4734
- */
4735
- Values?: string[];
4736
- }
4737
- export interface DescribeAddressesRequest {
4738
- /**
4739
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
4740
- * <ul>
4741
- * <li>
4742
- * <p>
4743
- * <code>allocation-id</code> - [EC2-VPC] The allocation ID for the address.</p>
4744
- * </li>
4745
- * <li>
4746
- * <p>
4747
- * <code>association-id</code> - [EC2-VPC] The association ID for the address.</p>
4748
- * </li>
4749
- * <li>
4750
- * <p>
4751
- * <code>domain</code> - Indicates whether the address is for use in EC2-Classic (<code>standard</code>)
4752
- * or in a VPC (<code>vpc</code>).</p>
4753
- * </li>
4754
- * <li>
4755
- * <p>
4756
- * <code>instance-id</code> - The ID of the instance the address is associated with, if any.</p>
4757
- * </li>
4758
- * <li>
4759
- * <p>
4760
- * <code>network-border-group</code> - A unique set of Availability Zones, Local Zones,
4761
- * or Wavelength Zones from where Amazon Web Services advertises IP addresses. </p>
4762
- * </li>
4763
- * <li>
4764
- * <p>
4765
- * <code>network-interface-id</code> - [EC2-VPC] The ID of the network interface that the address is associated with, if any.</p>
4766
- * </li>
4767
- * <li>
4768
- * <p>
4769
- * <code>network-interface-owner-id</code> - The Amazon Web Services account ID of the owner.</p>
4770
- * </li>
4771
- * <li>
4772
- * <p>
4773
- * <code>private-ip-address</code> - [EC2-VPC] The private IP address associated with the Elastic IP address.</p>
4774
- * </li>
4775
- * <li>
4776
- * <p>
4777
- * <code>public-ip</code> - The Elastic IP address, or the carrier IP address.</p>
4778
- * </li>
4779
- * <li>
4780
- * <p>
4781
- * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
4782
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
4783
- * </li>
4784
- * <li>
4785
- * <p>
4786
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
4787
- * </li>
4788
- * </ul>
4789
- */
4790
- Filters?: Filter[];
4791
- /**
4792
- * <p>One or more Elastic IP addresses.</p>
4793
- * <p>Default: Describes all your Elastic IP addresses.</p>
4794
- */
4795
- PublicIps?: string[];
4796
- /**
4797
- * <p>[EC2-VPC] Information about the allocation IDs.</p>
4798
- */
4799
- AllocationIds?: string[];
4800
- /**
4801
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
4802
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
4803
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
4804
- */
4805
- DryRun?: boolean;
4806
- }
4807
- export interface DescribeAddressesResult {
4808
- /**
4809
- * <p>Information about the Elastic IP addresses.</p>
4810
- */
4811
- Addresses?: Address[];
4812
- }
4764
+ export declare const TrafficMirrorFilterFilterSensitiveLog: (obj: TrafficMirrorFilter) => any;
4765
+ /**
4766
+ * @internal
4767
+ */
4768
+ export declare const CreateTrafficMirrorFilterResultFilterSensitiveLog: (obj: CreateTrafficMirrorFilterResult) => any;
4813
4769
  /**
4814
4770
  * @internal
4815
4771
  */
@@ -5822,15 +5778,3 @@ export declare const DescribeAccountAttributesRequestFilterSensitiveLog: (obj: D
5822
5778
  * @internal
5823
5779
  */
5824
5780
  export declare const DescribeAccountAttributesResultFilterSensitiveLog: (obj: DescribeAccountAttributesResult) => any;
5825
- /**
5826
- * @internal
5827
- */
5828
- export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
5829
- /**
5830
- * @internal
5831
- */
5832
- export declare const DescribeAddressesRequestFilterSensitiveLog: (obj: DescribeAddressesRequest) => any;
5833
- /**
5834
- * @internal
5835
- */
5836
- export declare const DescribeAddressesResultFilterSensitiveLog: (obj: DescribeAddressesResult) => any;
@@ -1,6 +1,100 @@
1
- import { _InstanceType, ActiveInstance, AddressAttribute, AddressAttributeName, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CurrencyCodeValues, CustomerGateway, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransportProtocol } from "./models_0";
1
+ import { _InstanceType, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CurrencyCodeValues, CustomerGateway, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransportProtocol } from "./models_0";
2
2
  import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LogDestinationType, NetworkInterfaceStatus, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType } from "./models_1";
3
- import { Filter, FleetStateCode, InstanceTagNotificationAttribute } from "./models_2";
3
+ import { FleetStateCode, InstanceTagNotificationAttribute } from "./models_2";
4
+ /**
5
+ * <p>A filter name and value pair that is used to return a more specific list of results from a describe operation.
6
+ * Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.</p>
7
+ * <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only
8
+ * results that match all of the specified filters.</p>
9
+ */
10
+ export interface Filter {
11
+ /**
12
+ * <p>The name of the filter. Filter names are case-sensitive.</p>
13
+ */
14
+ Name?: string;
15
+ /**
16
+ * <p>The filter values. Filter values are case-sensitive. If you specify multiple values for a
17
+ * filter, the values are joined with an <code>OR</code>, and the request returns all results
18
+ * that match any of the specified values.</p>
19
+ */
20
+ Values?: string[];
21
+ }
22
+ export interface DescribeAddressesRequest {
23
+ /**
24
+ * <p>One or more filters. Filter names and values are case-sensitive.</p>
25
+ * <ul>
26
+ * <li>
27
+ * <p>
28
+ * <code>allocation-id</code> - [EC2-VPC] The allocation ID for the address.</p>
29
+ * </li>
30
+ * <li>
31
+ * <p>
32
+ * <code>association-id</code> - [EC2-VPC] The association ID for the address.</p>
33
+ * </li>
34
+ * <li>
35
+ * <p>
36
+ * <code>domain</code> - Indicates whether the address is for use in EC2-Classic (<code>standard</code>)
37
+ * or in a VPC (<code>vpc</code>).</p>
38
+ * </li>
39
+ * <li>
40
+ * <p>
41
+ * <code>instance-id</code> - The ID of the instance the address is associated with, if any.</p>
42
+ * </li>
43
+ * <li>
44
+ * <p>
45
+ * <code>network-border-group</code> - A unique set of Availability Zones, Local Zones,
46
+ * or Wavelength Zones from where Amazon Web Services advertises IP addresses. </p>
47
+ * </li>
48
+ * <li>
49
+ * <p>
50
+ * <code>network-interface-id</code> - [EC2-VPC] The ID of the network interface that the address is associated with, if any.</p>
51
+ * </li>
52
+ * <li>
53
+ * <p>
54
+ * <code>network-interface-owner-id</code> - The Amazon Web Services account ID of the owner.</p>
55
+ * </li>
56
+ * <li>
57
+ * <p>
58
+ * <code>private-ip-address</code> - [EC2-VPC] The private IP address associated with the Elastic IP address.</p>
59
+ * </li>
60
+ * <li>
61
+ * <p>
62
+ * <code>public-ip</code> - The Elastic IP address, or the carrier IP address.</p>
63
+ * </li>
64
+ * <li>
65
+ * <p>
66
+ * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
67
+ * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
68
+ * </li>
69
+ * <li>
70
+ * <p>
71
+ * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
72
+ * </li>
73
+ * </ul>
74
+ */
75
+ Filters?: Filter[];
76
+ /**
77
+ * <p>One or more Elastic IP addresses.</p>
78
+ * <p>Default: Describes all your Elastic IP addresses.</p>
79
+ */
80
+ PublicIps?: string[];
81
+ /**
82
+ * <p>[EC2-VPC] Information about the allocation IDs.</p>
83
+ */
84
+ AllocationIds?: string[];
85
+ /**
86
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
87
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
88
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
89
+ */
90
+ DryRun?: boolean;
91
+ }
92
+ export interface DescribeAddressesResult {
93
+ /**
94
+ * <p>Information about the Elastic IP addresses.</p>
95
+ */
96
+ Addresses?: Address[];
97
+ }
4
98
  export interface DescribeAddressesAttributeRequest {
5
99
  /**
6
100
  * <p>[EC2-VPC] The allocation IDs.</p>
@@ -8414,83 +8508,17 @@ export interface DescribeLocalGatewaysRequest {
8414
8508
  DryRun?: boolean;
8415
8509
  }
8416
8510
  /**
8417
- * <p>Describes a local gateway.</p>
8511
+ * @internal
8418
8512
  */
8419
- export interface LocalGateway {
8420
- /**
8421
- * <p>The ID of the local gateway.</p>
8422
- */
8423
- LocalGatewayId?: string;
8424
- /**
8425
- * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
8426
- */
8427
- OutpostArn?: string;
8428
- /**
8429
- * <p>The ID of the Amazon Web Services account that owns the local gateway.</p>
8430
- */
8431
- OwnerId?: string;
8432
- /**
8433
- * <p>The state of the local gateway.</p>
8434
- */
8435
- State?: string;
8436
- /**
8437
- * <p>The tags assigned to the local gateway.</p>
8438
- */
8439
- Tags?: Tag[];
8440
- }
8441
- export interface DescribeLocalGatewaysResult {
8442
- /**
8443
- * <p>Information about the local gateways.</p>
8444
- */
8445
- LocalGateways?: LocalGateway[];
8446
- /**
8447
- * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
8448
- */
8449
- NextToken?: string;
8450
- }
8451
- export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
8452
- /**
8453
- * <p>The IDs of the virtual interface groups.</p>
8454
- */
8455
- LocalGatewayVirtualInterfaceGroupIds?: string[];
8456
- /**
8457
- * <p>One or more filters.</p>
8458
- * <ul>
8459
- * <li>
8460
- * <p>
8461
- * <code>local-gateway-id</code> - The ID of a local gateway.</p>
8462
- * </li>
8463
- * <li>
8464
- * <p>
8465
- * <code>local-gateway-virtual-interface-group-id</code> - The ID of the virtual interface group.</p>
8466
- * </li>
8467
- * <li>
8468
- * <p>
8469
- * <code>local-gateway-virtual-interface-id</code> - The ID of the virtual interface.</p>
8470
- * </li>
8471
- * <li>
8472
- * <p>
8473
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual interface group.</p>
8474
- * </li>
8475
- * </ul>
8476
- */
8477
- Filters?: Filter[];
8478
- /**
8479
- * <p>The maximum number of results to return with a single call.
8480
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
8481
- */
8482
- MaxResults?: number;
8483
- /**
8484
- * <p>The token for the next page of results.</p>
8485
- */
8486
- NextToken?: string;
8487
- /**
8488
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8489
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8490
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8491
- */
8492
- DryRun?: boolean;
8493
- }
8513
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
8514
+ /**
8515
+ * @internal
8516
+ */
8517
+ export declare const DescribeAddressesRequestFilterSensitiveLog: (obj: DescribeAddressesRequest) => any;
8518
+ /**
8519
+ * @internal
8520
+ */
8521
+ export declare const DescribeAddressesResultFilterSensitiveLog: (obj: DescribeAddressesResult) => any;
8494
8522
  /**
8495
8523
  * @internal
8496
8524
  */
@@ -9451,15 +9479,3 @@ export declare const DescribeLocalGatewayRouteTableVpcAssociationsResultFilterSe
9451
9479
  * @internal
9452
9480
  */
9453
9481
  export declare const DescribeLocalGatewaysRequestFilterSensitiveLog: (obj: DescribeLocalGatewaysRequest) => any;
9454
- /**
9455
- * @internal
9456
- */
9457
- export declare const LocalGatewayFilterSensitiveLog: (obj: LocalGateway) => any;
9458
- /**
9459
- * @internal
9460
- */
9461
- export declare const DescribeLocalGatewaysResultFilterSensitiveLog: (obj: DescribeLocalGatewaysResult) => any;
9462
- /**
9463
- * @internal
9464
- */
9465
- export declare const DescribeLocalGatewayVirtualInterfaceGroupsRequestFilterSensitiveLog: (obj: DescribeLocalGatewayVirtualInterfaceGroupsRequest) => any;