@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
@@ -6,10 +6,8 @@ import {
6
6
  AllowedImagesSettingsEnabledState,
7
7
  BatchState,
8
8
  CapacityManagerStatus,
9
- ClientCertificateRevocationListStatusCode,
10
- DeviceTrustProviderType,
11
- DiskImageFormat,
12
9
  DnsNameState,
10
+ EventType,
13
11
  ExcessCapacityTerminationPolicy,
14
12
  FastLaunchResourceType,
15
13
  FastLaunchStateCode,
@@ -25,23 +23,29 @@ import {
25
23
  MetricType,
26
24
  OnDemandAllocationStrategy,
27
25
  PayerResponsibility,
26
+ PermissionGroup,
28
27
  ReplacementStrategy,
29
28
  ResourceType,
30
29
  RIProductDescription,
31
30
  RouteServerPropagationState,
32
31
  SecurityGroupVpcAssociationState,
33
32
  ServiceConnectivityType,
33
+ ServiceLinkVirtualInterfaceConfigurationState,
34
+ SnapshotAttributeName,
34
35
  SnapshotBlockPublicAccessState,
36
+ SnapshotState,
35
37
  SpotInstanceState,
36
38
  SpotInstanceType,
37
39
  State,
38
40
  StatisticType,
41
+ StorageTier,
39
42
  TargetCapacityUnitType,
43
+ Tenancy,
44
+ TieringOperationStatus,
40
45
  TransitGatewayAssociationState,
41
46
  TransitGatewayAttachmentResourceType,
42
47
  TransitGatewayAttachmentState,
43
48
  TransitGatewayPropagationState,
44
- UserTrustProviderType,
45
49
  VerifiedAccessLogDeliveryStatusCode,
46
50
  VolumeAttributeName,
47
51
  VolumeModificationState,
@@ -53,18 +57,23 @@ import {
53
57
  VpcBlockPublicAccessState,
54
58
  } from "./enums";
55
59
  import {
60
+ ActiveInstance,
56
61
  AddressTransfer,
57
62
  AllowedPrincipal,
58
63
  AsnAssociation,
59
64
  AssociationStatus,
65
+ CustomTagKeyValueRequestPair,
60
66
  IamInstanceProfileAssociation,
61
67
  IamInstanceProfileSpecification,
62
68
  InstanceEventWindow,
63
69
  IpamResourceDiscoveryAssociation,
70
+ IpPermission,
64
71
  NatGatewayAddress,
65
72
  OperatorResponse,
66
73
  RouteServerAssociation,
74
+ SecurityGroupRule,
67
75
  SubnetIpv6CidrBlockAssociation,
76
+ SuccessfulAssociationResponseObject,
68
77
  Tag,
69
78
  TagSpecification,
70
79
  TransitGatewayAssociation,
@@ -73,6 +82,7 @@ import {
73
82
  TransitGatewayPolicyTableAssociation,
74
83
  TransitGatewayVpcAttachment,
75
84
  TrunkInterfaceAssociation,
85
+ UnsuccessfulAssociationResponseObject,
76
86
  UserIdGroupPair,
77
87
  VerifiedAccessInstance,
78
88
  VerifiedAccessTrustProvider,
@@ -83,9 +93,15 @@ import {
83
93
  } from "./models_0";
84
94
  import {
85
95
  BlockDeviceMapping,
96
+ ConnectionTrackingSpecificationRequest,
97
+ EnaSrdSpecificationRequest,
86
98
  FleetLaunchTemplateSpecification,
87
99
  GroupIdentifier,
100
+ InstanceIpv6Address,
88
101
  InstanceRequirements,
102
+ Ipv4PrefixSpecificationRequest,
103
+ Ipv6PrefixSpecificationRequest,
104
+ PrivateIpAddressSpecification,
89
105
  Subnet,
90
106
  Vpc,
91
107
  VpcEncryptionControl,
@@ -96,6 +112,8 @@ import {
96
112
  PayerResponsibilityEntry,
97
113
  ServiceConfiguration,
98
114
  ServiceTypeDetail,
115
+ Snapshot,
116
+ SpotDatafeedSubscription,
99
117
  SpotInstanceStateFault,
100
118
  TrafficMirrorFilter,
101
119
  TrafficMirrorFilterRule,
@@ -118,20 +136,215 @@ import {
118
136
  VpnGateway,
119
137
  } from "./models_2";
120
138
  import {
121
- ExportTaskS3Location,
139
+ EventInformation,
122
140
  FastLaunchLaunchTemplateSpecificationResponse,
123
141
  FastLaunchSnapshotConfigurationResponse,
124
142
  Filter,
125
143
  ProductCode,
126
144
  } from "./models_3";
127
- import {
128
- AttributeBooleanValue,
129
- InstanceNetworkInterfaceSpecification,
130
- RegisteredInstance,
131
- SpotFleetMonitoring,
132
- SpotFleetTagSpecification,
133
- SpotPlacement,
134
- } from "./models_4";
145
+ import { AttributeBooleanValue, RegisteredInstance } from "./models_4";
146
+ export interface DescribeSecurityGroupRulesResult {
147
+ SecurityGroupRules?: SecurityGroupRule[] | undefined;
148
+ NextToken?: string | undefined;
149
+ }
150
+ export interface DescribeSecurityGroupsRequest {
151
+ GroupIds?: string[] | undefined;
152
+ GroupNames?: string[] | undefined;
153
+ NextToken?: string | undefined;
154
+ MaxResults?: number | undefined;
155
+ DryRun?: boolean | undefined;
156
+ Filters?: Filter[] | undefined;
157
+ }
158
+ export interface SecurityGroup {
159
+ GroupId?: string | undefined;
160
+ IpPermissionsEgress?: IpPermission[] | undefined;
161
+ Tags?: Tag[] | undefined;
162
+ VpcId?: string | undefined;
163
+ SecurityGroupArn?: string | undefined;
164
+ OwnerId?: string | undefined;
165
+ GroupName?: string | undefined;
166
+ Description?: string | undefined;
167
+ IpPermissions?: IpPermission[] | undefined;
168
+ }
169
+ export interface DescribeSecurityGroupsResult {
170
+ NextToken?: string | undefined;
171
+ SecurityGroups?: SecurityGroup[] | undefined;
172
+ }
173
+ export interface DescribeSecurityGroupVpcAssociationsRequest {
174
+ Filters?: Filter[] | undefined;
175
+ NextToken?: string | undefined;
176
+ MaxResults?: number | undefined;
177
+ DryRun?: boolean | undefined;
178
+ }
179
+ export interface SecurityGroupVpcAssociation {
180
+ GroupId?: string | undefined;
181
+ VpcId?: string | undefined;
182
+ VpcOwnerId?: string | undefined;
183
+ State?: SecurityGroupVpcAssociationState | undefined;
184
+ StateReason?: string | undefined;
185
+ GroupOwnerId?: string | undefined;
186
+ }
187
+ export interface DescribeSecurityGroupVpcAssociationsResult {
188
+ SecurityGroupVpcAssociations?: SecurityGroupVpcAssociation[] | undefined;
189
+ NextToken?: string | undefined;
190
+ }
191
+ export interface DescribeServiceLinkVirtualInterfacesRequest {
192
+ ServiceLinkVirtualInterfaceIds?: string[] | undefined;
193
+ Filters?: Filter[] | undefined;
194
+ MaxResults?: number | undefined;
195
+ NextToken?: string | undefined;
196
+ DryRun?: boolean | undefined;
197
+ }
198
+ export interface ServiceLinkVirtualInterface {
199
+ ServiceLinkVirtualInterfaceId?: string | undefined;
200
+ ServiceLinkVirtualInterfaceArn?: string | undefined;
201
+ OutpostId?: string | undefined;
202
+ OutpostArn?: string | undefined;
203
+ OwnerId?: string | undefined;
204
+ LocalAddress?: string | undefined;
205
+ PeerAddress?: string | undefined;
206
+ PeerBgpAsn?: number | undefined;
207
+ Vlan?: number | undefined;
208
+ OutpostLagId?: string | undefined;
209
+ Tags?: Tag[] | undefined;
210
+ ConfigurationState?: ServiceLinkVirtualInterfaceConfigurationState | undefined;
211
+ }
212
+ export interface DescribeServiceLinkVirtualInterfacesResult {
213
+ ServiceLinkVirtualInterfaces?: ServiceLinkVirtualInterface[] | undefined;
214
+ NextToken?: string | undefined;
215
+ }
216
+ export interface DescribeSnapshotAttributeRequest {
217
+ Attribute: SnapshotAttributeName | undefined;
218
+ SnapshotId: string | undefined;
219
+ DryRun?: boolean | undefined;
220
+ }
221
+ export interface CreateVolumePermission {
222
+ UserId?: string | undefined;
223
+ Group?: PermissionGroup | undefined;
224
+ }
225
+ export interface DescribeSnapshotAttributeResult {
226
+ ProductCodes?: ProductCode[] | undefined;
227
+ SnapshotId?: string | undefined;
228
+ CreateVolumePermissions?: CreateVolumePermission[] | undefined;
229
+ }
230
+ export interface DescribeSnapshotsRequest {
231
+ MaxResults?: number | undefined;
232
+ NextToken?: string | undefined;
233
+ OwnerIds?: string[] | undefined;
234
+ RestorableByUserIds?: string[] | undefined;
235
+ SnapshotIds?: string[] | undefined;
236
+ DryRun?: boolean | undefined;
237
+ Filters?: Filter[] | undefined;
238
+ }
239
+ export interface DescribeSnapshotsResult {
240
+ NextToken?: string | undefined;
241
+ Snapshots?: Snapshot[] | undefined;
242
+ }
243
+ export interface DescribeSnapshotTierStatusRequest {
244
+ Filters?: Filter[] | undefined;
245
+ DryRun?: boolean | undefined;
246
+ NextToken?: string | undefined;
247
+ MaxResults?: number | undefined;
248
+ }
249
+ export interface SnapshotTierStatus {
250
+ SnapshotId?: string | undefined;
251
+ VolumeId?: string | undefined;
252
+ Status?: SnapshotState | undefined;
253
+ OwnerId?: string | undefined;
254
+ Tags?: Tag[] | undefined;
255
+ StorageTier?: StorageTier | undefined;
256
+ LastTieringStartTime?: Date | undefined;
257
+ LastTieringProgress?: number | undefined;
258
+ LastTieringOperationStatus?: TieringOperationStatus | undefined;
259
+ LastTieringOperationStatusDetail?: string | undefined;
260
+ ArchivalCompleteTime?: Date | undefined;
261
+ RestoreExpiryTime?: Date | undefined;
262
+ }
263
+ export interface DescribeSnapshotTierStatusResult {
264
+ SnapshotTierStatuses?: SnapshotTierStatus[] | undefined;
265
+ NextToken?: string | undefined;
266
+ }
267
+ export interface DescribeSpotDatafeedSubscriptionRequest {
268
+ DryRun?: boolean | undefined;
269
+ }
270
+ export interface DescribeSpotDatafeedSubscriptionResult {
271
+ SpotDatafeedSubscription?: SpotDatafeedSubscription | undefined;
272
+ }
273
+ export interface DescribeSpotFleetInstancesRequest {
274
+ DryRun?: boolean | undefined;
275
+ SpotFleetRequestId: string | undefined;
276
+ NextToken?: string | undefined;
277
+ MaxResults?: number | undefined;
278
+ }
279
+ export interface DescribeSpotFleetInstancesResponse {
280
+ ActiveInstances?: ActiveInstance[] | undefined;
281
+ NextToken?: string | undefined;
282
+ SpotFleetRequestId?: string | undefined;
283
+ }
284
+ export interface DescribeSpotFleetRequestHistoryRequest {
285
+ DryRun?: boolean | undefined;
286
+ SpotFleetRequestId: string | undefined;
287
+ EventType?: EventType | undefined;
288
+ StartTime: Date | undefined;
289
+ NextToken?: string | undefined;
290
+ MaxResults?: number | undefined;
291
+ }
292
+ export interface HistoryRecord {
293
+ EventInformation?: EventInformation | undefined;
294
+ EventType?: EventType | undefined;
295
+ Timestamp?: Date | undefined;
296
+ }
297
+ export interface DescribeSpotFleetRequestHistoryResponse {
298
+ HistoryRecords?: HistoryRecord[] | undefined;
299
+ LastEvaluatedTime?: Date | undefined;
300
+ NextToken?: string | undefined;
301
+ SpotFleetRequestId?: string | undefined;
302
+ StartTime?: Date | undefined;
303
+ }
304
+ export interface DescribeSpotFleetRequestsRequest {
305
+ DryRun?: boolean | undefined;
306
+ SpotFleetRequestIds?: string[] | undefined;
307
+ NextToken?: string | undefined;
308
+ MaxResults?: number | undefined;
309
+ }
310
+ export interface SpotFleetMonitoring {
311
+ Enabled?: boolean | undefined;
312
+ }
313
+ export interface InstanceNetworkInterfaceSpecification {
314
+ AssociatePublicIpAddress?: boolean | undefined;
315
+ DeleteOnTermination?: boolean | undefined;
316
+ Description?: string | undefined;
317
+ DeviceIndex?: number | undefined;
318
+ Groups?: string[] | undefined;
319
+ Ipv6AddressCount?: number | undefined;
320
+ Ipv6Addresses?: InstanceIpv6Address[] | undefined;
321
+ NetworkInterfaceId?: string | undefined;
322
+ PrivateIpAddress?: string | undefined;
323
+ PrivateIpAddresses?: PrivateIpAddressSpecification[] | undefined;
324
+ SecondaryPrivateIpAddressCount?: number | undefined;
325
+ SubnetId?: string | undefined;
326
+ AssociateCarrierIpAddress?: boolean | undefined;
327
+ InterfaceType?: string | undefined;
328
+ NetworkCardIndex?: number | undefined;
329
+ Ipv4Prefixes?: Ipv4PrefixSpecificationRequest[] | undefined;
330
+ Ipv4PrefixCount?: number | undefined;
331
+ Ipv6Prefixes?: Ipv6PrefixSpecificationRequest[] | undefined;
332
+ Ipv6PrefixCount?: number | undefined;
333
+ PrimaryIpv6?: boolean | undefined;
334
+ EnaSrdSpecification?: EnaSrdSpecificationRequest | undefined;
335
+ ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest | undefined;
336
+ EnaQueueCount?: number | undefined;
337
+ }
338
+ export interface SpotPlacement {
339
+ AvailabilityZone?: string | undefined;
340
+ GroupName?: string | undefined;
341
+ Tenancy?: Tenancy | undefined;
342
+ AvailabilityZoneId?: string | undefined;
343
+ }
344
+ export interface SpotFleetTagSpecification {
345
+ ResourceType?: ResourceType | undefined;
346
+ Tags?: Tag[] | undefined;
347
+ }
135
348
  export interface SpotFleetLaunchSpecification {
136
349
  AddressingType?: string | undefined;
137
350
  BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
@@ -1092,6 +1305,26 @@ export interface DisableAllowedImagesSettingsRequest {
1092
1305
  export interface DisableAllowedImagesSettingsResult {
1093
1306
  AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
1094
1307
  }
1308
+ export interface DisableApplicationStatusCheckSuppressionRequest {
1309
+ InstanceIds?: string[] | undefined;
1310
+ ClientToken?: string | undefined;
1311
+ DryRun?: boolean | undefined;
1312
+ }
1313
+ export interface SuccessfulSuppressionResponseObject {
1314
+ InstanceId?: string | undefined;
1315
+ SuppressAt?: Date | undefined;
1316
+ ResumeAt?: Date | undefined;
1317
+ }
1318
+ export interface UnsuccessfulSuppressionResponseObject {
1319
+ InstanceId?: string | undefined;
1320
+ SuppressAt?: Date | undefined;
1321
+ ResumeAt?: Date | undefined;
1322
+ Reason?: string | undefined;
1323
+ }
1324
+ export interface DisableApplicationStatusCheckSuppressionResult {
1325
+ SuccessfulResults?: SuccessfulSuppressionResponseObject[] | undefined;
1326
+ UnsuccessfulResults?: UnsuccessfulSuppressionResponseObject[] | undefined;
1327
+ }
1095
1328
  export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
1096
1329
  Source?: string | undefined;
1097
1330
  Destination?: string | undefined;
@@ -1283,6 +1516,17 @@ export interface DisassociateAddressRequest {
1283
1516
  PublicIp?: string | undefined;
1284
1517
  DryRun?: boolean | undefined;
1285
1518
  }
1519
+ export interface DisassociateApplicationStatusCheckRequest {
1520
+ ApplicationStatusCheckId: string | undefined;
1521
+ TargetTagAssociations?: CustomTagKeyValueRequestPair[] | undefined;
1522
+ InstanceIds?: string[] | undefined;
1523
+ ClientToken?: string | undefined;
1524
+ DryRun?: boolean | undefined;
1525
+ }
1526
+ export interface DisassociateApplicationStatusCheckResult {
1527
+ SuccessfulResults?: SuccessfulAssociationResponseObject[] | undefined;
1528
+ UnsuccessfulResults?: UnsuccessfulAssociationResponseObject[] | undefined;
1529
+ }
1286
1530
  export interface DisassociateCapacityReservationBillingOwnerRequest {
1287
1531
  DryRun?: boolean | undefined;
1288
1532
  CapacityReservationId: string | undefined;
@@ -1436,6 +1680,16 @@ export interface EnableAllowedImagesSettingsRequest {
1436
1680
  export interface EnableAllowedImagesSettingsResult {
1437
1681
  AllowedImagesSettingsState?: AllowedImagesSettingsEnabledState | undefined;
1438
1682
  }
1683
+ export interface EnableApplicationStatusCheckSuppressionRequest {
1684
+ InstanceIds?: string[] | undefined;
1685
+ DurationSeconds?: number | undefined;
1686
+ ClientToken?: string | undefined;
1687
+ DryRun?: boolean | undefined;
1688
+ }
1689
+ export interface EnableApplicationStatusCheckSuppressionResult {
1690
+ SuccessfulResults?: SuccessfulSuppressionResponseObject[] | undefined;
1691
+ UnsuccessfulResults?: UnsuccessfulSuppressionResponseObject[] | undefined;
1692
+ }
1439
1693
  export interface EnableAwsNetworkPerformanceMetricSubscriptionRequest {
1440
1694
  Source?: string | undefined;
1441
1695
  Destination?: string | undefined;
@@ -1552,172 +1806,3 @@ export interface EnableImageDeregistrationProtectionRequest {
1552
1806
  WithCooldown?: boolean | undefined;
1553
1807
  DryRun?: boolean | undefined;
1554
1808
  }
1555
- export interface EnableImageDeregistrationProtectionResult {
1556
- Return?: string | undefined;
1557
- }
1558
- export interface EnableInstanceSqlHaStandbyDetectionsRequest {
1559
- InstanceIds: string[] | undefined;
1560
- SqlServerCredentials?: string | undefined;
1561
- DryRun?: boolean | undefined;
1562
- }
1563
- export interface EnableInstanceSqlHaStandbyDetectionsResult {
1564
- Instances?: RegisteredInstance[] | undefined;
1565
- }
1566
- export interface EnableIpamOrganizationAdminAccountRequest {
1567
- DryRun?: boolean | undefined;
1568
- DelegatedAdminAccountId: string | undefined;
1569
- }
1570
- export interface EnableIpamOrganizationAdminAccountResult {
1571
- Success?: boolean | undefined;
1572
- }
1573
- export interface EnableIpamPolicyRequest {
1574
- DryRun?: boolean | undefined;
1575
- IpamPolicyId: string | undefined;
1576
- OrganizationTargetId?: string | undefined;
1577
- }
1578
- export interface EnableIpamPolicyResult {
1579
- IpamPolicyId?: string | undefined;
1580
- }
1581
- export interface EnableReachabilityAnalyzerOrganizationSharingRequest {
1582
- DryRun?: boolean | undefined;
1583
- }
1584
- export interface EnableReachabilityAnalyzerOrganizationSharingResult {
1585
- ReturnValue?: boolean | undefined;
1586
- }
1587
- export interface EnableRouteServerPropagationRequest {
1588
- RouteServerId: string | undefined;
1589
- RouteTableId: string | undefined;
1590
- DryRun?: boolean | undefined;
1591
- }
1592
- export interface EnableRouteServerPropagationResult {
1593
- RouteServerPropagation?: RouteServerPropagation | undefined;
1594
- }
1595
- export interface EnableSerialConsoleAccessRequest {
1596
- DryRun?: boolean | undefined;
1597
- }
1598
- export interface EnableSerialConsoleAccessResult {
1599
- SerialConsoleAccessEnabled?: boolean | undefined;
1600
- }
1601
- export interface EnableSnapshotBlockPublicAccessRequest {
1602
- State: SnapshotBlockPublicAccessState | undefined;
1603
- DryRun?: boolean | undefined;
1604
- }
1605
- export interface EnableSnapshotBlockPublicAccessResult {
1606
- State?: SnapshotBlockPublicAccessState | undefined;
1607
- }
1608
- export interface EnableTransitGatewayRouteTablePropagationRequest {
1609
- TransitGatewayRouteTableId: string | undefined;
1610
- TransitGatewayAttachmentId?: string | undefined;
1611
- DryRun?: boolean | undefined;
1612
- TransitGatewayRouteTableAnnouncementId?: string | undefined;
1613
- }
1614
- export interface EnableTransitGatewayRouteTablePropagationResult {
1615
- Propagation?: TransitGatewayPropagation | undefined;
1616
- }
1617
- export interface EnableVgwRoutePropagationRequest {
1618
- GatewayId: string | undefined;
1619
- RouteTableId: string | undefined;
1620
- DryRun?: boolean | undefined;
1621
- }
1622
- export interface EnableVolumeIORequest {
1623
- DryRun?: boolean | undefined;
1624
- VolumeId: string | undefined;
1625
- }
1626
- export interface EnableVpcClassicLinkRequest {
1627
- DryRun?: boolean | undefined;
1628
- VpcId: string | undefined;
1629
- }
1630
- export interface EnableVpcClassicLinkResult {
1631
- Return?: boolean | undefined;
1632
- }
1633
- export interface EnableVpcClassicLinkDnsSupportRequest {
1634
- VpcId?: string | undefined;
1635
- }
1636
- export interface EnableVpcClassicLinkDnsSupportResult {
1637
- Return?: boolean | undefined;
1638
- }
1639
- export interface ExportClientVpnClientCertificateRevocationListRequest {
1640
- ClientVpnEndpointId: string | undefined;
1641
- DryRun?: boolean | undefined;
1642
- }
1643
- export interface ClientCertificateRevocationListStatus {
1644
- Code?: ClientCertificateRevocationListStatusCode | undefined;
1645
- Message?: string | undefined;
1646
- }
1647
- export interface ExportClientVpnClientCertificateRevocationListResult {
1648
- CertificateRevocationList?: string | undefined;
1649
- Status?: ClientCertificateRevocationListStatus | undefined;
1650
- }
1651
- export interface ExportClientVpnClientConfigurationRequest {
1652
- ClientVpnEndpointId: string | undefined;
1653
- DryRun?: boolean | undefined;
1654
- }
1655
- export interface ExportClientVpnClientConfigurationResult {
1656
- ClientConfiguration?: string | undefined;
1657
- }
1658
- export interface ExportTaskS3LocationRequest {
1659
- S3Bucket: string | undefined;
1660
- S3Prefix?: string | undefined;
1661
- }
1662
- export interface ExportImageRequest {
1663
- ClientToken?: string | undefined;
1664
- Description?: string | undefined;
1665
- DiskImageFormat: DiskImageFormat | undefined;
1666
- DryRun?: boolean | undefined;
1667
- ImageId: string | undefined;
1668
- S3ExportLocation: ExportTaskS3LocationRequest | undefined;
1669
- RoleName?: string | undefined;
1670
- TagSpecifications?: TagSpecification[] | undefined;
1671
- }
1672
- export interface ExportImageResult {
1673
- Description?: string | undefined;
1674
- DiskImageFormat?: DiskImageFormat | undefined;
1675
- ExportImageTaskId?: string | undefined;
1676
- ImageId?: string | undefined;
1677
- RoleName?: string | undefined;
1678
- Progress?: string | undefined;
1679
- S3ExportLocation?: ExportTaskS3Location | undefined;
1680
- Status?: string | undefined;
1681
- StatusMessage?: string | undefined;
1682
- Tags?: Tag[] | undefined;
1683
- }
1684
- export interface ExportTransitGatewayRoutesRequest {
1685
- TransitGatewayRouteTableId: string | undefined;
1686
- Filters?: Filter[] | undefined;
1687
- S3Bucket: string | undefined;
1688
- DryRun?: boolean | undefined;
1689
- }
1690
- export interface ExportTransitGatewayRoutesResult {
1691
- S3Location?: string | undefined;
1692
- }
1693
- export interface ExportVerifiedAccessInstanceClientConfigurationRequest {
1694
- VerifiedAccessInstanceId: string | undefined;
1695
- DryRun?: boolean | undefined;
1696
- }
1697
- export interface VerifiedAccessInstanceOpenVpnClientConfigurationRoute {
1698
- Cidr?: string | undefined;
1699
- }
1700
- export interface VerifiedAccessInstanceOpenVpnClientConfiguration {
1701
- Config?: string | undefined;
1702
- Routes?: VerifiedAccessInstanceOpenVpnClientConfigurationRoute[] | undefined;
1703
- }
1704
- export interface VerifiedAccessInstanceUserTrustProviderClientConfiguration {
1705
- Type?: UserTrustProviderType | undefined;
1706
- Scopes?: string | undefined;
1707
- Issuer?: string | undefined;
1708
- AuthorizationEndpoint?: string | undefined;
1709
- PublicSigningKeyEndpoint?: string | undefined;
1710
- TokenEndpoint?: string | undefined;
1711
- UserInfoEndpoint?: string | undefined;
1712
- ClientId?: string | undefined;
1713
- ClientSecret?: string | undefined;
1714
- PkceEnabled?: boolean | undefined;
1715
- }
1716
- export interface ExportVerifiedAccessInstanceClientConfigurationResult {
1717
- Version?: string | undefined;
1718
- VerifiedAccessInstanceId?: string | undefined;
1719
- Region?: string | undefined;
1720
- DeviceTrustProviders?: DeviceTrustProviderType[] | undefined;
1721
- UserTrustProvider?: VerifiedAccessInstanceUserTrustProviderClientConfiguration | undefined;
1722
- OpenVpnConfigurations?: VerifiedAccessInstanceOpenVpnClientConfiguration[] | undefined;
1723
- }