@aws-sdk/client-ec2 3.1102.0 → 3.1104.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 (352) hide show
  1. package/README.md +70 -0
  2. package/dist-cjs/index.js +977 -330
  3. package/dist-es/EC2.js +20 -0
  4. package/dist-es/commands/AssociateApplicationStatusCheckCommand.js +4 -0
  5. package/dist-es/commands/CreateApplicationStatusCheckCommand.js +4 -0
  6. package/dist-es/commands/DeleteApplicationStatusCheckCommand.js +4 -0
  7. package/dist-es/commands/DescribeApplicationStatusCheckAssociationsCommand.js +4 -0
  8. package/dist-es/commands/DescribeApplicationStatusChecksCommand.js +4 -0
  9. package/dist-es/commands/DescribeApplicationStatusCommand.js +4 -0
  10. package/dist-es/commands/DisableApplicationStatusCheckSuppressionCommand.js +4 -0
  11. package/dist-es/commands/DisassociateApplicationStatusCheckCommand.js +4 -0
  12. package/dist-es/commands/EnableApplicationStatusCheckSuppressionCommand.js +4 -0
  13. package/dist-es/commands/ModifyApplicationStatusCheckCommand.js +4 -0
  14. package/dist-es/commands/index.js +10 -0
  15. package/dist-es/models/enums.js +42 -7
  16. package/dist-es/schemas/schemas_0.js +827 -322
  17. package/dist-types/EC2.d.ts +75 -0
  18. package/dist-types/EC2Client.d.ts +12 -2
  19. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  20. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  21. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  22. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  23. package/dist-types/commands/AssociateApplicationStatusCheckCommand.d.ts +144 -0
  24. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.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/BundleInstanceCommand.d.ts +3 -3
  28. package/dist-types/commands/CancelBundleTaskCommand.d.ts +4 -0
  29. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  30. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  31. package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateApplicationStatusCheckCommand.d.ts +206 -0
  33. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +3 -2
  40. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
  43. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
  44. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -2
  45. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  68. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  69. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  81. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +3 -2
  84. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
  86. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
  88. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
  89. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +2 -2
  92. package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  116. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  117. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  118. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
  120. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  121. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  123. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  124. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  125. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  126. package/dist-types/commands/DeleteApplicationStatusCheckCommand.d.ts +147 -0
  127. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  128. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  129. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  130. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  131. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  132. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  133. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  134. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeApplicationStatusCheckAssociationsCommand.d.ts +105 -0
  136. package/dist-types/commands/DescribeApplicationStatusChecksCommand.d.ts +205 -0
  137. package/dist-types/commands/DescribeApplicationStatusCommand.d.ts +131 -0
  138. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +2 -1
  139. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
  144. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
  146. package/dist-types/commands/DescribeImageReferencesCommand.d.ts +1 -1
  147. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +10 -0
  148. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  149. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -1
  150. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  151. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  152. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
  153. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  154. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  155. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  156. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  157. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  158. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  159. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -4
  160. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  161. package/dist-types/commands/DisableApplicationStatusCheckSuppressionCommand.d.ts +111 -0
  162. package/dist-types/commands/DisassociateApplicationStatusCheckCommand.d.ts +135 -0
  163. package/dist-types/commands/EnableApplicationStatusCheckSuppressionCommand.d.ts +125 -0
  164. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +2 -1
  165. package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  166. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  167. package/dist-types/commands/EnableIpamPolicyCommand.d.ts +1 -1
  168. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  169. package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  170. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  171. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  172. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  173. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  174. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  175. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  176. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  177. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  178. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  179. package/dist-types/commands/ExportImageCommand.d.ts +2 -2
  180. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  181. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  182. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  183. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  184. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  185. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyApplicationStatusCheckCommand.d.ts +180 -0
  187. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
  194. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  195. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  198. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  199. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  200. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  201. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  202. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  203. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -2
  204. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -1
  205. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  206. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  207. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  208. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  209. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  210. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  211. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
  212. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  213. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  214. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  215. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  216. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
  217. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  218. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
  219. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
  220. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  221. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  222. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  223. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  224. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  225. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  226. package/dist-types/commands/index.d.ts +10 -0
  227. package/dist-types/models/enums.d.ts +105 -14
  228. package/dist-types/models/models_0.d.ts +1179 -1191
  229. package/dist-types/models/models_1.d.ts +7739 -7823
  230. package/dist-types/models/models_2.d.ts +567 -266
  231. package/dist-types/models/models_3.d.ts +3717 -4040
  232. package/dist-types/models/models_4.d.ts +7901 -8148
  233. package/dist-types/models/models_5.d.ts +5362 -4661
  234. package/dist-types/models/models_6.d.ts +4604 -5062
  235. package/dist-types/models/models_7.d.ts +4821 -4652
  236. package/dist-types/models/models_8.d.ts +1160 -2
  237. package/dist-types/schemas/schemas_0.d.ts +50 -0
  238. package/dist-types/ts3.4/EC2.d.ts +175 -0
  239. package/dist-types/ts3.4/EC2Client.d.ts +60 -0
  240. package/dist-types/ts3.4/commands/AssociateApplicationStatusCheckCommand.d.ts +42 -0
  241. package/dist-types/ts3.4/commands/CreateApplicationStatusCheckCommand.d.ts +42 -0
  242. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +2 -1
  243. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -2
  248. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -4
  249. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/DeleteApplicationStatusCheckCommand.d.ts +42 -0
  255. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/DescribeApplicationStatusCheckAssociationsCommand.d.ts +42 -0
  264. package/dist-types/ts3.4/commands/DescribeApplicationStatusChecksCommand.d.ts +42 -0
  265. package/dist-types/ts3.4/commands/DescribeApplicationStatusCommand.d.ts +42 -0
  266. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +2 -1
  267. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
  274. package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -4
  276. package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -2
  286. package/dist-types/ts3.4/commands/DisableApplicationStatusCheckSuppressionCommand.d.ts +42 -0
  287. package/dist-types/ts3.4/commands/DisassociateApplicationStatusCheckCommand.d.ts +42 -0
  288. package/dist-types/ts3.4/commands/EnableApplicationStatusCheckSuppressionCommand.d.ts +42 -0
  289. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +2 -4
  290. package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/EnableIpamPolicyCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  294. package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  295. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  296. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
  300. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  301. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  302. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  303. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  304. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  305. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  306. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  307. package/dist-types/ts3.4/commands/ModifyApplicationStatusCheckCommand.d.ts +42 -0
  308. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  309. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  310. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  311. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  312. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  313. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  314. package/dist-types/ts3.4/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
  315. package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  316. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  317. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  318. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  319. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  320. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  321. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  322. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  323. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  324. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -2
  325. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
  326. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  327. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  328. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  329. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  330. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  331. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
  332. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  333. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  334. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  335. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  336. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  337. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  338. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  339. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  340. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  341. package/dist-types/ts3.4/models/enums.d.ts +53 -8
  342. package/dist-types/ts3.4/models/models_0.d.ts +103 -86
  343. package/dist-types/ts3.4/models/models_1.d.ts +86 -110
  344. package/dist-types/ts3.4/models/models_2.d.ts +124 -70
  345. package/dist-types/ts3.4/models/models_3.d.ts +148 -204
  346. package/dist-types/ts3.4/models/models_4.d.ts +204 -224
  347. package/dist-types/ts3.4/models/models_5.d.ts +267 -182
  348. package/dist-types/ts3.4/models/models_6.d.ts +203 -257
  349. package/dist-types/ts3.4/models/models_7.d.ts +250 -238
  350. package/dist-types/ts3.4/models/models_8.d.ts +235 -1
  351. package/dist-types/ts3.4/schemas/schemas_0.d.ts +50 -0
  352. package/package.json +4 -4
@@ -1,11 +1,15 @@
1
1
  import {
2
2
  _InstanceType,
3
+ AllocationState,
4
+ AllowsMultipleInstanceTypes,
5
+ AmdSevSnp,
3
6
  AmdSevSnpSpecification,
4
7
  AnalysisStatus,
5
8
  ArchitectureType,
6
9
  ArchitectureValues,
7
10
  AttachmentLimitType,
8
11
  AttachmentStatus,
12
+ AutoPlacement,
9
13
  BandwidthWeightingType,
10
14
  BootModeType,
11
15
  BootModeValues,
@@ -19,13 +23,17 @@ import {
19
23
  EnaSupport,
20
24
  EphemeralNvmeSupport,
21
25
  EventCode,
22
- EventType,
23
26
  FindingsFound,
24
27
  FlexibleEnaQueuesSupport,
25
28
  HaStatus,
29
+ HostMaintenance,
26
30
  HostnameType,
31
+ HostRecovery,
27
32
  HttpTokensState,
28
33
  HypervisorType,
34
+ ImageAttributeName,
35
+ ImageReferenceOptionName,
36
+ ImageReferenceResourceType,
29
37
  ImageState,
30
38
  ImageTypeValues,
31
39
  ImdsSupportValues,
@@ -54,58 +62,49 @@ import {
54
62
  NitroTpmSupport,
55
63
  OfferingClassType,
56
64
  OfferingTypeValues,
65
+ PaymentOption,
57
66
  PermissionGroup,
58
67
  PhcSupport,
59
68
  PlacementGroupStrategy,
60
69
  PlatformValues,
61
70
  RebootMigrationSupport,
62
71
  RecurringChargeFrequency,
72
+ ReservationState,
63
73
  ReservedInstanceState,
64
- ResourceType,
65
74
  RIProductDescription,
66
75
  RootDeviceType,
67
76
  Scope,
68
77
  SecondaryInterfaceStatus,
69
78
  SecondaryInterfaceType,
70
79
  SecondaryNetworkType,
71
- SecurityGroupVpcAssociationState,
72
- ServiceLinkVirtualInterfaceConfigurationState,
73
- SnapshotAttributeName,
74
- SnapshotState,
75
80
  SqlServerLicenseUsage,
76
81
  StatusName,
77
82
  StatusType,
78
- StorageTier,
79
83
  SummaryStatus,
80
84
  SupportedAdditionalProcessorFeature,
81
85
  Tenancy,
82
- TieringOperationStatus,
83
86
  TpmSupportValues,
84
87
  UsageClassType,
85
88
  VirtualizationType,
86
89
  } from "./enums";
87
90
  import {
88
- ActiveInstance,
89
91
  AlternatePathHint,
90
92
  Explanation,
91
93
  IamInstanceProfile,
94
+ IamInstanceProfileAssociation,
92
95
  InstanceEventWindow,
93
96
  IpamPoolAllocation,
94
97
  IpamResourceDiscoveryAssociation,
95
- IpPermission,
96
98
  OperatorResponse,
97
99
  PathComponent,
98
100
  ReservedInstancesListing,
99
- SecurityGroupRule,
100
101
  Tag,
101
102
  } from "./models_0";
102
103
  import {
103
104
  AttributeValue,
104
105
  BlockDeviceMapping,
105
106
  CapacityReservationTargetResponse,
106
- ConnectionTrackingSpecificationRequest,
107
107
  Ec2InstanceConnectEndpoint,
108
- EnaSrdSpecificationRequest,
109
108
  GroupIdentifier,
110
109
  InstanceIpv6Address,
111
110
  InternetGateway,
@@ -117,8 +116,6 @@ import {
117
116
  IpamPrefixListResolverTarget,
118
117
  IpamResourceDiscovery,
119
118
  IpamScope,
120
- Ipv4PrefixSpecificationRequest,
121
- Ipv6PrefixSpecificationRequest,
122
119
  LaunchTemplate,
123
120
  LaunchTemplateVersion,
124
121
  LocalGatewayRouteTable,
@@ -137,28 +134,208 @@ import {
137
134
  NetworkInterfacePermission,
138
135
  Placement,
139
136
  PlacementGroup,
140
- PrivateIpAddressSpecification,
141
- ReplaceRootVolumeTask,
142
- RouteServer,
143
- RouteServerEndpoint,
144
137
  StateReason,
145
138
  } from "./models_1";
146
139
  import {
140
+ ReplaceRootVolumeTask,
141
+ RouteServer,
142
+ RouteServerEndpoint,
147
143
  RouteServerPeer,
148
144
  RouteTable,
149
145
  SecondaryNetwork,
150
146
  SecondarySubnet,
151
- Snapshot,
152
- SpotDatafeedSubscription,
153
147
  } from "./models_2";
154
148
  import {
155
149
  Byoasn,
156
- EventInformation,
157
150
  Filter,
151
+ FpgaImage,
158
152
  IdFormat,
159
153
  InstanceTagNotificationAttribute,
160
154
  ProductCode,
161
155
  } from "./models_3";
156
+ export interface DescribeFpgaImagesResult {
157
+ FpgaImages?: FpgaImage[] | undefined;
158
+ NextToken?: string | undefined;
159
+ }
160
+ export interface DescribeHostReservationOfferingsRequest {
161
+ Filter?: Filter[] | undefined;
162
+ MaxDuration?: number | undefined;
163
+ MaxResults?: number | undefined;
164
+ MinDuration?: number | undefined;
165
+ NextToken?: string | undefined;
166
+ OfferingId?: string | undefined;
167
+ }
168
+ export interface HostOffering {
169
+ CurrencyCode?: CurrencyCodeValues | undefined;
170
+ Duration?: number | undefined;
171
+ HourlyPrice?: string | undefined;
172
+ InstanceFamily?: string | undefined;
173
+ OfferingId?: string | undefined;
174
+ PaymentOption?: PaymentOption | undefined;
175
+ UpfrontPrice?: string | undefined;
176
+ }
177
+ export interface DescribeHostReservationOfferingsResult {
178
+ NextToken?: string | undefined;
179
+ OfferingSet?: HostOffering[] | undefined;
180
+ }
181
+ export interface DescribeHostReservationsRequest {
182
+ Filter?: Filter[] | undefined;
183
+ HostReservationIdSet?: string[] | undefined;
184
+ MaxResults?: number | undefined;
185
+ NextToken?: string | undefined;
186
+ }
187
+ export interface HostReservation {
188
+ Count?: number | undefined;
189
+ CurrencyCode?: CurrencyCodeValues | undefined;
190
+ Duration?: number | undefined;
191
+ End?: Date | undefined;
192
+ HostIdSet?: string[] | undefined;
193
+ HostReservationId?: string | undefined;
194
+ HourlyPrice?: string | undefined;
195
+ InstanceFamily?: string | undefined;
196
+ OfferingId?: string | undefined;
197
+ PaymentOption?: PaymentOption | undefined;
198
+ Start?: Date | undefined;
199
+ State?: ReservationState | undefined;
200
+ UpfrontPrice?: string | undefined;
201
+ Tags?: Tag[] | undefined;
202
+ }
203
+ export interface DescribeHostReservationsResult {
204
+ HostReservationSet?: HostReservation[] | undefined;
205
+ NextToken?: string | undefined;
206
+ }
207
+ export interface DescribeHostsRequest {
208
+ HostIds?: string[] | undefined;
209
+ NextToken?: string | undefined;
210
+ MaxResults?: number | undefined;
211
+ Filter?: Filter[] | undefined;
212
+ }
213
+ export interface InstanceCapacity {
214
+ AvailableCapacity?: number | undefined;
215
+ InstanceType?: string | undefined;
216
+ TotalCapacity?: number | undefined;
217
+ }
218
+ export interface AvailableCapacity {
219
+ AvailableInstanceCapacity?: InstanceCapacity[] | undefined;
220
+ AvailableVCpus?: number | undefined;
221
+ }
222
+ export interface HostCpuOptions {
223
+ AmdSevSnp?: AmdSevSnp | undefined;
224
+ }
225
+ export interface HostProperties {
226
+ Cores?: number | undefined;
227
+ InstanceType?: string | undefined;
228
+ InstanceFamily?: string | undefined;
229
+ Sockets?: number | undefined;
230
+ TotalVCpus?: number | undefined;
231
+ }
232
+ export interface HostInstance {
233
+ InstanceId?: string | undefined;
234
+ InstanceType?: string | undefined;
235
+ OwnerId?: string | undefined;
236
+ }
237
+ export interface Host {
238
+ AutoPlacement?: AutoPlacement | undefined;
239
+ AvailabilityZone?: string | undefined;
240
+ AvailableCapacity?: AvailableCapacity | undefined;
241
+ ClientToken?: string | undefined;
242
+ HostId?: string | undefined;
243
+ HostProperties?: HostProperties | undefined;
244
+ HostReservationId?: string | undefined;
245
+ Instances?: HostInstance[] | undefined;
246
+ State?: AllocationState | undefined;
247
+ AllocationTime?: Date | undefined;
248
+ ReleaseTime?: Date | undefined;
249
+ Tags?: Tag[] | undefined;
250
+ HostRecovery?: HostRecovery | undefined;
251
+ AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | undefined;
252
+ OwnerId?: string | undefined;
253
+ AvailabilityZoneId?: string | undefined;
254
+ MemberOfServiceLinkedResourceGroup?: boolean | undefined;
255
+ OutpostArn?: string | undefined;
256
+ HostMaintenance?: HostMaintenance | undefined;
257
+ AssetId?: string | undefined;
258
+ CpuOptions?: HostCpuOptions | undefined;
259
+ }
260
+ export interface DescribeHostsResult {
261
+ Hosts?: Host[] | undefined;
262
+ NextToken?: string | undefined;
263
+ }
264
+ export interface DescribeIamInstanceProfileAssociationsRequest {
265
+ AssociationIds?: string[] | undefined;
266
+ Filters?: Filter[] | undefined;
267
+ MaxResults?: number | undefined;
268
+ NextToken?: string | undefined;
269
+ }
270
+ export interface DescribeIamInstanceProfileAssociationsResult {
271
+ IamInstanceProfileAssociations?: IamInstanceProfileAssociation[] | undefined;
272
+ NextToken?: string | undefined;
273
+ }
274
+ export interface DescribeIdentityIdFormatRequest {
275
+ Resource?: string | undefined;
276
+ PrincipalArn: string | undefined;
277
+ }
278
+ export interface DescribeIdentityIdFormatResult {
279
+ Statuses?: IdFormat[] | undefined;
280
+ }
281
+ export interface DescribeIdFormatRequest {
282
+ Resource?: string | undefined;
283
+ }
284
+ export interface DescribeIdFormatResult {
285
+ Statuses?: IdFormat[] | undefined;
286
+ }
287
+ export interface DescribeImageAttributeRequest {
288
+ Attribute: ImageAttributeName | undefined;
289
+ ImageId: string | undefined;
290
+ DryRun?: boolean | undefined;
291
+ }
292
+ export interface LaunchPermission {
293
+ OrganizationArn?: string | undefined;
294
+ OrganizationalUnitArn?: string | undefined;
295
+ UserId?: string | undefined;
296
+ Group?: PermissionGroup | undefined;
297
+ }
298
+ export interface ImageAttribute {
299
+ Description?: AttributeValue | undefined;
300
+ KernelId?: AttributeValue | undefined;
301
+ RamdiskId?: AttributeValue | undefined;
302
+ SriovNetSupport?: AttributeValue | undefined;
303
+ BootMode?: AttributeValue | undefined;
304
+ TpmSupport?: AttributeValue | undefined;
305
+ UefiData?: AttributeValue | undefined;
306
+ LastLaunchedTime?: AttributeValue | undefined;
307
+ ImdsSupport?: AttributeValue | undefined;
308
+ DeregistrationProtection?: AttributeValue | undefined;
309
+ ImageId?: string | undefined;
310
+ LaunchPermissions?: LaunchPermission[] | undefined;
311
+ ProductCodes?: ProductCode[] | undefined;
312
+ BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
313
+ }
314
+ export interface ResourceTypeOption {
315
+ OptionName?: ImageReferenceOptionName | undefined;
316
+ OptionValues?: string[] | undefined;
317
+ }
318
+ export interface ResourceTypeRequest {
319
+ ResourceType?: ImageReferenceResourceType | undefined;
320
+ ResourceTypeOptions?: ResourceTypeOption[] | undefined;
321
+ }
322
+ export interface DescribeImageReferencesRequest {
323
+ ImageIds: string[] | undefined;
324
+ IncludeAllResourceTypes?: boolean | undefined;
325
+ ResourceTypes?: ResourceTypeRequest[] | undefined;
326
+ NextToken?: string | undefined;
327
+ DryRun?: boolean | undefined;
328
+ MaxResults?: number | undefined;
329
+ }
330
+ export interface ImageReference {
331
+ ImageId?: string | undefined;
332
+ ResourceType?: ImageReferenceResourceType | undefined;
333
+ Arn?: string | undefined;
334
+ }
335
+ export interface DescribeImageReferencesResult {
336
+ NextToken?: string | undefined;
337
+ ImageReferences?: ImageReference[] | undefined;
338
+ }
162
339
  export interface DescribeImagesRequest {
163
340
  ExecutableUsers?: string[] | undefined;
164
341
  ImageIds?: string[] | undefined;
@@ -739,6 +916,10 @@ export interface DescribeInstanceStatusRequest {
739
916
  Filters?: Filter[] | undefined;
740
917
  IncludeAllInstances?: boolean | undefined;
741
918
  }
919
+ export interface ApplicationStatusSummary {
920
+ Status?: SummaryStatus | undefined;
921
+ ImpairedSince?: Date | undefined;
922
+ }
742
923
  export interface EbsStatusDetails {
743
924
  ImpairedSince?: Date | undefined;
744
925
  Name?: StatusName | undefined;
@@ -776,6 +957,7 @@ export interface InstanceStatus {
776
957
  InstanceStatus?: InstanceStatusSummary | undefined;
777
958
  SystemStatus?: InstanceStatusSummary | undefined;
778
959
  AttachedEbsStatus?: EbsStatusSummary | undefined;
960
+ ApplicationStatus?: ApplicationStatusSummary | undefined;
779
961
  }
780
962
  export interface DescribeInstanceStatusResult {
781
963
  InstanceStatuses?: InstanceStatus[] | undefined;
@@ -1965,205 +2147,3 @@ export interface DescribeSecurityGroupRulesRequest {
1965
2147
  NextToken?: string | undefined;
1966
2148
  MaxResults?: number | undefined;
1967
2149
  }
1968
- export interface DescribeSecurityGroupRulesResult {
1969
- SecurityGroupRules?: SecurityGroupRule[] | undefined;
1970
- NextToken?: string | undefined;
1971
- }
1972
- export interface DescribeSecurityGroupsRequest {
1973
- GroupIds?: string[] | undefined;
1974
- GroupNames?: string[] | undefined;
1975
- NextToken?: string | undefined;
1976
- MaxResults?: number | undefined;
1977
- DryRun?: boolean | undefined;
1978
- Filters?: Filter[] | undefined;
1979
- }
1980
- export interface SecurityGroup {
1981
- GroupId?: string | undefined;
1982
- IpPermissionsEgress?: IpPermission[] | undefined;
1983
- Tags?: Tag[] | undefined;
1984
- VpcId?: string | undefined;
1985
- SecurityGroupArn?: string | undefined;
1986
- OwnerId?: string | undefined;
1987
- GroupName?: string | undefined;
1988
- Description?: string | undefined;
1989
- IpPermissions?: IpPermission[] | undefined;
1990
- }
1991
- export interface DescribeSecurityGroupsResult {
1992
- NextToken?: string | undefined;
1993
- SecurityGroups?: SecurityGroup[] | undefined;
1994
- }
1995
- export interface DescribeSecurityGroupVpcAssociationsRequest {
1996
- Filters?: Filter[] | undefined;
1997
- NextToken?: string | undefined;
1998
- MaxResults?: number | undefined;
1999
- DryRun?: boolean | undefined;
2000
- }
2001
- export interface SecurityGroupVpcAssociation {
2002
- GroupId?: string | undefined;
2003
- VpcId?: string | undefined;
2004
- VpcOwnerId?: string | undefined;
2005
- State?: SecurityGroupVpcAssociationState | undefined;
2006
- StateReason?: string | undefined;
2007
- GroupOwnerId?: string | undefined;
2008
- }
2009
- export interface DescribeSecurityGroupVpcAssociationsResult {
2010
- SecurityGroupVpcAssociations?: SecurityGroupVpcAssociation[] | undefined;
2011
- NextToken?: string | undefined;
2012
- }
2013
- export interface DescribeServiceLinkVirtualInterfacesRequest {
2014
- ServiceLinkVirtualInterfaceIds?: string[] | undefined;
2015
- Filters?: Filter[] | undefined;
2016
- MaxResults?: number | undefined;
2017
- NextToken?: string | undefined;
2018
- DryRun?: boolean | undefined;
2019
- }
2020
- export interface ServiceLinkVirtualInterface {
2021
- ServiceLinkVirtualInterfaceId?: string | undefined;
2022
- ServiceLinkVirtualInterfaceArn?: string | undefined;
2023
- OutpostId?: string | undefined;
2024
- OutpostArn?: string | undefined;
2025
- OwnerId?: string | undefined;
2026
- LocalAddress?: string | undefined;
2027
- PeerAddress?: string | undefined;
2028
- PeerBgpAsn?: number | undefined;
2029
- Vlan?: number | undefined;
2030
- OutpostLagId?: string | undefined;
2031
- Tags?: Tag[] | undefined;
2032
- ConfigurationState?: ServiceLinkVirtualInterfaceConfigurationState | undefined;
2033
- }
2034
- export interface DescribeServiceLinkVirtualInterfacesResult {
2035
- ServiceLinkVirtualInterfaces?: ServiceLinkVirtualInterface[] | undefined;
2036
- NextToken?: string | undefined;
2037
- }
2038
- export interface DescribeSnapshotAttributeRequest {
2039
- Attribute: SnapshotAttributeName | undefined;
2040
- SnapshotId: string | undefined;
2041
- DryRun?: boolean | undefined;
2042
- }
2043
- export interface CreateVolumePermission {
2044
- UserId?: string | undefined;
2045
- Group?: PermissionGroup | undefined;
2046
- }
2047
- export interface DescribeSnapshotAttributeResult {
2048
- ProductCodes?: ProductCode[] | undefined;
2049
- SnapshotId?: string | undefined;
2050
- CreateVolumePermissions?: CreateVolumePermission[] | undefined;
2051
- }
2052
- export interface DescribeSnapshotsRequest {
2053
- MaxResults?: number | undefined;
2054
- NextToken?: string | undefined;
2055
- OwnerIds?: string[] | undefined;
2056
- RestorableByUserIds?: string[] | undefined;
2057
- SnapshotIds?: string[] | undefined;
2058
- DryRun?: boolean | undefined;
2059
- Filters?: Filter[] | undefined;
2060
- }
2061
- export interface DescribeSnapshotsResult {
2062
- NextToken?: string | undefined;
2063
- Snapshots?: Snapshot[] | undefined;
2064
- }
2065
- export interface DescribeSnapshotTierStatusRequest {
2066
- Filters?: Filter[] | undefined;
2067
- DryRun?: boolean | undefined;
2068
- NextToken?: string | undefined;
2069
- MaxResults?: number | undefined;
2070
- }
2071
- export interface SnapshotTierStatus {
2072
- SnapshotId?: string | undefined;
2073
- VolumeId?: string | undefined;
2074
- Status?: SnapshotState | undefined;
2075
- OwnerId?: string | undefined;
2076
- Tags?: Tag[] | undefined;
2077
- StorageTier?: StorageTier | undefined;
2078
- LastTieringStartTime?: Date | undefined;
2079
- LastTieringProgress?: number | undefined;
2080
- LastTieringOperationStatus?: TieringOperationStatus | undefined;
2081
- LastTieringOperationStatusDetail?: string | undefined;
2082
- ArchivalCompleteTime?: Date | undefined;
2083
- RestoreExpiryTime?: Date | undefined;
2084
- }
2085
- export interface DescribeSnapshotTierStatusResult {
2086
- SnapshotTierStatuses?: SnapshotTierStatus[] | undefined;
2087
- NextToken?: string | undefined;
2088
- }
2089
- export interface DescribeSpotDatafeedSubscriptionRequest {
2090
- DryRun?: boolean | undefined;
2091
- }
2092
- export interface DescribeSpotDatafeedSubscriptionResult {
2093
- SpotDatafeedSubscription?: SpotDatafeedSubscription | undefined;
2094
- }
2095
- export interface DescribeSpotFleetInstancesRequest {
2096
- DryRun?: boolean | undefined;
2097
- SpotFleetRequestId: string | undefined;
2098
- NextToken?: string | undefined;
2099
- MaxResults?: number | undefined;
2100
- }
2101
- export interface DescribeSpotFleetInstancesResponse {
2102
- ActiveInstances?: ActiveInstance[] | undefined;
2103
- NextToken?: string | undefined;
2104
- SpotFleetRequestId?: string | undefined;
2105
- }
2106
- export interface DescribeSpotFleetRequestHistoryRequest {
2107
- DryRun?: boolean | undefined;
2108
- SpotFleetRequestId: string | undefined;
2109
- EventType?: EventType | undefined;
2110
- StartTime: Date | undefined;
2111
- NextToken?: string | undefined;
2112
- MaxResults?: number | undefined;
2113
- }
2114
- export interface HistoryRecord {
2115
- EventInformation?: EventInformation | undefined;
2116
- EventType?: EventType | undefined;
2117
- Timestamp?: Date | undefined;
2118
- }
2119
- export interface DescribeSpotFleetRequestHistoryResponse {
2120
- HistoryRecords?: HistoryRecord[] | undefined;
2121
- LastEvaluatedTime?: Date | undefined;
2122
- NextToken?: string | undefined;
2123
- SpotFleetRequestId?: string | undefined;
2124
- StartTime?: Date | undefined;
2125
- }
2126
- export interface DescribeSpotFleetRequestsRequest {
2127
- DryRun?: boolean | undefined;
2128
- SpotFleetRequestIds?: string[] | undefined;
2129
- NextToken?: string | undefined;
2130
- MaxResults?: number | undefined;
2131
- }
2132
- export interface SpotFleetMonitoring {
2133
- Enabled?: boolean | undefined;
2134
- }
2135
- export interface InstanceNetworkInterfaceSpecification {
2136
- AssociatePublicIpAddress?: boolean | undefined;
2137
- DeleteOnTermination?: boolean | undefined;
2138
- Description?: string | undefined;
2139
- DeviceIndex?: number | undefined;
2140
- Groups?: string[] | undefined;
2141
- Ipv6AddressCount?: number | undefined;
2142
- Ipv6Addresses?: InstanceIpv6Address[] | undefined;
2143
- NetworkInterfaceId?: string | undefined;
2144
- PrivateIpAddress?: string | undefined;
2145
- PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
2146
- SecondaryPrivateIpAddressCount?: number | undefined;
2147
- SubnetId?: string | undefined;
2148
- AssociateCarrierIpAddress?: boolean | undefined;
2149
- InterfaceType?: string | undefined;
2150
- NetworkCardIndex?: number | undefined;
2151
- Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | undefined;
2152
- Ipv4PrefixCount?: number | undefined;
2153
- Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | undefined;
2154
- Ipv6PrefixCount?: number | undefined;
2155
- PrimaryIpv6?: boolean | undefined;
2156
- EnaSrdSpecification?: EnaSrdSpecificationRequest | undefined;
2157
- ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
2158
- EnaQueueCount?: number | undefined;
2159
- }
2160
- export interface SpotPlacement {
2161
- AvailabilityZone?: string | undefined;
2162
- GroupName?: string | undefined;
2163
- Tenancy?: Tenancy | undefined;
2164
- AvailabilityZoneId?: string | undefined;
2165
- }
2166
- export interface SpotFleetTagSpecification {
2167
- ResourceType?: ResourceType | undefined;
2168
- Tags?: Tag[] | undefined;
2169
- }