@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
@@ -1,6 +1,108 @@
1
- import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
- import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, HostnameType, InstanceIpv6Address, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, NetworkInterfaceStatus, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
3
- import { FleetStateCode, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
1
+ import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
+ import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
3
+ import { FleetStateCode, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
4
+ export interface DeleteSubnetRequest {
5
+ /**
6
+ * <p>The ID of the subnet.</p>
7
+ */
8
+ SubnetId: string | undefined;
9
+ /**
10
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
11
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
12
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
13
+ */
14
+ DryRun?: boolean;
15
+ }
16
+ export interface DeleteSubnetCidrReservationRequest {
17
+ /**
18
+ * <p>The ID of the subnet CIDR reservation.</p>
19
+ */
20
+ SubnetCidrReservationId: string | undefined;
21
+ /**
22
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
23
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
24
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
25
+ */
26
+ DryRun?: boolean;
27
+ }
28
+ export interface DeleteSubnetCidrReservationResult {
29
+ /**
30
+ * <p>Information about the deleted subnet CIDR reservation.</p>
31
+ */
32
+ DeletedSubnetCidrReservation?: SubnetCidrReservation;
33
+ }
34
+ export interface DeleteTagsRequest {
35
+ /**
36
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
37
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
38
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
39
+ */
40
+ DryRun?: boolean;
41
+ /**
42
+ * <p>The IDs of the resources, separated by spaces.</p>
43
+ * <p>Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.</p>
44
+ */
45
+ Resources: string[] | undefined;
46
+ /**
47
+ * <p>The tags to delete. Specify a tag key and an optional tag value to delete
48
+ * specific tags. If you specify a tag key without a tag value, we delete any tag with this
49
+ * key regardless of its value. If you specify a tag key with an empty string as the tag
50
+ * value, we delete the tag only if its value is an empty string.</p>
51
+ * <p>If you omit this parameter, we delete all user-defined tags for the specified
52
+ * resources. We do not delete Amazon Web Services-generated tags (tags that have the <code>aws:</code>
53
+ * prefix).</p>
54
+ * <p>Constraints: Up to 1000 tags.</p>
55
+ */
56
+ Tags?: Tag[];
57
+ }
58
+ export interface DeleteTrafficMirrorFilterRequest {
59
+ /**
60
+ * <p>The ID of the Traffic Mirror filter.</p>
61
+ */
62
+ TrafficMirrorFilterId: string | undefined;
63
+ /**
64
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
65
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
66
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
67
+ */
68
+ DryRun?: boolean;
69
+ }
70
+ export interface DeleteTrafficMirrorFilterResult {
71
+ /**
72
+ * <p>The ID of the Traffic Mirror filter.</p>
73
+ */
74
+ TrafficMirrorFilterId?: string;
75
+ }
76
+ export interface DeleteTrafficMirrorFilterRuleRequest {
77
+ /**
78
+ * <p>The ID of the Traffic Mirror rule.</p>
79
+ */
80
+ TrafficMirrorFilterRuleId: string | undefined;
81
+ /**
82
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
83
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
84
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
85
+ */
86
+ DryRun?: boolean;
87
+ }
88
+ export interface DeleteTrafficMirrorFilterRuleResult {
89
+ /**
90
+ * <p>The ID of the deleted Traffic Mirror rule.</p>
91
+ */
92
+ TrafficMirrorFilterRuleId?: string;
93
+ }
94
+ export interface DeleteTrafficMirrorSessionRequest {
95
+ /**
96
+ * <p>The ID of the Traffic Mirror session.</p>
97
+ */
98
+ TrafficMirrorSessionId: string | undefined;
99
+ /**
100
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
101
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
102
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
103
+ */
104
+ DryRun?: boolean;
105
+ }
4
106
  export interface DeleteTrafficMirrorSessionResult {
5
107
  /**
6
108
  * <p>The ID of the deleted Traffic Mirror session.</p>
@@ -7022,215 +7124,41 @@ export declare enum MonitoringState {
7022
7124
  pending = "pending"
7023
7125
  }
7024
7126
  /**
7025
- * <p>Describes the monitoring of an instance.</p>
7127
+ * @internal
7026
7128
  */
7027
- export interface Monitoring {
7028
- /**
7029
- * <p>Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is
7030
- * enabled.</p>
7031
- */
7032
- State?: MonitoringState | string;
7033
- }
7129
+ export declare const DeleteSubnetRequestFilterSensitiveLog: (obj: DeleteSubnetRequest) => any;
7034
7130
  /**
7035
- * <p>Describes association information for an Elastic IP address (IPv4).</p>
7131
+ * @internal
7036
7132
  */
7037
- export interface InstanceNetworkInterfaceAssociation {
7038
- /**
7039
- * <p>The carrier IP address associated with the network interface.</p>
7040
- */
7041
- CarrierIp?: string;
7042
- /**
7043
- * <p>The customer-owned IP address associated with the network interface.</p>
7044
- */
7045
- CustomerOwnedIp?: string;
7046
- /**
7047
- * <p>The ID of the owner of the Elastic IP address.</p>
7048
- */
7049
- IpOwnerId?: string;
7050
- /**
7051
- * <p>The public DNS name.</p>
7052
- */
7053
- PublicDnsName?: string;
7054
- /**
7055
- * <p>The public IP address or Elastic IP address bound to the network interface.</p>
7056
- */
7057
- PublicIp?: string;
7058
- }
7133
+ export declare const DeleteSubnetCidrReservationRequestFilterSensitiveLog: (obj: DeleteSubnetCidrReservationRequest) => any;
7059
7134
  /**
7060
- * <p>Describes a network interface attachment.</p>
7135
+ * @internal
7061
7136
  */
7062
- export interface InstanceNetworkInterfaceAttachment {
7063
- /**
7064
- * <p>The time stamp when the attachment initiated.</p>
7065
- */
7066
- AttachTime?: Date;
7067
- /**
7068
- * <p>The ID of the network interface attachment.</p>
7069
- */
7070
- AttachmentId?: string;
7071
- /**
7072
- * <p>Indicates whether the network interface is deleted when the instance is terminated.</p>
7073
- */
7074
- DeleteOnTermination?: boolean;
7075
- /**
7076
- * <p>The index of the device on the instance for the network interface attachment.</p>
7077
- */
7078
- DeviceIndex?: number;
7079
- /**
7080
- * <p>The attachment state.</p>
7081
- */
7082
- Status?: AttachmentStatus | string;
7083
- /**
7084
- * <p>The index of the network card.</p>
7085
- */
7086
- NetworkCardIndex?: number;
7087
- }
7137
+ export declare const DeleteSubnetCidrReservationResultFilterSensitiveLog: (obj: DeleteSubnetCidrReservationResult) => any;
7088
7138
  /**
7089
- * <p>Information about an IPv4 prefix.</p>
7139
+ * @internal
7090
7140
  */
7091
- export interface InstanceIpv4Prefix {
7092
- /**
7093
- * <p>One or more IPv4 prefixes assigned to the network interface.</p>
7094
- */
7095
- Ipv4Prefix?: string;
7096
- }
7141
+ export declare const DeleteTagsRequestFilterSensitiveLog: (obj: DeleteTagsRequest) => any;
7097
7142
  /**
7098
- * <p>Information about an IPv6 prefix.</p>
7143
+ * @internal
7099
7144
  */
7100
- export interface InstanceIpv6Prefix {
7101
- /**
7102
- * <p>One or more IPv6 prefixes assigned to the network interface.</p>
7103
- */
7104
- Ipv6Prefix?: string;
7105
- }
7145
+ export declare const DeleteTrafficMirrorFilterRequestFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterRequest) => any;
7106
7146
  /**
7107
- * <p>Describes a private IPv4 address.</p>
7147
+ * @internal
7108
7148
  */
7109
- export interface InstancePrivateIpAddress {
7110
- /**
7111
- * <p>The association information for an Elastic IP address for the network interface.</p>
7112
- */
7113
- Association?: InstanceNetworkInterfaceAssociation;
7114
- /**
7115
- * <p>Indicates whether this IPv4 address is the primary private IP address of the network interface.</p>
7116
- */
7117
- Primary?: boolean;
7118
- /**
7119
- * <p>The private IPv4 DNS name.</p>
7120
- */
7121
- PrivateDnsName?: string;
7122
- /**
7123
- * <p>The private IPv4 address of the network interface.</p>
7124
- */
7125
- PrivateIpAddress?: string;
7126
- }
7149
+ export declare const DeleteTrafficMirrorFilterResultFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterResult) => any;
7127
7150
  /**
7128
- * <p>Describes a network interface.</p>
7151
+ * @internal
7129
7152
  */
7130
- export interface InstanceNetworkInterface {
7131
- /**
7132
- * <p>The association information for an Elastic IPv4 associated with the network
7133
- * interface.</p>
7134
- */
7135
- Association?: InstanceNetworkInterfaceAssociation;
7136
- /**
7137
- * <p>The network interface attachment.</p>
7138
- */
7139
- Attachment?: InstanceNetworkInterfaceAttachment;
7140
- /**
7141
- * <p>The description.</p>
7142
- */
7143
- Description?: string;
7144
- /**
7145
- * <p>The security groups.</p>
7146
- */
7147
- Groups?: GroupIdentifier[];
7148
- /**
7149
- * <p>The IPv6 addresses associated with the network interface.</p>
7150
- */
7151
- Ipv6Addresses?: InstanceIpv6Address[];
7152
- /**
7153
- * <p>The MAC address.</p>
7154
- */
7155
- MacAddress?: string;
7156
- /**
7157
- * <p>The ID of the network interface.</p>
7158
- */
7159
- NetworkInterfaceId?: string;
7160
- /**
7161
- * <p>The ID of the Amazon Web Services account that created the network interface.</p>
7162
- */
7163
- OwnerId?: string;
7164
- /**
7165
- * <p>The private DNS name.</p>
7166
- */
7167
- PrivateDnsName?: string;
7168
- /**
7169
- * <p>The IPv4 address of the network interface within the subnet.</p>
7170
- */
7171
- PrivateIpAddress?: string;
7172
- /**
7173
- * <p>The private IPv4 addresses associated with the network interface.</p>
7174
- */
7175
- PrivateIpAddresses?: InstancePrivateIpAddress[];
7176
- /**
7177
- * <p>Indicates whether source/destination checking is enabled.</p>
7178
- */
7179
- SourceDestCheck?: boolean;
7180
- /**
7181
- * <p>The status of the network interface.</p>
7182
- */
7183
- Status?: NetworkInterfaceStatus | string;
7184
- /**
7185
- * <p>The ID of the subnet.</p>
7186
- */
7187
- SubnetId?: string;
7188
- /**
7189
- * <p>The ID of the VPC.</p>
7190
- */
7191
- VpcId?: string;
7192
- /**
7193
- * <p>The type of network interface.</p>
7194
- * <p>Valid values: <code>interface</code> | <code>efa</code> | <code>trunk</code>
7195
- * </p>
7196
- */
7197
- InterfaceType?: string;
7198
- /**
7199
- * <p>The IPv4 delegated prefixes that are assigned to the network interface.</p>
7200
- */
7201
- Ipv4Prefixes?: InstanceIpv4Prefix[];
7202
- /**
7203
- * <p>The IPv6 delegated prefixes that are assigned to the network interface.</p>
7204
- */
7205
- Ipv6Prefixes?: InstanceIpv6Prefix[];
7206
- }
7153
+ export declare const DeleteTrafficMirrorFilterRuleRequestFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterRuleRequest) => any;
7207
7154
  /**
7208
- * <p>Describes the options for instance hostnames.</p>
7155
+ * @internal
7209
7156
  */
7210
- export interface PrivateDnsNameOptionsResponse {
7211
- /**
7212
- * <p>The type of hostname to assign to an instance.</p>
7213
- */
7214
- HostnameType?: HostnameType | string;
7215
- /**
7216
- * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
7217
- * records.</p>
7218
- */
7219
- EnableResourceNameDnsARecord?: boolean;
7220
- /**
7221
- * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA
7222
- * records.</p>
7223
- */
7224
- EnableResourceNameDnsAAAARecord?: boolean;
7225
- }
7226
- export declare enum InstanceStateName {
7227
- pending = "pending",
7228
- running = "running",
7229
- shutting_down = "shutting-down",
7230
- stopped = "stopped",
7231
- stopping = "stopping",
7232
- terminated = "terminated"
7233
- }
7157
+ export declare const DeleteTrafficMirrorFilterRuleResultFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterRuleResult) => any;
7158
+ /**
7159
+ * @internal
7160
+ */
7161
+ export declare const DeleteTrafficMirrorSessionRequestFilterSensitiveLog: (obj: DeleteTrafficMirrorSessionRequest) => any;
7234
7162
  /**
7235
7163
  * @internal
7236
7164
  */
@@ -8215,35 +8143,3 @@ export declare const InstanceMaintenanceOptionsFilterSensitiveLog: (obj: Instanc
8215
8143
  * @internal
8216
8144
  */
8217
8145
  export declare const InstanceMetadataOptionsResponseFilterSensitiveLog: (obj: InstanceMetadataOptionsResponse) => any;
8218
- /**
8219
- * @internal
8220
- */
8221
- export declare const MonitoringFilterSensitiveLog: (obj: Monitoring) => any;
8222
- /**
8223
- * @internal
8224
- */
8225
- export declare const InstanceNetworkInterfaceAssociationFilterSensitiveLog: (obj: InstanceNetworkInterfaceAssociation) => any;
8226
- /**
8227
- * @internal
8228
- */
8229
- export declare const InstanceNetworkInterfaceAttachmentFilterSensitiveLog: (obj: InstanceNetworkInterfaceAttachment) => any;
8230
- /**
8231
- * @internal
8232
- */
8233
- export declare const InstanceIpv4PrefixFilterSensitiveLog: (obj: InstanceIpv4Prefix) => any;
8234
- /**
8235
- * @internal
8236
- */
8237
- export declare const InstanceIpv6PrefixFilterSensitiveLog: (obj: InstanceIpv6Prefix) => any;
8238
- /**
8239
- * @internal
8240
- */
8241
- export declare const InstancePrivateIpAddressFilterSensitiveLog: (obj: InstancePrivateIpAddress) => any;
8242
- /**
8243
- * @internal
8244
- */
8245
- export declare const InstanceNetworkInterfaceFilterSensitiveLog: (obj: InstanceNetworkInterface) => any;
8246
- /**
8247
- * @internal
8248
- */
8249
- export declare const PrivateDnsNameOptionsResponseFilterSensitiveLog: (obj: PrivateDnsNameOptionsResponse) => any;