@aws-sdk/client-ec2 3.842.0 → 3.844.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 (211) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +679 -169
  3. package/dist-es/EC2.js +4 -0
  4. package/dist-es/commands/DescribeCapacityBlockStatusCommand.js +22 -0
  5. package/dist-es/commands/DescribeCapacityBlocksCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_0.js +1 -0
  8. package/dist-es/models/models_1.js +1 -0
  9. package/dist-es/models/models_3.js +15 -6
  10. package/dist-es/models/models_4.js +6 -0
  11. package/dist-es/pagination/DescribeCapacityBlockStatusPaginator.js +4 -0
  12. package/dist-es/pagination/DescribeCapacityBlocksPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +3 -1
  14. package/dist-es/protocols/Aws_ec2.js +359 -60
  15. package/dist-es/waiters/index.js +4 -2
  16. package/dist-es/waiters/waitForSecurityGroupVpcAssociationAssociated.js +69 -0
  17. package/dist-es/waiters/waitForSecurityGroupVpcAssociationDisassociated.js +79 -0
  18. package/dist-types/EC2.d.ts +16 -0
  19. package/dist-types/EC2Client.d.ts +4 -2
  20. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  21. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  22. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  23. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  24. package/dist-types/commands/AssociateSecurityGroupVpcCommand.d.ts +1 -1
  25. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  26. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  27. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  28. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +5 -3
  30. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +3 -2
  31. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  54. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  55. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  67. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  68. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  105. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +6 -2
  106. package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +102 -0
  107. package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +106 -0
  108. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -1
  109. package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +2 -1
  110. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -2
  113. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +14 -59
  114. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  115. package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -1
  116. package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -0
  121. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  122. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -1
  124. package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
  127. package/dist-types/commands/DetachVolumeCommand.d.ts +3 -3
  128. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  129. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  130. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  131. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +2 -1
  132. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  133. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  134. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -2
  135. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  136. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  137. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  138. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +4 -2
  139. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  140. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +24 -2
  141. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  142. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  143. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  144. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  145. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  146. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  147. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -2
  148. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  149. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  150. package/dist-types/commands/RunInstancesCommand.d.ts +2 -1
  151. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  152. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  153. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  154. package/dist-types/commands/index.d.ts +2 -0
  155. package/dist-types/models/models_0.d.ts +7 -6
  156. package/dist-types/models/models_1.d.ts +14 -2
  157. package/dist-types/models/models_3.d.ts +329 -270
  158. package/dist-types/models/models_4.d.ts +288 -210
  159. package/dist-types/models/models_5.d.ts +217 -381
  160. package/dist-types/models/models_6.d.ts +381 -294
  161. package/dist-types/models/models_7.d.ts +301 -145
  162. package/dist-types/models/models_8.d.ts +141 -1
  163. package/dist-types/pagination/DescribeCapacityBlockStatusPaginator.d.ts +7 -0
  164. package/dist-types/pagination/DescribeCapacityBlocksPaginator.d.ts +7 -0
  165. package/dist-types/pagination/index.d.ts +3 -1
  166. package/dist-types/protocols/Aws_ec2.d.ts +18 -0
  167. package/dist-types/ts3.4/EC2.d.ts +36 -0
  168. package/dist-types/ts3.4/EC2Client.d.ts +12 -0
  169. package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +51 -0
  170. package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +51 -0
  171. package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +2 -4
  172. package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +4 -2
  175. package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -4
  176. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -4
  180. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +2 -4
  184. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +4 -2
  187. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +4 -2
  192. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  193. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  194. package/dist-types/ts3.4/models/models_1.d.ts +2 -0
  195. package/dist-types/ts3.4/models/models_3.d.ts +71 -57
  196. package/dist-types/ts3.4/models/models_4.d.ts +59 -52
  197. package/dist-types/ts3.4/models/models_5.d.ts +53 -72
  198. package/dist-types/ts3.4/models/models_6.d.ts +67 -54
  199. package/dist-types/ts3.4/models/models_7.d.ts +56 -38
  200. package/dist-types/ts3.4/models/models_8.d.ts +38 -0
  201. package/dist-types/ts3.4/pagination/DescribeCapacityBlockStatusPaginator.d.ts +11 -0
  202. package/dist-types/ts3.4/pagination/DescribeCapacityBlocksPaginator.d.ts +11 -0
  203. package/dist-types/ts3.4/pagination/index.d.ts +3 -1
  204. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +24 -0
  205. package/dist-types/ts3.4/waiters/index.d.ts +4 -2
  206. package/dist-types/ts3.4/waiters/waitForSecurityGroupVpcAssociationAssociated.d.ts +11 -0
  207. package/dist-types/ts3.4/waiters/waitForSecurityGroupVpcAssociationDisassociated.d.ts +11 -0
  208. package/dist-types/waiters/index.d.ts +4 -2
  209. package/dist-types/waiters/waitForSecurityGroupVpcAssociationAssociated.d.ts +14 -0
  210. package/dist-types/waiters/waitForSecurityGroupVpcAssociationDisassociated.d.ts +14 -0
  211. package/package.json +15 -15
@@ -1,10 +1,301 @@
1
- import { AddedPrincipal, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, HostMaintenance, HostRecovery, InstanceEventWindow, Ipv6SupportValue, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
1
+ import { AddedPrincipal, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, HostMaintenance, HostRecovery, InstanceEventWindow, Ipv6SupportValue, SecurityGroupReferencingSupportValue, SubnetAssociation, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
2
2
  import { _InstanceType, AttributeValue, BlockDeviceMapping, CapacityReservation, CapacityReservationInstancePlatform, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ClientRouteEnforcementOptions, ConnectionLogOptions, ConnectionTrackingSpecificationRequest, DiskImageFormat, EndDateType, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, InstanceBandwidthWeighting, InstanceEventWindowTimeRangeRequest, InstanceMatchCriteria, Ipam, IpamMeteredAccount, IpamPool, IpamResourceDiscovery, IpamScope, IpamTier, LaunchTemplate, Placement, PlatformValues, RequestIpamResourceTag, SelfServicePortal, ShutdownBehavior, TargetCapacitySpecificationRequest, VolumeType } from "./models_1";
3
- import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, InternetGatewayExclusionMode, IpAddressType, LocalGatewayRoute, ManagedPrefixList, RouteServer, RouteServerPersistRoutesAction, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnEcmpSupportValue } from "./models_2";
4
- import { Byoasn, CapacityBlockExtension, Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_3";
3
+ import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, InternetGatewayExclusionMode, IpAddressType, LocalGatewayRoute, ManagedPrefixList, RouteServer, RouteServerPersistRoutesAction, SubnetCidrReservation, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnEcmpSupportValue } from "./models_2";
4
+ import { Byoasn, CapacityBlock, CapacityBlockExtension, Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_3";
5
5
  import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImdsSupportValues, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStatusEvent, LaunchPermission, Monitoring, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, TpmSupportValues } from "./models_4";
6
6
  import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InternetGatewayBlockMode, LaunchTemplateConfig, LockState, PublicIpv4PoolRange, ReservedInstancesConfiguration, ScheduledInstance, SnapshotAttributeName, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
7
- import { InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, TransitGatewayMulticastDomainAssociation, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily } from "./models_6";
7
+ import { InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily } from "./models_6";
8
+ /**
9
+ * <p>The Spot placement score for this Region or Availability Zone. The score is calculated
10
+ * based on the assumption that the <code>capacity-optimized</code> allocation strategy is
11
+ * used and that all of the Availability Zones in the Region can be used.</p>
12
+ * @public
13
+ */
14
+ export interface SpotPlacementScore {
15
+ /**
16
+ * <p>The Region.</p>
17
+ * @public
18
+ */
19
+ Region?: string | undefined;
20
+ /**
21
+ * <p>The Availability Zone.</p>
22
+ * @public
23
+ */
24
+ AvailabilityZoneId?: string | undefined;
25
+ /**
26
+ * <p>The placement score, on a scale from <code>1</code> to <code>10</code>. A score of
27
+ * <code>10</code> indicates that your Spot request is highly likely to succeed in this
28
+ * Region or Availability Zone. A score of <code>1</code> indicates that your Spot request is
29
+ * not likely to succeed. </p>
30
+ * @public
31
+ */
32
+ Score?: number | undefined;
33
+ }
34
+ /**
35
+ * @public
36
+ */
37
+ export interface GetSpotPlacementScoresResult {
38
+ /**
39
+ * <p>The Spot placement score for the top 10 Regions or Availability Zones, scored on a scale
40
+ * from 1 to 10. Each score
41
+ reflects how likely it is that each Region or Availability Zone
42
+ * will succeed at fulfilling the specified target capacity
43
+ <i>at the time of the Spot
44
+ * placement score request</i>. A score of <code>10</code> means that your Spot
45
+ * capacity request is highly likely to succeed in that Region or Availability Zone. </p>
46
+ * <p>If you request a Spot placement score for Regions, a high score assumes that your fleet
47
+ * request will be configured to use all Availability Zones and the
48
+ * <code>capacity-optimized</code> allocation strategy. If you request a Spot placement
49
+ * score for Availability Zones, a high score assumes that your fleet request will be
50
+ * configured to use a single Availability Zone and the <code>capacity-optimized</code>
51
+ * allocation strategy.</p>
52
+ * <p>Different
53
+ Regions or Availability Zones might return the same score.</p>
54
+ * <note>
55
+ * <p>The Spot placement score serves as a recommendation only. No score guarantees that your
56
+ * Spot request will be fully or partially fulfilled.</p>
57
+ * </note>
58
+ * @public
59
+ */
60
+ SpotPlacementScores?: SpotPlacementScore[] | undefined;
61
+ /**
62
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
63
+ * are no more items to return.</p>
64
+ * @public
65
+ */
66
+ NextToken?: string | undefined;
67
+ }
68
+ /**
69
+ * @public
70
+ */
71
+ export interface GetSubnetCidrReservationsRequest {
72
+ /**
73
+ * <p>One or more filters.</p>
74
+ * <ul>
75
+ * <li>
76
+ * <p>
77
+ * <code>reservationType</code> - The type of reservation (<code>prefix</code> |
78
+ * <code>explicit</code>).</p>
79
+ * </li>
80
+ * <li>
81
+ * <p>
82
+ * <code>subnet-id</code> - The ID of the subnet.</p>
83
+ * </li>
84
+ * <li>
85
+ * <p>
86
+ * <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.
87
+ * 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>
88
+ * </li>
89
+ * <li>
90
+ * <p>
91
+ * <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>
92
+ * </li>
93
+ * </ul>
94
+ * @public
95
+ */
96
+ Filters?: Filter[] | undefined;
97
+ /**
98
+ * <p>The ID of the subnet.</p>
99
+ * @public
100
+ */
101
+ SubnetId: string | undefined;
102
+ /**
103
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
104
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
105
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
106
+ * @public
107
+ */
108
+ DryRun?: boolean | undefined;
109
+ /**
110
+ * <p>The token for the next page of results.</p>
111
+ * @public
112
+ */
113
+ NextToken?: string | undefined;
114
+ /**
115
+ * <p>The maximum number of results to return with a single call.
116
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
117
+ * @public
118
+ */
119
+ MaxResults?: number | undefined;
120
+ }
121
+ /**
122
+ * @public
123
+ */
124
+ export interface GetSubnetCidrReservationsResult {
125
+ /**
126
+ * <p>Information about the IPv4 subnet CIDR reservations.</p>
127
+ * @public
128
+ */
129
+ SubnetIpv4CidrReservations?: SubnetCidrReservation[] | undefined;
130
+ /**
131
+ * <p>Information about the IPv6 subnet CIDR reservations.</p>
132
+ * @public
133
+ */
134
+ SubnetIpv6CidrReservations?: SubnetCidrReservation[] | undefined;
135
+ /**
136
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
137
+ * @public
138
+ */
139
+ NextToken?: string | undefined;
140
+ }
141
+ /**
142
+ * @public
143
+ */
144
+ export interface GetTransitGatewayAttachmentPropagationsRequest {
145
+ /**
146
+ * <p>The ID of the attachment.</p>
147
+ * @public
148
+ */
149
+ TransitGatewayAttachmentId: string | undefined;
150
+ /**
151
+ * <p>One or more filters. The possible values are:</p>
152
+ * <ul>
153
+ * <li>
154
+ * <p>
155
+ * <code>transit-gateway-route-table-id</code> - The ID of the transit gateway route table.</p>
156
+ * </li>
157
+ * </ul>
158
+ * @public
159
+ */
160
+ Filters?: Filter[] | undefined;
161
+ /**
162
+ * <p>The maximum number of results to return with a single call.
163
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
164
+ * @public
165
+ */
166
+ MaxResults?: number | undefined;
167
+ /**
168
+ * <p>The token for the next page of results.</p>
169
+ * @public
170
+ */
171
+ NextToken?: string | undefined;
172
+ /**
173
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
174
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
175
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
176
+ * @public
177
+ */
178
+ DryRun?: boolean | undefined;
179
+ }
180
+ /**
181
+ * <p>Describes a propagation route table.</p>
182
+ * @public
183
+ */
184
+ export interface TransitGatewayAttachmentPropagation {
185
+ /**
186
+ * <p>The ID of the propagation route table.</p>
187
+ * @public
188
+ */
189
+ TransitGatewayRouteTableId?: string | undefined;
190
+ /**
191
+ * <p>The state of the propagation route table.</p>
192
+ * @public
193
+ */
194
+ State?: TransitGatewayPropagationState | undefined;
195
+ }
196
+ /**
197
+ * @public
198
+ */
199
+ export interface GetTransitGatewayAttachmentPropagationsResult {
200
+ /**
201
+ * <p>Information about the propagation route tables.</p>
202
+ * @public
203
+ */
204
+ TransitGatewayAttachmentPropagations?: TransitGatewayAttachmentPropagation[] | undefined;
205
+ /**
206
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
207
+ * @public
208
+ */
209
+ NextToken?: string | undefined;
210
+ }
211
+ /**
212
+ * @public
213
+ */
214
+ export interface GetTransitGatewayMulticastDomainAssociationsRequest {
215
+ /**
216
+ * <p>The ID of the transit gateway multicast domain.</p>
217
+ * @public
218
+ */
219
+ TransitGatewayMulticastDomainId: string | undefined;
220
+ /**
221
+ * <p>One or more filters. The possible values are:</p>
222
+ * <ul>
223
+ * <li>
224
+ * <p>
225
+ * <code>resource-id</code> - The ID of the resource.</p>
226
+ * </li>
227
+ * <li>
228
+ * <p>
229
+ * <code>resource-type</code> - The type of resource. The valid value is: <code>vpc</code>.</p>
230
+ * </li>
231
+ * <li>
232
+ * <p>
233
+ * <code>state</code> - The state of the subnet association. Valid values are
234
+ * <code>associated</code> | <code>associating</code> |
235
+ * <code>disassociated</code> | <code>disassociating</code>.</p>
236
+ * </li>
237
+ * <li>
238
+ * <p>
239
+ * <code>subnet-id</code> - The ID of the subnet.</p>
240
+ * </li>
241
+ * <li>
242
+ * <p>
243
+ * <code>transit-gateway-attachment-id</code> - The id of the transit gateway attachment.</p>
244
+ * </li>
245
+ * </ul>
246
+ * @public
247
+ */
248
+ Filters?: Filter[] | undefined;
249
+ /**
250
+ * <p>The maximum number of results to return with a single call.
251
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
252
+ * @public
253
+ */
254
+ MaxResults?: number | undefined;
255
+ /**
256
+ * <p>The token for the next page of results.</p>
257
+ * @public
258
+ */
259
+ NextToken?: string | undefined;
260
+ /**
261
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
262
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
263
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
264
+ * @public
265
+ */
266
+ DryRun?: boolean | undefined;
267
+ }
268
+ /**
269
+ * <p>Describes the resources associated with the transit gateway multicast domain.</p>
270
+ * @public
271
+ */
272
+ export interface TransitGatewayMulticastDomainAssociation {
273
+ /**
274
+ * <p>The ID of the transit gateway attachment.</p>
275
+ * @public
276
+ */
277
+ TransitGatewayAttachmentId?: string | undefined;
278
+ /**
279
+ * <p>The ID of the resource.</p>
280
+ * @public
281
+ */
282
+ ResourceId?: string | undefined;
283
+ /**
284
+ * <p>The type of resource, for example a VPC attachment.</p>
285
+ * @public
286
+ */
287
+ ResourceType?: TransitGatewayAttachmentResourceType | undefined;
288
+ /**
289
+ * <p> The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.</p>
290
+ * @public
291
+ */
292
+ ResourceOwnerId?: string | undefined;
293
+ /**
294
+ * <p>The subnet associated with the transit gateway multicast domain.</p>
295
+ * @public
296
+ */
297
+ Subnet?: SubnetAssociation | undefined;
298
+ }
8
299
  /**
9
300
  * @public
10
301
  */
@@ -2814,7 +3105,7 @@ export interface ModifyInstanceAttributeRequest {
2814
3105
  * attached. The volume must be owned by the caller. If no value is specified for
2815
3106
  * <code>DeleteOnTermination</code>, the default is <code>true</code> and the volume is
2816
3107
  * deleted when the instance is terminated. You can't modify the <code>DeleteOnTermination</code>
2817
- * attribute for volumes that are attached to Fargate tasks.</p>
3108
+ * attribute for volumes that are attached to Amazon Web Services-managed resources.</p>
2818
3109
  * <p>To add instance store volumes to an Amazon EBS-backed instance, you must add them when
2819
3110
  * you launch the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM">Update the block device mapping when launching an instance</a> in the
2820
3111
  * <i>Amazon EC2 User Guide</i>.</p>
@@ -7521,6 +7812,11 @@ export interface PurchaseCapacityBlockResult {
7521
7812
  * @public
7522
7813
  */
7523
7814
  CapacityReservation?: CapacityReservation | undefined;
7815
+ /**
7816
+ * <p>The Capacity Block.</p>
7817
+ * @public
7818
+ */
7819
+ CapacityBlocks?: CapacityBlock[] | undefined;
7524
7820
  }
7525
7821
  /**
7526
7822
  * @public
@@ -8107,146 +8403,6 @@ export interface RejectCapacityReservationBillingOwnershipResult {
8107
8403
  */
8108
8404
  Return?: boolean | undefined;
8109
8405
  }
8110
- /**
8111
- * @public
8112
- */
8113
- export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
8114
- /**
8115
- * <p>The ID of the transit gateway multicast domain.</p>
8116
- * @public
8117
- */
8118
- TransitGatewayMulticastDomainId?: string | undefined;
8119
- /**
8120
- * <p>The ID of the transit gateway attachment.</p>
8121
- * @public
8122
- */
8123
- TransitGatewayAttachmentId?: string | undefined;
8124
- /**
8125
- * <p>The IDs of the subnets to associate with the transit gateway multicast domain.</p>
8126
- * @public
8127
- */
8128
- SubnetIds?: string[] | undefined;
8129
- /**
8130
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8131
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8132
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8133
- * @public
8134
- */
8135
- DryRun?: boolean | undefined;
8136
- }
8137
- /**
8138
- * @public
8139
- */
8140
- export interface RejectTransitGatewayMulticastDomainAssociationsResult {
8141
- /**
8142
- * <p>Information about the multicast domain associations.</p>
8143
- * @public
8144
- */
8145
- Associations?: TransitGatewayMulticastDomainAssociations | undefined;
8146
- }
8147
- /**
8148
- * @public
8149
- */
8150
- export interface RejectTransitGatewayPeeringAttachmentRequest {
8151
- /**
8152
- * <p>The ID of the transit gateway peering attachment.</p>
8153
- * @public
8154
- */
8155
- TransitGatewayAttachmentId: string | undefined;
8156
- /**
8157
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8158
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8159
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8160
- * @public
8161
- */
8162
- DryRun?: boolean | undefined;
8163
- }
8164
- /**
8165
- * @public
8166
- */
8167
- export interface RejectTransitGatewayPeeringAttachmentResult {
8168
- /**
8169
- * <p>The transit gateway peering attachment.</p>
8170
- * @public
8171
- */
8172
- TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment | undefined;
8173
- }
8174
- /**
8175
- * @public
8176
- */
8177
- export interface RejectTransitGatewayVpcAttachmentRequest {
8178
- /**
8179
- * <p>The ID of the attachment.</p>
8180
- * @public
8181
- */
8182
- TransitGatewayAttachmentId: string | undefined;
8183
- /**
8184
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8185
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8186
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8187
- * @public
8188
- */
8189
- DryRun?: boolean | undefined;
8190
- }
8191
- /**
8192
- * @public
8193
- */
8194
- export interface RejectTransitGatewayVpcAttachmentResult {
8195
- /**
8196
- * <p>Information about the attachment.</p>
8197
- * @public
8198
- */
8199
- TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
8200
- }
8201
- /**
8202
- * @public
8203
- */
8204
- export interface RejectVpcEndpointConnectionsRequest {
8205
- /**
8206
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8207
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8208
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8209
- * @public
8210
- */
8211
- DryRun?: boolean | undefined;
8212
- /**
8213
- * <p>The ID of the service.</p>
8214
- * @public
8215
- */
8216
- ServiceId: string | undefined;
8217
- /**
8218
- * <p>The IDs of the VPC endpoints.</p>
8219
- * @public
8220
- */
8221
- VpcEndpointIds: string[] | undefined;
8222
- }
8223
- /**
8224
- * @public
8225
- */
8226
- export interface RejectVpcEndpointConnectionsResult {
8227
- /**
8228
- * <p>Information about the endpoints that were not rejected, if applicable.</p>
8229
- * @public
8230
- */
8231
- Unsuccessful?: UnsuccessfulItem[] | undefined;
8232
- }
8233
- /**
8234
- * @public
8235
- */
8236
- export interface RejectVpcPeeringConnectionRequest {
8237
- /**
8238
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8239
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8240
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8241
- * @public
8242
- */
8243
- DryRun?: boolean | undefined;
8244
- /**
8245
- * <p>The ID of the VPC peering connection.</p>
8246
- * @public
8247
- */
8248
- VpcPeeringConnectionId: string | undefined;
8249
- }
8250
8406
  /**
8251
8407
  * @internal
8252
8408
  */
@@ -1,10 +1,150 @@
1
- import { AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, UnsuccessfulItem } from "./models_0";
1
+ import { AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
2
2
  import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, MarketType, OperatorRequest, Placement, ShutdownBehavior, SpotInstanceType } from "./models_1";
3
3
  import { IcmpTypeCode, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, RuleAction, SnapshotState, SSEType, TransitGatewayRoute } from "./models_2";
4
4
  import { Filter } from "./models_3";
5
5
  import { ClientVpnConnectionStatus, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState } from "./models_4";
6
6
  import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_5";
7
7
  import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_7";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
12
+ /**
13
+ * <p>The ID of the transit gateway multicast domain.</p>
14
+ * @public
15
+ */
16
+ TransitGatewayMulticastDomainId?: string | undefined;
17
+ /**
18
+ * <p>The ID of the transit gateway attachment.</p>
19
+ * @public
20
+ */
21
+ TransitGatewayAttachmentId?: string | undefined;
22
+ /**
23
+ * <p>The IDs of the subnets to associate with the transit gateway multicast domain.</p>
24
+ * @public
25
+ */
26
+ SubnetIds?: string[] | undefined;
27
+ /**
28
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
29
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
30
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
31
+ * @public
32
+ */
33
+ DryRun?: boolean | undefined;
34
+ }
35
+ /**
36
+ * @public
37
+ */
38
+ export interface RejectTransitGatewayMulticastDomainAssociationsResult {
39
+ /**
40
+ * <p>Information about the multicast domain associations.</p>
41
+ * @public
42
+ */
43
+ Associations?: TransitGatewayMulticastDomainAssociations | undefined;
44
+ }
45
+ /**
46
+ * @public
47
+ */
48
+ export interface RejectTransitGatewayPeeringAttachmentRequest {
49
+ /**
50
+ * <p>The ID of the transit gateway peering attachment.</p>
51
+ * @public
52
+ */
53
+ TransitGatewayAttachmentId: string | undefined;
54
+ /**
55
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
56
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
57
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
58
+ * @public
59
+ */
60
+ DryRun?: boolean | undefined;
61
+ }
62
+ /**
63
+ * @public
64
+ */
65
+ export interface RejectTransitGatewayPeeringAttachmentResult {
66
+ /**
67
+ * <p>The transit gateway peering attachment.</p>
68
+ * @public
69
+ */
70
+ TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment | undefined;
71
+ }
72
+ /**
73
+ * @public
74
+ */
75
+ export interface RejectTransitGatewayVpcAttachmentRequest {
76
+ /**
77
+ * <p>The ID of the attachment.</p>
78
+ * @public
79
+ */
80
+ TransitGatewayAttachmentId: string | undefined;
81
+ /**
82
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
83
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
84
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
85
+ * @public
86
+ */
87
+ DryRun?: boolean | undefined;
88
+ }
89
+ /**
90
+ * @public
91
+ */
92
+ export interface RejectTransitGatewayVpcAttachmentResult {
93
+ /**
94
+ * <p>Information about the attachment.</p>
95
+ * @public
96
+ */
97
+ TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
98
+ }
99
+ /**
100
+ * @public
101
+ */
102
+ export interface RejectVpcEndpointConnectionsRequest {
103
+ /**
104
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
105
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
106
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
107
+ * @public
108
+ */
109
+ DryRun?: boolean | undefined;
110
+ /**
111
+ * <p>The ID of the service.</p>
112
+ * @public
113
+ */
114
+ ServiceId: string | undefined;
115
+ /**
116
+ * <p>The IDs of the VPC endpoints.</p>
117
+ * @public
118
+ */
119
+ VpcEndpointIds: string[] | undefined;
120
+ }
121
+ /**
122
+ * @public
123
+ */
124
+ export interface RejectVpcEndpointConnectionsResult {
125
+ /**
126
+ * <p>Information about the endpoints that were not rejected, if applicable.</p>
127
+ * @public
128
+ */
129
+ Unsuccessful?: UnsuccessfulItem[] | undefined;
130
+ }
131
+ /**
132
+ * @public
133
+ */
134
+ export interface RejectVpcPeeringConnectionRequest {
135
+ /**
136
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
137
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
138
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
139
+ * @public
140
+ */
141
+ DryRun?: boolean | undefined;
142
+ /**
143
+ * <p>The ID of the VPC peering connection.</p>
144
+ * @public
145
+ */
146
+ VpcPeeringConnectionId: string | undefined;
147
+ }
8
148
  /**
9
149
  * @public
10
150
  */
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { DescribeCapacityBlockStatusCommandInput, DescribeCapacityBlockStatusCommandOutput } from "../commands/DescribeCapacityBlockStatusCommand";
3
+ import { EC2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateDescribeCapacityBlockStatus: (config: EC2PaginationConfiguration, input: DescribeCapacityBlockStatusCommandInput, ...rest: any[]) => Paginator<DescribeCapacityBlockStatusCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { DescribeCapacityBlocksCommandInput, DescribeCapacityBlocksCommandOutput } from "../commands/DescribeCapacityBlocksCommand";
3
+ import { EC2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateDescribeCapacityBlocks: (config: EC2PaginationConfiguration, input: DescribeCapacityBlocksCommandInput, ...rest: any[]) => Paginator<DescribeCapacityBlocksCommandOutput>;
@@ -5,10 +5,12 @@ export * from "./DescribeByoipCidrsPaginator";
5
5
  export * from "./DescribeCapacityBlockExtensionHistoryPaginator";
6
6
  export * from "./DescribeCapacityBlockExtensionOfferingsPaginator";
7
7
  export * from "./DescribeCapacityBlockOfferingsPaginator";
8
+ export * from "./DescribeCapacityBlockStatusPaginator";
9
+ export * from "./DescribeCapacityBlocksPaginator";
8
10
  export * from "./DescribeCapacityReservationBillingRequestsPaginator";
11
+ export * from "./Interfaces";
9
12
  export * from "./DescribeCapacityReservationFleetsPaginator";
10
13
  export * from "./DescribeCapacityReservationsPaginator";
11
- export * from "./Interfaces";
12
14
  export * from "./DescribeCarrierGatewaysPaginator";
13
15
  export * from "./DescribeClassicLinkInstancesPaginator";
14
16
  export * from "./DescribeClientVpnAuthorizationRulesPaginator";