You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you will see an object in the response for the instance and one for the network interface.</p>
8685
-
* @public
8686
-
*/
8687
-
HistoryRecords?: IpamAddressHistoryRecord[];
8688
-
8689
-
/**
8690
-
* <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>
Copy file name to clipboardExpand all lines: clients/client-ec2/src/models/models_6.ts
+18-12
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,6 @@ import {
110
110
import{
111
111
ArchitectureValues,
112
112
BootModeValues,
113
-
Byoasn,
114
113
ConversionTask,
115
114
ConversionTaskFilterSensitiveLog,
116
115
Filter,
@@ -150,6 +149,7 @@ import {
150
149
151
150
import{
152
151
InstanceFamilyCreditSpecification,
152
+
IpamAddressHistoryRecord,
153
153
IpamComplianceStatus,
154
154
IpamOverlapStatus,
155
155
SnapshotBlockPublicAccessState,
@@ -159,6 +159,23 @@ import {
159
159
VolumeModification,
160
160
}from"./models_5";
161
161
162
+
/**
163
+
* @public
164
+
*/
165
+
exportinterfaceGetIpamAddressHistoryResult{
166
+
/**
167
+
* <p>A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you will see an object in the response for the instance and one for the network interface.</p>
168
+
* @public
169
+
*/
170
+
HistoryRecords?: IpamAddressHistoryRecord[];
171
+
172
+
/**
173
+
* <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>
0 commit comments