@aws-sdk/client-ec2 3.1058.0 → 3.1060.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,6 +1,231 @@
1
- import type { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, CopyTagsFromSource, DatafeedSubscriptionState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeleteQueuedReservedInstancesErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, EncryptionStateValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, ProtocolValue, SecondaryNetworkCidrBlockAssociationState, SecondaryNetworkState, SecondaryNetworkType, SecondarySubnetCidrBlockAssociationState, SecondarySubnetState, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, SnapshotLocationEnum, SnapshotState, SSEType, State, StaticSourcesSupportValue, StorageTier, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransferType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMeteringPayerType, TransitGatewayMeteringPolicyEntryState, TransitGatewayMeteringPolicyState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
2
- import type { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Subnet, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, Vpc, VpcAttachment, VpcEncryptionControl, VpcPeeringConnection } from "./models_0";
3
- import type { Ec2InstanceConnectEndpoint, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, OperatorRequest, RouteServer, RouteServerEndpoint, RouteServerPeer } from "./models_1";
1
+ import type { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, CopyTagsFromSource, DatafeedSubscriptionState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeleteQueuedReservedInstancesErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, EncryptionStateValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, ProtocolValue, RouteOrigin, RouteState, SecondaryNetworkCidrBlockAssociationState, SecondaryNetworkState, SecondaryNetworkType, SecondarySubnetCidrBlockAssociationState, SecondarySubnetState, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, SnapshotLocationEnum, SnapshotState, SSEType, State, StaticSourcesSupportValue, StorageTier, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransferType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMeteringPayerType, TransitGatewayMeteringPolicyEntryState, TransitGatewayMeteringPolicyState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
2
+ import type { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, RouteTableAssociationState, Subnet, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VpcAttachment, VpcPeeringConnection } from "./models_0";
3
+ import type { Ec2InstanceConnectEndpoint, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, OperatorRequest, RouteServer, RouteServerEndpoint, RouteServerPeer, Vpc, VpcEncryptionControl } from "./models_1";
4
+ /**
5
+ * <p>Describes an association between a route table and a subnet or gateway.</p>
6
+ * @public
7
+ */
8
+ export interface RouteTableAssociation {
9
+ /**
10
+ * <p>Indicates whether this is the main route table.</p>
11
+ * @public
12
+ */
13
+ Main?: boolean | undefined;
14
+ /**
15
+ * <p>The ID of the association.</p>
16
+ * @public
17
+ */
18
+ RouteTableAssociationId?: string | undefined;
19
+ /**
20
+ * <p>The ID of the route table.</p>
21
+ * @public
22
+ */
23
+ RouteTableId?: string | undefined;
24
+ /**
25
+ * <p>The ID of the subnet. A subnet ID is not returned for an implicit association.</p>
26
+ * @public
27
+ */
28
+ SubnetId?: string | undefined;
29
+ /**
30
+ * <p>The ID of the internet gateway or virtual private gateway.</p>
31
+ * @public
32
+ */
33
+ GatewayId?: string | undefined;
34
+ /**
35
+ * <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>
36
+ * @public
37
+ */
38
+ PublicIpv4Pool?: string | undefined;
39
+ /**
40
+ * <p>The state of the association.</p>
41
+ * @public
42
+ */
43
+ AssociationState?: RouteTableAssociationState | undefined;
44
+ }
45
+ /**
46
+ * <p>Describes a virtual private gateway propagating route.</p>
47
+ * @public
48
+ */
49
+ export interface PropagatingVgw {
50
+ /**
51
+ * <p>The ID of the virtual private gateway.</p>
52
+ * @public
53
+ */
54
+ GatewayId?: string | undefined;
55
+ }
56
+ /**
57
+ * <p>Describes a route in a route table.</p>
58
+ * @public
59
+ */
60
+ export interface Route {
61
+ /**
62
+ * <p>The IPv4 CIDR block used for the destination match.</p>
63
+ * @public
64
+ */
65
+ DestinationCidrBlock?: string | undefined;
66
+ /**
67
+ * <p>The IPv6 CIDR block used for the destination match.</p>
68
+ * @public
69
+ */
70
+ DestinationIpv6CidrBlock?: string | undefined;
71
+ /**
72
+ * <p>The prefix of the Amazon Web Services service.</p>
73
+ * @public
74
+ */
75
+ DestinationPrefixListId?: string | undefined;
76
+ /**
77
+ * <p>The ID of the egress-only internet gateway.</p>
78
+ * @public
79
+ */
80
+ EgressOnlyInternetGatewayId?: string | undefined;
81
+ /**
82
+ * <p>The ID of a gateway attached to your VPC.</p>
83
+ * @public
84
+ */
85
+ GatewayId?: string | undefined;
86
+ /**
87
+ * <p>The ID of a NAT instance in your VPC.</p>
88
+ * @public
89
+ */
90
+ InstanceId?: string | undefined;
91
+ /**
92
+ * <p>The ID of Amazon Web Services account that owns the instance.</p>
93
+ * @public
94
+ */
95
+ InstanceOwnerId?: string | undefined;
96
+ /**
97
+ * <p>The ID of a NAT gateway.</p>
98
+ * @public
99
+ */
100
+ NatGatewayId?: string | undefined;
101
+ /**
102
+ * <p>The ID of a transit gateway.</p>
103
+ * @public
104
+ */
105
+ TransitGatewayId?: string | undefined;
106
+ /**
107
+ * <p>The ID of the local gateway.</p>
108
+ * @public
109
+ */
110
+ LocalGatewayId?: string | undefined;
111
+ /**
112
+ * <p>The ID of the carrier gateway.</p>
113
+ * @public
114
+ */
115
+ CarrierGatewayId?: string | undefined;
116
+ /**
117
+ * <p>The ID of the network interface.</p>
118
+ * @public
119
+ */
120
+ NetworkInterfaceId?: string | undefined;
121
+ /**
122
+ * <p>Describes how the route was created.</p>
123
+ * <ul>
124
+ * <li>
125
+ * <p>
126
+ * <code>CreateRouteTable</code> - The route was automatically created when the route table was created.</p>
127
+ * </li>
128
+ * <li>
129
+ * <p>
130
+ * <code>CreateRoute</code> - The route was manually added to the route table.</p>
131
+ * </li>
132
+ * <li>
133
+ * <p>
134
+ * <code>EnableVgwRoutePropagation</code> - The route was propagated by route propagation.</p>
135
+ * </li>
136
+ * <li>
137
+ * <p>
138
+ * <code>Advertisement</code> - The route was created dynamically by Amazon VPC Route Server.</p>
139
+ * </li>
140
+ * </ul>
141
+ * @public
142
+ */
143
+ Origin?: RouteOrigin | undefined;
144
+ /**
145
+ * <p>The state of the route. The <code>blackhole</code> state indicates that the
146
+ * route's target isn't available (for example, the specified gateway isn't attached to the
147
+ * VPC, or the specified NAT instance has been terminated).</p>
148
+ * @public
149
+ */
150
+ State?: RouteState | undefined;
151
+ /**
152
+ * <p>The ID of a VPC peering connection.</p>
153
+ * @public
154
+ */
155
+ VpcPeeringConnectionId?: string | undefined;
156
+ /**
157
+ * <p>The Amazon Resource Name (ARN) of the core network.</p>
158
+ * @public
159
+ */
160
+ CoreNetworkArn?: string | undefined;
161
+ /**
162
+ * <p>The Amazon Resource Name (ARN) of the ODB network.</p>
163
+ * @public
164
+ */
165
+ OdbNetworkArn?: string | undefined;
166
+ /**
167
+ * <p>The next hop IP address for routes propagated by VPC Route
168
+ * Server into VPC route tables.</p>
169
+ * @public
170
+ */
171
+ IpAddress?: string | undefined;
172
+ }
173
+ /**
174
+ * <p>Describes a route table.</p>
175
+ * @public
176
+ */
177
+ export interface RouteTable {
178
+ /**
179
+ * <p>The associations between the route table and your subnets or gateways.</p>
180
+ * @public
181
+ */
182
+ Associations?: RouteTableAssociation[] | undefined;
183
+ /**
184
+ * <p>Any virtual private gateway (VGW) propagating routes.</p>
185
+ * @public
186
+ */
187
+ PropagatingVgws?: PropagatingVgw[] | undefined;
188
+ /**
189
+ * <p>The ID of the route table.</p>
190
+ * @public
191
+ */
192
+ RouteTableId?: string | undefined;
193
+ /**
194
+ * <p>The routes in the route table.</p>
195
+ * @public
196
+ */
197
+ Routes?: Route[] | undefined;
198
+ /**
199
+ * <p>Any tags assigned to the route table.</p>
200
+ * @public
201
+ */
202
+ Tags?: Tag[] | undefined;
203
+ /**
204
+ * <p>The ID of the VPC.</p>
205
+ * @public
206
+ */
207
+ VpcId?: string | undefined;
208
+ /**
209
+ * <p>The ID of the Amazon Web Services account that owns the route table.</p>
210
+ * @public
211
+ */
212
+ OwnerId?: string | undefined;
213
+ }
214
+ /**
215
+ * @public
216
+ */
217
+ export interface CreateRouteTableResult {
218
+ /**
219
+ * <p>Information about the route table.</p>
220
+ * @public
221
+ */
222
+ RouteTable?: RouteTable | undefined;
223
+ /**
224
+ * <p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>
225
+ * @public
226
+ */
227
+ ClientToken?: string | undefined;
228
+ }
4
229
  /**
5
230
  * @public
6
231
  */
@@ -8237,94 +8462,3 @@ export interface DeleteSpotDatafeedSubscriptionRequest {
8237
8462
  */
8238
8463
  DryRun?: boolean | undefined;
8239
8464
  }
8240
- /**
8241
- * @public
8242
- */
8243
- export interface DeleteSubnetRequest {
8244
- /**
8245
- * <p>The ID of the subnet.</p>
8246
- * @public
8247
- */
8248
- SubnetId: string | undefined;
8249
- /**
8250
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8251
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8252
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8253
- * @public
8254
- */
8255
- DryRun?: boolean | undefined;
8256
- }
8257
- /**
8258
- * @public
8259
- */
8260
- export interface DeleteSubnetCidrReservationRequest {
8261
- /**
8262
- * <p>The ID of the subnet CIDR reservation.</p>
8263
- * @public
8264
- */
8265
- SubnetCidrReservationId: string | undefined;
8266
- /**
8267
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8268
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8269
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8270
- * @public
8271
- */
8272
- DryRun?: boolean | undefined;
8273
- }
8274
- /**
8275
- * @public
8276
- */
8277
- export interface DeleteSubnetCidrReservationResult {
8278
- /**
8279
- * <p>Information about the deleted subnet CIDR reservation.</p>
8280
- * @public
8281
- */
8282
- DeletedSubnetCidrReservation?: SubnetCidrReservation | undefined;
8283
- }
8284
- /**
8285
- * @public
8286
- */
8287
- export interface DeleteTagsRequest {
8288
- /**
8289
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8290
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8291
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8292
- * @public
8293
- */
8294
- DryRun?: boolean | undefined;
8295
- /**
8296
- * <p>The IDs of the resources, separated by spaces.</p>
8297
- * <p>Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.</p>
8298
- * @public
8299
- */
8300
- Resources: string[] | undefined;
8301
- /**
8302
- * <p>The tags to delete. Specify a tag key and an optional tag value to delete
8303
- * specific tags. If you specify a tag key without a tag value, we delete any tag with this
8304
- * key regardless of its value. If you specify a tag key with an empty string as the tag
8305
- * value, we delete the tag only if its value is an empty string.</p>
8306
- * <p>If you omit this parameter, we delete all user-defined tags for the specified
8307
- * resources. We do not delete Amazon Web Services-generated tags (tags that have the <code>aws:</code>
8308
- * prefix).</p>
8309
- * <p>Constraints: Up to 1000 tags.</p>
8310
- * @public
8311
- */
8312
- Tags?: Tag[] | undefined;
8313
- }
8314
- /**
8315
- * @public
8316
- */
8317
- export interface DeleteTrafficMirrorFilterRequest {
8318
- /**
8319
- * <p>The ID of the Traffic Mirror filter.</p>
8320
- * @public
8321
- */
8322
- TrafficMirrorFilterId: string | undefined;
8323
- /**
8324
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8325
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8326
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8327
- * @public
8328
- */
8329
- DryRun?: boolean | undefined;
8330
- }