@aws-sdk/client-ec2 3.1057.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,5 +1,188 @@
1
- import type { _InstanceType, AcceleratorManufacturer, AcceleratorName, AcceleratorType, AddressFamily, AmdSevSnpSpecification, AttachmentStatus, AutoProvisionZonesState, AutoScalingIpsState, AvailabilityMode, BareMetal, BurstablePerformance, CapacityReservationPreference, ConnectivityType, ContainerFormat, CpuManufacturer, CurrencyCodeValues, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, Ec2InstanceConnectEndpointState, ExportEnvironment, ExportTaskState, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetReservationType, FleetType, FlowLogsResourceType, HostnameType, InstanceBandwidthWeighting, InstanceGeneration, InstanceInterruptionBehavior, InstanceLifecycle, InterfacePermissionType, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, IpamExternalResourceVerificationTokenState, IpamMeteredAccount, IpamPolicyState, IpamPoolAwsService, IpamPoolPublicIpSource, IpamPoolSourceResourceType, IpamPoolState, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPrefixListResolverState, IpamPrefixListResolverTargetState, IpamPrefixListResolverVersionCreationStatus, IpamResourceDiscoveryState, IpamResourceType, IpamScopeExternalAuthorityType, IpamScopeState, IpamScopeType, IpamState, IpamTier, KeyFormat, KeyType, LaunchTemplateAutoRecoveryState, LaunchTemplateHttpTokensState, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataOptionsState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, LocalGatewayRouteState, LocalGatewayRouteTableMode, LocalGatewayRouteType, LocalGatewayVirtualInterfaceConfigurationState, LocalGatewayVirtualInterfaceGroupConfigurationState, LocalStorage, LocalStorageType, LogDestinationType, MacModificationTaskState, MacModificationTaskType, MacSystemIntegrityProtectionSettingStatus, MarketType, NatGatewayApplianceModifyState, NatGatewayApplianceState, NatGatewayApplianceType, NatGatewayState, NestedVirtualizationSpecification, NetworkInterfaceCreationType, NetworkInterfacePermissionStateCode, NetworkInterfaceStatus, NetworkInterfaceType, PlacementGroupState, PlacementStrategy, PlatformValues, PrefixListState, Protocol, ReplaceRootVolumeTaskState, ResourceType, RouteOrigin, RouteServerBfdState, RouteServerBgpState, RouteServerEndpointState, RouteServerPeerLivenessMode, RouteServerPeerState, RouteServerPersistRoutesAction, RouteServerPersistRoutesState, RouteServerState, RouteState, RuleAction, SecondaryInterfaceType, ShutdownBehavior, SnapshotLocationEnum, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, SpotInstanceType, SpreadLevel, TargetCapacityUnitType, Tenancy, TokenState, TrafficType, VolumeType, WeekDay } from "./enums";
2
- import type { AcceleratorCount, AcceleratorCountRequest, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, InstanceEventWindow, Ipv4PrefixSpecification, NatGatewayAddress, OperatorResponse, PortRange, ReservedInstancesListing, RouteTableAssociationState, Tag, TagSpecification, UnsuccessfulItem } from "./models_0";
1
+ import type { _InstanceType, AcceleratorManufacturer, AcceleratorName, AcceleratorType, AddressFamily, AmdSevSnpSpecification, AttachmentStatus, AutoProvisionZonesState, AutoScalingIpsState, AvailabilityMode, BareMetal, BurstablePerformance, CapacityReservationPreference, ConnectivityType, ContainerFormat, CpuManufacturer, CurrencyCodeValues, DefaultTargetCapacityType, DestinationFileFormat, DiskImageFormat, Ec2InstanceConnectEndpointState, ExportEnvironment, ExportTaskState, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetReservationType, FleetType, FlowLogsResourceType, HostnameType, InstanceBandwidthWeighting, InstanceGeneration, InstanceInterruptionBehavior, InstanceLifecycle, InterfacePermissionType, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, IpamExternalResourceVerificationTokenState, IpamMeteredAccount, IpamPolicyState, IpamPoolAwsService, IpamPoolPublicIpSource, IpamPoolSourceResourceType, IpamPoolState, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleType, IpamPrefixListResolverState, IpamPrefixListResolverTargetState, IpamPrefixListResolverVersionCreationStatus, IpamResourceDiscoveryState, IpamResourceType, IpamScopeExternalAuthorityType, IpamScopeState, IpamScopeType, IpamState, IpamTier, KeyFormat, KeyType, LaunchTemplateAutoRecoveryState, LaunchTemplateHttpTokensState, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataOptionsState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, LocalGatewayRouteState, LocalGatewayRouteTableMode, LocalGatewayRouteType, LocalGatewayVirtualInterfaceConfigurationState, LocalGatewayVirtualInterfaceGroupConfigurationState, LocalStorage, LocalStorageType, LogDestinationType, MacModificationTaskState, MacModificationTaskType, MacSystemIntegrityProtectionSettingStatus, MarketType, NatGatewayApplianceModifyState, NatGatewayApplianceState, NatGatewayApplianceType, NatGatewayState, NestedVirtualizationSpecification, NetworkInterfaceCreationType, NetworkInterfacePermissionStateCode, NetworkInterfaceStatus, NetworkInterfaceType, PlacementGroupState, PlacementStrategy, PlatformValues, PrefixListState, Protocol, ReplaceRootVolumeTaskState, ResourceType, RouteServerBfdState, RouteServerBgpState, RouteServerEndpointState, RouteServerPeerLivenessMode, RouteServerPeerState, RouteServerPersistRoutesAction, RouteServerPersistRoutesState, RouteServerState, RuleAction, SecondaryInterfaceType, ShutdownBehavior, SnapshotLocationEnum, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, SpotInstanceType, SpreadLevel, TargetCapacityUnitType, Tenancy, TokenState, TrafficType, VolumeType, VpcEncryptionControlExclusionState, VpcEncryptionControlMode, VpcEncryptionControlState, VpcState, WeekDay } from "./enums";
2
+ import type { AcceleratorCount, AcceleratorCountRequest, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, BlockPublicAccessStates, InstanceEventWindow, Ipv4PrefixSpecification, NatGatewayAddress, OperatorResponse, PortRange, ReservedInstancesListing, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation } from "./models_0";
3
+ /**
4
+ * <p>Describes an exclusion configuration for VPC Encryption Control.</p>
5
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html">Enforce VPC encryption in transit</a> in the <i>Amazon VPC User Guide</i>.</p>
6
+ * @public
7
+ */
8
+ export interface VpcEncryptionControlExclusion {
9
+ /**
10
+ * <p>The current state of the exclusion configuration.</p>
11
+ * @public
12
+ */
13
+ State?: VpcEncryptionControlExclusionState | undefined;
14
+ /**
15
+ * <p>A message providing additional information about the exclusion state.</p>
16
+ * @public
17
+ */
18
+ StateMessage?: string | undefined;
19
+ }
20
+ /**
21
+ * <p>Describes the exclusion configurations for various resource types in VPC Encryption Control.</p>
22
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html">Enforce VPC encryption in transit</a> in the <i>Amazon VPC User Guide</i>.</p>
23
+ * @public
24
+ */
25
+ export interface VpcEncryptionControlExclusions {
26
+ /**
27
+ * <p>The exclusion configuration for internet gateway traffic.</p>
28
+ * @public
29
+ */
30
+ InternetGateway?: VpcEncryptionControlExclusion | undefined;
31
+ /**
32
+ * <p>The exclusion configuration for egress-only internet gateway traffic.</p>
33
+ * @public
34
+ */
35
+ EgressOnlyInternetGateway?: VpcEncryptionControlExclusion | undefined;
36
+ /**
37
+ * <p>The exclusion configuration for NAT gateway traffic.</p>
38
+ * @public
39
+ */
40
+ NatGateway?: VpcEncryptionControlExclusion | undefined;
41
+ /**
42
+ * <p>The exclusion configuration for virtual private gateway traffic.</p>
43
+ * @public
44
+ */
45
+ VirtualPrivateGateway?: VpcEncryptionControlExclusion | undefined;
46
+ /**
47
+ * <p>The exclusion configuration for VPC peering connection traffic.</p>
48
+ * @public
49
+ */
50
+ VpcPeering?: VpcEncryptionControlExclusion | undefined;
51
+ /**
52
+ * <p>The exclusion configuration for Lambda function traffic.</p>
53
+ * @public
54
+ */
55
+ Lambda?: VpcEncryptionControlExclusion | undefined;
56
+ /**
57
+ * <p>The exclusion configuration for VPC Lattice traffic.</p>
58
+ * @public
59
+ */
60
+ VpcLattice?: VpcEncryptionControlExclusion | undefined;
61
+ /**
62
+ * <p>The exclusion configuration for Elastic File System traffic.</p>
63
+ * @public
64
+ */
65
+ ElasticFileSystem?: VpcEncryptionControlExclusion | undefined;
66
+ }
67
+ /**
68
+ * <p>Describes the configuration and state of VPC encryption controls.</p>
69
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html">Enforce VPC encryption in transit</a> in the <i>Amazon VPC User Guide</i>.</p>
70
+ * @public
71
+ */
72
+ export interface VpcEncryptionControl {
73
+ /**
74
+ * <p>The ID of the VPC associated with the encryption control configuration.</p>
75
+ * @public
76
+ */
77
+ VpcId?: string | undefined;
78
+ /**
79
+ * <p>The ID of the VPC Encryption Control configuration.</p>
80
+ * @public
81
+ */
82
+ VpcEncryptionControlId?: string | undefined;
83
+ /**
84
+ * <p>The encryption mode for the VPC Encryption Control configuration.</p>
85
+ * @public
86
+ */
87
+ Mode?: VpcEncryptionControlMode | undefined;
88
+ /**
89
+ * <p>The current state of the VPC Encryption Control configuration.</p>
90
+ * @public
91
+ */
92
+ State?: VpcEncryptionControlState | undefined;
93
+ /**
94
+ * <p>A message providing additional information about the encryption control state.</p>
95
+ * @public
96
+ */
97
+ StateMessage?: string | undefined;
98
+ /**
99
+ * <p>Information about resource exclusions for the VPC Encryption Control configuration.</p>
100
+ * @public
101
+ */
102
+ ResourceExclusions?: VpcEncryptionControlExclusions | undefined;
103
+ /**
104
+ * <p>The tags assigned to the VPC Encryption Control configuration.</p>
105
+ * @public
106
+ */
107
+ Tags?: Tag[] | undefined;
108
+ }
109
+ /**
110
+ * <p>Describes a VPC.</p>
111
+ * @public
112
+ */
113
+ export interface Vpc {
114
+ /**
115
+ * <p>The ID of the Amazon Web Services account that owns the VPC.</p>
116
+ * @public
117
+ */
118
+ OwnerId?: string | undefined;
119
+ /**
120
+ * <p>The allowed tenancy of instances launched into the VPC.</p>
121
+ * @public
122
+ */
123
+ InstanceTenancy?: Tenancy | undefined;
124
+ /**
125
+ * <p>Information about the IPv6 CIDR blocks associated with the VPC.</p>
126
+ * @public
127
+ */
128
+ Ipv6CidrBlockAssociationSet?: VpcIpv6CidrBlockAssociation[] | undefined;
129
+ /**
130
+ * <p>Information about the IPv4 CIDR blocks associated with the VPC.</p>
131
+ * @public
132
+ */
133
+ CidrBlockAssociationSet?: VpcCidrBlockAssociation[] | undefined;
134
+ /**
135
+ * <p>Indicates whether the VPC is the default VPC.</p>
136
+ * @public
137
+ */
138
+ IsDefault?: boolean | undefined;
139
+ /**
140
+ * <p>Describes the configuration and state of VPC encryption controls.</p>
141
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html">Enforce VPC encryption in transit</a> in the <i>Amazon VPC User Guide</i>.</p>
142
+ * @public
143
+ */
144
+ EncryptionControl?: VpcEncryptionControl | undefined;
145
+ /**
146
+ * <p>Any tags assigned to the VPC.</p>
147
+ * @public
148
+ */
149
+ Tags?: Tag[] | undefined;
150
+ /**
151
+ * <p>The state of VPC Block Public Access (BPA).</p>
152
+ * @public
153
+ */
154
+ BlockPublicAccessStates?: BlockPublicAccessStates | undefined;
155
+ /**
156
+ * <p>The ID of the VPC.</p>
157
+ * @public
158
+ */
159
+ VpcId?: string | undefined;
160
+ /**
161
+ * <p>The current state of the VPC.</p>
162
+ * @public
163
+ */
164
+ State?: VpcState | undefined;
165
+ /**
166
+ * <p>The primary IPv4 CIDR block for the VPC.</p>
167
+ * @public
168
+ */
169
+ CidrBlock?: string | undefined;
170
+ /**
171
+ * <p>The ID of the set of DHCP options you've associated with the VPC.</p>
172
+ * @public
173
+ */
174
+ DhcpOptionsId?: string | undefined;
175
+ }
176
+ /**
177
+ * @public
178
+ */
179
+ export interface CreateDefaultVpcResult {
180
+ /**
181
+ * <p>Information about the VPC.</p>
182
+ * @public
183
+ */
184
+ Vpc?: Vpc | undefined;
185
+ }
3
186
  /**
4
187
  * @public
5
188
  */
@@ -6623,7 +6806,9 @@ export interface ConnectionTrackingSpecificationRequest {
6623
6806
  /**
6624
6807
  * <p>Timeout (in seconds) for idle TCP
6625
6808
  * connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
6626
- * days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
6809
+ * days). Default: 350 seconds for Nitro v6 instance types (excluding
6810
+ * P6e-GB200); 432000 seconds for all other instance types (including
6811
+ * P6e-GB200). Recommended: Less than 432000 seconds.</p>
6627
6812
  * @public
6628
6813
  */
6629
6814
  TcpEstablishedTimeout?: number | undefined;
@@ -8084,7 +8269,9 @@ export interface ConnectionTrackingSpecification {
8084
8269
  /**
8085
8270
  * <p>Timeout (in seconds) for idle TCP
8086
8271
  * connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
8087
- * days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
8272
+ * days). Default: 350 seconds for Nitro v6 instance types (excluding
8273
+ * P6e-GB200); 432000 seconds for all other instance types (including
8274
+ * P6e-GB200). Recommended: Less than 432000 seconds.</p>
8088
8275
  * @public
8089
8276
  */
8090
8277
  TcpEstablishedTimeout?: number | undefined;
@@ -10964,7 +11151,9 @@ export interface ConnectionTrackingConfiguration {
10964
11151
  /**
10965
11152
  * <p>Timeout (in seconds) for idle TCP
10966
11153
  * connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
10967
- * days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
11154
+ * days). Default: 350 seconds for Nitro v6 instance types (excluding
11155
+ * P6e-GB200); 432000 seconds for all other instance types (including
11156
+ * P6e-GB200). Recommended: Less than 432000 seconds.</p>
10968
11157
  * @public
10969
11158
  */
10970
11159
  TcpEstablishedTimeout?: number | undefined;
@@ -12384,228 +12573,3 @@ export interface CreateRouteTableRequest {
12384
12573
  */
12385
12574
  VpcId: string | undefined;
12386
12575
  }
12387
- /**
12388
- * <p>Describes an association between a route table and a subnet or gateway.</p>
12389
- * @public
12390
- */
12391
- export interface RouteTableAssociation {
12392
- /**
12393
- * <p>Indicates whether this is the main route table.</p>
12394
- * @public
12395
- */
12396
- Main?: boolean | undefined;
12397
- /**
12398
- * <p>The ID of the association.</p>
12399
- * @public
12400
- */
12401
- RouteTableAssociationId?: string | undefined;
12402
- /**
12403
- * <p>The ID of the route table.</p>
12404
- * @public
12405
- */
12406
- RouteTableId?: string | undefined;
12407
- /**
12408
- * <p>The ID of the subnet. A subnet ID is not returned for an implicit association.</p>
12409
- * @public
12410
- */
12411
- SubnetId?: string | undefined;
12412
- /**
12413
- * <p>The ID of the internet gateway or virtual private gateway.</p>
12414
- * @public
12415
- */
12416
- GatewayId?: string | undefined;
12417
- /**
12418
- * <p>The ID of a public IPv4 pool. A public IPv4 pool is a pool of IPv4 addresses that you've brought to Amazon Web Services with BYOIP.</p>
12419
- * @public
12420
- */
12421
- PublicIpv4Pool?: string | undefined;
12422
- /**
12423
- * <p>The state of the association.</p>
12424
- * @public
12425
- */
12426
- AssociationState?: RouteTableAssociationState | undefined;
12427
- }
12428
- /**
12429
- * <p>Describes a virtual private gateway propagating route.</p>
12430
- * @public
12431
- */
12432
- export interface PropagatingVgw {
12433
- /**
12434
- * <p>The ID of the virtual private gateway.</p>
12435
- * @public
12436
- */
12437
- GatewayId?: string | undefined;
12438
- }
12439
- /**
12440
- * <p>Describes a route in a route table.</p>
12441
- * @public
12442
- */
12443
- export interface Route {
12444
- /**
12445
- * <p>The IPv4 CIDR block used for the destination match.</p>
12446
- * @public
12447
- */
12448
- DestinationCidrBlock?: string | undefined;
12449
- /**
12450
- * <p>The IPv6 CIDR block used for the destination match.</p>
12451
- * @public
12452
- */
12453
- DestinationIpv6CidrBlock?: string | undefined;
12454
- /**
12455
- * <p>The prefix of the Amazon Web Services service.</p>
12456
- * @public
12457
- */
12458
- DestinationPrefixListId?: string | undefined;
12459
- /**
12460
- * <p>The ID of the egress-only internet gateway.</p>
12461
- * @public
12462
- */
12463
- EgressOnlyInternetGatewayId?: string | undefined;
12464
- /**
12465
- * <p>The ID of a gateway attached to your VPC.</p>
12466
- * @public
12467
- */
12468
- GatewayId?: string | undefined;
12469
- /**
12470
- * <p>The ID of a NAT instance in your VPC.</p>
12471
- * @public
12472
- */
12473
- InstanceId?: string | undefined;
12474
- /**
12475
- * <p>The ID of Amazon Web Services account that owns the instance.</p>
12476
- * @public
12477
- */
12478
- InstanceOwnerId?: string | undefined;
12479
- /**
12480
- * <p>The ID of a NAT gateway.</p>
12481
- * @public
12482
- */
12483
- NatGatewayId?: string | undefined;
12484
- /**
12485
- * <p>The ID of a transit gateway.</p>
12486
- * @public
12487
- */
12488
- TransitGatewayId?: string | undefined;
12489
- /**
12490
- * <p>The ID of the local gateway.</p>
12491
- * @public
12492
- */
12493
- LocalGatewayId?: string | undefined;
12494
- /**
12495
- * <p>The ID of the carrier gateway.</p>
12496
- * @public
12497
- */
12498
- CarrierGatewayId?: string | undefined;
12499
- /**
12500
- * <p>The ID of the network interface.</p>
12501
- * @public
12502
- */
12503
- NetworkInterfaceId?: string | undefined;
12504
- /**
12505
- * <p>Describes how the route was created.</p>
12506
- * <ul>
12507
- * <li>
12508
- * <p>
12509
- * <code>CreateRouteTable</code> - The route was automatically created when the route table was created.</p>
12510
- * </li>
12511
- * <li>
12512
- * <p>
12513
- * <code>CreateRoute</code> - The route was manually added to the route table.</p>
12514
- * </li>
12515
- * <li>
12516
- * <p>
12517
- * <code>EnableVgwRoutePropagation</code> - The route was propagated by route propagation.</p>
12518
- * </li>
12519
- * <li>
12520
- * <p>
12521
- * <code>Advertisement</code> - The route was created dynamically by Amazon VPC Route Server.</p>
12522
- * </li>
12523
- * </ul>
12524
- * @public
12525
- */
12526
- Origin?: RouteOrigin | undefined;
12527
- /**
12528
- * <p>The state of the route. The <code>blackhole</code> state indicates that the
12529
- * route's target isn't available (for example, the specified gateway isn't attached to the
12530
- * VPC, or the specified NAT instance has been terminated).</p>
12531
- * @public
12532
- */
12533
- State?: RouteState | undefined;
12534
- /**
12535
- * <p>The ID of a VPC peering connection.</p>
12536
- * @public
12537
- */
12538
- VpcPeeringConnectionId?: string | undefined;
12539
- /**
12540
- * <p>The Amazon Resource Name (ARN) of the core network.</p>
12541
- * @public
12542
- */
12543
- CoreNetworkArn?: string | undefined;
12544
- /**
12545
- * <p>The Amazon Resource Name (ARN) of the ODB network.</p>
12546
- * @public
12547
- */
12548
- OdbNetworkArn?: string | undefined;
12549
- /**
12550
- * <p>The next hop IP address for routes propagated by VPC Route
12551
- * Server into VPC route tables.</p>
12552
- * @public
12553
- */
12554
- IpAddress?: string | undefined;
12555
- }
12556
- /**
12557
- * <p>Describes a route table.</p>
12558
- * @public
12559
- */
12560
- export interface RouteTable {
12561
- /**
12562
- * <p>The associations between the route table and your subnets or gateways.</p>
12563
- * @public
12564
- */
12565
- Associations?: RouteTableAssociation[] | undefined;
12566
- /**
12567
- * <p>Any virtual private gateway (VGW) propagating routes.</p>
12568
- * @public
12569
- */
12570
- PropagatingVgws?: PropagatingVgw[] | undefined;
12571
- /**
12572
- * <p>The ID of the route table.</p>
12573
- * @public
12574
- */
12575
- RouteTableId?: string | undefined;
12576
- /**
12577
- * <p>The routes in the route table.</p>
12578
- * @public
12579
- */
12580
- Routes?: Route[] | undefined;
12581
- /**
12582
- * <p>Any tags assigned to the route table.</p>
12583
- * @public
12584
- */
12585
- Tags?: Tag[] | undefined;
12586
- /**
12587
- * <p>The ID of the VPC.</p>
12588
- * @public
12589
- */
12590
- VpcId?: string | undefined;
12591
- /**
12592
- * <p>The ID of the Amazon Web Services account that owns the route table.</p>
12593
- * @public
12594
- */
12595
- OwnerId?: string | undefined;
12596
- }
12597
- /**
12598
- * @public
12599
- */
12600
- export interface CreateRouteTableResult {
12601
- /**
12602
- * <p>Information about the route table.</p>
12603
- * @public
12604
- */
12605
- RouteTable?: RouteTable | undefined;
12606
- /**
12607
- * <p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>
12608
- * @public
12609
- */
12610
- ClientToken?: string | undefined;
12611
- }