@aws-sdk/client-ec2 3.172.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 (80) hide show
  1. package/CHANGELOG.md +22 -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/CreateTrafficMirrorFilterRuleCommand.js +1 -2
  6. package/dist-cjs/commands/DescribeAddressesAttributeCommand.js +3 -3
  7. package/dist-cjs/commands/DescribeAddressesCommand.js +3 -3
  8. package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.js +3 -3
  9. package/dist-cjs/commands/DescribeLocalGatewaysCommand.js +2 -1
  10. package/dist-cjs/commands/MonitorInstancesCommand.js +1 -2
  11. package/dist-cjs/models/models_0.js +28 -28
  12. package/dist-cjs/models/models_1.js +25 -25
  13. package/dist-cjs/models/models_2.js +26 -26
  14. package/dist-cjs/models/models_3.js +25 -25
  15. package/dist-cjs/models/models_4.js +26 -26
  16. package/dist-cjs/models/models_5.js +14 -14
  17. package/dist-cjs/models/models_6.js +12 -4
  18. package/dist-cjs/protocols/Aws_ec2.js +50 -0
  19. package/dist-es/commands/CreateDefaultVpcCommand.js +2 -1
  20. package/dist-es/commands/CreateDhcpOptionsCommand.js +1 -2
  21. package/dist-es/commands/CreateTrafficMirrorFilterCommand.js +2 -1
  22. package/dist-es/commands/CreateTrafficMirrorFilterRuleCommand.js +1 -2
  23. package/dist-es/commands/DescribeAddressesAttributeCommand.js +1 -1
  24. package/dist-es/commands/DescribeAddressesCommand.js +1 -1
  25. package/dist-es/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.js +1 -1
  26. package/dist-es/commands/DescribeLocalGatewaysCommand.js +2 -1
  27. package/dist-es/commands/MonitorInstancesCommand.js +1 -2
  28. package/dist-es/models/models_0.js +9 -6
  29. package/dist-es/models/models_1.js +5 -8
  30. package/dist-es/models/models_2.js +8 -5
  31. package/dist-es/models/models_3.js +5 -5
  32. package/dist-es/models/models_4.js +5 -5
  33. package/dist-es/models/models_5.js +2 -2
  34. package/dist-es/models/models_6.js +2 -0
  35. package/dist-es/protocols/Aws_ec2.js +50 -0
  36. package/dist-types/EC2.d.ts +13 -30
  37. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -1
  38. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -2
  39. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -1
  40. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -2
  41. package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeAddressesCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeInstancesCommand.d.ts +0 -3
  44. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +2 -1
  46. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +0 -3
  47. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +0 -3
  48. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +0 -3
  49. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +0 -4
  50. package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +0 -4
  51. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +4 -6
  52. package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -2
  53. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +3 -0
  54. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +4 -1
  55. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  56. package/dist-types/commands/RunInstancesCommand.d.ts +1 -2
  57. package/dist-types/models/models_0.d.ts +323 -91
  58. package/dist-types/models/models_1.d.ts +112 -141
  59. package/dist-types/models/models_2.d.ts +125 -148
  60. package/dist-types/models/models_3.d.ts +163 -146
  61. package/dist-types/models/models_4.d.ts +233 -347
  62. package/dist-types/models/models_5.d.ts +45 -43
  63. package/dist-types/models/models_6.d.ts +44 -10
  64. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +2 -4
  65. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +4 -2
  66. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +4 -2
  68. package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +2 -4
  72. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +4 -2
  73. package/dist-types/ts3.4/models/models_0.d.ts +92 -42
  74. package/dist-types/ts3.4/models/models_1.d.ts +35 -46
  75. package/dist-types/ts3.4/models/models_2.d.ts +47 -40
  76. package/dist-types/ts3.4/models/models_3.d.ts +42 -48
  77. package/dist-types/ts3.4/models/models_4.d.ts +46 -91
  78. package/dist-types/ts3.4/models/models_5.d.ts +19 -21
  79. package/dist-types/ts3.4/models/models_6.d.ts +17 -6
  80. package/package.json +1 -1
@@ -1,6 +1,134 @@
1
- import { _InstanceType, ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AttributeValue, 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
- import { 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";
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
+ 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 { 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
+ }
98
+ export interface DescribeAddressesAttributeRequest {
99
+ /**
100
+ * <p>[EC2-VPC] The allocation IDs.</p>
101
+ */
102
+ AllocationIds?: string[];
103
+ /**
104
+ * <p>The attribute of the IP address.</p>
105
+ */
106
+ Attribute?: AddressAttributeName | string;
107
+ /**
108
+ * <p>The token for the next page of results.</p>
109
+ */
110
+ NextToken?: string;
111
+ /**
112
+ * <p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
113
+ */
114
+ MaxResults?: number;
115
+ /**
116
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
117
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
118
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
119
+ */
120
+ DryRun?: boolean;
121
+ }
122
+ export interface DescribeAddressesAttributeResult {
123
+ /**
124
+ * <p>Information about the IP addresses.</p>
125
+ */
126
+ Addresses?: AddressAttribute[];
127
+ /**
128
+ * <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>
129
+ */
130
+ NextToken?: string;
131
+ }
4
132
  export interface DescribeAggregateIdFormatRequest {
5
133
  /**
6
134
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -2835,10 +2963,15 @@ export interface FleetSpotMaintenanceStrategies {
2835
2963
  export interface SpotOptions {
2836
2964
  /**
2837
2965
  * <p>The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance
2838
- * pools specified by the EC2 Fleet.</p>
2966
+ * pools specified by the EC2 Fleet launch configuration. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html">Allocation strategies for Spot Instances</a> in the
2967
+ * <i>Amazon EC2 User Guide</i>.</p>
2839
2968
  * <p>
2840
- * <code>lowest-price</code> - EC2 Fleet launches instances from the Spot Instance pools with the lowest
2841
- * price.</p>
2969
+ * <code>lowest-price</code> - EC2 Fleet launches instances from the lowest-price Spot Instance pool that
2970
+ * has available capacity. If the cheapest pool doesn't have available capacity, the Spot Instances
2971
+ * come from the next cheapest pool that has available capacity. If a pool runs out of
2972
+ * capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your
2973
+ * request by drawing from the next cheapest pool. To ensure that your desired capacity is
2974
+ * met, you might receive Spot Instances from several pools.</p>
2842
2975
  * <p>
2843
2976
  * <code>diversified</code> - EC2 Fleet launches instances from all of the Spot Instance pools that you
2844
2977
  * specify.</p>
@@ -5902,13 +6035,14 @@ export interface InstanceMetadataOptionsResponse {
5902
6035
  /**
5903
6036
  * <p>The state of token usage for your instance metadata requests.</p>
5904
6037
  * <p>If the state is <code>optional</code>, you can choose to retrieve instance metadata
5905
- * with or without a signed token header on your request. If you retrieve the IAM role credentials without a token, the version 1.0 role credentials are
5906
- * returned. If you retrieve the IAM role credentials using a valid signed
5907
- * token, the version 2.0 role credentials are returned.</p>
5908
- * <p>If the state is <code>required</code>, you must send a signed token header with any
5909
- * instance metadata retrieval requests. In this state, retrieving the IAM
5910
- * role credential always returns the version 2.0 credentials; the version 1.0 credentials
5911
- * are not available.</p>
6038
+ * with or without a session token on your request. If you retrieve the IAM
6039
+ * role credentials without a token, the version 1.0 role credentials are returned. If you
6040
+ * retrieve the IAM role credentials using a valid session token, the
6041
+ * version 2.0 role credentials are returned.</p>
6042
+ * <p>If the state is <code>required</code>, you must send a session token with any instance
6043
+ * metadata retrieval requests. In this state, retrieving the IAM role
6044
+ * credentials always returns the version 2.0 credentials; the version 1.0 credentials are
6045
+ * not available.</p>
5912
6046
  * <p>Default: <code>optional</code>
5913
6047
  * </p>
5914
6048
  */
@@ -6472,10 +6606,6 @@ export interface Instance {
6472
6606
  * <p>Describes a launch request for one or more instances, and includes owner, requester,
6473
6607
  * and security group information that applies to all instances in the launch
6474
6608
  * request.</p>
6475
- *
6476
- * <note>
6477
- * <p>We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon EC2 User Guide</i>.</p>
6478
- * </note>
6479
6609
  */
6480
6610
  export interface Reservation {
6481
6611
  /**
@@ -8378,118 +8508,25 @@ export interface DescribeLocalGatewaysRequest {
8378
8508
  DryRun?: boolean;
8379
8509
  }
8380
8510
  /**
8381
- * <p>Describes a local gateway.</p>
8511
+ * @internal
8382
8512
  */
8383
- export interface LocalGateway {
8384
- /**
8385
- * <p>The ID of the local gateway.</p>
8386
- */
8387
- LocalGatewayId?: string;
8388
- /**
8389
- * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
8390
- */
8391
- OutpostArn?: string;
8392
- /**
8393
- * <p>The ID of the Amazon Web Services account that owns the local gateway.</p>
8394
- */
8395
- OwnerId?: string;
8396
- /**
8397
- * <p>The state of the local gateway.</p>
8398
- */
8399
- State?: string;
8400
- /**
8401
- * <p>The tags assigned to the local gateway.</p>
8402
- */
8403
- Tags?: Tag[];
8404
- }
8405
- export interface DescribeLocalGatewaysResult {
8406
- /**
8407
- * <p>Information about the local gateways.</p>
8408
- */
8409
- LocalGateways?: LocalGateway[];
8410
- /**
8411
- * <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>
8412
- */
8413
- NextToken?: string;
8414
- }
8415
- export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
8416
- /**
8417
- * <p>The IDs of the virtual interface groups.</p>
8418
- */
8419
- LocalGatewayVirtualInterfaceGroupIds?: string[];
8420
- /**
8421
- * <p>One or more filters.</p>
8422
- * <ul>
8423
- * <li>
8424
- * <p>
8425
- * <code>local-gateway-id</code> - The ID of a local gateway.</p>
8426
- * </li>
8427
- * <li>
8428
- * <p>
8429
- * <code>local-gateway-virtual-interface-group-id</code> - The ID of the virtual interface group.</p>
8430
- * </li>
8431
- * <li>
8432
- * <p>
8433
- * <code>local-gateway-virtual-interface-id</code> - The ID of the virtual interface.</p>
8434
- * </li>
8435
- * <li>
8436
- * <p>
8437
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual interface group.</p>
8438
- * </li>
8439
- * </ul>
8440
- */
8441
- Filters?: Filter[];
8442
- /**
8443
- * <p>The maximum number of results to return with a single call.
8444
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
8445
- */
8446
- MaxResults?: number;
8447
- /**
8448
- * <p>The token for the next page of results.</p>
8449
- */
8450
- NextToken?: string;
8451
- /**
8452
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8453
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8454
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8455
- */
8456
- DryRun?: boolean;
8457
- }
8513
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
8458
8514
  /**
8459
- * <p>Describes a local gateway virtual interface group.</p>
8515
+ * @internal
8460
8516
  */
8461
- export interface LocalGatewayVirtualInterfaceGroup {
8462
- /**
8463
- * <p>The ID of the virtual interface group.</p>
8464
- */
8465
- LocalGatewayVirtualInterfaceGroupId?: string;
8466
- /**
8467
- * <p>The IDs of the virtual interfaces.</p>
8468
- */
8469
- LocalGatewayVirtualInterfaceIds?: string[];
8470
- /**
8471
- * <p>The ID of the local gateway.</p>
8472
- */
8473
- LocalGatewayId?: string;
8474
- /**
8475
- * <p>The ID of the Amazon Web Services account that owns the local gateway virtual interface group.</p>
8476
- */
8477
- OwnerId?: string;
8478
- /**
8479
- * <p>The tags assigned to the virtual interface group.</p>
8480
- */
8481
- Tags?: Tag[];
8482
- }
8483
- export interface DescribeLocalGatewayVirtualInterfaceGroupsResult {
8484
- /**
8485
- * <p>The virtual interface groups.</p>
8486
- */
8487
- LocalGatewayVirtualInterfaceGroups?: LocalGatewayVirtualInterfaceGroup[];
8488
- /**
8489
- * <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>
8490
- */
8491
- NextToken?: string;
8492
- }
8517
+ export declare const DescribeAddressesRequestFilterSensitiveLog: (obj: DescribeAddressesRequest) => any;
8518
+ /**
8519
+ * @internal
8520
+ */
8521
+ export declare const DescribeAddressesResultFilterSensitiveLog: (obj: DescribeAddressesResult) => any;
8522
+ /**
8523
+ * @internal
8524
+ */
8525
+ export declare const DescribeAddressesAttributeRequestFilterSensitiveLog: (obj: DescribeAddressesAttributeRequest) => any;
8526
+ /**
8527
+ * @internal
8528
+ */
8529
+ export declare const DescribeAddressesAttributeResultFilterSensitiveLog: (obj: DescribeAddressesAttributeResult) => any;
8493
8530
  /**
8494
8531
  * @internal
8495
8532
  */
@@ -9442,23 +9479,3 @@ export declare const DescribeLocalGatewayRouteTableVpcAssociationsResultFilterSe
9442
9479
  * @internal
9443
9480
  */
9444
9481
  export declare const DescribeLocalGatewaysRequestFilterSensitiveLog: (obj: DescribeLocalGatewaysRequest) => any;
9445
- /**
9446
- * @internal
9447
- */
9448
- export declare const LocalGatewayFilterSensitiveLog: (obj: LocalGateway) => any;
9449
- /**
9450
- * @internal
9451
- */
9452
- export declare const DescribeLocalGatewaysResultFilterSensitiveLog: (obj: DescribeLocalGatewaysResult) => any;
9453
- /**
9454
- * @internal
9455
- */
9456
- export declare const DescribeLocalGatewayVirtualInterfaceGroupsRequestFilterSensitiveLog: (obj: DescribeLocalGatewayVirtualInterfaceGroupsRequest) => any;
9457
- /**
9458
- * @internal
9459
- */
9460
- export declare const LocalGatewayVirtualInterfaceGroupFilterSensitiveLog: (obj: LocalGatewayVirtualInterfaceGroup) => any;
9461
- /**
9462
- * @internal
9463
- */
9464
- export declare const DescribeLocalGatewayVirtualInterfaceGroupsResultFilterSensitiveLog: (obj: DescribeLocalGatewayVirtualInterfaceGroupsResult) => any;