@aws-sdk/client-ec2 3.438.0 → 3.440.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 (90) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/EC2.js +4 -0
  3. package/dist-cjs/commands/DescribeCapacityBlockOfferingsCommand.js +51 -0
  4. package/dist-cjs/commands/PurchaseCapacityBlockCommand.js +51 -0
  5. package/dist-cjs/commands/index.js +2 -0
  6. package/dist-cjs/models/models_0.js +8 -1
  7. package/dist-cjs/models/models_1.js +2 -0
  8. package/dist-cjs/models/models_3.js +2 -6
  9. package/dist-cjs/models/models_4.js +8 -2
  10. package/dist-cjs/pagination/DescribeCapacityBlockOfferingsPaginator.js +29 -0
  11. package/dist-cjs/pagination/index.js +2 -1
  12. package/dist-cjs/protocols/Aws_ec2.js +213 -20
  13. package/dist-es/EC2.js +4 -0
  14. package/dist-es/commands/DescribeCapacityBlockOfferingsCommand.js +47 -0
  15. package/dist-es/commands/PurchaseCapacityBlockCommand.js +47 -0
  16. package/dist-es/commands/index.js +2 -0
  17. package/dist-es/models/models_0.js +7 -0
  18. package/dist-es/models/models_1.js +2 -0
  19. package/dist-es/models/models_3.js +0 -4
  20. package/dist-es/models/models_4.js +6 -0
  21. package/dist-es/pagination/DescribeCapacityBlockOfferingsPaginator.js +25 -0
  22. package/dist-es/pagination/index.js +2 -1
  23. package/dist-es/protocols/Aws_ec2.js +188 -0
  24. package/dist-types/EC2.d.ts +14 -0
  25. package/dist-types/EC2Client.d.ts +4 -2
  26. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  30. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -2
  31. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +94 -0
  32. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeInstancesCommand.d.ts +2 -3
  36. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  39. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  40. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  41. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -1
  42. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  43. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -2
  44. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  45. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +122 -0
  46. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +2 -1
  47. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  48. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  49. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -2
  50. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  51. package/dist-types/commands/index.d.ts +2 -0
  52. package/dist-types/models/models_0.d.ts +20 -16
  53. package/dist-types/models/models_1.d.ts +22 -51
  54. package/dist-types/models/models_2.d.ts +49 -18
  55. package/dist-types/models/models_3.d.ts +135 -788
  56. package/dist-types/models/models_4.d.ts +792 -120
  57. package/dist-types/models/models_5.d.ts +118 -141
  58. package/dist-types/models/models_6.d.ts +176 -217
  59. package/dist-types/models/models_7.d.ts +216 -1
  60. package/dist-types/pagination/DescribeCapacityBlockOfferingsPaginator.d.ts +7 -0
  61. package/dist-types/pagination/index.d.ts +2 -1
  62. package/dist-types/protocols/Aws_ec2.d.ts +18 -0
  63. package/dist-types/ts3.4/EC2.d.ts +34 -0
  64. package/dist-types/ts3.4/EC2Client.d.ts +12 -0
  65. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +4 -2
  66. package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +42 -0
  67. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +4 -2
  68. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -4
  71. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +4 -2
  73. package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +42 -0
  74. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +2 -4
  75. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +4 -2
  78. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  79. package/dist-types/ts3.4/models/models_0.d.ts +10 -4
  80. package/dist-types/ts3.4/models/models_1.d.ts +6 -11
  81. package/dist-types/ts3.4/models/models_2.d.ts +13 -5
  82. package/dist-types/ts3.4/models/models_3.d.ts +31 -25
  83. package/dist-types/ts3.4/models/models_4.d.ts +28 -30
  84. package/dist-types/ts3.4/models/models_5.d.ts +26 -22
  85. package/dist-types/ts3.4/models/models_6.d.ts +33 -47
  86. package/dist-types/ts3.4/models/models_7.d.ts +46 -0
  87. package/dist-types/ts3.4/pagination/DescribeCapacityBlockOfferingsPaginator.d.ts +11 -0
  88. package/dist-types/ts3.4/pagination/index.d.ts +2 -1
  89. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +24 -0
  90. package/package.json +1 -1
@@ -1,7 +1,793 @@
1
- import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, AttachmentStatus, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair } from "./models_0";
2
- import { AttributeValue, BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, HostnameType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, Placement, PlacementGroup, PlatformValues, PrivateIpAddressSpecification, SpotInstanceType, StateReason, Subnet, TargetCapacityUnitType, Tenancy } from "./models_1";
3
- import { ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint } from "./models_2";
4
- import { ArchitectureValues, AttributeBooleanValue, BootModeValues, CapacityReservationSpecificationResponse, CpuOptions, DeviceType, EnclaveOptions, EventInformation, Filter, HypervisorType, IdFormat, InstanceBlockDeviceMapping, InstanceBootModeValues, PermissionGroup, ProductCode, VirtualizationType } from "./models_3";
1
+ import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, AttachmentStatus, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UserIdGroupPair } from "./models_0";
2
+ import { AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, HostnameType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, Placement, PlatformValues, PrivateIpAddressSpecification, SpotInstanceType, StateReason, Subnet, TargetCapacityUnitType, Tenancy } from "./models_1";
3
+ import { PlacementGroup, ReplaceRootVolumeTask, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement } from "./models_2";
4
+ import { ArchitectureValues, AttributeBooleanValue, BootModeValues, DeviceType, EnclaveOptions, EventInformation, Filter, HypervisorType, IdFormat, InstanceBlockDeviceMapping, PermissionGroup, ProductCode, VirtualizationType } from "./models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface DescribeInstancesRequest {
9
+ /**
10
+ * @public
11
+ * <p>The filters.</p>
12
+ * <ul>
13
+ * <li>
14
+ * <p>
15
+ * <code>affinity</code> - The affinity setting for an instance running on a
16
+ * Dedicated Host (<code>default</code> | <code>host</code>).</p>
17
+ * </li>
18
+ * <li>
19
+ * <p>
20
+ * <code>architecture</code> - The instance architecture (<code>i386</code> |
21
+ * <code>x86_64</code> | <code>arm64</code>).</p>
22
+ * </li>
23
+ * <li>
24
+ * <p>
25
+ * <code>availability-zone</code> - The Availability Zone of the instance.</p>
26
+ * </li>
27
+ * <li>
28
+ * <p>
29
+ * <code>block-device-mapping.attach-time</code> - The attach time for an EBS
30
+ * volume mapped to the instance, for example,
31
+ * <code>2022-09-15T17:15:20.000Z</code>.</p>
32
+ * </li>
33
+ * <li>
34
+ * <p>
35
+ * <code>block-device-mapping.delete-on-termination</code> - A Boolean that
36
+ * indicates whether the EBS volume is deleted on instance termination.</p>
37
+ * </li>
38
+ * <li>
39
+ * <p>
40
+ * <code>block-device-mapping.device-name</code> - The device name specified in
41
+ * the block device mapping (for example, <code>/dev/sdh</code> or
42
+ * <code>xvdh</code>).</p>
43
+ * </li>
44
+ * <li>
45
+ * <p>
46
+ * <code>block-device-mapping.status</code> - The status for the EBS volume
47
+ * (<code>attaching</code> | <code>attached</code> | <code>detaching</code> |
48
+ * <code>detached</code>).</p>
49
+ * </li>
50
+ * <li>
51
+ * <p>
52
+ * <code>block-device-mapping.volume-id</code> - The volume ID of the EBS
53
+ * volume.</p>
54
+ * </li>
55
+ * <li>
56
+ * <p>
57
+ * <code>boot-mode</code> - The boot mode that was specified by the AMI
58
+ * (<code>legacy-bios</code> | <code>uefi</code> |
59
+ * <code>uefi-preferred</code>).</p>
60
+ * </li>
61
+ * <li>
62
+ * <p>
63
+ * <code>capacity-reservation-id</code> - The ID of the Capacity Reservation into which the
64
+ * instance was launched.</p>
65
+ * </li>
66
+ * <li>
67
+ * <p>
68
+ * <code>capacity-reservation-specification.capacity-reservation-preference</code>
69
+ * - The instance's Capacity Reservation preference (<code>open</code> | <code>none</code>).</p>
70
+ * </li>
71
+ * <li>
72
+ * <p>
73
+ * <code>capacity-reservation-specification.capacity-reservation-target.capacity-reservation-id</code>
74
+ * - The ID of the targeted Capacity Reservation.</p>
75
+ * </li>
76
+ * <li>
77
+ * <p>
78
+ * <code>capacity-reservation-specification.capacity-reservation-target.capacity-reservation-resource-group-arn</code>
79
+ * - The ARN of the targeted Capacity Reservation group.</p>
80
+ * </li>
81
+ * <li>
82
+ * <p>
83
+ * <code>client-token</code> - The idempotency token you provided when you
84
+ * launched the instance.</p>
85
+ * </li>
86
+ * <li>
87
+ * <p>
88
+ * <code>current-instance-boot-mode</code> - The boot mode that is used to launch
89
+ * the instance at launch or start (<code>legacy-bios</code> |
90
+ * <code>uefi</code>).</p>
91
+ * </li>
92
+ * <li>
93
+ * <p>
94
+ * <code>dns-name</code> - The public DNS name of the instance.</p>
95
+ * </li>
96
+ * <li>
97
+ * <p>
98
+ * <code>ebs-optimized</code> - A Boolean that indicates whether the instance is
99
+ * optimized for Amazon EBS I/O.</p>
100
+ * </li>
101
+ * <li>
102
+ * <p>
103
+ * <code>ena-support</code> - A Boolean that indicates whether the instance is
104
+ * enabled for enhanced networking with ENA.</p>
105
+ * </li>
106
+ * <li>
107
+ * <p>
108
+ * <code>enclave-options.enabled</code> - A Boolean that indicates whether the
109
+ * instance is enabled for Amazon Web Services Nitro Enclaves.</p>
110
+ * </li>
111
+ * <li>
112
+ * <p>
113
+ * <code>hibernation-options.configured</code> - A Boolean that indicates whether
114
+ * the instance is enabled for hibernation. A value of <code>true</code> means that
115
+ * the instance is enabled for hibernation.</p>
116
+ * </li>
117
+ * <li>
118
+ * <p>
119
+ * <code>host-id</code> - The ID of the Dedicated Host on which the instance is
120
+ * running, if applicable.</p>
121
+ * </li>
122
+ * <li>
123
+ * <p>
124
+ * <code>hypervisor</code> - The hypervisor type of the instance
125
+ * (<code>ovm</code> | <code>xen</code>). The value <code>xen</code> is used
126
+ * for both Xen and Nitro hypervisors.</p>
127
+ * </li>
128
+ * <li>
129
+ * <p>
130
+ * <code>iam-instance-profile.arn</code> - The instance profile associated with
131
+ * the instance. Specified as an ARN.</p>
132
+ * </li>
133
+ * <li>
134
+ * <p>
135
+ * <code>iam-instance-profile.id</code> - The instance profile associated with
136
+ * the instance. Specified as an ID.</p>
137
+ * </li>
138
+ * <li>
139
+ * <p>
140
+ * <code>iam-instance-profile.name</code> - The instance profile associated with
141
+ * the instance. Specified as an name.</p>
142
+ * </li>
143
+ * <li>
144
+ * <p>
145
+ * <code>image-id</code> - The ID of the image used to launch the
146
+ * instance.</p>
147
+ * </li>
148
+ * <li>
149
+ * <p>
150
+ * <code>instance-id</code> - The ID of the instance.</p>
151
+ * </li>
152
+ * <li>
153
+ * <p>
154
+ * <code>instance-lifecycle</code> - Indicates whether this is a Spot Instance or
155
+ * a Scheduled Instance (<code>spot</code> | <code>scheduled</code>).</p>
156
+ * </li>
157
+ * <li>
158
+ * <p>
159
+ * <code>instance-state-code</code> - The state of the instance, as a 16-bit
160
+ * unsigned integer. The high byte is used for internal purposes and should be
161
+ * ignored. The low byte is set based on the state represented. The valid values
162
+ * are: 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64
163
+ * (stopping), and 80 (stopped).</p>
164
+ * </li>
165
+ * <li>
166
+ * <p>
167
+ * <code>instance-state-name</code> - The state of the instance
168
+ * (<code>pending</code> | <code>running</code> | <code>shutting-down</code> |
169
+ * <code>terminated</code> | <code>stopping</code> |
170
+ * <code>stopped</code>).</p>
171
+ * </li>
172
+ * <li>
173
+ * <p>
174
+ * <code>instance-type</code> - The type of instance (for example,
175
+ * <code>t2.micro</code>).</p>
176
+ * </li>
177
+ * <li>
178
+ * <p>
179
+ * <code>instance.group-id</code> - The ID of the security group for the
180
+ * instance. </p>
181
+ * </li>
182
+ * <li>
183
+ * <p>
184
+ * <code>instance.group-name</code> - The name of the security group for the
185
+ * instance. </p>
186
+ * </li>
187
+ * <li>
188
+ * <p>
189
+ * <code>ip-address</code> - The public IPv4 address of the instance.</p>
190
+ * </li>
191
+ * <li>
192
+ * <p>
193
+ * <code>ipv6-address</code> - The IPv6 address of the instance.</p>
194
+ * </li>
195
+ * <li>
196
+ * <p>
197
+ * <code>kernel-id</code> - The kernel ID.</p>
198
+ * </li>
199
+ * <li>
200
+ * <p>
201
+ * <code>key-name</code> - The name of the key pair used when the instance was
202
+ * launched.</p>
203
+ * </li>
204
+ * <li>
205
+ * <p>
206
+ * <code>launch-index</code> - When launching multiple instances, this is the
207
+ * index for the instance in the launch group (for example, 0, 1, 2, and so on).
208
+ * </p>
209
+ * </li>
210
+ * <li>
211
+ * <p>
212
+ * <code>launch-time</code> - The time when the instance was launched, in the ISO
213
+ * 8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for example,
214
+ * <code>2021-09-29T11:04:43.305Z</code>. You can use a wildcard
215
+ * (<code>*</code>), for example, <code>2021-09-29T*</code>, which matches an
216
+ * entire day.</p>
217
+ * </li>
218
+ * <li>
219
+ * <p>
220
+ * <code>maintenance-options.auto-recovery</code> - The current automatic
221
+ * recovery behavior of the instance (<code>disabled</code> | <code>default</code>).</p>
222
+ * </li>
223
+ * <li>
224
+ * <p>
225
+ * <code>metadata-options.http-endpoint</code> - The status of access to the HTTP
226
+ * metadata endpoint on your instance (<code>enabled</code> |
227
+ * <code>disabled</code>)</p>
228
+ * </li>
229
+ * <li>
230
+ * <p>
231
+ * <code>metadata-options.http-protocol-ipv4</code> - Indicates whether the IPv4
232
+ * endpoint is enabled (<code>disabled</code> | <code>enabled</code>).</p>
233
+ * </li>
234
+ * <li>
235
+ * <p>
236
+ * <code>metadata-options.http-protocol-ipv6</code> - Indicates whether the IPv6
237
+ * endpoint is enabled (<code>disabled</code> | <code>enabled</code>).</p>
238
+ * </li>
239
+ * <li>
240
+ * <p>
241
+ * <code>metadata-options.http-put-response-hop-limit</code> - The HTTP metadata
242
+ * request put response hop limit (integer, possible values <code>1</code> to
243
+ * <code>64</code>)</p>
244
+ * </li>
245
+ * <li>
246
+ * <p>
247
+ * <code>metadata-options.http-tokens</code> - The metadata request authorization
248
+ * state (<code>optional</code> | <code>required</code>)</p>
249
+ * </li>
250
+ * <li>
251
+ * <p>
252
+ * <code>metadata-options.instance-metadata-tags</code> - The status of access to
253
+ * instance tags from the instance metadata (<code>enabled</code> |
254
+ * <code>disabled</code>)</p>
255
+ * </li>
256
+ * <li>
257
+ * <p>
258
+ * <code>metadata-options.state</code> - The state of the metadata option changes
259
+ * (<code>pending</code> | <code>applied</code>).</p>
260
+ * </li>
261
+ * <li>
262
+ * <p>
263
+ * <code>monitoring-state</code> - Indicates whether detailed monitoring is
264
+ * enabled (<code>disabled</code> | <code>enabled</code>).</p>
265
+ * </li>
266
+ * <li>
267
+ * <p>
268
+ * <code>network-interface.addresses.association.allocation-id</code> - The allocation ID.</p>
269
+ * </li>
270
+ * <li>
271
+ * <p>
272
+ * <code>network-interface.addresses.association.association-id</code> - The association ID.</p>
273
+ * </li>
274
+ * <li>
275
+ * <p>
276
+ * <code>network-interface.addresses.association.carrier-ip</code> - The carrier IP address.</p>
277
+ * </li>
278
+ * <li>
279
+ * <p>
280
+ * <code>network-interface.addresses.association.customer-owned-ip</code> - The customer-owned IP address.</p>
281
+ * </li>
282
+ * <li>
283
+ * <p>
284
+ * <code>network-interface.addresses.association.ip-owner-id</code> - The owner
285
+ * ID of the private IPv4 address associated with the network interface.</p>
286
+ * </li>
287
+ * <li>
288
+ * <p>
289
+ * <code>network-interface.addresses.association.public-dns-name</code> - The public DNS name.</p>
290
+ * </li>
291
+ * <li>
292
+ * <p>
293
+ * <code>network-interface.addresses.association.public-ip</code> - The ID of the
294
+ * association of an Elastic IP address (IPv4) with a network interface.</p>
295
+ * </li>
296
+ * <li>
297
+ * <p>
298
+ * <code>network-interface.addresses.primary</code> - Specifies whether the IPv4
299
+ * address of the network interface is the primary private IPv4 address.</p>
300
+ * </li>
301
+ * <li>
302
+ * <p>
303
+ * <code>network-interface.addresses.private-dns-name</code> - The private DNS name.</p>
304
+ * </li>
305
+ * <li>
306
+ * <p>
307
+ * <code>network-interface.addresses.private-ip-address</code> - The private IPv4
308
+ * address associated with the network interface.</p>
309
+ * </li>
310
+ * <li>
311
+ * <p>
312
+ * <code>network-interface.association.allocation-id</code> - The allocation ID
313
+ * returned when you allocated the Elastic IP address (IPv4) for your network
314
+ * interface.</p>
315
+ * </li>
316
+ * <li>
317
+ * <p>
318
+ * <code>network-interface.association.association-id</code> - The association ID
319
+ * returned when the network interface was associated with an IPv4 address.</p>
320
+ * </li>
321
+ * <li>
322
+ * <p>
323
+ * <code>network-interface.association.carrier-ip</code> - The customer-owned IP address.</p>
324
+ * </li>
325
+ * <li>
326
+ * <p>
327
+ * <code>network-interface.association.customer-owned-ip</code> - The customer-owned IP address.</p>
328
+ * </li>
329
+ * <li>
330
+ * <p>
331
+ * <code>network-interface.association.ip-owner-id</code> - The owner of the
332
+ * Elastic IP address (IPv4) associated with the network interface.</p>
333
+ * </li>
334
+ * <li>
335
+ * <p>
336
+ * <code>network-interface.association.public-dns-name</code> - The public DNS name.</p>
337
+ * </li>
338
+ * <li>
339
+ * <p>
340
+ * <code>network-interface.association.public-ip</code> - The address of the
341
+ * Elastic IP address (IPv4) bound to the network interface.</p>
342
+ * </li>
343
+ * <li>
344
+ * <p>
345
+ * <code>network-interface.attachment.attach-time</code> - The time that the
346
+ * network interface was attached to an instance.</p>
347
+ * </li>
348
+ * <li>
349
+ * <p>
350
+ * <code>network-interface.attachment.attachment-id</code> - The ID of the
351
+ * interface attachment.</p>
352
+ * </li>
353
+ * <li>
354
+ * <p>
355
+ * <code>network-interface.attachment.delete-on-termination</code> - Specifies
356
+ * whether the attachment is deleted when an instance is terminated.</p>
357
+ * </li>
358
+ * <li>
359
+ * <p>
360
+ * <code>network-interface.attachment.device-index</code> - The device index to
361
+ * which the network interface is attached.</p>
362
+ * </li>
363
+ * <li>
364
+ * <p>
365
+ * <code>network-interface.attachment.instance-id</code> - The ID of the instance
366
+ * to which the network interface is attached.</p>
367
+ * </li>
368
+ * <li>
369
+ * <p>
370
+ * <code>network-interface.attachment.instance-owner-id</code> - The owner ID of
371
+ * the instance to which the network interface is attached.</p>
372
+ * </li>
373
+ * <li>
374
+ * <p>
375
+ * <code>network-interface.attachment.network-card-index</code> - The index of the network card.</p>
376
+ * </li>
377
+ * <li>
378
+ * <p>
379
+ * <code>network-interface.attachment.status</code> - The status of the
380
+ * attachment (<code>attaching</code> | <code>attached</code> |
381
+ * <code>detaching</code> | <code>detached</code>).</p>
382
+ * </li>
383
+ * <li>
384
+ * <p>
385
+ * <code>network-interface.availability-zone</code> - The Availability Zone for
386
+ * the network interface.</p>
387
+ * </li>
388
+ * <li>
389
+ * <p>
390
+ * <code>network-interface.deny-all-igw-traffic</code> - A Boolean that indicates whether
391
+ * a network interface with an IPv6 address is unreachable from the public internet.</p>
392
+ * </li>
393
+ * <li>
394
+ * <p>
395
+ * <code>network-interface.description</code> - The description of the network
396
+ * interface.</p>
397
+ * </li>
398
+ * <li>
399
+ * <p>
400
+ * <code>network-interface.group-id</code> - The ID of a security group
401
+ * associated with the network interface.</p>
402
+ * </li>
403
+ * <li>
404
+ * <p>
405
+ * <code>network-interface.group-name</code> - The name of a security group
406
+ * associated with the network interface.</p>
407
+ * </li>
408
+ * <li>
409
+ * <p>
410
+ * <code>network-interface.ipv4-prefixes.ipv4-prefix</code> - The IPv4 prefixes that are assigned to the network interface.</p>
411
+ * </li>
412
+ * <li>
413
+ * <p>
414
+ * <code>network-interface.ipv6-address</code> - The IPv6 address associated with the network interface.</p>
415
+ * </li>
416
+ * <li>
417
+ * <p>
418
+ * <code>network-interface.ipv6-addresses.ipv6-address</code> - The IPv6 address
419
+ * associated with the network interface.</p>
420
+ * </li>
421
+ * <li>
422
+ * <p>
423
+ * <code>network-interface.ipv6-addresses.is-primary-ipv6</code> - A Boolean that indicates whether this
424
+ * is the primary IPv6 address.</p>
425
+ * </li>
426
+ * <li>
427
+ * <p>
428
+ * <code>network-interface.ipv6-native</code> - A Boolean that indicates whether this is
429
+ * an IPv6 only network interface.</p>
430
+ * </li>
431
+ * <li>
432
+ * <p>
433
+ * <code>network-interface.ipv6-prefixes.ipv6-prefix</code> - The IPv6 prefix assigned to the network interface.</p>
434
+ * </li>
435
+ * <li>
436
+ * <p>
437
+ * <code>network-interface.mac-address</code> - The MAC address of the network
438
+ * interface.</p>
439
+ * </li>
440
+ * <li>
441
+ * <p>
442
+ * <code>network-interface.network-interface-id</code> - The ID of the network
443
+ * interface.</p>
444
+ * </li>
445
+ * <li>
446
+ * <p>
447
+ * <code>network-interface.outpost-arn</code> - The ARN of the Outpost.</p>
448
+ * </li>
449
+ * <li>
450
+ * <p>
451
+ * <code>network-interface.owner-id</code> - The ID of the owner of the network
452
+ * interface.</p>
453
+ * </li>
454
+ * <li>
455
+ * <p>
456
+ * <code>network-interface.private-dns-name</code> - The private DNS name of the
457
+ * network interface.</p>
458
+ * </li>
459
+ * <li>
460
+ * <p>
461
+ * <code>network-interface.private-ip-address</code> - The private IPv4 address.</p>
462
+ * </li>
463
+ * <li>
464
+ * <p>
465
+ * <code>network-interface.public-dns-name</code> - The public DNS name.</p>
466
+ * </li>
467
+ * <li>
468
+ * <p>
469
+ * <code>network-interface.requester-id</code> - The requester ID for the network
470
+ * interface.</p>
471
+ * </li>
472
+ * <li>
473
+ * <p>
474
+ * <code>network-interface.requester-managed</code> - Indicates whether the
475
+ * network interface is being managed by Amazon Web Services.</p>
476
+ * </li>
477
+ * <li>
478
+ * <p>
479
+ * <code>network-interface.status</code> - The status of the network interface
480
+ * (<code>available</code>) | <code>in-use</code>).</p>
481
+ * </li>
482
+ * <li>
483
+ * <p>
484
+ * <code>network-interface.source-dest-check</code> - Whether the network
485
+ * interface performs source/destination checking. A value of <code>true</code>
486
+ * means that checking is enabled, and <code>false</code> means that checking is
487
+ * disabled. The value must be <code>false</code> for the network interface to
488
+ * perform network address translation (NAT) in your VPC.</p>
489
+ * </li>
490
+ * <li>
491
+ * <p>
492
+ * <code>network-interface.subnet-id</code> - The ID of the subnet for the
493
+ * network interface.</p>
494
+ * </li>
495
+ * <li>
496
+ * <p>
497
+ * <code>network-interface.tag-key</code> - The key of a tag assigned to the network interface.</p>
498
+ * </li>
499
+ * <li>
500
+ * <p>
501
+ * <code>network-interface.tag-value</code> - The value of a tag assigned to the network interface.</p>
502
+ * </li>
503
+ * <li>
504
+ * <p>
505
+ * <code>network-interface.vpc-id</code> - The ID of the VPC for the network
506
+ * interface.</p>
507
+ * </li>
508
+ * <li>
509
+ * <p>
510
+ * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the
511
+ * Outpost.</p>
512
+ * </li>
513
+ * <li>
514
+ * <p>
515
+ * <code>owner-id</code> - The Amazon Web Services account ID of the instance
516
+ * owner.</p>
517
+ * </li>
518
+ * <li>
519
+ * <p>
520
+ * <code>placement-group-name</code> - The name of the placement group for the
521
+ * instance.</p>
522
+ * </li>
523
+ * <li>
524
+ * <p>
525
+ * <code>placement-partition-number</code> - The partition in which the instance is
526
+ * located.</p>
527
+ * </li>
528
+ * <li>
529
+ * <p>
530
+ * <code>platform</code> - The platform. To list only Windows instances, use
531
+ * <code>windows</code>.</p>
532
+ * </li>
533
+ * <li>
534
+ * <p>
535
+ * <code>platform-details</code> - The platform (<code>Linux/UNIX</code> |
536
+ * <code>Red Hat BYOL Linux</code> | <code> Red Hat Enterprise Linux</code> |
537
+ * <code>Red Hat Enterprise Linux with HA</code> | <code>Red Hat Enterprise
538
+ * Linux with SQL Server Standard and HA</code> | <code>Red Hat Enterprise
539
+ * Linux with SQL Server Enterprise and HA</code> | <code>Red Hat Enterprise
540
+ * Linux with SQL Server Standard</code> | <code>Red Hat Enterprise Linux with
541
+ * SQL Server Web</code> | <code>Red Hat Enterprise Linux with SQL Server
542
+ * Enterprise</code> | <code>SQL Server Enterprise</code> | <code>SQL Server
543
+ * Standard</code> | <code>SQL Server Web</code> | <code>SUSE Linux</code> |
544
+ * <code>Ubuntu Pro</code> | <code>Windows</code> | <code>Windows BYOL</code> |
545
+ * <code>Windows with SQL Server Enterprise</code> | <code>Windows with SQL
546
+ * Server Standard</code> | <code>Windows with SQL Server Web</code>).</p>
547
+ * </li>
548
+ * <li>
549
+ * <p>
550
+ * <code>private-dns-name</code> - The private IPv4 DNS name of the
551
+ * instance.</p>
552
+ * </li>
553
+ * <li>
554
+ * <p>
555
+ * <code>private-dns-name-options.enable-resource-name-dns-a-record</code> - A
556
+ * Boolean that indicates whether to respond to DNS queries for instance hostnames
557
+ * with DNS A records.</p>
558
+ * </li>
559
+ * <li>
560
+ * <p>
561
+ * <code>private-dns-name-options.enable-resource-name-dns-aaaa-record</code> - A
562
+ * Boolean that indicates whether to respond to DNS queries for instance hostnames
563
+ * with DNS AAAA records.</p>
564
+ * </li>
565
+ * <li>
566
+ * <p>
567
+ * <code>private-dns-name-options.hostname-type</code> - The type of hostname
568
+ * (<code>ip-name</code> | <code>resource-name</code>).</p>
569
+ * </li>
570
+ * <li>
571
+ * <p>
572
+ * <code>private-ip-address</code> - The private IPv4 address of the
573
+ * instance.</p>
574
+ * </li>
575
+ * <li>
576
+ * <p>
577
+ * <code>product-code</code> - The product code associated with the AMI used to
578
+ * launch the instance.</p>
579
+ * </li>
580
+ * <li>
581
+ * <p>
582
+ * <code>product-code.type</code> - The type of product code (<code>devpay</code>
583
+ * | <code>marketplace</code>).</p>
584
+ * </li>
585
+ * <li>
586
+ * <p>
587
+ * <code>ramdisk-id</code> - The RAM disk ID.</p>
588
+ * </li>
589
+ * <li>
590
+ * <p>
591
+ * <code>reason</code> - The reason for the current state of the instance (for
592
+ * example, shows "User Initiated [date]" when you stop or terminate the instance).
593
+ * Similar to the state-reason-code filter.</p>
594
+ * </li>
595
+ * <li>
596
+ * <p>
597
+ * <code>requester-id</code> - The ID of the entity that launched the instance on
598
+ * your behalf (for example, Amazon Web Services Management Console, Auto Scaling, and so
599
+ * on).</p>
600
+ * </li>
601
+ * <li>
602
+ * <p>
603
+ * <code>reservation-id</code> - The ID of the instance's reservation. A
604
+ * reservation ID is created any time you launch an instance. A reservation ID has
605
+ * a one-to-one relationship with an instance launch request, but can be associated
606
+ * with more than one instance if you launch multiple instances using the same
607
+ * launch request. For example, if you launch one instance, you get one reservation
608
+ * ID. If you launch ten instances using the same launch request, you also get one
609
+ * reservation ID.</p>
610
+ * </li>
611
+ * <li>
612
+ * <p>
613
+ * <code>root-device-name</code> - The device name of the root device volume (for
614
+ * example, <code>/dev/sda1</code>).</p>
615
+ * </li>
616
+ * <li>
617
+ * <p>
618
+ * <code>root-device-type</code> - The type of the root device volume
619
+ * (<code>ebs</code> | <code>instance-store</code>).</p>
620
+ * </li>
621
+ * <li>
622
+ * <p>
623
+ * <code>source-dest-check</code> - Indicates whether the instance performs
624
+ * source/destination checking. A value of <code>true</code> means that checking is
625
+ * enabled, and <code>false</code> means that checking is disabled. The value must
626
+ * be <code>false</code> for the instance to perform network address translation
627
+ * (NAT) in your VPC. </p>
628
+ * </li>
629
+ * <li>
630
+ * <p>
631
+ * <code>spot-instance-request-id</code> - The ID of the Spot Instance
632
+ * request.</p>
633
+ * </li>
634
+ * <li>
635
+ * <p>
636
+ * <code>state-reason-code</code> - The reason code for the state change.</p>
637
+ * </li>
638
+ * <li>
639
+ * <p>
640
+ * <code>state-reason-message</code> - A message that describes the state
641
+ * change.</p>
642
+ * </li>
643
+ * <li>
644
+ * <p>
645
+ * <code>subnet-id</code> - The ID of the subnet for the instance.</p>
646
+ * </li>
647
+ * <li>
648
+ * <p>
649
+ * <code>tag:<key></code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
650
+ * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
651
+ * </li>
652
+ * <li>
653
+ * <p>
654
+ * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.</p>
655
+ * </li>
656
+ * <li>
657
+ * <p>
658
+ * <code>tenancy</code> - The tenancy of an instance (<code>dedicated</code> |
659
+ * <code>default</code> | <code>host</code>).</p>
660
+ * </li>
661
+ * <li>
662
+ * <p>
663
+ * <code>tpm-support</code> - Indicates if the instance is configured for
664
+ * NitroTPM support (<code>v2.0</code>). </p>
665
+ * </li>
666
+ * <li>
667
+ * <p>
668
+ * <code>usage-operation</code> - The usage operation value for the instance
669
+ * (<code>RunInstances</code> | <code>RunInstances:00g0</code> |
670
+ * <code>RunInstances:0010</code> | <code>RunInstances:1010</code> |
671
+ * <code>RunInstances:1014</code> | <code>RunInstances:1110</code> |
672
+ * <code>RunInstances:0014</code> | <code>RunInstances:0210</code> |
673
+ * <code>RunInstances:0110</code> | <code>RunInstances:0100</code> |
674
+ * <code>RunInstances:0004</code> | <code>RunInstances:0200</code> |
675
+ * <code>RunInstances:000g</code> | <code>RunInstances:0g00</code> |
676
+ * <code>RunInstances:0002</code> | <code>RunInstances:0800</code> |
677
+ * <code>RunInstances:0102</code> | <code>RunInstances:0006</code> |
678
+ * <code>RunInstances:0202</code>).</p>
679
+ * </li>
680
+ * <li>
681
+ * <p>
682
+ * <code>usage-operation-update-time</code> - The time that the usage operation
683
+ * was last updated, for example, <code>2022-09-15T17:15:20.000Z</code>.</p>
684
+ * </li>
685
+ * <li>
686
+ * <p>
687
+ * <code>virtualization-type</code> - The virtualization type of the instance
688
+ * (<code>paravirtual</code> | <code>hvm</code>).</p>
689
+ * </li>
690
+ * <li>
691
+ * <p>
692
+ * <code>vpc-id</code> - The ID of the VPC that the instance is running in.</p>
693
+ * </li>
694
+ * </ul>
695
+ */
696
+ Filters?: Filter[];
697
+ /**
698
+ * @public
699
+ * <p>The instance IDs.</p>
700
+ * <p>Default: Describes all your instances.</p>
701
+ */
702
+ InstanceIds?: string[];
703
+ /**
704
+ * @public
705
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
706
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
707
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
708
+ */
709
+ DryRun?: boolean;
710
+ /**
711
+ * @public
712
+ * <p>The maximum number of items to return for this request.
713
+ * To get the next page of items, make another request with the token returned in the output.
714
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
715
+ * <p>You cannot specify this parameter and the instance IDs parameter in the same request.</p>
716
+ */
717
+ MaxResults?: number;
718
+ /**
719
+ * @public
720
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
721
+ */
722
+ NextToken?: string;
723
+ }
724
+ /**
725
+ * @public
726
+ * <p>Describes the instance's Capacity Reservation targeting preferences. The action returns the
727
+ * <code>capacityReservationPreference</code> response element if the instance is
728
+ * configured to run in On-Demand capacity, or if it is configured in run in any
729
+ * <code>open</code> Capacity Reservation that has matching attributes (instance type, platform,
730
+ * Availability Zone). The action returns the <code>capacityReservationTarget</code>
731
+ * response element if the instance explicily targets a specific Capacity Reservation or Capacity Reservation group.</p>
732
+ */
733
+ export interface CapacityReservationSpecificationResponse {
734
+ /**
735
+ * @public
736
+ * <p>Describes the instance's Capacity Reservation preferences. Possible preferences include:</p>
737
+ * <ul>
738
+ * <li>
739
+ * <p>
740
+ * <code>open</code> - The instance can run in any <code>open</code> Capacity Reservation that
741
+ * has matching attributes (instance type, platform, Availability Zone).</p>
742
+ * </li>
743
+ * <li>
744
+ * <p>
745
+ * <code>none</code> - The instance avoids running in a Capacity Reservation even if one is
746
+ * available. The instance runs in On-Demand capacity.</p>
747
+ * </li>
748
+ * </ul>
749
+ */
750
+ CapacityReservationPreference?: CapacityReservationPreference;
751
+ /**
752
+ * @public
753
+ * <p>Information about the targeted Capacity Reservation or Capacity Reservation group.</p>
754
+ */
755
+ CapacityReservationTarget?: CapacityReservationTargetResponse;
756
+ }
757
+ /**
758
+ * @public
759
+ * <p>The CPU options for the instance.</p>
760
+ */
761
+ export interface CpuOptions {
762
+ /**
763
+ * @public
764
+ * <p>The number of CPU cores for the instance.</p>
765
+ */
766
+ CoreCount?: number;
767
+ /**
768
+ * @public
769
+ * <p>The number of threads per CPU core.</p>
770
+ */
771
+ ThreadsPerCore?: number;
772
+ /**
773
+ * @public
774
+ * <p>Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see
775
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html">AMD SEV-SNP</a>.</p>
776
+ */
777
+ AmdSevSnp?: AmdSevSnpSpecification;
778
+ }
779
+ /**
780
+ * @public
781
+ * @enum
782
+ */
783
+ export declare const InstanceBootModeValues: {
784
+ readonly legacy_bios: "legacy-bios";
785
+ readonly uefi: "uefi";
786
+ };
787
+ /**
788
+ * @public
789
+ */
790
+ export type InstanceBootModeValues = (typeof InstanceBootModeValues)[keyof typeof InstanceBootModeValues];
5
791
  /**
6
792
  * @public
7
793
  * <p>Describes the association between an instance and an Elastic Graphics accelerator.</p>
@@ -85,6 +871,7 @@ export interface HibernationOptions {
85
871
  * @enum
86
872
  */
87
873
  export declare const InstanceLifecycleType: {
874
+ readonly capacity_block: "capacity-block";
88
875
  readonly scheduled: "scheduled";
89
876
  readonly spot: "spot";
90
877
  };
@@ -2291,6 +3078,7 @@ export type RootDeviceType = (typeof RootDeviceType)[keyof typeof RootDeviceType
2291
3078
  * @enum
2292
3079
  */
2293
3080
  export declare const UsageClassType: {
3081
+ readonly capacity_block: "capacity-block";
2294
3082
  readonly on_demand: "on-demand";
2295
3083
  readonly spot: "spot";
2296
3084
  };
@@ -10842,122 +11630,6 @@ export interface DescribeTransitGatewayVpcAttachmentsResult {
10842
11630
  */
10843
11631
  NextToken?: string;
10844
11632
  }
10845
- /**
10846
- * @public
10847
- */
10848
- export interface DescribeTrunkInterfaceAssociationsRequest {
10849
- /**
10850
- * @public
10851
- * <p>The IDs of the associations.</p>
10852
- */
10853
- AssociationIds?: string[];
10854
- /**
10855
- * @public
10856
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10857
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10858
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10859
- */
10860
- DryRun?: boolean;
10861
- /**
10862
- * @public
10863
- * <p>One or more filters.</p>
10864
- * <ul>
10865
- * <li>
10866
- * <p>
10867
- * <code>gre-key</code> - The ID of a trunk interface association.</p>
10868
- * </li>
10869
- * <li>
10870
- * <p>
10871
- * <code>interface-protocol</code> - The interface protocol. Valid values are <code>VLAN</code> and <code>GRE</code>.</p>
10872
- * </li>
10873
- * </ul>
10874
- */
10875
- Filters?: Filter[];
10876
- /**
10877
- * @public
10878
- * <p>The token for the next page of results.</p>
10879
- */
10880
- NextToken?: string;
10881
- /**
10882
- * @public
10883
- * <p>The maximum number of results to return with a single call.
10884
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
10885
- */
10886
- MaxResults?: number;
10887
- }
10888
- /**
10889
- * @public
10890
- */
10891
- export interface DescribeTrunkInterfaceAssociationsResult {
10892
- /**
10893
- * @public
10894
- * <p>Information about the trunk associations.</p>
10895
- */
10896
- InterfaceAssociations?: TrunkInterfaceAssociation[];
10897
- /**
10898
- * @public
10899
- * <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>
10900
- */
10901
- NextToken?: string;
10902
- }
10903
- /**
10904
- * @public
10905
- */
10906
- export interface DescribeVerifiedAccessEndpointsRequest {
10907
- /**
10908
- * @public
10909
- * <p>The ID of the Verified Access endpoint.</p>
10910
- */
10911
- VerifiedAccessEndpointIds?: string[];
10912
- /**
10913
- * @public
10914
- * <p>The ID of the Verified Access instance.</p>
10915
- */
10916
- VerifiedAccessInstanceId?: string;
10917
- /**
10918
- * @public
10919
- * <p>The ID of the Verified Access group.</p>
10920
- */
10921
- VerifiedAccessGroupId?: string;
10922
- /**
10923
- * @public
10924
- * <p>The maximum number of results to return with a single call.
10925
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
10926
- */
10927
- MaxResults?: number;
10928
- /**
10929
- * @public
10930
- * <p>The token for the next page of results.</p>
10931
- */
10932
- NextToken?: string;
10933
- /**
10934
- * @public
10935
- * <p>One or more filters. Filter names and values are case-sensitive.</p>
10936
- */
10937
- Filters?: Filter[];
10938
- /**
10939
- * @public
10940
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10941
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10942
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10943
- */
10944
- DryRun?: boolean;
10945
- }
10946
- /**
10947
- * @public
10948
- */
10949
- export interface DescribeVerifiedAccessEndpointsResult {
10950
- /**
10951
- * @public
10952
- * <p>The ID of the Verified Access endpoint.</p>
10953
- */
10954
- VerifiedAccessEndpoints?: VerifiedAccessEndpoint[];
10955
- /**
10956
- * @public
10957
- * <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>
10958
- */
10959
- NextToken?: string;
10960
- }
10961
11633
  /**
10962
11634
  * @internal
10963
11635
  */