@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
@@ -18,6 +18,9 @@ const _AARss = "AssociateAddressResult";
18
18
  const _AAS = "AsnAssociationSet";
19
19
  const _AASA = "AutoAcceptSharedAssociations";
20
20
  const _AASAu = "AutoAcceptSharedAttachments";
21
+ const _AASC = "AssociateApplicationStatusCheck";
22
+ const _AASCR = "AssociateApplicationStatusCheckRequest";
23
+ const _AASCRs = "AssociateApplicationStatusCheckResult";
21
24
  const _AAT = "AcceptAddressTransfer";
22
25
  const _AATR = "AcceptAddressTransferRequest";
23
26
  const _AATRc = "AcceptAddressTransferResult";
@@ -269,13 +272,24 @@ const _ARu = "AuthorizationRule";
269
272
  const _ARut = "AuthorizationRules";
270
273
  const _ARuto = "AutoRecovery";
271
274
  const _ARw = "AwsRegion";
272
- const _AS = "AssociationState";
275
+ const _AS = "ApplicationStatus";
273
276
  const _ASA = "AmazonSideAsn";
274
277
  const _ASAF = "AccessScopeAnalysisFinding";
275
278
  const _ASAFL = "AccessScopeAnalysisFindingList";
279
+ const _ASC = "ApplicationStatusCheck";
280
+ const _ASCAO = "ApplicationStatusCheckAssociationObject";
281
+ const _ASCAS = "ApplicationStatusCheckAssociationSet";
276
282
  const _ASCB = "AssociateSubnetCidrBlock";
277
283
  const _ASCBR = "AssociateSubnetCidrBlockRequest";
278
284
  const _ASCBRs = "AssociateSubnetCidrBlockResult";
285
+ const _ASCI = "ApplicationStatusCheckId";
286
+ const _ASCIL = "ApplicationStatusCheckIdList";
287
+ const _ASCIp = "ApplicationStatusCheckIds";
288
+ const _ASCRO = "ApplicationStatusCheckResponseObject";
289
+ const _ASCRS = "ApplicationStatusCheckResponseSet";
290
+ const _ASCp = "ApplicationStatusChecks";
291
+ const _ASD = "ApplicationStatusDetail";
292
+ const _ASDS = "ApplicationStatusDetailSet";
279
293
  const _ASGE = "AuthorizeSecurityGroupEgress";
280
294
  const _ASGER = "AuthorizeSecurityGroupEgressRequest";
281
295
  const _ASGERu = "AuthorizeSecurityGroupEgressResult";
@@ -304,9 +318,12 @@ const _ASP = "AccessScopePath";
304
318
  const _ASPL = "AccessScopePathList";
305
319
  const _ASPLR = "AccessScopePathListRequest";
306
320
  const _ASPR = "AccessScopePathRequest";
307
- const _ASR = "AddSupportedRegions";
308
- const _ASRd = "AddSupportedRegion";
309
- const _ASS = "AmdSevSnp";
321
+ const _ASR = "ApplicationStatusReason";
322
+ const _ASRT = "ApplicationStatusesResponseType";
323
+ const _ASRd = "AddSupportedRegions";
324
+ const _ASRdd = "AddSupportedRegion";
325
+ const _ASS = "ApplicationStatusSummary";
326
+ const _ASSm = "AmdSevSnp";
310
327
  const _AST = "AnalysisStartTime";
311
328
  const _ASTB = "AnalysisStartTimeBegin";
312
329
  const _ASTE = "AnalysisStartTimeEnd";
@@ -314,8 +331,10 @@ const _ASc = "ActivityStatus";
314
331
  const _ASd = "AddressSet";
315
332
  const _ASl = "AllocationStrategy";
316
333
  const _ASn = "AnalysisStatus";
317
- const _ASs = "AssociationStatus";
318
- const _ASss = "AssociatedSubnets";
334
+ const _ASp = "ApplicationStatuses";
335
+ const _ASs = "AssociationState";
336
+ const _ASss = "AssociationStatus";
337
+ const _ASsso = "AssociatedSubnets";
319
338
  const _ASt = "AttributeSummary";
320
339
  const _AStt = "AttributeSummaries";
321
340
  const _AStta = "AttachmentState";
@@ -371,7 +390,8 @@ const _ATl = "AllocationType";
371
390
  const _ATll = "AllocationTime";
372
391
  const _ATr = "ArchitectureTypes";
373
392
  const _ATrc = "ArchitectureType";
374
- const _ATs = "AssociationTarget";
393
+ const _ATs = "AssociationType";
394
+ const _ATss = "AssociationTarget";
375
395
  const _ATt = "AttachmentType";
376
396
  const _ATtt = "AttachTime";
377
397
  const _ATtta = "AttachedTo";
@@ -397,6 +417,7 @@ const _AVPCR = "AcceptVpcPeeringConnectionRequest";
397
417
  const _AVPCRc = "AcceptVpcPeeringConnectionResult";
398
418
  const _AVR = "AttachVolumeRequest";
399
419
  const _AVTS = "ActiveVpnTunnelStatus";
420
+ const _AVs = "AssociationValue";
400
421
  const _AVt = "AttributeValue";
401
422
  const _AVtt = "AttachVolume";
402
423
  const _AWSAKI = "AWSAccessKeyId";
@@ -424,6 +445,7 @@ const _Acti = "Actions";
424
445
  const _Ad = "Add";
425
446
  const _Add = "Addresses";
426
447
  const _Af = "Affinity";
448
+ const _Ag = "Aggregation";
427
449
  const _Am = "Amount";
428
450
  const _Ar = "Arn";
429
451
  const _Arc = "Architecture";
@@ -504,6 +526,9 @@ const _CADNL = "ClearAllocationDefaultNetmaskLength";
504
526
  const _CAME = "CapacityAllocationMetadataEntry";
505
527
  const _CAML = "CapacityAllocationMetadataList";
506
528
  const _CAR = "CertificateAuthenticationRequest";
529
+ const _CASC = "CreateApplicationStatusCheck";
530
+ const _CASCR = "CreateApplicationStatusCheckRequest";
531
+ const _CASCRr = "CreateApplicationStatusCheckResult";
507
532
  const _CAU = "CoipAddressUsage";
508
533
  const _CAUS = "CoipAddressUsageSet";
509
534
  const _CAUo = "CoipAddressUsages";
@@ -744,6 +769,8 @@ const _CIr = "CreateImage";
744
769
  const _CIre = "CreateIpam";
745
770
  const _CKP = "CreateKeyPair";
746
771
  const _CKPR = "CreateKeyPairRequest";
772
+ const _CKVPRS = "CustomKeyValuePairRequestSet";
773
+ const _CKVPRSu = "CustomKeyValuePairResponseSet";
747
774
  const _CLB = "ClassicLoadBalancer";
748
775
  const _CLBC = "ClassicLoadBalancersConfig";
749
776
  const _CLBL = "ClassicLoadBalancerListener";
@@ -1052,6 +1079,8 @@ const _CTGVARO = "CreateTransitGatewayVpcAttachmentRequestOptions";
1052
1079
  const _CTGVARr = "CreateTransitGatewayVpcAttachmentResult";
1053
1080
  const _CTI = "ConversionTaskId";
1054
1081
  const _CTIo = "ConversionTaskIds";
1082
+ const _CTKVRP = "CustomTagKeyValueRequestPair";
1083
+ const _CTKVRPu = "CustomTagKeyValueResponsePair";
1055
1084
  const _CTMF = "CreateTrafficMirrorFilter";
1056
1085
  const _CTMFR = "CreateTrafficMirrorFilterRequest";
1057
1086
  const _CTMFRR = "CreateTrafficMirrorFilterRuleRequest";
@@ -1076,10 +1105,11 @@ const _CTom = "CompleteTime";
1076
1105
  const _CTomp = "CompletionTime";
1077
1106
  const _CTon = "ConnectivityType";
1078
1107
  const _CTonv = "ConversionTasks";
1079
- const _CTr = "CreateTime";
1080
- const _CTre = "CreationTime";
1108
+ const _CTr = "CreationTime";
1109
+ const _CTre = "CreateTime";
1081
1110
  const _CTrea = "CreationTimestamp";
1082
1111
  const _CTreat = "CreateTags";
1112
+ const _CUT = "CheckUpdateTime";
1083
1113
  const _CV = "CurrentVersion";
1084
1114
  const _CVA = "ClientVpnAuthentication";
1085
1115
  const _CVAE = "CreateVerifiedAccessEndpoint";
@@ -1215,7 +1245,25 @@ const _DART = "DefaultAssociationRouteTable";
1215
1245
  const _DARe = "DescribeAddressesResult";
1216
1246
  const _DARi = "DisassociateAddressRequest";
1217
1247
  const _DAS = "DeleteAssociatedSnapshots";
1248
+ const _DASC = "DeleteApplicationStatusCheck";
1249
+ const _DASCA = "DescribeApplicationStatusCheckAssociations";
1250
+ const _DASCAR = "DescribeApplicationStatusCheckAssociationsRequest";
1251
+ const _DASCARe = "DescribeApplicationStatusCheckAssociationsResult";
1252
+ const _DASCR = "DeleteApplicationStatusCheckRequest";
1253
+ const _DASCRe = "DeleteApplicationStatusCheckResult";
1254
+ const _DASCRes = "DescribeApplicationStatusChecksRequest";
1255
+ const _DASCResc = "DescribeApplicationStatusChecksResult";
1256
+ const _DASCRi = "DisassociateApplicationStatusCheckRequest";
1257
+ const _DASCRis = "DisassociateApplicationStatusCheckResult";
1258
+ const _DASCS = "DisableApplicationStatusCheckSuppression";
1259
+ const _DASCSR = "DisableApplicationStatusCheckSuppressionRequest";
1260
+ const _DASCSRi = "DisableApplicationStatusCheckSuppressionResult";
1261
+ const _DASCe = "DescribeApplicationStatusChecks";
1262
+ const _DASCi = "DisassociateApplicationStatusCheck";
1263
+ const _DASR = "DescribeApplicationStatusRequest";
1264
+ const _DASRe = "DescribeApplicationStatusResult";
1218
1265
  const _DASe = "DeprovisionedAddressSet";
1266
+ const _DASes = "DescribeApplicationStatus";
1219
1267
  const _DASi = "DisableApiStop";
1220
1268
  const _DAT = "DisableApiTermination";
1221
1269
  const _DATR = "DescribeAddressTransfersRequest";
@@ -2051,6 +2099,7 @@ const _DSelet = "DeleteSubnet";
2051
2099
  const _DSes = "DescribeSnapshots";
2052
2100
  const _DSesc = "DescribeSubnets";
2053
2101
  const _DSn = "DnsSupport";
2102
+ const _DSu = "DurationSeconds";
2054
2103
  const _DT = "DeletionTime";
2055
2104
  const _DTA = "DpdTimeoutAction";
2056
2105
  const _DTC = "DeprecationTimeCondition";
@@ -2376,6 +2425,9 @@ const _EAISRn = "EnableAllowedImagesSettingsResult";
2376
2425
  const _EANPMS = "EnableAwsNetworkPerformanceMetricSubscription";
2377
2426
  const _EANPMSR = "EnableAwsNetworkPerformanceMetricSubscriptionRequest";
2378
2427
  const _EANPMSRn = "EnableAwsNetworkPerformanceMetricSubscriptionResult";
2428
+ const _EASCS = "EnableApplicationStatusCheckSuppression";
2429
+ const _EASCSR = "EnableApplicationStatusCheckSuppressionRequest";
2430
+ const _EASCSRn = "EnableApplicationStatusCheckSuppressionResult";
2379
2431
  const _EAT = "EnableAddressTransfer";
2380
2432
  const _EATR = "EnableAddressTransferRequest";
2381
2433
  const _EATRn = "EnableAddressTransferResult";
@@ -2730,6 +2782,7 @@ const _FSSIB = "FullSnapshotSizeInBytes";
2730
2782
  const _FSST = "FirstSlotStartTime";
2731
2783
  const _FSSTR = "FirstSlotStartTimeRange";
2732
2784
  const _FSl = "FleetSet";
2785
+ const _FT = "FailureThreshold";
2733
2786
  const _FTE = "FreeTierEligible";
2734
2787
  const _Fa = "Fault";
2735
2788
  const _Fi = "Filters";
@@ -2986,7 +3039,19 @@ const _H = "Hosts";
2986
3039
  const _HBD = "HiddenByDefault";
2987
3040
  const _HCO = "HostCpuOptions";
2988
3041
  const _HCOR = "HostCpuOptionsRequest";
2989
- const _HCP = "HiveCompatiblePartitions";
3042
+ const _HCP = "HealthCheckPaths";
3043
+ const _HCPDRL = "HealthCheckPathDestinationResponseList";
3044
+ const _HCPDRO = "HealthCheckPathDestinationRequestObject";
3045
+ const _HCPDROe = "HealthCheckPathDestinationResponseObject";
3046
+ const _HCPDRS = "HealthCheckPathDestinationRequestSet";
3047
+ const _HCPRL = "HealthCheckPathRequestList";
3048
+ const _HCPRLe = "HealthCheckPathResponseList";
3049
+ const _HCPRO = "HealthCheckPathRequestObject";
3050
+ const _HCPROe = "HealthCheckPathResponseObject";
3051
+ const _HCPSRO = "HealthCheckPathSourceRequestObject";
3052
+ const _HCPSROe = "HealthCheckPathSourceResponseObject";
3053
+ const _HCPe = "HealthCheckPath";
3054
+ const _HCPi = "HiveCompatiblePartitions";
2990
3055
  const _HE = "HttpEndpoint";
2991
3056
  const _HI = "HostIds";
2992
3057
  const _HIL = "HostInstanceList";
@@ -3041,11 +3106,14 @@ const _IAPI = "Ipv4AddressesPerInterface";
3041
3106
  const _IAPIp = "Ipv6AddressesPerInterface";
3042
3107
  const _IAPSI = "Ipv4AddressesPerSecondaryInterface";
3043
3108
  const _IART = "IncludeAllResourceTypes";
3109
+ const _IAS = "InstanceApplicationStatus";
3110
+ const _IASS = "InstanceApplicationStatusSet";
3044
3111
  const _IAT = "IpAddressType";
3045
3112
  const _IATOI = "IncludeAllTagsOfInstance";
3046
3113
  const _IAm = "ImageAllowed";
3047
3114
  const _IAma = "ImageAttribute";
3048
3115
  const _IAn = "InterfaceAssociation";
3116
+ const _IAnc = "IncludeAll";
3049
3117
  const _IAns = "InstanceAttribute";
3050
3118
  const _IAnt = "InterfaceAssociations";
3051
3119
  const _IAp = "IpAddress";
@@ -3159,6 +3227,7 @@ const _IGI = "InternetGatewayId";
3159
3227
  const _IGIL = "InternetGatewayIdList";
3160
3228
  const _IGIn = "InternetGatewayIds";
3161
3229
  const _IGL = "InternetGatewayList";
3230
+ const _IGPS = "InitializationGracePeriodSeconds";
3162
3231
  const _IGS = "InstanceGenerationSet";
3163
3232
  const _IGn = "InternetGateways";
3164
3233
  const _IGns = "InstanceGenerations";
@@ -3211,8 +3280,8 @@ const _IIm = "ImageId";
3211
3280
  const _IIma = "ImageIds";
3212
3281
  const _IImp = "ImportInstance";
3213
3282
  const _IImpo = "ImportImage";
3214
- const _IIn = "InterruptionInfo";
3215
- const _IIns = "InstanceIds";
3283
+ const _IIn = "InstanceIds";
3284
+ const _IInt = "InterruptionInfo";
3216
3285
  const _IIp = "IpamId";
3217
3286
  const _IIpa = "IpamIds";
3218
3287
  const _IKEV = "InternetKeyExchangeVersion";
@@ -3423,7 +3492,7 @@ const _IRpa = "IpRanges";
3423
3492
  const _IRpan = "IpRange";
3424
3493
  const _IRpv = "Ipv6Ranges";
3425
3494
  const _IRpva = "Ipv6Range";
3426
- const _IS = "InterconnectStatus";
3495
+ const _IS = "IpScope";
3427
3496
  const _ISA = "IpamScopeArn";
3428
3497
  const _ISC = "InstanceStateChange";
3429
3498
  const _ISCL = "InstanceStateChangeList";
@@ -3463,12 +3532,13 @@ const _ISg = "Igmpv2Support";
3463
3532
  const _ISm = "ImpairedSince";
3464
3533
  const _ISmd = "ImdsSupport";
3465
3534
  const _ISmp = "ImportSnapshot";
3466
- const _ISn = "InstanceSpecification";
3535
+ const _ISn = "InterconnectStatus";
3467
3536
  const _ISng = "IngestionStatus";
3468
- const _ISns = "InstanceStatuses";
3469
- const _ISnst = "InstanceState";
3470
- const _ISnsta = "InstanceStatus";
3471
- const _ISnstan = "InstanceSet";
3537
+ const _ISns = "InstanceSpecification";
3538
+ const _ISnst = "InstanceStatuses";
3539
+ const _ISnsta = "InstanceState";
3540
+ const _ISnstan = "InstanceStatus";
3541
+ const _ISnstanc = "InstanceSet";
3472
3542
  const _ISnt = "IntegrateServices";
3473
3543
  const _ISnte = "IntegrateService";
3474
3544
  const _ISp = "IpamScope";
@@ -3535,6 +3605,7 @@ const _IVRm = "ImportVolumeResult";
3535
3605
  const _IVTD = "ImportVolumeTaskDetails";
3536
3606
  const _IVk = "IkeVersions";
3537
3607
  const _IVm = "ImportVolume";
3608
+ const _IVp = "IpVersion";
3538
3609
  const _IW = "ImageWatermarks";
3539
3610
  const _IWFR = "ImageWatermarkFilterRequest";
3540
3611
  const _IWFRL = "ImageWatermarkFilterRequestList";
@@ -3547,8 +3618,8 @@ const _Im = "Images";
3547
3618
  const _Ima = "Image";
3548
3619
  const _In = "Instance";
3549
3620
  const _Ins = "Instances";
3550
- const _Int = "Interruptible";
3551
- const _Inte = "Interval";
3621
+ const _Int = "Interval";
3622
+ const _Inte = "Interruptible";
3552
3623
  const _Io = "Iops";
3553
3624
  const _Ip = "Ipam";
3554
3625
  const _Ipa = "Ipams";
@@ -3795,6 +3866,7 @@ const _LTau = "LaunchTime";
3795
3866
  const _LTi = "LicenseType";
3796
3867
  const _LTo = "LocationType";
3797
3868
  const _LToc = "LocalTarget";
3869
+ const _LUA = "LastUpdatedAt";
3798
3870
  const _LUT = "LastUpdateTimestamp";
3799
3871
  const _LUTa = "LastUpdateTime";
3800
3872
  const _LUTas = "LastUpdatedTime";
@@ -3822,6 +3894,9 @@ const _MAIe = "MediaAcceleratorInfo";
3822
3894
  const _MAIi = "MiddleboxAttachmentIds";
3823
3895
  const _MAIid = "MiddleboxAttachmentId";
3824
3896
  const _MAS = "MovingAddressStatuses";
3897
+ const _MASC = "ModifyApplicationStatusCheck";
3898
+ const _MASCR = "ModifyApplicationStatusCheckRequest";
3899
+ const _MASCRo = "ModifyApplicationStatusCheckResult";
3825
3900
  const _MASS = "MovingAddressStatusSet";
3826
3901
  const _MASo = "MovingAddressStatus";
3827
3902
  const _MATV = "MoveAddressToVpc";
@@ -4069,7 +4144,7 @@ const _MSe = "MetricSet";
4069
4144
  const _MSo = "MoveStatus";
4070
4145
  const _MSod = "ModificationState";
4071
4146
  const _MSu = "MulticastSupport";
4072
- const _MT = "MarketType";
4147
+ const _MT = "ModifyTime";
4073
4148
  const _MTC = "MinTargetCapacity";
4074
4149
  const _MTDID = "MaxTermDurationInDays";
4075
4150
  const _MTDIDi = "MinTermDurationInDays";
@@ -4101,6 +4176,7 @@ const _MTMS = "ModifyTrafficMirrorSession";
4101
4176
  const _MTMSR = "ModifyTrafficMirrorSessionRequest";
4102
4177
  const _MTMSRo = "ModifyTrafficMirrorSessionResult";
4103
4178
  const _MTP = "MaxTotalPrice";
4179
+ const _MTa = "MarketType";
4104
4180
  const _MTe = "MemberType";
4105
4181
  const _MV = "MinVersion";
4106
4182
  const _MVA = "ModifyVolumeAttribute";
@@ -4699,6 +4775,7 @@ const _PVr = "PreviousVersion";
4699
4775
  const _PVro = "PropagatingVgws";
4700
4776
  const _PZI = "ParentZoneId";
4701
4777
  const _PZN = "ParentZoneName";
4778
+ const _Pa = "Path";
4702
4779
  const _Pe = "Permission";
4703
4780
  const _Per = "Period";
4704
4781
  const _Pl = "Platform";
@@ -4733,10 +4810,11 @@ const _RARTe = "RemoveAllocationResourceTag";
4733
4810
  const _RATC = "RestoreAddressToClassic";
4734
4811
  const _RATCR = "RestoreAddressToClassicRequest";
4735
4812
  const _RATCRe = "RestoreAddressToClassicResult";
4736
- const _RAe = "ReservationArn";
4813
+ const _RAe = "ResumeAt";
4737
4814
  const _RAel = "ReleaseAddress";
4738
- const _RAes = "ResolveAlias";
4739
- const _RAeso = "ResourceArn";
4815
+ const _RAes = "ReservationArn";
4816
+ const _RAeso = "ResolveAlias";
4817
+ const _RAesou = "ResourceArn";
4740
4818
  const _RAo = "RoleArn";
4741
4819
  const _RB = "RequestedBy";
4742
4820
  const _RBET = "RecycleBinEnterTime";
@@ -5120,10 +5198,10 @@ const _RVTRe = "ReplaceVpnTunnelResult";
5120
5198
  const _RVe = "ReservationValue";
5121
5199
  const _RWS = "ReplayWindowSize";
5122
5200
  const _Ra = "Ramdisk";
5123
- const _Re = "References";
5124
- const _Rea = "Reason";
5201
+ const _Re = "Reason";
5125
5202
  const _Rec = "Recurrence";
5126
- const _Ref = "Reference";
5203
+ const _Ref = "References";
5204
+ const _Refe = "Reference";
5127
5205
  const _Reg = "Regions";
5128
5206
  const _Regi = "Region";
5129
5207
  const _Rem = "Remove";
@@ -5146,6 +5224,8 @@ const _SAIe = "SecondaryAllocationId";
5146
5224
  const _SAL = "SubnetAssociationList";
5147
5225
  const _SAMLPA = "SAMLProviderArn";
5148
5226
  const _SAPFL = "SupportedAdditionalProcessorFeatureList";
5227
+ const _SARO = "SuccessfulAssociationResponseObject";
5228
+ const _SARS = "SuccessfulAssociationResponseSet";
5149
5229
  const _SAZ = "SingleAvailabilityZone";
5150
5230
  const _SAo = "SourceArn";
5151
5231
  const _SAou = "SourceAddress";
@@ -5154,17 +5234,19 @@ const _SAu = "SuggestedAccounts";
5154
5234
  const _SAub = "SubnetArn";
5155
5235
  const _SAubn = "SubnetAssociation";
5156
5236
  const _SAup = "SupportedArchitectures";
5237
+ const _SAupp = "SuppressAt";
5157
5238
  const _SB = "S3Bucket";
5158
5239
  const _SBM = "SupportedBootModes";
5159
5240
  const _SBN = "S3BucketName";
5160
5241
  const _SBP = "S3BucketPrefix";
5161
- const _SC = "SubnetConfigurations";
5242
+ const _SC = "StatusCode";
5162
5243
  const _SCA = "ServerCertificateArn";
5163
5244
  const _SCAE = "SerialConsoleAccessEnabled";
5164
5245
  const _SCB = "SourceCidrBlock";
5165
5246
  const _SCBS = "SubnetCidrBlockState";
5166
5247
  const _SCCDM = "SnapshotCopyCompletionDurationMinutes";
5167
5248
  const _SCL = "SubnetConfigurationsList";
5249
+ const _SCM = "StatusCodeMatcher";
5168
5250
  const _SCR = "SourceCapacityReservation";
5169
5251
  const _SCRI = "SourceCapacityReservationId";
5170
5252
  const _SCRIu = "SubnetCidrReservationId";
@@ -5178,7 +5260,8 @@ const _SCe = "ServiceConfiguration";
5178
5260
  const _SCer = "ServiceConfigurations";
5179
5261
  const _SCn = "SnapshotConfiguration";
5180
5262
  const _SCt = "StaticCidr";
5181
- const _SCu = "SubnetConfiguration";
5263
+ const _SCu = "SubnetConfigurations";
5264
+ const _SCub = "SubnetConfiguration";
5182
5265
  const _SD = "StartDate";
5183
5266
  const _SDC = "SourceDestCheck";
5184
5267
  const _SDCn = "SnapshotDiskContainer";
@@ -5430,7 +5513,7 @@ const _SPpo = "SpotPlacement";
5430
5513
  const _SQPD = "SuccessfulQueuedPurchaseDeletions";
5431
5514
  const _SQPDS = "SuccessfulQueuedPurchaseDeletionSet";
5432
5515
  const _SQPDu = "SuccessfulQueuedPurchaseDeletion";
5433
- const _SR = "ServiceRegion";
5516
+ const _SR = "SuccessfulResults";
5434
5517
  const _SRBI = "SnapshotRecycleBinInfo";
5435
5518
  const _SRBIL = "SnapshotRecycleBinInfoList";
5436
5519
  const _SRD = "SupportedRegionDetail";
@@ -5438,14 +5521,15 @@ const _SRDT = "SupportedRootDeviceTypes";
5438
5521
  const _SRO = "StaticRoutesOnly";
5439
5522
  const _SRS = "SupportedRegionSet";
5440
5523
  const _SRT = "SubnetRouteTable";
5441
- const _SRe = "ServiceRegions";
5442
- const _SRer = "ServiceResource";
5524
+ const _SRe = "ServiceRegion";
5525
+ const _SRer = "ServiceRegions";
5526
+ const _SRerv = "ServiceResource";
5443
5527
  const _SRo = "SourceRegion";
5444
5528
  const _SRou = "SourceResource";
5445
5529
  const _SRt = "StateReason";
5446
5530
  const _SRu = "SupportedRegions";
5447
5531
  const _SRup = "SupportedRegion";
5448
- const _SS = "SecondarySubnet";
5532
+ const _SS = "StatusSince";
5449
5533
  const _SSA = "SecondarySubnetArn";
5450
5534
  const _SSC = "SqlServerCredentials";
5451
5535
  const _SSG = "StaleSecurityGroup";
@@ -5463,6 +5547,8 @@ const _SSL = "SecondarySubnetList";
5463
5547
  const _SSLU = "SqlServerLicenseUsage";
5464
5548
  const _SSP = "SelfServicePortal";
5465
5549
  const _SSPU = "SelfServicePortalUrl";
5550
+ const _SSRO = "SuccessfulSuppressionResponseObject";
5551
+ const _SSRS = "SuccessfulSuppressionResponseSet";
5466
5552
  const _SSS = "StaticSourcesSupport";
5467
5553
  const _SSSAMLPA = "SelfServiceSAMLProviderArn";
5468
5554
  const _SSSPA = "SelfServiceSamlProviderArn";
@@ -5470,14 +5556,15 @@ const _SST = "SampledStartTime";
5470
5556
  const _SSTR = "SlotStartTimeRange";
5471
5557
  const _SSTRR = "SlotStartTimeRangeRequest";
5472
5558
  const _SSUPS = "S3StorageUploadPolicySignature";
5473
- const _SSe = "SecondarySubnets";
5559
+ const _SSe = "SecondarySubnet";
5560
+ const _SSec = "SecondarySubnets";
5474
5561
  const _SSer = "ServiceState";
5475
5562
  const _SSn = "SnapshotSet";
5476
5563
  const _SSs = "SseSpecification";
5477
5564
  const _SSt = "S3Storage";
5478
5565
  const _SSu = "SupportedStrategies";
5479
5566
  const _SSy = "SystemStatus";
5480
- const _ST = "StartTime";
5567
+ const _ST = "SuccessThreshold";
5481
5568
  const _STA = "SnsTopicArn";
5482
5569
  const _STC = "SpotTargetCapacity";
5483
5570
  const _STD = "SnapshotTaskDetail";
@@ -5495,8 +5582,9 @@ const _STGRRe = "SearchTransitGatewayRoutesResult";
5495
5582
  const _STH = "SessionTimeoutHours";
5496
5583
  const _STR = "StateTransitionReason";
5497
5584
  const _STRk = "SkipTunnelReplacement";
5498
- const _STS = "SnapshotTierStatuses";
5499
- const _STSn = "SnapshotTierStatus";
5585
+ const _STS = "StatusTimeStamp";
5586
+ const _STSn = "SnapshotTierStatuses";
5587
+ const _STSna = "SnapshotTierStatus";
5500
5588
  const _STSt = "StoreTaskState";
5501
5589
  const _STT = "StateTransitionTime";
5502
5590
  const _STa = "SampleType";
@@ -5505,7 +5593,8 @@ const _STe = "ServiceType";
5505
5593
  const _STo = "SourceType";
5506
5594
  const _STp = "SplitTunnel";
5507
5595
  const _STs = "SseType";
5508
- const _STt = "StorageTier";
5596
+ const _STt = "StartTime";
5597
+ const _STto = "StorageTier";
5509
5598
  const _SU = "SensitiveUrl";
5510
5599
  const _SUC = "SupportedUsageClasses";
5511
5600
  const _SUD = "SensitiveUserData";
@@ -5810,6 +5899,8 @@ const _TSarg = "TargetSize";
5810
5899
  const _TSas = "TaskState";
5811
5900
  const _TSp = "TpmSupport";
5812
5901
  const _TT = "TrafficType";
5902
+ const _TTA = "TargetTagAssociations";
5903
+ const _TTAa = "TargetTagAssociation";
5813
5904
  const _TTC = "TotalTargetCapacity";
5814
5905
  const _TTGAI = "TransportTransitGatewayAttachmentId";
5815
5906
  const _TTa = "TaskType";
@@ -5826,12 +5917,15 @@ const _Ta = "Tag";
5826
5917
  const _Te = "Tenancy";
5827
5918
  const _Ter = "Term";
5828
5919
  const _Th = "Throughput";
5829
- const _Ti = "Timestamp";
5920
+ const _Ti = "Timeout";
5830
5921
  const _Tie = "Tier";
5922
+ const _Tim = "Timestamp";
5831
5923
  const _To = "To";
5832
5924
  const _Ty = "Type";
5833
5925
  const _U = "Unsuccessful";
5834
5926
  const _UA = "UpdatedAt";
5927
+ const _UARO = "UnsuccessfulAssociationResponseObject";
5928
+ const _UARS = "UnsuccessfulAssociationResponseSet";
5835
5929
  const _UB = "UserBucket";
5836
5930
  const _UBD = "UserBucketDetails";
5837
5931
  const _UC = "UltraserverCount";
@@ -5899,6 +5993,7 @@ const _UPNGARn = "UnassignPrivateNatGatewayAddressResult";
5899
5993
  const _UPS = "UploadPolicySignature";
5900
5994
  const _UPp = "UploadPolicy";
5901
5995
  const _UPs = "UsagePrice";
5996
+ const _UR = "UnsuccessfulResults";
5902
5997
  const _URBOI = "UnusedReservationBillingOwnerId";
5903
5998
  const _US = "UsageStrategy";
5904
5999
  const _USGRDE = "UpdateSecurityGroupRuleDescriptionsEgress";
@@ -5908,6 +6003,8 @@ const _USGRDI = "UpdateSecurityGroupRuleDescriptionsIngress";
5908
6003
  const _USGRDIR = "UpdateSecurityGroupRuleDescriptionsIngressRequest";
5909
6004
  const _USGRDIRp = "UpdateSecurityGroupRuleDescriptionsIngressResult";
5910
6005
  const _USR = "UnlockSnapshotRequest";
6006
+ const _USRO = "UnsuccessfulSuppressionResponseObject";
6007
+ const _USRS = "UnsuccessfulSuppressionResponseSet";
5911
6008
  const _USRn = "UnlockSnapshotResult";
5912
6009
  const _UST = "UdpStreamTimeout";
5913
6010
  const _USn = "UnlockSnapshot";
@@ -6274,7 +6371,11 @@ const _aRut = "autoRecovery";
6274
6371
  const _aRw = "awsRegion";
6275
6372
  const _aS = "associationState";
6276
6373
  const _aSA = "amazonSideAsn";
6374
+ const _aSC = "applicationStatusCheck";
6375
+ const _aSCI = "applicationStatusCheckId";
6376
+ const _aSCS = "applicationStatusCheckSet";
6277
6377
  const _aSI = "autoScalingIps";
6378
+ const _aSRT = "applicationStatusesResponseType";
6278
6379
  const _aSS = "amdSevSnp";
6279
6380
  const _aSSs = "associatedSubnetSet";
6280
6381
  const _aSSt = "attributeSummarySet";
@@ -6284,8 +6385,9 @@ const _aSd = "addressSet";
6284
6385
  const _aSdd = "addressesSet";
6285
6386
  const _aSl = "allocationStrategy";
6286
6387
  const _aSn = "analysisStatus";
6287
- const _aSs = "associationStatus";
6288
- const _aSss = "associationSet";
6388
+ const _aSp = "applicationStatus";
6389
+ const _aSs = "associationSet";
6390
+ const _aSss = "associationStatus";
6289
6391
  const _aSt = "attachmentSet";
6290
6392
  const _aStt = "attachmentState";
6291
6393
  const _aStta = "attachmentStatuses";
@@ -6303,7 +6405,8 @@ const _aTdd = "addressType";
6303
6405
  const _aTddr = "addressingType";
6304
6406
  const _aTl = "allocationType";
6305
6407
  const _aTll = "allocationTime";
6306
- const _aTs = "associationTarget";
6408
+ const _aTs = "associationType";
6409
+ const _aTss = "associationTarget";
6307
6410
  const _aTt = "attachTime";
6308
6411
  const _aTtt = "attachedTo";
6309
6412
  const _aTtta = "attachmentType";
@@ -6313,6 +6416,7 @@ const _aVEC = "accountVpcEncryptionControl";
6313
6416
  const _aVI = "accepterVpcInfo";
6314
6417
  const _aVS = "attributeValueSet";
6315
6418
  const _aVTS = "activeVpnTunnelStatus";
6419
+ const _aVs = "associationValue";
6316
6420
  const _aZ = "availabilityZone";
6317
6421
  const _aZG = "availabilityZoneGroup";
6318
6422
  const _aZI = "availabilityZoneId";
@@ -6324,6 +6428,7 @@ const _acc = "accelerators";
6324
6428
  const _act = "active";
6325
6429
  const _ad = "address";
6326
6430
  const _af = "affinity";
6431
+ const _ag = "aggregation";
6327
6432
  const _am = "amount";
6328
6433
  const _ar = "arn";
6329
6434
  const _arc = "architecture";
@@ -6530,9 +6635,10 @@ const _cTom = "completeTime";
6530
6635
  const _cTomp = "completionTime";
6531
6636
  const _cTon = "conversionTask";
6532
6637
  const _cTonn = "connectivityType";
6533
- const _cTr = "createTime";
6534
- const _cTre = "creationTime";
6638
+ const _cTr = "creationTime";
6639
+ const _cTre = "createTime";
6535
6640
  const _cTrea = "creationTimestamp";
6641
+ const _cUT = "checkUpdateTime";
6536
6642
  const _cVE = "clientVpnEndpoint";
6537
6643
  const _cVEI = "clientVpnEndpointId";
6538
6644
  const _cVOI = "clientVpnOwnerId";
@@ -6623,13 +6729,14 @@ const _dRe = "destinationRegion";
6623
6729
  const _dReb = "debuggingRestrictions";
6624
6730
  const _dRi = "discoveryRegion";
6625
6731
  const _dRy = "dynamicRouting";
6626
- const _dS = "dnsServer";
6732
+ const _dS = "detailSet";
6627
6733
  const _dSCR = "deletedSubnetCidrReservation";
6628
6734
  const _dSRS = "deleteSnapshotResultSet";
6629
6735
  const _dSe = "destinationSet";
6630
6736
  const _dSel = "deliveryStatus";
6631
6737
  const _dSeli = "deliveryStream";
6632
- const _dSn = "dnsSupport";
6738
+ const _dSn = "dnsServer";
6739
+ const _dSns = "dnsSupport";
6633
6740
  const _dT = "deletionTime";
6634
6741
  const _dTA = "dpdTimeoutAction";
6635
6742
  const _dTC = "deprecationTimeCondition";
@@ -6827,6 +6934,7 @@ const _fSRi = "firewallStatefulRule";
6827
6934
  const _fSSIB = "fullSnapshotSizeInBytes";
6828
6935
  const _fSST = "firstSlotStartTime";
6829
6936
  const _fSl = "fleetState";
6937
+ const _fT = "failureThreshold";
6830
6938
  const _fTE = "freeTierEligible";
6831
6939
  const _fa = "fault";
6832
6940
  const _fo = "force";
@@ -6858,6 +6966,7 @@ const _gr = "groups";
6858
6966
  const _h = "hypervisor";
6859
6967
  const _hBD = "hiddenByDefault";
6860
6968
  const _hCP = "hiveCompatiblePartitions";
6969
+ const _hCPS = "healthCheckPathSet";
6861
6970
  const _hE = "httpEndpoint";
6862
6971
  const _hI = "hostId";
6863
6972
  const _hIS = "hostIdSet";
@@ -6944,6 +7053,7 @@ const _iG = "internetGateway";
6944
7053
  const _iGBM = "internetGatewayBlockMode";
6945
7054
  const _iGEM = "internetGatewayExclusionMode";
6946
7055
  const _iGI = "internetGatewayId";
7056
+ const _iGPS = "initializationGracePeriodSeconds";
6947
7057
  const _iGS = "internetGatewaySet";
6948
7058
  const _iGSn = "instanceGenerationSet";
6949
7059
  const _iH = "instanceHealth";
@@ -7046,7 +7156,7 @@ const _iRT = "ingressRouteTable";
7046
7156
  const _iRp = "ipamRegion";
7047
7157
  const _iRpa = "ipRanges";
7048
7158
  const _iRpv = "ipv6Ranges";
7049
- const _iS = "interconnectStatus";
7159
+ const _iS = "ipScope";
7050
7160
  const _iSA = "ipamScopeArn";
7051
7161
  const _iSD = "initializationStatusDetails";
7052
7162
  const _iSI = "instanceStorageInfo";
@@ -7058,16 +7168,17 @@ const _iSSp = "ipamScopeSet";
7058
7168
  const _iST = "ipamScopeType";
7059
7169
  const _iSTS = "importSnapshotTaskSet";
7060
7170
  const _iSg = "igmpv2Support";
7061
- const _iSm = "imagesSet";
7062
- const _iSma = "imageState";
7063
- const _iSmag = "imageSet";
7171
+ const _iSm = "impairedSince";
7172
+ const _iSma = "imagesSet";
7173
+ const _iSmag = "imageState";
7174
+ const _iSmage = "imageSet";
7064
7175
  const _iSmd = "imdsSupport";
7065
- const _iSmp = "impairedSince";
7066
- const _iSn = "instancesSet";
7176
+ const _iSn = "instanceSet";
7067
7177
  const _iSng = "ingestionStatus";
7068
- const _iSns = "instanceSet";
7178
+ const _iSns = "instancesSet";
7069
7179
  const _iSnst = "instanceState";
7070
7180
  const _iSnsta = "instanceStatus";
7181
+ const _iSnt = "interconnectStatus";
7071
7182
  const _iSp = "ipamScope";
7072
7183
  const _iSpa = "ipamSet";
7073
7184
  const _iSpo = "ipSource";
@@ -7097,12 +7208,13 @@ const _iV = "ikeVersion";
7097
7208
  const _iVE = "isValidExchange";
7098
7209
  const _iVS = "ikeVersionSet";
7099
7210
  const _iVm = "importVolume";
7211
+ const _iVp = "ipVersion";
7100
7212
  const _iWS = "imageWatermarkSet";
7101
7213
  const _im = "image";
7102
7214
  const _in = "instance";
7103
7215
  const _ins = "instances";
7104
- const _int = "interruptible";
7105
- const _inte = "interval";
7216
+ const _int = "interval";
7217
+ const _inte = "interruptible";
7106
7218
  const _io = "iops";
7107
7219
  const _ip = "ipam";
7108
7220
  const _ipv = "ipv4";
@@ -7224,6 +7336,7 @@ const _lTa = "launchTemplates";
7224
7336
  const _lTau = "launchTime";
7225
7337
  const _lTi = "licenseType";
7226
7338
  const _lTo = "locationType";
7339
+ const _lUA = "lastUpdatedAt";
7227
7340
  const _lUT = "lastUpdateTimestamp";
7228
7341
  const _lUTa = "lastUpdateTime";
7229
7342
  const _lUTas = "lastUpdatedTime";
@@ -7300,12 +7413,13 @@ const _mSai = "maintenanceStrategies";
7300
7413
  const _mSo = "moveStatus";
7301
7414
  const _mSod = "modificationState";
7302
7415
  const _mSu = "multicastSupport";
7303
- const _mT = "marketType";
7416
+ const _mT = "modifyTime";
7304
7417
  const _mTC = "minTargetCapacity";
7305
7418
  const _mTDID = "maxTermDurationInDays";
7306
7419
  const _mTDIDi = "minTermDurationInDays";
7307
7420
  const _mTIMB = "maximumThroughputInMBps";
7308
7421
  const _mTP = "maxTotalPrice";
7422
+ const _mTa = "marketType";
7309
7423
  const _mTe = "memberType";
7310
7424
  const _mVE = "managesVpcEndpoints";
7311
7425
  const _mVS = "metricValueSet";
@@ -7601,6 +7715,7 @@ const _pVIr = "primaryVpcId";
7601
7715
  const _pVS = "propagatingVgwSet";
7602
7716
  const _pZI = "parentZoneId";
7603
7717
  const _pZN = "parentZoneName";
7718
+ const _pa = "path";
7604
7719
  const _pe = "period";
7605
7720
  const _per = "permission";
7606
7721
  const _pl = "platform";
@@ -7621,8 +7736,9 @@ const _qS = "quoteState";
7621
7736
  const _r = "return";
7622
7737
  const _rA = "ruleAction";
7623
7738
  const _rAE = "remoteAccessEnabled";
7624
- const _rAe = "reservationArn";
7625
- const _rAes = "resourceArn";
7739
+ const _rAe = "resumeAt";
7740
+ const _rAes = "reservationArn";
7741
+ const _rAeso = "resourceArn";
7626
7742
  const _rB = "requestedBy";
7627
7743
  const _rBET = "recycleBinEnterTime";
7628
7744
  const _rBETe = "recycleBinExitTime";
@@ -7762,12 +7878,12 @@ const _rVIe = "requesterVpcInfo";
7762
7878
  const _rVe = "reservationValue";
7763
7879
  const _rWS = "replayWindowSize";
7764
7880
  const _ra = "ramdisk";
7765
- const _re = "resource";
7766
- const _rea = "reason";
7881
+ const _re = "reason";
7767
7882
  const _rec = "recurrence";
7768
7883
  const _reg = "region";
7769
7884
  const _req = "requested";
7770
- const _res = "result";
7885
+ const _res = "resource";
7886
+ const _resu = "result";
7771
7887
  const _ro = "route";
7772
7888
  const _rou = "routes";
7773
7889
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.ec2";
@@ -7779,14 +7895,16 @@ const _sAo = "sourceAddress";
7779
7895
  const _sAt = "startupAction";
7780
7896
  const _sAu = "supportedArchitectures";
7781
7897
  const _sAub = "subnetArn";
7898
+ const _sAup = "suppressAt";
7782
7899
  const _sB = "s3Bucket";
7783
7900
  const _sBM = "supportedBootModes";
7784
7901
  const _sBN = "s3BucketName";
7785
7902
  const _sBP = "s3BucketPrefix";
7786
- const _sC = "serviceConfiguration";
7903
+ const _sC = "statusCode";
7787
7904
  const _sCA = "serverCertificateArn";
7788
7905
  const _sCAE = "serialConsoleAccessEnabled";
7789
7906
  const _sCB = "sourceCidrBlock";
7907
+ const _sCM = "statusCodeMatcher";
7790
7908
  const _sCR = "sourceCapacityReservation";
7791
7909
  const _sCRI = "sourceCapacityReservationId";
7792
7910
  const _sCRIu = "subnetCidrReservationId";
@@ -7794,6 +7912,7 @@ const _sCRu = "subnetCidrReservation";
7794
7912
  const _sCS = "serviceConfigurationSet";
7795
7913
  const _sCSIG = "sustainedClockSpeedInGhz";
7796
7914
  const _sCc = "scopeCount";
7915
+ const _sCe = "serviceConfiguration";
7797
7916
  const _sCn = "snapshotConfiguration";
7798
7917
  const _sCt = "staticCidr";
7799
7918
  const _sD = "startDate";
@@ -7909,12 +8028,13 @@ const _sQPDS = "successfulQueuedPurchaseDeletionSet";
7909
8028
  const _sR = "serviceRegion";
7910
8029
  const _sRDT = "supportedRootDeviceTypes";
7911
8030
  const _sRO = "staticRoutesOnly";
7912
- const _sRS = "supportedRegionSet";
8031
+ const _sRS = "successfulResultSet";
8032
+ const _sRSu = "supportedRegionSet";
7913
8033
  const _sRT = "subnetRouteTable";
7914
8034
  const _sRe = "serviceResource";
7915
8035
  const _sRo = "sourceResource";
7916
8036
  const _sRt = "stateReason";
7917
- const _sS = "secondarySubnet";
8037
+ const _sS = "statusSince";
7918
8038
  const _sSA = "secondarySubnetArn";
7919
8039
  const _sSC = "sqlServerCredentials";
7920
8040
  const _sSGN = "sourceSecurityGroupName";
@@ -7927,8 +8047,9 @@ const _sSS = "secondarySubnetSet";
7927
8047
  const _sSSPA = "selfServiceSamlProviderArn";
7928
8048
  const _sSSt = "staticSourcesSupport";
7929
8049
  const _sST = "sampledStartTime";
7930
- const _sSe = "settingSet";
8050
+ const _sSe = "secondarySubnet";
7931
8051
  const _sSer = "serviceState";
8052
+ const _sSet = "settingSet";
7932
8053
  const _sSn = "snapshotSet";
7933
8054
  const _sSo = "sourceSet";
7934
8055
  const _sSs = "sseSpecification";
@@ -7937,7 +8058,7 @@ const _sSu = "subscriptionSet";
7937
8058
  const _sSub = "subnetSet";
7938
8059
  const _sSup = "supportedStrategies";
7939
8060
  const _sSy = "systemStatus";
7940
- const _sT = "startTime";
8061
+ const _sT = "successThreshold";
7941
8062
  const _sTA = "snsTopicArn";
7942
8063
  const _sTC = "spotTargetCapacity";
7943
8064
  const _sTD = "snapshotTaskDetail";
@@ -7946,15 +8067,17 @@ const _sTGAI = "sourceTransitGatewayAttachmentId";
7946
8067
  const _sTGAT = "sourceTransitGatewayAttachmentType";
7947
8068
  const _sTH = "sessionTimeoutHours";
7948
8069
  const _sTR = "stateTransitionReason";
7949
- const _sTS = "storeTaskState";
8070
+ const _sTS = "statusTimeStamp";
7950
8071
  const _sTSS = "snapshotTierStatusSet";
8072
+ const _sTSt = "storeTaskState";
7951
8073
  const _sTT = "stateTransitionTime";
7952
8074
  const _sTa = "sampleTime";
7953
8075
  const _sTe = "serviceType";
7954
8076
  const _sTo = "sourceType";
7955
8077
  const _sTp = "splitTunnel";
7956
8078
  const _sTs = "sseType";
7957
- const _sTt = "storageTier";
8079
+ const _sTt = "startTime";
8080
+ const _sTto = "storageTier";
7958
8081
  const _sUC = "supportedUsageClasses";
7959
8082
  const _sV = "sourceVpc";
7960
8083
  const _sVI = "sourceVolumeId";
@@ -7982,7 +8105,7 @@ const _su = "subnet";
7982
8105
  const _sub = "subnets";
7983
8106
  const _suc = "successful";
7984
8107
  const _succ = "success";
7985
- const _t = "tenancy";
8108
+ const _t = "timeout";
7986
8109
  const _tAAC = "totalAvailableAddressCount";
7987
8110
  const _tAC = "totalAvailableCapacity";
7988
8111
  const _tACo = "totalAddressCount";
@@ -8112,6 +8235,7 @@ const _tSar = "targetSize";
8112
8235
  const _tSas = "taskState";
8113
8236
  const _tSp = "tpmSupport";
8114
8237
  const _tT = "trafficType";
8238
+ const _tTAS = "targetTagAssociationSet";
8115
8239
  const _tTC = "totalTargetCapacity";
8116
8240
  const _tTGAI = "transportTransitGatewayAttachmentId";
8117
8241
  const _tTa = "taskType";
@@ -8124,7 +8248,8 @@ const _tVC = "totalVCpus";
8124
8248
  const _tVT = "targetVolumeType";
8125
8249
  const _ta = "tag";
8126
8250
  const _tag = "tags";
8127
- const _te = "term";
8251
+ const _te = "tenancy";
8252
+ const _ter = "term";
8128
8253
  const _th = "throughput";
8129
8254
  const _ti = "timestamp";
8130
8255
  const _tie = "tier";
@@ -8160,6 +8285,7 @@ const _uPS = "uploadPolicySignature";
8160
8285
  const _uPp = "uploadPolicy";
8161
8286
  const _uPs = "usagePrice";
8162
8287
  const _uRBOI = "unusedReservationBillingOwnerId";
8288
+ const _uRS = "unsuccessfulResultSet";
8163
8289
  const _uS = "usageStrategy";
8164
8290
  const _uST = "udpStreamTimeout";
8165
8291
  const _uT = "updateTime";
@@ -8732,6 +8858,84 @@ export var AnalysisSecurityGroupRule$ = [3, n0, _ASGR,
8732
8858
  [_xN]: _pLI }], [0, { [_eQN]: `Protocol`,
8733
8859
  [_xN]: _pr }]]
8734
8860
  ];
8861
+ export var ApplicationStatus$ = [3, n0, _AS,
8862
+ 0,
8863
+ [_Sta, _STS, _SS, _RAe, _Det],
8864
+ [[0, { [_eQN]: `Status`,
8865
+ [_xN]: _sta }], [4, { [_eQN]: `StatusTimeStamp`,
8866
+ [_xN]: _sTS }], [4, { [_eQN]: `StatusSince`,
8867
+ [_xN]: _sS }], [4, { [_eQN]: `ResumeAt`,
8868
+ [_xN]: _rAe }], [() => ApplicationStatusDetailSet, { [_eQN]: `DetailSet`,
8869
+ [_xN]: _dS }]]
8870
+ ];
8871
+ export var ApplicationStatusCheckAssociationObject$ = [3, n0, _ASCAO,
8872
+ 0,
8873
+ [_ASCI, _ATs, _K, _V],
8874
+ [[0, { [_eQN]: `ApplicationStatusCheckId`,
8875
+ [_xN]: _aSCI }], [0, { [_eQN]: `AssociationType`,
8876
+ [_xN]: _aTs }], [0, { [_eQN]: `Key`,
8877
+ [_xN]: _k }], [0, { [_eQN]: `Value`,
8878
+ [_xN]: _v }]]
8879
+ ];
8880
+ export var ApplicationStatusCheckResponseObject$ = [3, n0, _ASCRO,
8881
+ 0,
8882
+ [_ASCI, _Ag, _HCP, _Pr, _Po, _Pa, _DI, _IVp, _IS, _Int, _Ti, _FT, _ST, _SCM, _IGPS, _LUA, _TTA, _T, _CTr, _MT, _DT],
8883
+ [[0, { [_eQN]: `ApplicationStatusCheckId`,
8884
+ [_xN]: _aSCI }], [0, { [_eQN]: `Aggregation`,
8885
+ [_xN]: _ag }], [() => HealthCheckPathResponseList, { [_eQN]: `HealthCheckPathSet`,
8886
+ [_xN]: _hCPS }], [0, { [_eQN]: `Protocol`,
8887
+ [_xN]: _pr }], [1, { [_eQN]: `Port`,
8888
+ [_xN]: _po }], [0, { [_eQN]: `Path`,
8889
+ [_xN]: _pa }], [1, { [_eQN]: `DeviceIndex`,
8890
+ [_xN]: _dI }], [0, { [_eQN]: `IpVersion`,
8891
+ [_xN]: _iVp }], [0, { [_eQN]: `IpScope`,
8892
+ [_xN]: _iS }], [1, { [_eQN]: `Interval`,
8893
+ [_xN]: _int }], [1, { [_eQN]: `Timeout`,
8894
+ [_xN]: _t }], [1, { [_eQN]: `FailureThreshold`,
8895
+ [_xN]: _fT }], [1, { [_eQN]: `SuccessThreshold`,
8896
+ [_xN]: _sT }], [0, { [_eQN]: `StatusCodeMatcher`,
8897
+ [_xN]: _sCM }], [1, { [_eQN]: `InitializationGracePeriodSeconds`,
8898
+ [_xN]: _iGPS }], [4, { [_eQN]: `LastUpdatedAt`,
8899
+ [_xN]: _lUA }], [() => CustomKeyValuePairResponseSet, { [_eQN]: `TargetTagAssociationSet`,
8900
+ [_xN]: _tTAS }], [() => TagList, { [_eQN]: `TagSet`,
8901
+ [_xN]: _tS }], [4, { [_eQN]: `CreationTime`,
8902
+ [_xN]: _cTr }], [4, { [_eQN]: `ModifyTime`,
8903
+ [_xN]: _mT }], [4, { [_eQN]: `DeletionTime`,
8904
+ [_xN]: _dT }]]
8905
+ ];
8906
+ export var ApplicationStatusDetail$ = [3, n0, _ASD,
8907
+ 0,
8908
+ [_ASCI, _CUT, _Ag, _Sta, _STS, _SS, _Re],
8909
+ [[0, { [_eQN]: `ApplicationStatusCheckId`,
8910
+ [_xN]: _aSCI }], [4, { [_eQN]: `CheckUpdateTime`,
8911
+ [_xN]: _cUT }], [0, { [_eQN]: `Aggregation`,
8912
+ [_xN]: _ag }], [0, { [_eQN]: `Status`,
8913
+ [_xN]: _sta }], [4, { [_eQN]: `StatusTimeStamp`,
8914
+ [_xN]: _sTS }], [4, { [_eQN]: `StatusSince`,
8915
+ [_xN]: _sS }], [() => ApplicationStatusReason$, { [_eQN]: `Reason`,
8916
+ [_xN]: _re }]]
8917
+ ];
8918
+ export var ApplicationStatusesResponseType$ = [3, n0, _ASRT,
8919
+ 0,
8920
+ [_Ins],
8921
+ [[() => InstanceApplicationStatusSet, { [_eQN]: `InstanceSet`,
8922
+ [_xN]: _iSn }]]
8923
+ ];
8924
+ export var ApplicationStatusReason$ = [3, n0, _ASR,
8925
+ 0,
8926
+ [_Co, _SC, _Pr],
8927
+ [[0, { [_eQN]: `Code`,
8928
+ [_xN]: _co }], [1, { [_eQN]: `StatusCode`,
8929
+ [_xN]: _sC }], [0, { [_eQN]: `Protocol`,
8930
+ [_xN]: _pr }]]
8931
+ ];
8932
+ export var ApplicationStatusSummary$ = [3, n0, _ASS,
8933
+ 0,
8934
+ [_Sta, _ISm],
8935
+ [[0, { [_eQN]: `Status`,
8936
+ [_xN]: _sta }], [4, { [_eQN]: `ImpairedSince`,
8937
+ [_xN]: _iSm }]]
8938
+ ];
8735
8939
  export var ApplySecurityGroupsToClientVpnTargetNetworkRequest$ = [3, n0, _ASGTCVTNR,
8736
8940
  0,
8737
8941
  [_CVEI, _VI, _SGIe, _DR],
@@ -8823,6 +9027,18 @@ export var AssociateAddressResult$ = [3, n0, _AARss,
8823
9027
  [[0, { [_eQN]: `AssociationId`,
8824
9028
  [_xN]: _aIs }]]
8825
9029
  ];
9030
+ export var AssociateApplicationStatusCheckRequest$ = [3, n0, _AASCR,
9031
+ 0,
9032
+ [_ASCI, _TTA, _IIn, _CT, _DR],
9033
+ [0, [() => CustomKeyValuePairRequestSet, { [_xN]: _TTAa }], [() => InstanceIdList, { [_xN]: _II }], [0, 4], 2], 1
9034
+ ];
9035
+ export var AssociateApplicationStatusCheckResult$ = [3, n0, _AASCRs,
9036
+ 0,
9037
+ [_SR, _UR],
9038
+ [[() => SuccessfulAssociationResponseSet, { [_eQN]: `SuccessfulResultSet`,
9039
+ [_xN]: _sRS }], [() => UnsuccessfulAssociationResponseSet, { [_eQN]: `UnsuccessfulResultSet`,
9040
+ [_xN]: _uRS }]]
9041
+ ];
8826
9042
  export var AssociateCapacityReservationBillingOwnerRequest$ = [3, n0, _ACRBORs,
8827
9043
  0,
8828
9044
  [_CRI, _URBOI, _DR],
@@ -8894,7 +9110,7 @@ export var AssociateIamInstanceProfileResult$ = [3, n0, _AIIPRs,
8894
9110
  ];
8895
9111
  export var AssociateInstanceEventWindowRequest$ = [3, n0, _AIEWR,
8896
9112
  0,
8897
- [_IEWI, _ATs, _DR],
9113
+ [_IEWI, _ATss, _DR],
8898
9114
  [0, [() => InstanceEventWindowAssociationRequest$, 0], 2], 2
8899
9115
  ];
8900
9116
  export var AssociateInstanceEventWindowResult$ = [3, n0, _AIEWRs,
@@ -8958,7 +9174,7 @@ export var AssociateRouteTableRequest$ = [3, n0, _ARTRs,
8958
9174
  ];
8959
9175
  export var AssociateRouteTableResult$ = [3, n0, _ARTRss,
8960
9176
  0,
8961
- [_AIs, _AS],
9177
+ [_AIs, _ASs],
8962
9178
  [[0, { [_eQN]: `AssociationId`,
8963
9179
  [_xN]: _aIs }], [() => RouteTableAssociationState$, { [_eQN]: `AssociationState`,
8964
9180
  [_xN]: _aS }]]
@@ -9048,7 +9264,7 @@ export var AssociateVpcCidrBlockResult$ = [3, n0, _AVCBRs,
9048
9264
  [_xN]: _cBA }], [0, { [_eQN]: `VpcId`,
9049
9265
  [_xN]: _vI }]]
9050
9266
  ];
9051
- export var AssociationStatus$ = [3, n0, _ASs,
9267
+ export var AssociationStatus$ = [3, n0, _ASss,
9052
9268
  0,
9053
9269
  [_Co, _Me],
9054
9270
  [[0, { [_eQN]: `Code`,
@@ -9346,12 +9562,12 @@ export var BundleInstanceResult$ = [3, n0, _BIRu,
9346
9562
  ];
9347
9563
  export var BundleTask$ = [3, n0, _BT,
9348
9564
  0,
9349
- [_II, _BI, _St, _ST, _UT, _Sto, _Pro, _BTE],
9565
+ [_II, _BI, _St, _STt, _UT, _Sto, _Pro, _BTE],
9350
9566
  [[0, { [_eQN]: `InstanceId`,
9351
9567
  [_xN]: _iI }], [0, { [_eQN]: `BundleId`,
9352
9568
  [_xN]: _bI }], [0, { [_eQN]: `State`,
9353
9569
  [_xN]: _st }], [4, { [_eQN]: `StartTime`,
9354
- [_xN]: _sT }], [4, { [_eQN]: `UpdateTime`,
9570
+ [_xN]: _sTt }], [4, { [_eQN]: `UpdateTime`,
9355
9571
  [_xN]: _uT }], [() => Storage$, { [_eQN]: `Storage`,
9356
9572
  [_xN]: _sto }], [0, { [_eQN]: `Progress`,
9357
9573
  [_xN]: _pro }], [() => BundleTaskError$, { [_eQN]: `Error`,
@@ -9618,7 +9834,7 @@ export var CapacityBlockExtensionOffering$ = [3, n0, _CBEO,
9618
9834
  [_xN]: _cBEDH }], [0, { [_eQN]: `UpfrontFee`,
9619
9835
  [_xN]: _uF }], [0, { [_eQN]: `CurrencyCode`,
9620
9836
  [_xN]: _cC }], [0, { [_eQN]: `Tenancy`,
9621
- [_xN]: _t }], [0, { [_eQN]: `ZoneType`,
9837
+ [_xN]: _te }], [0, { [_eQN]: `ZoneType`,
9622
9838
  [_xN]: _zT }]]
9623
9839
  ];
9624
9840
  export var CapacityBlockOffering$ = [3, n0, _CBO,
@@ -9634,7 +9850,7 @@ export var CapacityBlockOffering$ = [3, n0, _CBO,
9634
9850
  [_xN]: _cBDH }], [0, { [_eQN]: `UpfrontFee`,
9635
9851
  [_xN]: _uF }], [0, { [_eQN]: `CurrencyCode`,
9636
9852
  [_xN]: _cC }], [0, { [_eQN]: `Tenancy`,
9637
- [_xN]: _t }], [0, { [_eQN]: `UltraserverType`,
9853
+ [_xN]: _te }], [0, { [_eQN]: `UltraserverType`,
9638
9854
  [_xN]: _uTl }], [1, { [_eQN]: `UltraserverCount`,
9639
9855
  [_xN]: _uC }], [1, { [_eQN]: `CapacityBlockDurationMinutes`,
9640
9856
  [_xN]: _cBDM }], [0, { [_eQN]: `ZoneType`,
@@ -9642,10 +9858,10 @@ export var CapacityBlockOffering$ = [3, n0, _CBO,
9642
9858
  ];
9643
9859
  export var CapacityBlockStatus$ = [3, n0, _CBS,
9644
9860
  0,
9645
- [_CBI, _IS, _TCo, _TAC, _TUC, _CRS],
9861
+ [_CBI, _ISn, _TCo, _TAC, _TUC, _CRS],
9646
9862
  [[0, { [_eQN]: `CapacityBlockId`,
9647
9863
  [_xN]: _cBI }], [0, { [_eQN]: `InterconnectStatus`,
9648
- [_xN]: _iS }], [1, { [_eQN]: `TotalCapacity`,
9864
+ [_xN]: _iSnt }], [1, { [_eQN]: `TotalCapacity`,
9649
9865
  [_xN]: _tC }], [1, { [_eQN]: `TotalAvailableCapacity`,
9650
9866
  [_xN]: _tAC }], [1, { [_eQN]: `TotalUnavailableCapacity`,
9651
9867
  [_xN]: _tUC }], [() => CapacityReservationStatusSet, { [_eQN]: `CapacityReservationStatusSet`,
@@ -9658,14 +9874,14 @@ export var CapacityManagerCondition$ = [3, n0, _CMC,
9658
9874
  ];
9659
9875
  export var CapacityManagerDataExportResponse$ = [3, n0, _CMDER,
9660
9876
  0,
9661
- [_CMDEI, _SBN, _SBP, _Sc, _OF, _CTr, _LDS, _LDSM, _LDSLU, _LDT, _T],
9877
+ [_CMDEI, _SBN, _SBP, _Sc, _OF, _CTre, _LDS, _LDSM, _LDSLU, _LDT, _T],
9662
9878
  [[0, { [_eQN]: `CapacityManagerDataExportId`,
9663
9879
  [_xN]: _cMDEI }], [0, { [_eQN]: `S3BucketName`,
9664
9880
  [_xN]: _sBN }], [0, { [_eQN]: `S3BucketPrefix`,
9665
9881
  [_xN]: _sBP }], [0, { [_eQN]: `Schedule`,
9666
9882
  [_xN]: _sc }], [0, { [_eQN]: `OutputFormat`,
9667
9883
  [_xN]: _oF }], [4, { [_eQN]: `CreateTime`,
9668
- [_xN]: _cTr }], [0, { [_eQN]: `LatestDeliveryStatus`,
9884
+ [_xN]: _cTre }], [0, { [_eQN]: `LatestDeliveryStatus`,
9669
9885
  [_xN]: _lDS }], [0, { [_eQN]: `LatestDeliveryStatusMessage`,
9670
9886
  [_xN]: _lDSM }], [0, { [_eQN]: `LatestDeliveryS3LocationUri`,
9671
9887
  [_xN]: _lDSLU }], [4, { [_eQN]: `LatestDeliveryTime`,
@@ -9674,7 +9890,7 @@ export var CapacityManagerDataExportResponse$ = [3, n0, _CMDER,
9674
9890
  ];
9675
9891
  export var CapacityManagerDimension$ = [3, n0, _CMD,
9676
9892
  0,
9677
- [_RR, _AZI, _AIc, _ANc, _IF, _IT, _IPn, _RAe, _RIe, _RT, _RCT, _RST, _RET, _REDT, _Te, _RSe, _RIMC, _RUFO, _T],
9893
+ [_RR, _AZI, _AIc, _ANc, _IF, _IT, _IPn, _RAes, _RIe, _RT, _RCT, _RST, _RET, _REDT, _Te, _RSe, _RIMC, _RUFO, _T],
9678
9894
  [[0, { [_eQN]: `ResourceRegion`,
9679
9895
  [_xN]: _rR }], [0, { [_eQN]: `AvailabilityZoneId`,
9680
9896
  [_xN]: _aZI }], [0, { [_eQN]: `AccountId`,
@@ -9683,14 +9899,14 @@ export var CapacityManagerDimension$ = [3, n0, _CMD,
9683
9899
  [_xN]: _iF }], [0, { [_eQN]: `InstanceType`,
9684
9900
  [_xN]: _iT }], [0, { [_eQN]: `InstancePlatform`,
9685
9901
  [_xN]: _iPn }], [0, { [_eQN]: `ReservationArn`,
9686
- [_xN]: _rAe }], [0, { [_eQN]: `ReservationId`,
9902
+ [_xN]: _rAes }], [0, { [_eQN]: `ReservationId`,
9687
9903
  [_xN]: _rI }], [0, { [_eQN]: `ReservationType`,
9688
9904
  [_xN]: _rT }], [4, { [_eQN]: `ReservationCreateTimestamp`,
9689
9905
  [_xN]: _rCT }], [4, { [_eQN]: `ReservationStartTimestamp`,
9690
9906
  [_xN]: _rST }], [4, { [_eQN]: `ReservationEndTimestamp`,
9691
9907
  [_xN]: _rET }], [0, { [_eQN]: `ReservationEndDateType`,
9692
9908
  [_xN]: _rEDT }], [0, { [_eQN]: `Tenancy`,
9693
- [_xN]: _t }], [0, { [_eQN]: `ReservationState`,
9909
+ [_xN]: _te }], [0, { [_eQN]: `ReservationState`,
9694
9910
  [_xN]: _rS }], [0, { [_eQN]: `ReservationInstanceMatchCriteria`,
9695
9911
  [_xN]: _rIMC }], [0, { [_eQN]: `ReservationUnusedFinancialOwner`,
9696
9912
  [_xN]: _rUFO }], [() => CapacityManagerTagDimensionSet, { [_eQN]: `TagSet`,
@@ -9715,7 +9931,7 @@ export var CapacityManagerTagDimension$ = [3, n0, _CMTD,
9715
9931
  ];
9716
9932
  export var CapacityReservation$ = [3, n0, _CRa,
9717
9933
  0,
9718
- [_CRI, _OI, _CRA, _AZI, _IT, _IPn, _AZ, _Te, _TIC, _AICv, _EO, _ES, _St, _SD, _ED, _EDTn, _IMC, _CD, _T, _OA, _CRFIa, _PGA, _CAap, _RT, _URBOI, _CIom, _DP, _CBI, _Int, _ICA, _IIn],
9934
+ [_CRI, _OI, _CRA, _AZI, _IT, _IPn, _AZ, _Te, _TIC, _AICv, _EO, _ES, _St, _SD, _ED, _EDTn, _IMC, _CD, _T, _OA, _CRFIa, _PGA, _CAap, _RT, _URBOI, _CIom, _DP, _CBI, _Inte, _ICA, _IInt],
9719
9935
  [[0, { [_eQN]: `CapacityReservationId`,
9720
9936
  [_xN]: _cRI }], [0, { [_eQN]: `OwnerId`,
9721
9937
  [_xN]: _oI }], [0, { [_eQN]: `CapacityReservationArn`,
@@ -9724,7 +9940,7 @@ export var CapacityReservation$ = [3, n0, _CRa,
9724
9940
  [_xN]: _iT }], [0, { [_eQN]: `InstancePlatform`,
9725
9941
  [_xN]: _iPn }], [0, { [_eQN]: `AvailabilityZone`,
9726
9942
  [_xN]: _aZ }], [0, { [_eQN]: `Tenancy`,
9727
- [_xN]: _t }], [1, { [_eQN]: `TotalInstanceCount`,
9943
+ [_xN]: _te }], [1, { [_eQN]: `TotalInstanceCount`,
9728
9944
  [_xN]: _tIC }], [1, { [_eQN]: `AvailableInstanceCount`,
9729
9945
  [_xN]: _aICv }], [2, { [_eQN]: `EbsOptimized`,
9730
9946
  [_xN]: _eO }], [2, { [_eQN]: `EphemeralStorage`,
@@ -9745,7 +9961,7 @@ export var CapacityReservation$ = [3, n0, _CRa,
9745
9961
  [_xN]: _cIom }], [0, { [_eQN]: `DeliveryPreference`,
9746
9962
  [_xN]: _dP }], [0, { [_eQN]: `CapacityBlockId`,
9747
9963
  [_xN]: _cBI }], [2, { [_eQN]: `Interruptible`,
9748
- [_xN]: _int }], [() => InterruptibleCapacityAllocation$, { [_eQN]: `InterruptibleCapacityAllocation`,
9964
+ [_xN]: _inte }], [() => InterruptibleCapacityAllocation$, { [_eQN]: `InterruptibleCapacityAllocation`,
9749
9965
  [_xN]: _iCA }], [() => InterruptionInfo$, { [_eQN]: `InterruptionInfo`,
9750
9966
  [_xN]: _iIn }]]
9751
9967
  ];
@@ -9763,11 +9979,11 @@ export var CapacityReservationBillingRequest$ = [3, n0, _CRBR,
9763
9979
  ];
9764
9980
  export var CapacityReservationCancellationQuote$ = [3, n0, _CRCQ,
9765
9981
  0,
9766
- [_CRCQI, _CRI, _CTr, _ET, _QS, _CCu, _CTa, _T],
9982
+ [_CRCQI, _CRI, _CTre, _ET, _QS, _CCu, _CTa, _T],
9767
9983
  [[0, { [_eQN]: `CapacityReservationCancellationQuoteId`,
9768
9984
  [_xN]: _cRCQI }], [0, { [_eQN]: `CapacityReservationId`,
9769
9985
  [_xN]: _cRI }], [4, { [_eQN]: `CreateTime`,
9770
- [_xN]: _cTr }], [4, { [_eQN]: `ExpirationTime`,
9986
+ [_xN]: _cTre }], [4, { [_eQN]: `ExpirationTime`,
9771
9987
  [_xN]: _eT }], [0, { [_eQN]: `QuoteState`,
9772
9988
  [_xN]: _qS }], [() => CapacityReservationConfiguration$, { [_eQN]: `CurrentConfiguration`,
9773
9989
  [_xN]: _cCu }], [() => CancellationTermsSet, { [_eQN]: `CancellationTermSet`,
@@ -9790,16 +10006,16 @@ export var CapacityReservationConfiguration$ = [3, n0, _CRC,
9790
10006
  ];
9791
10007
  export var CapacityReservationFleet$ = [3, n0, _CRF,
9792
10008
  0,
9793
- [_CRFIa, _CRFA, _St, _TTC, _TFC, _Te, _ED, _CTr, _IMC, _ASl, _ITS, _T],
10009
+ [_CRFIa, _CRFA, _St, _TTC, _TFC, _Te, _ED, _CTre, _IMC, _ASl, _ITS, _T],
9794
10010
  [[0, { [_eQN]: `CapacityReservationFleetId`,
9795
10011
  [_xN]: _cRFI }], [0, { [_eQN]: `CapacityReservationFleetArn`,
9796
10012
  [_xN]: _cRFA }], [0, { [_eQN]: `State`,
9797
10013
  [_xN]: _st }], [1, { [_eQN]: `TotalTargetCapacity`,
9798
10014
  [_xN]: _tTC }], [1, { [_eQN]: `TotalFulfilledCapacity`,
9799
10015
  [_xN]: _tFC }], [0, { [_eQN]: `Tenancy`,
9800
- [_xN]: _t }], [4, { [_eQN]: `EndDate`,
10016
+ [_xN]: _te }], [4, { [_eQN]: `EndDate`,
9801
10017
  [_xN]: _eD }], [4, { [_eQN]: `CreateTime`,
9802
- [_xN]: _cTr }], [0, { [_eQN]: `InstanceMatchCriteria`,
10018
+ [_xN]: _cTre }], [0, { [_eQN]: `InstanceMatchCriteria`,
9803
10019
  [_xN]: _iMC }], [0, { [_eQN]: `AllocationStrategy`,
9804
10020
  [_xN]: _aSl }], [() => FleetCapacityReservationSet, { [_eQN]: `InstanceTypeSpecificationSet`,
9805
10021
  [_xN]: _iTSS }], [() => TagList, { [_eQN]: `TagSet`,
@@ -9826,7 +10042,7 @@ export var CapacityReservationInfo$ = [3, n0, _CRIap,
9826
10042
  [[0, { [_eQN]: `InstanceType`,
9827
10043
  [_xN]: _iT }], [0, { [_eQN]: `AvailabilityZone`,
9828
10044
  [_xN]: _aZ }], [0, { [_eQN]: `Tenancy`,
9829
- [_xN]: _t }], [0, { [_eQN]: `AvailabilityZoneId`,
10045
+ [_xN]: _te }], [0, { [_eQN]: `AvailabilityZoneId`,
9830
10046
  [_xN]: _aZI }]]
9831
10047
  ];
9832
10048
  export var CapacityReservationOptions$ = [3, n0, _CRO,
@@ -10017,7 +10233,7 @@ export var ClientVpnAuthorizationRuleStatus$ = [3, n0, _CVARS,
10017
10233
  ];
10018
10234
  export var ClientVpnConnection$ = [3, n0, _CVC,
10019
10235
  0,
10020
- [_CVEI, _Ti, _CIon, _Us, _CET, _IB, _EB, _IPng, _EP, _CIl, _CIA, _CN, _Sta, _CETo, _PCS],
10236
+ [_CVEI, _Tim, _CIon, _Us, _CET, _IB, _EB, _IPng, _EP, _CIl, _CIA, _CN, _Sta, _CETo, _PCS],
10021
10237
  [[0, { [_eQN]: `ClientVpnEndpointId`,
10022
10238
  [_xN]: _cVEI }], [0, { [_eQN]: `Timestamp`,
10023
10239
  [_xN]: _ti }], [0, { [_eQN]: `ConnectionId`,
@@ -10044,16 +10260,16 @@ export var ClientVpnConnectionStatus$ = [3, n0, _CVCS,
10044
10260
  ];
10045
10261
  export var ClientVpnEndpoint$ = [3, n0, _CVE,
10046
10262
  0,
10047
- [_CVEI, _De, _Sta, _CTre, _DT, _DNn, _CCB, _DS, _STp, _VPp, _TPr, _VPpn, _ATNs, _SCA, _AO, _CLO, _T, _SGIe, _VI, _SSPU, _CCO, _STH, _CLBO, _CREO, _DOST, _EIAT, _TIAT, _TGC],
10263
+ [_CVEI, _De, _Sta, _CTr, _DT, _DNn, _CCB, _DS, _STp, _VPp, _TPr, _VPpn, _ATNs, _SCA, _AO, _CLO, _T, _SGIe, _VI, _SSPU, _CCO, _STH, _CLBO, _CREO, _DOST, _EIAT, _TIAT, _TGC],
10048
10264
  [[0, { [_eQN]: `ClientVpnEndpointId`,
10049
10265
  [_xN]: _cVEI }], [0, { [_eQN]: `Description`,
10050
10266
  [_xN]: _de }], [() => ClientVpnEndpointStatus$, { [_eQN]: `Status`,
10051
10267
  [_xN]: _sta }], [0, { [_eQN]: `CreationTime`,
10052
- [_xN]: _cTre }], [0, { [_eQN]: `DeletionTime`,
10268
+ [_xN]: _cTr }], [0, { [_eQN]: `DeletionTime`,
10053
10269
  [_xN]: _dT }], [0, { [_eQN]: `DnsName`,
10054
10270
  [_xN]: _dNn }], [0, { [_eQN]: `ClientCidrBlock`,
10055
10271
  [_xN]: _cCB }], [() => ValueStringList, { [_eQN]: `DnsServer`,
10056
- [_xN]: _dS }], [2, { [_eQN]: `SplitTunnel`,
10272
+ [_xN]: _dSn }], [2, { [_eQN]: `SplitTunnel`,
10057
10273
  [_xN]: _sTp }], [0, { [_eQN]: `VpnProtocol`,
10058
10274
  [_xN]: _vPp }], [0, { [_eQN]: `TransportProtocol`,
10059
10275
  [_xN]: _tPr }], [1, { [_eQN]: `VpnPort`,
@@ -10177,7 +10393,7 @@ export var ConnectionLogResponseOptions$ = [3, n0, _CLRO,
10177
10393
  ];
10178
10394
  export var ConnectionNotification$ = [3, n0, _CNo,
10179
10395
  0,
10180
- [_CNI, _SIe, _VEIp, _CNT, _CNAo, _CE, _CNS, _SR],
10396
+ [_CNI, _SIe, _VEIp, _CNT, _CNAo, _CE, _CNS, _SRe],
10181
10397
  [[0, { [_eQN]: `ConnectionNotificationId`,
10182
10398
  [_xN]: _cNI }], [0, { [_eQN]: `ServiceId`,
10183
10399
  [_xN]: _sI }], [0, { [_eQN]: `VpcEndpointId`,
@@ -10284,7 +10500,7 @@ export var CopyVolumesResult$ = [3, n0, _CVRop,
10284
10500
  ];
10285
10501
  export var CpuOptions$ = [3, n0, _CO,
10286
10502
  0,
10287
- [_CCor, _TPC, _ASS, _NV],
10503
+ [_CCor, _TPC, _ASSm, _NV],
10288
10504
  [[1, { [_eQN]: `CoreCount`,
10289
10505
  [_xN]: _cCo }], [1, { [_eQN]: `ThreadsPerCore`,
10290
10506
  [_xN]: _tPC }], [0, { [_eQN]: `AmdSevSnp`,
@@ -10293,19 +10509,30 @@ export var CpuOptions$ = [3, n0, _CO,
10293
10509
  ];
10294
10510
  export var CpuOptionsRequest$ = [3, n0, _COR,
10295
10511
  0,
10296
- [_CCor, _TPC, _ASS, _NV],
10512
+ [_CCor, _TPC, _ASSm, _NV],
10297
10513
  [1, 1, 0, 0]
10298
10514
  ];
10299
10515
  export var CpuPerformanceFactor$ = [3, n0, _CPF,
10300
10516
  0,
10301
- [_Re],
10517
+ [_Ref],
10302
10518
  [[() => PerformanceFactorReferenceSet, { [_eQN]: `ReferenceSet`,
10303
10519
  [_xN]: _rSe }]]
10304
10520
  ];
10305
10521
  export var CpuPerformanceFactorRequest$ = [3, n0, _CPFR,
10306
10522
  0,
10307
- [_Re],
10308
- [[() => PerformanceFactorReferenceSetRequest, { [_xN]: _Ref }]]
10523
+ [_Ref],
10524
+ [[() => PerformanceFactorReferenceSetRequest, { [_xN]: _Refe }]]
10525
+ ];
10526
+ export var CreateApplicationStatusCheckRequest$ = [3, n0, _CASCR,
10527
+ 0,
10528
+ [_Pr, _Po, _HCP, _Ag, _Pa, _DI, _IVp, _IS, _Int, _Ti, _FT, _ST, _SCM, _IGPS, _TS, _CT, _DR],
10529
+ [0, 1, [() => HealthCheckPathRequestList, { [_xN]: _HCPe }], 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, [() => TagSpecificationList, { [_xN]: _TSa }], [0, 4], 2], 2
10530
+ ];
10531
+ export var CreateApplicationStatusCheckResult$ = [3, n0, _CASCRr,
10532
+ 0,
10533
+ [_ASC],
10534
+ [[() => ApplicationStatusCheckResponseObject$, { [_eQN]: `ApplicationStatusCheck`,
10535
+ [_xN]: _aSC }]]
10309
10536
  ];
10310
10537
  export var CreateCapacityManagerDataExportRequest$ = [3, n0, _CCMDER,
10311
10538
  0,
@@ -10349,7 +10576,7 @@ export var CreateCapacityReservationFleetRequest$ = [3, n0, _CCRFRr,
10349
10576
  ];
10350
10577
  export var CreateCapacityReservationFleetResult$ = [3, n0, _CCRFRre,
10351
10578
  0,
10352
- [_CRFIa, _St, _TTC, _TFC, _IMC, _ASl, _CTr, _ED, _Te, _FCR, _T],
10579
+ [_CRFIa, _St, _TTC, _TFC, _IMC, _ASl, _CTre, _ED, _Te, _FCR, _T],
10353
10580
  [[0, { [_eQN]: `CapacityReservationFleetId`,
10354
10581
  [_xN]: _cRFI }], [0, { [_eQN]: `State`,
10355
10582
  [_xN]: _st }], [1, { [_eQN]: `TotalTargetCapacity`,
@@ -10357,9 +10584,9 @@ export var CreateCapacityReservationFleetResult$ = [3, n0, _CCRFRre,
10357
10584
  [_xN]: _tFC }], [0, { [_eQN]: `InstanceMatchCriteria`,
10358
10585
  [_xN]: _iMC }], [0, { [_eQN]: `AllocationStrategy`,
10359
10586
  [_xN]: _aSl }], [4, { [_eQN]: `CreateTime`,
10360
- [_xN]: _cTr }], [4, { [_eQN]: `EndDate`,
10587
+ [_xN]: _cTre }], [4, { [_eQN]: `EndDate`,
10361
10588
  [_xN]: _eD }], [0, { [_eQN]: `Tenancy`,
10362
- [_xN]: _t }], [() => FleetCapacityReservationSet, { [_eQN]: `FleetCapacityReservationSet`,
10589
+ [_xN]: _te }], [() => FleetCapacityReservationSet, { [_eQN]: `FleetCapacityReservationSet`,
10363
10590
  [_xN]: _fCRS }], [() => TagList, { [_eQN]: `TagSet`,
10364
10591
  [_xN]: _tS }]]
10365
10592
  ];
@@ -10512,7 +10739,7 @@ export var CreateFleetError$ = [3, n0, _CFE,
10512
10739
  ];
10513
10740
  export var CreateFleetInstance$ = [3, n0, _CFI,
10514
10741
  0,
10515
- [_LTAO, _Li, _IIns, _IT, _Pl, _AZI, _AZ, _SIu],
10742
+ [_LTAO, _Li, _IIn, _IT, _Pl, _AZI, _AZ, _SIu],
10516
10743
  [[() => LaunchTemplateAndOverridesResponse$, { [_eQN]: `LaunchTemplateAndOverrides`,
10517
10744
  [_xN]: _lTAO }], [0, { [_eQN]: `Lifecycle`,
10518
10745
  [_xN]: _li }], [() => InstanceIdsSet, { [_eQN]: `InstanceIds`,
@@ -10761,7 +10988,7 @@ export var CreateLaunchTemplateResult$ = [3, n0, _CLTRr,
10761
10988
  ];
10762
10989
  export var CreateLaunchTemplateVersionRequest$ = [3, n0, _CLTVR,
10763
10990
  0,
10764
- [_LTD, _DR, _CT, _LTI, _LTN, _SV, _VD, _RAes],
10991
+ [_LTD, _DR, _CT, _LTI, _LTN, _SV, _VD, _RAeso],
10765
10992
  [[() => RequestLaunchTemplateData$, 0], 2, [0, 4], 0, 0, 0, 0, 2], 1
10766
10993
  ];
10767
10994
  export var CreateLaunchTemplateVersionResult$ = [3, n0, _CLTVRr,
@@ -11085,8 +11312,8 @@ export var CreateRouteTableResult$ = [3, n0, _CRTRre,
11085
11312
  ];
11086
11313
  export var CreateSecondaryNetworkRequest$ = [3, n0, _CSNR,
11087
11314
  0,
11088
- [_ICBp, _NT, _CT, _DR, _TS],
11089
- [0, 0, [0, 4], 2, [() => TagSpecificationList, { [_xN]: _TSa }]], 2
11315
+ [_NT, _CT, _DR, _ICBp, _TS],
11316
+ [0, [0, 4], 2, 0, [() => TagSpecificationList, { [_xN]: _TSa }]], 1
11090
11317
  ];
11091
11318
  export var CreateSecondaryNetworkResult$ = [3, n0, _CSNRr,
11092
11319
  0,
@@ -11102,9 +11329,9 @@ export var CreateSecondarySubnetRequest$ = [3, n0, _CSSR,
11102
11329
  ];
11103
11330
  export var CreateSecondarySubnetResult$ = [3, n0, _CSSRr,
11104
11331
  0,
11105
- [_SS, _CT],
11332
+ [_SSe, _CT],
11106
11333
  [[() => SecondarySubnet$, { [_eQN]: `SecondarySubnet`,
11107
- [_xN]: _sS }], [0, { [_eQN]: `ClientToken`,
11334
+ [_xN]: _sSe }], [0, { [_eQN]: `ClientToken`,
11108
11335
  [_xN]: _cT }]]
11109
11336
  ];
11110
11337
  export var CreateSecurityGroupRequest$ = [3, n0, _CSGR,
@@ -11129,7 +11356,7 @@ export var CreateSnapshotRequest$ = [3, n0, _CSRr,
11129
11356
  ];
11130
11357
  export var CreateSnapshotsRequest$ = [3, n0, _CSRre,
11131
11358
  0,
11132
- [_ISn, _De, _OA, _TS, _DR, _CTFS, _Loc],
11359
+ [_ISns, _De, _OA, _TS, _DR, _CTFS, _Loc],
11133
11360
  [[() => InstanceSpecification$, 0], 0, 0, [() => TagSpecificationList, { [_xN]: _TSa }], 2, 0, 0], 1
11134
11361
  ];
11135
11362
  export var CreateSnapshotsResult$ = [3, n0, _CSRrea,
@@ -11553,8 +11780,8 @@ export var CreateVpcEndpointConnectionNotificationResult$ = [3, n0, _CVECNRr,
11553
11780
  ];
11554
11781
  export var CreateVpcEndpointRequest$ = [3, n0, _CVER,
11555
11782
  0,
11556
- [_VI, _DR, _VET, _SN, _PDo, _RTIo, _SI, _SGIe, _IAT, _DOn, _CT, _PDE, _TS, _SC, _SNA, _RCA, _SR],
11557
- [0, 2, 0, 0, 0, [() => VpcEndpointRouteTableIdList, { [_xN]: _RTI }], [() => VpcEndpointSubnetIdList, { [_xN]: _SIu }], [() => VpcEndpointSecurityGroupIdList, { [_xN]: _SGI }], 0, [() => DnsOptionsSpecification$, 0], 0, 2, [() => TagSpecificationList, { [_xN]: _TSa }], [() => SubnetConfigurationsList, { [_xN]: _SCu }], 0, 0, 0], 1
11783
+ [_VI, _DR, _VET, _SN, _PDo, _RTIo, _SI, _SGIe, _IAT, _DOn, _CT, _PDE, _TS, _SCu, _SNA, _RCA, _SRe],
11784
+ [0, 2, 0, 0, 0, [() => VpcEndpointRouteTableIdList, { [_xN]: _RTI }], [() => VpcEndpointSubnetIdList, { [_xN]: _SIu }], [() => VpcEndpointSecurityGroupIdList, { [_xN]: _SGI }], 0, [() => DnsOptionsSpecification$, 0], 0, 2, [() => TagSpecificationList, { [_xN]: _TSa }], [() => SubnetConfigurationsList, { [_xN]: _SCub }], 0, 0, 0], 1
11558
11785
  ];
11559
11786
  export var CreateVpcEndpointResult$ = [3, n0, _CVERr,
11560
11787
  0,
@@ -11572,7 +11799,7 @@ export var CreateVpcEndpointServiceConfigurationResult$ = [3, n0, _CVESCRr,
11572
11799
  0,
11573
11800
  [_SCe, _CT],
11574
11801
  [[() => ServiceConfiguration$, { [_eQN]: `ServiceConfiguration`,
11575
- [_xN]: _sC }], [0, { [_eQN]: `ClientToken`,
11802
+ [_xN]: _sCe }], [0, { [_eQN]: `ClientToken`,
11576
11803
  [_xN]: _cT }]]
11577
11804
  ];
11578
11805
  export var CreateVpcPeeringConnectionRequest$ = [3, n0, _CVPCR,
@@ -11681,6 +11908,18 @@ export var CustomerGateway$ = [3, n0, _CGu,
11681
11908
  [_xN]: _iAp }], [0, { [_eQN]: `BgpAsn`,
11682
11909
  [_xN]: _bA }]]
11683
11910
  ];
11911
+ export var CustomTagKeyValueRequestPair$ = [3, n0, _CTKVRP,
11912
+ 0,
11913
+ [_K, _V],
11914
+ [0, 0]
11915
+ ];
11916
+ export var CustomTagKeyValueResponsePair$ = [3, n0, _CTKVRPu,
11917
+ 0,
11918
+ [_K, _V],
11919
+ [[0, { [_eQN]: `Key`,
11920
+ [_xN]: _k }], [0, { [_eQN]: `Value`,
11921
+ [_xN]: _v }]]
11922
+ ];
11684
11923
  export var DataQuery$ = [3, n0, _DQ,
11685
11924
  0,
11686
11925
  [_I, _S, _D, _Met, _Stat, _Per],
@@ -11700,13 +11939,13 @@ export var DataResponse$ = [3, n0, _DRa,
11700
11939
  ];
11701
11940
  export var DeclarativePoliciesReport$ = [3, n0, _DPRec,
11702
11941
  0,
11703
- [_RI, _SB, _SP, _TIa, _ST, _ETnd, _Sta, _T],
11942
+ [_RI, _SB, _SP, _TIa, _STt, _ETnd, _Sta, _T],
11704
11943
  [[0, { [_eQN]: `ReportId`,
11705
11944
  [_xN]: _rIe }], [0, { [_eQN]: `S3Bucket`,
11706
11945
  [_xN]: _sB }], [0, { [_eQN]: `S3Prefix`,
11707
11946
  [_xN]: _sP }], [0, { [_eQN]: `TargetId`,
11708
11947
  [_xN]: _tIa }], [4, { [_eQN]: `StartTime`,
11709
- [_xN]: _sT }], [4, { [_eQN]: `EndTime`,
11948
+ [_xN]: _sTt }], [4, { [_eQN]: `EndTime`,
11710
11949
  [_xN]: _eTn }], [0, { [_eQN]: `Status`,
11711
11950
  [_xN]: _sta }], [() => TagList, { [_eQN]: `TagSet`,
11712
11951
  [_xN]: _tS }]]
@@ -11719,6 +11958,17 @@ export var DefaultConnectionTrackingConfiguration$ = [3, n0, _DCTC,
11719
11958
  [_xN]: _dUT }], [1, { [_eQN]: `DefaultUdpStreamTimeout`,
11720
11959
  [_xN]: _dUST }]]
11721
11960
  ];
11961
+ export var DeleteApplicationStatusCheckRequest$ = [3, n0, _DASCR,
11962
+ 0,
11963
+ [_ASCI, _CT, _DR],
11964
+ [0, [0, 4], 2], 1
11965
+ ];
11966
+ export var DeleteApplicationStatusCheckResult$ = [3, n0, _DASCRe,
11967
+ 0,
11968
+ [_ASC],
11969
+ [[() => ApplicationStatusCheckResponseObject$, { [_eQN]: `ApplicationStatusCheck`,
11970
+ [_xN]: _aSC }]]
11971
+ ];
11722
11972
  export var DeleteCapacityManagerDataExportRequest$ = [3, n0, _DCMDER,
11723
11973
  0,
11724
11974
  [_CMDEI, _DR],
@@ -12316,9 +12566,9 @@ export var DeleteSecondarySubnetRequest$ = [3, n0, _DSSR,
12316
12566
  ];
12317
12567
  export var DeleteSecondarySubnetResult$ = [3, n0, _DSSRe,
12318
12568
  0,
12319
- [_SS, _CT],
12569
+ [_SSe, _CT],
12320
12570
  [[() => SecondarySubnet$, { [_eQN]: `SecondarySubnet`,
12321
- [_xN]: _sS }], [0, { [_eQN]: `ClientToken`,
12571
+ [_xN]: _sSe }], [0, { [_eQN]: `ClientToken`,
12322
12572
  [_xN]: _cT }]]
12323
12573
  ];
12324
12574
  export var DeleteSecurityGroupRequest$ = [3, n0, _DSGR,
@@ -12918,6 +13168,43 @@ export var DescribeAggregateIdFormatResult$ = [3, n0, _DAIFRe,
12918
13168
  [_xN]: _uLIA }], [() => IdFormatList, { [_eQN]: `StatusSet`,
12919
13169
  [_xN]: _sSt }]]
12920
13170
  ];
13171
+ export var DescribeApplicationStatusCheckAssociationsRequest$ = [3, n0, _DASCAR,
13172
+ 0,
13173
+ [_ASCIp, _Fi, _MR, _NTe, _DR],
13174
+ [[() => ApplicationStatusCheckIdList, { [_xN]: _ASCI }], [() => FilterList, { [_xN]: _Fil }], 1, 0, 2]
13175
+ ];
13176
+ export var DescribeApplicationStatusCheckAssociationsResult$ = [3, n0, _DASCARe,
13177
+ 0,
13178
+ [_As, _NTe, _T],
13179
+ [[() => ApplicationStatusCheckAssociationSet, { [_eQN]: `AssociationSet`,
13180
+ [_xN]: _aSs }], [0, { [_eQN]: `NextToken`,
13181
+ [_xN]: _nTe }], [() => TagList, { [_eQN]: `TagSet`,
13182
+ [_xN]: _tS }]]
13183
+ ];
13184
+ export var DescribeApplicationStatusChecksRequest$ = [3, n0, _DASCRes,
13185
+ 0,
13186
+ [_ASCIp, _Fi, _MR, _NTe, _IAnc, _DR],
13187
+ [[() => ApplicationStatusCheckIdList, { [_xN]: _ASCI }], [() => FilterList, { [_xN]: _Fil }], 1, 0, 2, 2]
13188
+ ];
13189
+ export var DescribeApplicationStatusChecksResult$ = [3, n0, _DASCResc,
13190
+ 0,
13191
+ [_ASCp, _NTe],
13192
+ [[() => ApplicationStatusCheckResponseSet, { [_eQN]: `ApplicationStatusCheckSet`,
13193
+ [_xN]: _aSCS }], [0, { [_eQN]: `NextToken`,
13194
+ [_xN]: _nTe }]]
13195
+ ];
13196
+ export var DescribeApplicationStatusRequest$ = [3, n0, _DASR,
13197
+ 0,
13198
+ [_IIn, _Fi, _MR, _NTe, _DR],
13199
+ [[() => InstanceIdList, { [_xN]: _II }], [() => FilterList, { [_xN]: _Fil }], 1, 0, 2]
13200
+ ];
13201
+ export var DescribeApplicationStatusResult$ = [3, n0, _DASRe,
13202
+ 0,
13203
+ [_ASp, _NTe],
13204
+ [[() => ApplicationStatusesResponseType$, { [_eQN]: `ApplicationStatusesResponseType`,
13205
+ [_xN]: _aSRT }], [0, { [_eQN]: `NextToken`,
13206
+ [_xN]: _nTe }]]
13207
+ ];
12921
13208
  export var DescribeAvailabilityZonesRequest$ = [3, n0, _DAZR,
12922
13209
  0,
12923
13210
  [_ZNo, _ZIo, _AAZ, _DR, _Fi],
@@ -13112,7 +13399,7 @@ export var DescribeCarrierGatewaysResult$ = [3, n0, _DCGResc,
13112
13399
  ];
13113
13400
  export var DescribeClassicLinkInstancesRequest$ = [3, n0, _DCLIR,
13114
13401
  0,
13115
- [_DR, _IIns, _Fi, _NTe, _MR],
13402
+ [_DR, _IIn, _Fi, _NTe, _MR],
13116
13403
  [[2, { [_eQN]: `DryRun`,
13117
13404
  [_xN]: _dR }], [() => InstanceIdStringList, { [_xN]: _II }], [() => FilterList, { [_xN]: _Fil }], [0, { [_eQN]: `NextToken`,
13118
13405
  [_xN]: _nTe }], [1, { [_eQN]: `MaxResults`,
@@ -13122,7 +13409,7 @@ export var DescribeClassicLinkInstancesResult$ = [3, n0, _DCLIRe,
13122
13409
  0,
13123
13410
  [_Ins, _NTe],
13124
13411
  [[() => ClassicLinkInstanceList, { [_eQN]: `InstancesSet`,
13125
- [_xN]: _iSn }], [0, { [_eQN]: `NextToken`,
13412
+ [_xN]: _iSns }], [0, { [_eQN]: `NextToken`,
13126
13413
  [_xN]: _nTe }]]
13127
13414
  ];
13128
13415
  export var DescribeClientVpnAuthorizationRulesRequest$ = [3, n0, _DCVARR,
@@ -13362,18 +13649,18 @@ export var DescribeFleetError$ = [3, n0, _DFEe,
13362
13649
  ];
13363
13650
  export var DescribeFleetHistoryRequest$ = [3, n0, _DFHR,
13364
13651
  0,
13365
- [_FIl, _ST, _DR, _ETv, _MR, _NTe],
13652
+ [_FIl, _STt, _DR, _ETv, _MR, _NTe],
13366
13653
  [0, 4, 2, 0, 1, 0], 2
13367
13654
  ];
13368
13655
  export var DescribeFleetHistoryResult$ = [3, n0, _DFHRe,
13369
13656
  0,
13370
- [_HRi, _LET, _NTe, _FIl, _ST],
13657
+ [_HRi, _LET, _NTe, _FIl, _STt],
13371
13658
  [[() => HistoryRecordSet, { [_eQN]: `HistoryRecordSet`,
13372
13659
  [_xN]: _hRS }], [4, { [_eQN]: `LastEvaluatedTime`,
13373
13660
  [_xN]: _lET }], [0, { [_eQN]: `NextToken`,
13374
13661
  [_xN]: _nTe }], [0, { [_eQN]: `FleetId`,
13375
13662
  [_xN]: _fIl }], [4, { [_eQN]: `StartTime`,
13376
- [_xN]: _sT }]]
13663
+ [_xN]: _sTt }]]
13377
13664
  ];
13378
13665
  export var DescribeFleetInstancesRequest$ = [3, n0, _DFIRes,
13379
13666
  0,
@@ -13390,7 +13677,7 @@ export var DescribeFleetInstancesResult$ = [3, n0, _DFIResc,
13390
13677
  ];
13391
13678
  export var DescribeFleetsInstances$ = [3, n0, _DFI,
13392
13679
  0,
13393
- [_LTAO, _Li, _IIns, _IT, _Pl],
13680
+ [_LTAO, _Li, _IIn, _IT, _Pl],
13394
13681
  [[() => LaunchTemplateAndOverridesResponse$, { [_eQN]: `LaunchTemplateAndOverrides`,
13395
13682
  [_xN]: _lTAO }], [0, { [_eQN]: `Lifecycle`,
13396
13683
  [_xN]: _li }], [() => InstanceIdsSet, { [_eQN]: `InstanceIds`,
@@ -13502,7 +13789,7 @@ export var DescribeIdentityIdFormatRequest$ = [3, n0, _DIIFR,
13502
13789
  [_PAr, _Reso],
13503
13790
  [[0, { [_eQN]: `PrincipalArn`,
13504
13791
  [_xN]: _pAr }], [0, { [_eQN]: `Resource`,
13505
- [_xN]: _re }]], 1
13792
+ [_xN]: _res }]], 1
13506
13793
  ];
13507
13794
  export var DescribeIdentityIdFormatResult$ = [3, n0, _DIIFRe,
13508
13795
  0,
@@ -13550,7 +13837,7 @@ export var DescribeImagesResult$ = [3, n0, _DIResc,
13550
13837
  [_NTe, _Im],
13551
13838
  [[0, { [_eQN]: `NextToken`,
13552
13839
  [_xN]: _nTe }], [() => ImageList, { [_eQN]: `ImagesSet`,
13553
- [_xN]: _iSm }]]
13840
+ [_xN]: _iSma }]]
13554
13841
  ];
13555
13842
  export var DescribeImageUsageReportEntriesRequest$ = [3, n0, _DIURER,
13556
13843
  0,
@@ -13622,7 +13909,7 @@ export var DescribeInstanceConnectEndpointsResult$ = [3, n0, _DICEResc,
13622
13909
  ];
13623
13910
  export var DescribeInstanceCreditSpecificationsRequest$ = [3, n0, _DICSR,
13624
13911
  0,
13625
- [_DR, _Fi, _IIns, _MR, _NTe],
13912
+ [_DR, _Fi, _IIn, _MR, _NTe],
13626
13913
  [2, [() => FilterList, { [_xN]: _Fil }], [() => InstanceIdStringList, { [_xN]: _II }], 1, 0]
13627
13914
  ];
13628
13915
  export var DescribeInstanceCreditSpecificationsResult$ = [3, n0, _DICSRe,
@@ -13657,7 +13944,7 @@ export var DescribeInstanceEventWindowsResult$ = [3, n0, _DIEWResc,
13657
13944
  ];
13658
13945
  export var DescribeInstanceImageMetadataRequest$ = [3, n0, _DIIMR,
13659
13946
  0,
13660
- [_Fi, _IIns, _MR, _NTe, _DR],
13947
+ [_Fi, _IIn, _MR, _NTe, _DR],
13661
13948
  [[() => FilterList, { [_xN]: _Fil }], [() => InstanceIdStringList, { [_xN]: _II }], 1, 0, 2]
13662
13949
  ];
13663
13950
  export var DescribeInstanceImageMetadataResult$ = [3, n0, _DIIMRe,
@@ -13669,31 +13956,31 @@ export var DescribeInstanceImageMetadataResult$ = [3, n0, _DIIMRe,
13669
13956
  ];
13670
13957
  export var DescribeInstanceSqlHaHistoryStatesRequest$ = [3, n0, _DISHHSR,
13671
13958
  0,
13672
- [_IIns, _ST, _ETnd, _NTe, _MR, _Fi, _DR],
13959
+ [_IIn, _STt, _ETnd, _NTe, _MR, _Fi, _DR],
13673
13960
  [[() => InstanceIdStringList, { [_xN]: _II }], 4, 4, 0, 1, [() => FilterList, { [_xN]: _Fil }], 2]
13674
13961
  ];
13675
13962
  export var DescribeInstanceSqlHaHistoryStatesResult$ = [3, n0, _DISHHSRe,
13676
13963
  0,
13677
13964
  [_Ins, _NTe],
13678
13965
  [[() => RegisteredInstanceList, { [_eQN]: `InstanceSet`,
13679
- [_xN]: _iSns }], [0, { [_eQN]: `NextToken`,
13966
+ [_xN]: _iSn }], [0, { [_eQN]: `NextToken`,
13680
13967
  [_xN]: _nTe }]]
13681
13968
  ];
13682
13969
  export var DescribeInstanceSqlHaStatesRequest$ = [3, n0, _DISHSR,
13683
13970
  0,
13684
- [_IIns, _NTe, _MR, _Fi, _DR],
13971
+ [_IIn, _NTe, _MR, _Fi, _DR],
13685
13972
  [[() => InstanceIdStringList, { [_xN]: _II }], 0, 1, [() => FilterList, { [_xN]: _Fil }], 2]
13686
13973
  ];
13687
13974
  export var DescribeInstanceSqlHaStatesResult$ = [3, n0, _DISHSRe,
13688
13975
  0,
13689
13976
  [_Ins, _NTe],
13690
13977
  [[() => RegisteredInstanceList, { [_eQN]: `InstanceSet`,
13691
- [_xN]: _iSns }], [0, { [_eQN]: `NextToken`,
13978
+ [_xN]: _iSn }], [0, { [_eQN]: `NextToken`,
13692
13979
  [_xN]: _nTe }]]
13693
13980
  ];
13694
13981
  export var DescribeInstancesRequest$ = [3, n0, _DIRescr,
13695
13982
  0,
13696
- [_IIns, _IMR, _DR, _Fi, _NTe, _MR],
13983
+ [_IIn, _IMR, _DR, _Fi, _NTe, _MR],
13697
13984
  [[() => InstanceIdStringList, { [_xN]: _II }], 2, [2, { [_eQN]: `DryRun`,
13698
13985
  [_xN]: _dR }], [() => FilterList, { [_xN]: _Fil }], [0, { [_eQN]: `NextToken`,
13699
13986
  [_xN]: _nTe }], [1, { [_eQN]: `MaxResults`,
@@ -13708,28 +13995,28 @@ export var DescribeInstancesResult$ = [3, n0, _DIRescri,
13708
13995
  ];
13709
13996
  export var DescribeInstanceStatusRequest$ = [3, n0, _DISRes,
13710
13997
  0,
13711
- [_IIns, _MR, _NTe, _IMR, _DR, _Fi, _IAI],
13998
+ [_IIn, _MR, _NTe, _IMR, _DR, _Fi, _IAI],
13712
13999
  [[() => InstanceIdStringList, { [_xN]: _II }], 1, 0, 2, [2, { [_eQN]: `DryRun`,
13713
14000
  [_xN]: _dR }], [() => FilterList, { [_xN]: _Fil }], [2, { [_eQN]: `IncludeAllInstances`,
13714
14001
  [_xN]: _iAI }]]
13715
14002
  ];
13716
14003
  export var DescribeInstanceStatusResult$ = [3, n0, _DISResc,
13717
14004
  0,
13718
- [_ISns, _NTe],
14005
+ [_ISnst, _NTe],
13719
14006
  [[() => InstanceStatusList, { [_eQN]: `InstanceStatusSet`,
13720
14007
  [_xN]: _iSS }], [0, { [_eQN]: `NextToken`,
13721
14008
  [_xN]: _nTe }]]
13722
14009
  ];
13723
14010
  export var DescribeInstanceTopologyRequest$ = [3, n0, _DITR,
13724
14011
  0,
13725
- [_DR, _NTe, _MR, _IIns, _GNr, _Fi],
14012
+ [_DR, _NTe, _MR, _IIn, _GNr, _Fi],
13726
14013
  [2, 0, 1, [64 | 0, { [_xN]: _II }], [64 | 0, { [_xN]: _GN }], [() => FilterList, { [_xN]: _Fil }]]
13727
14014
  ];
13728
14015
  export var DescribeInstanceTopologyResult$ = [3, n0, _DITRe,
13729
14016
  0,
13730
14017
  [_Ins, _NTe],
13731
14018
  [[() => InstanceSet, { [_eQN]: `InstanceSet`,
13732
- [_xN]: _iSns }], [0, { [_eQN]: `NextToken`,
14019
+ [_xN]: _iSn }], [0, { [_eQN]: `NextToken`,
13733
14020
  [_xN]: _nTe }]]
13734
14021
  ];
13735
14022
  export var DescribeInstanceTypeOfferingsRequest$ = [3, n0, _DITOR,
@@ -13940,7 +14227,7 @@ export var DescribeLaunchTemplatesResult$ = [3, n0, _DLTResc,
13940
14227
  ];
13941
14228
  export var DescribeLaunchTemplateVersionsRequest$ = [3, n0, _DLTVRes,
13942
14229
  0,
13943
- [_DR, _LTI, _LTN, _Ve, _MV, _MVa, _NTe, _MR, _Fi, _RAes, _IMR],
14230
+ [_DR, _LTI, _LTN, _Ve, _MV, _MVa, _NTe, _MR, _Fi, _RAeso, _IMR],
13944
14231
  [2, 0, 0, [() => VersionStringList, { [_xN]: _LTV }], 0, 0, 0, 1, [() => FilterList, { [_xN]: _Fil }], 2, 2]
13945
14232
  ];
13946
14233
  export var DescribeLaunchTemplateVersionsResult$ = [3, n0, _DLTVResc,
@@ -14450,7 +14737,7 @@ export var DescribeSecondarySubnetsRequest$ = [3, n0, _DSSRes,
14450
14737
  ];
14451
14738
  export var DescribeSecondarySubnetsResult$ = [3, n0, _DSSResc,
14452
14739
  0,
14453
- [_SSe, _NTe],
14740
+ [_SSec, _NTe],
14454
14741
  [[() => SecondarySubnetList, { [_eQN]: `SecondarySubnetSet`,
14455
14742
  [_xN]: _sSS }], [0, { [_eQN]: `NextToken`,
14456
14743
  [_xN]: _nTe }]]
@@ -14549,7 +14836,7 @@ export var DescribeSnapshotTierStatusRequest$ = [3, n0, _DSTSR,
14549
14836
  ];
14550
14837
  export var DescribeSnapshotTierStatusResult$ = [3, n0, _DSTSRe,
14551
14838
  0,
14552
- [_STS, _NTe],
14839
+ [_STSn, _NTe],
14553
14840
  [[() => snapshotTierStatusSet, { [_eQN]: `SnapshotTierStatusSet`,
14554
14841
  [_xN]: _sTSS }], [0, { [_eQN]: `NextToken`,
14555
14842
  [_xN]: _nTe }]]
@@ -14585,10 +14872,10 @@ export var DescribeSpotFleetInstancesResponse$ = [3, n0, _DSFIRe,
14585
14872
  ];
14586
14873
  export var DescribeSpotFleetRequestHistoryRequest$ = [3, n0, _DSFRHR,
14587
14874
  0,
14588
- [_SFRI, _ST, _DR, _ETv, _NTe, _MR],
14875
+ [_SFRI, _STt, _DR, _ETv, _NTe, _MR],
14589
14876
  [[0, { [_eQN]: `SpotFleetRequestId`,
14590
14877
  [_xN]: _sFRI }], [4, { [_eQN]: `StartTime`,
14591
- [_xN]: _sT }], [2, { [_eQN]: `DryRun`,
14878
+ [_xN]: _sTt }], [2, { [_eQN]: `DryRun`,
14592
14879
  [_xN]: _dR }], [0, { [_eQN]: `EventType`,
14593
14880
  [_xN]: _eTv }], [0, { [_eQN]: `NextToken`,
14594
14881
  [_xN]: _nTe }], [1, { [_eQN]: `MaxResults`,
@@ -14596,13 +14883,13 @@ export var DescribeSpotFleetRequestHistoryRequest$ = [3, n0, _DSFRHR,
14596
14883
  ];
14597
14884
  export var DescribeSpotFleetRequestHistoryResponse$ = [3, n0, _DSFRHRe,
14598
14885
  0,
14599
- [_HRi, _LET, _NTe, _SFRI, _ST],
14886
+ [_HRi, _LET, _NTe, _SFRI, _STt],
14600
14887
  [[() => HistoryRecords, { [_eQN]: `HistoryRecordSet`,
14601
14888
  [_xN]: _hRS }], [4, { [_eQN]: `LastEvaluatedTime`,
14602
14889
  [_xN]: _lET }], [0, { [_eQN]: `NextToken`,
14603
14890
  [_xN]: _nTe }], [0, { [_eQN]: `SpotFleetRequestId`,
14604
14891
  [_xN]: _sFRI }], [4, { [_eQN]: `StartTime`,
14605
- [_xN]: _sT }]]
14892
+ [_xN]: _sTt }]]
14606
14893
  ];
14607
14894
  export var DescribeSpotFleetRequestsRequest$ = [3, n0, _DSFRR,
14608
14895
  0,
@@ -14635,10 +14922,10 @@ export var DescribeSpotInstanceRequestsResult$ = [3, n0, _DSIRRe,
14635
14922
  ];
14636
14923
  export var DescribeSpotPriceHistoryRequest$ = [3, n0, _DSPHR,
14637
14924
  0,
14638
- [_AZI, _DR, _ST, _ETnd, _ITnst, _PDro, _Fi, _AZ, _MR, _NTe],
14925
+ [_AZI, _DR, _STt, _ETnd, _ITnst, _PDro, _Fi, _AZ, _MR, _NTe],
14639
14926
  [0, [2, { [_eQN]: `DryRun`,
14640
14927
  [_xN]: _dR }], [4, { [_eQN]: `StartTime`,
14641
- [_xN]: _sT }], [4, { [_eQN]: `EndTime`,
14928
+ [_xN]: _sTt }], [4, { [_eQN]: `EndTime`,
14642
14929
  [_xN]: _eTn }], [64 | 0, { [_xN]: _IT }], [64 | 0, { [_xN]: _PDr }], [() => FilterList, { [_xN]: _Fil }], [0, { [_eQN]: `AvailabilityZone`,
14643
14930
  [_xN]: _aZ }], [1, { [_eQN]: `MaxResults`,
14644
14931
  [_xN]: _mR }], [0, { [_eQN]: `NextToken`,
@@ -15147,8 +15434,8 @@ export var DescribeVpcEndpointServicePermissionsResult$ = [3, n0, _DVESPRe,
15147
15434
  ];
15148
15435
  export var DescribeVpcEndpointServicesRequest$ = [3, n0, _DVESR,
15149
15436
  0,
15150
- [_DR, _SNer, _Fi, _MR, _NTe, _SRe],
15151
- [2, [() => ValueStringList, { [_xN]: _SN }], [() => FilterList, { [_xN]: _Fil }], 1, 0, [() => ValueStringList, { [_xN]: _SR }]]
15437
+ [_DR, _SNer, _Fi, _MR, _NTe, _SRer],
15438
+ [2, [() => ValueStringList, { [_xN]: _SN }], [() => FilterList, { [_xN]: _Fil }], 1, 0, [() => ValueStringList, { [_xN]: _SRe }]]
15152
15439
  ];
15153
15440
  export var DescribeVpcEndpointServicesResult$ = [3, n0, _DVESRe,
15154
15441
  0,
@@ -15234,12 +15521,12 @@ export var DescribeVpnGatewaysResult$ = [3, n0, _DVGRes,
15234
15521
  ];
15235
15522
  export var DestinationOptionsRequest$ = [3, n0, _DOR,
15236
15523
  0,
15237
- [_FF, _HCP, _PHP],
15524
+ [_FF, _HCPi, _PHP],
15238
15525
  [0, 2, 2]
15239
15526
  ];
15240
15527
  export var DestinationOptionsResponse$ = [3, n0, _DORe,
15241
15528
  0,
15242
- [_FF, _HCP, _PHP],
15529
+ [_FF, _HCPi, _PHP],
15243
15530
  [[0, { [_eQN]: `FileFormat`,
15244
15531
  [_xN]: _fF }], [2, { [_eQN]: `HiveCompatiblePartitions`,
15245
15532
  [_xN]: _hCP }], [2, { [_eQN]: `PerHourPartition`,
@@ -15371,6 +15658,18 @@ export var DisableAllowedImagesSettingsResult$ = [3, n0, _DAISRi,
15371
15658
  [[0, { [_eQN]: `AllowedImagesSettingsState`,
15372
15659
  [_xN]: _aISS }]]
15373
15660
  ];
15661
+ export var DisableApplicationStatusCheckSuppressionRequest$ = [3, n0, _DASCSR,
15662
+ 0,
15663
+ [_IIn, _CT, _DR],
15664
+ [[() => InstanceIdList, { [_xN]: _II }], [0, 4], 2]
15665
+ ];
15666
+ export var DisableApplicationStatusCheckSuppressionResult$ = [3, n0, _DASCSRi,
15667
+ 0,
15668
+ [_SR, _UR],
15669
+ [[() => SuccessfulSuppressionResponseSet, { [_eQN]: `SuccessfulResultSet`,
15670
+ [_xN]: _sRS }], [() => UnsuccessfulSuppressionResponseSet, { [_eQN]: `UnsuccessfulResultSet`,
15671
+ [_xN]: _uRS }]]
15672
+ ];
15374
15673
  export var DisableAwsNetworkPerformanceMetricSubscriptionRequest$ = [3, n0, _DANPMSRi,
15375
15674
  0,
15376
15675
  [_S, _D, _Met, _Stat, _DR],
@@ -15521,14 +15820,14 @@ export var DisableImageResult$ = [3, n0, _DIRis,
15521
15820
  ];
15522
15821
  export var DisableInstanceSqlHaStandbyDetectionsRequest$ = [3, n0, _DISHSDR,
15523
15822
  0,
15524
- [_IIns, _DR],
15823
+ [_IIn, _DR],
15525
15824
  [[() => InstanceIdUpdateStringList, { [_xN]: _II }], 2], 1
15526
15825
  ];
15527
15826
  export var DisableInstanceSqlHaStandbyDetectionsResult$ = [3, n0, _DISHSDRi,
15528
15827
  0,
15529
15828
  [_Ins],
15530
15829
  [[() => RegisteredInstanceList, { [_eQN]: `InstanceSet`,
15531
- [_xN]: _iSns }]]
15830
+ [_xN]: _iSn }]]
15532
15831
  ];
15533
15832
  export var DisableIpamOrganizationAdminAccountRequest$ = [3, n0, _DIOAAR,
15534
15833
  0,
@@ -15631,6 +15930,18 @@ export var DisassociateAddressRequest$ = [3, n0, _DARi,
15631
15930
  [0, 0, [2, { [_eQN]: `DryRun`,
15632
15931
  [_xN]: _dR }]]
15633
15932
  ];
15933
+ export var DisassociateApplicationStatusCheckRequest$ = [3, n0, _DASCRi,
15934
+ 0,
15935
+ [_ASCI, _TTA, _IIn, _CT, _DR],
15936
+ [0, [() => CustomKeyValuePairRequestSet, { [_xN]: _TTAa }], [() => InstanceIdList, { [_xN]: _II }], [0, 4], 2], 1
15937
+ ];
15938
+ export var DisassociateApplicationStatusCheckResult$ = [3, n0, _DASCRis,
15939
+ 0,
15940
+ [_SR, _UR],
15941
+ [[() => SuccessfulAssociationResponseSet, { [_eQN]: `SuccessfulResultSet`,
15942
+ [_xN]: _sRS }], [() => UnsuccessfulAssociationResponseSet, { [_eQN]: `UnsuccessfulResultSet`,
15943
+ [_xN]: _uRS }]]
15944
+ ];
15634
15945
  export var DisassociateCapacityReservationBillingOwnerRequest$ = [3, n0, _DCRBOR,
15635
15946
  0,
15636
15947
  [_CRI, _URBOI, _DR],
@@ -15678,7 +15989,7 @@ export var DisassociateIamInstanceProfileResult$ = [3, n0, _DIIPRi,
15678
15989
  ];
15679
15990
  export var DisassociateInstanceEventWindowRequest$ = [3, n0, _DIEWRi,
15680
15991
  0,
15681
- [_IEWI, _ATs, _DR],
15992
+ [_IEWI, _ATss, _DR],
15682
15993
  [0, [() => InstanceEventWindowDisassociationRequest$, 0], 2], 2
15683
15994
  ];
15684
15995
  export var DisassociateInstanceEventWindowResult$ = [3, n0, _DIEWRis,
@@ -15973,7 +16284,7 @@ export var EbsStatusDetails$ = [3, n0, _ESD,
15973
16284
  0,
15974
16285
  [_ISm, _N, _Sta],
15975
16286
  [[4, { [_eQN]: `ImpairedSince`,
15976
- [_xN]: _iSmp }], [0, { [_eQN]: `Name`,
16287
+ [_xN]: _iSm }], [0, { [_eQN]: `Name`,
15977
16288
  [_xN]: _n }], [0, { [_eQN]: `Status`,
15978
16289
  [_xN]: _sta }]]
15979
16290
  ];
@@ -16095,6 +16406,18 @@ export var EnableAllowedImagesSettingsResult$ = [3, n0, _EAISRn,
16095
16406
  [[0, { [_eQN]: `AllowedImagesSettingsState`,
16096
16407
  [_xN]: _aISS }]]
16097
16408
  ];
16409
+ export var EnableApplicationStatusCheckSuppressionRequest$ = [3, n0, _EASCSR,
16410
+ 0,
16411
+ [_IIn, _DSu, _CT, _DR],
16412
+ [[() => InstanceIdList, { [_xN]: _II }], 1, [0, 4], 2]
16413
+ ];
16414
+ export var EnableApplicationStatusCheckSuppressionResult$ = [3, n0, _EASCSRn,
16415
+ 0,
16416
+ [_SR, _UR],
16417
+ [[() => SuccessfulSuppressionResponseSet, { [_eQN]: `SuccessfulResultSet`,
16418
+ [_xN]: _sRS }], [() => UnsuccessfulSuppressionResponseSet, { [_eQN]: `UnsuccessfulResultSet`,
16419
+ [_xN]: _uRS }]]
16420
+ ];
16098
16421
  export var EnableAwsNetworkPerformanceMetricSubscriptionRequest$ = [3, n0, _EANPMSR,
16099
16422
  0,
16100
16423
  [_S, _D, _Met, _Stat, _DR],
@@ -16245,14 +16568,14 @@ export var EnableImageResult$ = [3, n0, _EIRn,
16245
16568
  ];
16246
16569
  export var EnableInstanceSqlHaStandbyDetectionsRequest$ = [3, n0, _EISHSDR,
16247
16570
  0,
16248
- [_IIns, _SSC, _DR],
16571
+ [_IIn, _SSC, _DR],
16249
16572
  [[() => InstanceIdUpdateStringList, { [_xN]: _II }], 0, 2], 1
16250
16573
  ];
16251
16574
  export var EnableInstanceSqlHaStandbyDetectionsResult$ = [3, n0, _EISHSDRn,
16252
16575
  0,
16253
16576
  [_Ins],
16254
16577
  [[() => RegisteredInstanceList, { [_eQN]: `InstanceSet`,
16255
- [_xN]: _iSns }]]
16578
+ [_xN]: _iSn }]]
16256
16579
  ];
16257
16580
  export var EnableIpamOrganizationAdminAccountRequest$ = [3, n0, _EIOAAR,
16258
16581
  0,
@@ -16713,10 +17036,10 @@ export var FleetCapacityReservation$ = [3, n0, _FCRl,
16713
17036
  ];
16714
17037
  export var FleetData$ = [3, n0, _FDl,
16715
17038
  0,
16716
- [_ASc, _CTr, _FIl, _FS, _CT, _ECTP, _FCu, _FODC, _LTC, _TCS, _TIWE, _Ty, _VF, _VU, _RUI, _SO, _ODO, _RCO, _T, _Err, _Ins, _Con],
17039
+ [_ASc, _CTre, _FIl, _FS, _CT, _ECTP, _FCu, _FODC, _LTC, _TCS, _TIWE, _Ty, _VF, _VU, _RUI, _SO, _ODO, _RCO, _T, _Err, _Ins, _Con],
16717
17040
  [[0, { [_eQN]: `ActivityStatus`,
16718
17041
  [_xN]: _aSc }], [4, { [_eQN]: `CreateTime`,
16719
- [_xN]: _cTr }], [0, { [_eQN]: `FleetId`,
17042
+ [_xN]: _cTre }], [0, { [_eQN]: `FleetId`,
16720
17043
  [_xN]: _fIl }], [0, { [_eQN]: `FleetState`,
16721
17044
  [_xN]: _fSl }], [0, { [_eQN]: `ClientToken`,
16722
17045
  [_xN]: _cT }], [0, { [_eQN]: `ExcessCapacityTerminationPolicy`,
@@ -16824,9 +17147,9 @@ export var FleetSpotMaintenanceStrategiesRequest$ = [3, n0, _FSMSR,
16824
17147
  ];
16825
17148
  export var FlowLog$ = [3, n0, _FLl,
16826
17149
  0,
16827
- [_CTre, _DLEM, _DLPA, _DCAR, _DLS, _FLIl, _FLS, _LGN, _RIeso, _TT, _LDTo, _LD, _LF, _T, _MAI, _DOe, _TFS],
17150
+ [_CTr, _DLEM, _DLPA, _DCAR, _DLS, _FLIl, _FLS, _LGN, _RIeso, _TT, _LDTo, _LD, _LF, _T, _MAI, _DOe, _TFS],
16828
17151
  [[4, { [_eQN]: `CreationTime`,
16829
- [_xN]: _cTre }], [0, { [_eQN]: `DeliverLogsErrorMessage`,
17152
+ [_xN]: _cTr }], [0, { [_eQN]: `DeliverLogsErrorMessage`,
16830
17153
  [_xN]: _dLEM }], [0, { [_eQN]: `DeliverLogsPermissionArn`,
16831
17154
  [_xN]: _dLPA }], [0, { [_eQN]: `DeliverCrossAccountRole`,
16832
17155
  [_xN]: _dCAR }], [0, { [_eQN]: `DeliverLogsStatus`,
@@ -16861,7 +17184,7 @@ export var FpgaDeviceMemoryInfo$ = [3, n0, _FDMI,
16861
17184
  ];
16862
17185
  export var FpgaImage$ = [3, n0, _FIpg,
16863
17186
  0,
16864
- [_FII, _FIGI, _N, _De, _SVh, _PIc, _St, _CTr, _UT, _OI, _OAw, _PCro, _T, _Pu, _DRS, _ITnst],
17187
+ [_FII, _FIGI, _N, _De, _SVh, _PIc, _St, _CTre, _UT, _OI, _OAw, _PCro, _T, _Pu, _DRS, _ITnst],
16865
17188
  [[0, { [_eQN]: `FpgaImageId`,
16866
17189
  [_xN]: _fII }], [0, { [_eQN]: `FpgaImageGlobalId`,
16867
17190
  [_xN]: _fIGI }], [0, { [_eQN]: `Name`,
@@ -16870,7 +17193,7 @@ export var FpgaImage$ = [3, n0, _FIpg,
16870
17193
  [_xN]: _sVh }], [() => PciId$, { [_eQN]: `PciId`,
16871
17194
  [_xN]: _pIc }], [() => FpgaImageState$, { [_eQN]: `State`,
16872
17195
  [_xN]: _st }], [4, { [_eQN]: `CreateTime`,
16873
- [_xN]: _cTr }], [4, { [_eQN]: `UpdateTime`,
17196
+ [_xN]: _cTre }], [4, { [_eQN]: `UpdateTime`,
16874
17197
  [_xN]: _uT }], [0, { [_eQN]: `OwnerId`,
16875
17198
  [_xN]: _oI }], [0, { [_eQN]: `OwnerAlias`,
16876
17199
  [_xN]: _oAw }], [() => ProductCodeList, { [_eQN]: `ProductCodes`,
@@ -16953,7 +17276,7 @@ export var GetAssociatedIpv6PoolCidrsResult$ = [3, n0, _GAIPCRe,
16953
17276
  ];
16954
17277
  export var GetAwsNetworkPerformanceDataRequest$ = [3, n0, _GANPDR,
16955
17278
  0,
16956
- [_DQa, _ST, _ETnd, _MR, _NTe, _DR],
17279
+ [_DQa, _STt, _ETnd, _MR, _NTe, _DR],
16957
17280
  [[() => DataQueries, { [_xN]: _DQ }], 4, 4, 1, 0, 2]
16958
17281
  ];
16959
17282
  export var GetAwsNetworkPerformanceDataResult$ = [3, n0, _GANPDRe,
@@ -16982,7 +17305,7 @@ export var GetCapacityManagerAttributesResult$ = [3, n0, _GCMARe,
16982
17305
  ];
16983
17306
  export var GetCapacityManagerMetricDataRequest$ = [3, n0, _GCMMDR,
16984
17307
  0,
16985
- [_MN, _ST, _ETnd, _Per, _GB, _FB, _MR, _NTe, _DR],
17308
+ [_MN, _STt, _ETnd, _Per, _GB, _FB, _MR, _NTe, _DR],
16986
17309
  [[() => MetricSet, { [_xN]: _MNe }], 4, 4, 1, [() => GroupBySet, { [_xN]: _GB }], [() => CapacityManagerConditionSet, 0], 1, 0, 2], 4
16987
17310
  ];
16988
17311
  export var GetCapacityManagerMetricDataResult$ = [3, n0, _GCMMDRe,
@@ -16994,7 +17317,7 @@ export var GetCapacityManagerMetricDataResult$ = [3, n0, _GCMMDRe,
16994
17317
  ];
16995
17318
  export var GetCapacityManagerMetricDimensionsRequest$ = [3, n0, _GCMMDRet,
16996
17319
  0,
16997
- [_GB, _ST, _ETnd, _MN, _FB, _MR, _NTe, _DR],
17320
+ [_GB, _STt, _ETnd, _MN, _FB, _MR, _NTe, _DR],
16998
17321
  [[() => GroupBySet, { [_xN]: _GB }], 4, 4, [() => MetricSet, { [_xN]: _MNe }], [() => CapacityManagerConditionSet, 0], 1, 0, 2], 4
16999
17322
  ];
17000
17323
  export var GetCapacityManagerMetricDimensionsResult$ = [3, n0, _GCMMDReta,
@@ -17023,7 +17346,7 @@ export var GetCapacityReservationUsageRequest$ = [3, n0, _GCRUR,
17023
17346
  ];
17024
17347
  export var GetCapacityReservationUsageResult$ = [3, n0, _GCRURe,
17025
17348
  0,
17026
- [_NTe, _CRI, _IT, _TIC, _AICv, _St, _IU, _Int, _ICA, _IIn],
17349
+ [_NTe, _CRI, _IT, _TIC, _AICv, _St, _IU, _Inte, _ICA, _IInt],
17027
17350
  [[0, { [_eQN]: `NextToken`,
17028
17351
  [_xN]: _nTe }], [0, { [_eQN]: `CapacityReservationId`,
17029
17352
  [_xN]: _cRI }], [0, { [_eQN]: `InstanceType`,
@@ -17032,7 +17355,7 @@ export var GetCapacityReservationUsageResult$ = [3, n0, _GCRURe,
17032
17355
  [_xN]: _aICv }], [0, { [_eQN]: `State`,
17033
17356
  [_xN]: _st }], [() => InstanceUsageSet, { [_eQN]: `InstanceUsageSet`,
17034
17357
  [_xN]: _iUS }], [2, { [_eQN]: `Interruptible`,
17035
- [_xN]: _int }], [() => InterruptibleCapacityAllocation$, { [_eQN]: `InterruptibleCapacityAllocation`,
17358
+ [_xN]: _inte }], [() => InterruptibleCapacityAllocation$, { [_eQN]: `InterruptibleCapacityAllocation`,
17036
17359
  [_xN]: _iCA }], [() => InterruptionInfo$, { [_eQN]: `InterruptionInfo`,
17037
17360
  [_xN]: _iIn }]]
17038
17361
  ];
@@ -17058,7 +17381,7 @@ export var GetConsoleOutputRequest$ = [3, n0, _GCOR,
17058
17381
  ];
17059
17382
  export var GetConsoleOutputResult$ = [3, n0, _GCORe,
17060
17383
  0,
17061
- [_II, _Ti, _Ou],
17384
+ [_II, _Tim, _Ou],
17062
17385
  [[0, { [_eQN]: `InstanceId`,
17063
17386
  [_xN]: _iI }], [4, { [_eQN]: `Timestamp`,
17064
17387
  [_xN]: _ti }], [0, { [_eQN]: `Output`,
@@ -17083,13 +17406,13 @@ export var GetDeclarativePoliciesReportSummaryRequest$ = [3, n0, _GDPRSR,
17083
17406
  ];
17084
17407
  export var GetDeclarativePoliciesReportSummaryResult$ = [3, n0, _GDPRSRe,
17085
17408
  0,
17086
- [_RI, _SB, _SP, _TIa, _ST, _ETnd, _NOA, _NOFA, _AStt],
17409
+ [_RI, _SB, _SP, _TIa, _STt, _ETnd, _NOA, _NOFA, _AStt],
17087
17410
  [[0, { [_eQN]: `ReportId`,
17088
17411
  [_xN]: _rIe }], [0, { [_eQN]: `S3Bucket`,
17089
17412
  [_xN]: _sB }], [0, { [_eQN]: `S3Prefix`,
17090
17413
  [_xN]: _sP }], [0, { [_eQN]: `TargetId`,
17091
17414
  [_xN]: _tIa }], [4, { [_eQN]: `StartTime`,
17092
- [_xN]: _sT }], [4, { [_eQN]: `EndTime`,
17415
+ [_xN]: _sTt }], [4, { [_eQN]: `EndTime`,
17093
17416
  [_xN]: _eTn }], [1, { [_eQN]: `NumberOfAccounts`,
17094
17417
  [_xN]: _nOA }], [1, { [_eQN]: `NumberOfFailedAccounts`,
17095
17418
  [_xN]: _nOFA }], [() => AttributeSummaryList, { [_eQN]: `AttributeSummarySet`,
@@ -17151,7 +17474,7 @@ export var GetFlowLogsIntegrationTemplateResult$ = [3, n0, _GFLITRe,
17151
17474
  0,
17152
17475
  [_Resu],
17153
17476
  [[0, { [_eQN]: `Result`,
17154
- [_xN]: _res }]]
17477
+ [_xN]: _resu }]]
17155
17478
  ];
17156
17479
  export var GetGroupsForCapacityReservationRequest$ = [3, n0, _GGFCRR,
17157
17480
  0,
@@ -17253,7 +17576,7 @@ export var GetInstanceUefiDataResult$ = [3, n0, _GIUDRe,
17253
17576
  ];
17254
17577
  export var GetIpamAddressHistoryRequest$ = [3, n0, _GIAHR,
17255
17578
  0,
17256
- [_Ci, _ISI, _DR, _VI, _ST, _ETnd, _MR, _NTe],
17579
+ [_Ci, _ISI, _DR, _VI, _STt, _ETnd, _MR, _NTe],
17257
17580
  [0, 0, 2, 0, 4, 4, 1, 0], 2
17258
17581
  ];
17259
17582
  export var GetIpamAddressHistoryResult$ = [3, n0, _GIAHRe,
@@ -17475,7 +17798,7 @@ export var GetPasswordDataRequest$ = [3, n0, _GPDR,
17475
17798
  ];
17476
17799
  export var GetPasswordDataResult$ = [3, n0, _GPDRe,
17477
17800
  0,
17478
- [_II, _Ti, _PD],
17801
+ [_II, _Tim, _PD],
17479
17802
  [[0, { [_eQN]: `InstanceId`,
17480
17803
  [_xN]: _iI }], [4, { [_eQN]: `Timestamp`,
17481
17804
  [_xN]: _ti }], [() => PasswordData, { [_eQN]: `PasswordData`,
@@ -17811,6 +18134,42 @@ export var GroupIdentifier$ = [3, n0, _GIrou,
17811
18134
  [_xN]: _gIr }], [0, { [_eQN]: `GroupName`,
17812
18135
  [_xN]: _gN }]]
17813
18136
  ];
18137
+ export var HealthCheckPathDestinationRequestObject$ = [3, n0, _HCPDRO,
18138
+ 0,
18139
+ [_SIu, _SGI],
18140
+ [0, 0]
18141
+ ];
18142
+ export var HealthCheckPathDestinationResponseObject$ = [3, n0, _HCPDROe,
18143
+ 0,
18144
+ [_SIu, _SGI],
18145
+ [[0, { [_eQN]: `SubnetId`,
18146
+ [_xN]: _sIu }], [0, { [_eQN]: `SecurityGroupId`,
18147
+ [_xN]: _sGI }]]
18148
+ ];
18149
+ export var HealthCheckPathRequestObject$ = [3, n0, _HCPRO,
18150
+ 0,
18151
+ [_S, _Des],
18152
+ [() => HealthCheckPathSourceRequestObject$, [() => HealthCheckPathDestinationRequestSet, { [_xN]: _D }]]
18153
+ ];
18154
+ export var HealthCheckPathResponseObject$ = [3, n0, _HCPROe,
18155
+ 0,
18156
+ [_S, _Des],
18157
+ [[() => HealthCheckPathSourceResponseObject$, { [_eQN]: `Source`,
18158
+ [_xN]: _so }], [() => HealthCheckPathDestinationResponseList, { [_eQN]: `DestinationSet`,
18159
+ [_xN]: _dSe }]]
18160
+ ];
18161
+ export var HealthCheckPathSourceRequestObject$ = [3, n0, _HCPSRO,
18162
+ 0,
18163
+ [_SIu, _SGI],
18164
+ [0, 0]
18165
+ ];
18166
+ export var HealthCheckPathSourceResponseObject$ = [3, n0, _HCPSROe,
18167
+ 0,
18168
+ [_SIu, _SGI],
18169
+ [[0, { [_eQN]: `SubnetId`,
18170
+ [_xN]: _sIu }], [0, { [_eQN]: `SecurityGroupId`,
18171
+ [_xN]: _sGI }]]
18172
+ ];
17814
18173
  export var HibernationOptions$ = [3, n0, _HO,
17815
18174
  0,
17816
18175
  [_Conf],
@@ -17824,7 +18183,7 @@ export var HibernationOptionsRequest$ = [3, n0, _HOR,
17824
18183
  ];
17825
18184
  export var HistoryRecord$ = [3, n0, _HRis,
17826
18185
  0,
17827
- [_EIv, _ETv, _Ti],
18186
+ [_EIv, _ETv, _Tim],
17828
18187
  [[() => EventInformation$, { [_eQN]: `EventInformation`,
17829
18188
  [_xN]: _eIv }], [0, { [_eQN]: `EventType`,
17830
18189
  [_xN]: _eTv }], [4, { [_eQN]: `Timestamp`,
@@ -17832,7 +18191,7 @@ export var HistoryRecord$ = [3, n0, _HRis,
17832
18191
  ];
17833
18192
  export var HistoryRecordEntry$ = [3, n0, _HRE,
17834
18193
  0,
17835
- [_EIv, _ETv, _Ti],
18194
+ [_EIv, _ETv, _Tim],
17836
18195
  [[() => EventInformation$, { [_eQN]: `EventInformation`,
17837
18196
  [_xN]: _eIv }], [0, { [_eQN]: `EventType`,
17838
18197
  [_xN]: _eTv }], [4, { [_eQN]: `Timestamp`,
@@ -17866,13 +18225,13 @@ export var Host$ = [3, n0, _Ho,
17866
18225
  ];
17867
18226
  export var HostCpuOptions$ = [3, n0, _HCO,
17868
18227
  0,
17869
- [_ASS],
18228
+ [_ASSm],
17870
18229
  [[0, { [_eQN]: `AmdSevSnp`,
17871
18230
  [_xN]: _aSS }]]
17872
18231
  ];
17873
18232
  export var HostCpuOptionsRequest$ = [3, n0, _HCOR,
17874
18233
  0,
17875
- [_ASS],
18234
+ [_ASSm],
17876
18235
  [0]
17877
18236
  ];
17878
18237
  export var HostInstance$ = [3, n0, _HIos,
@@ -17933,7 +18292,7 @@ export var IamInstanceProfile$ = [3, n0, _IIP,
17933
18292
  ];
17934
18293
  export var IamInstanceProfileAssociation$ = [3, n0, _IIPA,
17935
18294
  0,
17936
- [_AIs, _II, _IIP, _St, _Ti],
18295
+ [_AIs, _II, _IIP, _St, _Tim],
17937
18296
  [[0, { [_eQN]: `AssociationId`,
17938
18297
  [_xN]: _aIs }], [0, { [_eQN]: `InstanceId`,
17939
18298
  [_xN]: _iI }], [() => IamInstanceProfile$, { [_eQN]: `IamInstanceProfile`,
@@ -17960,7 +18319,7 @@ export var IdFormat$ = [3, n0, _IFd,
17960
18319
  [_Dea, _Reso, _ULI],
17961
18320
  [[4, { [_eQN]: `Deadline`,
17962
18321
  [_xN]: _dea }], [0, { [_eQN]: `Resource`,
17963
- [_xN]: _re }], [2, { [_eQN]: `UseLongIds`,
18322
+ [_xN]: _res }], [2, { [_eQN]: `UseLongIds`,
17964
18323
  [_xN]: _uLI }]]
17965
18324
  ];
17966
18325
  export var IKEVersionsListValue$ = [3, n0, _IKEVLV,
@@ -18007,7 +18366,7 @@ export var Image$ = [3, n0, _Ima,
18007
18366
  [_xN]: _iWS }], [0, { [_eQN]: `ImageId`,
18008
18367
  [_xN]: _iIma }], [0, { [_eQN]: `ImageLocation`,
18009
18368
  [_xN]: _iL }], [0, { [_eQN]: `ImageState`,
18010
- [_xN]: _iSma }], [0, { [_eQN]: `ImageOwnerId`,
18369
+ [_xN]: _iSmag }], [0, { [_eQN]: `ImageOwnerId`,
18011
18370
  [_xN]: _iOI }], [0, { [_eQN]: `CreationDate`,
18012
18371
  [_xN]: _cDr }], [2, { [_eQN]: `IsPublic`,
18013
18372
  [_xN]: _iPs }], [() => ProductCodeList, { [_eQN]: `ProductCodes`,
@@ -18075,7 +18434,7 @@ export var ImageMetadata$ = [3, n0, _IMm,
18075
18434
  [_xN]: _iIma }], [0, { [_eQN]: `Name`,
18076
18435
  [_xN]: _n }], [0, { [_eQN]: `ImageOwnerId`,
18077
18436
  [_xN]: _iOI }], [0, { [_eQN]: `ImageState`,
18078
- [_xN]: _iSma }], [0, { [_eQN]: `ImageOwnerAlias`,
18437
+ [_xN]: _iSmag }], [0, { [_eQN]: `ImageOwnerAlias`,
18079
18438
  [_xN]: _iOA }], [0, { [_eQN]: `CreationDate`,
18080
18439
  [_xN]: _cDr }], [0, { [_eQN]: `DeprecationTime`,
18081
18440
  [_xN]: _dTe }], [2, { [_eQN]: `ImageAllowed`,
@@ -18103,7 +18462,7 @@ export var ImageReference$ = [3, n0, _IRm,
18103
18462
  ];
18104
18463
  export var ImageUsageReport$ = [3, n0, _IURm,
18105
18464
  0,
18106
- [_IIm, _RI, _RTes, _AIcc, _St, _SRt, _CTre, _ET, _T],
18465
+ [_IIm, _RI, _RTes, _AIcc, _St, _SRt, _CTr, _ET, _T],
18107
18466
  [[0, { [_eQN]: `ImageId`,
18108
18467
  [_xN]: _iIma }], [0, { [_eQN]: `ReportId`,
18109
18468
  [_xN]: _rIe }], [() => ImageUsageResourceTypeList, { [_eQN]: `ResourceTypeSet`,
@@ -18111,7 +18470,7 @@ export var ImageUsageReport$ = [3, n0, _IURm,
18111
18470
  [_xN]: _aISc }], [0, { [_eQN]: `State`,
18112
18471
  [_xN]: _st }], [0, { [_eQN]: `StateReason`,
18113
18472
  [_xN]: _sRt }], [4, { [_eQN]: `CreationTime`,
18114
- [_xN]: _cTre }], [4, { [_eQN]: `ExpirationTime`,
18473
+ [_xN]: _cTr }], [4, { [_eQN]: `ExpirationTime`,
18115
18474
  [_xN]: _eT }], [() => TagList, { [_eQN]: `TagSet`,
18116
18475
  [_xN]: _tS }]]
18117
18476
  ];
@@ -18443,7 +18802,7 @@ export var Instance$ = [3, n0, _In,
18443
18802
  [_xN]: _iSnst }], [0, { [_eQN]: `PrivateDnsName`,
18444
18803
  [_xN]: _pDNr }], [0, { [_eQN]: `DnsName`,
18445
18804
  [_xN]: _dNn }], [0, { [_eQN]: `Reason`,
18446
- [_xN]: _rea }], [0, { [_eQN]: `KeyName`,
18805
+ [_xN]: _re }], [0, { [_eQN]: `KeyName`,
18447
18806
  [_xN]: _kN }], [1, { [_eQN]: `AmiLaunchIndex`,
18448
18807
  [_xN]: _aLI }], [() => ProductCodeList, { [_eQN]: `ProductCodes`,
18449
18808
  [_xN]: _pC }], [0, { [_eQN]: `InstanceType`,
@@ -18459,6 +18818,16 @@ export var Instance$ = [3, n0, _In,
18459
18818
  [_xN]: _pIAr }], [0, { [_eQN]: `IpAddress`,
18460
18819
  [_xN]: _iAp }]]
18461
18820
  ];
18821
+ export var InstanceApplicationStatus$ = [3, n0, _IAS,
18822
+ 0,
18823
+ [_II, _AZ, _AZI, _AS, _T],
18824
+ [[0, { [_eQN]: `InstanceId`,
18825
+ [_xN]: _iI }], [0, { [_eQN]: `AvailabilityZone`,
18826
+ [_xN]: _aZ }], [0, { [_eQN]: `AvailabilityZoneId`,
18827
+ [_xN]: _aZI }], [() => ApplicationStatus$, { [_eQN]: `ApplicationStatus`,
18828
+ [_xN]: _aSp }], [() => TagList, { [_eQN]: `TagSet`,
18829
+ [_xN]: _tS }]]
18830
+ ];
18462
18831
  export var InstanceAttachmentEnaSrdSpecification$ = [3, n0, _IAESS,
18463
18832
  0,
18464
18833
  [_ESE, _ESUS],
@@ -18553,24 +18922,24 @@ export var InstanceCreditSpecificationRequest$ = [3, n0, _ICSR,
18553
18922
  ];
18554
18923
  export var InstanceEventWindow$ = [3, n0, _IEW,
18555
18924
  0,
18556
- [_IEWI, _TRi, _N, _CEr, _ATs, _St, _T],
18925
+ [_IEWI, _TRi, _N, _CEr, _ATss, _St, _T],
18557
18926
  [[0, { [_eQN]: `InstanceEventWindowId`,
18558
18927
  [_xN]: _iEWI }], [() => InstanceEventWindowTimeRangeList, { [_eQN]: `TimeRangeSet`,
18559
18928
  [_xN]: _tRSi }], [0, { [_eQN]: `Name`,
18560
18929
  [_xN]: _n }], [0, { [_eQN]: `CronExpression`,
18561
18930
  [_xN]: _cEr }], [() => InstanceEventWindowAssociationTarget$, { [_eQN]: `AssociationTarget`,
18562
- [_xN]: _aTs }], [0, { [_eQN]: `State`,
18931
+ [_xN]: _aTss }], [0, { [_eQN]: `State`,
18563
18932
  [_xN]: _st }], [() => TagList, { [_eQN]: `TagSet`,
18564
18933
  [_xN]: _tS }]]
18565
18934
  ];
18566
18935
  export var InstanceEventWindowAssociationRequest$ = [3, n0, _IEWAR,
18567
18936
  0,
18568
- [_IIns, _ITnsta, _DHI],
18937
+ [_IIn, _ITnsta, _DHI],
18569
18938
  [[() => InstanceIdList, { [_xN]: _II }], [() => TagList, { [_xN]: _ITnstan }], [() => DedicatedHostIdList, { [_xN]: _DHIe }]]
18570
18939
  ];
18571
18940
  export var InstanceEventWindowAssociationTarget$ = [3, n0, _IEWAT,
18572
18941
  0,
18573
- [_IIns, _T, _DHI],
18942
+ [_IIn, _T, _DHI],
18574
18943
  [[() => InstanceIdList, { [_eQN]: `InstanceIdSet`,
18575
18944
  [_xN]: _iIS }], [() => TagList, { [_eQN]: `TagSet`,
18576
18945
  [_xN]: _tS }], [() => DedicatedHostIdList, { [_eQN]: `DedicatedHostIdSet`,
@@ -18578,7 +18947,7 @@ export var InstanceEventWindowAssociationTarget$ = [3, n0, _IEWAT,
18578
18947
  ];
18579
18948
  export var InstanceEventWindowDisassociationRequest$ = [3, n0, _IEWDR,
18580
18949
  0,
18581
- [_IIns, _ITnsta, _DHI],
18950
+ [_IIn, _ITnsta, _DHI],
18582
18951
  [[() => InstanceIdList, { [_xN]: _II }], [() => TagList, { [_xN]: _ITnstan }], [() => DedicatedHostIdList, { [_xN]: _DHIe }]]
18583
18952
  ];
18584
18953
  export var InstanceEventWindowStateChange$ = [3, n0, _IEWSC,
@@ -18669,7 +19038,7 @@ export var InstanceMaintenanceOptionsRequest$ = [3, n0, _IMOR,
18669
19038
  ];
18670
19039
  export var InstanceMarketOptionsRequest$ = [3, n0, _IMORn,
18671
19040
  0,
18672
- [_MT, _SO],
19041
+ [_MTa, _SO],
18673
19042
  [0, () => SpotMarketOptions$]
18674
19043
  ];
18675
19044
  export var InstanceMetadataDefaultsResponse$ = [3, n0, _IMDR,
@@ -18874,12 +19243,12 @@ export var InstanceSecondaryInterfaceSpecificationRequest$ = [3, n0, _ISISR,
18874
19243
  [_DOT, _DI, _PIAri, _PIAC, _SSIe, _ITnt, _NCI],
18875
19244
  [2, 1, [() => InstanceSecondaryInterfacePrivateIpAddressListRequest, { [_xN]: _PIAr }], 1, 0, 0, 1]
18876
19245
  ];
18877
- export var InstanceSpecification$ = [3, n0, _ISn,
19246
+ export var InstanceSpecification$ = [3, n0, _ISns,
18878
19247
  0,
18879
19248
  [_II, _EBV, _EDVI],
18880
19249
  [0, 2, [() => VolumeIdStringList, { [_xN]: _EDVIx }]], 1
18881
19250
  ];
18882
- export var InstanceState$ = [3, n0, _ISnst,
19251
+ export var InstanceState$ = [3, n0, _ISnsta,
18883
19252
  0,
18884
19253
  [_Co, _N],
18885
19254
  [[1, { [_eQN]: `Code`,
@@ -18894,9 +19263,9 @@ export var InstanceStateChange$ = [3, n0, _ISC,
18894
19263
  [_xN]: _cSu }], [() => InstanceState$, { [_eQN]: `PreviousState`,
18895
19264
  [_xN]: _pSr }]]
18896
19265
  ];
18897
- export var InstanceStatus$ = [3, n0, _ISnsta,
19266
+ export var InstanceStatus$ = [3, n0, _ISnstan,
18898
19267
  0,
18899
- [_AZ, _AZI, _OA, _Op, _Ev, _II, _ISnst, _ISnsta, _SSy, _AES],
19268
+ [_AZ, _AZI, _OA, _Op, _Ev, _II, _ISnsta, _ISnstan, _SSy, _AES, _AS],
18900
19269
  [[0, { [_eQN]: `AvailabilityZone`,
18901
19270
  [_xN]: _aZ }], [0, { [_eQN]: `AvailabilityZoneId`,
18902
19271
  [_xN]: _aZI }], [0, { [_eQN]: `OutpostArn`,
@@ -18907,13 +19276,14 @@ export var InstanceStatus$ = [3, n0, _ISnsta,
18907
19276
  [_xN]: _iSnst }], [() => InstanceStatusSummary$, { [_eQN]: `InstanceStatus`,
18908
19277
  [_xN]: _iSnsta }], [() => InstanceStatusSummary$, { [_eQN]: `SystemStatus`,
18909
19278
  [_xN]: _sSy }], [() => EbsStatusSummary$, { [_eQN]: `AttachedEbsStatus`,
18910
- [_xN]: _aES }]]
19279
+ [_xN]: _aES }], [() => ApplicationStatusSummary$, { [_eQN]: `ApplicationStatus`,
19280
+ [_xN]: _aSp }]]
18911
19281
  ];
18912
19282
  export var InstanceStatusDetails$ = [3, n0, _ISDn,
18913
19283
  0,
18914
19284
  [_ISm, _N, _Sta],
18915
19285
  [[4, { [_eQN]: `ImpairedSince`,
18916
- [_xN]: _iSmp }], [0, { [_eQN]: `Name`,
19286
+ [_xN]: _iSm }], [0, { [_eQN]: `Name`,
18917
19287
  [_xN]: _n }], [0, { [_eQN]: `Status`,
18918
19288
  [_xN]: _sta }]]
18919
19289
  ];
@@ -19052,7 +19422,7 @@ export var InterruptibleCapacityAllocation$ = [3, n0, _ICA,
19052
19422
  [_xN]: _iCRI }], [0, { [_eQN]: `InterruptionType`,
19053
19423
  [_xN]: _iTn }]]
19054
19424
  ];
19055
- export var InterruptionInfo$ = [3, n0, _IIn,
19425
+ export var InterruptionInfo$ = [3, n0, _IInt,
19056
19426
  0,
19057
19427
  [_SCRI, _ITn],
19058
19428
  [[0, { [_eQN]: `SourceCapacityReservationId`,
@@ -19116,14 +19486,14 @@ export var IpamDiscoveredAccount$ = [3, n0, _IDAp,
19116
19486
  ];
19117
19487
  export var IpamDiscoveredPublicAddress$ = [3, n0, _IDPAp,
19118
19488
  0,
19119
- [_IRDI, _ARd, _A, _AOI, _AAId, _ASs, _ATddr, _Se, _SRer, _VI, _SIu, _PIPI, _NII, _NID, _II, _T, _NBG, _SGe, _STam],
19489
+ [_IRDI, _ARd, _A, _AOI, _AAId, _ASss, _ATddr, _Se, _SRerv, _VI, _SIu, _PIPI, _NII, _NID, _II, _T, _NBG, _SGe, _STam],
19120
19490
  [[0, { [_eQN]: `IpamResourceDiscoveryId`,
19121
19491
  [_xN]: _iRDI }], [0, { [_eQN]: `AddressRegion`,
19122
19492
  [_xN]: _aRd }], [0, { [_eQN]: `Address`,
19123
19493
  [_xN]: _ad }], [0, { [_eQN]: `AddressOwnerId`,
19124
19494
  [_xN]: _aOI }], [0, { [_eQN]: `AddressAllocationId`,
19125
19495
  [_xN]: _aAId }], [0, { [_eQN]: `AssociationStatus`,
19126
- [_xN]: _aSs }], [0, { [_eQN]: `AddressType`,
19496
+ [_xN]: _aSss }], [0, { [_eQN]: `AddressType`,
19127
19497
  [_xN]: _aTdd }], [0, { [_eQN]: `Service`,
19128
19498
  [_xN]: _se }], [0, { [_eQN]: `ServiceResource`,
19129
19499
  [_xN]: _sRe }], [0, { [_eQN]: `VpcId`,
@@ -19578,13 +19948,13 @@ export var KeyPair$ = [3, n0, _KPe,
19578
19948
  ];
19579
19949
  export var KeyPairInfo$ = [3, n0, _KPIey,
19580
19950
  0,
19581
- [_KPI, _KT, _T, _PK, _CTr, _KN, _KFe],
19951
+ [_KPI, _KT, _T, _PK, _CTre, _KN, _KFe],
19582
19952
  [[0, { [_eQN]: `KeyPairId`,
19583
19953
  [_xN]: _kPI }], [0, { [_eQN]: `KeyType`,
19584
19954
  [_xN]: _kT }], [() => TagList, { [_eQN]: `TagSet`,
19585
19955
  [_xN]: _tS }], [0, { [_eQN]: `PublicKey`,
19586
19956
  [_xN]: _pK }], [4, { [_eQN]: `CreateTime`,
19587
- [_xN]: _cTr }], [0, { [_eQN]: `KeyName`,
19957
+ [_xN]: _cTre }], [0, { [_eQN]: `KeyName`,
19588
19958
  [_xN]: _kN }], [0, { [_eQN]: `KeyFingerprint`,
19589
19959
  [_xN]: _kFe }]]
19590
19960
  ];
@@ -19631,11 +20001,11 @@ export var LaunchSpecification$ = [3, n0, _LSa,
19631
20001
  ];
19632
20002
  export var LaunchTemplate$ = [3, n0, _LT,
19633
20003
  0,
19634
- [_LTI, _LTN, _CTr, _CBr, _DVN, _LVN, _T, _Op],
20004
+ [_LTI, _LTN, _CTre, _CBr, _DVN, _LVN, _T, _Op],
19635
20005
  [[0, { [_eQN]: `LaunchTemplateId`,
19636
20006
  [_xN]: _lTI }], [0, { [_eQN]: `LaunchTemplateName`,
19637
20007
  [_xN]: _lTN }], [4, { [_eQN]: `CreateTime`,
19638
- [_xN]: _cTr }], [0, { [_eQN]: `CreatedBy`,
20008
+ [_xN]: _cTre }], [0, { [_eQN]: `CreatedBy`,
19639
20009
  [_xN]: _cBr }], [1, { [_eQN]: `DefaultVersionNumber`,
19640
20010
  [_xN]: _dVN }], [1, { [_eQN]: `LatestVersionNumber`,
19641
20011
  [_xN]: _lVN }], [() => TagList, { [_eQN]: `TagSet`,
@@ -19684,7 +20054,7 @@ export var LaunchTemplateConfig$ = [3, n0, _LTCa,
19684
20054
  ];
19685
20055
  export var LaunchTemplateCpuOptions$ = [3, n0, _LTCO,
19686
20056
  0,
19687
- [_CCor, _TPC, _ASS, _NV],
20057
+ [_CCor, _TPC, _ASSm, _NV],
19688
20058
  [[1, { [_eQN]: `CoreCount`,
19689
20059
  [_xN]: _cCo }], [1, { [_eQN]: `ThreadsPerCore`,
19690
20060
  [_xN]: _tPC }], [0, { [_eQN]: `AmdSevSnp`,
@@ -19693,7 +20063,7 @@ export var LaunchTemplateCpuOptions$ = [3, n0, _LTCO,
19693
20063
  ];
19694
20064
  export var LaunchTemplateCpuOptionsRequest$ = [3, n0, _LTCOR,
19695
20065
  0,
19696
- [_CCor, _TPC, _ASS, _NV],
20066
+ [_CCor, _TPC, _ASSm, _NV],
19697
20067
  [1, 1, 0, 0]
19698
20068
  ];
19699
20069
  export var LaunchTemplateEbsBlockDevice$ = [3, n0, _LTEBD,
@@ -19788,14 +20158,14 @@ export var LaunchTemplateInstanceMaintenanceOptionsRequest$ = [3, n0, _LTIMOR,
19788
20158
  ];
19789
20159
  export var LaunchTemplateInstanceMarketOptions$ = [3, n0, _LTIMOa,
19790
20160
  0,
19791
- [_MT, _SO],
20161
+ [_MTa, _SO],
19792
20162
  [[0, { [_eQN]: `MarketType`,
19793
- [_xN]: _mT }], [() => LaunchTemplateSpotMarketOptions$, { [_eQN]: `SpotOptions`,
20163
+ [_xN]: _mTa }], [() => LaunchTemplateSpotMarketOptions$, { [_eQN]: `SpotOptions`,
19794
20164
  [_xN]: _sO }]]
19795
20165
  ];
19796
20166
  export var LaunchTemplateInstanceMarketOptionsRequest$ = [3, n0, _LTIMORa,
19797
20167
  0,
19798
- [_MT, _SO],
20168
+ [_MTa, _SO],
19799
20169
  [0, () => LaunchTemplateSpotMarketOptionsRequest$]
19800
20170
  ];
19801
20171
  export var LaunchTemplateInstanceMetadataOptions$ = [3, n0, _LTIMOau,
@@ -19908,7 +20278,7 @@ export var LaunchTemplatePlacement$ = [3, n0, _LTP,
19908
20278
  [_xN]: _af }], [0, { [_eQN]: `GroupName`,
19909
20279
  [_xN]: _gN }], [0, { [_eQN]: `HostId`,
19910
20280
  [_xN]: _hI }], [0, { [_eQN]: `Tenancy`,
19911
- [_xN]: _t }], [0, { [_eQN]: `SpreadDomain`,
20281
+ [_xN]: _te }], [0, { [_eQN]: `SpreadDomain`,
19912
20282
  [_xN]: _sDp }], [0, { [_eQN]: `HostResourceGroupArn`,
19913
20283
  [_xN]: _hRGA }], [1, { [_eQN]: `PartitionNumber`,
19914
20284
  [_xN]: _pN }], [0, { [_eQN]: `GroupId`,
@@ -19977,13 +20347,13 @@ export var LaunchTemplateTagSpecificationRequest$ = [3, n0, _LTTSR,
19977
20347
  ];
19978
20348
  export var LaunchTemplateVersion$ = [3, n0, _LTV,
19979
20349
  0,
19980
- [_LTI, _LTN, _VNe, _VD, _CTr, _CBr, _DVef, _LTD, _Op],
20350
+ [_LTI, _LTN, _VNe, _VD, _CTre, _CBr, _DVef, _LTD, _Op],
19981
20351
  [[0, { [_eQN]: `LaunchTemplateId`,
19982
20352
  [_xN]: _lTI }], [0, { [_eQN]: `LaunchTemplateName`,
19983
20353
  [_xN]: _lTN }], [1, { [_eQN]: `VersionNumber`,
19984
20354
  [_xN]: _vNe }], [0, { [_eQN]: `VersionDescription`,
19985
20355
  [_xN]: _vD }], [4, { [_eQN]: `CreateTime`,
19986
- [_xN]: _cTr }], [0, { [_eQN]: `CreatedBy`,
20356
+ [_xN]: _cTre }], [0, { [_eQN]: `CreatedBy`,
19987
20357
  [_xN]: _cBr }], [2, { [_eQN]: `DefaultVersion`,
19988
20358
  [_xN]: _dVef }], [() => ResponseLaunchTemplateData$, { [_eQN]: `LaunchTemplateData`,
19989
20359
  [_xN]: _lTD }], [() => OperatorResponse$, { [_eQN]: `Operator`,
@@ -20009,7 +20379,7 @@ export var ListImagesInRecycleBinResult$ = [3, n0, _LIIRBRi,
20009
20379
  0,
20010
20380
  [_Im, _NTe],
20011
20381
  [[() => ImageRecycleBinInfoList, { [_eQN]: `ImageSet`,
20012
- [_xN]: _iSmag }], [0, { [_eQN]: `NextToken`,
20382
+ [_xN]: _iSmage }], [0, { [_eQN]: `NextToken`,
20013
20383
  [_xN]: _nTe }]]
20014
20384
  ];
20015
20385
  export var ListSnapshotsInRecycleBinRequest$ = [3, n0, _LSIRBR,
@@ -20200,12 +20570,12 @@ export var MacHost$ = [3, n0, _MHa,
20200
20570
  ];
20201
20571
  export var MacModificationTask$ = [3, n0, _MMT,
20202
20572
  0,
20203
- [_II, _MMTIa, _MSIPCa, _ST, _T, _TSas, _TTa],
20573
+ [_II, _MMTIa, _MSIPCa, _STt, _T, _TSas, _TTa],
20204
20574
  [[0, { [_eQN]: `InstanceId`,
20205
20575
  [_xN]: _iI }], [0, { [_eQN]: `MacModificationTaskId`,
20206
20576
  [_xN]: _mMTI }], [() => MacSystemIntegrityProtectionConfiguration$, { [_eQN]: `MacSystemIntegrityProtectionConfig`,
20207
20577
  [_xN]: _mSIPC }], [4, { [_eQN]: `StartTime`,
20208
- [_xN]: _sT }], [() => TagList, { [_eQN]: `TagSet`,
20578
+ [_xN]: _sTt }], [() => TagList, { [_eQN]: `TagSet`,
20209
20579
  [_xN]: _tS }], [0, { [_eQN]: `TaskState`,
20210
20580
  [_xN]: _tSas }], [0, { [_eQN]: `TaskType`,
20211
20581
  [_xN]: _tTa }]]
@@ -20313,7 +20683,7 @@ export var MemoryMiBRequest$ = [3, n0, _MMBR,
20313
20683
  ];
20314
20684
  export var MetricDataResult$ = [3, n0, _MDRet,
20315
20685
  0,
20316
- [_Dim, _Ti, _MVe],
20686
+ [_Dim, _Tim, _MVe],
20317
20687
  [[() => CapacityManagerDimension$, { [_eQN]: `Dimension`,
20318
20688
  [_xN]: _dim }], [4, { [_eQN]: `Timestamp`,
20319
20689
  [_xN]: _ti }], [() => MetricValueSet, { [_eQN]: `MetricValueSet`,
@@ -20357,6 +20727,17 @@ export var ModifyAddressAttributeResult$ = [3, n0, _MAARo,
20357
20727
  [[() => AddressAttribute$, { [_eQN]: `Address`,
20358
20728
  [_xN]: _ad }]]
20359
20729
  ];
20730
+ export var ModifyApplicationStatusCheckRequest$ = [3, n0, _MASCR,
20731
+ 0,
20732
+ [_ASCI, _Ag, _HCP, _Pr, _Po, _Pa, _DI, _IVp, _IS, _Int, _Ti, _FT, _ST, _SCM, _IGPS, _CT, _DR],
20733
+ [0, 0, [() => HealthCheckPathRequestList, { [_xN]: _HCPe }], 0, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, [0, 4], 2], 1
20734
+ ];
20735
+ export var ModifyApplicationStatusCheckResult$ = [3, n0, _MASCRo,
20736
+ 0,
20737
+ [_ASC],
20738
+ [[() => ApplicationStatusCheckResponseObject$, { [_eQN]: `ApplicationStatusCheck`,
20739
+ [_xN]: _aSC }]]
20740
+ ];
20360
20741
  export var ModifyAvailabilityZoneGroupRequest$ = [3, n0, _MAZGR,
20361
20742
  0,
20362
20743
  [_GN, _OIS, _DR],
@@ -20463,7 +20844,7 @@ export var ModifyIdentityIdFormatRequest$ = [3, n0, _MIIFR,
20463
20844
  0,
20464
20845
  [_Reso, _ULI, _PAr],
20465
20846
  [[0, { [_eQN]: `Resource`,
20466
- [_xN]: _re }], [2, { [_eQN]: `UseLongIds`,
20847
+ [_xN]: _res }], [2, { [_eQN]: `UseLongIds`,
20467
20848
  [_xN]: _uLI }], [0, { [_eQN]: `PrincipalArn`,
20468
20849
  [_xN]: _pAr }]], 3
20469
20850
  ];
@@ -20620,7 +21001,7 @@ export var ModifyInstancePlacementRequest$ = [3, n0, _MIPR,
20620
21001
  [_II, _GN, _PN, _HRGA, _GIr, _Te, _Af, _HIo],
20621
21002
  [[0, { [_eQN]: `InstanceId`,
20622
21003
  [_xN]: _iI }], 0, 1, 0, 0, [0, { [_eQN]: `Tenancy`,
20623
- [_xN]: _t }], [0, { [_eQN]: `Affinity`,
21004
+ [_xN]: _te }], [0, { [_eQN]: `Affinity`,
20624
21005
  [_xN]: _af }], [0, { [_eQN]: `HostId`,
20625
21006
  [_xN]: _hI }]], 1
20626
21007
  ];
@@ -20847,7 +21228,7 @@ export var ModifySnapshotAttributeRequest$ = [3, n0, _MSAR,
20847
21228
  ];
20848
21229
  export var ModifySnapshotTierRequest$ = [3, n0, _MSTR,
20849
21230
  0,
20850
- [_SIn, _STt, _DR],
21231
+ [_SIn, _STto, _DR],
20851
21232
  [0, 0, 2], 1
20852
21233
  ];
20853
21234
  export var ModifySnapshotTierResult$ = [3, n0, _MSTRo,
@@ -21177,8 +21558,8 @@ export var ModifyVpcEndpointPayerResponsibilityResult$ = [3, n0, _MVEPRRo,
21177
21558
  ];
21178
21559
  export var ModifyVpcEndpointRequest$ = [3, n0, _MVER,
21179
21560
  0,
21180
- [_VEIp, _DR, _RP, _PDo, _ARTI, _RRTI, _ASId, _RSIe, _ASGI, _RSGI, _IAT, _DOn, _PDE, _SC],
21181
- [0, 2, 2, 0, [() => VpcEndpointRouteTableIdList, { [_xN]: _ARTId }], [() => VpcEndpointRouteTableIdList, { [_xN]: _RRTIe }], [() => VpcEndpointSubnetIdList, { [_xN]: _ASIdd }], [() => VpcEndpointSubnetIdList, { [_xN]: _RSIem }], [() => VpcEndpointSecurityGroupIdList, { [_xN]: _ASGId }], [() => VpcEndpointSecurityGroupIdList, { [_xN]: _RSGIe }], 0, [() => DnsOptionsSpecification$, 0], 2, [() => SubnetConfigurationsList, { [_xN]: _SCu }]], 1
21561
+ [_VEIp, _DR, _RP, _PDo, _ARTI, _RRTI, _ASId, _RSIe, _ASGI, _RSGI, _IAT, _DOn, _PDE, _SCu],
21562
+ [0, 2, 2, 0, [() => VpcEndpointRouteTableIdList, { [_xN]: _ARTId }], [() => VpcEndpointRouteTableIdList, { [_xN]: _RRTIe }], [() => VpcEndpointSubnetIdList, { [_xN]: _ASIdd }], [() => VpcEndpointSubnetIdList, { [_xN]: _RSIem }], [() => VpcEndpointSecurityGroupIdList, { [_xN]: _ASGId }], [() => VpcEndpointSecurityGroupIdList, { [_xN]: _RSGIe }], 0, [() => DnsOptionsSpecification$, 0], 2, [() => SubnetConfigurationsList, { [_xN]: _SCub }]], 1
21182
21563
  ];
21183
21564
  export var ModifyVpcEndpointResult$ = [3, n0, _MVERo,
21184
21565
  0,
@@ -21188,8 +21569,8 @@ export var ModifyVpcEndpointResult$ = [3, n0, _MVERo,
21188
21569
  ];
21189
21570
  export var ModifyVpcEndpointServiceConfigurationRequest$ = [3, n0, _MVESCR,
21190
21571
  0,
21191
- [_SIe, _DR, _PDN, _RPDN, _ARc, _ANLBA, _RNLBA, _AGLBA, _RGLBA, _ASIAT, _RSIAT, _ASR, _RSR],
21192
- [0, 2, 0, 2, 2, [() => ValueStringList, { [_xN]: _ANLBAd }], [() => ValueStringList, { [_xN]: _RNLBAe }], [() => ValueStringList, { [_xN]: _AGLBAd }], [() => ValueStringList, { [_xN]: _RGLBAe }], [() => ValueStringList, { [_xN]: _ASIATd }], [() => ValueStringList, { [_xN]: _RSIATe }], [() => ValueStringList, { [_xN]: _ASRd }], [() => ValueStringList, { [_xN]: _RSRe }]], 1
21572
+ [_SIe, _DR, _PDN, _RPDN, _ARc, _ANLBA, _RNLBA, _AGLBA, _RGLBA, _ASIAT, _RSIAT, _ASRd, _RSR],
21573
+ [0, 2, 0, 2, 2, [() => ValueStringList, { [_xN]: _ANLBAd }], [() => ValueStringList, { [_xN]: _RNLBAe }], [() => ValueStringList, { [_xN]: _AGLBAd }], [() => ValueStringList, { [_xN]: _RGLBAe }], [() => ValueStringList, { [_xN]: _ASIATd }], [() => ValueStringList, { [_xN]: _RSIATe }], [() => ValueStringList, { [_xN]: _ASRdd }], [() => ValueStringList, { [_xN]: _RSRe }]], 1
21193
21574
  ];
21194
21575
  export var ModifyVpcEndpointServiceConfigurationResult$ = [3, n0, _MVESCRo,
21195
21576
  0,
@@ -21300,7 +21681,7 @@ export var Monitoring$ = [3, n0, _Mon,
21300
21681
  ];
21301
21682
  export var MonitorInstancesRequest$ = [3, n0, _MIRon,
21302
21683
  0,
21303
- [_IIns, _DR],
21684
+ [_IIn, _DR],
21304
21685
  [[() => InstanceIdStringList, { [_xN]: _II }], [2, { [_eQN]: `DryRun`,
21305
21686
  [_xN]: _dR }]], 1
21306
21687
  ];
@@ -21308,7 +21689,7 @@ export var MonitorInstancesResult$ = [3, n0, _MIRoni,
21308
21689
  0,
21309
21690
  [_IMns],
21310
21691
  [[() => InstanceMonitoringList, { [_eQN]: `InstancesSet`,
21311
- [_xN]: _iSn }]]
21692
+ [_xN]: _iSns }]]
21312
21693
  ];
21313
21694
  export var MoveAddressToVpcRequest$ = [3, n0, _MATVR,
21314
21695
  0,
@@ -21357,9 +21738,9 @@ export var MovingAddressStatus$ = [3, n0, _MASo,
21357
21738
  ];
21358
21739
  export var NatGateway$ = [3, n0, _NG,
21359
21740
  0,
21360
- [_CTr, _DTel, _FCa, _FM, _NGA, _NGI, _PB, _St, _SIu, _VI, _T, _CTon, _AMv, _ASIu, _APZ, _AAt, _RTI],
21741
+ [_CTre, _DTel, _FCa, _FM, _NGA, _NGI, _PB, _St, _SIu, _VI, _T, _CTon, _AMv, _ASIu, _APZ, _AAt, _RTI],
21361
21742
  [[4, { [_eQN]: `CreateTime`,
21362
- [_xN]: _cTr }], [4, { [_eQN]: `DeleteTime`,
21743
+ [_xN]: _cTre }], [4, { [_eQN]: `DeleteTime`,
21363
21744
  [_xN]: _dTel }], [0, { [_eQN]: `FailureCode`,
21364
21745
  [_xN]: _fCa }], [0, { [_eQN]: `FailureMessage`,
21365
21746
  [_xN]: _fM }], [() => NatGatewayAddressList, { [_eQN]: `NatGatewayAddressSet`,
@@ -21420,7 +21801,7 @@ export var NetworkAcl$ = [3, n0, _NA,
21420
21801
  0,
21421
21802
  [_As, _Ent, _IDs, _NAI, _T, _VI, _OI],
21422
21803
  [[() => NetworkAclAssociationList, { [_eQN]: `AssociationSet`,
21423
- [_xN]: _aSss }], [() => NetworkAclEntryList, { [_eQN]: `EntrySet`,
21804
+ [_xN]: _aSs }], [() => NetworkAclEntryList, { [_eQN]: `EntrySet`,
21424
21805
  [_xN]: _eSnt }], [2, { [_eQN]: `Default`,
21425
21806
  [_xN]: _def }], [0, { [_eQN]: `NetworkAclId`,
21426
21807
  [_xN]: _nAI }], [() => TagList, { [_eQN]: `TagSet`,
@@ -21576,7 +21957,7 @@ export var NetworkInsightsPath$ = [3, n0, _NIP,
21576
21957
  ];
21577
21958
  export var NetworkInterface$ = [3, n0, _NIe,
21578
21959
  0,
21579
- [_Ass, _Att, _AZ, _CTC, _De, _G, _ITnt, _IA, _MAa, _NII, _OA, _OI, _PDN, _PDNub, _PIDNO, _PIAr, _PIAri, _IPpvr, _IPp, _RIeq, _RMeq, _SDC, _Sta, _SIu, _TSag, _VI, _DAIT, _IN, _IApv, _Op, _ASss, _AZI],
21960
+ [_Ass, _Att, _AZ, _CTC, _De, _G, _ITnt, _IA, _MAa, _NII, _OA, _OI, _PDN, _PDNub, _PIDNO, _PIAr, _PIAri, _IPpvr, _IPp, _RIeq, _RMeq, _SDC, _Sta, _SIu, _TSag, _VI, _DAIT, _IN, _IApv, _Op, _ASsso, _AZI],
21580
21961
  [[() => NetworkInterfaceAssociation$, { [_eQN]: `Association`,
21581
21962
  [_xN]: _ass }], [() => NetworkInterfaceAttachment$, { [_eQN]: `Attachment`,
21582
21963
  [_xN]: _at }], [0, { [_eQN]: `AvailabilityZone`,
@@ -21981,7 +22362,7 @@ export var Placement$ = [3, n0, _Pla,
21981
22362
  [_xN]: _gN }], [1, { [_eQN]: `PartitionNumber`,
21982
22363
  [_xN]: _pN }], [0, { [_eQN]: `HostId`,
21983
22364
  [_xN]: _hI }], [0, { [_eQN]: `Tenancy`,
21984
- [_xN]: _t }], [0, { [_eQN]: `SpreadDomain`,
22365
+ [_xN]: _te }], [0, { [_eQN]: `SpreadDomain`,
21985
22366
  [_xN]: _sDp }], [0, { [_eQN]: `HostResourceGroupArn`,
21986
22367
  [_xN]: _hRGA }], [0, { [_eQN]: `GroupId`,
21987
22368
  [_xN]: _gIr }], [0, { [_eQN]: `AvailabilityZone`,
@@ -22064,13 +22445,13 @@ export var PriceSchedule$ = [3, n0, _PSric,
22064
22445
  [_xN]: _act }], [0, { [_eQN]: `CurrencyCode`,
22065
22446
  [_xN]: _cC }], [1, { [_eQN]: `Price`,
22066
22447
  [_xN]: _pric }], [1, { [_eQN]: `Term`,
22067
- [_xN]: _te }]]
22448
+ [_xN]: _ter }]]
22068
22449
  ];
22069
22450
  export var PriceScheduleSpecification$ = [3, n0, _PSS,
22070
22451
  0,
22071
22452
  [_Ter, _Pric, _CC],
22072
22453
  [[1, { [_eQN]: `Term`,
22073
- [_xN]: _te }], [1, { [_eQN]: `Price`,
22454
+ [_xN]: _ter }], [1, { [_eQN]: `Price`,
22074
22455
  [_xN]: _pric }], [0, { [_eQN]: `CurrencyCode`,
22075
22456
  [_xN]: _cC }]]
22076
22457
  ];
@@ -22210,11 +22591,11 @@ export var ProvisionPublicIpv4PoolCidrResult$ = [3, n0, _PPIPCRr,
22210
22591
  ];
22211
22592
  export var PtrUpdateStatus$ = [3, n0, _PUS,
22212
22593
  0,
22213
- [_V, _Sta, _Rea],
22594
+ [_V, _Sta, _Re],
22214
22595
  [[0, { [_eQN]: `Value`,
22215
22596
  [_xN]: _v }], [0, { [_eQN]: `Status`,
22216
22597
  [_xN]: _sta }], [0, { [_eQN]: `Reason`,
22217
- [_xN]: _rea }]]
22598
+ [_xN]: _re }]]
22218
22599
  ];
22219
22600
  export var PublicIpDnsNameOptions$ = [3, n0, _PIDNO,
22220
22601
  0,
@@ -22328,7 +22709,7 @@ export var PurchaseScheduledInstancesResult$ = [3, n0, _PSIRu,
22328
22709
  ];
22329
22710
  export var RebootInstancesRequest$ = [3, n0, _RIR,
22330
22711
  0,
22331
- [_IIns, _DR],
22712
+ [_IIn, _DR],
22332
22713
  [[() => InstanceIdStringList, { [_xN]: _II }], [2, { [_eQN]: `DryRun`,
22333
22714
  [_xN]: _dR }]], 1
22334
22715
  ];
@@ -22619,12 +23000,12 @@ export var ReplaceNetworkAclEntryRequest$ = [3, n0, _RNAER,
22619
23000
  ];
22620
23001
  export var ReplaceRootVolumeTask$ = [3, n0, _RRVT,
22621
23002
  0,
22622
- [_RRVTIe, _II, _TSas, _ST, _CTom, _T, _IIm, _SIn, _DRRV],
23003
+ [_RRVTIe, _II, _TSas, _STt, _CTom, _T, _IIm, _SIn, _DRRV],
22623
23004
  [[0, { [_eQN]: `ReplaceRootVolumeTaskId`,
22624
23005
  [_xN]: _rRVTI }], [0, { [_eQN]: `InstanceId`,
22625
23006
  [_xN]: _iI }], [0, { [_eQN]: `TaskState`,
22626
23007
  [_xN]: _tSas }], [0, { [_eQN]: `StartTime`,
22627
- [_xN]: _sT }], [0, { [_eQN]: `CompleteTime`,
23008
+ [_xN]: _sTt }], [0, { [_eQN]: `CompleteTime`,
22628
23009
  [_xN]: _cTom }], [() => TagList, { [_eQN]: `TagSet`,
22629
23010
  [_xN]: _tS }], [0, { [_eQN]: `ImageId`,
22630
23011
  [_xN]: _iIma }], [0, { [_eQN]: `SnapshotId`,
@@ -22656,7 +23037,7 @@ export var ReplaceRouteTableAssociationRequest$ = [3, n0, _RRTAR,
22656
23037
  ];
22657
23038
  export var ReplaceRouteTableAssociationResult$ = [3, n0, _RRTARe,
22658
23039
  0,
22659
- [_NAIew, _AS],
23040
+ [_NAIew, _ASs],
22660
23041
  [[0, { [_eQN]: `NewAssociationId`,
22661
23042
  [_xN]: _nAIe }], [() => RouteTableAssociationState$, { [_eQN]: `AssociationState`,
22662
23043
  [_xN]: _aS }]]
@@ -22685,13 +23066,13 @@ export var ReplaceVpnTunnelResult$ = [3, n0, _RVTRe,
22685
23066
  ];
22686
23067
  export var ReportInstanceStatusRequest$ = [3, n0, _RISR,
22687
23068
  0,
22688
- [_Ins, _Sta, _RCea, _DR, _ST, _ETnd, _De],
23069
+ [_Ins, _Sta, _RCea, _DR, _STt, _ETnd, _De],
22689
23070
  [[() => InstanceIdStringList, { [_eQN]: `InstanceId`,
22690
23071
  [_xN]: _iI }], [0, { [_eQN]: `Status`,
22691
23072
  [_xN]: _sta }], [() => ReasonCodesList, { [_eQN]: `ReasonCode`,
22692
23073
  [_xN]: _rCea }], [2, { [_eQN]: `DryRun`,
22693
23074
  [_xN]: _dR }], [4, { [_eQN]: `StartTime`,
22694
- [_xN]: _sT }], [4, { [_eQN]: `EndTime`,
23075
+ [_xN]: _sTt }], [4, { [_eQN]: `EndTime`,
22695
23076
  [_xN]: _eTn }], [() => ReportInstanceStatusRequestDescription, { [_eQN]: `Description`,
22696
23077
  [_xN]: _de }]], 3
22697
23078
  ];
@@ -22770,7 +23151,7 @@ export var Reservation$ = [3, n0, _Reser,
22770
23151
  [_xN]: _oI }], [0, { [_eQN]: `RequesterId`,
22771
23152
  [_xN]: _rIeq }], [() => GroupIdentifierList, { [_eQN]: `GroupSet`,
22772
23153
  [_xN]: _gSr }], [() => InstanceList, { [_eQN]: `InstancesSet`,
22773
- [_xN]: _iSn }]]
23154
+ [_xN]: _iSns }]]
22774
23155
  ];
22775
23156
  export var ReservationFleetInstanceSpecification$ = [3, n0, _RFIS,
22776
23157
  0,
@@ -23080,7 +23461,7 @@ export var RestoreSnapshotFromRecycleBinRequest$ = [3, n0, _RSFRBR,
23080
23461
  ];
23081
23462
  export var RestoreSnapshotFromRecycleBinResult$ = [3, n0, _RSFRBRe,
23082
23463
  0,
23083
- [_SIn, _OA, _De, _Enc, _OI, _Pro, _ST, _St, _VIo, _VSo, _STs],
23464
+ [_SIn, _OA, _De, _Enc, _OI, _Pro, _STt, _St, _VIo, _VSo, _STs],
23084
23465
  [[0, { [_eQN]: `SnapshotId`,
23085
23466
  [_xN]: _sIn }], [0, { [_eQN]: `OutpostArn`,
23086
23467
  [_xN]: _oA }], [0, { [_eQN]: `Description`,
@@ -23088,7 +23469,7 @@ export var RestoreSnapshotFromRecycleBinResult$ = [3, n0, _RSFRBRe,
23088
23469
  [_xN]: _enc }], [0, { [_eQN]: `OwnerId`,
23089
23470
  [_xN]: _oI }], [0, { [_eQN]: `Progress`,
23090
23471
  [_xN]: _pro }], [4, { [_eQN]: `StartTime`,
23091
- [_xN]: _sT }], [0, { [_eQN]: `Status`,
23472
+ [_xN]: _sTt }], [0, { [_eQN]: `Status`,
23092
23473
  [_xN]: _sta }], [0, { [_eQN]: `VolumeId`,
23093
23474
  [_xN]: _vIo }], [1, { [_eQN]: `VolumeSize`,
23094
23475
  [_xN]: _vSo }], [0, { [_eQN]: `SseType`,
@@ -23316,7 +23697,7 @@ export var RouteTable$ = [3, n0, _RTo,
23316
23697
  0,
23317
23698
  [_As, _PVro, _RTI, _Rou, _T, _VI, _OI],
23318
23699
  [[() => RouteTableAssociationList, { [_eQN]: `AssociationSet`,
23319
- [_xN]: _aSss }], [() => PropagatingVgwList, { [_eQN]: `PropagatingVgwSet`,
23700
+ [_xN]: _aSs }], [() => PropagatingVgwList, { [_eQN]: `PropagatingVgwSet`,
23320
23701
  [_xN]: _pVS }], [0, { [_eQN]: `RouteTableId`,
23321
23702
  [_xN]: _rTI }], [() => RouteList, { [_eQN]: `RouteSet`,
23322
23703
  [_xN]: _rSou }], [() => TagList, { [_eQN]: `TagSet`,
@@ -23326,7 +23707,7 @@ export var RouteTable$ = [3, n0, _RTo,
23326
23707
  ];
23327
23708
  export var RouteTableAssociation$ = [3, n0, _RTA,
23328
23709
  0,
23329
- [_Mai, _RTAI, _RTI, _SIu, _GI, _PIP, _AS],
23710
+ [_Mai, _RTAI, _RTI, _SIu, _GI, _PIP, _ASs],
23330
23711
  [[2, { [_eQN]: `Main`,
23331
23712
  [_xN]: _mai }], [0, { [_eQN]: `RouteTableAssociationId`,
23332
23713
  [_xN]: _rTAI }], [0, { [_eQN]: `RouteTableId`,
@@ -23362,7 +23743,7 @@ export var RuleOption$ = [3, n0, _ROu,
23362
23743
  [_Key, _Set],
23363
23744
  [[0, { [_eQN]: `Keyword`,
23364
23745
  [_xN]: _key }], [() => StringList, { [_eQN]: `SettingSet`,
23365
- [_xN]: _sSe }]]
23746
+ [_xN]: _sSet }]]
23366
23747
  ];
23367
23748
  export var RunInstancesMonitoringEnabled$ = [3, n0, _RIME,
23368
23749
  0,
@@ -23449,17 +23830,17 @@ export var ScheduledInstanceAvailability$ = [3, n0, _SIA,
23449
23830
  ];
23450
23831
  export var ScheduledInstanceRecurrence$ = [3, n0, _SIRc,
23451
23832
  0,
23452
- [_Fre, _Inte, _ODS, _ORTE, _OU],
23833
+ [_Fre, _Int, _ODS, _ORTE, _OU],
23453
23834
  [[0, { [_eQN]: `Frequency`,
23454
23835
  [_xN]: _fre }], [1, { [_eQN]: `Interval`,
23455
- [_xN]: _inte }], [() => OccurrenceDaySet, { [_eQN]: `OccurrenceDaySet`,
23836
+ [_xN]: _int }], [() => OccurrenceDaySet, { [_eQN]: `OccurrenceDaySet`,
23456
23837
  [_xN]: _oDS }], [2, { [_eQN]: `OccurrenceRelativeToEnd`,
23457
23838
  [_xN]: _oRTE }], [0, { [_eQN]: `OccurrenceUnit`,
23458
23839
  [_xN]: _oU }]]
23459
23840
  ];
23460
23841
  export var ScheduledInstanceRecurrenceRequest$ = [3, n0, _SIRR,
23461
23842
  0,
23462
- [_Fre, _Inte, _OD, _ORTE, _OU],
23843
+ [_Fre, _Int, _OD, _ORTE, _OU],
23463
23844
  [0, 1, [() => OccurrenceDayRequestSet, { [_xN]: _ODc }], 2, 0]
23464
23845
  ];
23465
23846
  export var ScheduledInstancesBlockDeviceMapping$ = [3, n0, _SIBDM,
@@ -23616,7 +23997,7 @@ export var SecondaryNetworkIpv4CidrBlockAssociation$ = [3, n0, _SNICBA,
23616
23997
  [_xN]: _st }], [0, { [_eQN]: `StateReason`,
23617
23998
  [_xN]: _sRt }]]
23618
23999
  ];
23619
- export var SecondarySubnet$ = [3, n0, _SS,
24000
+ export var SecondarySubnet$ = [3, n0, _SSe,
23620
24001
  0,
23621
24002
  [_SSIe, _SSA, _SNI, _SNT, _OI, _AZI, _AZ, _ICBAp, _St, _SRt, _T],
23622
24003
  [[0, { [_eQN]: `SecondarySubnetId`,
@@ -23752,12 +24133,12 @@ export var ServiceConfiguration$ = [3, n0, _SCe,
23752
24133
  [_xN]: _pDNC }], [0, { [_eQN]: `PayerResponsibility`,
23753
24134
  [_xN]: _pRa }], [() => TagList, { [_eQN]: `TagSet`,
23754
24135
  [_xN]: _tS }], [() => SupportedRegionSet, { [_eQN]: `SupportedRegionSet`,
23755
- [_xN]: _sRS }], [2, { [_eQN]: `RemoteAccessEnabled`,
24136
+ [_xN]: _sRSu }], [2, { [_eQN]: `RemoteAccessEnabled`,
23756
24137
  [_xN]: _rAE }]]
23757
24138
  ];
23758
24139
  export var ServiceDetail$ = [3, n0, _SDer,
23759
24140
  0,
23760
- [_SN, _SIe, _STe, _SR, _AZIv, _AZv, _Own, _BEDN, _PDN, _PDNr, _VEPS, _ARc, _MVE, _PRa, _T, _PDNVS, _SIAT],
24141
+ [_SN, _SIe, _STe, _SRe, _AZIv, _AZv, _Own, _BEDN, _PDN, _PDNr, _VEPS, _ARc, _MVE, _PRa, _T, _PDNVS, _SIAT],
23761
24142
  [[0, { [_eQN]: `ServiceName`,
23762
24143
  [_xN]: _sN }], [0, { [_eQN]: `ServiceId`,
23763
24144
  [_xN]: _sI }], [() => ServiceTypeDetailSet, { [_eQN]: `ServiceType`,
@@ -23812,12 +24193,12 @@ export var SlotStartTimeRangeRequest$ = [3, n0, _SSTRR,
23812
24193
  ];
23813
24194
  export var Snapshot$ = [3, n0, _Sna,
23814
24195
  0,
23815
- [_OAw, _OA, _T, _STt, _RETe, _STs, _AZ, _TTr, _CDM, _CTomp, _FSSIB, _SIn, _VIo, _St, _SMta, _ST, _Pro, _OI, _De, _VSo, _Enc, _KKI, _DEKI],
24196
+ [_OAw, _OA, _T, _STto, _RETe, _STs, _AZ, _TTr, _CDM, _CTomp, _FSSIB, _SIn, _VIo, _St, _SMta, _STt, _Pro, _OI, _De, _VSo, _Enc, _KKI, _DEKI],
23816
24197
  [[0, { [_eQN]: `OwnerAlias`,
23817
24198
  [_xN]: _oAw }], [0, { [_eQN]: `OutpostArn`,
23818
24199
  [_xN]: _oA }], [() => TagList, { [_eQN]: `TagSet`,
23819
24200
  [_xN]: _tS }], [0, { [_eQN]: `StorageTier`,
23820
- [_xN]: _sTt }], [4, { [_eQN]: `RestoreExpiryTime`,
24201
+ [_xN]: _sTto }], [4, { [_eQN]: `RestoreExpiryTime`,
23821
24202
  [_xN]: _rETe }], [0, { [_eQN]: `SseType`,
23822
24203
  [_xN]: _sTs }], [0, { [_eQN]: `AvailabilityZone`,
23823
24204
  [_xN]: _aZ }], [0, { [_eQN]: `TransferType`,
@@ -23829,7 +24210,7 @@ export var Snapshot$ = [3, n0, _Sna,
23829
24210
  [_xN]: _vIo }], [0, { [_eQN]: `Status`,
23830
24211
  [_xN]: _sta }], [0, { [_eQN]: `StatusMessage`,
23831
24212
  [_xN]: _sMt }], [4, { [_eQN]: `StartTime`,
23832
- [_xN]: _sT }], [0, { [_eQN]: `Progress`,
24213
+ [_xN]: _sTt }], [0, { [_eQN]: `Progress`,
23833
24214
  [_xN]: _pro }], [0, { [_eQN]: `OwnerId`,
23834
24215
  [_xN]: _oI }], [0, { [_eQN]: `Description`,
23835
24216
  [_xN]: _de }], [1, { [_eQN]: `VolumeSize`,
@@ -23860,7 +24241,7 @@ export var SnapshotDiskContainer$ = [3, n0, _SDCn,
23860
24241
  ];
23861
24242
  export var SnapshotInfo$ = [3, n0, _SInap,
23862
24243
  0,
23863
- [_De, _T, _Enc, _VIo, _St, _VSo, _ST, _Pro, _OI, _SIn, _OA, _STs, _AZ],
24244
+ [_De, _T, _Enc, _VIo, _St, _VSo, _STt, _Pro, _OI, _SIn, _OA, _STs, _AZ],
23864
24245
  [[0, { [_eQN]: `Description`,
23865
24246
  [_xN]: _de }], [() => TagList, { [_eQN]: `TagSet`,
23866
24247
  [_xN]: _tS }], [2, { [_eQN]: `Encrypted`,
@@ -23868,7 +24249,7 @@ export var SnapshotInfo$ = [3, n0, _SInap,
23868
24249
  [_xN]: _vIo }], [0, { [_eQN]: `State`,
23869
24250
  [_xN]: _st }], [1, { [_eQN]: `VolumeSize`,
23870
24251
  [_xN]: _vSo }], [4, { [_eQN]: `StartTime`,
23871
- [_xN]: _sT }], [0, { [_eQN]: `Progress`,
24252
+ [_xN]: _sTt }], [0, { [_eQN]: `Progress`,
23872
24253
  [_xN]: _pro }], [0, { [_eQN]: `OwnerId`,
23873
24254
  [_xN]: _oI }], [0, { [_eQN]: `SnapshotId`,
23874
24255
  [_xN]: _sIn }], [0, { [_eQN]: `OutpostArn`,
@@ -23902,16 +24283,16 @@ export var SnapshotTaskDetail$ = [3, n0, _STD,
23902
24283
  [_xN]: _ur }], [() => UserBucketDetails$, { [_eQN]: `UserBucket`,
23903
24284
  [_xN]: _uB }]]
23904
24285
  ];
23905
- export var SnapshotTierStatus$ = [3, n0, _STSn,
24286
+ export var SnapshotTierStatus$ = [3, n0, _STSna,
23906
24287
  0,
23907
- [_SIn, _VIo, _Sta, _OI, _T, _STt, _LTST, _LTPa, _LTOS, _LTOSD, _ACT, _RETe],
24288
+ [_SIn, _VIo, _Sta, _OI, _T, _STto, _LTST, _LTPa, _LTOS, _LTOSD, _ACT, _RETe],
23908
24289
  [[0, { [_eQN]: `SnapshotId`,
23909
24290
  [_xN]: _sIn }], [0, { [_eQN]: `VolumeId`,
23910
24291
  [_xN]: _vIo }], [0, { [_eQN]: `Status`,
23911
24292
  [_xN]: _sta }], [0, { [_eQN]: `OwnerId`,
23912
24293
  [_xN]: _oI }], [() => TagList, { [_eQN]: `TagSet`,
23913
24294
  [_xN]: _tS }], [0, { [_eQN]: `StorageTier`,
23914
- [_xN]: _sTt }], [4, { [_eQN]: `LastTieringStartTime`,
24295
+ [_xN]: _sTto }], [4, { [_eQN]: `LastTieringStartTime`,
23915
24296
  [_xN]: _lTST }], [1, { [_eQN]: `LastTieringProgress`,
23916
24297
  [_xN]: _lTP }], [0, { [_eQN]: `LastTieringOperationStatus`,
23917
24298
  [_xN]: _lTOS }], [0, { [_eQN]: `LastTieringOperationStatusDetail`,
@@ -23968,10 +24349,10 @@ export var SpotFleetMonitoring$ = [3, n0, _SFM,
23968
24349
  ];
23969
24350
  export var SpotFleetRequestConfig$ = [3, n0, _SFRCp,
23970
24351
  0,
23971
- [_ASc, _CTr, _SFRCp, _SFRI, _SFRS, _T],
24352
+ [_ASc, _CTre, _SFRCp, _SFRI, _SFRS, _T],
23972
24353
  [[0, { [_eQN]: `ActivityStatus`,
23973
24354
  [_xN]: _aSc }], [4, { [_eQN]: `CreateTime`,
23974
- [_xN]: _cTr }], [() => SpotFleetRequestConfigData$, { [_eQN]: `SpotFleetRequestConfig`,
24355
+ [_xN]: _cTre }], [() => SpotFleetRequestConfigData$, { [_eQN]: `SpotFleetRequestConfig`,
23975
24356
  [_xN]: _sFRC }], [0, { [_eQN]: `SpotFleetRequestId`,
23976
24357
  [_xN]: _sFRI }], [0, { [_eQN]: `SpotFleetRequestState`,
23977
24358
  [_xN]: _sFRSp }], [() => TagList, { [_eQN]: `TagSet`,
@@ -24016,12 +24397,12 @@ export var SpotFleetTagSpecification$ = [3, n0, _SFTS,
24016
24397
  ];
24017
24398
  export var SpotInstanceRequest$ = [3, n0, _SIRp,
24018
24399
  0,
24019
- [_ABHP, _AZGv, _BDMlo, _CTr, _Fa, _II, _LGa, _LSa, _LAZ, _LAZI, _PDr, _SIRI, _SPp, _St, _Sta, _T, _Ty, _VF, _VU, _IIB],
24400
+ [_ABHP, _AZGv, _BDMlo, _CTre, _Fa, _II, _LGa, _LSa, _LAZ, _LAZI, _PDr, _SIRI, _SPp, _St, _Sta, _T, _Ty, _VF, _VU, _IIB],
24020
24401
  [[0, { [_eQN]: `ActualBlockHourlyPrice`,
24021
24402
  [_xN]: _aBHP }], [0, { [_eQN]: `AvailabilityZoneGroup`,
24022
24403
  [_xN]: _aZG }], [1, { [_eQN]: `BlockDurationMinutes`,
24023
24404
  [_xN]: _bDMl }], [4, { [_eQN]: `CreateTime`,
24024
- [_xN]: _cTr }], [() => SpotInstanceStateFault$, { [_eQN]: `Fault`,
24405
+ [_xN]: _cTre }], [() => SpotInstanceStateFault$, { [_eQN]: `Fault`,
24025
24406
  [_xN]: _fa }], [0, { [_eQN]: `InstanceId`,
24026
24407
  [_xN]: _iI }], [0, { [_eQN]: `LaunchGroup`,
24027
24408
  [_xN]: _lG }], [() => LaunchSpecification$, { [_eQN]: `LaunchSpecification`,
@@ -24089,7 +24470,7 @@ export var SpotPlacement$ = [3, n0, _SPpo,
24089
24470
  [[0, { [_eQN]: `AvailabilityZone`,
24090
24471
  [_xN]: _aZ }], [0, { [_eQN]: `GroupName`,
24091
24472
  [_xN]: _gN }], [0, { [_eQN]: `Tenancy`,
24092
- [_xN]: _t }], [0, { [_eQN]: `AvailabilityZoneId`,
24473
+ [_xN]: _te }], [0, { [_eQN]: `AvailabilityZoneId`,
24093
24474
  [_xN]: _aZI }]]
24094
24475
  ];
24095
24476
  export var SpotPlacementScore$ = [3, n0, _SPSp,
@@ -24102,7 +24483,7 @@ export var SpotPlacementScore$ = [3, n0, _SPSp,
24102
24483
  ];
24103
24484
  export var SpotPrice$ = [3, n0, _SPp,
24104
24485
  0,
24105
- [_AZ, _AZI, _IT, _PDr, _SPp, _Ti],
24486
+ [_AZ, _AZI, _IT, _PDr, _SPp, _Tim],
24106
24487
  [[0, { [_eQN]: `AvailabilityZone`,
24107
24488
  [_xN]: _aZ }], [0, { [_eQN]: `AvailabilityZoneId`,
24108
24489
  [_xN]: _aZI }], [0, { [_eQN]: `InstanceType`,
@@ -24146,7 +24527,7 @@ export var StartDeclarativePoliciesReportResult$ = [3, n0, _SDPRRt,
24146
24527
  ];
24147
24528
  export var StartInstancesRequest$ = [3, n0, _SIRt,
24148
24529
  0,
24149
- [_IIns, _AId, _DR],
24530
+ [_IIn, _AId, _DR],
24150
24531
  [[() => InstanceIdStringList, { [_xN]: _II }], [0, { [_eQN]: `AdditionalInfo`,
24151
24532
  [_xN]: _aId }], [2, { [_eQN]: `DryRun`,
24152
24533
  [_xN]: _dR }]], 1
@@ -24155,7 +24536,7 @@ export var StartInstancesResult$ = [3, n0, _SIRta,
24155
24536
  0,
24156
24537
  [_SIt],
24157
24538
  [[() => InstanceStateChangeList, { [_eQN]: `InstancesSet`,
24158
- [_xN]: _iSn }]]
24539
+ [_xN]: _iSns }]]
24159
24540
  ];
24160
24541
  export var StartNetworkInsightsAccessScopeAnalysisRequest$ = [3, n0, _SNIASAR,
24161
24542
  0,
@@ -24199,7 +24580,7 @@ export var StateReason$ = [3, n0, _SRt,
24199
24580
  ];
24200
24581
  export var StopInstancesRequest$ = [3, n0, _SIRto,
24201
24582
  0,
24202
- [_IIns, _Hi, _SOS, _DR, _F],
24583
+ [_IIn, _Hi, _SOS, _DR, _F],
24203
24584
  [[() => InstanceIdStringList, { [_xN]: _II }], 2, 2, [2, { [_eQN]: `DryRun`,
24204
24585
  [_xN]: _dR }], [2, { [_eQN]: `Force`,
24205
24586
  [_xN]: _fo }]], 1
@@ -24208,7 +24589,7 @@ export var StopInstancesResult$ = [3, n0, _SIRtop,
24208
24589
  0,
24209
24590
  [_SIto],
24210
24591
  [[() => InstanceStateChangeList, { [_eQN]: `InstancesSet`,
24211
- [_xN]: _iSn }]]
24592
+ [_xN]: _iSns }]]
24212
24593
  ];
24213
24594
  export var Storage$ = [3, n0, _Sto,
24214
24595
  0,
@@ -24229,7 +24610,7 @@ export var StoreImageTaskResult$ = [3, n0, _SITRt,
24229
24610
  [_xN]: _b }], [0, { [_eQN]: `S3objectKey`,
24230
24611
  [_xN]: _sKo }], [1, { [_eQN]: `ProgressPercentage`,
24231
24612
  [_xN]: _pP }], [0, { [_eQN]: `StoreTaskState`,
24232
- [_xN]: _sTS }], [0, { [_eQN]: `StoreTaskFailureReason`,
24613
+ [_xN]: _sTSt }], [0, { [_eQN]: `StoreTaskFailureReason`,
24233
24614
  [_xN]: _sTFR }]]
24234
24615
  ];
24235
24616
  export var Subnet$ = [3, n0, _Su,
@@ -24286,7 +24667,7 @@ export var SubnetCidrReservation$ = [3, n0, _SCRu,
24286
24667
  [_xN]: _de }], [() => TagList, { [_eQN]: `TagSet`,
24287
24668
  [_xN]: _tS }]]
24288
24669
  ];
24289
- export var SubnetConfiguration$ = [3, n0, _SCu,
24670
+ export var SubnetConfiguration$ = [3, n0, _SCub,
24290
24671
  0,
24291
24672
  [_SIu, _Ipv, _Ipv_],
24292
24673
  [0, 0, 0]
@@ -24318,6 +24699,14 @@ export var Subscription$ = [3, n0, _Subs,
24318
24699
  [_xN]: _stat }], [0, { [_eQN]: `Period`,
24319
24700
  [_xN]: _pe }]]
24320
24701
  ];
24702
+ export var SuccessfulAssociationResponseObject$ = [3, n0, _SARO,
24703
+ 0,
24704
+ [_ASCI, _ATs, _AVs],
24705
+ [[0, { [_eQN]: `ApplicationStatusCheckId`,
24706
+ [_xN]: _aSCI }], [0, { [_eQN]: `AssociationType`,
24707
+ [_xN]: _aTs }], [0, { [_eQN]: `AssociationValue`,
24708
+ [_xN]: _aVs }]]
24709
+ ];
24321
24710
  export var SuccessfulInstanceCreditSpecificationItem$ = [3, n0, _SICSI,
24322
24711
  0,
24323
24712
  [_II],
@@ -24330,6 +24719,14 @@ export var SuccessfulQueuedPurchaseDeletion$ = [3, n0, _SQPDu,
24330
24719
  [[0, { [_eQN]: `ReservedInstancesId`,
24331
24720
  [_xN]: _rII }]]
24332
24721
  ];
24722
+ export var SuccessfulSuppressionResponseObject$ = [3, n0, _SSRO,
24723
+ 0,
24724
+ [_II, _SAupp, _RAe],
24725
+ [[0, { [_eQN]: `InstanceId`,
24726
+ [_xN]: _iI }], [4, { [_eQN]: `SuppressAt`,
24727
+ [_xN]: _sAup }], [4, { [_eQN]: `ResumeAt`,
24728
+ [_xN]: _rAe }]]
24729
+ ];
24333
24730
  export var SupportedRegionDetail$ = [3, n0, _SRD,
24334
24731
  0,
24335
24732
  [_Regi, _SSer],
@@ -24453,7 +24850,7 @@ export var TerminateConnectionStatus$ = [3, n0, _TCSe,
24453
24850
  ];
24454
24851
  export var TerminateInstancesRequest$ = [3, n0, _TIR,
24455
24852
  0,
24456
- [_IIns, _F, _SOS, _DR],
24853
+ [_IIn, _F, _SOS, _DR],
24457
24854
  [[() => InstanceIdStringList, { [_xN]: _II }], 2, 2, [2, { [_eQN]: `DryRun`,
24458
24855
  [_xN]: _dR }]], 1
24459
24856
  ];
@@ -24461,7 +24858,7 @@ export var TerminateInstancesResult$ = [3, n0, _TIRe,
24461
24858
  0,
24462
24859
  [_TIer],
24463
24860
  [[() => InstanceStateChangeList, { [_eQN]: `InstancesSet`,
24464
- [_xN]: _iSn }]]
24861
+ [_xN]: _iSns }]]
24465
24862
  ];
24466
24863
  export var ThroughResourcesStatement$ = [3, n0, _TRS,
24467
24864
  0,
@@ -24556,14 +24953,14 @@ export var TrafficMirrorTarget$ = [3, n0, _TMT,
24556
24953
  ];
24557
24954
  export var TransitGateway$ = [3, n0, _TG,
24558
24955
  0,
24559
- [_TGI, _TGAran, _St, _OI, _De, _CTre, _Opt, _T],
24956
+ [_TGI, _TGAran, _St, _OI, _De, _CTr, _Opt, _T],
24560
24957
  [[0, { [_eQN]: `TransitGatewayId`,
24561
24958
  [_xN]: _tGI }], [0, { [_eQN]: `TransitGatewayArn`,
24562
24959
  [_xN]: _tGAra }], [0, { [_eQN]: `State`,
24563
24960
  [_xN]: _st }], [0, { [_eQN]: `OwnerId`,
24564
24961
  [_xN]: _oI }], [0, { [_eQN]: `Description`,
24565
24962
  [_xN]: _de }], [4, { [_eQN]: `CreationTime`,
24566
- [_xN]: _cTre }], [() => TransitGatewayOptions$, { [_eQN]: `Options`,
24963
+ [_xN]: _cTr }], [() => TransitGatewayOptions$, { [_eQN]: `Options`,
24567
24964
  [_xN]: _op }], [() => TagList, { [_eQN]: `TagSet`,
24568
24965
  [_xN]: _tS }]]
24569
24966
  ];
@@ -24579,7 +24976,7 @@ export var TransitGatewayAssociation$ = [3, n0, _TGArans,
24579
24976
  ];
24580
24977
  export var TransitGatewayAttachment$ = [3, n0, _TGAra,
24581
24978
  0,
24582
- [_TGAI, _TGI, _TGOI, _ROI, _RTe, _RIeso, _St, _Ass, _CTre, _T],
24979
+ [_TGAI, _TGI, _TGOI, _ROI, _RTe, _RIeso, _St, _Ass, _CTr, _T],
24583
24980
  [[0, { [_eQN]: `TransitGatewayAttachmentId`,
24584
24981
  [_xN]: _tGAI }], [0, { [_eQN]: `TransitGatewayId`,
24585
24982
  [_xN]: _tGI }], [0, { [_eQN]: `TransitGatewayOwnerId`,
@@ -24589,7 +24986,7 @@ export var TransitGatewayAttachment$ = [3, n0, _TGAra,
24589
24986
  [_xN]: _rIes }], [0, { [_eQN]: `State`,
24590
24987
  [_xN]: _st }], [() => TransitGatewayAttachmentAssociation$, { [_eQN]: `Association`,
24591
24988
  [_xN]: _ass }], [4, { [_eQN]: `CreationTime`,
24592
- [_xN]: _cTre }], [() => TagList, { [_eQN]: `TagSet`,
24989
+ [_xN]: _cTr }], [() => TagList, { [_eQN]: `TagSet`,
24593
24990
  [_xN]: _tS }]]
24594
24991
  ];
24595
24992
  export var TransitGatewayAttachmentAssociation$ = [3, n0, _TGAA,
@@ -24619,14 +25016,14 @@ export var TransitGatewayAttachmentPropagation$ = [3, n0, _TGAPr,
24619
25016
  ];
24620
25017
  export var TransitGatewayClientVpnAttachment$ = [3, n0, _TGCVA,
24621
25018
  0,
24622
- [_TGAI, _TGI, _CVEI, _CVOI, _St, _CTre],
25019
+ [_TGAI, _TGI, _CVEI, _CVOI, _St, _CTr],
24623
25020
  [[0, { [_eQN]: `TransitGatewayAttachmentId`,
24624
25021
  [_xN]: _tGAI }], [0, { [_eQN]: `TransitGatewayId`,
24625
25022
  [_xN]: _tGI }], [0, { [_eQN]: `ClientVpnEndpointId`,
24626
25023
  [_xN]: _cVEI }], [0, { [_eQN]: `ClientVpnOwnerId`,
24627
25024
  [_xN]: _cVOI }], [0, { [_eQN]: `State`,
24628
25025
  [_xN]: _st }], [0, { [_eQN]: `CreationTime`,
24629
- [_xN]: _cTre }]]
25026
+ [_xN]: _cTr }]]
24630
25027
  ];
24631
25028
  export var TransitGatewayConfigurationDescribeEndpointStructure$ = [3, n0, _TGCDES,
24632
25029
  0,
@@ -24644,13 +25041,13 @@ export var TransitGatewayConfigurationInputStructure$ = [3, n0, _TGCIS,
24644
25041
  ];
24645
25042
  export var TransitGatewayConnect$ = [3, n0, _TGCr,
24646
25043
  0,
24647
- [_TGAI, _TTGAI, _TGI, _St, _CTre, _Opt, _T],
25044
+ [_TGAI, _TTGAI, _TGI, _St, _CTr, _Opt, _T],
24648
25045
  [[0, { [_eQN]: `TransitGatewayAttachmentId`,
24649
25046
  [_xN]: _tGAI }], [0, { [_eQN]: `TransportTransitGatewayAttachmentId`,
24650
25047
  [_xN]: _tTGAI }], [0, { [_eQN]: `TransitGatewayId`,
24651
25048
  [_xN]: _tGI }], [0, { [_eQN]: `State`,
24652
25049
  [_xN]: _st }], [4, { [_eQN]: `CreationTime`,
24653
- [_xN]: _cTre }], [() => TransitGatewayConnectOptions$, { [_eQN]: `Options`,
25050
+ [_xN]: _cTr }], [() => TransitGatewayConnectOptions$, { [_eQN]: `Options`,
24654
25051
  [_xN]: _op }], [() => TagList, { [_eQN]: `TagSet`,
24655
25052
  [_xN]: _tS }]]
24656
25053
  ];
@@ -24662,12 +25059,12 @@ export var TransitGatewayConnectOptions$ = [3, n0, _TGCO,
24662
25059
  ];
24663
25060
  export var TransitGatewayConnectPeer$ = [3, n0, _TGCP,
24664
25061
  0,
24665
- [_TGAI, _TGCPI, _St, _CTre, _CPC, _T],
25062
+ [_TGAI, _TGCPI, _St, _CTr, _CPC, _T],
24666
25063
  [[0, { [_eQN]: `TransitGatewayAttachmentId`,
24667
25064
  [_xN]: _tGAI }], [0, { [_eQN]: `TransitGatewayConnectPeerId`,
24668
25065
  [_xN]: _tGCPI }], [0, { [_eQN]: `State`,
24669
25066
  [_xN]: _st }], [4, { [_eQN]: `CreationTime`,
24670
- [_xN]: _cTre }], [() => TransitGatewayConnectPeerConfiguration$, { [_eQN]: `ConnectPeerConfiguration`,
25067
+ [_xN]: _cTr }], [() => TransitGatewayConnectPeerConfiguration$, { [_eQN]: `ConnectPeerConfiguration`,
24671
25068
  [_xN]: _cPC }], [() => TagList, { [_eQN]: `TagSet`,
24672
25069
  [_xN]: _tS }]]
24673
25070
  ];
@@ -24740,7 +25137,7 @@ export var TransitGatewayMulticastDeregisteredGroupSources$ = [3, n0, _TGMDGS,
24740
25137
  ];
24741
25138
  export var TransitGatewayMulticastDomain$ = [3, n0, _TGMD,
24742
25139
  0,
24743
- [_TGMDI, _TGI, _TGMDA, _OI, _Opt, _St, _CTre, _T],
25140
+ [_TGMDI, _TGI, _TGMDA, _OI, _Opt, _St, _CTr, _T],
24744
25141
  [[0, { [_eQN]: `TransitGatewayMulticastDomainId`,
24745
25142
  [_xN]: _tGMDI }], [0, { [_eQN]: `TransitGatewayId`,
24746
25143
  [_xN]: _tGI }], [0, { [_eQN]: `TransitGatewayMulticastDomainArn`,
@@ -24748,7 +25145,7 @@ export var TransitGatewayMulticastDomain$ = [3, n0, _TGMD,
24748
25145
  [_xN]: _oI }], [() => TransitGatewayMulticastDomainOptions$, { [_eQN]: `Options`,
24749
25146
  [_xN]: _op }], [0, { [_eQN]: `State`,
24750
25147
  [_xN]: _st }], [4, { [_eQN]: `CreationTime`,
24751
- [_xN]: _cTre }], [() => TagList, { [_eQN]: `TagSet`,
25148
+ [_xN]: _cTr }], [() => TagList, { [_eQN]: `TagSet`,
24752
25149
  [_xN]: _tS }]]
24753
25150
  ];
24754
25151
  export var TransitGatewayMulticastDomainAssociation$ = [3, n0, _TGMDAr,
@@ -24824,14 +25221,14 @@ export var TransitGatewayOptions$ = [3, n0, _TGO,
24824
25221
  [_xN]: _dRTP }], [0, { [_eQN]: `PropagationDefaultRouteTableId`,
24825
25222
  [_xN]: _pDRTI }], [0, { [_eQN]: `VpnEcmpSupport`,
24826
25223
  [_xN]: _vESpn }], [0, { [_eQN]: `DnsSupport`,
24827
- [_xN]: _dSn }], [0, { [_eQN]: `SecurityGroupReferencingSupport`,
25224
+ [_xN]: _dSns }], [0, { [_eQN]: `SecurityGroupReferencingSupport`,
24828
25225
  [_xN]: _sGRSec }], [0, { [_eQN]: `MulticastSupport`,
24829
25226
  [_xN]: _mSu }], [() => EncryptionSupport$, { [_eQN]: `EncryptionSupport`,
24830
25227
  [_xN]: _eSn }]]
24831
25228
  ];
24832
25229
  export var TransitGatewayPeeringAttachment$ = [3, n0, _TGPA,
24833
25230
  0,
24834
- [_TGAI, _ATGAI, _RTIe, _ATI, _Opt, _Sta, _St, _CTre, _T],
25231
+ [_TGAI, _ATGAI, _RTIe, _ATI, _Opt, _Sta, _St, _CTr, _T],
24835
25232
  [[0, { [_eQN]: `TransitGatewayAttachmentId`,
24836
25233
  [_xN]: _tGAI }], [0, { [_eQN]: `AccepterTransitGatewayAttachmentId`,
24837
25234
  [_xN]: _aTGAI }], [() => PeeringTgwInfo$, { [_eQN]: `RequesterTgwInfo`,
@@ -24840,7 +25237,7 @@ export var TransitGatewayPeeringAttachment$ = [3, n0, _TGPA,
24840
25237
  [_xN]: _op }], [() => PeeringAttachmentStatus$, { [_eQN]: `Status`,
24841
25238
  [_xN]: _sta }], [0, { [_eQN]: `State`,
24842
25239
  [_xN]: _st }], [4, { [_eQN]: `CreationTime`,
24843
- [_xN]: _cTre }], [() => TagList, { [_eQN]: `TagSet`,
25240
+ [_xN]: _cTr }], [() => TagList, { [_eQN]: `TagSet`,
24844
25241
  [_xN]: _tS }]]
24845
25242
  ];
24846
25243
  export var TransitGatewayPeeringAttachmentOptions$ = [3, n0, _TGPAO,
@@ -24869,12 +25266,12 @@ export var TransitGatewayPolicyRuleMetaData$ = [3, n0, _TGPRMD,
24869
25266
  ];
24870
25267
  export var TransitGatewayPolicyTable$ = [3, n0, _TGPT,
24871
25268
  0,
24872
- [_TGPTI, _TGI, _St, _CTre, _T],
25269
+ [_TGPTI, _TGI, _St, _CTr, _T],
24873
25270
  [[0, { [_eQN]: `TransitGatewayPolicyTableId`,
24874
25271
  [_xN]: _tGPTI }], [0, { [_eQN]: `TransitGatewayId`,
24875
25272
  [_xN]: _tGI }], [0, { [_eQN]: `State`,
24876
25273
  [_xN]: _st }], [4, { [_eQN]: `CreationTime`,
24877
- [_xN]: _cTre }], [() => TagList, { [_eQN]: `TagSet`,
25274
+ [_xN]: _cTr }], [() => TagList, { [_eQN]: `TagSet`,
24878
25275
  [_xN]: _tS }]]
24879
25276
  ];
24880
25277
  export var TransitGatewayPolicyTableAssociation$ = [3, n0, _TGPTA,
@@ -24962,19 +25359,19 @@ export var TransitGatewayRouteAttachment$ = [3, n0, _TGRA,
24962
25359
  ];
24963
25360
  export var TransitGatewayRouteTable$ = [3, n0, _TGRT,
24964
25361
  0,
24965
- [_TGRTI, _TGI, _St, _DART, _DPRT, _CTre, _T],
25362
+ [_TGRTI, _TGI, _St, _DART, _DPRT, _CTr, _T],
24966
25363
  [[0, { [_eQN]: `TransitGatewayRouteTableId`,
24967
25364
  [_xN]: _tGRTI }], [0, { [_eQN]: `TransitGatewayId`,
24968
25365
  [_xN]: _tGI }], [0, { [_eQN]: `State`,
24969
25366
  [_xN]: _st }], [2, { [_eQN]: `DefaultAssociationRouteTable`,
24970
25367
  [_xN]: _dART }], [2, { [_eQN]: `DefaultPropagationRouteTable`,
24971
25368
  [_xN]: _dPRT }], [4, { [_eQN]: `CreationTime`,
24972
- [_xN]: _cTre }], [() => TagList, { [_eQN]: `TagSet`,
25369
+ [_xN]: _cTr }], [() => TagList, { [_eQN]: `TagSet`,
24973
25370
  [_xN]: _tS }]]
24974
25371
  ];
24975
25372
  export var TransitGatewayRouteTableAnnouncement$ = [3, n0, _TGRTA,
24976
25373
  0,
24977
- [_TGRTAI, _TGI, _CNIor, _PTGI, _PCNI, _PAIe, _ADn, _TGRTI, _St, _CTre, _T],
25374
+ [_TGRTAI, _TGI, _CNIor, _PTGI, _PCNI, _PAIe, _ADn, _TGRTI, _St, _CTr, _T],
24978
25375
  [[0, { [_eQN]: `TransitGatewayRouteTableAnnouncementId`,
24979
25376
  [_xN]: _tGRTAI }], [0, { [_eQN]: `TransitGatewayId`,
24980
25377
  [_xN]: _tGI }], [0, { [_eQN]: `CoreNetworkId`,
@@ -24985,7 +25382,7 @@ export var TransitGatewayRouteTableAnnouncement$ = [3, n0, _TGRTA,
24985
25382
  [_xN]: _aDn }], [0, { [_eQN]: `TransitGatewayRouteTableId`,
24986
25383
  [_xN]: _tGRTI }], [0, { [_eQN]: `State`,
24987
25384
  [_xN]: _st }], [4, { [_eQN]: `CreationTime`,
24988
- [_xN]: _cTre }], [() => TagList, { [_eQN]: `TagSet`,
25385
+ [_xN]: _cTr }], [() => TagList, { [_eQN]: `TagSet`,
24989
25386
  [_xN]: _tS }]]
24990
25387
  ];
24991
25388
  export var TransitGatewayRouteTableAssociation$ = [3, n0, _TGRTAra,
@@ -25021,7 +25418,7 @@ export var TransitGatewayRouteTableRoute$ = [3, n0, _TGRTR,
25021
25418
  ];
25022
25419
  export var TransitGatewayVpcAttachment$ = [3, n0, _TGVA,
25023
25420
  0,
25024
- [_TGAI, _TGI, _VI, _VOIp, _St, _SI, _CTre, _Opt, _T],
25421
+ [_TGAI, _TGI, _VI, _VOIp, _St, _SI, _CTr, _Opt, _T],
25025
25422
  [[0, { [_eQN]: `TransitGatewayAttachmentId`,
25026
25423
  [_xN]: _tGAI }], [0, { [_eQN]: `TransitGatewayId`,
25027
25424
  [_xN]: _tGI }], [0, { [_eQN]: `VpcId`,
@@ -25029,7 +25426,7 @@ export var TransitGatewayVpcAttachment$ = [3, n0, _TGVA,
25029
25426
  [_xN]: _vOIp }], [0, { [_eQN]: `State`,
25030
25427
  [_xN]: _st }], [() => ValueStringList, { [_eQN]: `SubnetIds`,
25031
25428
  [_xN]: _sIub }], [4, { [_eQN]: `CreationTime`,
25032
- [_xN]: _cTre }], [() => TransitGatewayVpcAttachmentOptions$, { [_eQN]: `Options`,
25429
+ [_xN]: _cTr }], [() => TransitGatewayVpcAttachmentOptions$, { [_eQN]: `Options`,
25033
25430
  [_xN]: _op }], [() => TagList, { [_eQN]: `TagSet`,
25034
25431
  [_xN]: _tS }]]
25035
25432
  ];
@@ -25037,7 +25434,7 @@ export var TransitGatewayVpcAttachmentOptions$ = [3, n0, _TGVAO,
25037
25434
  0,
25038
25435
  [_DSn, _SGRS, _ISpv, _AMS],
25039
25436
  [[0, { [_eQN]: `DnsSupport`,
25040
- [_xN]: _dSn }], [0, { [_eQN]: `SecurityGroupReferencingSupport`,
25437
+ [_xN]: _dSns }], [0, { [_eQN]: `SecurityGroupReferencingSupport`,
25041
25438
  [_xN]: _sGRSec }], [0, { [_eQN]: `Ipv6Support`,
25042
25439
  [_xN]: _iSpvu }], [0, { [_eQN]: `ApplianceModeSupport`,
25043
25440
  [_xN]: _aMSp }]]
@@ -25127,7 +25524,7 @@ export var UnlockSnapshotResult$ = [3, n0, _USRn,
25127
25524
  ];
25128
25525
  export var UnmonitorInstancesRequest$ = [3, n0, _UIR,
25129
25526
  0,
25130
- [_IIns, _DR],
25527
+ [_IIn, _DR],
25131
25528
  [[() => InstanceIdStringList, { [_xN]: _II }], [2, { [_eQN]: `DryRun`,
25132
25529
  [_xN]: _dR }]], 1
25133
25530
  ];
@@ -25135,7 +25532,16 @@ export var UnmonitorInstancesResult$ = [3, n0, _UIRn,
25135
25532
  0,
25136
25533
  [_IMns],
25137
25534
  [[() => InstanceMonitoringList, { [_eQN]: `InstancesSet`,
25138
- [_xN]: _iSn }]]
25535
+ [_xN]: _iSns }]]
25536
+ ];
25537
+ export var UnsuccessfulAssociationResponseObject$ = [3, n0, _UARO,
25538
+ 0,
25539
+ [_ASCI, _ATs, _AVs, _Re],
25540
+ [[0, { [_eQN]: `ApplicationStatusCheckId`,
25541
+ [_xN]: _aSCI }], [0, { [_eQN]: `AssociationType`,
25542
+ [_xN]: _aTs }], [0, { [_eQN]: `AssociationValue`,
25543
+ [_xN]: _aVs }], [0, { [_eQN]: `Reason`,
25544
+ [_xN]: _re }]]
25139
25545
  ];
25140
25546
  export var UnsuccessfulInstanceCreditSpecificationItem$ = [3, n0, _UICSI,
25141
25547
  0,
@@ -25165,6 +25571,15 @@ export var UnsuccessfulItemError$ = [3, n0, _UIEn,
25165
25571
  [_xN]: _co }], [0, { [_eQN]: `Message`,
25166
25572
  [_xN]: _me }]]
25167
25573
  ];
25574
+ export var UnsuccessfulSuppressionResponseObject$ = [3, n0, _USRO,
25575
+ 0,
25576
+ [_II, _SAupp, _RAe, _Re],
25577
+ [[0, { [_eQN]: `InstanceId`,
25578
+ [_xN]: _iI }], [4, { [_eQN]: `SuppressAt`,
25579
+ [_xN]: _sAup }], [4, { [_eQN]: `ResumeAt`,
25580
+ [_xN]: _rAe }], [0, { [_eQN]: `Reason`,
25581
+ [_xN]: _re }]]
25582
+ ];
25168
25583
  export var UpdateCapacityManagerMonitoredTagKeysRequest$ = [3, n0, _UCMMTKR,
25169
25584
  0,
25170
25585
  [_ATK, _DTK, _DR, _CT],
@@ -25293,7 +25708,7 @@ export var VCpuInfo$ = [3, n0, _VCIpu,
25293
25708
  ];
25294
25709
  export var VerifiedAccessEndpoint$ = [3, n0, _VAE,
25295
25710
  0,
25296
- [_VAII, _VAGI, _VAEI, _ADp, _ETn, _ATt, _DCA, _EDnd, _DVD, _SGIe, _LBO, _NIO, _Sta, _De, _CTre, _LUTas, _DT, _T, _SSs, _ROd, _COi],
25711
+ [_VAII, _VAGI, _VAEI, _ADp, _ETn, _ATt, _DCA, _EDnd, _DVD, _SGIe, _LBO, _NIO, _Sta, _De, _CTr, _LUTas, _DT, _T, _SSs, _ROd, _COi],
25297
25712
  [[0, { [_eQN]: `VerifiedAccessInstanceId`,
25298
25713
  [_xN]: _vAII }], [0, { [_eQN]: `VerifiedAccessGroupId`,
25299
25714
  [_xN]: _vAGI }], [0, { [_eQN]: `VerifiedAccessEndpointId`,
@@ -25309,7 +25724,7 @@ export var VerifiedAccessEndpoint$ = [3, n0, _VAE,
25309
25724
  [_xN]: _nIO }], [() => VerifiedAccessEndpointStatus$, { [_eQN]: `Status`,
25310
25725
  [_xN]: _sta }], [0, { [_eQN]: `Description`,
25311
25726
  [_xN]: _de }], [0, { [_eQN]: `CreationTime`,
25312
- [_xN]: _cTre }], [0, { [_eQN]: `LastUpdatedTime`,
25727
+ [_xN]: _cTr }], [0, { [_eQN]: `LastUpdatedTime`,
25313
25728
  [_xN]: _lUTas }], [0, { [_eQN]: `DeletionTime`,
25314
25729
  [_xN]: _dT }], [() => TagList, { [_eQN]: `TagSet`,
25315
25730
  [_xN]: _tS }], [() => VerifiedAccessSseSpecificationResponse$, { [_eQN]: `SseSpecification`,
@@ -25381,14 +25796,14 @@ export var VerifiedAccessEndpointTarget$ = [3, n0, _VAETe,
25381
25796
  ];
25382
25797
  export var VerifiedAccessGroup$ = [3, n0, _VAG,
25383
25798
  0,
25384
- [_VAGI, _VAII, _De, _Own, _VAGA, _CTre, _LUTas, _DT, _T, _SSs],
25799
+ [_VAGI, _VAII, _De, _Own, _VAGA, _CTr, _LUTas, _DT, _T, _SSs],
25385
25800
  [[0, { [_eQN]: `VerifiedAccessGroupId`,
25386
25801
  [_xN]: _vAGI }], [0, { [_eQN]: `VerifiedAccessInstanceId`,
25387
25802
  [_xN]: _vAII }], [0, { [_eQN]: `Description`,
25388
25803
  [_xN]: _de }], [0, { [_eQN]: `Owner`,
25389
25804
  [_xN]: _ow }], [0, { [_eQN]: `VerifiedAccessGroupArn`,
25390
25805
  [_xN]: _vAGA }], [0, { [_eQN]: `CreationTime`,
25391
- [_xN]: _cTre }], [0, { [_eQN]: `LastUpdatedTime`,
25806
+ [_xN]: _cTr }], [0, { [_eQN]: `LastUpdatedTime`,
25392
25807
  [_xN]: _lUTas }], [0, { [_eQN]: `DeletionTime`,
25393
25808
  [_xN]: _dT }], [() => TagList, { [_eQN]: `TagSet`,
25394
25809
  [_xN]: _tS }], [() => VerifiedAccessSseSpecificationResponse$, { [_eQN]: `SseSpecification`,
@@ -25396,12 +25811,12 @@ export var VerifiedAccessGroup$ = [3, n0, _VAG,
25396
25811
  ];
25397
25812
  export var VerifiedAccessInstance$ = [3, n0, _VAI,
25398
25813
  0,
25399
- [_VAII, _De, _VATPe, _CTre, _LUTas, _T, _FE, _CECSD],
25814
+ [_VAII, _De, _VATPe, _CTr, _LUTas, _T, _FE, _CECSD],
25400
25815
  [[0, { [_eQN]: `VerifiedAccessInstanceId`,
25401
25816
  [_xN]: _vAII }], [0, { [_eQN]: `Description`,
25402
25817
  [_xN]: _de }], [() => VerifiedAccessTrustProviderCondensedList, { [_eQN]: `VerifiedAccessTrustProviderSet`,
25403
25818
  [_xN]: _vATPS }], [0, { [_eQN]: `CreationTime`,
25404
- [_xN]: _cTre }], [0, { [_eQN]: `LastUpdatedTime`,
25819
+ [_xN]: _cTr }], [0, { [_eQN]: `LastUpdatedTime`,
25405
25820
  [_xN]: _lUTas }], [() => TagList, { [_eQN]: `TagSet`,
25406
25821
  [_xN]: _tS }], [2, { [_eQN]: `FipsEnabled`,
25407
25822
  [_xN]: _fE }], [() => VerifiedAccessInstanceCustomSubDomain$, { [_eQN]: `CidrEndpointsCustomSubDomain`,
@@ -25526,7 +25941,7 @@ export var VerifiedAccessSseSpecificationResponse$ = [3, n0, _VASSRe,
25526
25941
  ];
25527
25942
  export var VerifiedAccessTrustProvider$ = [3, n0, _VATP,
25528
25943
  0,
25529
- [_VATPI, _De, _TPT, _UTPT, _DTPT, _OO, _DOev, _PRNo, _CTre, _LUTas, _T, _SSs, _NAOO],
25944
+ [_VATPI, _De, _TPT, _UTPT, _DTPT, _OO, _DOev, _PRNo, _CTr, _LUTas, _T, _SSs, _NAOO],
25530
25945
  [[0, { [_eQN]: `VerifiedAccessTrustProviderId`,
25531
25946
  [_xN]: _vATPI }], [0, { [_eQN]: `Description`,
25532
25947
  [_xN]: _de }], [0, { [_eQN]: `TrustProviderType`,
@@ -25536,7 +25951,7 @@ export var VerifiedAccessTrustProvider$ = [3, n0, _VATP,
25536
25951
  [_xN]: _oO }], [() => DeviceOptions$, { [_eQN]: `DeviceOptions`,
25537
25952
  [_xN]: _dOev }], [0, { [_eQN]: `PolicyReferenceName`,
25538
25953
  [_xN]: _pRNo }], [0, { [_eQN]: `CreationTime`,
25539
- [_xN]: _cTre }], [0, { [_eQN]: `LastUpdatedTime`,
25954
+ [_xN]: _cTr }], [0, { [_eQN]: `LastUpdatedTime`,
25540
25955
  [_xN]: _lUTas }], [() => TagList, { [_eQN]: `TagSet`,
25541
25956
  [_xN]: _tS }], [() => VerifiedAccessSseSpecificationResponse$, { [_eQN]: `SseSpecification`,
25542
25957
  [_xN]: _sSs }], [() => NativeApplicationOidcOptions$, { [_eQN]: `NativeApplicationOidcOptions`,
@@ -25565,7 +25980,7 @@ export var VgwTelemetry$ = [3, n0, _VTg,
25565
25980
  ];
25566
25981
  export var Volume$ = [3, n0, _Vol,
25567
25982
  0,
25568
- [_AZI, _OA, _SVI, _Io, _T, _VT, _FRa, _MAE, _Th, _STs, _Op, _VIR, _VIo, _Siz, _SIn, _AZ, _St, _CTr, _Atta, _Enc, _KKI],
25983
+ [_AZI, _OA, _SVI, _Io, _T, _VT, _FRa, _MAE, _Th, _STs, _Op, _VIR, _VIo, _Siz, _SIn, _AZ, _St, _CTre, _Atta, _Enc, _KKI],
25569
25984
  [[0, { [_eQN]: `AvailabilityZoneId`,
25570
25985
  [_xN]: _aZI }], [0, { [_eQN]: `OutpostArn`,
25571
25986
  [_xN]: _oA }], [0, { [_eQN]: `SourceVolumeId`,
@@ -25584,7 +25999,7 @@ export var Volume$ = [3, n0, _Vol,
25584
25999
  [_xN]: _sIn }], [0, { [_eQN]: `AvailabilityZone`,
25585
26000
  [_xN]: _aZ }], [0, { [_eQN]: `Status`,
25586
26001
  [_xN]: _sta }], [4, { [_eQN]: `CreateTime`,
25587
- [_xN]: _cTr }], [() => VolumeAttachmentList, { [_eQN]: `AttachmentSet`,
26002
+ [_xN]: _cTre }], [() => VolumeAttachmentList, { [_eQN]: `AttachmentSet`,
25588
26003
  [_xN]: _aSt }], [2, { [_eQN]: `Encrypted`,
25589
26004
  [_xN]: _enc }], [0, { [_eQN]: `KmsKeyId`,
25590
26005
  [_xN]: _kKI }]]
@@ -25611,7 +26026,7 @@ export var VolumeDetail$ = [3, n0, _VDo,
25611
26026
  ];
25612
26027
  export var VolumeModification$ = [3, n0, _VMo,
25613
26028
  0,
25614
- [_VIo, _MSod, _SMt, _TSarg, _TIar, _TVT, _TTar, _TMAE, _OSr, _OIr, _OVT, _OTri, _OMAE, _Pro, _ST, _ETnd, _Op],
26029
+ [_VIo, _MSod, _SMt, _TSarg, _TIar, _TVT, _TTar, _TMAE, _OSr, _OIr, _OVT, _OTri, _OMAE, _Pro, _STt, _ETnd, _Op],
25615
26030
  [[0, { [_eQN]: `VolumeId`,
25616
26031
  [_xN]: _vIo }], [0, { [_eQN]: `ModificationState`,
25617
26032
  [_xN]: _mSod }], [0, { [_eQN]: `StatusMessage`,
@@ -25627,13 +26042,13 @@ export var VolumeModification$ = [3, n0, _VMo,
25627
26042
  [_xN]: _oTr }], [2, { [_eQN]: `OriginalMultiAttachEnabled`,
25628
26043
  [_xN]: _oMAE }], [1, { [_eQN]: `Progress`,
25629
26044
  [_xN]: _pro }], [4, { [_eQN]: `StartTime`,
25630
- [_xN]: _sT }], [4, { [_eQN]: `EndTime`,
26045
+ [_xN]: _sTt }], [4, { [_eQN]: `EndTime`,
25631
26046
  [_xN]: _eTn }], [() => OperatorResponse$, { [_eQN]: `Operator`,
25632
26047
  [_xN]: _ope }]]
25633
26048
  ];
25634
26049
  export var VolumeRecycleBinInfo$ = [3, n0, _VRBI,
25635
26050
  0,
25636
- [_VIo, _VT, _St, _Siz, _Io, _Th, _OA, _AZ, _AZI, _SVI, _SIn, _Op, _CTr, _RBET, _RBETe],
26051
+ [_VIo, _VT, _St, _Siz, _Io, _Th, _OA, _AZ, _AZI, _SVI, _SIn, _Op, _CTre, _RBET, _RBETe],
25637
26052
  [[0, { [_eQN]: `VolumeId`,
25638
26053
  [_xN]: _vIo }], [0, { [_eQN]: `VolumeType`,
25639
26054
  [_xN]: _vT }], [0, { [_eQN]: `State`,
@@ -25647,7 +26062,7 @@ export var VolumeRecycleBinInfo$ = [3, n0, _VRBI,
25647
26062
  [_xN]: _sVI }], [0, { [_eQN]: `SnapshotId`,
25648
26063
  [_xN]: _sIn }], [() => OperatorResponse$, { [_eQN]: `Operator`,
25649
26064
  [_xN]: _ope }], [4, { [_eQN]: `CreateTime`,
25650
- [_xN]: _cTr }], [4, { [_eQN]: `RecycleBinEnterTime`,
26065
+ [_xN]: _cTre }], [4, { [_eQN]: `RecycleBinEnterTime`,
25651
26066
  [_xN]: _rBET }], [4, { [_eQN]: `RecycleBinExitTime`,
25652
26067
  [_xN]: _rBETe }]]
25653
26068
  ];
@@ -25733,13 +26148,13 @@ export var VpcAttachment$ = [3, n0, _VA,
25733
26148
  ];
25734
26149
  export var VpcBlockPublicAccessExclusion$ = [3, n0, _VBPAE,
25735
26150
  0,
25736
- [_EIx, _IGEM, _RAeso, _St, _Rea, _CTrea, _LUT, _DTele, _T],
26151
+ [_EIx, _IGEM, _RAesou, _St, _Re, _CTrea, _LUT, _DTele, _T],
25737
26152
  [[0, { [_eQN]: `ExclusionId`,
25738
26153
  [_xN]: _eIx }], [0, { [_eQN]: `InternetGatewayExclusionMode`,
25739
26154
  [_xN]: _iGEM }], [0, { [_eQN]: `ResourceArn`,
25740
- [_xN]: _rAes }], [0, { [_eQN]: `State`,
26155
+ [_xN]: _rAeso }], [0, { [_eQN]: `State`,
25741
26156
  [_xN]: _st }], [0, { [_eQN]: `Reason`,
25742
- [_xN]: _rea }], [4, { [_eQN]: `CreationTimestamp`,
26157
+ [_xN]: _re }], [4, { [_eQN]: `CreationTimestamp`,
25743
26158
  [_xN]: _cTrea }], [4, { [_eQN]: `LastUpdateTimestamp`,
25744
26159
  [_xN]: _lUT }], [4, { [_eQN]: `DeletionTimestamp`,
25745
26160
  [_xN]: _dTele }], [() => TagList, { [_eQN]: `TagSet`,
@@ -25747,13 +26162,13 @@ export var VpcBlockPublicAccessExclusion$ = [3, n0, _VBPAE,
25747
26162
  ];
25748
26163
  export var VpcBlockPublicAccessOptions$ = [3, n0, _VBPAO,
25749
26164
  0,
25750
- [_AAI, _ARw, _St, _IGBM, _Rea, _LUT, _MB, _EAx],
26165
+ [_AAI, _ARw, _St, _IGBM, _Re, _LUT, _MB, _EAx],
25751
26166
  [[0, { [_eQN]: `AwsAccountId`,
25752
26167
  [_xN]: _aAI }], [0, { [_eQN]: `AwsRegion`,
25753
26168
  [_xN]: _aRw }], [0, { [_eQN]: `State`,
25754
26169
  [_xN]: _st }], [0, { [_eQN]: `InternetGatewayBlockMode`,
25755
26170
  [_xN]: _iGBM }], [0, { [_eQN]: `Reason`,
25756
- [_xN]: _rea }], [4, { [_eQN]: `LastUpdateTimestamp`,
26171
+ [_xN]: _re }], [4, { [_eQN]: `LastUpdateTimestamp`,
25757
26172
  [_xN]: _lUT }], [0, { [_eQN]: `ManagedBy`,
25758
26173
  [_xN]: _mB }], [0, { [_eQN]: `ExclusionsAllowed`,
25759
26174
  [_xN]: _eAx }]]
@@ -25829,7 +26244,7 @@ export var VpcEncryptionNonCompliantResource$ = [3, n0, _VENCR,
25829
26244
  ];
25830
26245
  export var VpcEndpoint$ = [3, n0, _VE,
25831
26246
  0,
25832
- [_VEIp, _VET, _VI, _SN, _St, _PDo, _RTIo, _SI, _G, _IAT, _DOn, _PDE, _RMeq, _NIIe, _DEn, _CTrea, _T, _OI, _LEa, _IPpvr, _IPp, _FR, _SNA, _RCA, _SR, _PRay],
26247
+ [_VEIp, _VET, _VI, _SN, _St, _PDo, _RTIo, _SI, _G, _IAT, _DOn, _PDE, _RMeq, _NIIe, _DEn, _CTrea, _T, _OI, _LEa, _IPpvr, _IPp, _FR, _SNA, _RCA, _SRe, _PRay],
25833
26248
  [[0, { [_eQN]: `VpcEndpointId`,
25834
26249
  [_xN]: _vEI }], [0, { [_eQN]: `VpcEndpointType`,
25835
26250
  [_xN]: _vET }], [0, { [_eQN]: `VpcId`,
@@ -26148,6 +26563,22 @@ var AnalysisComponentList = [1, n0, _ACL,
26148
26563
  0, [() => AnalysisComponent$,
26149
26564
  { [_xN]: _it }]
26150
26565
  ];
26566
+ var ApplicationStatusCheckAssociationSet = [1, n0, _ASCAS,
26567
+ 0, [() => ApplicationStatusCheckAssociationObject$,
26568
+ { [_xN]: _it }]
26569
+ ];
26570
+ var ApplicationStatusCheckIdList = [1, n0, _ASCIL,
26571
+ 0, [0,
26572
+ { [_xN]: _it }]
26573
+ ];
26574
+ var ApplicationStatusCheckResponseSet = [1, n0, _ASCRS,
26575
+ 0, [() => ApplicationStatusCheckResponseObject$,
26576
+ { [_xN]: _it }]
26577
+ ];
26578
+ var ApplicationStatusDetailSet = [1, n0, _ASDS,
26579
+ 0, [() => ApplicationStatusDetail$,
26580
+ { [_xN]: _it }]
26581
+ ];
26151
26582
  var ArchitectureTypeList = [1, n0, _ATLr,
26152
26583
  0, [0,
26153
26584
  { [_xN]: _it }]
@@ -26501,6 +26932,14 @@ var CustomerGatewayList = [1, n0, _CGL,
26501
26932
  0, [() => CustomerGateway$,
26502
26933
  { [_xN]: _it }]
26503
26934
  ];
26935
+ var CustomKeyValuePairRequestSet = [1, n0, _CKVPRS,
26936
+ 0, [() => CustomTagKeyValueRequestPair$,
26937
+ { [_xN]: _it }]
26938
+ ];
26939
+ var CustomKeyValuePairResponseSet = [1, n0, _CKVPRSu,
26940
+ 0, [() => CustomTagKeyValueResponsePair$,
26941
+ { [_xN]: _it }]
26942
+ ];
26504
26943
  var DataQueries = [1, n0, _DQa,
26505
26944
  0, () => DataQuery$
26506
26945
  ];
@@ -26809,6 +27248,22 @@ var GroupNameStringList = [1, n0, _GNSL,
26809
27248
  0, [0,
26810
27249
  { [_xN]: _GN }]
26811
27250
  ];
27251
+ var HealthCheckPathDestinationRequestSet = [1, n0, _HCPDRS,
27252
+ 0, [() => HealthCheckPathDestinationRequestObject$,
27253
+ { [_xN]: _it }]
27254
+ ];
27255
+ var HealthCheckPathDestinationResponseList = [1, n0, _HCPDRL,
27256
+ 0, [() => HealthCheckPathDestinationResponseObject$,
27257
+ { [_xN]: _it }]
27258
+ ];
27259
+ var HealthCheckPathRequestList = [1, n0, _HCPRL,
27260
+ 0, [() => HealthCheckPathRequestObject$,
27261
+ { [_xN]: _it }]
27262
+ ];
27263
+ var HealthCheckPathResponseList = [1, n0, _HCPRLe,
27264
+ 0, [() => HealthCheckPathResponseObject$,
27265
+ { [_xN]: _it }]
27266
+ ];
26812
27267
  var HistoryRecords = [1, n0, _HRi,
26813
27268
  0, [() => HistoryRecord$,
26814
27269
  { [_xN]: _it }]
@@ -26986,6 +27441,10 @@ var InsideCidrBlocksStringList = [1, n0, _ICBSL,
26986
27441
  0, [0,
26987
27442
  { [_xN]: _it }]
26988
27443
  ];
27444
+ var InstanceApplicationStatusSet = [1, n0, _IASS,
27445
+ 0, [() => InstanceApplicationStatus$,
27446
+ { [_xN]: _it }]
27447
+ ];
26989
27448
  var InstanceBlockDeviceMappingList = [1, n0, _IBDML,
26990
27449
  0, [() => InstanceBlockDeviceMapping$,
26991
27450
  { [_xN]: _it }]
@@ -27105,7 +27564,7 @@ var InstanceSecondaryInterfaceSpecificationListRequest = [1, n0, _ISISLR,
27105
27564
  0, [() => InstanceSecondaryInterfaceSpecificationRequest$,
27106
27565
  { [_xN]: _it }]
27107
27566
  ];
27108
- var InstanceSet = [1, n0, _ISnstan,
27567
+ var InstanceSet = [1, n0, _ISnstanc,
27109
27568
  0, [() => InstanceTopology$,
27110
27569
  { [_xN]: _it }]
27111
27570
  ];
@@ -28407,6 +28866,10 @@ var SubscriptionList = [1, n0, _SLub,
28407
28866
  0, [() => Subscription$,
28408
28867
  { [_xN]: _it }]
28409
28868
  ];
28869
+ var SuccessfulAssociationResponseSet = [1, n0, _SARS,
28870
+ 0, [() => SuccessfulAssociationResponseObject$,
28871
+ { [_xN]: _it }]
28872
+ ];
28410
28873
  var SuccessfulInstanceCreditSpecificationSet = [1, n0, _SICSS,
28411
28874
  0, [() => SuccessfulInstanceCreditSpecificationItem$,
28412
28875
  { [_xN]: _it }]
@@ -28415,6 +28878,10 @@ var SuccessfulQueuedPurchaseDeletionSet = [1, n0, _SQPDS,
28415
28878
  0, [() => SuccessfulQueuedPurchaseDeletion$,
28416
28879
  { [_xN]: _it }]
28417
28880
  ];
28881
+ var SuccessfulSuppressionResponseSet = [1, n0, _SSRS,
28882
+ 0, [() => SuccessfulSuppressionResponseObject$,
28883
+ { [_xN]: _it }]
28884
+ ];
28418
28885
  var SupportedAdditionalProcessorFeatureList = [1, n0, _SAPFL,
28419
28886
  0, [0,
28420
28887
  { [_xN]: _it }]
@@ -28670,6 +29137,10 @@ var TunnelOptionsList = [1, n0, _TOL,
28670
29137
  0, [() => TunnelOption$,
28671
29138
  { [_xN]: _it }]
28672
29139
  ];
29140
+ var UnsuccessfulAssociationResponseSet = [1, n0, _UARS,
29141
+ 0, [() => UnsuccessfulAssociationResponseObject$,
29142
+ { [_xN]: _it }]
29143
+ ];
28673
29144
  var UnsuccessfulInstanceCreditSpecificationSet = [1, n0, _UICSS,
28674
29145
  0, [() => UnsuccessfulInstanceCreditSpecificationItem$,
28675
29146
  { [_xN]: _it }]
@@ -28682,6 +29153,10 @@ var UnsuccessfulItemSet = [1, n0, _UIS,
28682
29153
  0, [() => UnsuccessfulItem$,
28683
29154
  { [_xN]: _it }]
28684
29155
  ];
29156
+ var UnsuccessfulSuppressionResponseSet = [1, n0, _USRS,
29157
+ 0, [() => UnsuccessfulSuppressionResponseObject$,
29158
+ { [_xN]: _it }]
29159
+ ];
28685
29160
  var UsageClassTypeList = [1, n0, _UCTL,
28686
29161
  0, [0,
28687
29162
  { [_xN]: _it }]
@@ -29016,6 +29491,9 @@ export var AssignPrivateNatGatewayAddress$ = [9, n0, _APNGA,
29016
29491
  export var AssociateAddress$ = [9, n0, _AAss,
29017
29492
  0, () => AssociateAddressRequest$, () => AssociateAddressResult$
29018
29493
  ];
29494
+ export var AssociateApplicationStatusCheck$ = [9, n0, _AASC,
29495
+ 0, () => AssociateApplicationStatusCheckRequest$, () => AssociateApplicationStatusCheckResult$
29496
+ ];
29019
29497
  export var AssociateCapacityReservationBillingOwner$ = [9, n0, _ACRBOs,
29020
29498
  0, () => AssociateCapacityReservationBillingOwnerRequest$, () => AssociateCapacityReservationBillingOwnerResult$
29021
29499
  ];
@@ -29151,6 +29629,9 @@ export var CopySnapshot$ = [9, n0, _CSop,
29151
29629
  export var CopyVolumes$ = [9, n0, _CVo,
29152
29630
  0, () => CopyVolumesRequest$, () => CopyVolumesResult$
29153
29631
  ];
29632
+ export var CreateApplicationStatusCheck$ = [9, n0, _CASC,
29633
+ 0, () => CreateApplicationStatusCheckRequest$, () => CreateApplicationStatusCheckResult$
29634
+ ];
29154
29635
  export var CreateCapacityManagerDataExport$ = [9, n0, _CCMDE,
29155
29636
  0, () => CreateCapacityManagerDataExportRequest$, () => CreateCapacityManagerDataExportResult$
29156
29637
  ];
@@ -29469,6 +29950,9 @@ export var CreateVpnConnectionRoute$ = [9, n0, _CVCRreat,
29469
29950
  export var CreateVpnGateway$ = [9, n0, _CVG,
29470
29951
  0, () => CreateVpnGatewayRequest$, () => CreateVpnGatewayResult$
29471
29952
  ];
29953
+ export var DeleteApplicationStatusCheck$ = [9, n0, _DASC,
29954
+ 0, () => DeleteApplicationStatusCheckRequest$, () => DeleteApplicationStatusCheckResult$
29955
+ ];
29472
29956
  export var DeleteCapacityManagerDataExport$ = [9, n0, _DCMDE,
29473
29957
  0, () => DeleteCapacityManagerDataExportRequest$, () => DeleteCapacityManagerDataExportResult$
29474
29958
  ];
@@ -29793,6 +30277,15 @@ export var DescribeAddressTransfers$ = [9, n0, _DATe,
29793
30277
  export var DescribeAggregateIdFormat$ = [9, n0, _DAIF,
29794
30278
  0, () => DescribeAggregateIdFormatRequest$, () => DescribeAggregateIdFormatResult$
29795
30279
  ];
30280
+ export var DescribeApplicationStatus$ = [9, n0, _DASes,
30281
+ 0, () => DescribeApplicationStatusRequest$, () => DescribeApplicationStatusResult$
30282
+ ];
30283
+ export var DescribeApplicationStatusCheckAssociations$ = [9, n0, _DASCA,
30284
+ 0, () => DescribeApplicationStatusCheckAssociationsRequest$, () => DescribeApplicationStatusCheckAssociationsResult$
30285
+ ];
30286
+ export var DescribeApplicationStatusChecks$ = [9, n0, _DASCe,
30287
+ 0, () => DescribeApplicationStatusChecksRequest$, () => DescribeApplicationStatusChecksResult$
30288
+ ];
29796
30289
  export var DescribeAvailabilityZones$ = [9, n0, _DAZe,
29797
30290
  0, () => DescribeAvailabilityZonesRequest$, () => DescribeAvailabilityZonesResult$
29798
30291
  ];
@@ -30366,6 +30859,9 @@ export var DisableAddressTransfer$ = [9, n0, _DATi,
30366
30859
  export var DisableAllowedImagesSettings$ = [9, n0, _DAIS,
30367
30860
  0, () => DisableAllowedImagesSettingsRequest$, () => DisableAllowedImagesSettingsResult$
30368
30861
  ];
30862
+ export var DisableApplicationStatusCheckSuppression$ = [9, n0, _DASCS,
30863
+ 0, () => DisableApplicationStatusCheckSuppressionRequest$, () => DisableApplicationStatusCheckSuppressionResult$
30864
+ ];
30369
30865
  export var DisableAwsNetworkPerformanceMetricSubscription$ = [9, n0, _DANPMSi,
30370
30866
  0, () => DisableAwsNetworkPerformanceMetricSubscriptionRequest$, () => DisableAwsNetworkPerformanceMetricSubscriptionResult$
30371
30867
  ];
@@ -30426,6 +30922,9 @@ export var DisableVpcClassicLinkDnsSupport$ = [9, n0, _DVCLDSi,
30426
30922
  export var DisassociateAddress$ = [9, n0, _DAi,
30427
30923
  0, () => DisassociateAddressRequest$, () => __Unit
30428
30924
  ];
30925
+ export var DisassociateApplicationStatusCheck$ = [9, n0, _DASCi,
30926
+ 0, () => DisassociateApplicationStatusCheckRequest$, () => DisassociateApplicationStatusCheckResult$
30927
+ ];
30429
30928
  export var DisassociateCapacityReservationBillingOwner$ = [9, n0, _DCRBO,
30430
30929
  0, () => DisassociateCapacityReservationBillingOwnerRequest$, () => DisassociateCapacityReservationBillingOwnerResult$
30431
30930
  ];
@@ -30483,6 +30982,9 @@ export var EnableAddressTransfer$ = [9, n0, _EAT,
30483
30982
  export var EnableAllowedImagesSettings$ = [9, n0, _EAIS,
30484
30983
  0, () => EnableAllowedImagesSettingsRequest$, () => EnableAllowedImagesSettingsResult$
30485
30984
  ];
30985
+ export var EnableApplicationStatusCheckSuppression$ = [9, n0, _EASCS,
30986
+ 0, () => EnableApplicationStatusCheckSuppressionRequest$, () => EnableApplicationStatusCheckSuppressionResult$
30987
+ ];
30486
30988
  export var EnableAwsNetworkPerformanceMetricSubscription$ = [9, n0, _EANPMS,
30487
30989
  0, () => EnableAwsNetworkPerformanceMetricSubscriptionRequest$, () => EnableAwsNetworkPerformanceMetricSubscriptionResult$
30488
30990
  ];
@@ -30807,6 +31309,9 @@ export var ModifyAccountVpcEncryptionControl$ = [9, n0, _MAVEC,
30807
31309
  export var ModifyAddressAttribute$ = [9, n0, _MAA,
30808
31310
  0, () => ModifyAddressAttributeRequest$, () => ModifyAddressAttributeResult$
30809
31311
  ];
31312
+ export var ModifyApplicationStatusCheck$ = [9, n0, _MASC,
31313
+ 0, () => ModifyApplicationStatusCheckRequest$, () => ModifyApplicationStatusCheckResult$
31314
+ ];
30810
31315
  export var ModifyAvailabilityZoneGroup$ = [9, n0, _MAZG,
30811
31316
  0, () => ModifyAvailabilityZoneGroupRequest$, () => ModifyAvailabilityZoneGroupResult$
30812
31317
  ];