@aws-sdk/client-ec2 3.1058.0 → 3.1059.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 (194) hide show
  1. package/README.md +14 -0
  2. package/dist-cjs/index.js +41 -0
  3. package/dist-cjs/schemas/schemas_0.js +171 -68
  4. package/dist-es/EC2.js +4 -0
  5. package/dist-es/commands/CreateCapacityReservationCancellationQuoteCommand.js +16 -0
  6. package/dist-es/commands/DescribeCapacityReservationCancellationQuotesCommand.js +16 -0
  7. package/dist-es/commands/index.js +2 -0
  8. package/dist-es/models/enums.js +11 -0
  9. package/dist-es/schemas/schemas_0.js +110 -8
  10. package/dist-types/EC2.d.ts +15 -0
  11. package/dist-types/EC2Client.d.ts +4 -2
  12. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  13. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  14. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  15. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  16. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  17. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  18. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  19. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +16 -2
  20. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  21. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  22. package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +5 -5
  25. package/dist-types/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +117 -0
  26. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +3 -3
  27. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -1
  33. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  56. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  57. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  69. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  70. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteTableCommand.d.ts +3 -2
  77. package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -2
  116. package/dist-types/commands/DescribeCapacityReservationCancellationQuotesCommand.d.ts +119 -0
  117. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -2
  118. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -1
  119. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  122. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -1
  123. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribeSubnetsCommand.d.ts +1 -2
  125. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  126. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  127. package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +2 -1
  128. package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
  129. package/dist-types/commands/GetCapacityManagerMonitoredTagKeysCommand.d.ts +1 -2
  130. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  131. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  132. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  133. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  134. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  135. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +2 -1
  136. package/dist-types/commands/ModifyManagedResourceVisibilityCommand.d.ts +1 -1
  137. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  138. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  139. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +4 -4
  140. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  141. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +3 -3
  142. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  143. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  144. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  145. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  146. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  147. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  148. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  149. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  150. package/dist-types/commands/index.d.ts +2 -0
  151. package/dist-types/models/enums.d.ts +27 -0
  152. package/dist-types/models/models_0.d.ts +158 -184
  153. package/dist-types/models/models_1.d.ts +194 -230
  154. package/dist-types/models/models_2.d.ts +228 -94
  155. package/dist-types/models/models_3.d.ts +141 -274
  156. package/dist-types/models/models_4.d.ts +277 -375
  157. package/dist-types/models/models_5.d.ts +375 -226
  158. package/dist-types/models/models_6.d.ts +235 -208
  159. package/dist-types/models/models_7.d.ts +209 -7
  160. package/dist-types/schemas/schemas_0.d.ts +9 -0
  161. package/dist-types/ts3.4/EC2.d.ts +47 -0
  162. package/dist-types/ts3.4/EC2Client.d.ts +12 -0
  163. package/dist-types/ts3.4/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +53 -0
  164. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +2 -4
  165. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +2 -4
  166. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +4 -2
  170. package/dist-types/ts3.4/commands/DescribeCapacityReservationCancellationQuotesCommand.d.ts +53 -0
  171. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +2 -4
  172. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -4
  174. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +4 -2
  176. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +2 -4
  177. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/GetCapacityManagerMonitoredTagKeysCommand.d.ts +4 -2
  179. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +2 -4
  180. package/dist-types/ts3.4/commands/ModifyManagedResourceVisibilityCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  184. package/dist-types/ts3.4/models/enums.d.ts +15 -0
  185. package/dist-types/ts3.4/models/models_0.d.ts +36 -45
  186. package/dist-types/ts3.4/models/models_1.d.ts +47 -48
  187. package/dist-types/ts3.4/models/models_2.d.ts +50 -22
  188. package/dist-types/ts3.4/models/models_3.d.ts +36 -54
  189. package/dist-types/ts3.4/models/models_4.d.ts +52 -52
  190. package/dist-types/ts3.4/models/models_5.d.ts +50 -44
  191. package/dist-types/ts3.4/models/models_6.d.ts +45 -47
  192. package/dist-types/ts3.4/models/models_7.d.ts +49 -3
  193. package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -0
  194. package/package.json +10 -10
@@ -1,8 +1,278 @@
1
1
  import type { _InstanceType, ActivityStatus, AllocationStrategy, AmdSevSnpSpecification, AnalysisStatus, ArchitectureType, ArchitectureValues, AttachmentLimitType, AttachmentStatus, BandwidthWeightingType, BatchState, BootModeType, BootModeValues, CapacityReservationPreference, CurrencyCodeValues, DeviceType, DiskType, EbsEncryptionSupport, EbsNvmeSupport, EbsOptimizedSupport, EnaSupport, EphemeralNvmeSupport, EventCode, EventType, ExcessCapacityTerminationPolicy, FindingsFound, FleetType, FlexibleEnaQueuesSupport, HaStatus, HostnameType, HttpTokensState, HypervisorType, ImageState, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceBootModeValues, InstanceInterruptionBehavior, InstanceLifecycleType, InstanceMetadataEndpointState, InstanceMetadataOptionsState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStateName, InstanceStorageEncryptionSupport, InstanceTypeHypervisor, KeyType, LocationType, LockState, MonitoringState, MoveStatus, NestedVirtualizationSpecification, NetworkInterfaceAttribute, NetworkInterfaceStatus, NitroEnclavesSupport, NitroTpmSupport, OfferingClassType, OfferingTypeValues, OnDemandAllocationStrategy, PermissionGroup, PhcSupport, PlacementGroupStrategy, PlatformValues, RebootMigrationSupport, RecurringChargeFrequency, ReplacementStrategy, ReservedInstanceState, ResourceType, RIProductDescription, RootDeviceType, Scope, SecondaryInterfaceStatus, SecondaryInterfaceType, SecondaryNetworkType, SecurityGroupVpcAssociationState, ServiceLinkVirtualInterfaceConfigurationState, SnapshotAttributeName, SnapshotState, SpotInstanceState, SpotInstanceType, SqlServerLicenseUsage, StatusName, StatusType, StorageTier, SummaryStatus, SupportedAdditionalProcessorFeature, TargetCapacityUnitType, Tenancy, TieringOperationStatus, UsageClassType, VirtualizationType } from "./enums";
2
- import type { ActiveInstance, AlternatePathHint, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, IpPermission, OperatorResponse, PathComponent, ReservedInstancesListing, SecurityGroupRule, Tag, TagSpecification, UserIdGroupPair } from "./models_0";
3
- import type { AttributeValue, BlockDeviceMapping, CapacityReservationTargetResponse, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, GroupIdentifier, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, MacModificationTask, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, Placement, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, StateReason } from "./models_1";
4
- import type { SecondaryNetwork, SecondarySubnet, Snapshot, SpotDatafeedSubscription, SpotInstanceStateFault } from "./models_2";
5
- import type { AttributeBooleanValue, Byoasn, EnclaveOptions, EventInformation, Filter, IdFormat, InstanceBlockDeviceMapping, InstanceTagNotificationAttribute, ProductCode } from "./models_3";
2
+ import type { ActiveInstance, AlternatePathHint, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, IpPermission, OperatorResponse, PathComponent, ReservedInstancesListing, SecurityGroupRule, Tag, TagSpecification } from "./models_0";
3
+ import type { AttributeValue, BlockDeviceMapping, CapacityReservationTargetResponse, ConnectionTrackingSpecificationRequest, Ec2InstanceConnectEndpoint, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, GroupIdentifier, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, MacModificationTask, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, Placement, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, StateReason } from "./models_1";
4
+ import type { RouteTable, SecondaryNetwork, SecondarySubnet, Snapshot, SpotDatafeedSubscription, SpotInstanceStateFault } from "./models_2";
5
+ import type { Byoasn, EventInformation, Filter, IdFormat, InstanceTagNotificationAttribute, ProductCode } from "./models_3";
6
+ /**
7
+ * <p>Describes a parameter used to set up an EBS volume in a block device mapping.</p>
8
+ * @public
9
+ */
10
+ export interface EbsInstanceBlockDevice {
11
+ /**
12
+ * <p>The time stamp when the attachment initiated.</p>
13
+ * @public
14
+ */
15
+ AttachTime?: Date | undefined;
16
+ /**
17
+ * <p>Indicates whether the volume is deleted on instance termination.</p>
18
+ * @public
19
+ */
20
+ DeleteOnTermination?: boolean | undefined;
21
+ /**
22
+ * <p>The attachment state.</p>
23
+ * @public
24
+ */
25
+ Status?: AttachmentStatus | undefined;
26
+ /**
27
+ * <p>The ID of the EBS volume.</p>
28
+ * @public
29
+ */
30
+ VolumeId?: string | undefined;
31
+ /**
32
+ * <p>The ARN of the Amazon Web Services-managed resource
33
+ * to which the volume is attached.</p>
34
+ * @public
35
+ */
36
+ AssociatedResource?: string | undefined;
37
+ /**
38
+ * <p>The ID of the Amazon Web Services account that owns the volume.</p>
39
+ * <p>This parameter is returned only for volumes that are attached to
40
+ * Amazon Web Services-managed resources.</p>
41
+ * @public
42
+ */
43
+ VolumeOwnerId?: string | undefined;
44
+ /**
45
+ * <p>The service provider that manages the EBS volume.</p>
46
+ * @public
47
+ */
48
+ Operator?: OperatorResponse | undefined;
49
+ /**
50
+ * <p>The index of the EBS card. Some instance types support multiple EBS cards. The default EBS card index is 0.</p>
51
+ * @public
52
+ */
53
+ EbsCardIndex?: number | undefined;
54
+ }
55
+ /**
56
+ * <p>Describes a block device mapping.</p>
57
+ * @public
58
+ */
59
+ export interface InstanceBlockDeviceMapping {
60
+ /**
61
+ * <p>The device name.</p>
62
+ * @public
63
+ */
64
+ DeviceName?: string | undefined;
65
+ /**
66
+ * <p>Parameters used to automatically set up EBS volumes when the instance is
67
+ * launched.</p>
68
+ * @public
69
+ */
70
+ Ebs?: EbsInstanceBlockDevice | undefined;
71
+ }
72
+ /**
73
+ * <p>Describes a value for a resource attribute that is a Boolean value.</p>
74
+ * @public
75
+ */
76
+ export interface AttributeBooleanValue {
77
+ /**
78
+ * <p>The attribute value. The valid values are <code>true</code> or <code>false</code>.</p>
79
+ * @public
80
+ */
81
+ Value?: boolean | undefined;
82
+ }
83
+ /**
84
+ * <p>Indicates whether the instance is enabled for Amazon Web Services Nitro
85
+ * Enclaves.</p>
86
+ * @public
87
+ */
88
+ export interface EnclaveOptions {
89
+ /**
90
+ * <p>If this parameter is set to <code>true</code>, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro
91
+ * Enclaves.</p>
92
+ * @public
93
+ */
94
+ Enabled?: boolean | undefined;
95
+ }
96
+ /**
97
+ * <p>Describes an instance attribute.</p>
98
+ * @public
99
+ */
100
+ export interface InstanceAttribute {
101
+ /**
102
+ * <p>The block device mapping of the instance.</p>
103
+ * @public
104
+ */
105
+ BlockDeviceMappings?: InstanceBlockDeviceMapping[] | undefined;
106
+ /**
107
+ * <p>Indicates whether termination protection is enabled. If the value is <code>true</code>,
108
+ * you can't terminate the instance using the Amazon EC2 console, command line tools, or API.</p>
109
+ * @public
110
+ */
111
+ DisableApiTermination?: AttributeBooleanValue | undefined;
112
+ /**
113
+ * <p>Indicates whether enhanced networking with ENA is enabled.</p>
114
+ * @public
115
+ */
116
+ EnaSupport?: AttributeBooleanValue | undefined;
117
+ /**
118
+ * <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.</p>
119
+ * @public
120
+ */
121
+ EnclaveOptions?: EnclaveOptions | undefined;
122
+ /**
123
+ * <p>Indicates whether the instance is optimized for Amazon EBS I/O.</p>
124
+ * @public
125
+ */
126
+ EbsOptimized?: AttributeBooleanValue | undefined;
127
+ /**
128
+ * <p>The ID of the instance.</p>
129
+ * @public
130
+ */
131
+ InstanceId?: string | undefined;
132
+ /**
133
+ * <p>Indicates whether an instance stops or terminates when you initiate shutdown from the
134
+ * instance (using the operating system command for system shutdown).</p>
135
+ * @public
136
+ */
137
+ InstanceInitiatedShutdownBehavior?: AttributeValue | undefined;
138
+ /**
139
+ * <p>The instance type.</p>
140
+ * @public
141
+ */
142
+ InstanceType?: AttributeValue | undefined;
143
+ /**
144
+ * <p>The kernel ID.</p>
145
+ * @public
146
+ */
147
+ KernelId?: AttributeValue | undefined;
148
+ /**
149
+ * <p>The product codes.</p>
150
+ * @public
151
+ */
152
+ ProductCodes?: ProductCode[] | undefined;
153
+ /**
154
+ * <p>The RAM disk ID.</p>
155
+ * @public
156
+ */
157
+ RamdiskId?: AttributeValue | undefined;
158
+ /**
159
+ * <p>The device name of the root device volume (for example,
160
+ * <code>/dev/sda1</code>).</p>
161
+ * @public
162
+ */
163
+ RootDeviceName?: AttributeValue | undefined;
164
+ /**
165
+ * <p>Indicates whether source/destination checks are enabled.</p>
166
+ * @public
167
+ */
168
+ SourceDestCheck?: AttributeBooleanValue | undefined;
169
+ /**
170
+ * <p>Indicates whether enhanced networking with the Intel 82599 Virtual Function interface
171
+ * is enabled.</p>
172
+ * @public
173
+ */
174
+ SriovNetSupport?: AttributeValue | undefined;
175
+ /**
176
+ * <p>The user data.</p>
177
+ * @public
178
+ */
179
+ UserData?: AttributeValue | undefined;
180
+ /**
181
+ * <p>Indicates whether stop protection is enabled for the instance.</p>
182
+ * @public
183
+ */
184
+ DisableApiStop?: AttributeBooleanValue | undefined;
185
+ /**
186
+ * <p>The security groups associated with the instance.</p>
187
+ * @public
188
+ */
189
+ Groups?: GroupIdentifier[] | undefined;
190
+ }
191
+ /**
192
+ * @public
193
+ */
194
+ export interface DescribeInstanceConnectEndpointsRequest {
195
+ /**
196
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
197
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
198
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
199
+ * @public
200
+ */
201
+ DryRun?: boolean | undefined;
202
+ /**
203
+ * <p>The maximum number of items to return for this request.
204
+ * To get the next page of items, make another request with the token returned in the output.
205
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
206
+ * @public
207
+ */
208
+ MaxResults?: number | undefined;
209
+ /**
210
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
211
+ * @public
212
+ */
213
+ NextToken?: string | undefined;
214
+ /**
215
+ * <p>One or more filters.</p>
216
+ * <ul>
217
+ * <li>
218
+ * <p>
219
+ * <code>instance-connect-endpoint-id</code> - The ID of the EC2 Instance Connect Endpoint.</p>
220
+ * </li>
221
+ * <li>
222
+ * <p>
223
+ * <code>state</code> - The state of the EC2 Instance Connect Endpoint (<code>create-in-progress</code> | <code>create-complete</code> | <code>create-failed</code> |
224
+ * <code>delete-in-progress</code> | <code>delete-complete</code> | <code>delete-failed</code>).</p>
225
+ * </li>
226
+ * <li>
227
+ * <p>
228
+ * <code>subnet-id</code> - The ID of the subnet in which the EC2 Instance
229
+ * Connect Endpoint was created.</p>
230
+ * </li>
231
+ * <li>
232
+ * <p>
233
+ * <code>tag</code>:<key> - 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.
234
+ * 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>
235
+ * </li>
236
+ * <li>
237
+ * <p>
238
+ * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
239
+ * </li>
240
+ * <li>
241
+ * <p>
242
+ * <code>tag-value</code> - The value of a tag assigned to the resource. Use this filter to find all resources
243
+ * that have a tag with a specific value, regardless of tag key.</p>
244
+ * </li>
245
+ * <li>
246
+ * <p>
247
+ * <code>vpc-id</code> - The ID of the VPC in which the EC2 Instance Connect
248
+ * Endpoint was created.</p>
249
+ * </li>
250
+ * </ul>
251
+ * @public
252
+ */
253
+ Filters?: Filter[] | undefined;
254
+ /**
255
+ * <p>One or more EC2 Instance Connect Endpoint IDs.</p>
256
+ * @public
257
+ */
258
+ InstanceConnectEndpointIds?: string[] | undefined;
259
+ }
260
+ /**
261
+ * @public
262
+ */
263
+ export interface DescribeInstanceConnectEndpointsResult {
264
+ /**
265
+ * <p>Information about the EC2 Instance Connect Endpoints.</p>
266
+ * @public
267
+ */
268
+ InstanceConnectEndpoints?: Ec2InstanceConnectEndpoint[] | undefined;
269
+ /**
270
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
271
+ * are no more items to return.</p>
272
+ * @public
273
+ */
274
+ NextToken?: string | undefined;
275
+ }
6
276
  /**
7
277
  * @public
8
278
  */
@@ -1652,7 +1922,9 @@ export interface ConnectionTrackingSpecificationResponse {
1652
1922
  /**
1653
1923
  * <p>Timeout (in seconds) for idle TCP
1654
1924
  * connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
1655
- * days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
1925
+ * days). Default: 350 seconds for Nitro v6 instance types (excluding
1926
+ * P6e-GB200); 432000 seconds for all other instance types (including
1927
+ * P6e-GB200). Recommended: Less than 432000 seconds.</p>
1656
1928
  * @public
1657
1929
  */
1658
1930
  TcpEstablishedTimeout?: number | undefined;
@@ -12931,373 +13203,3 @@ export interface DescribeStaleSecurityGroupsRequest {
12931
13203
  */
12932
13204
  VpcId: string | undefined;
12933
13205
  }
12934
- /**
12935
- * <p>Describes a stale rule in a security group.</p>
12936
- * @public
12937
- */
12938
- export interface StaleIpPermission {
12939
- /**
12940
- * <p>If the protocol is TCP or UDP, this is the start of the port range.
12941
- * If the protocol is ICMP or ICMPv6, this is the ICMP type or -1 (all ICMP types).</p>
12942
- * @public
12943
- */
12944
- FromPort?: number | undefined;
12945
- /**
12946
- * <p>The IP protocol name (<code>tcp</code>, <code>udp</code>, <code>icmp</code>, <code>icmpv6</code>) or number
12947
- * (see <a href="http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml">Protocol Numbers)</a>.</p>
12948
- * @public
12949
- */
12950
- IpProtocol?: string | undefined;
12951
- /**
12952
- * <p>The IP ranges. Not applicable for stale security group rules.</p>
12953
- * @public
12954
- */
12955
- IpRanges?: string[] | undefined;
12956
- /**
12957
- * <p>The prefix list IDs. Not applicable for stale security group rules.</p>
12958
- * @public
12959
- */
12960
- PrefixListIds?: string[] | undefined;
12961
- /**
12962
- * <p>If the protocol is TCP or UDP, this is the end of the port range.
12963
- * If the protocol is ICMP or ICMPv6, this is the ICMP code or -1 (all ICMP codes).</p>
12964
- * @public
12965
- */
12966
- ToPort?: number | undefined;
12967
- /**
12968
- * <p>The security group pairs. Returns the ID of the referenced security group and VPC, and the ID and status of the VPC peering connection.</p>
12969
- * @public
12970
- */
12971
- UserIdGroupPairs?: UserIdGroupPair[] | undefined;
12972
- }
12973
- /**
12974
- * <p>Describes a stale security group (a security group that contains stale rules).</p>
12975
- * @public
12976
- */
12977
- export interface StaleSecurityGroup {
12978
- /**
12979
- * <p>The description of the security group.</p>
12980
- * @public
12981
- */
12982
- Description?: string | undefined;
12983
- /**
12984
- * <p>The ID of the security group.</p>
12985
- * @public
12986
- */
12987
- GroupId?: string | undefined;
12988
- /**
12989
- * <p>The name of the security group.</p>
12990
- * @public
12991
- */
12992
- GroupName?: string | undefined;
12993
- /**
12994
- * <p>Information about the stale inbound rules in the security group.</p>
12995
- * @public
12996
- */
12997
- StaleIpPermissions?: StaleIpPermission[] | undefined;
12998
- /**
12999
- * <p>Information about the stale outbound rules in the security group.</p>
13000
- * @public
13001
- */
13002
- StaleIpPermissionsEgress?: StaleIpPermission[] | undefined;
13003
- /**
13004
- * <p>The ID of the VPC for the security group.</p>
13005
- * @public
13006
- */
13007
- VpcId?: string | undefined;
13008
- }
13009
- /**
13010
- * @public
13011
- */
13012
- export interface DescribeStaleSecurityGroupsResult {
13013
- /**
13014
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
13015
- * @public
13016
- */
13017
- NextToken?: string | undefined;
13018
- /**
13019
- * <p>Information about the stale security groups.</p>
13020
- * @public
13021
- */
13022
- StaleSecurityGroupSet?: StaleSecurityGroup[] | undefined;
13023
- }
13024
- /**
13025
- * @public
13026
- */
13027
- export interface DescribeStoreImageTasksRequest {
13028
- /**
13029
- * <p>The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a
13030
- * request.</p>
13031
- * @public
13032
- */
13033
- ImageIds?: string[] | undefined;
13034
- /**
13035
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
13036
- * and provides an error response. If you have the required permissions, the error response is
13037
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
13038
- * @public
13039
- */
13040
- DryRun?: boolean | undefined;
13041
- /**
13042
- * <p>The filters.</p>
13043
- * <ul>
13044
- * <li>
13045
- * <p>
13046
- * <code>task-state</code> - Returns tasks in a certain state (<code>InProgress</code> |
13047
- * <code>Completed</code> | <code>Failed</code>)</p>
13048
- * </li>
13049
- * <li>
13050
- * <p>
13051
- * <code>bucket</code> - Returns task information for tasks that targeted a specific
13052
- * bucket. For the filter value, specify the bucket name.</p>
13053
- * </li>
13054
- * </ul>
13055
- * <note>
13056
- * <p>When you specify the <code>ImageIds</code> parameter, any filters that you specify are
13057
- * ignored. To use the filters, you must remove the <code>ImageIds</code> parameter.</p>
13058
- * </note>
13059
- * @public
13060
- */
13061
- Filters?: Filter[] | undefined;
13062
- /**
13063
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
13064
- * @public
13065
- */
13066
- NextToken?: string | undefined;
13067
- /**
13068
- * <p>The maximum number of items to return for this request.
13069
- * To get the next page of items, make another request with the token returned in the output.
13070
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
13071
- * <p>You cannot specify this parameter and the <code>ImageIds</code> parameter in the same
13072
- * call.</p>
13073
- * @public
13074
- */
13075
- MaxResults?: number | undefined;
13076
- }
13077
- /**
13078
- * <p>The information about the AMI store task, including the progress of the task.</p>
13079
- * @public
13080
- */
13081
- export interface StoreImageTaskResult {
13082
- /**
13083
- * <p>The ID of the AMI that is being stored.</p>
13084
- * @public
13085
- */
13086
- AmiId?: string | undefined;
13087
- /**
13088
- * <p>The time the task started.</p>
13089
- * @public
13090
- */
13091
- TaskStartTime?: Date | undefined;
13092
- /**
13093
- * <p>The name of the Amazon S3 bucket that contains the stored AMI object.</p>
13094
- * @public
13095
- */
13096
- Bucket?: string | undefined;
13097
- /**
13098
- * <p>The name of the stored AMI object in the bucket.</p>
13099
- * @public
13100
- */
13101
- S3objectKey?: string | undefined;
13102
- /**
13103
- * <p>The progress of the task as a percentage.</p>
13104
- * @public
13105
- */
13106
- ProgressPercentage?: number | undefined;
13107
- /**
13108
- * <p>The state of the store task (<code>InProgress</code>, <code>Completed</code>, or
13109
- * <code>Failed</code>).</p>
13110
- * @public
13111
- */
13112
- StoreTaskState?: string | undefined;
13113
- /**
13114
- * <p>If the tasks fails, the reason for the failure is returned. If the task succeeds,
13115
- * <code>null</code> is returned.</p>
13116
- * @public
13117
- */
13118
- StoreTaskFailureReason?: string | undefined;
13119
- }
13120
- /**
13121
- * @public
13122
- */
13123
- export interface DescribeStoreImageTasksResult {
13124
- /**
13125
- * <p>The information about the AMI store tasks.</p>
13126
- * @public
13127
- */
13128
- StoreImageTaskResults?: StoreImageTaskResult[] | undefined;
13129
- /**
13130
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
13131
- * are no more items to return.</p>
13132
- * @public
13133
- */
13134
- NextToken?: string | undefined;
13135
- }
13136
- /**
13137
- * @public
13138
- */
13139
- export interface DescribeSubnetsRequest {
13140
- /**
13141
- * <p>The filters.</p>
13142
- * <ul>
13143
- * <li>
13144
- * <p>
13145
- * <code>availability-zone</code> - The Availability Zone for the subnet. You can also use
13146
- * <code>availabilityZone</code> as the filter name.</p>
13147
- * </li>
13148
- * <li>
13149
- * <p>
13150
- * <code>availability-zone-id</code> - The ID of the Availability Zone for the subnet.
13151
- * You can also use <code>availabilityZoneId</code> as the filter name.</p>
13152
- * </li>
13153
- * <li>
13154
- * <p>
13155
- * <code>available-ip-address-count</code> - The number of IPv4 addresses in the
13156
- * subnet that are available.</p>
13157
- * </li>
13158
- * <li>
13159
- * <p>
13160
- * <code>cidr-block</code> - The IPv4 CIDR block of the subnet. The CIDR block
13161
- * you specify must exactly match the subnet's CIDR block for information to be
13162
- * returned for the subnet. You can also use <code>cidr</code> or
13163
- * <code>cidrBlock</code> as the filter names.</p>
13164
- * </li>
13165
- * <li>
13166
- * <p>
13167
- * <code>customer-owned-ipv4-pool</code> - The customer-owned IPv4 address pool
13168
- * associated with the subnet.</p>
13169
- * </li>
13170
- * <li>
13171
- * <p>
13172
- * <code>default-for-az</code> - Indicates whether this is the default subnet for
13173
- * the Availability Zone (<code>true</code> | <code>false</code>). You can also use
13174
- * <code>defaultForAz</code> as the filter name.</p>
13175
- * </li>
13176
- * <li>
13177
- * <p>
13178
- * <code>enable-dns64</code> - Indicates whether DNS queries made to the
13179
- * Amazon-provided DNS Resolver in this subnet should return synthetic IPv6
13180
- * addresses for IPv4-only destinations.</p>
13181
- * </li>
13182
- * <li>
13183
- * <p>
13184
- * <code>enable-lni-at-device-index</code> - Indicates the device position for
13185
- * local network interfaces in this subnet. For example, <code>1</code> indicates
13186
- * local network interfaces in this subnet are the secondary network interface
13187
- * (eth1). </p>
13188
- * </li>
13189
- * <li>
13190
- * <p>
13191
- * <code>ipv6-cidr-block-association.ipv6-cidr-block</code> - An IPv6 CIDR
13192
- * block associated with the subnet.</p>
13193
- * </li>
13194
- * <li>
13195
- * <p>
13196
- * <code>ipv6-cidr-block-association.association-id</code> - An association ID
13197
- * for an IPv6 CIDR block associated with the subnet.</p>
13198
- * </li>
13199
- * <li>
13200
- * <p>
13201
- * <code>ipv6-cidr-block-association.state</code> - The state of an IPv6 CIDR
13202
- * block associated with the subnet.</p>
13203
- * </li>
13204
- * <li>
13205
- * <p>
13206
- * <code>ipv6-native</code> - Indicates whether this is an IPv6 only subnet
13207
- * (<code>true</code> | <code>false</code>).</p>
13208
- * </li>
13209
- * <li>
13210
- * <p>
13211
- * <code>map-customer-owned-ip-on-launch</code> - Indicates whether a network
13212
- * interface created in this subnet (including a network interface created by <a>RunInstances</a>) receives a customer-owned IPv4 address.</p>
13213
- * </li>
13214
- * <li>
13215
- * <p>
13216
- * <code>map-public-ip-on-launch</code> - Indicates whether instances launched in
13217
- * this subnet receive a public IPv4 address.</p>
13218
- * </li>
13219
- * <li>
13220
- * <p>
13221
- * <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p>
13222
- * </li>
13223
- * <li>
13224
- * <p>
13225
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the
13226
- * subnet.</p>
13227
- * </li>
13228
- * <li>
13229
- * <p>
13230
- * <code>private-dns-name-options-on-launch.hostname-type</code> - The type of
13231
- * hostname to assign to instances in the subnet at launch. For IPv4-only and
13232
- * dual-stack (IPv4 and IPv6) subnets, an instance DNS name can be based on the
13233
- * instance IPv4 address (ip-name) or the instance ID (resource-name). For IPv6
13234
- * only subnets, an instance DNS name must be based on the instance ID
13235
- * (resource-name).</p>
13236
- * </li>
13237
- * <li>
13238
- * <p>
13239
- * <code>private-dns-name-options-on-launch.enable-resource-name-dns-a-record</code>
13240
- * - Indicates whether to respond to DNS queries for instance hostnames with DNS A
13241
- * records.</p>
13242
- * </li>
13243
- * <li>
13244
- * <p>
13245
- * <code>private-dns-name-options-on-launch.enable-resource-name-dns-aaaa-record</code>
13246
- * - Indicates whether to respond to DNS queries for instance hostnames with DNS
13247
- * AAAA records.</p>
13248
- * </li>
13249
- * <li>
13250
- * <p>
13251
- * <code>state</code> - The state of the subnet (<code>pending</code> | <code>available</code>).</p>
13252
- * </li>
13253
- * <li>
13254
- * <p>
13255
- * <code>subnet-arn</code> - The Amazon Resource Name (ARN) of the subnet.</p>
13256
- * </li>
13257
- * <li>
13258
- * <p>
13259
- * <code>subnet-id</code> - The ID of the subnet.</p>
13260
- * </li>
13261
- * <li>
13262
- * <p>
13263
- * <code>tag</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.
13264
- * 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>
13265
- * </li>
13266
- * <li>
13267
- * <p>
13268
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
13269
- * </li>
13270
- * <li>
13271
- * <p>
13272
- * <code>vpc-id</code> - The ID of the VPC for the subnet.</p>
13273
- * </li>
13274
- * </ul>
13275
- * @public
13276
- */
13277
- Filters?: Filter[] | undefined;
13278
- /**
13279
- * <p>The IDs of the subnets.</p>
13280
- * <p>Default: Describes all your subnets.</p>
13281
- * @public
13282
- */
13283
- SubnetIds?: string[] | undefined;
13284
- /**
13285
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
13286
- * @public
13287
- */
13288
- NextToken?: string | undefined;
13289
- /**
13290
- * <p>The maximum number of items to return for this request.
13291
- * To get the next page of items, make another request with the token returned in the output.
13292
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
13293
- * @public
13294
- */
13295
- MaxResults?: number | undefined;
13296
- /**
13297
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
13298
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
13299
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
13300
- * @public
13301
- */
13302
- DryRun?: boolean | undefined;
13303
- }