@aws-sdk/client-ec2 3.47.2 → 3.48.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 (124) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/EC2.js +45 -0
  3. package/dist-cjs/commands/DescribeFastLaunchImagesCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeReservedInstancesCommand.js +2 -1
  5. package/dist-cjs/commands/DescribeReservedInstancesListingsCommand.js +3 -3
  6. package/dist-cjs/commands/DescribeReservedInstancesModificationsCommand.js +1 -2
  7. package/dist-cjs/commands/DisableFastLaunchCommand.js +36 -0
  8. package/dist-cjs/commands/EnableFastLaunchCommand.js +36 -0
  9. package/dist-cjs/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +2 -1
  10. package/dist-cjs/commands/GetIpamAddressHistoryCommand.js +3 -3
  11. package/dist-cjs/commands/GetIpamPoolAllocationsCommand.js +3 -3
  12. package/dist-cjs/commands/GetIpamPoolCidrsCommand.js +3 -3
  13. package/dist-cjs/commands/GetIpamResourceCidrsCommand.js +1 -2
  14. package/dist-cjs/commands/RestoreAddressToClassicCommand.js +3 -3
  15. package/dist-cjs/commands/RestoreManagedPrefixListVersionCommand.js +3 -3
  16. package/dist-cjs/commands/RestoreSnapshotFromRecycleBinCommand.js +3 -3
  17. package/dist-cjs/commands/RestoreSnapshotTierCommand.js +3 -3
  18. package/dist-cjs/commands/RevokeClientVpnIngressCommand.js +3 -3
  19. package/dist-cjs/commands/RevokeSecurityGroupEgressCommand.js +3 -3
  20. package/dist-cjs/commands/RevokeSecurityGroupIngressCommand.js +3 -3
  21. package/dist-cjs/commands/index.js +3 -0
  22. package/dist-cjs/models/models_0.js +14 -7
  23. package/dist-cjs/models/models_1.js +11 -6
  24. package/dist-cjs/models/models_2.js +7 -13
  25. package/dist-cjs/models/models_3.js +61 -53
  26. package/dist-cjs/models/models_4.js +89 -101
  27. package/dist-cjs/models/models_5.js +101 -96
  28. package/dist-cjs/models/models_6.js +92 -2
  29. package/dist-cjs/pagination/DescribeFastLaunchImagesPaginator.js +35 -0
  30. package/dist-cjs/pagination/index.js +1 -0
  31. package/dist-cjs/protocols/Aws_ec2.js +501 -17
  32. package/dist-es/EC2.js +45 -0
  33. package/dist-es/commands/DescribeFastLaunchImagesCommand.js +39 -0
  34. package/dist-es/commands/DescribeReservedInstancesCommand.js +2 -1
  35. package/dist-es/commands/DescribeReservedInstancesListingsCommand.js +1 -1
  36. package/dist-es/commands/DescribeReservedInstancesModificationsCommand.js +1 -2
  37. package/dist-es/commands/DisableFastLaunchCommand.js +39 -0
  38. package/dist-es/commands/EnableFastLaunchCommand.js +39 -0
  39. package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +2 -1
  40. package/dist-es/commands/GetIpamAddressHistoryCommand.js +1 -1
  41. package/dist-es/commands/GetIpamPoolAllocationsCommand.js +1 -1
  42. package/dist-es/commands/GetIpamPoolCidrsCommand.js +1 -1
  43. package/dist-es/commands/GetIpamResourceCidrsCommand.js +1 -2
  44. package/dist-es/commands/RestoreAddressToClassicCommand.js +1 -1
  45. package/dist-es/commands/RestoreManagedPrefixListVersionCommand.js +1 -1
  46. package/dist-es/commands/RestoreSnapshotFromRecycleBinCommand.js +1 -1
  47. package/dist-es/commands/RestoreSnapshotTierCommand.js +1 -1
  48. package/dist-es/commands/RevokeClientVpnIngressCommand.js +1 -1
  49. package/dist-es/commands/RevokeSecurityGroupEgressCommand.js +1 -1
  50. package/dist-es/commands/RevokeSecurityGroupIngressCommand.js +1 -1
  51. package/dist-es/commands/index.js +3 -0
  52. package/dist-es/models/models_0.js +10 -5
  53. package/dist-es/models/models_1.js +5 -0
  54. package/dist-es/models/models_2.js +4 -8
  55. package/dist-es/models/models_3.js +41 -33
  56. package/dist-es/models/models_4.js +57 -75
  57. package/dist-es/models/models_5.js +75 -60
  58. package/dist-es/models/models_6.js +60 -0
  59. package/dist-es/pagination/DescribeFastLaunchImagesPaginator.js +74 -0
  60. package/dist-es/pagination/index.js +1 -0
  61. package/dist-es/protocols/Aws_ec2.js +1498 -991
  62. package/dist-types/EC2.d.ts +28 -0
  63. package/dist-types/EC2Client.d.ts +5 -2
  64. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +35 -0
  65. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +2 -1
  66. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -2
  68. package/dist-types/commands/DisableFastLaunchCommand.d.ts +37 -0
  69. package/dist-types/commands/EnableFastLaunchCommand.d.ts +40 -0
  70. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -1
  71. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  72. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  73. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  74. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -2
  75. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  76. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  77. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  78. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  79. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  80. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  81. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  82. package/dist-types/commands/index.d.ts +3 -0
  83. package/dist-types/models/models_0.d.ts +25 -11
  84. package/dist-types/models/models_1.d.ts +11 -8
  85. package/dist-types/models/models_2.d.ts +18 -71
  86. package/dist-types/models/models_3.d.ts +240 -298
  87. package/dist-types/models/models_4.d.ts +500 -334
  88. package/dist-types/models/models_5.d.ts +334 -420
  89. package/dist-types/models/models_6.d.ts +413 -3
  90. package/dist-types/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
  91. package/dist-types/pagination/index.d.ts +1 -0
  92. package/dist-types/protocols/Aws_ec2.d.ts +9 -0
  93. package/dist-types/ts3.4/EC2.d.ts +15 -0
  94. package/dist-types/ts3.4/EC2Client.d.ts +5 -2
  95. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -2
  99. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +17 -0
  101. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -2
  106. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  114. package/dist-types/ts3.4/models/models_0.d.ts +17 -5
  115. package/dist-types/ts3.4/models/models_1.d.ts +5 -2
  116. package/dist-types/ts3.4/models/models_2.d.ts +12 -37
  117. package/dist-types/ts3.4/models/models_3.d.ts +122 -122
  118. package/dist-types/ts3.4/models/models_4.d.ts +224 -194
  119. package/dist-types/ts3.4/models/models_5.d.ts +196 -219
  120. package/dist-types/ts3.4/models/models_6.d.ts +218 -3
  121. package/dist-types/ts3.4/pagination/DescribeFastLaunchImagesPaginator.d.ts +4 -0
  122. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  123. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +9 -0
  124. package/package.json +3 -3
@@ -1,7 +1,299 @@
1
- import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AllowedPrincipal, AssociationStatus, BatchState, CapacityReservationState, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpamPoolAllocation, IpPermission, ResourceType, SecurityGroupRule, Subnet, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, Tenancy, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, Vpc, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
- import { BlockDeviceMapping, DiskImageFormat, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InstanceRequirementsRequest, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, RequestIpamResourceTag, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, SpotInstanceType, StorageTier, TargetCapacityUnitType, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, VolumeType } from "./models_1";
3
- import { ConnectionNotification, DnsEntry, DnsNameState, Filter, IpamPoolCidr, PayerResponsibility, ServiceConfiguration, ServiceTypeDetail, State, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayRouteTable, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
4
- import { ArchitectureType, AttributeBooleanValue, EventInformation, ExportTaskS3Location, FastSnapshotRestoreStateCode, OfferingClassType, OfferingTypeValues, PaymentOption, PermissionGroup, ProductCode, RecurringCharge, ReservedInstancesConfiguration, RIProductDescription, Scope, VirtualizationType } from "./models_3";
1
+ import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AllowedPrincipal, AssociationStatus, BatchState, CapacityReservationState, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, ReservedInstancesListing, ResourceType, SecurityGroupRule, Subnet, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, Tenancy, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, Vpc, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
+ import { BlockDeviceMapping, DiskImageFormat, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InstanceRequirementsRequest, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, SpotInstanceType, StorageTier, TargetCapacityUnitType, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, VolumeType } from "./models_1";
3
+ import { ConnectionNotification, DnsEntry, DnsNameState, Filter, PayerResponsibility, ServiceConfiguration, ServiceTypeDetail, State, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayRouteTable, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
4
+ import { ArchitectureType, AttributeBooleanValue, EventInformation, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, OfferingClassType, OfferingTypeValues, PaymentOption, PermissionGroup, ProductCode, RecurringChargeFrequency, RIProductDescription, VirtualizationType } from "./models_3";
5
+ /**
6
+ * <p>Describes a recurring charge.</p>
7
+ */
8
+ export interface RecurringCharge {
9
+ /**
10
+ * <p>The amount of the recurring charge.</p>
11
+ */
12
+ Amount?: number;
13
+ /**
14
+ * <p>The frequency of the recurring charge.</p>
15
+ */
16
+ Frequency?: RecurringChargeFrequency | string;
17
+ }
18
+ export declare namespace RecurringCharge {
19
+ /**
20
+ * @internal
21
+ */
22
+ const filterSensitiveLog: (obj: RecurringCharge) => any;
23
+ }
24
+ export declare enum Scope {
25
+ AVAILABILITY_ZONE = "Availability Zone",
26
+ REGIONAL = "Region"
27
+ }
28
+ export declare type ReservedInstanceState = "active" | "payment-failed" | "payment-pending" | "queued" | "queued-deleted" | "retired";
29
+ /**
30
+ * <p>Describes a Reserved Instance.</p>
31
+ */
32
+ export interface ReservedInstances {
33
+ /**
34
+ * <p>The Availability Zone in which the Reserved Instance can be used.</p>
35
+ */
36
+ AvailabilityZone?: string;
37
+ /**
38
+ * <p>The duration of the Reserved Instance, in seconds.</p>
39
+ */
40
+ Duration?: number;
41
+ /**
42
+ * <p>The time when the Reserved Instance expires.</p>
43
+ */
44
+ End?: Date;
45
+ /**
46
+ * <p>The purchase price of the Reserved Instance.</p>
47
+ */
48
+ FixedPrice?: number;
49
+ /**
50
+ * <p>The number of reservations purchased.</p>
51
+ */
52
+ InstanceCount?: number;
53
+ /**
54
+ * <p>The instance type on which the Reserved Instance can be used.</p>
55
+ */
56
+ InstanceType?: _InstanceType | string;
57
+ /**
58
+ * <p>The Reserved Instance product platform description.</p>
59
+ */
60
+ ProductDescription?: RIProductDescription | string;
61
+ /**
62
+ * <p>The ID of the Reserved Instance.</p>
63
+ */
64
+ ReservedInstancesId?: string;
65
+ /**
66
+ * <p>The date and time the Reserved Instance started.</p>
67
+ */
68
+ Start?: Date;
69
+ /**
70
+ * <p>The state of the Reserved Instance purchase.</p>
71
+ */
72
+ State?: ReservedInstanceState | string;
73
+ /**
74
+ * <p>The usage price of the Reserved Instance, per hour.</p>
75
+ */
76
+ UsagePrice?: number;
77
+ /**
78
+ * <p>The currency of the Reserved Instance. It's specified using ISO 4217 standard currency codes.
79
+ * At this time, the only supported currency is <code>USD</code>.</p>
80
+ */
81
+ CurrencyCode?: CurrencyCodeValues | string;
82
+ /**
83
+ * <p>The tenancy of the instance.</p>
84
+ */
85
+ InstanceTenancy?: Tenancy | string;
86
+ /**
87
+ * <p>The offering class of the Reserved Instance.</p>
88
+ */
89
+ OfferingClass?: OfferingClassType | string;
90
+ /**
91
+ * <p>The Reserved Instance offering type.</p>
92
+ */
93
+ OfferingType?: OfferingTypeValues | string;
94
+ /**
95
+ * <p>The recurring charge tag assigned to the resource.</p>
96
+ */
97
+ RecurringCharges?: RecurringCharge[];
98
+ /**
99
+ * <p>The scope of the Reserved Instance.</p>
100
+ */
101
+ Scope?: Scope | string;
102
+ /**
103
+ * <p>Any tags assigned to the resource.</p>
104
+ */
105
+ Tags?: Tag[];
106
+ }
107
+ export declare namespace ReservedInstances {
108
+ /**
109
+ * @internal
110
+ */
111
+ const filterSensitiveLog: (obj: ReservedInstances) => any;
112
+ }
113
+ /**
114
+ * <p>Contains the output for DescribeReservedInstances.</p>
115
+ */
116
+ export interface DescribeReservedInstancesResult {
117
+ /**
118
+ * <p>A list of Reserved Instances.</p>
119
+ */
120
+ ReservedInstances?: ReservedInstances[];
121
+ }
122
+ export declare namespace DescribeReservedInstancesResult {
123
+ /**
124
+ * @internal
125
+ */
126
+ const filterSensitiveLog: (obj: DescribeReservedInstancesResult) => any;
127
+ }
128
+ /**
129
+ * <p>Contains the parameters for DescribeReservedInstancesListings.</p>
130
+ */
131
+ export interface DescribeReservedInstancesListingsRequest {
132
+ /**
133
+ * <p>One or more filters.</p>
134
+ * <ul>
135
+ * <li>
136
+ * <p>
137
+ * <code>reserved-instances-id</code> - The ID of the Reserved Instances.</p>
138
+ * </li>
139
+ * <li>
140
+ * <p>
141
+ * <code>reserved-instances-listing-id</code> - The ID of the Reserved Instances listing.</p>
142
+ * </li>
143
+ * <li>
144
+ * <p>
145
+ * <code>status</code> - The status of the Reserved Instance listing (<code>pending</code> | <code>active</code> |
146
+ * <code>cancelled</code> | <code>closed</code>).</p>
147
+ * </li>
148
+ * <li>
149
+ * <p>
150
+ * <code>status-message</code> - The reason for the status.</p>
151
+ * </li>
152
+ * </ul>
153
+ */
154
+ Filters?: Filter[];
155
+ /**
156
+ * <p>One or more Reserved Instance IDs.</p>
157
+ */
158
+ ReservedInstancesId?: string;
159
+ /**
160
+ * <p>One or more Reserved Instance listing IDs.</p>
161
+ */
162
+ ReservedInstancesListingId?: string;
163
+ }
164
+ export declare namespace DescribeReservedInstancesListingsRequest {
165
+ /**
166
+ * @internal
167
+ */
168
+ const filterSensitiveLog: (obj: DescribeReservedInstancesListingsRequest) => any;
169
+ }
170
+ /**
171
+ * <p>Contains the output of DescribeReservedInstancesListings.</p>
172
+ */
173
+ export interface DescribeReservedInstancesListingsResult {
174
+ /**
175
+ * <p>Information about the Reserved Instance listing.</p>
176
+ */
177
+ ReservedInstancesListings?: ReservedInstancesListing[];
178
+ }
179
+ export declare namespace DescribeReservedInstancesListingsResult {
180
+ /**
181
+ * @internal
182
+ */
183
+ const filterSensitiveLog: (obj: DescribeReservedInstancesListingsResult) => any;
184
+ }
185
+ /**
186
+ * <p>Contains the parameters for DescribeReservedInstancesModifications.</p>
187
+ */
188
+ export interface DescribeReservedInstancesModificationsRequest {
189
+ /**
190
+ * <p>One or more filters.</p>
191
+ * <ul>
192
+ * <li>
193
+ * <p>
194
+ * <code>client-token</code> - The idempotency token for the modification request.</p>
195
+ * </li>
196
+ * <li>
197
+ * <p>
198
+ * <code>create-date</code> - The time when the modification request was created.</p>
199
+ * </li>
200
+ * <li>
201
+ * <p>
202
+ * <code>effective-date</code> - The time when the modification becomes effective.</p>
203
+ * </li>
204
+ * <li>
205
+ * <p>
206
+ * <code>modification-result.reserved-instances-id</code> - The ID for the Reserved Instances created as part of the modification request. This ID is only available when the status of the modification is <code>fulfilled</code>.</p>
207
+ * </li>
208
+ * <li>
209
+ * <p>
210
+ * <code>modification-result.target-configuration.availability-zone</code> - The Availability Zone for the new Reserved Instances.</p>
211
+ * </li>
212
+ * <li>
213
+ * <p>
214
+ * <code>modification-result.target-configuration.instance-count </code> - The number of new Reserved Instances.</p>
215
+ * </li>
216
+ * <li>
217
+ * <p>
218
+ * <code>modification-result.target-configuration.instance-type</code> - The instance type of the new Reserved Instances.</p>
219
+ * </li>
220
+ * <li>
221
+ * <p>
222
+ * <code>modification-result.target-configuration.platform</code> - The network platform of the new Reserved Instances (<code>EC2-Classic</code> | <code>EC2-VPC</code>).</p>
223
+ * </li>
224
+ * <li>
225
+ * <p>
226
+ * <code>reserved-instances-id</code> - The ID of the Reserved Instances modified.</p>
227
+ * </li>
228
+ * <li>
229
+ * <p>
230
+ * <code>reserved-instances-modification-id</code> - The ID of the modification request.</p>
231
+ * </li>
232
+ * <li>
233
+ * <p>
234
+ * <code>status</code> - The status of the Reserved Instances modification request
235
+ * (<code>processing</code> | <code>fulfilled</code> | <code>failed</code>).</p>
236
+ * </li>
237
+ * <li>
238
+ * <p>
239
+ * <code>status-message</code> - The reason for the status.</p>
240
+ * </li>
241
+ * <li>
242
+ * <p>
243
+ * <code>update-date</code> - The time when the modification request was last updated.</p>
244
+ * </li>
245
+ * </ul>
246
+ */
247
+ Filters?: Filter[];
248
+ /**
249
+ * <p>IDs for the submitted modification request.</p>
250
+ */
251
+ ReservedInstancesModificationIds?: string[];
252
+ /**
253
+ * <p>The token to retrieve the next page of results.</p>
254
+ */
255
+ NextToken?: string;
256
+ }
257
+ export declare namespace DescribeReservedInstancesModificationsRequest {
258
+ /**
259
+ * @internal
260
+ */
261
+ const filterSensitiveLog: (obj: DescribeReservedInstancesModificationsRequest) => any;
262
+ }
263
+ /**
264
+ * <p>Describes the configuration settings for the modified Reserved Instances.</p>
265
+ */
266
+ export interface ReservedInstancesConfiguration {
267
+ /**
268
+ * <p>The Availability Zone for the modified Reserved Instances.</p>
269
+ */
270
+ AvailabilityZone?: string;
271
+ /**
272
+ * <p>The number of modified Reserved Instances.</p>
273
+ * <note>
274
+ * <p>This is a required field for a request.</p>
275
+ * </note>
276
+ */
277
+ InstanceCount?: number;
278
+ /**
279
+ * <p>The instance type for the modified Reserved Instances.</p>
280
+ */
281
+ InstanceType?: _InstanceType | string;
282
+ /**
283
+ * <p>The network platform of the modified Reserved Instances, which is either EC2-Classic or EC2-VPC.</p>
284
+ */
285
+ Platform?: string;
286
+ /**
287
+ * <p>Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.</p>
288
+ */
289
+ Scope?: Scope | string;
290
+ }
291
+ export declare namespace ReservedInstancesConfiguration {
292
+ /**
293
+ * @internal
294
+ */
295
+ const filterSensitiveLog: (obj: ReservedInstancesConfiguration) => any;
296
+ }
5
297
  /**
6
298
  * <p>Describes the modification request/s.</p>
7
299
  */
@@ -3376,8 +3668,8 @@ export interface DescribeStoreImageTasksRequest {
3376
3668
  ImageIds?: string[];
3377
3669
  /**
3378
3670
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
3379
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
3380
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3671
+ * and provides an error response. If you have the required permissions, the error response is
3672
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3381
3673
  */
3382
3674
  DryRun?: boolean;
3383
3675
  /**
@@ -6627,6 +6919,75 @@ export declare namespace DisableEbsEncryptionByDefaultResult {
6627
6919
  */
6628
6920
  const filterSensitiveLog: (obj: DisableEbsEncryptionByDefaultResult) => any;
6629
6921
  }
6922
+ export interface DisableFastLaunchRequest {
6923
+ /**
6924
+ * <p>The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.</p>
6925
+ */
6926
+ ImageId: string | undefined;
6927
+ /**
6928
+ * <p>Forces the image settings to turn off faster launching for your Windows AMI. This parameter overrides
6929
+ * any errors that are encountered while cleaning up resources in your account.</p>
6930
+ */
6931
+ Force?: boolean;
6932
+ /**
6933
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
6934
+ * and provides an error response. If you have the required permissions, the error response is
6935
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6936
+ */
6937
+ DryRun?: boolean;
6938
+ }
6939
+ export declare namespace DisableFastLaunchRequest {
6940
+ /**
6941
+ * @internal
6942
+ */
6943
+ const filterSensitiveLog: (obj: DisableFastLaunchRequest) => any;
6944
+ }
6945
+ export interface DisableFastLaunchResult {
6946
+ /**
6947
+ * <p>The ID of the image for which faster-launching has been turned off.</p>
6948
+ */
6949
+ ImageId?: string;
6950
+ /**
6951
+ * <p>The pre-provisioning resource type that must be cleaned after turning off faster launching
6952
+ * for the Windows AMI. Supported values include: <code>snapshot</code>.</p>
6953
+ */
6954
+ ResourceType?: FastLaunchResourceType | string;
6955
+ /**
6956
+ * <p>Parameters that were used for faster launching for the Windows AMI before
6957
+ * faster launching was turned off. This informs the clean-up process.</p>
6958
+ */
6959
+ SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
6960
+ /**
6961
+ * <p>The launch template that was used to launch Windows instances from pre-provisioned snapshots.</p>
6962
+ */
6963
+ LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
6964
+ /**
6965
+ * <p>The maximum number of parallel instances to launch for creating resources.</p>
6966
+ */
6967
+ MaxParallelLaunches?: number;
6968
+ /**
6969
+ * <p>The owner of the Windows AMI for which faster launching was turned off.</p>
6970
+ */
6971
+ OwnerId?: string;
6972
+ /**
6973
+ * <p>The current state of faster launching for the specified Windows AMI.</p>
6974
+ */
6975
+ State?: FastLaunchStateCode | string;
6976
+ /**
6977
+ * <p>The reason that the state changed for faster launching for the Windows AMI.</p>
6978
+ */
6979
+ StateTransitionReason?: string;
6980
+ /**
6981
+ * <p>The time that the state changed for faster launching for the Windows AMI.</p>
6982
+ */
6983
+ StateTransitionTime?: Date;
6984
+ }
6985
+ export declare namespace DisableFastLaunchResult {
6986
+ /**
6987
+ * @internal
6988
+ */
6989
+ const filterSensitiveLog: (obj: DisableFastLaunchResult) => any;
6990
+ }
6630
6991
  export interface DisableFastSnapshotRestoresRequest {
6631
6992
  /**
6632
6993
  * <p>One or more Availability Zones. For example, <code>us-east-2a</code>.</p>
@@ -6796,8 +7157,8 @@ export interface DisableImageDeprecationRequest {
6796
7157
  ImageId: string | undefined;
6797
7158
  /**
6798
7159
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
6799
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6800
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7160
+ * and provides an error response. If you have the required permissions, the error response is
7161
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6801
7162
  */
6802
7163
  DryRun?: boolean;
6803
7164
  }
@@ -7411,9 +7772,136 @@ export declare namespace EnableEbsEncryptionByDefaultResult {
7411
7772
  */
7412
7773
  const filterSensitiveLog: (obj: EnableEbsEncryptionByDefaultResult) => any;
7413
7774
  }
7414
- export interface EnableFastSnapshotRestoresRequest {
7775
+ /**
7776
+ * <p>Request to create a launch template for a fast-launch enabled Windows AMI.</p>
7777
+ * <note>
7778
+ * <p>Note - You can specify either the <code>LaunchTemplateName</code> or the
7779
+ * <code>LaunchTemplateId</code>, but not both.</p>
7780
+ * </note>
7781
+ */
7782
+ export interface FastLaunchLaunchTemplateSpecificationRequest {
7415
7783
  /**
7416
- * <p>One or more Availability Zones. For example, <code>us-east-2a</code>.</p>
7784
+ * <p>The ID of the launch template to use for faster launching for a Windows AMI.</p>
7785
+ */
7786
+ LaunchTemplateId?: string;
7787
+ /**
7788
+ * <p>The name of the launch template to use for faster launching for a Windows AMI.</p>
7789
+ */
7790
+ LaunchTemplateName?: string;
7791
+ /**
7792
+ * <p>The version of the launch template to use for faster launching for a Windows AMI.</p>
7793
+ */
7794
+ Version: string | undefined;
7795
+ }
7796
+ export declare namespace FastLaunchLaunchTemplateSpecificationRequest {
7797
+ /**
7798
+ * @internal
7799
+ */
7800
+ const filterSensitiveLog: (obj: FastLaunchLaunchTemplateSpecificationRequest) => any;
7801
+ }
7802
+ /**
7803
+ * <p>Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.</p>
7804
+ */
7805
+ export interface FastLaunchSnapshotConfigurationRequest {
7806
+ /**
7807
+ * <p>The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.</p>
7808
+ */
7809
+ TargetResourceCount?: number;
7810
+ }
7811
+ export declare namespace FastLaunchSnapshotConfigurationRequest {
7812
+ /**
7813
+ * @internal
7814
+ */
7815
+ const filterSensitiveLog: (obj: FastLaunchSnapshotConfigurationRequest) => any;
7816
+ }
7817
+ export interface EnableFastLaunchRequest {
7818
+ /**
7819
+ * <p>The ID of the image for which you’re enabling faster launching.</p>
7820
+ */
7821
+ ImageId: string | undefined;
7822
+ /**
7823
+ * <p>The type of resource to use for pre-provisioning the Windows AMI for faster launching.
7824
+ * Supported values include: <code>snapshot</code>, which is the default value.</p>
7825
+ */
7826
+ ResourceType?: string;
7827
+ /**
7828
+ * <p>Configuration settings for creating and managing the snapshots that are used for
7829
+ * pre-provisioning the Windows AMI for faster launching. The associated <code>ResourceType</code>
7830
+ * must be <code>snapshot</code>.</p>
7831
+ */
7832
+ SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest;
7833
+ /**
7834
+ * <p>The launch template to use when launching Windows instances from pre-provisioned
7835
+ * snapshots. Launch template parameters can include either the name or ID of the launch
7836
+ * template, but not both.</p>
7837
+ */
7838
+ LaunchTemplate?: FastLaunchLaunchTemplateSpecificationRequest;
7839
+ /**
7840
+ * <p>The maximum number of parallel instances to launch for creating resources.</p>
7841
+ */
7842
+ MaxParallelLaunches?: number;
7843
+ /**
7844
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
7845
+ * and provides an error response. If you have the required permissions, the error response is
7846
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7847
+ */
7848
+ DryRun?: boolean;
7849
+ }
7850
+ export declare namespace EnableFastLaunchRequest {
7851
+ /**
7852
+ * @internal
7853
+ */
7854
+ const filterSensitiveLog: (obj: EnableFastLaunchRequest) => any;
7855
+ }
7856
+ export interface EnableFastLaunchResult {
7857
+ /**
7858
+ * <p>The image ID that identifies the Windows AMI for which faster launching was enabled.</p>
7859
+ */
7860
+ ImageId?: string;
7861
+ /**
7862
+ * <p>The type of resource that was defined for pre-provisioning the Windows AMI for faster launching.</p>
7863
+ */
7864
+ ResourceType?: FastLaunchResourceType | string;
7865
+ /**
7866
+ * <p>The configuration settings that were defined for creating and managing the pre-provisioned snapshots
7867
+ * for faster launching of the Windows AMI. This property is returned when the associated
7868
+ * <code>resourceType</code> is <code>snapshot</code>.</p>
7869
+ */
7870
+ SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
7871
+ /**
7872
+ * <p>The launch template that is used when launching Windows instances from pre-provisioned snapshots.</p>
7873
+ */
7874
+ LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
7875
+ /**
7876
+ * <p>The maximum number of parallel instances to launch for creating resources.</p>
7877
+ */
7878
+ MaxParallelLaunches?: number;
7879
+ /**
7880
+ * <p>The owner ID for the Windows AMI for which faster launching was enabled.</p>
7881
+ */
7882
+ OwnerId?: string;
7883
+ /**
7884
+ * <p>The current state of faster launching for the specified Windows AMI.</p>
7885
+ */
7886
+ State?: FastLaunchStateCode | string;
7887
+ /**
7888
+ * <p>The reason that the state changed for faster launching for the Windows AMI.</p>
7889
+ */
7890
+ StateTransitionReason?: string;
7891
+ /**
7892
+ * <p>The time that the state changed for faster launching for the Windows AMI.</p>
7893
+ */
7894
+ StateTransitionTime?: Date;
7895
+ }
7896
+ export declare namespace EnableFastLaunchResult {
7897
+ /**
7898
+ * @internal
7899
+ */
7900
+ const filterSensitiveLog: (obj: EnableFastLaunchResult) => any;
7901
+ }
7902
+ export interface EnableFastSnapshotRestoresRequest {
7903
+ /**
7904
+ * <p>One or more Availability Zones. For example, <code>us-east-2a</code>.</p>
7417
7905
  */
7418
7906
  AvailabilityZones: string[] | undefined;
7419
7907
  /**
@@ -7590,8 +8078,8 @@ export interface EnableImageDeprecationRequest {
7590
8078
  DeprecateAt: Date | undefined;
7591
8079
  /**
7592
8080
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
7593
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7594
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8081
+ * and provides an error response. If you have the required permissions, the error response is
8082
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7595
8083
  */
7596
8084
  DryRun?: boolean;
7597
8085
  }
@@ -8863,325 +9351,3 @@ export declare namespace GetInstanceTypesFromInstanceRequirementsRequest {
8863
9351
  */
8864
9352
  const filterSensitiveLog: (obj: GetInstanceTypesFromInstanceRequirementsRequest) => any;
8865
9353
  }
8866
- /**
8867
- * <p>The list of instance types with the specified instance attributes.</p>
8868
- */
8869
- export interface InstanceTypeInfoFromInstanceRequirements {
8870
- /**
8871
- * <p>The matching instance type.</p>
8872
- */
8873
- InstanceType?: string;
8874
- }
8875
- export declare namespace InstanceTypeInfoFromInstanceRequirements {
8876
- /**
8877
- * @internal
8878
- */
8879
- const filterSensitiveLog: (obj: InstanceTypeInfoFromInstanceRequirements) => any;
8880
- }
8881
- export interface GetInstanceTypesFromInstanceRequirementsResult {
8882
- /**
8883
- * <p>The instance types with the specified instance attributes.</p>
8884
- */
8885
- InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[];
8886
- /**
8887
- * <p>The token for the next set of results.</p>
8888
- */
8889
- NextToken?: string;
8890
- }
8891
- export declare namespace GetInstanceTypesFromInstanceRequirementsResult {
8892
- /**
8893
- * @internal
8894
- */
8895
- const filterSensitiveLog: (obj: GetInstanceTypesFromInstanceRequirementsResult) => any;
8896
- }
8897
- export interface GetIpamAddressHistoryRequest {
8898
- /**
8899
- * <p>A check for whether you have the required permissions for the action without actually making the request
8900
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8901
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8902
- */
8903
- DryRun?: boolean;
8904
- /**
8905
- * <p>The CIDR you want the history of. The CIDR can be an IPv4 or IPv6 IP address range.
8906
- * If you enter a /16 IPv4 CIDR, you will get records that match it exactly. You will not get records for any subnets within the /16 CIDR.</p>
8907
- */
8908
- Cidr: string | undefined;
8909
- /**
8910
- * <p>The ID of the IPAM scope that the CIDR is in.</p>
8911
- */
8912
- IpamScopeId: string | undefined;
8913
- /**
8914
- * <p>The ID of the VPC you want your history records filtered by.</p>
8915
- */
8916
- VpcId?: string;
8917
- /**
8918
- * <p>The start of the time period for which you are looking for history. If you omit this option, it will default to the value of EndTime.</p>
8919
- */
8920
- StartTime?: Date;
8921
- /**
8922
- * <p>The end of the time period for which you are looking for history. If you omit this option, it will default to the current time.</p>
8923
- */
8924
- EndTime?: Date;
8925
- /**
8926
- * <p>The maximum number of historical results you would like returned per page. Defaults to 100.</p>
8927
- */
8928
- MaxResults?: number;
8929
- /**
8930
- * <p>The token for the next page of results.</p>
8931
- */
8932
- NextToken?: string;
8933
- }
8934
- export declare namespace GetIpamAddressHistoryRequest {
8935
- /**
8936
- * @internal
8937
- */
8938
- const filterSensitiveLog: (obj: GetIpamAddressHistoryRequest) => any;
8939
- }
8940
- export declare enum IpamComplianceStatus {
8941
- compliant = "compliant",
8942
- ignored = "ignored",
8943
- noncompliant = "noncompliant",
8944
- unmanaged = "unmanaged"
8945
- }
8946
- export declare enum IpamOverlapStatus {
8947
- ignored = "ignored",
8948
- nonoverlapping = "nonoverlapping",
8949
- overlapping = "overlapping"
8950
- }
8951
- export declare enum IpamAddressHistoryResourceType {
8952
- eip = "eip",
8953
- instance = "instance",
8954
- network_interface = "network-interface",
8955
- subnet = "subnet",
8956
- vpc = "vpc"
8957
- }
8958
- /**
8959
- * <p>The historical record of a CIDR within an IPAM scope. For more information, see <a href="/vpc/latest/ipam/view-history-cidr-ipam.html">View the history of IP addresses</a> in the <i>Amazon VPC IPAM User Guide</i>.
8960
- * </p>
8961
- */
8962
- export interface IpamAddressHistoryRecord {
8963
- /**
8964
- * <p>The ID of the resource owner.</p>
8965
- */
8966
- ResourceOwnerId?: string;
8967
- /**
8968
- * <p>The Amazon Web Services Region of the resource.</p>
8969
- */
8970
- ResourceRegion?: string;
8971
- /**
8972
- * <p>The type of the resource.</p>
8973
- */
8974
- ResourceType?: IpamAddressHistoryResourceType | string;
8975
- /**
8976
- * <p>The ID of the resource.</p>
8977
- */
8978
- ResourceId?: string;
8979
- /**
8980
- * <p>The CIDR of the resource.</p>
8981
- */
8982
- ResourceCidr?: string;
8983
- /**
8984
- * <p>The name of the resource.</p>
8985
- */
8986
- ResourceName?: string;
8987
- /**
8988
- * <p>The compliance status of a resource. For more information on compliance statuses, see <a href="/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
8989
- */
8990
- ResourceComplianceStatus?: IpamComplianceStatus | string;
8991
- /**
8992
- * <p>The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see <a href="/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
8993
- */
8994
- ResourceOverlapStatus?: IpamOverlapStatus | string;
8995
- /**
8996
- * <p>The VPC ID of the resource.</p>
8997
- */
8998
- VpcId?: string;
8999
- /**
9000
- * <p>Sampled start time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the start time may have occurred before this specific time.</p>
9001
- */
9002
- SampledStartTime?: Date;
9003
- /**
9004
- * <p>Sampled end time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the end time may have occurred before this specific time.</p>
9005
- */
9006
- SampledEndTime?: Date;
9007
- }
9008
- export declare namespace IpamAddressHistoryRecord {
9009
- /**
9010
- * @internal
9011
- */
9012
- const filterSensitiveLog: (obj: IpamAddressHistoryRecord) => any;
9013
- }
9014
- export interface GetIpamAddressHistoryResult {
9015
- /**
9016
- * <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>
9017
- */
9018
- HistoryRecords?: IpamAddressHistoryRecord[];
9019
- /**
9020
- * <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>
9021
- */
9022
- NextToken?: string;
9023
- }
9024
- export declare namespace GetIpamAddressHistoryResult {
9025
- /**
9026
- * @internal
9027
- */
9028
- const filterSensitiveLog: (obj: GetIpamAddressHistoryResult) => any;
9029
- }
9030
- export interface GetIpamPoolAllocationsRequest {
9031
- /**
9032
- * <p>A check for whether you have the required permissions for the action without actually making the request
9033
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9034
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9035
- */
9036
- DryRun?: boolean;
9037
- /**
9038
- * <p>The ID of the IPAM pool you want to see the allocations for.</p>
9039
- */
9040
- IpamPoolId: string | undefined;
9041
- /**
9042
- * <p>The ID of the allocation.</p>
9043
- */
9044
- IpamPoolAllocationId?: string;
9045
- /**
9046
- * <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
9047
- */
9048
- Filters?: Filter[];
9049
- /**
9050
- * <p>The maximum number of results you would like returned per page.</p>
9051
- */
9052
- MaxResults?: number;
9053
- /**
9054
- * <p>The token for the next page of results.</p>
9055
- */
9056
- NextToken?: string;
9057
- }
9058
- export declare namespace GetIpamPoolAllocationsRequest {
9059
- /**
9060
- * @internal
9061
- */
9062
- const filterSensitiveLog: (obj: GetIpamPoolAllocationsRequest) => any;
9063
- }
9064
- export interface GetIpamPoolAllocationsResult {
9065
- /**
9066
- * <p>The IPAM pool allocations you want information on.</p>
9067
- */
9068
- IpamPoolAllocations?: IpamPoolAllocation[];
9069
- /**
9070
- * <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>
9071
- */
9072
- NextToken?: string;
9073
- }
9074
- export declare namespace GetIpamPoolAllocationsResult {
9075
- /**
9076
- * @internal
9077
- */
9078
- const filterSensitiveLog: (obj: GetIpamPoolAllocationsResult) => any;
9079
- }
9080
- export interface GetIpamPoolCidrsRequest {
9081
- /**
9082
- * <p>A check for whether you have the required permissions for the action without actually making the request
9083
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9084
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9085
- */
9086
- DryRun?: boolean;
9087
- /**
9088
- * <p>The ID of the IPAM pool you want the CIDR for.</p>
9089
- */
9090
- IpamPoolId: string | undefined;
9091
- /**
9092
- * <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
9093
- */
9094
- Filters?: Filter[];
9095
- /**
9096
- * <p>The maximum number of results to return in the request.</p>
9097
- */
9098
- MaxResults?: number;
9099
- /**
9100
- * <p>The token for the next page of results.</p>
9101
- */
9102
- NextToken?: string;
9103
- }
9104
- export declare namespace GetIpamPoolCidrsRequest {
9105
- /**
9106
- * @internal
9107
- */
9108
- const filterSensitiveLog: (obj: GetIpamPoolCidrsRequest) => any;
9109
- }
9110
- export interface GetIpamPoolCidrsResult {
9111
- /**
9112
- * <p>Information about the CIDRs provisioned to an IPAM pool.</p>
9113
- */
9114
- IpamPoolCidrs?: IpamPoolCidr[];
9115
- /**
9116
- * <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>
9117
- */
9118
- NextToken?: string;
9119
- }
9120
- export declare namespace GetIpamPoolCidrsResult {
9121
- /**
9122
- * @internal
9123
- */
9124
- const filterSensitiveLog: (obj: GetIpamPoolCidrsResult) => any;
9125
- }
9126
- export declare enum IpamResourceType {
9127
- eip = "eip",
9128
- ipv6_pool = "ipv6-pool",
9129
- public_ipv4_pool = "public-ipv4-pool",
9130
- subnet = "subnet",
9131
- vpc = "vpc"
9132
- }
9133
- export interface GetIpamResourceCidrsRequest {
9134
- /**
9135
- * <p>A check for whether you have the required permissions for the action without actually making the request
9136
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9137
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9138
- */
9139
- DryRun?: boolean;
9140
- /**
9141
- * <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
9142
- */
9143
- Filters?: Filter[];
9144
- /**
9145
- * <p>The maximum number of results to return in the request.</p>
9146
- */
9147
- MaxResults?: number;
9148
- /**
9149
- * <p>The token for the next page of results.</p>
9150
- */
9151
- NextToken?: string;
9152
- /**
9153
- * <p>The ID of the scope that the resource is in.</p>
9154
- */
9155
- IpamScopeId: string | undefined;
9156
- /**
9157
- * <p>The ID of the IPAM pool that the resource is in.</p>
9158
- */
9159
- IpamPoolId?: string;
9160
- /**
9161
- * <p>The ID of the resource.</p>
9162
- */
9163
- ResourceId?: string;
9164
- /**
9165
- * <p>The resource type.</p>
9166
- */
9167
- ResourceType?: IpamResourceType | string;
9168
- /**
9169
- * <p>A tag on an IPAM resource.</p>
9170
- */
9171
- ResourceTag?: RequestIpamResourceTag;
9172
- /**
9173
- * <p>The ID of the Amazon Web Services account that owns the resource.</p>
9174
- */
9175
- ResourceOwner?: string;
9176
- }
9177
- export declare namespace GetIpamResourceCidrsRequest {
9178
- /**
9179
- * @internal
9180
- */
9181
- const filterSensitiveLog: (obj: GetIpamResourceCidrsRequest) => any;
9182
- }
9183
- export declare enum IpamManagementState {
9184
- ignored = "ignored",
9185
- managed = "managed",
9186
- unmanaged = "unmanaged"
9187
- }