@aws-sdk/client-ec2 3.927.0 → 3.929.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 (45) hide show
  1. package/dist-cjs/index.js +27 -3
  2. package/dist-es/models/models_3.js +4 -3
  3. package/dist-es/models/models_4.js +3 -0
  4. package/dist-es/protocols/Aws_ec2.js +19 -0
  5. package/dist-types/commands/CreateFleetCommand.d.ts +3 -0
  6. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
  8. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -0
  9. package/dist-types/commands/DescribeFleetsCommand.d.ts +3 -0
  10. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -2
  11. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
  12. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -0
  13. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -2
  14. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -0
  15. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -2
  16. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -0
  17. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -0
  18. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -0
  19. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -0
  20. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -0
  21. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -2
  22. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -0
  23. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -0
  24. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -0
  25. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -0
  26. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -0
  27. package/dist-types/models/models_1.d.ts +18 -0
  28. package/dist-types/models/models_3.d.ts +29 -11
  29. package/dist-types/models/models_4.d.ts +12 -320
  30. package/dist-types/models/models_5.d.ts +319 -43
  31. package/dist-types/models/models_6.d.ts +45 -29
  32. package/dist-types/models/models_7.d.ts +28 -33
  33. package/dist-types/models/models_8.d.ts +33 -1
  34. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +4 -2
  35. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +4 -2
  36. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +4 -2
  37. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +4 -2
  38. package/dist-types/ts3.4/models/models_1.d.ts +2 -0
  39. package/dist-types/ts3.4/models/models_3.d.ts +8 -4
  40. package/dist-types/ts3.4/models/models_4.d.ts +4 -8
  41. package/dist-types/ts3.4/models/models_5.d.ts +7 -7
  42. package/dist-types/ts3.4/models/models_6.d.ts +8 -7
  43. package/dist-types/ts3.4/models/models_7.d.ts +7 -7
  44. package/dist-types/ts3.4/models/models_8.d.ts +12 -1
  45. package/package.json +5 -5
@@ -3,6 +3,325 @@ import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSp
3
3
  import { GroupIdentifier, InstanceIpv6Address, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement } from "./models_2";
4
4
  import { Byoasn, Filter, IdFormat } from "./models_3";
5
5
  import { AttributeBooleanValue, EventInformation, PermissionGroup, ProductCode, VirtualizationType } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeInstanceTypesRequest {
10
+ /**
11
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
12
+ * and provides an error response. If you have the required permissions, the error response is
13
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
14
+ * @public
15
+ */
16
+ DryRun?: boolean | undefined;
17
+ /**
18
+ * <p>The instance types.</p>
19
+ * @public
20
+ */
21
+ InstanceTypes?: _InstanceType[] | undefined;
22
+ /**
23
+ * <p>One or more filters. Filter names and values are case-sensitive.</p>
24
+ * <ul>
25
+ * <li>
26
+ * <p>
27
+ * <code>auto-recovery-supported</code> - Indicates whether Amazon CloudWatch action
28
+ * based recovery is supported (<code>true</code> | <code>false</code>).</p>
29
+ * </li>
30
+ * <li>
31
+ * <p>
32
+ * <code>bare-metal</code> - Indicates whether it is a bare metal instance type
33
+ * (<code>true</code> | <code>false</code>).</p>
34
+ * </li>
35
+ * <li>
36
+ * <p>
37
+ * <code>burstable-performance-supported</code> - Indicates whether the instance type is a
38
+ * burstable performance T instance type (<code>true</code> | <code>false</code>).</p>
39
+ * </li>
40
+ * <li>
41
+ * <p>
42
+ * <code>current-generation</code> - Indicates whether this instance type is the latest
43
+ * generation instance type of an instance family (<code>true</code> | <code>false</code>).</p>
44
+ * </li>
45
+ * <li>
46
+ * <p>
47
+ * <code>dedicated-hosts-supported</code> - Indicates whether the instance type supports
48
+ * Dedicated Hosts. (<code>true</code> | <code>false</code>)</p>
49
+ * </li>
50
+ * <li>
51
+ * <p>
52
+ * <code>ebs-info.attachment-limit-type</code> - The type of Amazon EBS volume attachment limit
53
+ * (<code>shared</code> | <code>dedicated</code>).</p>
54
+ * </li>
55
+ * <li>
56
+ * <p>
57
+ * <code>ebs-info.maximum-ebs-attachments</code> - The maximum number of Amazon EBS volumes that
58
+ * can be attached to the instance type.</p>
59
+ * </li>
60
+ * <li>
61
+ * <p>
62
+ * <code>ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps</code> - The baseline
63
+ * bandwidth performance for an EBS-optimized instance type, in Mbps.</p>
64
+ * </li>
65
+ * <li>
66
+ * <p>
67
+ * <code>ebs-info.ebs-optimized-info.baseline-iops</code> - The baseline input/output storage
68
+ * operations per second for an EBS-optimized instance type.</p>
69
+ * </li>
70
+ * <li>
71
+ * <p>
72
+ * <code>ebs-info.ebs-optimized-info.baseline-throughput-in-mbps</code> - The baseline
73
+ * throughput performance for an EBS-optimized instance type, in MB/s.</p>
74
+ * </li>
75
+ * <li>
76
+ * <p>
77
+ * <code>ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps</code> - The maximum bandwidth
78
+ * performance for an EBS-optimized instance type, in Mbps.</p>
79
+ * </li>
80
+ * <li>
81
+ * <p>
82
+ * <code>ebs-info.ebs-optimized-info.maximum-iops</code> - The maximum input/output storage
83
+ * operations per second for an EBS-optimized instance type.</p>
84
+ * </li>
85
+ * <li>
86
+ * <p>
87
+ * <code>ebs-info.ebs-optimized-info.maximum-throughput-in-mbps</code> - The maximum
88
+ * throughput performance for an EBS-optimized instance type, in MB/s.</p>
89
+ * </li>
90
+ * <li>
91
+ * <p>
92
+ * <code>ebs-info.ebs-optimized-support</code> - Indicates whether the instance type is
93
+ * EBS-optimized (<code>supported</code> | <code>unsupported</code> |
94
+ * <code>default</code>).</p>
95
+ * </li>
96
+ * <li>
97
+ * <p>
98
+ * <code>ebs-info.encryption-support</code> - Indicates whether EBS encryption is supported
99
+ * (<code>supported</code> | <code>unsupported</code>).</p>
100
+ * </li>
101
+ * <li>
102
+ * <p>
103
+ * <code>ebs-info.nvme-support</code> - Indicates whether non-volatile memory express (NVMe)
104
+ * is supported for EBS volumes (<code>required</code> | <code>supported</code> |
105
+ * <code>unsupported</code>).</p>
106
+ * </li>
107
+ * <li>
108
+ * <p>
109
+ * <code>free-tier-eligible</code> - A Boolean that indicates whether this instance type can
110
+ * be used under the Amazon Web Services Free Tier (<code>true</code> | <code>false</code>).</p>
111
+ * </li>
112
+ * <li>
113
+ * <p>
114
+ * <code>hibernation-supported</code> - Indicates whether On-Demand hibernation is supported
115
+ * (<code>true</code> | <code>false</code>).</p>
116
+ * </li>
117
+ * <li>
118
+ * <p>
119
+ * <code>hypervisor</code> - The hypervisor (<code>nitro</code> | <code>xen</code>).</p>
120
+ * </li>
121
+ * <li>
122
+ * <p>
123
+ * <code>instance-storage-info.disk.count</code> - The number of local disks.</p>
124
+ * </li>
125
+ * <li>
126
+ * <p>
127
+ * <code>instance-storage-info.disk.size-in-gb</code> - The storage size of each instance
128
+ * storage disk, in GB.</p>
129
+ * </li>
130
+ * <li>
131
+ * <p>
132
+ * <code>instance-storage-info.disk.type</code> - The storage technology for the local
133
+ * instance storage disks (<code>hdd</code> | <code>ssd</code>).</p>
134
+ * </li>
135
+ * <li>
136
+ * <p>
137
+ * <code>instance-storage-info.encryption-support</code> - Indicates whether data is
138
+ * encrypted at rest (<code>required</code> | <code>supported</code> |
139
+ * <code>unsupported</code>).</p>
140
+ * </li>
141
+ * <li>
142
+ * <p>
143
+ * <code>instance-storage-info.nvme-support</code> - Indicates whether non-volatile memory
144
+ * express (NVMe) is supported for instance store (<code>required</code> | <code>supported</code>
145
+ * | <code>unsupported</code>).</p>
146
+ * </li>
147
+ * <li>
148
+ * <p>
149
+ * <code>instance-storage-info.total-size-in-gb</code> - The total amount of storage
150
+ * available from all local instance storage, in GB.</p>
151
+ * </li>
152
+ * <li>
153
+ * <p>
154
+ * <code>instance-storage-supported</code> - Indicates whether the instance type has local
155
+ * instance storage (<code>true</code> | <code>false</code>).</p>
156
+ * </li>
157
+ * <li>
158
+ * <p>
159
+ * <code>instance-type</code> - The instance type (for example <code>c5.2xlarge</code> or
160
+ * c5*).</p>
161
+ * </li>
162
+ * <li>
163
+ * <p>
164
+ * <code>memory-info.size-in-mib</code> - The memory size.</p>
165
+ * </li>
166
+ * <li>
167
+ * <p>
168
+ * <code>network-info.bandwidth-weightings</code> - For instances that support bandwidth
169
+ * weighting to boost performance (<code>default</code>, <code>vpc-1</code>,
170
+ * <code>ebs-1</code>).</p>
171
+ * </li>
172
+ * <li>
173
+ * <p>
174
+ * <code>network-info.efa-info.maximum-efa-interfaces</code> - The maximum number of Elastic
175
+ * Fabric Adapters (EFAs) per instance.</p>
176
+ * </li>
177
+ * <li>
178
+ * <p>
179
+ * <code>network-info.efa-supported</code> - Indicates whether the instance type supports
180
+ * Elastic Fabric Adapter (EFA) (<code>true</code> | <code>false</code>).</p>
181
+ * </li>
182
+ * <li>
183
+ * <p>
184
+ * <code>network-info.ena-support</code> - Indicates whether Elastic Network Adapter (ENA) is
185
+ * supported or required (<code>required</code> | <code>supported</code> |
186
+ * <code>unsupported</code>).</p>
187
+ * </li>
188
+ * <li>
189
+ * <p>
190
+ * <code>network-info.flexible-ena-queues-support</code> - Indicates whether an instance supports
191
+ * flexible ENA queues (<code>supported</code> | <code>unsupported</code>).</p>
192
+ * </li>
193
+ * <li>
194
+ * <p>
195
+ * <code>network-info.encryption-in-transit-supported</code> - Indicates whether the instance
196
+ * type automatically encrypts in-transit traffic between instances (<code>true</code> | <code>false</code>).</p>
197
+ * </li>
198
+ * <li>
199
+ * <p>
200
+ * <code>network-info.ipv4-addresses-per-interface</code> - The maximum number of private
201
+ * IPv4 addresses per network interface.</p>
202
+ * </li>
203
+ * <li>
204
+ * <p>
205
+ * <code>network-info.ipv6-addresses-per-interface</code> - The maximum number of private
206
+ * IPv6 addresses per network interface.</p>
207
+ * </li>
208
+ * <li>
209
+ * <p>
210
+ * <code>network-info.ipv6-supported</code> - Indicates whether the instance type supports
211
+ * IPv6 (<code>true</code> | <code>false</code>).</p>
212
+ * </li>
213
+ * <li>
214
+ * <p>
215
+ * <code>network-info.maximum-network-cards</code> - The maximum number of network cards per
216
+ * instance.</p>
217
+ * </li>
218
+ * <li>
219
+ * <p>
220
+ * <code>network-info.maximum-network-interfaces</code> - The maximum number of network
221
+ * interfaces per instance.</p>
222
+ * </li>
223
+ * <li>
224
+ * <p>
225
+ * <code>network-info.network-performance</code> - The network performance (for example, "25
226
+ * Gigabit").</p>
227
+ * </li>
228
+ * <li>
229
+ * <p>
230
+ * <code>nitro-enclaves-support</code> - Indicates whether Nitro Enclaves is supported
231
+ * (<code>supported</code> | <code>unsupported</code>).</p>
232
+ * </li>
233
+ * <li>
234
+ * <p>
235
+ * <code>nitro-tpm-support</code> - Indicates whether NitroTPM is supported
236
+ * (<code>supported</code> | <code>unsupported</code>).</p>
237
+ * </li>
238
+ * <li>
239
+ * <p>
240
+ * <code>nitro-tpm-info.supported-versions</code> - The supported NitroTPM version
241
+ * (<code>2.0</code>).</p>
242
+ * </li>
243
+ * <li>
244
+ * <p>
245
+ * <code>processor-info.supported-architecture</code> - The CPU architecture
246
+ * (<code>arm64</code> | <code>i386</code> | <code>x86_64</code>).</p>
247
+ * </li>
248
+ * <li>
249
+ * <p>
250
+ * <code>processor-info.sustained-clock-speed-in-ghz</code> - The CPU clock speed, in
251
+ * GHz.</p>
252
+ * </li>
253
+ * <li>
254
+ * <p>
255
+ * <code>processor-info.supported-features</code> - The supported CPU features
256
+ * (<code>amd-sev-snp</code>).</p>
257
+ * </li>
258
+ * <li>
259
+ * <p>
260
+ * <code>reboot-migration-support</code> - Indicates whether enabling reboot migration is
261
+ * supported (<code>supported</code> | <code>unsupported</code>).</p>
262
+ * </li>
263
+ * <li>
264
+ * <p>
265
+ * <code>supported-boot-mode</code> - The boot mode (<code>legacy-bios</code> |
266
+ * <code>uefi</code>).</p>
267
+ * </li>
268
+ * <li>
269
+ * <p>
270
+ * <code>supported-root-device-type</code> - The root device type (<code>ebs</code> |
271
+ * <code>instance-store</code>).</p>
272
+ * </li>
273
+ * <li>
274
+ * <p>
275
+ * <code>supported-usage-class</code> - The usage class (<code>on-demand</code> |
276
+ * <code>spot</code> | <code>capacity-block</code>).</p>
277
+ * </li>
278
+ * <li>
279
+ * <p>
280
+ * <code>supported-virtualization-type</code> - The virtualization type (<code>hvm</code> |
281
+ * <code>paravirtual</code>).</p>
282
+ * </li>
283
+ * <li>
284
+ * <p>
285
+ * <code>vcpu-info.default-cores</code> - The default number of cores for the instance
286
+ * type.</p>
287
+ * </li>
288
+ * <li>
289
+ * <p>
290
+ * <code>vcpu-info.default-threads-per-core</code> - The default number of threads per core
291
+ * for the instance type.</p>
292
+ * </li>
293
+ * <li>
294
+ * <p>
295
+ * <code>vcpu-info.default-vcpus</code> - The default number of vCPUs for the instance
296
+ * type.</p>
297
+ * </li>
298
+ * <li>
299
+ * <p>
300
+ * <code>vcpu-info.valid-cores</code> - The number of cores that can be configured for the
301
+ * instance type.</p>
302
+ * </li>
303
+ * <li>
304
+ * <p>
305
+ * <code>vcpu-info.valid-threads-per-core</code> - The number of threads per core that can be
306
+ * configured for the instance type. For example, "1" or "1,2".</p>
307
+ * </li>
308
+ * </ul>
309
+ * @public
310
+ */
311
+ Filters?: Filter[] | undefined;
312
+ /**
313
+ * <p>The maximum number of items to return for this request.
314
+ * To get the next page of items, make another request with the token returned in the output.
315
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
316
+ * @public
317
+ */
318
+ MaxResults?: number | undefined;
319
+ /**
320
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
321
+ * @public
322
+ */
323
+ NextToken?: string | undefined;
324
+ }
6
325
  /**
7
326
  * @public
8
327
  * @enum
@@ -10785,49 +11104,6 @@ export interface DescribeTransitGatewayVpcAttachmentsResult {
10785
11104
  */
10786
11105
  NextToken?: string | undefined;
10787
11106
  }
10788
- /**
10789
- * @public
10790
- */
10791
- export interface DescribeTrunkInterfaceAssociationsRequest {
10792
- /**
10793
- * <p>The IDs of the associations.</p>
10794
- * @public
10795
- */
10796
- AssociationIds?: string[] | undefined;
10797
- /**
10798
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10799
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10800
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10801
- * @public
10802
- */
10803
- DryRun?: boolean | undefined;
10804
- /**
10805
- * <p>One or more filters.</p>
10806
- * <ul>
10807
- * <li>
10808
- * <p>
10809
- * <code>gre-key</code> - The ID of a trunk interface association.</p>
10810
- * </li>
10811
- * <li>
10812
- * <p>
10813
- * <code>interface-protocol</code> - The interface protocol. Valid values are <code>VLAN</code> and <code>GRE</code>.</p>
10814
- * </li>
10815
- * </ul>
10816
- * @public
10817
- */
10818
- Filters?: Filter[] | undefined;
10819
- /**
10820
- * <p>The token for the next page of results.</p>
10821
- * @public
10822
- */
10823
- NextToken?: string | undefined;
10824
- /**
10825
- * <p>The maximum number of results to return with a single call.
10826
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
10827
- * @public
10828
- */
10829
- MaxResults?: number | undefined;
10830
- }
10831
11107
  /**
10832
11108
  * @internal
10833
11109
  */
@@ -1,8 +1,51 @@
1
1
  import { ActiveVpnTunnelStatus, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AllowedPrincipal, AsnAssociation, AssociationStatus, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, TrunkInterfaceAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
2
  import { CapacityReservationState, DiskImageFormat, IpAddressType, SSEType, Volume, VolumeType, Vpc } from "./models_1";
3
3
  import { VerifiedAccessEndpoint } from "./models_2";
4
- import { ConnectionNotification, DnsEntry, DnsNameState, Filter, MetricType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConnection, VpnGateway } from "./models_3";
5
- import { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, PeriodType, ProductCode, ReservationState, StatisticType } from "./models_4";
4
+ import { ConnectionNotification, DnsEntry, DnsNameState, Filter, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConnection, VpnGateway } from "./models_3";
5
+ import { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, MetricType, PeriodType, ProductCode, ReservationState, StatisticType } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeTrunkInterfaceAssociationsRequest {
10
+ /**
11
+ * <p>The IDs of the associations.</p>
12
+ * @public
13
+ */
14
+ AssociationIds?: string[] | undefined;
15
+ /**
16
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
17
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
18
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
19
+ * @public
20
+ */
21
+ DryRun?: boolean | undefined;
22
+ /**
23
+ * <p>One or more filters.</p>
24
+ * <ul>
25
+ * <li>
26
+ * <p>
27
+ * <code>gre-key</code> - The ID of a trunk interface association.</p>
28
+ * </li>
29
+ * <li>
30
+ * <p>
31
+ * <code>interface-protocol</code> - The interface protocol. Valid values are <code>VLAN</code> and <code>GRE</code>.</p>
32
+ * </li>
33
+ * </ul>
34
+ * @public
35
+ */
36
+ Filters?: Filter[] | undefined;
37
+ /**
38
+ * <p>The token for the next page of results.</p>
39
+ * @public
40
+ */
41
+ NextToken?: string | undefined;
42
+ /**
43
+ * <p>The maximum number of results to return with a single call.
44
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
45
+ * @public
46
+ */
47
+ MaxResults?: number | undefined;
48
+ }
6
49
  /**
7
50
  * @public
8
51
  */
@@ -7491,33 +7534,6 @@ export interface IntegrateServices {
7491
7534
  */
7492
7535
  AthenaIntegrations?: AthenaIntegration[] | undefined;
7493
7536
  }
7494
- /**
7495
- * @public
7496
- */
7497
- export interface GetFlowLogsIntegrationTemplateRequest {
7498
- /**
7499
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7500
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7501
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7502
- * @public
7503
- */
7504
- DryRun?: boolean | undefined;
7505
- /**
7506
- * <p>The ID of the flow log.</p>
7507
- * @public
7508
- */
7509
- FlowLogId: string | undefined;
7510
- /**
7511
- * <p>To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.</p>
7512
- * @public
7513
- */
7514
- ConfigDeliveryS3DestinationArn: string | undefined;
7515
- /**
7516
- * <p>Information about the service integration.</p>
7517
- * @public
7518
- */
7519
- IntegrateServices: IntegrateServices | undefined;
7520
- }
7521
7537
  /**
7522
7538
  * @internal
7523
7539
  */
@@ -4,7 +4,34 @@ import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, De
4
4
  import { Filter, IpamPoolCidr } from "./models_3";
5
5
  import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStatusEvent, LaunchPermission, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_4";
6
6
  import { AnalysisStatus, ArchitectureType, CreateVolumePermission, ExcessCapacityTerminationPolicy, LaunchTemplateConfig, LockState, ReservedInstancesConfiguration, SnapshotAttributeName } from "./models_5";
7
- import { InstanceFamilyCreditSpecification, ManagedBy, RouteServerPropagation, SnapshotBlockPublicAccessState, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily } from "./models_6";
7
+ import { InstanceFamilyCreditSpecification, IntegrateServices, ManagedBy, RouteServerPropagation, SnapshotBlockPublicAccessState, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily } from "./models_6";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface GetFlowLogsIntegrationTemplateRequest {
12
+ /**
13
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
14
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
15
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
16
+ * @public
17
+ */
18
+ DryRun?: boolean | undefined;
19
+ /**
20
+ * <p>The ID of the flow log.</p>
21
+ * @public
22
+ */
23
+ FlowLogId: string | undefined;
24
+ /**
25
+ * <p>To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.</p>
26
+ * @public
27
+ */
28
+ ConfigDeliveryS3DestinationArn: string | undefined;
29
+ /**
30
+ * <p>Information about the service integration.</p>
31
+ * @public
32
+ */
33
+ IntegrateServices: IntegrateServices | undefined;
34
+ }
8
35
  /**
9
36
  * @public
10
37
  */
@@ -8526,38 +8553,6 @@ export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
8526
8553
  */
8527
8554
  ApplianceModeSupport?: ApplianceModeSupportValue | undefined;
8528
8555
  }
8529
- /**
8530
- * @public
8531
- */
8532
- export interface ModifyTransitGatewayVpcAttachmentRequest {
8533
- /**
8534
- * <p>The ID of the attachment.</p>
8535
- * @public
8536
- */
8537
- TransitGatewayAttachmentId: string | undefined;
8538
- /**
8539
- * <p>The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.</p>
8540
- * @public
8541
- */
8542
- AddSubnetIds?: string[] | undefined;
8543
- /**
8544
- * <p>The IDs of one or more subnets to remove.</p>
8545
- * @public
8546
- */
8547
- RemoveSubnetIds?: string[] | undefined;
8548
- /**
8549
- * <p>The new VPC attachment options.</p>
8550
- * @public
8551
- */
8552
- Options?: ModifyTransitGatewayVpcAttachmentRequestOptions | undefined;
8553
- /**
8554
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8555
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8556
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8557
- * @public
8558
- */
8559
- DryRun?: boolean | undefined;
8560
- }
8561
8556
  /**
8562
8557
  * @internal
8563
8558
  */
@@ -5,7 +5,39 @@ import { Byoasn, DnsOptionsSpecification, Filter, IKEVersionsRequestListValue, I
5
5
  import { ArchitectureValues, AttributeBooleanValue, BootModeValues, CapacityBlock, CapacityBlockExtension, ClientVpnConnectionStatus, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, TpmSupportValues } from "./models_4";
6
6
  import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_5";
7
7
  import { CapacityManagerStatus, InternetGatewayBlockMode, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_6";
8
- import { CapacityReservationSpecification, Purchase } from "./models_7";
8
+ import { CapacityReservationSpecification, ModifyTransitGatewayVpcAttachmentRequestOptions, Purchase } from "./models_7";
9
+ /**
10
+ * @public
11
+ */
12
+ export interface ModifyTransitGatewayVpcAttachmentRequest {
13
+ /**
14
+ * <p>The ID of the attachment.</p>
15
+ * @public
16
+ */
17
+ TransitGatewayAttachmentId: string | undefined;
18
+ /**
19
+ * <p>The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.</p>
20
+ * @public
21
+ */
22
+ AddSubnetIds?: string[] | undefined;
23
+ /**
24
+ * <p>The IDs of one or more subnets to remove.</p>
25
+ * @public
26
+ */
27
+ RemoveSubnetIds?: string[] | undefined;
28
+ /**
29
+ * <p>The new VPC attachment options.</p>
30
+ * @public
31
+ */
32
+ Options?: ModifyTransitGatewayVpcAttachmentRequestOptions | undefined;
33
+ /**
34
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
35
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
36
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
37
+ * @public
38
+ */
39
+ DryRun?: boolean | undefined;
40
+ }
9
41
  /**
10
42
  * @public
11
43
  */
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeInstanceTypesRequest } from "../models/models_4";
9
- import { DescribeInstanceTypesResult } from "../models/models_5";
8
+ import {
9
+ DescribeInstanceTypesRequest,
10
+ DescribeInstanceTypesResult,
11
+ } from "../models/models_5";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeInstanceTypesCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeTrunkInterfaceAssociationsRequest } from "../models/models_5";
9
- import { DescribeTrunkInterfaceAssociationsResult } from "../models/models_6";
8
+ import {
9
+ DescribeTrunkInterfaceAssociationsRequest,
10
+ DescribeTrunkInterfaceAssociationsResult,
11
+ } from "../models/models_6";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeTrunkInterfaceAssociationsCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { GetFlowLogsIntegrationTemplateRequest } from "../models/models_6";
9
- import { GetFlowLogsIntegrationTemplateResult } from "../models/models_7";
8
+ import {
9
+ GetFlowLogsIntegrationTemplateRequest,
10
+ GetFlowLogsIntegrationTemplateResult,
11
+ } from "../models/models_7";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface GetFlowLogsIntegrationTemplateCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ModifyTransitGatewayVpcAttachmentRequest } from "../models/models_7";
9
- import { ModifyTransitGatewayVpcAttachmentResult } from "../models/models_8";
8
+ import {
9
+ ModifyTransitGatewayVpcAttachmentRequest,
10
+ ModifyTransitGatewayVpcAttachmentResult,
11
+ } from "../models/models_8";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface ModifyTransitGatewayVpcAttachmentCommandInput
@@ -2020,6 +2020,7 @@ export interface InstanceRequirementsRequest {
2020
2020
  AllowedInstanceTypes?: string[] | undefined;
2021
2021
  MaxSpotPriceAsPercentageOfOptimalOnDemandPrice?: number | undefined;
2022
2022
  BaselinePerformanceFactors?: BaselinePerformanceFactorsRequest | undefined;
2023
+ RequireEncryptionInTransit?: boolean | undefined;
2023
2024
  }
2024
2025
  export interface Placement {
2025
2026
  AvailabilityZoneId?: string | undefined;
@@ -2241,6 +2242,7 @@ export interface InstanceRequirements {
2241
2242
  AllowedInstanceTypes?: string[] | undefined;
2242
2243
  MaxSpotPriceAsPercentageOfOptimalOnDemandPrice?: number | undefined;
2243
2244
  BaselinePerformanceFactors?: BaselinePerformanceFactors | undefined;
2245
+ RequireEncryptionInTransit?: boolean | undefined;
2244
2246
  }
2245
2247
  export interface PlacementResponse {
2246
2248
  GroupName?: string | undefined;