@aws-sdk/client-ec2 3.701.0 → 3.703.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 (289) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +2100 -432
  3. package/dist-es/EC2.js +22 -0
  4. package/dist-es/commands/CancelDeclarativePoliciesReportCommand.js +22 -0
  5. package/dist-es/commands/DescribeDeclarativePoliciesReportsCommand.js +22 -0
  6. package/dist-es/commands/DescribeVpcEndpointAssociationsCommand.js +22 -0
  7. package/dist-es/commands/DisableAllowedImagesSettingsCommand.js +22 -0
  8. package/dist-es/commands/EnableAllowedImagesSettingsCommand.js +22 -0
  9. package/dist-es/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.js +23 -0
  10. package/dist-es/commands/GetAllowedImagesSettingsCommand.js +22 -0
  11. package/dist-es/commands/GetDeclarativePoliciesReportSummaryCommand.js +22 -0
  12. package/dist-es/commands/GetVerifiedAccessEndpointTargetsCommand.js +22 -0
  13. package/dist-es/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
  14. package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
  15. package/dist-es/commands/index.js +11 -0
  16. package/dist-es/models/index.js +1 -0
  17. package/dist-es/models/models_0.js +9 -32
  18. package/dist-es/models/models_1.js +50 -11
  19. package/dist-es/models/models_2.js +28 -19
  20. package/dist-es/models/models_3.js +21 -9
  21. package/dist-es/models/models_4.js +9 -0
  22. package/dist-es/models/models_5.js +8 -3
  23. package/dist-es/models/models_6.js +13 -8
  24. package/dist-es/models/models_7.js +15 -0
  25. package/dist-es/models/models_8.js +1 -0
  26. package/dist-es/protocols/Aws_ec2.js +1548 -123
  27. package/dist-types/EC2.d.ts +82 -0
  28. package/dist-types/EC2Client.d.ts +13 -2
  29. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  30. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  32. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  33. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  34. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  35. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  36. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
  37. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  38. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
  41. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  42. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateCustomerGatewayCommand.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 +5 -5
  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/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  63. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
  64. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -2
  68. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
  69. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  73. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +26 -5
  104. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  108. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  109. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -2
  114. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  115. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  116. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  117. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  119. package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -5
  120. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  122. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  123. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  124. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  126. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  128. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  129. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  131. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  132. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  133. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  134. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  136. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  137. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  138. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  139. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  140. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  141. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  142. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +21 -2
  144. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  145. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  146. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +100 -0
  147. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  148. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  149. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  150. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  151. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  152. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  153. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  154. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  155. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  156. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  157. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  158. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  159. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  160. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  161. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  162. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  163. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  164. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  165. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  166. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  167. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  168. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  169. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  170. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  171. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  172. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  173. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  174. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  175. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  176. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  177. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  178. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  180. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  181. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  182. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  183. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  186. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -3
  190. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +68 -5
  191. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +7 -0
  192. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +19 -0
  193. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  194. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  195. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  196. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  197. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  198. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  199. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  200. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  201. package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  202. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  203. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  204. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  205. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  206. package/dist-types/commands/index.d.ts +11 -0
  207. package/dist-types/models/index.d.ts +1 -0
  208. package/dist-types/models/models_0.d.ts +119 -298
  209. package/dist-types/models/models_1.d.ts +324 -199
  210. package/dist-types/models/models_2.d.ts +553 -274
  211. package/dist-types/models/models_3.d.ts +396 -839
  212. package/dist-types/models/models_4.d.ts +7095 -7084
  213. package/dist-types/models/models_5.d.ts +5587 -5044
  214. package/dist-types/models/models_6.d.ts +4288 -4396
  215. package/dist-types/models/models_7.d.ts +1424 -15
  216. package/dist-types/models/models_8.d.ts +11 -0
  217. package/dist-types/protocols/Aws_ec2.d.ts +99 -0
  218. package/dist-types/ts3.4/EC2.d.ts +216 -0
  219. package/dist-types/ts3.4/EC2Client.d.ts +66 -0
  220. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  221. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  222. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +2 -4
  223. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  224. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +4 -2
  230. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  231. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -4
  232. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  233. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  235. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  240. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  241. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +51 -0
  242. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  253. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  254. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  255. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  256. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  267. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +4 -2
  274. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  275. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  276. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
  277. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  278. package/dist-types/ts3.4/models/index.d.ts +1 -0
  279. package/dist-types/ts3.4/models/models_0.d.ts +37 -64
  280. package/dist-types/ts3.4/models/models_1.d.ts +83 -54
  281. package/dist-types/ts3.4/models/models_2.d.ts +140 -81
  282. package/dist-types/ts3.4/models/models_3.d.ts +96 -153
  283. package/dist-types/ts3.4/models/models_4.d.ts +154 -134
  284. package/dist-types/ts3.4/models/models_5.d.ts +191 -127
  285. package/dist-types/ts3.4/models/models_6.d.ts +235 -266
  286. package/dist-types/ts3.4/models/models_7.d.ts +323 -6
  287. package/dist-types/ts3.4/models/models_8.d.ts +4 -0
  288. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
  289. package/package.json +1 -1
package/dist-cjs/index.js CHANGED
@@ -45,6 +45,8 @@ __export(src_exports, {
45
45
  AllocationState: () => AllocationState,
46
46
  AllocationStrategy: () => AllocationStrategy,
47
47
  AllocationType: () => AllocationType,
48
+ AllowedImagesSettingsDisabledState: () => AllowedImagesSettingsDisabledState,
49
+ AllowedImagesSettingsEnabledState: () => AllowedImagesSettingsEnabledState,
48
50
  AllowsMultipleInstanceTypes: () => AllowsMultipleInstanceTypes,
49
51
  AmdSevSnpSpecification: () => AmdSevSnpSpecification,
50
52
  AnalysisStatus: () => AnalysisStatus,
@@ -113,6 +115,7 @@ __export(src_exports, {
113
115
  CancelCapacityReservationCommand: () => CancelCapacityReservationCommand,
114
116
  CancelCapacityReservationFleetsCommand: () => CancelCapacityReservationFleetsCommand,
115
117
  CancelConversionTaskCommand: () => CancelConversionTaskCommand,
118
+ CancelDeclarativePoliciesReportCommand: () => CancelDeclarativePoliciesReportCommand,
116
119
  CancelExportTaskCommand: () => CancelExportTaskCommand,
117
120
  CancelImageLaunchPermissionCommand: () => CancelImageLaunchPermissionCommand,
118
121
  CancelImportTaskCommand: () => CancelImportTaskCommand,
@@ -227,6 +230,7 @@ __export(src_exports, {
227
230
  CreateVerifiedAccessEndpointCommand: () => CreateVerifiedAccessEndpointCommand,
228
231
  CreateVerifiedAccessGroupCommand: () => CreateVerifiedAccessGroupCommand,
229
232
  CreateVerifiedAccessInstanceCommand: () => CreateVerifiedAccessInstanceCommand,
233
+ CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: () => CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog,
230
234
  CreateVerifiedAccessTrustProviderCommand: () => CreateVerifiedAccessTrustProviderCommand,
231
235
  CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: () => CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog,
232
236
  CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog: () => CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog,
@@ -364,6 +368,7 @@ __export(src_exports, {
364
368
  DescribeConversionTasksCommand: () => DescribeConversionTasksCommand,
365
369
  DescribeConversionTasksResultFilterSensitiveLog: () => DescribeConversionTasksResultFilterSensitiveLog,
366
370
  DescribeCustomerGatewaysCommand: () => DescribeCustomerGatewaysCommand,
371
+ DescribeDeclarativePoliciesReportsCommand: () => DescribeDeclarativePoliciesReportsCommand,
367
372
  DescribeDhcpOptionsCommand: () => DescribeDhcpOptionsCommand,
368
373
  DescribeEgressOnlyInternetGatewaysCommand: () => DescribeEgressOnlyInternetGatewaysCommand,
369
374
  DescribeElasticGpusCommand: () => DescribeElasticGpusCommand,
@@ -494,6 +499,7 @@ __export(src_exports, {
494
499
  DescribeVpcBlockPublicAccessOptionsCommand: () => DescribeVpcBlockPublicAccessOptionsCommand,
495
500
  DescribeVpcClassicLinkCommand: () => DescribeVpcClassicLinkCommand,
496
501
  DescribeVpcClassicLinkDnsSupportCommand: () => DescribeVpcClassicLinkDnsSupportCommand,
502
+ DescribeVpcEndpointAssociationsCommand: () => DescribeVpcEndpointAssociationsCommand,
497
503
  DescribeVpcEndpointConnectionNotificationsCommand: () => DescribeVpcEndpointConnectionNotificationsCommand,
498
504
  DescribeVpcEndpointConnectionsCommand: () => DescribeVpcEndpointConnectionsCommand,
499
505
  DescribeVpcEndpointServiceConfigurationsCommand: () => DescribeVpcEndpointServiceConfigurationsCommand,
@@ -516,6 +522,7 @@ __export(src_exports, {
516
522
  DeviceTrustProviderType: () => DeviceTrustProviderType,
517
523
  DeviceType: () => DeviceType,
518
524
  DisableAddressTransferCommand: () => DisableAddressTransferCommand,
525
+ DisableAllowedImagesSettingsCommand: () => DisableAllowedImagesSettingsCommand,
519
526
  DisableAwsNetworkPerformanceMetricSubscriptionCommand: () => DisableAwsNetworkPerformanceMetricSubscriptionCommand,
520
527
  DisableEbsEncryptionByDefaultCommand: () => DisableEbsEncryptionByDefaultCommand,
521
528
  DisableFastLaunchCommand: () => DisableFastLaunchCommand,
@@ -571,6 +578,7 @@ __export(src_exports, {
571
578
  ElasticGpuStatus: () => ElasticGpuStatus,
572
579
  EnaSupport: () => EnaSupport,
573
580
  EnableAddressTransferCommand: () => EnableAddressTransferCommand,
581
+ EnableAllowedImagesSettingsCommand: () => EnableAllowedImagesSettingsCommand,
574
582
  EnableAwsNetworkPerformanceMetricSubscriptionCommand: () => EnableAwsNetworkPerformanceMetricSubscriptionCommand,
575
583
  EnableEbsEncryptionByDefaultCommand: () => EnableEbsEncryptionByDefaultCommand,
576
584
  EnableFastLaunchCommand: () => EnableFastLaunchCommand,
@@ -599,6 +607,8 @@ __export(src_exports, {
599
607
  ExportImageCommand: () => ExportImageCommand,
600
608
  ExportTaskState: () => ExportTaskState,
601
609
  ExportTransitGatewayRoutesCommand: () => ExportTransitGatewayRoutesCommand,
610
+ ExportVerifiedAccessInstanceClientConfigurationCommand: () => ExportVerifiedAccessInstanceClientConfigurationCommand,
611
+ ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog: () => ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog,
602
612
  FastLaunchResourceType: () => FastLaunchResourceType,
603
613
  FastLaunchStateCode: () => FastLaunchStateCode,
604
614
  FastSnapshotRestoreStateCode: () => FastSnapshotRestoreStateCode,
@@ -618,6 +628,7 @@ __export(src_exports, {
618
628
  FpgaImageStateCode: () => FpgaImageStateCode,
619
629
  GatewayAssociationState: () => GatewayAssociationState,
620
630
  GatewayType: () => GatewayType,
631
+ GetAllowedImagesSettingsCommand: () => GetAllowedImagesSettingsCommand,
621
632
  GetAssociatedEnclaveCertificateIamRolesCommand: () => GetAssociatedEnclaveCertificateIamRolesCommand,
622
633
  GetAssociatedIpv6PoolCidrsCommand: () => GetAssociatedIpv6PoolCidrsCommand,
623
634
  GetAwsNetworkPerformanceDataCommand: () => GetAwsNetworkPerformanceDataCommand,
@@ -625,6 +636,7 @@ __export(src_exports, {
625
636
  GetCoipPoolUsageCommand: () => GetCoipPoolUsageCommand,
626
637
  GetConsoleOutputCommand: () => GetConsoleOutputCommand,
627
638
  GetConsoleScreenshotCommand: () => GetConsoleScreenshotCommand,
639
+ GetDeclarativePoliciesReportSummaryCommand: () => GetDeclarativePoliciesReportSummaryCommand,
628
640
  GetDefaultCreditSpecificationCommand: () => GetDefaultCreditSpecificationCommand,
629
641
  GetEbsDefaultKmsKeyIdCommand: () => GetEbsDefaultKmsKeyIdCommand,
630
642
  GetEbsEncryptionByDefaultCommand: () => GetEbsEncryptionByDefaultCommand,
@@ -666,6 +678,7 @@ __export(src_exports, {
666
678
  GetTransitGatewayRouteTableAssociationsCommand: () => GetTransitGatewayRouteTableAssociationsCommand,
667
679
  GetTransitGatewayRouteTablePropagationsCommand: () => GetTransitGatewayRouteTablePropagationsCommand,
668
680
  GetVerifiedAccessEndpointPolicyCommand: () => GetVerifiedAccessEndpointPolicyCommand,
681
+ GetVerifiedAccessEndpointTargetsCommand: () => GetVerifiedAccessEndpointTargetsCommand,
669
682
  GetVerifiedAccessGroupPolicyCommand: () => GetVerifiedAccessGroupPolicyCommand,
670
683
  GetVpnConnectionDeviceSampleConfigurationCommand: () => GetVpnConnectionDeviceSampleConfigurationCommand,
671
684
  GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: () => GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog,
@@ -783,6 +796,7 @@ __export(src_exports, {
783
796
  LockSnapshotCommand: () => LockSnapshotCommand,
784
797
  LockState: () => LockState,
785
798
  LogDestinationType: () => LogDestinationType,
799
+ ManagedBy: () => ManagedBy,
786
800
  MarketType: () => MarketType,
787
801
  MembershipType: () => MembershipType,
788
802
  MetadataDefaultHttpTokensState: () => MetadataDefaultHttpTokensState,
@@ -839,6 +853,7 @@ __export(src_exports, {
839
853
  ModifyVerifiedAccessGroupPolicyCommand: () => ModifyVerifiedAccessGroupPolicyCommand,
840
854
  ModifyVerifiedAccessInstanceCommand: () => ModifyVerifiedAccessInstanceCommand,
841
855
  ModifyVerifiedAccessInstanceLoggingConfigurationCommand: () => ModifyVerifiedAccessInstanceLoggingConfigurationCommand,
856
+ ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: () => ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog,
842
857
  ModifyVerifiedAccessTrustProviderCommand: () => ModifyVerifiedAccessTrustProviderCommand,
843
858
  ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: () => ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog,
844
859
  ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog: () => ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog,
@@ -927,6 +942,7 @@ __export(src_exports, {
927
942
  ReleaseHostsCommand: () => ReleaseHostsCommand,
928
943
  ReleaseIpamPoolAllocationCommand: () => ReleaseIpamPoolAllocationCommand,
929
944
  ReplaceIamInstanceProfileAssociationCommand: () => ReplaceIamInstanceProfileAssociationCommand,
945
+ ReplaceImageCriteriaInAllowedImagesSettingsCommand: () => ReplaceImageCriteriaInAllowedImagesSettingsCommand,
930
946
  ReplaceNetworkAclAssociationCommand: () => ReplaceNetworkAclAssociationCommand,
931
947
  ReplaceNetworkAclEntryCommand: () => ReplaceNetworkAclEntryCommand,
932
948
  ReplaceRootVolumeTaskState: () => ReplaceRootVolumeTaskState,
@@ -938,6 +954,7 @@ __export(src_exports, {
938
954
  ReportInstanceReasonCodes: () => ReportInstanceReasonCodes,
939
955
  ReportInstanceStatusCommand: () => ReportInstanceStatusCommand,
940
956
  ReportInstanceStatusRequestFilterSensitiveLog: () => ReportInstanceStatusRequestFilterSensitiveLog,
957
+ ReportState: () => ReportState,
941
958
  ReportStatusType: () => ReportStatusType,
942
959
  RequestLaunchTemplateDataFilterSensitiveLog: () => RequestLaunchTemplateDataFilterSensitiveLog,
943
960
  RequestSpotFleetCommand: () => RequestSpotFleetCommand,
@@ -1006,6 +1023,7 @@ __export(src_exports, {
1006
1023
  SpotInstanceState: () => SpotInstanceState,
1007
1024
  SpotInstanceType: () => SpotInstanceType,
1008
1025
  SpreadLevel: () => SpreadLevel,
1026
+ StartDeclarativePoliciesReportCommand: () => StartDeclarativePoliciesReportCommand,
1009
1027
  StartInstancesCommand: () => StartInstancesCommand,
1010
1028
  StartNetworkInsightsAccessScopeAnalysisCommand: () => StartNetworkInsightsAccessScopeAnalysisCommand,
1011
1029
  StartNetworkInsightsAnalysisCommand: () => StartNetworkInsightsAnalysisCommand,
@@ -1077,6 +1095,7 @@ __export(src_exports, {
1077
1095
  VerifiedAccessEndpointProtocol: () => VerifiedAccessEndpointProtocol,
1078
1096
  VerifiedAccessEndpointStatusCode: () => VerifiedAccessEndpointStatusCode,
1079
1097
  VerifiedAccessEndpointType: () => VerifiedAccessEndpointType,
1098
+ VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog: () => VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog,
1080
1099
  VerifiedAccessLogDeliveryStatusCode: () => VerifiedAccessLogDeliveryStatusCode,
1081
1100
  VerifiedAccessTrustProviderFilterSensitiveLog: () => VerifiedAccessTrustProviderFilterSensitiveLog,
1082
1101
  VirtualizationType: () => VirtualizationType,
@@ -1089,6 +1108,7 @@ __export(src_exports, {
1089
1108
  VolumeType: () => VolumeType,
1090
1109
  VpcAttributeName: () => VpcAttributeName,
1091
1110
  VpcBlockPublicAccessExclusionState: () => VpcBlockPublicAccessExclusionState,
1111
+ VpcBlockPublicAccessExclusionsAllowed: () => VpcBlockPublicAccessExclusionsAllowed,
1092
1112
  VpcBlockPublicAccessState: () => VpcBlockPublicAccessState,
1093
1113
  VpcCidrBlockStateCode: () => VpcCidrBlockStateCode,
1094
1114
  VpcEndpointType: () => VpcEndpointType,
@@ -1973,6 +1993,16 @@ var se_CancelConversionTaskCommand = /* @__PURE__ */ __name(async (input, contex
1973
1993
  });
1974
1994
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
1975
1995
  }, "se_CancelConversionTaskCommand");
1996
+ var se_CancelDeclarativePoliciesReportCommand = /* @__PURE__ */ __name(async (input, context) => {
1997
+ const headers = SHARED_HEADERS;
1998
+ let body;
1999
+ body = buildFormUrlencodedString({
2000
+ ...se_CancelDeclarativePoliciesReportRequest(input, context),
2001
+ [_A]: _CDPR,
2002
+ [_V]: _
2003
+ });
2004
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
2005
+ }, "se_CancelDeclarativePoliciesReportCommand");
1976
2006
  var se_CancelExportTaskCommand = /* @__PURE__ */ __name(async (input, context) => {
1977
2007
  const headers = SHARED_HEADERS;
1978
2008
  let body;
@@ -4013,6 +4043,16 @@ var se_DescribeCustomerGatewaysCommand = /* @__PURE__ */ __name(async (input, co
4013
4043
  });
4014
4044
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
4015
4045
  }, "se_DescribeCustomerGatewaysCommand");
4046
+ var se_DescribeDeclarativePoliciesReportsCommand = /* @__PURE__ */ __name(async (input, context) => {
4047
+ const headers = SHARED_HEADERS;
4048
+ let body;
4049
+ body = buildFormUrlencodedString({
4050
+ ...se_DescribeDeclarativePoliciesReportsRequest(input, context),
4051
+ [_A]: _DDPR,
4052
+ [_V]: _
4053
+ });
4054
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
4055
+ }, "se_DescribeDeclarativePoliciesReportsCommand");
4016
4056
  var se_DescribeDhcpOptionsCommand = /* @__PURE__ */ __name(async (input, context) => {
4017
4057
  const headers = SHARED_HEADERS;
4018
4058
  let body;
@@ -5253,6 +5293,16 @@ var se_DescribeVpcClassicLinkDnsSupportCommand = /* @__PURE__ */ __name(async (i
5253
5293
  });
5254
5294
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
5255
5295
  }, "se_DescribeVpcClassicLinkDnsSupportCommand");
5296
+ var se_DescribeVpcEndpointAssociationsCommand = /* @__PURE__ */ __name(async (input, context) => {
5297
+ const headers = SHARED_HEADERS;
5298
+ let body;
5299
+ body = buildFormUrlencodedString({
5300
+ ...se_DescribeVpcEndpointAssociationsRequest(input, context),
5301
+ [_A]: _DVEA,
5302
+ [_V]: _
5303
+ });
5304
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
5305
+ }, "se_DescribeVpcEndpointAssociationsCommand");
5256
5306
  var se_DescribeVpcEndpointConnectionNotificationsCommand = /* @__PURE__ */ __name(async (input, context) => {
5257
5307
  const headers = SHARED_HEADERS;
5258
5308
  let body;
@@ -5423,6 +5473,16 @@ var se_DisableAddressTransferCommand = /* @__PURE__ */ __name(async (input, cont
5423
5473
  });
5424
5474
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
5425
5475
  }, "se_DisableAddressTransferCommand");
5476
+ var se_DisableAllowedImagesSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
5477
+ const headers = SHARED_HEADERS;
5478
+ let body;
5479
+ body = buildFormUrlencodedString({
5480
+ ...se_DisableAllowedImagesSettingsRequest(input, context),
5481
+ [_A]: _DAIS,
5482
+ [_V]: _
5483
+ });
5484
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
5485
+ }, "se_DisableAllowedImagesSettingsCommand");
5426
5486
  var se_DisableAwsNetworkPerformanceMetricSubscriptionCommand = /* @__PURE__ */ __name(async (input, context) => {
5427
5487
  const headers = SHARED_HEADERS;
5428
5488
  let body;
@@ -5753,6 +5813,16 @@ var se_EnableAddressTransferCommand = /* @__PURE__ */ __name(async (input, conte
5753
5813
  });
5754
5814
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
5755
5815
  }, "se_EnableAddressTransferCommand");
5816
+ var se_EnableAllowedImagesSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
5817
+ const headers = SHARED_HEADERS;
5818
+ let body;
5819
+ body = buildFormUrlencodedString({
5820
+ ...se_EnableAllowedImagesSettingsRequest(input, context),
5821
+ [_A]: _EAIS,
5822
+ [_V]: _
5823
+ });
5824
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
5825
+ }, "se_EnableAllowedImagesSettingsCommand");
5756
5826
  var se_EnableAwsNetworkPerformanceMetricSubscriptionCommand = /* @__PURE__ */ __name(async (input, context) => {
5757
5827
  const headers = SHARED_HEADERS;
5758
5828
  let body;
@@ -5963,6 +6033,26 @@ var se_ExportTransitGatewayRoutesCommand = /* @__PURE__ */ __name(async (input,
5963
6033
  });
5964
6034
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
5965
6035
  }, "se_ExportTransitGatewayRoutesCommand");
6036
+ var se_ExportVerifiedAccessInstanceClientConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
6037
+ const headers = SHARED_HEADERS;
6038
+ let body;
6039
+ body = buildFormUrlencodedString({
6040
+ ...se_ExportVerifiedAccessInstanceClientConfigurationRequest(input, context),
6041
+ [_A]: _EVAICC,
6042
+ [_V]: _
6043
+ });
6044
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
6045
+ }, "se_ExportVerifiedAccessInstanceClientConfigurationCommand");
6046
+ var se_GetAllowedImagesSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
6047
+ const headers = SHARED_HEADERS;
6048
+ let body;
6049
+ body = buildFormUrlencodedString({
6050
+ ...se_GetAllowedImagesSettingsRequest(input, context),
6051
+ [_A]: _GAIS,
6052
+ [_V]: _
6053
+ });
6054
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
6055
+ }, "se_GetAllowedImagesSettingsCommand");
5966
6056
  var se_GetAssociatedEnclaveCertificateIamRolesCommand = /* @__PURE__ */ __name(async (input, context) => {
5967
6057
  const headers = SHARED_HEADERS;
5968
6058
  let body;
@@ -6033,6 +6123,16 @@ var se_GetConsoleScreenshotCommand = /* @__PURE__ */ __name(async (input, contex
6033
6123
  });
6034
6124
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
6035
6125
  }, "se_GetConsoleScreenshotCommand");
6126
+ var se_GetDeclarativePoliciesReportSummaryCommand = /* @__PURE__ */ __name(async (input, context) => {
6127
+ const headers = SHARED_HEADERS;
6128
+ let body;
6129
+ body = buildFormUrlencodedString({
6130
+ ...se_GetDeclarativePoliciesReportSummaryRequest(input, context),
6131
+ [_A]: _GDPRS,
6132
+ [_V]: _
6133
+ });
6134
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
6135
+ }, "se_GetDeclarativePoliciesReportSummaryCommand");
6036
6136
  var se_GetDefaultCreditSpecificationCommand = /* @__PURE__ */ __name(async (input, context) => {
6037
6137
  const headers = SHARED_HEADERS;
6038
6138
  let body;
@@ -6413,6 +6513,16 @@ var se_GetVerifiedAccessEndpointPolicyCommand = /* @__PURE__ */ __name(async (in
6413
6513
  });
6414
6514
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
6415
6515
  }, "se_GetVerifiedAccessEndpointPolicyCommand");
6516
+ var se_GetVerifiedAccessEndpointTargetsCommand = /* @__PURE__ */ __name(async (input, context) => {
6517
+ const headers = SHARED_HEADERS;
6518
+ let body;
6519
+ body = buildFormUrlencodedString({
6520
+ ...se_GetVerifiedAccessEndpointTargetsRequest(input, context),
6521
+ [_A]: _GVAET,
6522
+ [_V]: _
6523
+ });
6524
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
6525
+ }, "se_GetVerifiedAccessEndpointTargetsCommand");
6416
6526
  var se_GetVerifiedAccessGroupPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
6417
6527
  const headers = SHARED_HEADERS;
6418
6528
  let body;
@@ -7503,6 +7613,16 @@ var se_ReplaceIamInstanceProfileAssociationCommand = /* @__PURE__ */ __name(asyn
7503
7613
  });
7504
7614
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
7505
7615
  }, "se_ReplaceIamInstanceProfileAssociationCommand");
7616
+ var se_ReplaceImageCriteriaInAllowedImagesSettingsCommand = /* @__PURE__ */ __name(async (input, context) => {
7617
+ const headers = SHARED_HEADERS;
7618
+ let body;
7619
+ body = buildFormUrlencodedString({
7620
+ ...se_ReplaceImageCriteriaInAllowedImagesSettingsRequest(input, context),
7621
+ [_A]: _RICIAIS,
7622
+ [_V]: _
7623
+ });
7624
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
7625
+ }, "se_ReplaceImageCriteriaInAllowedImagesSettingsCommand");
7506
7626
  var se_ReplaceNetworkAclAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
7507
7627
  const headers = SHARED_HEADERS;
7508
7628
  let body;
@@ -7803,6 +7923,16 @@ var se_SendDiagnosticInterruptCommand = /* @__PURE__ */ __name(async (input, con
7803
7923
  });
7804
7924
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
7805
7925
  }, "se_SendDiagnosticInterruptCommand");
7926
+ var se_StartDeclarativePoliciesReportCommand = /* @__PURE__ */ __name(async (input, context) => {
7927
+ const headers = SHARED_HEADERS;
7928
+ let body;
7929
+ body = buildFormUrlencodedString({
7930
+ ...se_StartDeclarativePoliciesReportRequest(input, context),
7931
+ [_A]: _SDPR,
7932
+ [_V]: _
7933
+ });
7934
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
7935
+ }, "se_StartDeclarativePoliciesReportCommand");
7806
7936
  var se_StartInstancesCommand = /* @__PURE__ */ __name(async (input, context) => {
7807
7937
  const headers = SHARED_HEADERS;
7808
7938
  let body;
@@ -8568,6 +8698,19 @@ var de_CancelConversionTaskCommand = /* @__PURE__ */ __name(async (output, conte
8568
8698
  };
8569
8699
  return response;
8570
8700
  }, "de_CancelConversionTaskCommand");
8701
+ var de_CancelDeclarativePoliciesReportCommand = /* @__PURE__ */ __name(async (output, context) => {
8702
+ if (output.statusCode >= 300) {
8703
+ return de_CommandError(output, context);
8704
+ }
8705
+ const data = await (0, import_core2.parseXmlBody)(output.body, context);
8706
+ let contents = {};
8707
+ contents = de_CancelDeclarativePoliciesReportResult(data, context);
8708
+ const response = {
8709
+ $metadata: deserializeMetadata(output),
8710
+ ...contents
8711
+ };
8712
+ return response;
8713
+ }, "de_CancelDeclarativePoliciesReportCommand");
8571
8714
  var de_CancelExportTaskCommand = /* @__PURE__ */ __name(async (output, context) => {
8572
8715
  if (output.statusCode >= 300) {
8573
8716
  return de_CommandError(output, context);
@@ -11148,6 +11291,19 @@ var de_DescribeCustomerGatewaysCommand = /* @__PURE__ */ __name(async (output, c
11148
11291
  };
11149
11292
  return response;
11150
11293
  }, "de_DescribeCustomerGatewaysCommand");
11294
+ var de_DescribeDeclarativePoliciesReportsCommand = /* @__PURE__ */ __name(async (output, context) => {
11295
+ if (output.statusCode >= 300) {
11296
+ return de_CommandError(output, context);
11297
+ }
11298
+ const data = await (0, import_core2.parseXmlBody)(output.body, context);
11299
+ let contents = {};
11300
+ contents = de_DescribeDeclarativePoliciesReportsResult(data, context);
11301
+ const response = {
11302
+ $metadata: deserializeMetadata(output),
11303
+ ...contents
11304
+ };
11305
+ return response;
11306
+ }, "de_DescribeDeclarativePoliciesReportsCommand");
11151
11307
  var de_DescribeDhcpOptionsCommand = /* @__PURE__ */ __name(async (output, context) => {
11152
11308
  if (output.statusCode >= 300) {
11153
11309
  return de_CommandError(output, context);
@@ -12760,6 +12916,19 @@ var de_DescribeVpcClassicLinkDnsSupportCommand = /* @__PURE__ */ __name(async (o
12760
12916
  };
12761
12917
  return response;
12762
12918
  }, "de_DescribeVpcClassicLinkDnsSupportCommand");
12919
+ var de_DescribeVpcEndpointAssociationsCommand = /* @__PURE__ */ __name(async (output, context) => {
12920
+ if (output.statusCode >= 300) {
12921
+ return de_CommandError(output, context);
12922
+ }
12923
+ const data = await (0, import_core2.parseXmlBody)(output.body, context);
12924
+ let contents = {};
12925
+ contents = de_DescribeVpcEndpointAssociationsResult(data, context);
12926
+ const response = {
12927
+ $metadata: deserializeMetadata(output),
12928
+ ...contents
12929
+ };
12930
+ return response;
12931
+ }, "de_DescribeVpcEndpointAssociationsCommand");
12763
12932
  var de_DescribeVpcEndpointConnectionNotificationsCommand = /* @__PURE__ */ __name(async (output, context) => {
12764
12933
  if (output.statusCode >= 300) {
12765
12934
  return de_CommandError(output, context);
@@ -12972,6 +13141,19 @@ var de_DisableAddressTransferCommand = /* @__PURE__ */ __name(async (output, con
12972
13141
  };
12973
13142
  return response;
12974
13143
  }, "de_DisableAddressTransferCommand");
13144
+ var de_DisableAllowedImagesSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
13145
+ if (output.statusCode >= 300) {
13146
+ return de_CommandError(output, context);
13147
+ }
13148
+ const data = await (0, import_core2.parseXmlBody)(output.body, context);
13149
+ let contents = {};
13150
+ contents = de_DisableAllowedImagesSettingsResult(data, context);
13151
+ const response = {
13152
+ $metadata: deserializeMetadata(output),
13153
+ ...contents
13154
+ };
13155
+ return response;
13156
+ }, "de_DisableAllowedImagesSettingsCommand");
12975
13157
  var de_DisableAwsNetworkPerformanceMetricSubscriptionCommand = /* @__PURE__ */ __name(async (output, context) => {
12976
13158
  if (output.statusCode >= 300) {
12977
13159
  return de_CommandError(output, context);
@@ -13392,6 +13574,19 @@ var de_EnableAddressTransferCommand = /* @__PURE__ */ __name(async (output, cont
13392
13574
  };
13393
13575
  return response;
13394
13576
  }, "de_EnableAddressTransferCommand");
13577
+ var de_EnableAllowedImagesSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
13578
+ if (output.statusCode >= 300) {
13579
+ return de_CommandError(output, context);
13580
+ }
13581
+ const data = await (0, import_core2.parseXmlBody)(output.body, context);
13582
+ let contents = {};
13583
+ contents = de_EnableAllowedImagesSettingsResult(data, context);
13584
+ const response = {
13585
+ $metadata: deserializeMetadata(output),
13586
+ ...contents
13587
+ };
13588
+ return response;
13589
+ }, "de_EnableAllowedImagesSettingsCommand");
13395
13590
  var de_EnableAwsNetworkPerformanceMetricSubscriptionCommand = /* @__PURE__ */ __name(async (output, context) => {
13396
13591
  if (output.statusCode >= 300) {
13397
13592
  return de_CommandError(output, context);
@@ -13659,6 +13854,32 @@ var de_ExportTransitGatewayRoutesCommand = /* @__PURE__ */ __name(async (output,
13659
13854
  };
13660
13855
  return response;
13661
13856
  }, "de_ExportTransitGatewayRoutesCommand");
13857
+ var de_ExportVerifiedAccessInstanceClientConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
13858
+ if (output.statusCode >= 300) {
13859
+ return de_CommandError(output, context);
13860
+ }
13861
+ const data = await (0, import_core2.parseXmlBody)(output.body, context);
13862
+ let contents = {};
13863
+ contents = de_ExportVerifiedAccessInstanceClientConfigurationResult(data, context);
13864
+ const response = {
13865
+ $metadata: deserializeMetadata(output),
13866
+ ...contents
13867
+ };
13868
+ return response;
13869
+ }, "de_ExportVerifiedAccessInstanceClientConfigurationCommand");
13870
+ var de_GetAllowedImagesSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
13871
+ if (output.statusCode >= 300) {
13872
+ return de_CommandError(output, context);
13873
+ }
13874
+ const data = await (0, import_core2.parseXmlBody)(output.body, context);
13875
+ let contents = {};
13876
+ contents = de_GetAllowedImagesSettingsResult(data, context);
13877
+ const response = {
13878
+ $metadata: deserializeMetadata(output),
13879
+ ...contents
13880
+ };
13881
+ return response;
13882
+ }, "de_GetAllowedImagesSettingsCommand");
13662
13883
  var de_GetAssociatedEnclaveCertificateIamRolesCommand = /* @__PURE__ */ __name(async (output, context) => {
13663
13884
  if (output.statusCode >= 300) {
13664
13885
  return de_CommandError(output, context);
@@ -13750,6 +13971,19 @@ var de_GetConsoleScreenshotCommand = /* @__PURE__ */ __name(async (output, conte
13750
13971
  };
13751
13972
  return response;
13752
13973
  }, "de_GetConsoleScreenshotCommand");
13974
+ var de_GetDeclarativePoliciesReportSummaryCommand = /* @__PURE__ */ __name(async (output, context) => {
13975
+ if (output.statusCode >= 300) {
13976
+ return de_CommandError(output, context);
13977
+ }
13978
+ const data = await (0, import_core2.parseXmlBody)(output.body, context);
13979
+ let contents = {};
13980
+ contents = de_GetDeclarativePoliciesReportSummaryResult(data, context);
13981
+ const response = {
13982
+ $metadata: deserializeMetadata(output),
13983
+ ...contents
13984
+ };
13985
+ return response;
13986
+ }, "de_GetDeclarativePoliciesReportSummaryCommand");
13753
13987
  var de_GetDefaultCreditSpecificationCommand = /* @__PURE__ */ __name(async (output, context) => {
13754
13988
  if (output.statusCode >= 300) {
13755
13989
  return de_CommandError(output, context);
@@ -14244,6 +14478,19 @@ var de_GetVerifiedAccessEndpointPolicyCommand = /* @__PURE__ */ __name(async (ou
14244
14478
  };
14245
14479
  return response;
14246
14480
  }, "de_GetVerifiedAccessEndpointPolicyCommand");
14481
+ var de_GetVerifiedAccessEndpointTargetsCommand = /* @__PURE__ */ __name(async (output, context) => {
14482
+ if (output.statusCode >= 300) {
14483
+ return de_CommandError(output, context);
14484
+ }
14485
+ const data = await (0, import_core2.parseXmlBody)(output.body, context);
14486
+ let contents = {};
14487
+ contents = de_GetVerifiedAccessEndpointTargetsResult(data, context);
14488
+ const response = {
14489
+ $metadata: deserializeMetadata(output),
14490
+ ...contents
14491
+ };
14492
+ return response;
14493
+ }, "de_GetVerifiedAccessEndpointTargetsCommand");
14247
14494
  var de_GetVerifiedAccessGroupPolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
14248
14495
  if (output.statusCode >= 300) {
14249
14496
  return de_CommandError(output, context);
@@ -15628,6 +15875,19 @@ var de_ReplaceIamInstanceProfileAssociationCommand = /* @__PURE__ */ __name(asyn
15628
15875
  };
15629
15876
  return response;
15630
15877
  }, "de_ReplaceIamInstanceProfileAssociationCommand");
15878
+ var de_ReplaceImageCriteriaInAllowedImagesSettingsCommand = /* @__PURE__ */ __name(async (output, context) => {
15879
+ if (output.statusCode >= 300) {
15880
+ return de_CommandError(output, context);
15881
+ }
15882
+ const data = await (0, import_core2.parseXmlBody)(output.body, context);
15883
+ let contents = {};
15884
+ contents = de_ReplaceImageCriteriaInAllowedImagesSettingsResult(data, context);
15885
+ const response = {
15886
+ $metadata: deserializeMetadata(output),
15887
+ ...contents
15888
+ };
15889
+ return response;
15890
+ }, "de_ReplaceImageCriteriaInAllowedImagesSettingsCommand");
15631
15891
  var de_ReplaceNetworkAclAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
15632
15892
  if (output.statusCode >= 300) {
15633
15893
  return de_CommandError(output, context);
@@ -15994,6 +16254,19 @@ var de_SendDiagnosticInterruptCommand = /* @__PURE__ */ __name(async (output, co
15994
16254
  };
15995
16255
  return response;
15996
16256
  }, "de_SendDiagnosticInterruptCommand");
16257
+ var de_StartDeclarativePoliciesReportCommand = /* @__PURE__ */ __name(async (output, context) => {
16258
+ if (output.statusCode >= 300) {
16259
+ return de_CommandError(output, context);
16260
+ }
16261
+ const data = await (0, import_core2.parseXmlBody)(output.body, context);
16262
+ let contents = {};
16263
+ contents = de_StartDeclarativePoliciesReportResult(data, context);
16264
+ const response = {
16265
+ $metadata: deserializeMetadata(output),
16266
+ ...contents
16267
+ };
16268
+ return response;
16269
+ }, "de_StartDeclarativePoliciesReportCommand");
15997
16270
  var de_StartInstancesCommand = /* @__PURE__ */ __name(async (output, context) => {
15998
16271
  if (output.statusCode >= 300) {
15999
16272
  return de_CommandError(output, context);
@@ -17630,6 +17903,16 @@ var se_CancelConversionRequest = /* @__PURE__ */ __name((input, context) => {
17630
17903
  }
17631
17904
  return entries;
17632
17905
  }, "se_CancelConversionRequest");
17906
+ var se_CancelDeclarativePoliciesReportRequest = /* @__PURE__ */ __name((input, context) => {
17907
+ const entries = {};
17908
+ if (input[_DRr] != null) {
17909
+ entries[_DRr] = input[_DRr];
17910
+ }
17911
+ if (input[_RIep] != null) {
17912
+ entries[_RIep] = input[_RIep];
17913
+ }
17914
+ return entries;
17915
+ }, "se_CancelDeclarativePoliciesReportRequest");
17633
17916
  var se_CancelExportTaskRequest = /* @__PURE__ */ __name((input, context) => {
17634
17917
  const entries = {};
17635
17918
  if (input[_ETI] != null) {
@@ -20419,6 +20702,30 @@ var se_CreateTransitGatewayVpcAttachmentRequestOptions = /* @__PURE__ */ __name(
20419
20702
  }
20420
20703
  return entries;
20421
20704
  }, "se_CreateTransitGatewayVpcAttachmentRequestOptions");
20705
+ var se_CreateVerifiedAccessEndpointCidrOptions = /* @__PURE__ */ __name((input, context) => {
20706
+ const entries = {};
20707
+ if (input[_P] != null) {
20708
+ entries[_P] = input[_P];
20709
+ }
20710
+ if (input[_SIu] != null) {
20711
+ const memberEntries = se_CreateVerifiedAccessEndpointSubnetIdList(input[_SIu], context);
20712
+ Object.entries(memberEntries).forEach(([key, value]) => {
20713
+ const loc = `SubnetId.${key.substring(key.indexOf(".") + 1)}`;
20714
+ entries[loc] = value;
20715
+ });
20716
+ }
20717
+ if (input[_C] != null) {
20718
+ entries[_C] = input[_C];
20719
+ }
20720
+ if (input[_PRo] != null) {
20721
+ const memberEntries = se_CreateVerifiedAccessEndpointPortRangeList(input[_PRo], context);
20722
+ Object.entries(memberEntries).forEach(([key, value]) => {
20723
+ const loc = `PortRange.${key.substring(key.indexOf(".") + 1)}`;
20724
+ entries[loc] = value;
20725
+ });
20726
+ }
20727
+ return entries;
20728
+ }, "se_CreateVerifiedAccessEndpointCidrOptions");
20422
20729
  var se_CreateVerifiedAccessEndpointEniOptions = /* @__PURE__ */ __name((input, context) => {
20423
20730
  const entries = {};
20424
20731
  if (input[_NII] != null) {
@@ -20430,6 +20737,13 @@ var se_CreateVerifiedAccessEndpointEniOptions = /* @__PURE__ */ __name((input, c
20430
20737
  if (input[_Po] != null) {
20431
20738
  entries[_Po] = input[_Po];
20432
20739
  }
20740
+ if (input[_PRo] != null) {
20741
+ const memberEntries = se_CreateVerifiedAccessEndpointPortRangeList(input[_PRo], context);
20742
+ Object.entries(memberEntries).forEach(([key, value]) => {
20743
+ const loc = `PortRange.${key.substring(key.indexOf(".") + 1)}`;
20744
+ entries[loc] = value;
20745
+ });
20746
+ }
20433
20747
  return entries;
20434
20748
  }, "se_CreateVerifiedAccessEndpointEniOptions");
20435
20749
  var se_CreateVerifiedAccessEndpointLoadBalancerOptions = /* @__PURE__ */ __name((input, context) => {
@@ -20450,8 +20764,69 @@ var se_CreateVerifiedAccessEndpointLoadBalancerOptions = /* @__PURE__ */ __name(
20450
20764
  entries[loc] = value;
20451
20765
  });
20452
20766
  }
20767
+ if (input[_PRo] != null) {
20768
+ const memberEntries = se_CreateVerifiedAccessEndpointPortRangeList(input[_PRo], context);
20769
+ Object.entries(memberEntries).forEach(([key, value]) => {
20770
+ const loc = `PortRange.${key.substring(key.indexOf(".") + 1)}`;
20771
+ entries[loc] = value;
20772
+ });
20773
+ }
20453
20774
  return entries;
20454
20775
  }, "se_CreateVerifiedAccessEndpointLoadBalancerOptions");
20776
+ var se_CreateVerifiedAccessEndpointPortRange = /* @__PURE__ */ __name((input, context) => {
20777
+ const entries = {};
20778
+ if (input[_FP] != null) {
20779
+ entries[_FP] = input[_FP];
20780
+ }
20781
+ if (input[_TP] != null) {
20782
+ entries[_TP] = input[_TP];
20783
+ }
20784
+ return entries;
20785
+ }, "se_CreateVerifiedAccessEndpointPortRange");
20786
+ var se_CreateVerifiedAccessEndpointPortRangeList = /* @__PURE__ */ __name((input, context) => {
20787
+ const entries = {};
20788
+ let counter = 1;
20789
+ for (const entry of input) {
20790
+ if (entry === null) {
20791
+ continue;
20792
+ }
20793
+ const memberEntries = se_CreateVerifiedAccessEndpointPortRange(entry, context);
20794
+ Object.entries(memberEntries).forEach(([key, value]) => {
20795
+ entries[`Item.${counter}.${key}`] = value;
20796
+ });
20797
+ counter++;
20798
+ }
20799
+ return entries;
20800
+ }, "se_CreateVerifiedAccessEndpointPortRangeList");
20801
+ var se_CreateVerifiedAccessEndpointRdsOptions = /* @__PURE__ */ __name((input, context) => {
20802
+ const entries = {};
20803
+ if (input[_P] != null) {
20804
+ entries[_P] = input[_P];
20805
+ }
20806
+ if (input[_Po] != null) {
20807
+ entries[_Po] = input[_Po];
20808
+ }
20809
+ if (input[_RDIA] != null) {
20810
+ entries[_RDIA] = input[_RDIA];
20811
+ }
20812
+ if (input[_RDCA] != null) {
20813
+ entries[_RDCA] = input[_RDCA];
20814
+ }
20815
+ if (input[_RDPA] != null) {
20816
+ entries[_RDPA] = input[_RDPA];
20817
+ }
20818
+ if (input[_RE] != null) {
20819
+ entries[_RE] = input[_RE];
20820
+ }
20821
+ if (input[_SIu] != null) {
20822
+ const memberEntries = se_CreateVerifiedAccessEndpointSubnetIdList(input[_SIu], context);
20823
+ Object.entries(memberEntries).forEach(([key, value]) => {
20824
+ const loc = `SubnetId.${key.substring(key.indexOf(".") + 1)}`;
20825
+ entries[loc] = value;
20826
+ });
20827
+ }
20828
+ return entries;
20829
+ }, "se_CreateVerifiedAccessEndpointRdsOptions");
20455
20830
  var se_CreateVerifiedAccessEndpointRequest = /* @__PURE__ */ __name((input, context) => {
20456
20831
  const entries = {};
20457
20832
  if (input[_VAGI] != null) {
@@ -20522,6 +20897,20 @@ var se_CreateVerifiedAccessEndpointRequest = /* @__PURE__ */ __name((input, cont
20522
20897
  entries[loc] = value;
20523
20898
  });
20524
20899
  }
20900
+ if (input[_RO] != null) {
20901
+ const memberEntries = se_CreateVerifiedAccessEndpointRdsOptions(input[_RO], context);
20902
+ Object.entries(memberEntries).forEach(([key, value]) => {
20903
+ const loc = `RdsOptions.${key}`;
20904
+ entries[loc] = value;
20905
+ });
20906
+ }
20907
+ if (input[_CO] != null) {
20908
+ const memberEntries = se_CreateVerifiedAccessEndpointCidrOptions(input[_CO], context);
20909
+ Object.entries(memberEntries).forEach(([key, value]) => {
20910
+ const loc = `CidrOptions.${key}`;
20911
+ entries[loc] = value;
20912
+ });
20913
+ }
20525
20914
  return entries;
20526
20915
  }, "se_CreateVerifiedAccessEndpointRequest");
20527
20916
  var se_CreateVerifiedAccessEndpointSubnetIdList = /* @__PURE__ */ __name((input, context) => {
@@ -20596,8 +20985,39 @@ var se_CreateVerifiedAccessInstanceRequest = /* @__PURE__ */ __name((input, cont
20596
20985
  if (input[_FIPSE] != null) {
20597
20986
  entries[_FIPSE] = input[_FIPSE];
20598
20987
  }
20988
+ if (input[_CECSD] != null) {
20989
+ entries[_CECSD] = input[_CECSD];
20990
+ }
20599
20991
  return entries;
20600
20992
  }, "se_CreateVerifiedAccessInstanceRequest");
20993
+ var se_CreateVerifiedAccessNativeApplicationOidcOptions = /* @__PURE__ */ __name((input, context) => {
20994
+ const entries = {};
20995
+ if (input[_PSKE] != null) {
20996
+ entries[_PSKE] = input[_PSKE];
20997
+ }
20998
+ if (input[_I] != null) {
20999
+ entries[_I] = input[_I];
21000
+ }
21001
+ if (input[_AE] != null) {
21002
+ entries[_AE] = input[_AE];
21003
+ }
21004
+ if (input[_TEo] != null) {
21005
+ entries[_TEo] = input[_TEo];
21006
+ }
21007
+ if (input[_UIE] != null) {
21008
+ entries[_UIE] = input[_UIE];
21009
+ }
21010
+ if (input[_CIl] != null) {
21011
+ entries[_CIl] = input[_CIl];
21012
+ }
21013
+ if (input[_CSl] != null) {
21014
+ entries[_CSl] = input[_CSl];
21015
+ }
21016
+ if (input[_Sc] != null) {
21017
+ entries[_Sc] = input[_Sc];
21018
+ }
21019
+ return entries;
21020
+ }, "se_CreateVerifiedAccessNativeApplicationOidcOptions");
20601
21021
  var se_CreateVerifiedAccessTrustProviderDeviceOptions = /* @__PURE__ */ __name((input, context) => {
20602
21022
  const entries = {};
20603
21023
  if (input[_TIe] != null) {
@@ -20687,6 +21107,13 @@ var se_CreateVerifiedAccessTrustProviderRequest = /* @__PURE__ */ __name((input,
20687
21107
  entries[loc] = value;
20688
21108
  });
20689
21109
  }
21110
+ if (input[_NAOO] != null) {
21111
+ const memberEntries = se_CreateVerifiedAccessNativeApplicationOidcOptions(input[_NAOO], context);
21112
+ Object.entries(memberEntries).forEach(([key, value]) => {
21113
+ const loc = `NativeApplicationOidcOptions.${key}`;
21114
+ entries[loc] = value;
21115
+ });
21116
+ }
20690
21117
  return entries;
20691
21118
  }, "se_CreateVerifiedAccessTrustProviderRequest");
20692
21119
  var se_CreateVolumePermission = /* @__PURE__ */ __name((input, context) => {
@@ -20906,6 +21333,12 @@ var se_CreateVpcEndpointRequest = /* @__PURE__ */ __name((input, context) => {
20906
21333
  entries[loc] = value;
20907
21334
  });
20908
21335
  }
21336
+ if (input[_SNA] != null) {
21337
+ entries[_SNA] = input[_SNA];
21338
+ }
21339
+ if (input[_RCA] != null) {
21340
+ entries[_RCA] = input[_RCA];
21341
+ }
20909
21342
  if (input[_SRe] != null) {
20910
21343
  entries[_SRe] = input[_SRe];
20911
21344
  }
@@ -22771,6 +23204,26 @@ var se_DescribeCustomerGatewaysRequest = /* @__PURE__ */ __name((input, context)
22771
23204
  }
22772
23205
  return entries;
22773
23206
  }, "se_DescribeCustomerGatewaysRequest");
23207
+ var se_DescribeDeclarativePoliciesReportsRequest = /* @__PURE__ */ __name((input, context) => {
23208
+ const entries = {};
23209
+ if (input[_DRr] != null) {
23210
+ entries[_DRr] = input[_DRr];
23211
+ }
23212
+ if (input[_NT] != null) {
23213
+ entries[_NT] = input[_NT];
23214
+ }
23215
+ if (input[_MR] != null) {
23216
+ entries[_MR] = input[_MR];
23217
+ }
23218
+ if (input[_RIepo] != null) {
23219
+ const memberEntries = se_ValueStringList(input[_RIepo], context);
23220
+ Object.entries(memberEntries).forEach(([key, value]) => {
23221
+ const loc = `ReportId.${key.substring(key.indexOf(".") + 1)}`;
23222
+ entries[loc] = value;
23223
+ });
23224
+ }
23225
+ return entries;
23226
+ }, "se_DescribeDeclarativePoliciesReportsRequest");
22774
23227
  var se_DescribeDhcpOptionsRequest = /* @__PURE__ */ __name((input, context) => {
22775
23228
  const entries = {};
22776
23229
  if (input[_DOIh] != null) {
@@ -25957,6 +26410,33 @@ var se_DescribeVpcClassicLinkRequest = /* @__PURE__ */ __name((input, context) =
25957
26410
  }
25958
26411
  return entries;
25959
26412
  }, "se_DescribeVpcClassicLinkRequest");
26413
+ var se_DescribeVpcEndpointAssociationsRequest = /* @__PURE__ */ __name((input, context) => {
26414
+ const entries = {};
26415
+ if (input[_DRr] != null) {
26416
+ entries[_DRr] = input[_DRr];
26417
+ }
26418
+ if (input[_VEI] != null) {
26419
+ const memberEntries = se_VpcEndpointIdList(input[_VEI], context);
26420
+ Object.entries(memberEntries).forEach(([key, value]) => {
26421
+ const loc = `VpcEndpointId.${key.substring(key.indexOf(".") + 1)}`;
26422
+ entries[loc] = value;
26423
+ });
26424
+ }
26425
+ if (input[_Fi] != null) {
26426
+ const memberEntries = se_FilterList(input[_Fi], context);
26427
+ Object.entries(memberEntries).forEach(([key, value]) => {
26428
+ const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
26429
+ entries[loc] = value;
26430
+ });
26431
+ }
26432
+ if (input[_MR] != null) {
26433
+ entries[_MR] = input[_MR];
26434
+ }
26435
+ if (input[_NT] != null) {
26436
+ entries[_NT] = input[_NT];
26437
+ }
26438
+ return entries;
26439
+ }, "se_DescribeVpcEndpointAssociationsRequest");
25960
26440
  var se_DescribeVpcEndpointConnectionNotificationsRequest = /* @__PURE__ */ __name((input, context) => {
25961
26441
  const entries = {};
25962
26442
  if (input[_DRr] != null) {
@@ -26339,6 +26819,13 @@ var se_DisableAddressTransferRequest = /* @__PURE__ */ __name((input, context) =
26339
26819
  }
26340
26820
  return entries;
26341
26821
  }, "se_DisableAddressTransferRequest");
26822
+ var se_DisableAllowedImagesSettingsRequest = /* @__PURE__ */ __name((input, context) => {
26823
+ const entries = {};
26824
+ if (input[_DRr] != null) {
26825
+ entries[_DRr] = input[_DRr];
26826
+ }
26827
+ return entries;
26828
+ }, "se_DisableAllowedImagesSettingsRequest");
26342
26829
  var se_DisableAwsNetworkPerformanceMetricSubscriptionRequest = /* @__PURE__ */ __name((input, context) => {
26343
26830
  const entries = {};
26344
26831
  if (input[_S] != null) {
@@ -26949,6 +27436,16 @@ var se_EnableAddressTransferRequest = /* @__PURE__ */ __name((input, context) =>
26949
27436
  }
26950
27437
  return entries;
26951
27438
  }, "se_EnableAddressTransferRequest");
27439
+ var se_EnableAllowedImagesSettingsRequest = /* @__PURE__ */ __name((input, context) => {
27440
+ const entries = {};
27441
+ if (input[_AISS] != null) {
27442
+ entries[_AISS] = input[_AISS];
27443
+ }
27444
+ if (input[_DRr] != null) {
27445
+ entries[_DRr] = input[_DRr];
27446
+ }
27447
+ return entries;
27448
+ }, "se_EnableAllowedImagesSettingsRequest");
26952
27449
  var se_EnableAwsNetworkPerformanceMetricSubscriptionRequest = /* @__PURE__ */ __name((input, context) => {
26953
27450
  const entries = {};
26954
27451
  if (input[_S] != null) {
@@ -27364,6 +27861,16 @@ var se_ExportTransitGatewayRoutesRequest = /* @__PURE__ */ __name((input, contex
27364
27861
  }
27365
27862
  return entries;
27366
27863
  }, "se_ExportTransitGatewayRoutesRequest");
27864
+ var se_ExportVerifiedAccessInstanceClientConfigurationRequest = /* @__PURE__ */ __name((input, context) => {
27865
+ const entries = {};
27866
+ if (input[_VAII] != null) {
27867
+ entries[_VAII] = input[_VAII];
27868
+ }
27869
+ if (input[_DRr] != null) {
27870
+ entries[_DRr] = input[_DRr];
27871
+ }
27872
+ return entries;
27873
+ }, "se_ExportVerifiedAccessInstanceClientConfigurationRequest");
27367
27874
  var se_FastLaunchImageIdList = /* @__PURE__ */ __name((input, context) => {
27368
27875
  const entries = {};
27369
27876
  let counter = 1;
@@ -27617,6 +28124,13 @@ var se_FpgaImageIdList = /* @__PURE__ */ __name((input, context) => {
27617
28124
  }
27618
28125
  return entries;
27619
28126
  }, "se_FpgaImageIdList");
28127
+ var se_GetAllowedImagesSettingsRequest = /* @__PURE__ */ __name((input, context) => {
28128
+ const entries = {};
28129
+ if (input[_DRr] != null) {
28130
+ entries[_DRr] = input[_DRr];
28131
+ }
28132
+ return entries;
28133
+ }, "se_GetAllowedImagesSettingsRequest");
27620
28134
  var se_GetAssociatedEnclaveCertificateIamRolesRequest = /* @__PURE__ */ __name((input, context) => {
27621
28135
  const entries = {};
27622
28136
  if (input[_CA] != null) {
@@ -27734,6 +28248,16 @@ var se_GetConsoleScreenshotRequest = /* @__PURE__ */ __name((input, context) =>
27734
28248
  }
27735
28249
  return entries;
27736
28250
  }, "se_GetConsoleScreenshotRequest");
28251
+ var se_GetDeclarativePoliciesReportSummaryRequest = /* @__PURE__ */ __name((input, context) => {
28252
+ const entries = {};
28253
+ if (input[_DRr] != null) {
28254
+ entries[_DRr] = input[_DRr];
28255
+ }
28256
+ if (input[_RIep] != null) {
28257
+ entries[_RIep] = input[_RIep];
28258
+ }
28259
+ return entries;
28260
+ }, "se_GetDeclarativePoliciesReportSummaryRequest");
27737
28261
  var se_GetDefaultCreditSpecificationRequest = /* @__PURE__ */ __name((input, context) => {
27738
28262
  const entries = {};
27739
28263
  if (input[_DRr] != null) {
@@ -28074,8 +28598,8 @@ var se_GetIpamResourceCidrsRequest = /* @__PURE__ */ __name((input, context) =>
28074
28598
  entries[loc] = value;
28075
28599
  });
28076
28600
  }
28077
- if (input[_RO] != null) {
28078
- entries[_RO] = input[_RO];
28601
+ if (input[_ROe] != null) {
28602
+ entries[_ROe] = input[_ROe];
28079
28603
  }
28080
28604
  return entries;
28081
28605
  }, "se_GetIpamResourceCidrsRequest");
@@ -28455,6 +28979,22 @@ var se_GetVerifiedAccessEndpointPolicyRequest = /* @__PURE__ */ __name((input, c
28455
28979
  }
28456
28980
  return entries;
28457
28981
  }, "se_GetVerifiedAccessEndpointPolicyRequest");
28982
+ var se_GetVerifiedAccessEndpointTargetsRequest = /* @__PURE__ */ __name((input, context) => {
28983
+ const entries = {};
28984
+ if (input[_VAEI] != null) {
28985
+ entries[_VAEI] = input[_VAEI];
28986
+ }
28987
+ if (input[_MR] != null) {
28988
+ entries[_MR] = input[_MR];
28989
+ }
28990
+ if (input[_NT] != null) {
28991
+ entries[_NT] = input[_NT];
28992
+ }
28993
+ if (input[_DRr] != null) {
28994
+ entries[_DRr] = input[_DRr];
28995
+ }
28996
+ return entries;
28997
+ }, "se_GetVerifiedAccessEndpointTargetsRequest");
28458
28998
  var se_GetVerifiedAccessGroupPolicyRequest = /* @__PURE__ */ __name((input, context) => {
28459
28999
  const entries = {};
28460
29000
  if (input[_VAGI] != null) {
@@ -28629,6 +29169,32 @@ var se_IKEVersionsRequestListValue = /* @__PURE__ */ __name((input, context) =>
28629
29169
  }
28630
29170
  return entries;
28631
29171
  }, "se_IKEVersionsRequestListValue");
29172
+ var se_ImageCriterionRequest = /* @__PURE__ */ __name((input, context) => {
29173
+ const entries = {};
29174
+ if (input[_IPm] != null) {
29175
+ const memberEntries = se_ImageProviderRequestList(input[_IPm], context);
29176
+ Object.entries(memberEntries).forEach(([key, value]) => {
29177
+ const loc = `ImageProvider.${key.substring(key.indexOf(".") + 1)}`;
29178
+ entries[loc] = value;
29179
+ });
29180
+ }
29181
+ return entries;
29182
+ }, "se_ImageCriterionRequest");
29183
+ var se_ImageCriterionRequestList = /* @__PURE__ */ __name((input, context) => {
29184
+ const entries = {};
29185
+ let counter = 1;
29186
+ for (const entry of input) {
29187
+ if (entry === null) {
29188
+ continue;
29189
+ }
29190
+ const memberEntries = se_ImageCriterionRequest(entry, context);
29191
+ Object.entries(memberEntries).forEach(([key, value]) => {
29192
+ entries[`ImageCriterion.${counter}.${key}`] = value;
29193
+ });
29194
+ counter++;
29195
+ }
29196
+ return entries;
29197
+ }, "se_ImageCriterionRequestList");
28632
29198
  var se_ImageDiskContainer = /* @__PURE__ */ __name((input, context) => {
28633
29199
  const entries = {};
28634
29200
  if (input[_De] != null) {
@@ -28694,6 +29260,18 @@ var se_ImageIdStringList = /* @__PURE__ */ __name((input, context) => {
28694
29260
  }
28695
29261
  return entries;
28696
29262
  }, "se_ImageIdStringList");
29263
+ var se_ImageProviderRequestList = /* @__PURE__ */ __name((input, context) => {
29264
+ const entries = {};
29265
+ let counter = 1;
29266
+ for (const entry of input) {
29267
+ if (entry === null) {
29268
+ continue;
29269
+ }
29270
+ entries[`Item.${counter}`] = entry;
29271
+ counter++;
29272
+ }
29273
+ return entries;
29274
+ }, "se_ImageProviderRequestList");
28697
29275
  var se_ImportClientVpnClientCertificateRevocationListRequest = /* @__PURE__ */ __name((input, context) => {
28698
29276
  const entries = {};
28699
29277
  if (input[_CVEI] != null) {
@@ -29840,8 +30418,8 @@ var se_IpamPoolSourceResourceRequest = /* @__PURE__ */ __name((input, context) =
29840
30418
  if (input[_RRe] != null) {
29841
30419
  entries[_RRe] = input[_RRe];
29842
30420
  }
29843
- if (input[_RO] != null) {
29844
- entries[_RO] = input[_RO];
30421
+ if (input[_ROe] != null) {
30422
+ entries[_ROe] = input[_ROe];
29845
30423
  }
29846
30424
  return entries;
29847
30425
  }, "se_IpamPoolSourceResourceRequest");
@@ -31790,8 +32368,8 @@ var se_ModifyManagedPrefixListRequest = /* @__PURE__ */ __name((input, context)
31790
32368
  entries[loc] = value;
31791
32369
  });
31792
32370
  }
31793
- if (input[_RE] != null) {
31794
- const memberEntries = se_RemovePrefixListEntries(input[_RE], context);
32371
+ if (input[_REe] != null) {
32372
+ const memberEntries = se_RemovePrefixListEntries(input[_REe], context);
31795
32373
  Object.entries(memberEntries).forEach(([key, value]) => {
31796
32374
  const loc = `RemoveEntry.${key.substring(key.indexOf(".") + 1)}`;
31797
32375
  entries[loc] = value;
@@ -32300,6 +32878,17 @@ var se_ModifyTransitGatewayVpcAttachmentRequestOptions = /* @__PURE__ */ __name(
32300
32878
  }
32301
32879
  return entries;
32302
32880
  }, "se_ModifyTransitGatewayVpcAttachmentRequestOptions");
32881
+ var se_ModifyVerifiedAccessEndpointCidrOptions = /* @__PURE__ */ __name((input, context) => {
32882
+ const entries = {};
32883
+ if (input[_PRo] != null) {
32884
+ const memberEntries = se_ModifyVerifiedAccessEndpointPortRangeList(input[_PRo], context);
32885
+ Object.entries(memberEntries).forEach(([key, value]) => {
32886
+ const loc = `PortRange.${key.substring(key.indexOf(".") + 1)}`;
32887
+ entries[loc] = value;
32888
+ });
32889
+ }
32890
+ return entries;
32891
+ }, "se_ModifyVerifiedAccessEndpointCidrOptions");
32303
32892
  var se_ModifyVerifiedAccessEndpointEniOptions = /* @__PURE__ */ __name((input, context) => {
32304
32893
  const entries = {};
32305
32894
  if (input[_P] != null) {
@@ -32308,6 +32897,13 @@ var se_ModifyVerifiedAccessEndpointEniOptions = /* @__PURE__ */ __name((input, c
32308
32897
  if (input[_Po] != null) {
32309
32898
  entries[_Po] = input[_Po];
32310
32899
  }
32900
+ if (input[_PRo] != null) {
32901
+ const memberEntries = se_ModifyVerifiedAccessEndpointPortRangeList(input[_PRo], context);
32902
+ Object.entries(memberEntries).forEach(([key, value]) => {
32903
+ const loc = `PortRange.${key.substring(key.indexOf(".") + 1)}`;
32904
+ entries[loc] = value;
32905
+ });
32906
+ }
32311
32907
  return entries;
32312
32908
  }, "se_ModifyVerifiedAccessEndpointEniOptions");
32313
32909
  var se_ModifyVerifiedAccessEndpointLoadBalancerOptions = /* @__PURE__ */ __name((input, context) => {
@@ -32325,6 +32921,13 @@ var se_ModifyVerifiedAccessEndpointLoadBalancerOptions = /* @__PURE__ */ __name(
32325
32921
  if (input[_Po] != null) {
32326
32922
  entries[_Po] = input[_Po];
32327
32923
  }
32924
+ if (input[_PRo] != null) {
32925
+ const memberEntries = se_ModifyVerifiedAccessEndpointPortRangeList(input[_PRo], context);
32926
+ Object.entries(memberEntries).forEach(([key, value]) => {
32927
+ const loc = `PortRange.${key.substring(key.indexOf(".") + 1)}`;
32928
+ entries[loc] = value;
32929
+ });
32930
+ }
32328
32931
  return entries;
32329
32932
  }, "se_ModifyVerifiedAccessEndpointLoadBalancerOptions");
32330
32933
  var se_ModifyVerifiedAccessEndpointPolicyRequest = /* @__PURE__ */ __name((input, context) => {
@@ -32356,6 +32959,48 @@ var se_ModifyVerifiedAccessEndpointPolicyRequest = /* @__PURE__ */ __name((input
32356
32959
  }
32357
32960
  return entries;
32358
32961
  }, "se_ModifyVerifiedAccessEndpointPolicyRequest");
32962
+ var se_ModifyVerifiedAccessEndpointPortRange = /* @__PURE__ */ __name((input, context) => {
32963
+ const entries = {};
32964
+ if (input[_FP] != null) {
32965
+ entries[_FP] = input[_FP];
32966
+ }
32967
+ if (input[_TP] != null) {
32968
+ entries[_TP] = input[_TP];
32969
+ }
32970
+ return entries;
32971
+ }, "se_ModifyVerifiedAccessEndpointPortRange");
32972
+ var se_ModifyVerifiedAccessEndpointPortRangeList = /* @__PURE__ */ __name((input, context) => {
32973
+ const entries = {};
32974
+ let counter = 1;
32975
+ for (const entry of input) {
32976
+ if (entry === null) {
32977
+ continue;
32978
+ }
32979
+ const memberEntries = se_ModifyVerifiedAccessEndpointPortRange(entry, context);
32980
+ Object.entries(memberEntries).forEach(([key, value]) => {
32981
+ entries[`Item.${counter}.${key}`] = value;
32982
+ });
32983
+ counter++;
32984
+ }
32985
+ return entries;
32986
+ }, "se_ModifyVerifiedAccessEndpointPortRangeList");
32987
+ var se_ModifyVerifiedAccessEndpointRdsOptions = /* @__PURE__ */ __name((input, context) => {
32988
+ const entries = {};
32989
+ if (input[_SIu] != null) {
32990
+ const memberEntries = se_ModifyVerifiedAccessEndpointSubnetIdList(input[_SIu], context);
32991
+ Object.entries(memberEntries).forEach(([key, value]) => {
32992
+ const loc = `SubnetId.${key.substring(key.indexOf(".") + 1)}`;
32993
+ entries[loc] = value;
32994
+ });
32995
+ }
32996
+ if (input[_Po] != null) {
32997
+ entries[_Po] = input[_Po];
32998
+ }
32999
+ if (input[_RE] != null) {
33000
+ entries[_RE] = input[_RE];
33001
+ }
33002
+ return entries;
33003
+ }, "se_ModifyVerifiedAccessEndpointRdsOptions");
32359
33004
  var se_ModifyVerifiedAccessEndpointRequest = /* @__PURE__ */ __name((input, context) => {
32360
33005
  const entries = {};
32361
33006
  if (input[_VAEI] != null) {
@@ -32390,6 +33035,20 @@ var se_ModifyVerifiedAccessEndpointRequest = /* @__PURE__ */ __name((input, cont
32390
33035
  if (input[_DRr] != null) {
32391
33036
  entries[_DRr] = input[_DRr];
32392
33037
  }
33038
+ if (input[_RO] != null) {
33039
+ const memberEntries = se_ModifyVerifiedAccessEndpointRdsOptions(input[_RO], context);
33040
+ Object.entries(memberEntries).forEach(([key, value]) => {
33041
+ const loc = `RdsOptions.${key}`;
33042
+ entries[loc] = value;
33043
+ });
33044
+ }
33045
+ if (input[_CO] != null) {
33046
+ const memberEntries = se_ModifyVerifiedAccessEndpointCidrOptions(input[_CO], context);
33047
+ Object.entries(memberEntries).forEach(([key, value]) => {
33048
+ const loc = `CidrOptions.${key}`;
33049
+ entries[loc] = value;
33050
+ });
33051
+ }
32393
33052
  return entries;
32394
33053
  }, "se_ModifyVerifiedAccessEndpointRequest");
32395
33054
  var se_ModifyVerifiedAccessEndpointSubnetIdList = /* @__PURE__ */ __name((input, context) => {
@@ -32495,8 +33154,39 @@ var se_ModifyVerifiedAccessInstanceRequest = /* @__PURE__ */ __name((input, cont
32495
33154
  if (input[_CTl] != null) {
32496
33155
  entries[_CTl] = input[_CTl];
32497
33156
  }
33157
+ if (input[_CECSD] != null) {
33158
+ entries[_CECSD] = input[_CECSD];
33159
+ }
32498
33160
  return entries;
32499
33161
  }, "se_ModifyVerifiedAccessInstanceRequest");
33162
+ var se_ModifyVerifiedAccessNativeApplicationOidcOptions = /* @__PURE__ */ __name((input, context) => {
33163
+ const entries = {};
33164
+ if (input[_PSKE] != null) {
33165
+ entries[_PSKE] = input[_PSKE];
33166
+ }
33167
+ if (input[_I] != null) {
33168
+ entries[_I] = input[_I];
33169
+ }
33170
+ if (input[_AE] != null) {
33171
+ entries[_AE] = input[_AE];
33172
+ }
33173
+ if (input[_TEo] != null) {
33174
+ entries[_TEo] = input[_TEo];
33175
+ }
33176
+ if (input[_UIE] != null) {
33177
+ entries[_UIE] = input[_UIE];
33178
+ }
33179
+ if (input[_CIl] != null) {
33180
+ entries[_CIl] = input[_CIl];
33181
+ }
33182
+ if (input[_CSl] != null) {
33183
+ entries[_CSl] = input[_CSl];
33184
+ }
33185
+ if (input[_Sc] != null) {
33186
+ entries[_Sc] = input[_Sc];
33187
+ }
33188
+ return entries;
33189
+ }, "se_ModifyVerifiedAccessNativeApplicationOidcOptions");
32500
33190
  var se_ModifyVerifiedAccessTrustProviderDeviceOptions = /* @__PURE__ */ __name((input, context) => {
32501
33191
  const entries = {};
32502
33192
  if (input[_PSKU] != null) {
@@ -32567,6 +33257,13 @@ var se_ModifyVerifiedAccessTrustProviderRequest = /* @__PURE__ */ __name((input,
32567
33257
  entries[loc] = value;
32568
33258
  });
32569
33259
  }
33260
+ if (input[_NAOO] != null) {
33261
+ const memberEntries = se_ModifyVerifiedAccessNativeApplicationOidcOptions(input[_NAOO], context);
33262
+ Object.entries(memberEntries).forEach(([key, value]) => {
33263
+ const loc = `NativeApplicationOidcOptions.${key}`;
33264
+ entries[loc] = value;
33265
+ });
33266
+ }
32570
33267
  return entries;
32571
33268
  }, "se_ModifyVerifiedAccessTrustProviderRequest");
32572
33269
  var se_ModifyVolumeAttributeRequest = /* @__PURE__ */ __name((input, context) => {
@@ -34568,6 +35265,20 @@ var se_ReplaceIamInstanceProfileAssociationRequest = /* @__PURE__ */ __name((inp
34568
35265
  }
34569
35266
  return entries;
34570
35267
  }, "se_ReplaceIamInstanceProfileAssociationRequest");
35268
+ var se_ReplaceImageCriteriaInAllowedImagesSettingsRequest = /* @__PURE__ */ __name((input, context) => {
35269
+ const entries = {};
35270
+ if (input[_ICm] != null) {
35271
+ const memberEntries = se_ImageCriterionRequestList(input[_ICm], context);
35272
+ Object.entries(memberEntries).forEach(([key, value]) => {
35273
+ const loc = `ImageCriterion.${key.substring(key.indexOf(".") + 1)}`;
35274
+ entries[loc] = value;
35275
+ });
35276
+ }
35277
+ if (input[_DRr] != null) {
35278
+ entries[_DRr] = input[_DRr];
35279
+ }
35280
+ return entries;
35281
+ }, "se_ReplaceImageCriteriaInAllowedImagesSettingsRequest");
34571
35282
  var se_ReplaceNetworkAclAssociationRequest = /* @__PURE__ */ __name((input, context) => {
34572
35283
  const entries = {};
34573
35284
  if (input[_DRr] != null) {
@@ -34955,8 +35666,8 @@ var se_RequestLaunchTemplateData = /* @__PURE__ */ __name((input, context) => {
34955
35666
  entries[loc] = value;
34956
35667
  });
34957
35668
  }
34958
- if (input[_CO] != null) {
34959
- const memberEntries = se_LaunchTemplateCpuOptionsRequest(input[_CO], context);
35669
+ if (input[_COp] != null) {
35670
+ const memberEntries = se_LaunchTemplateCpuOptionsRequest(input[_COp], context);
34960
35671
  Object.entries(memberEntries).forEach(([key, value]) => {
34961
35672
  const loc = `CpuOptions.${key}`;
34962
35673
  entries[loc] = value;
@@ -35773,8 +36484,8 @@ var se_RunInstancesRequest = /* @__PURE__ */ __name((input, context) => {
35773
36484
  entries[loc] = value;
35774
36485
  });
35775
36486
  }
35776
- if (input[_CO] != null) {
35777
- const memberEntries = se_CpuOptionsRequest(input[_CO], context);
36487
+ if (input[_COp] != null) {
36488
+ const memberEntries = se_CpuOptionsRequest(input[_COp], context);
35778
36489
  Object.entries(memberEntries).forEach(([key, value]) => {
35779
36490
  const loc = `CpuOptions.${key}`;
35780
36491
  entries[loc] = value;
@@ -36862,6 +37573,29 @@ var se_SpotPlacement = /* @__PURE__ */ __name((input, context) => {
36862
37573
  }
36863
37574
  return entries;
36864
37575
  }, "se_SpotPlacement");
37576
+ var se_StartDeclarativePoliciesReportRequest = /* @__PURE__ */ __name((input, context) => {
37577
+ const entries = {};
37578
+ if (input[_DRr] != null) {
37579
+ entries[_DRr] = input[_DRr];
37580
+ }
37581
+ if (input[_SB] != null) {
37582
+ entries[_SB] = input[_SB];
37583
+ }
37584
+ if (input[_SP] != null) {
37585
+ entries[_SP] = input[_SP];
37586
+ }
37587
+ if (input[_TIa] != null) {
37588
+ entries[_TIa] = input[_TIa];
37589
+ }
37590
+ if (input[_TS] != null) {
37591
+ const memberEntries = se_TagSpecificationList(input[_TS], context);
37592
+ Object.entries(memberEntries).forEach(([key, value]) => {
37593
+ const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
37594
+ entries[loc] = value;
37595
+ });
37596
+ }
37597
+ return entries;
37598
+ }, "se_StartDeclarativePoliciesReportRequest");
36865
37599
  var se_StartInstancesRequest = /* @__PURE__ */ __name((input, context) => {
36866
37600
  const entries = {};
36867
37601
  if (input[_IIns] != null) {
@@ -39209,6 +39943,32 @@ var de_AttributeBooleanValue = /* @__PURE__ */ __name((output, context) => {
39209
39943
  }
39210
39944
  return contents;
39211
39945
  }, "de_AttributeBooleanValue");
39946
+ var de_AttributeSummary = /* @__PURE__ */ __name((output, context) => {
39947
+ const contents = {};
39948
+ if (output[_aN] != null) {
39949
+ contents[_ANt] = (0, import_smithy_client.expectString)(output[_aN]);
39950
+ }
39951
+ if (output[_mFV] != null) {
39952
+ contents[_MFV] = (0, import_smithy_client.expectString)(output[_mFV]);
39953
+ }
39954
+ if (output[_nOMA] != null) {
39955
+ contents[_NOMA] = (0, import_smithy_client.strictParseInt32)(output[_nOMA]);
39956
+ }
39957
+ if (output[_nOUA] != null) {
39958
+ contents[_NOUA] = (0, import_smithy_client.strictParseInt32)(output[_nOUA]);
39959
+ }
39960
+ if (output.regionalSummarySet === "") {
39961
+ contents[_RSeg] = [];
39962
+ } else if (output[_rSS] != null && output[_rSS][_i] != null) {
39963
+ contents[_RSeg] = de_RegionalSummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_rSS][_i]), context);
39964
+ }
39965
+ return contents;
39966
+ }, "de_AttributeSummary");
39967
+ var de_AttributeSummaryList = /* @__PURE__ */ __name((output, context) => {
39968
+ return (output || []).filter((e) => e != null).map((entry) => {
39969
+ return de_AttributeSummary(entry, context);
39970
+ });
39971
+ }, "de_AttributeSummaryList");
39212
39972
  var de_AttributeValue = /* @__PURE__ */ __name((output, context) => {
39213
39973
  const contents = {};
39214
39974
  if (output[_v] != null) {
@@ -39541,6 +40301,13 @@ var de_CancelCapacityReservationResult = /* @__PURE__ */ __name((output, context
39541
40301
  }
39542
40302
  return contents;
39543
40303
  }, "de_CancelCapacityReservationResult");
40304
+ var de_CancelDeclarativePoliciesReportResult = /* @__PURE__ */ __name((output, context) => {
40305
+ const contents = {};
40306
+ if (output[_r] != null) {
40307
+ contents[_Ret] = (0, import_smithy_client.parseBoolean)(output[_r]);
40308
+ }
40309
+ return contents;
40310
+ }, "de_CancelDeclarativePoliciesReportResult");
39544
40311
  var de_CancelImageLaunchPermissionResult = /* @__PURE__ */ __name((output, context) => {
39545
40312
  const contents = {};
39546
40313
  if (output[_r] != null) {
@@ -41529,6 +42296,41 @@ var de_DataResponses = /* @__PURE__ */ __name((output, context) => {
41529
42296
  return de_DataResponse(entry, context);
41530
42297
  });
41531
42298
  }, "de_DataResponses");
42299
+ var de_DeclarativePoliciesReport = /* @__PURE__ */ __name((output, context) => {
42300
+ const contents = {};
42301
+ if (output[_rI] != null) {
42302
+ contents[_RIep] = (0, import_smithy_client.expectString)(output[_rI]);
42303
+ }
42304
+ if (output[_sB] != null) {
42305
+ contents[_SB] = (0, import_smithy_client.expectString)(output[_sB]);
42306
+ }
42307
+ if (output[_sP] != null) {
42308
+ contents[_SP] = (0, import_smithy_client.expectString)(output[_sP]);
42309
+ }
42310
+ if (output[_tI] != null) {
42311
+ contents[_TIa] = (0, import_smithy_client.expectString)(output[_tI]);
42312
+ }
42313
+ if (output[_sT] != null) {
42314
+ contents[_STt] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sT]));
42315
+ }
42316
+ if (output[_eTn] != null) {
42317
+ contents[_ETn] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eTn]));
42318
+ }
42319
+ if (output[_sta] != null) {
42320
+ contents[_Statu] = (0, import_smithy_client.expectString)(output[_sta]);
42321
+ }
42322
+ if (output.tagSet === "") {
42323
+ contents[_Ta] = [];
42324
+ } else if (output[_tS] != null && output[_tS][_i] != null) {
42325
+ contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
42326
+ }
42327
+ return contents;
42328
+ }, "de_DeclarativePoliciesReport");
42329
+ var de_DeclarativePoliciesReportList = /* @__PURE__ */ __name((output, context) => {
42330
+ return (output || []).filter((e) => e != null).map((entry) => {
42331
+ return de_DeclarativePoliciesReport(entry, context);
42332
+ });
42333
+ }, "de_DeclarativePoliciesReportList");
41532
42334
  var de_DedicatedHostIdList = /* @__PURE__ */ __name((output, context) => {
41533
42335
  return (output || []).filter((e) => e != null).map((entry) => {
41534
42336
  return (0, import_smithy_client.expectString)(entry);
@@ -41727,7 +42529,7 @@ var de_DeleteLaunchTemplateVersionsResponseErrorItem = /* @__PURE__ */ __name((o
41727
42529
  contents[_VNe] = (0, import_smithy_client.strictParseLong)(output[_vNe]);
41728
42530
  }
41729
42531
  if (output[_rE] != null) {
41730
- contents[_REe] = de_ResponseError(output[_rE], context);
42532
+ contents[_REes] = de_ResponseError(output[_rE], context);
41731
42533
  }
41732
42534
  return contents;
41733
42535
  }, "de_DeleteLaunchTemplateVersionsResponseErrorItem");
@@ -42409,6 +43211,18 @@ var de_DescribeCustomerGatewaysResult = /* @__PURE__ */ __name((output, context)
42409
43211
  }
42410
43212
  return contents;
42411
43213
  }, "de_DescribeCustomerGatewaysResult");
43214
+ var de_DescribeDeclarativePoliciesReportsResult = /* @__PURE__ */ __name((output, context) => {
43215
+ const contents = {};
43216
+ if (output[_nTe] != null) {
43217
+ contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
43218
+ }
43219
+ if (output.reportSet === "") {
43220
+ contents[_Rep] = [];
43221
+ } else if (output[_rSe] != null && output[_rSe][_i] != null) {
43222
+ contents[_Rep] = de_DeclarativePoliciesReportList((0, import_smithy_client.getArrayIfSingleItem)(output[_rSe][_i]), context);
43223
+ }
43224
+ return contents;
43225
+ }, "de_DescribeDeclarativePoliciesReportsResult");
42412
43226
  var de_DescribeDhcpOptionsResult = /* @__PURE__ */ __name((output, context) => {
42413
43227
  const contents = {};
42414
43228
  if (output[_nTe] != null) {
@@ -42549,14 +43363,14 @@ var de_DescribeFastSnapshotRestoreSuccessItem = /* @__PURE__ */ __name((output,
42549
43363
  if (output[_oAw] != null) {
42550
43364
  contents[_OAw] = (0, import_smithy_client.expectString)(output[_oAw]);
42551
43365
  }
42552
- if (output[_eTn] != null) {
42553
- contents[_ETna] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eTn]));
43366
+ if (output[_eTna] != null) {
43367
+ contents[_ETna] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eTna]));
42554
43368
  }
42555
43369
  if (output[_oT] != null) {
42556
43370
  contents[_OTpt] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_oT]));
42557
43371
  }
42558
- if (output[_eTna] != null) {
42559
- contents[_ETnab] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eTna]));
43372
+ if (output[_eTnab] != null) {
43373
+ contents[_ETnab] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eTnab]));
42560
43374
  }
42561
43375
  if (output[_dTi] != null) {
42562
43376
  contents[_DTi] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_dTi]));
@@ -42861,8 +43675,8 @@ var de_DescribeInstancesResult = /* @__PURE__ */ __name((output, context) => {
42861
43675
  }
42862
43676
  if (output.reservationSet === "") {
42863
43677
  contents[_Rese] = [];
42864
- } else if (output[_rSe] != null && output[_rSe][_i] != null) {
42865
- contents[_Rese] = de_ReservationList((0, import_smithy_client.getArrayIfSingleItem)(output[_rSe][_i]), context);
43678
+ } else if (output[_rSes] != null && output[_rSes][_i] != null) {
43679
+ contents[_Rese] = de_ReservationList((0, import_smithy_client.getArrayIfSingleItem)(output[_rSes][_i]), context);
42866
43680
  }
42867
43681
  return contents;
42868
43682
  }, "de_DescribeInstancesResult");
@@ -43353,8 +44167,8 @@ var de_DescribeRegionsResult = /* @__PURE__ */ __name((output, context) => {
43353
44167
  const contents = {};
43354
44168
  if (output.regionInfo === "") {
43355
44169
  contents[_Reg] = [];
43356
- } else if (output[_rI] != null && output[_rI][_i] != null) {
43357
- contents[_Reg] = de_RegionList((0, import_smithy_client.getArrayIfSingleItem)(output[_rI][_i]), context);
44170
+ } else if (output[_rIe] != null && output[_rIe][_i] != null) {
44171
+ contents[_Reg] = de_RegionList((0, import_smithy_client.getArrayIfSingleItem)(output[_rIe][_i]), context);
43358
44172
  }
43359
44173
  return contents;
43360
44174
  }, "de_DescribeRegionsResult");
@@ -44014,6 +44828,18 @@ var de_DescribeVpcClassicLinkResult = /* @__PURE__ */ __name((output, context) =
44014
44828
  }
44015
44829
  return contents;
44016
44830
  }, "de_DescribeVpcClassicLinkResult");
44831
+ var de_DescribeVpcEndpointAssociationsResult = /* @__PURE__ */ __name((output, context) => {
44832
+ const contents = {};
44833
+ if (output.vpcEndpointAssociationSet === "") {
44834
+ contents[_VEA] = [];
44835
+ } else if (output[_vEAS] != null && output[_vEAS][_i] != null) {
44836
+ contents[_VEA] = de_VpcEndpointAssociationSet((0, import_smithy_client.getArrayIfSingleItem)(output[_vEAS][_i]), context);
44837
+ }
44838
+ if (output[_nTe] != null) {
44839
+ contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
44840
+ }
44841
+ return contents;
44842
+ }, "de_DescribeVpcEndpointAssociationsResult");
44017
44843
  var de_DescribeVpcEndpointConnectionNotificationsResult = /* @__PURE__ */ __name((output, context) => {
44018
44844
  const contents = {};
44019
44845
  if (output.connectionNotificationSet === "") {
@@ -44165,14 +44991,19 @@ var de_DetachVerifiedAccessTrustProviderResult = /* @__PURE__ */ __name((output,
44165
44991
  }, "de_DetachVerifiedAccessTrustProviderResult");
44166
44992
  var de_DeviceOptions = /* @__PURE__ */ __name((output, context) => {
44167
44993
  const contents = {};
44168
- if (output[_tI] != null) {
44169
- contents[_TIe] = (0, import_smithy_client.expectString)(output[_tI]);
44994
+ if (output[_tIe] != null) {
44995
+ contents[_TIe] = (0, import_smithy_client.expectString)(output[_tIe]);
44170
44996
  }
44171
44997
  if (output[_pSKU] != null) {
44172
44998
  contents[_PSKU] = (0, import_smithy_client.expectString)(output[_pSKU]);
44173
44999
  }
44174
45000
  return contents;
44175
45001
  }, "de_DeviceOptions");
45002
+ var de_DeviceTrustProviderTypeList = /* @__PURE__ */ __name((output, context) => {
45003
+ return (output || []).filter((e) => e != null).map((entry) => {
45004
+ return (0, import_smithy_client.expectString)(entry);
45005
+ });
45006
+ }, "de_DeviceTrustProviderTypeList");
44176
45007
  var de_DhcpConfiguration = /* @__PURE__ */ __name((output, context) => {
44177
45008
  const contents = {};
44178
45009
  if (output[_k] != null) {
@@ -44234,6 +45065,13 @@ var de_DisableAddressTransferResult = /* @__PURE__ */ __name((output, context) =
44234
45065
  }
44235
45066
  return contents;
44236
45067
  }, "de_DisableAddressTransferResult");
45068
+ var de_DisableAllowedImagesSettingsResult = /* @__PURE__ */ __name((output, context) => {
45069
+ const contents = {};
45070
+ if (output[_aISS] != null) {
45071
+ contents[_AISS] = (0, import_smithy_client.expectString)(output[_aISS]);
45072
+ }
45073
+ return contents;
45074
+ }, "de_DisableAllowedImagesSettingsResult");
44237
45075
  var de_DisableAwsNetworkPerformanceMetricSubscriptionResult = /* @__PURE__ */ __name((output, context) => {
44238
45076
  const contents = {};
44239
45077
  if (output[_ou] != null) {
@@ -44355,14 +45193,14 @@ var de_DisableFastSnapshotRestoreSuccessItem = /* @__PURE__ */ __name((output, c
44355
45193
  if (output[_oAw] != null) {
44356
45194
  contents[_OAw] = (0, import_smithy_client.expectString)(output[_oAw]);
44357
45195
  }
44358
- if (output[_eTn] != null) {
44359
- contents[_ETna] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eTn]));
45196
+ if (output[_eTna] != null) {
45197
+ contents[_ETna] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eTna]));
44360
45198
  }
44361
45199
  if (output[_oT] != null) {
44362
45200
  contents[_OTpt] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_oT]));
44363
45201
  }
44364
- if (output[_eTna] != null) {
44365
- contents[_ETnab] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eTna]));
45202
+ if (output[_eTnab] != null) {
45203
+ contents[_ETnab] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eTnab]));
44366
45204
  }
44367
45205
  if (output[_dTi] != null) {
44368
45206
  contents[_DTi] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_dTi]));
@@ -44949,6 +45787,13 @@ var de_EnableAddressTransferResult = /* @__PURE__ */ __name((output, context) =>
44949
45787
  }
44950
45788
  return contents;
44951
45789
  }, "de_EnableAddressTransferResult");
45790
+ var de_EnableAllowedImagesSettingsResult = /* @__PURE__ */ __name((output, context) => {
45791
+ const contents = {};
45792
+ if (output[_aISS] != null) {
45793
+ contents[_AISS] = (0, import_smithy_client.expectString)(output[_aISS]);
45794
+ }
45795
+ return contents;
45796
+ }, "de_EnableAllowedImagesSettingsResult");
44952
45797
  var de_EnableAwsNetworkPerformanceMetricSubscriptionResult = /* @__PURE__ */ __name((output, context) => {
44953
45798
  const contents = {};
44954
45799
  if (output[_ou] != null) {
@@ -45070,14 +45915,14 @@ var de_EnableFastSnapshotRestoreSuccessItem = /* @__PURE__ */ __name((output, co
45070
45915
  if (output[_oAw] != null) {
45071
45916
  contents[_OAw] = (0, import_smithy_client.expectString)(output[_oAw]);
45072
45917
  }
45073
- if (output[_eTn] != null) {
45074
- contents[_ETna] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eTn]));
45918
+ if (output[_eTna] != null) {
45919
+ contents[_ETna] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eTna]));
45075
45920
  }
45076
45921
  if (output[_oT] != null) {
45077
45922
  contents[_OTpt] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_oT]));
45078
45923
  }
45079
- if (output[_eTna] != null) {
45080
- contents[_ETnab] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eTna]));
45924
+ if (output[_eTnab] != null) {
45925
+ contents[_ETnab] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eTnab]));
45081
45926
  }
45082
45927
  if (output[_dTi] != null) {
45083
45928
  contents[_DTi] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_dTi]));
@@ -45556,6 +46401,35 @@ var de_ExportTransitGatewayRoutesResult = /* @__PURE__ */ __name((output, contex
45556
46401
  }
45557
46402
  return contents;
45558
46403
  }, "de_ExportTransitGatewayRoutesResult");
46404
+ var de_ExportVerifiedAccessInstanceClientConfigurationResult = /* @__PURE__ */ __name((output, context) => {
46405
+ const contents = {};
46406
+ if (output[_ve] != null) {
46407
+ contents[_V] = (0, import_smithy_client.expectString)(output[_ve]);
46408
+ }
46409
+ if (output[_vAII] != null) {
46410
+ contents[_VAII] = (0, import_smithy_client.expectString)(output[_vAII]);
46411
+ }
46412
+ if (output[_re] != null) {
46413
+ contents[_Regi] = (0, import_smithy_client.expectString)(output[_re]);
46414
+ }
46415
+ if (output.deviceTrustProviderSet === "") {
46416
+ contents[_DTP] = [];
46417
+ } else if (output[_dTPS] != null && output[_dTPS][_i] != null) {
46418
+ contents[_DTP] = de_DeviceTrustProviderTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_dTPS][_i]), context);
46419
+ }
46420
+ if (output[_uTP] != null) {
46421
+ contents[_UTP] = de_VerifiedAccessInstanceUserTrustProviderClientConfiguration(output[_uTP], context);
46422
+ }
46423
+ if (output.openVpnConfigurationSet === "") {
46424
+ contents[_OVC] = [];
46425
+ } else if (output[_oVCS] != null && output[_oVCS][_i] != null) {
46426
+ contents[_OVC] = de_VerifiedAccessInstanceOpenVpnClientConfigurationList(
46427
+ (0, import_smithy_client.getArrayIfSingleItem)(output[_oVCS][_i]),
46428
+ context
46429
+ );
46430
+ }
46431
+ return contents;
46432
+ }, "de_ExportVerifiedAccessInstanceClientConfigurationResult");
45559
46433
  var de_FailedCapacityReservationFleetCancellationResult = /* @__PURE__ */ __name((output, context) => {
45560
46434
  const contents = {};
45561
46435
  if (output[_cRFI] != null) {
@@ -45931,8 +46805,8 @@ var de_FlowLog = /* @__PURE__ */ __name((output, context) => {
45931
46805
  if (output[_lGN] != null) {
45932
46806
  contents[_LGN] = (0, import_smithy_client.expectString)(output[_lGN]);
45933
46807
  }
45934
- if (output[_rIe] != null) {
45935
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
46808
+ if (output[_rIes] != null) {
46809
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
45936
46810
  }
45937
46811
  if (output[_tT] != null) {
45938
46812
  contents[_TT] = (0, import_smithy_client.expectString)(output[_tT]);
@@ -46100,6 +46974,21 @@ var de_FpgaInfo = /* @__PURE__ */ __name((output, context) => {
46100
46974
  }
46101
46975
  return contents;
46102
46976
  }, "de_FpgaInfo");
46977
+ var de_GetAllowedImagesSettingsResult = /* @__PURE__ */ __name((output, context) => {
46978
+ const contents = {};
46979
+ if (output[_st] != null) {
46980
+ contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
46981
+ }
46982
+ if (output.imageCriterionSet === "") {
46983
+ contents[_ICm] = [];
46984
+ } else if (output[_iCS] != null && output[_iCS][_i] != null) {
46985
+ contents[_ICm] = de_ImageCriterionList((0, import_smithy_client.getArrayIfSingleItem)(output[_iCS][_i]), context);
46986
+ }
46987
+ if (output[_mB] != null) {
46988
+ contents[_MB] = (0, import_smithy_client.expectString)(output[_mB]);
46989
+ }
46990
+ return contents;
46991
+ }, "de_GetAllowedImagesSettingsResult");
46103
46992
  var de_GetAssociatedEnclaveCertificateIamRolesResult = /* @__PURE__ */ __name((output, context) => {
46104
46993
  const contents = {};
46105
46994
  if (output.associatedRoleSet === "") {
@@ -46201,6 +47090,39 @@ var de_GetConsoleScreenshotResult = /* @__PURE__ */ __name((output, context) =>
46201
47090
  }
46202
47091
  return contents;
46203
47092
  }, "de_GetConsoleScreenshotResult");
47093
+ var de_GetDeclarativePoliciesReportSummaryResult = /* @__PURE__ */ __name((output, context) => {
47094
+ const contents = {};
47095
+ if (output[_rI] != null) {
47096
+ contents[_RIep] = (0, import_smithy_client.expectString)(output[_rI]);
47097
+ }
47098
+ if (output[_sB] != null) {
47099
+ contents[_SB] = (0, import_smithy_client.expectString)(output[_sB]);
47100
+ }
47101
+ if (output[_sP] != null) {
47102
+ contents[_SP] = (0, import_smithy_client.expectString)(output[_sP]);
47103
+ }
47104
+ if (output[_tI] != null) {
47105
+ contents[_TIa] = (0, import_smithy_client.expectString)(output[_tI]);
47106
+ }
47107
+ if (output[_sT] != null) {
47108
+ contents[_STt] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sT]));
47109
+ }
47110
+ if (output[_eTn] != null) {
47111
+ contents[_ETn] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eTn]));
47112
+ }
47113
+ if (output[_nOA] != null) {
47114
+ contents[_NOA] = (0, import_smithy_client.strictParseInt32)(output[_nOA]);
47115
+ }
47116
+ if (output[_nOFA] != null) {
47117
+ contents[_NOFA] = (0, import_smithy_client.strictParseInt32)(output[_nOFA]);
47118
+ }
47119
+ if (output.attributeSummarySet === "") {
47120
+ contents[_ASt] = [];
47121
+ } else if (output[_aSSt] != null && output[_aSSt][_i] != null) {
47122
+ contents[_ASt] = de_AttributeSummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_aSSt][_i]), context);
47123
+ }
47124
+ return contents;
47125
+ }, "de_GetDeclarativePoliciesReportSummaryResult");
46204
47126
  var de_GetDefaultCreditSpecificationResult = /* @__PURE__ */ __name((output, context) => {
46205
47127
  const contents = {};
46206
47128
  if (output[_iFCS] != null) {
@@ -46227,8 +47149,8 @@ var de_GetEbsEncryptionByDefaultResult = /* @__PURE__ */ __name((output, context
46227
47149
  }, "de_GetEbsEncryptionByDefaultResult");
46228
47150
  var de_GetFlowLogsIntegrationTemplateResult = /* @__PURE__ */ __name((output, context) => {
46229
47151
  const contents = {};
46230
- if (output[_re] != null) {
46231
- contents[_Resu] = (0, import_smithy_client.expectString)(output[_re]);
47152
+ if (output[_res] != null) {
47153
+ contents[_Resu] = (0, import_smithy_client.expectString)(output[_res]);
46232
47154
  }
46233
47155
  return contents;
46234
47156
  }, "de_GetFlowLogsIntegrationTemplateResult");
@@ -46267,6 +47189,9 @@ var de_GetImageBlockPublicAccessStateResult = /* @__PURE__ */ __name((output, co
46267
47189
  if (output[_iBPAS] != null) {
46268
47190
  contents[_IBPAS] = (0, import_smithy_client.expectString)(output[_iBPAS]);
46269
47191
  }
47192
+ if (output[_mB] != null) {
47193
+ contents[_MB] = (0, import_smithy_client.expectString)(output[_mB]);
47194
+ }
46270
47195
  return contents;
46271
47196
  }, "de_GetImageBlockPublicAccessStateResult");
46272
47197
  var de_GetInstanceMetadataDefaultsResult = /* @__PURE__ */ __name((output, context) => {
@@ -46525,6 +47450,9 @@ var de_GetSerialConsoleAccessStatusResult = /* @__PURE__ */ __name((output, cont
46525
47450
  if (output[_sCAE] != null) {
46526
47451
  contents[_SCAE] = (0, import_smithy_client.parseBoolean)(output[_sCAE]);
46527
47452
  }
47453
+ if (output[_mB] != null) {
47454
+ contents[_MB] = (0, import_smithy_client.expectString)(output[_mB]);
47455
+ }
46528
47456
  return contents;
46529
47457
  }, "de_GetSerialConsoleAccessStatusResult");
46530
47458
  var de_GetSnapshotBlockPublicAccessStateResult = /* @__PURE__ */ __name((output, context) => {
@@ -46532,6 +47460,9 @@ var de_GetSnapshotBlockPublicAccessStateResult = /* @__PURE__ */ __name((output,
46532
47460
  if (output[_st] != null) {
46533
47461
  contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
46534
47462
  }
47463
+ if (output[_mB] != null) {
47464
+ contents[_MB] = (0, import_smithy_client.expectString)(output[_mB]);
47465
+ }
46535
47466
  return contents;
46536
47467
  }, "de_GetSnapshotBlockPublicAccessStateResult");
46537
47468
  var de_GetSpotPlacementScoresResult = /* @__PURE__ */ __name((output, context) => {
@@ -46654,6 +47585,18 @@ var de_GetVerifiedAccessEndpointPolicyResult = /* @__PURE__ */ __name((output, c
46654
47585
  }
46655
47586
  return contents;
46656
47587
  }, "de_GetVerifiedAccessEndpointPolicyResult");
47588
+ var de_GetVerifiedAccessEndpointTargetsResult = /* @__PURE__ */ __name((output, context) => {
47589
+ const contents = {};
47590
+ if (output.verifiedAccessEndpointTargetSet === "") {
47591
+ contents[_VAET] = [];
47592
+ } else if (output[_vAETS] != null && output[_vAETS][_i] != null) {
47593
+ contents[_VAET] = de_VerifiedAccessEndpointTargetList((0, import_smithy_client.getArrayIfSingleItem)(output[_vAETS][_i]), context);
47594
+ }
47595
+ if (output[_nTe] != null) {
47596
+ contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
47597
+ }
47598
+ return contents;
47599
+ }, "de_GetVerifiedAccessEndpointTargetsResult");
46657
47600
  var de_GetVerifiedAccessGroupPolicyResult = /* @__PURE__ */ __name((output, context) => {
46658
47601
  const contents = {};
46659
47602
  if (output[_pE] != null) {
@@ -47067,8 +48010,8 @@ var de_IdFormat = /* @__PURE__ */ __name((output, context) => {
47067
48010
  if (output[_dea] != null) {
47068
48011
  contents[_Dea] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_dea]));
47069
48012
  }
47070
- if (output[_res] != null) {
47071
- contents[_Res] = (0, import_smithy_client.expectString)(output[_res]);
48013
+ if (output[_reso] != null) {
48014
+ contents[_Res] = (0, import_smithy_client.expectString)(output[_reso]);
47072
48015
  }
47073
48016
  if (output[_uLI] != null) {
47074
48017
  contents[_ULI] = (0, import_smithy_client.parseBoolean)(output[_uLI]);
@@ -47161,6 +48104,9 @@ var de_Image = /* @__PURE__ */ __name((output, context) => {
47161
48104
  if (output[_lLT] != null) {
47162
48105
  contents[_LLT] = (0, import_smithy_client.expectString)(output[_lLT]);
47163
48106
  }
48107
+ if (output[_iAm] != null) {
48108
+ contents[_IAm] = (0, import_smithy_client.parseBoolean)(output[_iAm]);
48109
+ }
47164
48110
  if (output[_sIIo] != null) {
47165
48111
  contents[_SII] = (0, import_smithy_client.expectString)(output[_sIIo]);
47166
48112
  }
@@ -47259,6 +48205,20 @@ var de_ImageAttribute = /* @__PURE__ */ __name((output, context) => {
47259
48205
  }
47260
48206
  return contents;
47261
48207
  }, "de_ImageAttribute");
48208
+ var de_ImageCriterion = /* @__PURE__ */ __name((output, context) => {
48209
+ const contents = {};
48210
+ if (output.imageProviderSet === "") {
48211
+ contents[_IPm] = [];
48212
+ } else if (output[_iPSm] != null && output[_iPSm][_i] != null) {
48213
+ contents[_IPm] = de_ImageProviderList((0, import_smithy_client.getArrayIfSingleItem)(output[_iPSm][_i]), context);
48214
+ }
48215
+ return contents;
48216
+ }, "de_ImageCriterion");
48217
+ var de_ImageCriterionList = /* @__PURE__ */ __name((output, context) => {
48218
+ return (output || []).filter((e) => e != null).map((entry) => {
48219
+ return de_ImageCriterion(entry, context);
48220
+ });
48221
+ }, "de_ImageCriterionList");
47262
48222
  var de_ImageList = /* @__PURE__ */ __name((output, context) => {
47263
48223
  return (output || []).filter((e) => e != null).map((entry) => {
47264
48224
  return de_Image(entry, context);
@@ -47287,11 +48247,19 @@ var de_ImageMetadata = /* @__PURE__ */ __name((output, context) => {
47287
48247
  if (output[_dTe] != null) {
47288
48248
  contents[_DTep] = (0, import_smithy_client.expectString)(output[_dTe]);
47289
48249
  }
48250
+ if (output[_iAm] != null) {
48251
+ contents[_IAm] = (0, import_smithy_client.parseBoolean)(output[_iAm]);
48252
+ }
47290
48253
  if (output[_iPs] != null) {
47291
48254
  contents[_IPs] = (0, import_smithy_client.parseBoolean)(output[_iPs]);
47292
48255
  }
47293
48256
  return contents;
47294
48257
  }, "de_ImageMetadata");
48258
+ var de_ImageProviderList = /* @__PURE__ */ __name((output, context) => {
48259
+ return (output || []).filter((e) => e != null).map((entry) => {
48260
+ return (0, import_smithy_client.expectString)(entry);
48261
+ });
48262
+ }, "de_ImageProviderList");
47295
48263
  var de_ImageRecycleBinInfo = /* @__PURE__ */ __name((output, context) => {
47296
48264
  const contents = {};
47297
48265
  if (output[_iIma] != null) {
@@ -47725,7 +48693,7 @@ var de_Instance = /* @__PURE__ */ __name((output, context) => {
47725
48693
  contents[_VTir] = (0, import_smithy_client.expectString)(output[_vTi]);
47726
48694
  }
47727
48695
  if (output[_cO] != null) {
47728
- contents[_CO] = de_CpuOptions(output[_cO], context);
48696
+ contents[_COp] = de_CpuOptions(output[_cO], context);
47729
48697
  }
47730
48698
  if (output[_cRI] != null) {
47731
48699
  contents[_CRI] = (0, import_smithy_client.expectString)(output[_cRI]);
@@ -48212,6 +49180,12 @@ var de_InstanceMetadataDefaultsResponse = /* @__PURE__ */ __name((output, contex
48212
49180
  if (output[_iMT] != null) {
48213
49181
  contents[_IMT] = (0, import_smithy_client.expectString)(output[_iMT]);
48214
49182
  }
49183
+ if (output[_mB] != null) {
49184
+ contents[_MB] = (0, import_smithy_client.expectString)(output[_mB]);
49185
+ }
49186
+ if (output[_mEM] != null) {
49187
+ contents[_MEM] = (0, import_smithy_client.expectString)(output[_mEM]);
49188
+ }
48215
49189
  return contents;
48216
49190
  }, "de_InstanceMetadataDefaultsResponse");
48217
49191
  var de_InstanceMetadataOptionsResponse = /* @__PURE__ */ __name((output, context) => {
@@ -49034,8 +50008,8 @@ var de_IpamAddressHistoryRecord = /* @__PURE__ */ __name((output, context) => {
49034
50008
  if (output[_rTe] != null) {
49035
50009
  contents[_RT] = (0, import_smithy_client.expectString)(output[_rTe]);
49036
50010
  }
49037
- if (output[_rIe] != null) {
49038
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
50011
+ if (output[_rIes] != null) {
50012
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
49039
50013
  }
49040
50014
  if (output[_rCe] != null) {
49041
50015
  contents[_RC] = (0, import_smithy_client.expectString)(output[_rCe]);
@@ -49168,8 +50142,8 @@ var de_IpamDiscoveredResourceCidr = /* @__PURE__ */ __name((output, context) =>
49168
50142
  if (output[_rR] != null) {
49169
50143
  contents[_RRe] = (0, import_smithy_client.expectString)(output[_rR]);
49170
50144
  }
49171
- if (output[_rIe] != null) {
49172
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
50145
+ if (output[_rIes] != null) {
50146
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
49173
50147
  }
49174
50148
  if (output[_rOI] != null) {
49175
50149
  contents[_ROI] = (0, import_smithy_client.expectString)(output[_rOI]);
@@ -49382,8 +50356,8 @@ var de_IpamPoolAllocation = /* @__PURE__ */ __name((output, context) => {
49382
50356
  if (output[_de] != null) {
49383
50357
  contents[_De] = (0, import_smithy_client.expectString)(output[_de]);
49384
50358
  }
49385
- if (output[_rIe] != null) {
49386
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
50359
+ if (output[_rIes] != null) {
50360
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
49387
50361
  }
49388
50362
  if (output[_rTe] != null) {
49389
50363
  contents[_RT] = (0, import_smithy_client.expectString)(output[_rTe]);
@@ -49392,7 +50366,7 @@ var de_IpamPoolAllocation = /* @__PURE__ */ __name((output, context) => {
49392
50366
  contents[_RRe] = (0, import_smithy_client.expectString)(output[_rR]);
49393
50367
  }
49394
50368
  if (output[_rO] != null) {
49395
- contents[_RO] = (0, import_smithy_client.expectString)(output[_rO]);
50369
+ contents[_ROe] = (0, import_smithy_client.expectString)(output[_rO]);
49396
50370
  }
49397
50371
  return contents;
49398
50372
  }, "de_IpamPoolAllocation");
@@ -49442,8 +50416,8 @@ var de_IpamPoolSet = /* @__PURE__ */ __name((output, context) => {
49442
50416
  }, "de_IpamPoolSet");
49443
50417
  var de_IpamPoolSourceResource = /* @__PURE__ */ __name((output, context) => {
49444
50418
  const contents = {};
49445
- if (output[_rIe] != null) {
49446
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
50419
+ if (output[_rIes] != null) {
50420
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
49447
50421
  }
49448
50422
  if (output[_rTe] != null) {
49449
50423
  contents[_RT] = (0, import_smithy_client.expectString)(output[_rTe]);
@@ -49452,7 +50426,7 @@ var de_IpamPoolSourceResource = /* @__PURE__ */ __name((output, context) => {
49452
50426
  contents[_RRe] = (0, import_smithy_client.expectString)(output[_rR]);
49453
50427
  }
49454
50428
  if (output[_rO] != null) {
49455
- contents[_RO] = (0, import_smithy_client.expectString)(output[_rO]);
50429
+ contents[_ROe] = (0, import_smithy_client.expectString)(output[_rO]);
49456
50430
  }
49457
50431
  return contents;
49458
50432
  }, "de_IpamPoolSourceResource");
@@ -49512,8 +50486,8 @@ var de_IpamResourceCidr = /* @__PURE__ */ __name((output, context) => {
49512
50486
  if (output[_rOI] != null) {
49513
50487
  contents[_ROI] = (0, import_smithy_client.expectString)(output[_rOI]);
49514
50488
  }
49515
- if (output[_rIe] != null) {
49516
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
50489
+ if (output[_rIes] != null) {
50490
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
49517
50491
  }
49518
50492
  if (output[_rNes] != null) {
49519
50493
  contents[_RNes] = (0, import_smithy_client.expectString)(output[_rNes]);
@@ -51686,6 +52660,31 @@ var de_NatGatewayList = /* @__PURE__ */ __name((output, context) => {
51686
52660
  return de_NatGateway(entry, context);
51687
52661
  });
51688
52662
  }, "de_NatGatewayList");
52663
+ var de_NativeApplicationOidcOptions = /* @__PURE__ */ __name((output, context) => {
52664
+ const contents = {};
52665
+ if (output[_pSKE] != null) {
52666
+ contents[_PSKE] = (0, import_smithy_client.expectString)(output[_pSKE]);
52667
+ }
52668
+ if (output[_is] != null) {
52669
+ contents[_I] = (0, import_smithy_client.expectString)(output[_is]);
52670
+ }
52671
+ if (output[_aE] != null) {
52672
+ contents[_AE] = (0, import_smithy_client.expectString)(output[_aE]);
52673
+ }
52674
+ if (output[_tEo] != null) {
52675
+ contents[_TEo] = (0, import_smithy_client.expectString)(output[_tEo]);
52676
+ }
52677
+ if (output[_uIE] != null) {
52678
+ contents[_UIE] = (0, import_smithy_client.expectString)(output[_uIE]);
52679
+ }
52680
+ if (output[_cIli] != null) {
52681
+ contents[_CIl] = (0, import_smithy_client.expectString)(output[_cIli]);
52682
+ }
52683
+ if (output[_sc] != null) {
52684
+ contents[_Sc] = (0, import_smithy_client.expectString)(output[_sc]);
52685
+ }
52686
+ return contents;
52687
+ }, "de_NativeApplicationOidcOptions");
51689
52688
  var de_NetworkAcl = /* @__PURE__ */ __name((output, context) => {
51690
52689
  const contents = {};
51691
52690
  if (output.associationSet === "") {
@@ -52578,8 +53577,8 @@ var de_PathStatement = /* @__PURE__ */ __name((output, context) => {
52578
53577
  if (output[_pHS] != null) {
52579
53578
  contents[_PHS] = de_PacketHeaderStatement(output[_pHS], context);
52580
53579
  }
52581
- if (output[_rSes] != null) {
52582
- contents[_RSe] = de_ResourceStatement(output[_rSes], context);
53580
+ if (output[_rSeso] != null) {
53581
+ contents[_RSe] = de_ResourceStatement(output[_rSeso], context);
52583
53582
  }
52584
53583
  return contents;
52585
53584
  }, "de_PathStatement");
@@ -52633,8 +53632,8 @@ var de_PeeringTgwInfo = /* @__PURE__ */ __name((output, context) => {
52633
53632
  if (output[_oI] != null) {
52634
53633
  contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
52635
53634
  }
52636
- if (output[_reg] != null) {
52637
- contents[_Regi] = (0, import_smithy_client.expectString)(output[_reg]);
53635
+ if (output[_re] != null) {
53636
+ contents[_Regi] = (0, import_smithy_client.expectString)(output[_re]);
52638
53637
  }
52639
53638
  return contents;
52640
53639
  }, "de_PeeringTgwInfo");
@@ -52853,11 +53852,11 @@ var de_PrefixList = /* @__PURE__ */ __name((output, context) => {
52853
53852
  }, "de_PrefixList");
52854
53853
  var de_PrefixListAssociation = /* @__PURE__ */ __name((output, context) => {
52855
53854
  const contents = {};
52856
- if (output[_rIe] != null) {
52857
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
53855
+ if (output[_rIes] != null) {
53856
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
52858
53857
  }
52859
53858
  if (output[_rO] != null) {
52860
- contents[_RO] = (0, import_smithy_client.expectString)(output[_rO]);
53859
+ contents[_ROe] = (0, import_smithy_client.expectString)(output[_rO]);
52861
53860
  }
52862
53861
  return contents;
52863
53862
  }, "de_PrefixListAssociation");
@@ -53343,6 +54342,24 @@ var de_Region = /* @__PURE__ */ __name((output, context) => {
53343
54342
  }
53344
54343
  return contents;
53345
54344
  }, "de_Region");
54345
+ var de_RegionalSummary = /* @__PURE__ */ __name((output, context) => {
54346
+ const contents = {};
54347
+ if (output[_rNe] != null) {
54348
+ contents[_RN] = (0, import_smithy_client.expectString)(output[_rNe]);
54349
+ }
54350
+ if (output[_nOMA] != null) {
54351
+ contents[_NOMA] = (0, import_smithy_client.strictParseInt32)(output[_nOMA]);
54352
+ }
54353
+ if (output[_nOUA] != null) {
54354
+ contents[_NOUA] = (0, import_smithy_client.strictParseInt32)(output[_nOUA]);
54355
+ }
54356
+ return contents;
54357
+ }, "de_RegionalSummary");
54358
+ var de_RegionalSummaryList = /* @__PURE__ */ __name((output, context) => {
54359
+ return (output || []).filter((e) => e != null).map((entry) => {
54360
+ return de_RegionalSummary(entry, context);
54361
+ });
54362
+ }, "de_RegionalSummaryList");
53346
54363
  var de_RegionList = /* @__PURE__ */ __name((output, context) => {
53347
54364
  return (output || []).filter((e) => e != null).map((entry) => {
53348
54365
  return de_Region(entry, context);
@@ -53448,6 +54465,13 @@ var de_ReplaceIamInstanceProfileAssociationResult = /* @__PURE__ */ __name((outp
53448
54465
  }
53449
54466
  return contents;
53450
54467
  }, "de_ReplaceIamInstanceProfileAssociationResult");
54468
+ var de_ReplaceImageCriteriaInAllowedImagesSettingsResult = /* @__PURE__ */ __name((output, context) => {
54469
+ const contents = {};
54470
+ if (output[_r] != null) {
54471
+ contents[_RV] = (0, import_smithy_client.parseBoolean)(output[_r]);
54472
+ }
54473
+ return contents;
54474
+ }, "de_ReplaceImageCriteriaInAllowedImagesSettingsResult");
53451
54475
  var de_ReplaceNetworkAclAssociationResult = /* @__PURE__ */ __name((output, context) => {
53452
54476
  const contents = {};
53453
54477
  if (output[_nAIe] != null) {
@@ -53535,8 +54559,8 @@ var de_RequestSpotInstancesResult = /* @__PURE__ */ __name((output, context) =>
53535
54559
  }, "de_RequestSpotInstancesResult");
53536
54560
  var de_Reservation = /* @__PURE__ */ __name((output, context) => {
53537
54561
  const contents = {};
53538
- if (output[_rIes] != null) {
53539
- contents[_RIeser] = (0, import_smithy_client.expectString)(output[_rIes]);
54562
+ if (output[_rIese] != null) {
54563
+ contents[_RIeser] = (0, import_smithy_client.expectString)(output[_rIese]);
53540
54564
  }
53541
54565
  if (output[_oI] != null) {
53542
54566
  contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
@@ -53870,8 +54894,8 @@ var de_ResourceStatement = /* @__PURE__ */ __name((output, context) => {
53870
54894
  const contents = {};
53871
54895
  if (output.resourceSet === "") {
53872
54896
  contents[_Re] = [];
53873
- } else if (output[_rSeso] != null && output[_rSeso][_i] != null) {
53874
- contents[_Re] = de_ValueStringList((0, import_smithy_client.getArrayIfSingleItem)(output[_rSeso][_i]), context);
54897
+ } else if (output[_rSesou] != null && output[_rSesou][_i] != null) {
54898
+ contents[_Re] = de_ValueStringList((0, import_smithy_client.getArrayIfSingleItem)(output[_rSesou][_i]), context);
53875
54899
  }
53876
54900
  if (output.resourceTypeSet === "") {
53877
54901
  contents[_RTeso] = [];
@@ -53986,7 +55010,7 @@ var de_ResponseLaunchTemplateData = /* @__PURE__ */ __name((output, context) =>
53986
55010
  contents[_CSred] = de_CreditSpecification(output[_cSr], context);
53987
55011
  }
53988
55012
  if (output[_cO] != null) {
53989
- contents[_CO] = de_LaunchTemplateCpuOptions(output[_cO], context);
55013
+ contents[_COp] = de_LaunchTemplateCpuOptions(output[_cO], context);
53990
55014
  }
53991
55015
  if (output[_cRSa] != null) {
53992
55016
  contents[_CRS] = de_LaunchTemplateCapacityReservationSpecificationResponse(output[_cRSa], context);
@@ -55561,8 +56585,8 @@ var de_SpotPlacement = /* @__PURE__ */ __name((output, context) => {
55561
56585
  }, "de_SpotPlacement");
55562
56586
  var de_SpotPlacementScore = /* @__PURE__ */ __name((output, context) => {
55563
56587
  const contents = {};
55564
- if (output[_reg] != null) {
55565
- contents[_Regi] = (0, import_smithy_client.expectString)(output[_reg]);
56588
+ if (output[_re] != null) {
56589
+ contents[_Regi] = (0, import_smithy_client.expectString)(output[_re]);
55566
56590
  }
55567
56591
  if (output[_aZI] != null) {
55568
56592
  contents[_AZI] = (0, import_smithy_client.expectString)(output[_aZI]);
@@ -55665,6 +56689,13 @@ var de_StaleSecurityGroupSet = /* @__PURE__ */ __name((output, context) => {
55665
56689
  return de_StaleSecurityGroup(entry, context);
55666
56690
  });
55667
56691
  }, "de_StaleSecurityGroupSet");
56692
+ var de_StartDeclarativePoliciesReportResult = /* @__PURE__ */ __name((output, context) => {
56693
+ const contents = {};
56694
+ if (output[_rI] != null) {
56695
+ contents[_RIep] = (0, import_smithy_client.expectString)(output[_rI]);
56696
+ }
56697
+ return contents;
56698
+ }, "de_StartDeclarativePoliciesReportResult");
55668
56699
  var de_StartInstancesResult = /* @__PURE__ */ __name((output, context) => {
55669
56700
  const contents = {};
55670
56701
  if (output.instancesSet === "") {
@@ -55887,6 +56918,23 @@ var de_SubnetCidrReservationList = /* @__PURE__ */ __name((output, context) => {
55887
56918
  return de_SubnetCidrReservation(entry, context);
55888
56919
  });
55889
56920
  }, "de_SubnetCidrReservationList");
56921
+ var de_SubnetIpPrefixes = /* @__PURE__ */ __name((output, context) => {
56922
+ const contents = {};
56923
+ if (output[_sIu] != null) {
56924
+ contents[_SIub] = (0, import_smithy_client.expectString)(output[_sIu]);
56925
+ }
56926
+ if (output.ipPrefixSet === "") {
56927
+ contents[_IPpre] = [];
56928
+ } else if (output[_iPSpr] != null && output[_iPSpr][_i] != null) {
56929
+ contents[_IPpre] = de_ValueStringList((0, import_smithy_client.getArrayIfSingleItem)(output[_iPSpr][_i]), context);
56930
+ }
56931
+ return contents;
56932
+ }, "de_SubnetIpPrefixes");
56933
+ var de_SubnetIpPrefixesList = /* @__PURE__ */ __name((output, context) => {
56934
+ return (output || []).filter((e) => e != null).map((entry) => {
56935
+ return de_SubnetIpPrefixes(entry, context);
56936
+ });
56937
+ }, "de_SubnetIpPrefixesList");
55890
56938
  var de_SubnetIpv6CidrBlockAssociation = /* @__PURE__ */ __name((output, context) => {
55891
56939
  const contents = {};
55892
56940
  if (output[_aIs] != null) {
@@ -55976,8 +57024,8 @@ var de_SupportedIpAddressTypes = /* @__PURE__ */ __name((output, context) => {
55976
57024
  }, "de_SupportedIpAddressTypes");
55977
57025
  var de_SupportedRegionDetail = /* @__PURE__ */ __name((output, context) => {
55978
57026
  const contents = {};
55979
- if (output[_reg] != null) {
55980
- contents[_Regi] = (0, import_smithy_client.expectString)(output[_reg]);
57027
+ if (output[_re] != null) {
57028
+ contents[_Regi] = (0, import_smithy_client.expectString)(output[_re]);
55981
57029
  }
55982
57030
  if (output[_sSer] != null) {
55983
57031
  contents[_SSe] = (0, import_smithy_client.expectString)(output[_sSer]);
@@ -56004,8 +57052,8 @@ var de_TagDescription = /* @__PURE__ */ __name((output, context) => {
56004
57052
  if (output[_k] != null) {
56005
57053
  contents[_Ke] = (0, import_smithy_client.expectString)(output[_k]);
56006
57054
  }
56007
- if (output[_rIe] != null) {
56008
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
57055
+ if (output[_rIes] != null) {
57056
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
56009
57057
  }
56010
57058
  if (output[_rTe] != null) {
56011
57059
  contents[_RT] = (0, import_smithy_client.expectString)(output[_rTe]);
@@ -56185,8 +57233,8 @@ var de_ThreadsPerCoreList = /* @__PURE__ */ __name((output, context) => {
56185
57233
  }, "de_ThreadsPerCoreList");
56186
57234
  var de_ThroughResourcesStatement = /* @__PURE__ */ __name((output, context) => {
56187
57235
  const contents = {};
56188
- if (output[_rSes] != null) {
56189
- contents[_RSe] = de_ResourceStatement(output[_rSes], context);
57236
+ if (output[_rSeso] != null) {
57237
+ contents[_RSe] = de_ResourceStatement(output[_rSeso], context);
56190
57238
  }
56191
57239
  return contents;
56192
57240
  }, "de_ThroughResourcesStatement");
@@ -56421,8 +57469,8 @@ var de_TransitGatewayAssociation = /* @__PURE__ */ __name((output, context) => {
56421
57469
  if (output[_tGAI] != null) {
56422
57470
  contents[_TGAI] = (0, import_smithy_client.expectString)(output[_tGAI]);
56423
57471
  }
56424
- if (output[_rIe] != null) {
56425
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
57472
+ if (output[_rIes] != null) {
57473
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
56426
57474
  }
56427
57475
  if (output[_rTe] != null) {
56428
57476
  contents[_RT] = (0, import_smithy_client.expectString)(output[_rTe]);
@@ -56449,8 +57497,8 @@ var de_TransitGatewayAttachment = /* @__PURE__ */ __name((output, context) => {
56449
57497
  if (output[_rTe] != null) {
56450
57498
  contents[_RT] = (0, import_smithy_client.expectString)(output[_rTe]);
56451
57499
  }
56452
- if (output[_rIe] != null) {
56453
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
57500
+ if (output[_rIes] != null) {
57501
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
56454
57502
  }
56455
57503
  if (output[_st] != null) {
56456
57504
  contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
@@ -56683,8 +57731,8 @@ var de_TransitGatewayMulticastDomainAssociation = /* @__PURE__ */ __name((output
56683
57731
  if (output[_tGAI] != null) {
56684
57732
  contents[_TGAI] = (0, import_smithy_client.expectString)(output[_tGAI]);
56685
57733
  }
56686
- if (output[_rIe] != null) {
56687
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
57734
+ if (output[_rIes] != null) {
57735
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
56688
57736
  }
56689
57737
  if (output[_rTe] != null) {
56690
57738
  contents[_RT] = (0, import_smithy_client.expectString)(output[_rTe]);
@@ -56710,8 +57758,8 @@ var de_TransitGatewayMulticastDomainAssociations = /* @__PURE__ */ __name((outpu
56710
57758
  if (output[_tGAI] != null) {
56711
57759
  contents[_TGAI] = (0, import_smithy_client.expectString)(output[_tGAI]);
56712
57760
  }
56713
- if (output[_rIe] != null) {
56714
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
57761
+ if (output[_rIes] != null) {
57762
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
56715
57763
  }
56716
57764
  if (output[_rTe] != null) {
56717
57765
  contents[_RT] = (0, import_smithy_client.expectString)(output[_rTe]);
@@ -56755,8 +57803,8 @@ var de_TransitGatewayMulticastGroup = /* @__PURE__ */ __name((output, context) =
56755
57803
  if (output[_sIu] != null) {
56756
57804
  contents[_SIub] = (0, import_smithy_client.expectString)(output[_sIu]);
56757
57805
  }
56758
- if (output[_rIe] != null) {
56759
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
57806
+ if (output[_rIes] != null) {
57807
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
56760
57808
  }
56761
57809
  if (output[_rTe] != null) {
56762
57810
  contents[_RT] = (0, import_smithy_client.expectString)(output[_rTe]);
@@ -56961,8 +58009,8 @@ var de_TransitGatewayPolicyTableAssociation = /* @__PURE__ */ __name((output, co
56961
58009
  if (output[_tGAI] != null) {
56962
58010
  contents[_TGAI] = (0, import_smithy_client.expectString)(output[_tGAI]);
56963
58011
  }
56964
- if (output[_rIe] != null) {
56965
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
58012
+ if (output[_rIes] != null) {
58013
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
56966
58014
  }
56967
58015
  if (output[_rTe] != null) {
56968
58016
  contents[_RT] = (0, import_smithy_client.expectString)(output[_rTe]);
@@ -57008,8 +58056,8 @@ var de_TransitGatewayPrefixListAttachment = /* @__PURE__ */ __name((output, cont
57008
58056
  if (output[_rTe] != null) {
57009
58057
  contents[_RT] = (0, import_smithy_client.expectString)(output[_rTe]);
57010
58058
  }
57011
- if (output[_rIe] != null) {
57012
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
58059
+ if (output[_rIes] != null) {
58060
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
57013
58061
  }
57014
58062
  return contents;
57015
58063
  }, "de_TransitGatewayPrefixListAttachment");
@@ -57045,8 +58093,8 @@ var de_TransitGatewayPropagation = /* @__PURE__ */ __name((output, context) => {
57045
58093
  if (output[_tGAI] != null) {
57046
58094
  contents[_TGAI] = (0, import_smithy_client.expectString)(output[_tGAI]);
57047
58095
  }
57048
- if (output[_rIe] != null) {
57049
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
58096
+ if (output[_rIes] != null) {
58097
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
57050
58098
  }
57051
58099
  if (output[_rTe] != null) {
57052
58100
  contents[_RT] = (0, import_smithy_client.expectString)(output[_rTe]);
@@ -57088,8 +58136,8 @@ var de_TransitGatewayRoute = /* @__PURE__ */ __name((output, context) => {
57088
58136
  }, "de_TransitGatewayRoute");
57089
58137
  var de_TransitGatewayRouteAttachment = /* @__PURE__ */ __name((output, context) => {
57090
58138
  const contents = {};
57091
- if (output[_rIe] != null) {
57092
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
58139
+ if (output[_rIes] != null) {
58140
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
57093
58141
  }
57094
58142
  if (output[_tGAI] != null) {
57095
58143
  contents[_TGAI] = (0, import_smithy_client.expectString)(output[_tGAI]);
@@ -57185,8 +58233,8 @@ var de_TransitGatewayRouteTableAssociation = /* @__PURE__ */ __name((output, con
57185
58233
  if (output[_tGAI] != null) {
57186
58234
  contents[_TGAI] = (0, import_smithy_client.expectString)(output[_tGAI]);
57187
58235
  }
57188
- if (output[_rIe] != null) {
57189
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
58236
+ if (output[_rIes] != null) {
58237
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
57190
58238
  }
57191
58239
  if (output[_rTe] != null) {
57192
58240
  contents[_RT] = (0, import_smithy_client.expectString)(output[_rTe]);
@@ -57211,8 +58259,8 @@ var de_TransitGatewayRouteTablePropagation = /* @__PURE__ */ __name((output, con
57211
58259
  if (output[_tGAI] != null) {
57212
58260
  contents[_TGAI] = (0, import_smithy_client.expectString)(output[_tGAI]);
57213
58261
  }
57214
- if (output[_rIe] != null) {
57215
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
58262
+ if (output[_rIes] != null) {
58263
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
57216
58264
  }
57217
58265
  if (output[_rTe] != null) {
57218
58266
  contents[_RT] = (0, import_smithy_client.expectString)(output[_rTe]);
@@ -57247,8 +58295,8 @@ var de_TransitGatewayRouteTableRoute = /* @__PURE__ */ __name((output, context)
57247
58295
  if (output[_aIt] != null) {
57248
58296
  contents[_AIt] = (0, import_smithy_client.expectString)(output[_aIt]);
57249
58297
  }
57250
- if (output[_rIe] != null) {
57251
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
58298
+ if (output[_rIes] != null) {
58299
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
57252
58300
  }
57253
58301
  if (output[_rTe] != null) {
57254
58302
  contents[_RT] = (0, import_smithy_client.expectString)(output[_rTe]);
@@ -57504,8 +58552,8 @@ var de_UnsuccessfulItem = /* @__PURE__ */ __name((output, context) => {
57504
58552
  if (output[_er] != null) {
57505
58553
  contents[_Er] = de_UnsuccessfulItemError(output[_er], context);
57506
58554
  }
57507
- if (output[_rIe] != null) {
57508
- contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIe]);
58555
+ if (output[_rIes] != null) {
58556
+ contents[_RIeso] = (0, import_smithy_client.expectString)(output[_rIes]);
57509
58557
  }
57510
58558
  return contents;
57511
58559
  }, "de_UnsuccessfulItem");
@@ -57713,8 +58761,34 @@ var de_VerifiedAccessEndpoint = /* @__PURE__ */ __name((output, context) => {
57713
58761
  if (output[_sSs] != null) {
57714
58762
  contents[_SS] = de_VerifiedAccessSseSpecificationResponse(output[_sSs], context);
57715
58763
  }
58764
+ if (output[_rOd] != null) {
58765
+ contents[_RO] = de_VerifiedAccessEndpointRdsOptions(output[_rOd], context);
58766
+ }
58767
+ if (output[_cOi] != null) {
58768
+ contents[_CO] = de_VerifiedAccessEndpointCidrOptions(output[_cOi], context);
58769
+ }
57716
58770
  return contents;
57717
58771
  }, "de_VerifiedAccessEndpoint");
58772
+ var de_VerifiedAccessEndpointCidrOptions = /* @__PURE__ */ __name((output, context) => {
58773
+ const contents = {};
58774
+ if (output[_ci] != null) {
58775
+ contents[_C] = (0, import_smithy_client.expectString)(output[_ci]);
58776
+ }
58777
+ if (output.portRangeSet === "") {
58778
+ contents[_PRo] = [];
58779
+ } else if (output[_pRS] != null && output[_pRS][_i] != null) {
58780
+ contents[_PRo] = de_VerifiedAccessEndpointPortRangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_pRS][_i]), context);
58781
+ }
58782
+ if (output[_pr] != null) {
58783
+ contents[_P] = (0, import_smithy_client.expectString)(output[_pr]);
58784
+ }
58785
+ if (output.subnetIdSet === "") {
58786
+ contents[_SIu] = [];
58787
+ } else if (output[_sISu] != null && output[_sISu][_i] != null) {
58788
+ contents[_SIu] = de_VerifiedAccessEndpointSubnetIdList((0, import_smithy_client.getArrayIfSingleItem)(output[_sISu][_i]), context);
58789
+ }
58790
+ return contents;
58791
+ }, "de_VerifiedAccessEndpointCidrOptions");
57718
58792
  var de_VerifiedAccessEndpointEniOptions = /* @__PURE__ */ __name((output, context) => {
57719
58793
  const contents = {};
57720
58794
  if (output[_nII] != null) {
@@ -57726,6 +58800,11 @@ var de_VerifiedAccessEndpointEniOptions = /* @__PURE__ */ __name((output, contex
57726
58800
  if (output[_po] != null) {
57727
58801
  contents[_Po] = (0, import_smithy_client.strictParseInt32)(output[_po]);
57728
58802
  }
58803
+ if (output.portRangeSet === "") {
58804
+ contents[_PRo] = [];
58805
+ } else if (output[_pRS] != null && output[_pRS][_i] != null) {
58806
+ contents[_PRo] = de_VerifiedAccessEndpointPortRangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_pRS][_i]), context);
58807
+ }
57729
58808
  return contents;
57730
58809
  }, "de_VerifiedAccessEndpointEniOptions");
57731
58810
  var de_VerifiedAccessEndpointList = /* @__PURE__ */ __name((output, context) => {
@@ -57749,8 +58828,55 @@ var de_VerifiedAccessEndpointLoadBalancerOptions = /* @__PURE__ */ __name((outpu
57749
58828
  } else if (output[_sISu] != null && output[_sISu][_i] != null) {
57750
58829
  contents[_SIu] = de_VerifiedAccessEndpointSubnetIdList((0, import_smithy_client.getArrayIfSingleItem)(output[_sISu][_i]), context);
57751
58830
  }
58831
+ if (output.portRangeSet === "") {
58832
+ contents[_PRo] = [];
58833
+ } else if (output[_pRS] != null && output[_pRS][_i] != null) {
58834
+ contents[_PRo] = de_VerifiedAccessEndpointPortRangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_pRS][_i]), context);
58835
+ }
57752
58836
  return contents;
57753
58837
  }, "de_VerifiedAccessEndpointLoadBalancerOptions");
58838
+ var de_VerifiedAccessEndpointPortRange = /* @__PURE__ */ __name((output, context) => {
58839
+ const contents = {};
58840
+ if (output[_fP] != null) {
58841
+ contents[_FP] = (0, import_smithy_client.strictParseInt32)(output[_fP]);
58842
+ }
58843
+ if (output[_tPo] != null) {
58844
+ contents[_TP] = (0, import_smithy_client.strictParseInt32)(output[_tPo]);
58845
+ }
58846
+ return contents;
58847
+ }, "de_VerifiedAccessEndpointPortRange");
58848
+ var de_VerifiedAccessEndpointPortRangeList = /* @__PURE__ */ __name((output, context) => {
58849
+ return (output || []).filter((e) => e != null).map((entry) => {
58850
+ return de_VerifiedAccessEndpointPortRange(entry, context);
58851
+ });
58852
+ }, "de_VerifiedAccessEndpointPortRangeList");
58853
+ var de_VerifiedAccessEndpointRdsOptions = /* @__PURE__ */ __name((output, context) => {
58854
+ const contents = {};
58855
+ if (output[_pr] != null) {
58856
+ contents[_P] = (0, import_smithy_client.expectString)(output[_pr]);
58857
+ }
58858
+ if (output[_po] != null) {
58859
+ contents[_Po] = (0, import_smithy_client.strictParseInt32)(output[_po]);
58860
+ }
58861
+ if (output[_rDIA] != null) {
58862
+ contents[_RDIA] = (0, import_smithy_client.expectString)(output[_rDIA]);
58863
+ }
58864
+ if (output[_rDCA] != null) {
58865
+ contents[_RDCA] = (0, import_smithy_client.expectString)(output[_rDCA]);
58866
+ }
58867
+ if (output[_rDPA] != null) {
58868
+ contents[_RDPA] = (0, import_smithy_client.expectString)(output[_rDPA]);
58869
+ }
58870
+ if (output[_rEd] != null) {
58871
+ contents[_RE] = (0, import_smithy_client.expectString)(output[_rEd]);
58872
+ }
58873
+ if (output.subnetIdSet === "") {
58874
+ contents[_SIu] = [];
58875
+ } else if (output[_sISu] != null && output[_sISu][_i] != null) {
58876
+ contents[_SIu] = de_VerifiedAccessEndpointSubnetIdList((0, import_smithy_client.getArrayIfSingleItem)(output[_sISu][_i]), context);
58877
+ }
58878
+ return contents;
58879
+ }, "de_VerifiedAccessEndpointRdsOptions");
57754
58880
  var de_VerifiedAccessEndpointStatus = /* @__PURE__ */ __name((output, context) => {
57755
58881
  const contents = {};
57756
58882
  if (output[_co] != null) {
@@ -57766,6 +58892,24 @@ var de_VerifiedAccessEndpointSubnetIdList = /* @__PURE__ */ __name((output, cont
57766
58892
  return (0, import_smithy_client.expectString)(entry);
57767
58893
  });
57768
58894
  }, "de_VerifiedAccessEndpointSubnetIdList");
58895
+ var de_VerifiedAccessEndpointTarget = /* @__PURE__ */ __name((output, context) => {
58896
+ const contents = {};
58897
+ if (output[_vAEI] != null) {
58898
+ contents[_VAEI] = (0, import_smithy_client.expectString)(output[_vAEI]);
58899
+ }
58900
+ if (output[_vAETIA] != null) {
58901
+ contents[_VAETIA] = (0, import_smithy_client.expectString)(output[_vAETIA]);
58902
+ }
58903
+ if (output[_vAETD] != null) {
58904
+ contents[_VAETD] = (0, import_smithy_client.expectString)(output[_vAETD]);
58905
+ }
58906
+ return contents;
58907
+ }, "de_VerifiedAccessEndpointTarget");
58908
+ var de_VerifiedAccessEndpointTargetList = /* @__PURE__ */ __name((output, context) => {
58909
+ return (output || []).filter((e) => e != null).map((entry) => {
58910
+ return de_VerifiedAccessEndpointTarget(entry, context);
58911
+ });
58912
+ }, "de_VerifiedAccessEndpointTargetList");
57769
58913
  var de_VerifiedAccessGroup = /* @__PURE__ */ __name((output, context) => {
57770
58914
  const contents = {};
57771
58915
  if (output[_vAGI] != null) {
@@ -57834,8 +58978,23 @@ var de_VerifiedAccessInstance = /* @__PURE__ */ __name((output, context) => {
57834
58978
  if (output[_fE] != null) {
57835
58979
  contents[_FE] = (0, import_smithy_client.parseBoolean)(output[_fE]);
57836
58980
  }
58981
+ if (output[_cECSD] != null) {
58982
+ contents[_CECSD] = de_VerifiedAccessInstanceCustomSubDomain(output[_cECSD], context);
58983
+ }
57837
58984
  return contents;
57838
58985
  }, "de_VerifiedAccessInstance");
58986
+ var de_VerifiedAccessInstanceCustomSubDomain = /* @__PURE__ */ __name((output, context) => {
58987
+ const contents = {};
58988
+ if (output[_sDu] != null) {
58989
+ contents[_SDu] = (0, import_smithy_client.expectString)(output[_sDu]);
58990
+ }
58991
+ if (output.nameserverSet === "") {
58992
+ contents[_Na] = [];
58993
+ } else if (output[_nSa] != null && output[_nSa][_i] != null) {
58994
+ contents[_Na] = de_ValueStringList((0, import_smithy_client.getArrayIfSingleItem)(output[_nSa][_i]), context);
58995
+ }
58996
+ return contents;
58997
+ }, "de_VerifiedAccessInstanceCustomSubDomain");
57839
58998
  var de_VerifiedAccessInstanceList = /* @__PURE__ */ __name((output, context) => {
57840
58999
  return (output || []).filter((e) => e != null).map((entry) => {
57841
59000
  return de_VerifiedAccessInstance(entry, context);
@@ -57856,6 +59015,72 @@ var de_VerifiedAccessInstanceLoggingConfigurationList = /* @__PURE__ */ __name((
57856
59015
  return de_VerifiedAccessInstanceLoggingConfiguration(entry, context);
57857
59016
  });
57858
59017
  }, "de_VerifiedAccessInstanceLoggingConfigurationList");
59018
+ var de_VerifiedAccessInstanceOpenVpnClientConfiguration = /* @__PURE__ */ __name((output, context) => {
59019
+ const contents = {};
59020
+ if (output[_confi] != null) {
59021
+ contents[_Confi] = (0, import_smithy_client.expectString)(output[_confi]);
59022
+ }
59023
+ if (output.routeSet === "") {
59024
+ contents[_Rout] = [];
59025
+ } else if (output[_rSo] != null && output[_rSo][_i] != null) {
59026
+ contents[_Rout] = de_VerifiedAccessInstanceOpenVpnClientConfigurationRouteList(
59027
+ (0, import_smithy_client.getArrayIfSingleItem)(output[_rSo][_i]),
59028
+ context
59029
+ );
59030
+ }
59031
+ return contents;
59032
+ }, "de_VerifiedAccessInstanceOpenVpnClientConfiguration");
59033
+ var de_VerifiedAccessInstanceOpenVpnClientConfigurationList = /* @__PURE__ */ __name((output, context) => {
59034
+ return (output || []).filter((e) => e != null).map((entry) => {
59035
+ return de_VerifiedAccessInstanceOpenVpnClientConfiguration(entry, context);
59036
+ });
59037
+ }, "de_VerifiedAccessInstanceOpenVpnClientConfigurationList");
59038
+ var de_VerifiedAccessInstanceOpenVpnClientConfigurationRoute = /* @__PURE__ */ __name((output, context) => {
59039
+ const contents = {};
59040
+ if (output[_ci] != null) {
59041
+ contents[_C] = (0, import_smithy_client.expectString)(output[_ci]);
59042
+ }
59043
+ return contents;
59044
+ }, "de_VerifiedAccessInstanceOpenVpnClientConfigurationRoute");
59045
+ var de_VerifiedAccessInstanceOpenVpnClientConfigurationRouteList = /* @__PURE__ */ __name((output, context) => {
59046
+ return (output || []).filter((e) => e != null).map((entry) => {
59047
+ return de_VerifiedAccessInstanceOpenVpnClientConfigurationRoute(entry, context);
59048
+ });
59049
+ }, "de_VerifiedAccessInstanceOpenVpnClientConfigurationRouteList");
59050
+ var de_VerifiedAccessInstanceUserTrustProviderClientConfiguration = /* @__PURE__ */ __name((output, context) => {
59051
+ const contents = {};
59052
+ if (output[_ty] != null) {
59053
+ contents[_T] = (0, import_smithy_client.expectString)(output[_ty]);
59054
+ }
59055
+ if (output[_scop] != null) {
59056
+ contents[_Scop] = (0, import_smithy_client.expectString)(output[_scop]);
59057
+ }
59058
+ if (output[_is] != null) {
59059
+ contents[_I] = (0, import_smithy_client.expectString)(output[_is]);
59060
+ }
59061
+ if (output[_aE] != null) {
59062
+ contents[_AE] = (0, import_smithy_client.expectString)(output[_aE]);
59063
+ }
59064
+ if (output[_pSKE] != null) {
59065
+ contents[_PSKE] = (0, import_smithy_client.expectString)(output[_pSKE]);
59066
+ }
59067
+ if (output[_tEo] != null) {
59068
+ contents[_TEo] = (0, import_smithy_client.expectString)(output[_tEo]);
59069
+ }
59070
+ if (output[_uIE] != null) {
59071
+ contents[_UIE] = (0, import_smithy_client.expectString)(output[_uIE]);
59072
+ }
59073
+ if (output[_cIli] != null) {
59074
+ contents[_CIl] = (0, import_smithy_client.expectString)(output[_cIli]);
59075
+ }
59076
+ if (output[_cSl] != null) {
59077
+ contents[_CSl] = (0, import_smithy_client.expectString)(output[_cSl]);
59078
+ }
59079
+ if (output[_pEk] != null) {
59080
+ contents[_PEk] = (0, import_smithy_client.parseBoolean)(output[_pEk]);
59081
+ }
59082
+ return contents;
59083
+ }, "de_VerifiedAccessInstanceUserTrustProviderClientConfiguration");
57859
59084
  var de_VerifiedAccessLogCloudWatchLogsDestination = /* @__PURE__ */ __name((output, context) => {
57860
59085
  const contents = {};
57861
59086
  if (output[_en] != null) {
@@ -57980,6 +59205,9 @@ var de_VerifiedAccessTrustProvider = /* @__PURE__ */ __name((output, context) =>
57980
59205
  if (output[_sSs] != null) {
57981
59206
  contents[_SS] = de_VerifiedAccessSseSpecificationResponse(output[_sSs], context);
57982
59207
  }
59208
+ if (output[_nAOO] != null) {
59209
+ contents[_NAOO] = de_NativeApplicationOidcOptions(output[_nAOO], context);
59210
+ }
57983
59211
  return contents;
57984
59212
  }, "de_VerifiedAccessTrustProvider");
57985
59213
  var de_VerifiedAccessTrustProviderCondensed = /* @__PURE__ */ __name((output, context) => {
@@ -58158,7 +59386,7 @@ var de_VolumeModification = /* @__PURE__ */ __name((output, context) => {
58158
59386
  contents[_TSar] = (0, import_smithy_client.strictParseInt32)(output[_tSar]);
58159
59387
  }
58160
59388
  if (output[_tIa] != null) {
58161
- contents[_TIa] = (0, import_smithy_client.strictParseInt32)(output[_tIa]);
59389
+ contents[_TIar] = (0, import_smithy_client.strictParseInt32)(output[_tIa]);
58162
59390
  }
58163
59391
  if (output[_tVT] != null) {
58164
59392
  contents[_TVT] = (0, import_smithy_client.expectString)(output[_tVT]);
@@ -58190,8 +59418,8 @@ var de_VolumeModification = /* @__PURE__ */ __name((output, context) => {
58190
59418
  if (output[_sT] != null) {
58191
59419
  contents[_STt] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_sT]));
58192
59420
  }
58193
- if (output[_eTndi] != null) {
58194
- contents[_ETn] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eTndi]));
59421
+ if (output[_eTn] != null) {
59422
+ contents[_ETn] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_eTn]));
58195
59423
  }
58196
59424
  return contents;
58197
59425
  }, "de_VolumeModification");
@@ -58315,9 +59543,9 @@ var de_VolumeStatusItem = /* @__PURE__ */ __name((output, context) => {
58315
59543
  contents[_VSol] = de_VolumeStatusInfo(output[_vSol], context);
58316
59544
  }
58317
59545
  if (output.attachmentStatuses === "") {
58318
- contents[_ASt] = [];
59546
+ contents[_AStt] = [];
58319
59547
  } else if (output[_aStt] != null && output[_aStt][_i] != null) {
58320
- contents[_ASt] = de_VolumeStatusAttachmentStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_aStt][_i]), context);
59548
+ contents[_AStt] = de_VolumeStatusAttachmentStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_aStt][_i]), context);
58321
59549
  }
58322
59550
  return contents;
58323
59551
  }, "de_VolumeStatusItem");
@@ -58442,6 +59670,12 @@ var de_VpcBlockPublicAccessOptions = /* @__PURE__ */ __name((output, context) =>
58442
59670
  if (output[_lUTas] != null) {
58443
59671
  contents[_LUTas] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_lUTas]));
58444
59672
  }
59673
+ if (output[_mB] != null) {
59674
+ contents[_MB] = (0, import_smithy_client.expectString)(output[_mB]);
59675
+ }
59676
+ if (output[_eA] != null) {
59677
+ contents[_EAx] = (0, import_smithy_client.expectString)(output[_eA]);
59678
+ }
58445
59679
  return contents;
58446
59680
  }, "de_VpcBlockPublicAccessOptions");
58447
59681
  var de_VpcCidrBlockAssociation = /* @__PURE__ */ __name((output, context) => {
@@ -58563,11 +59797,77 @@ var de_VpcEndpoint = /* @__PURE__ */ __name((output, context) => {
58563
59797
  if (output[_lEa] != null) {
58564
59798
  contents[_LEa] = de_LastError(output[_lEa], context);
58565
59799
  }
59800
+ if (output.ipv4PrefixSet === "") {
59801
+ contents[_IPp] = [];
59802
+ } else if (output[_iPSpv] != null && output[_iPSpv][_i] != null) {
59803
+ contents[_IPp] = de_SubnetIpPrefixesList((0, import_smithy_client.getArrayIfSingleItem)(output[_iPSpv][_i]), context);
59804
+ }
59805
+ if (output.ipv6PrefixSet === "") {
59806
+ contents[_IP] = [];
59807
+ } else if (output[_iPSpvr] != null && output[_iPSpvr][_i] != null) {
59808
+ contents[_IP] = de_SubnetIpPrefixesList((0, import_smithy_client.getArrayIfSingleItem)(output[_iPSpvr][_i]), context);
59809
+ }
59810
+ if (output[_fR] != null) {
59811
+ contents[_FR] = (0, import_smithy_client.expectString)(output[_fR]);
59812
+ }
59813
+ if (output[_sNA] != null) {
59814
+ contents[_SNA] = (0, import_smithy_client.expectString)(output[_sNA]);
59815
+ }
59816
+ if (output[_rCA] != null) {
59817
+ contents[_RCA] = (0, import_smithy_client.expectString)(output[_rCA]);
59818
+ }
58566
59819
  if (output[_sR] != null) {
58567
59820
  contents[_SRe] = (0, import_smithy_client.expectString)(output[_sR]);
58568
59821
  }
58569
59822
  return contents;
58570
59823
  }, "de_VpcEndpoint");
59824
+ var de_VpcEndpointAssociation = /* @__PURE__ */ __name((output, context) => {
59825
+ const contents = {};
59826
+ if (output[_id] != null) {
59827
+ contents[_Id] = (0, import_smithy_client.expectString)(output[_id]);
59828
+ }
59829
+ if (output[_vEI] != null) {
59830
+ contents[_VEIp] = (0, import_smithy_client.expectString)(output[_vEI]);
59831
+ }
59832
+ if (output[_sNA] != null) {
59833
+ contents[_SNA] = (0, import_smithy_client.expectString)(output[_sNA]);
59834
+ }
59835
+ if (output[_sNN] != null) {
59836
+ contents[_SNN] = (0, import_smithy_client.expectString)(output[_sNN]);
59837
+ }
59838
+ if (output[_aRAs] != null) {
59839
+ contents[_ARAs] = (0, import_smithy_client.expectString)(output[_aRAs]);
59840
+ }
59841
+ if (output[_fR] != null) {
59842
+ contents[_FR] = (0, import_smithy_client.expectString)(output[_fR]);
59843
+ }
59844
+ if (output[_fCa] != null) {
59845
+ contents[_FCa] = (0, import_smithy_client.expectString)(output[_fCa]);
59846
+ }
59847
+ if (output[_dE] != null) {
59848
+ contents[_DEn] = de_DnsEntry(output[_dE], context);
59849
+ }
59850
+ if (output[_pDEr] != null) {
59851
+ contents[_PDEr] = de_DnsEntry(output[_pDEr], context);
59852
+ }
59853
+ if (output[_aRAss] != null) {
59854
+ contents[_ARAss] = (0, import_smithy_client.expectString)(output[_aRAss]);
59855
+ }
59856
+ if (output[_rCGA] != null) {
59857
+ contents[_RCGA] = (0, import_smithy_client.expectString)(output[_rCGA]);
59858
+ }
59859
+ if (output.tagSet === "") {
59860
+ contents[_Ta] = [];
59861
+ } else if (output[_tS] != null && output[_tS][_i] != null) {
59862
+ contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
59863
+ }
59864
+ return contents;
59865
+ }, "de_VpcEndpointAssociation");
59866
+ var de_VpcEndpointAssociationSet = /* @__PURE__ */ __name((output, context) => {
59867
+ return (output || []).filter((e) => e != null).map((entry) => {
59868
+ return de_VpcEndpointAssociation(entry, context);
59869
+ });
59870
+ }, "de_VpcEndpointAssociationSet");
58571
59871
  var de_VpcEndpointConnection = /* @__PURE__ */ __name((output, context) => {
58572
59872
  const contents = {};
58573
59873
  if (output[_sI] != null) {
@@ -58737,8 +60037,8 @@ var de_VpcPeeringConnectionVpcInfo = /* @__PURE__ */ __name((output, context) =>
58737
60037
  if (output[_vI] != null) {
58738
60038
  contents[_VI] = (0, import_smithy_client.expectString)(output[_vI]);
58739
60039
  }
58740
- if (output[_reg] != null) {
58741
- contents[_Regi] = (0, import_smithy_client.expectString)(output[_reg]);
60040
+ if (output[_re] != null) {
60041
+ contents[_Regi] = (0, import_smithy_client.expectString)(output[_re]);
58742
60042
  }
58743
60043
  return contents;
58744
60044
  }, "de_VpcPeeringConnectionVpcInfo");
@@ -58825,8 +60125,8 @@ var de_VpnConnectionList = /* @__PURE__ */ __name((output, context) => {
58825
60125
  }, "de_VpnConnectionList");
58826
60126
  var de_VpnConnectionOptions = /* @__PURE__ */ __name((output, context) => {
58827
60127
  const contents = {};
58828
- if (output[_eA] != null) {
58829
- contents[_EA] = (0, import_smithy_client.parseBoolean)(output[_eA]);
60128
+ if (output[_eAn] != null) {
60129
+ contents[_EA] = (0, import_smithy_client.parseBoolean)(output[_eAn]);
58830
60130
  }
58831
60131
  if (output[_sRO] != null) {
58832
60132
  contents[_SRO] = (0, import_smithy_client.parseBoolean)(output[_sRO]);
@@ -59024,6 +60324,7 @@ var _AIP = "AssignedIpv6Prefixes";
59024
60324
  var _AIPC = "AllocateIpamPoolCidr";
59025
60325
  var _AIPs = "AssignedIpv4Prefixes";
59026
60326
  var _AIRD = "AssociateIpamResourceDiscovery";
60327
+ var _AISS = "AllowedImagesSettingsState";
59027
60328
  var _AIT = "AllowedInstanceTypes";
59028
60329
  var _AIc = "ActiveInstances";
59029
60330
  var _AIcc = "AccountId";
@@ -59070,6 +60371,8 @@ var _APl = "AllowedPrincipals";
59070
60371
  var _AR = "AllowReassignment";
59071
60372
  var _ARA = "AssociatedRoleArn";
59072
60373
  var _ARAd = "AdditionalRoutesAvailable";
60374
+ var _ARAs = "AssociatedResourceAccessibility";
60375
+ var _ARAss = "AssociatedResourceArn";
59073
60376
  var _ARC = "AcceptedRouteCount";
59074
60377
  var _ARIEQ = "AcceptReservedInstancesExchangeQuote";
59075
60378
  var _ARS = "AutoRecoverySupported";
@@ -59105,7 +60408,8 @@ var _ASc = "ActivityStatus";
59105
60408
  var _ASn = "AnalysisStatus";
59106
60409
  var _ASs = "AssociationState";
59107
60410
  var _ASss = "AssociationStatus";
59108
- var _ASt = "AttachmentStatuses";
60411
+ var _ASt = "AttributeSummaries";
60412
+ var _AStt = "AttachmentStatuses";
59109
60413
  var _ASw = "AwsService";
59110
60414
  var _AT = "AssociationTarget";
59111
60415
  var _ATGAI = "AccepterTransitGatewayAttachmentId";
@@ -59255,6 +60559,7 @@ var _CD = "CommitmentDuration";
59255
60559
  var _CDH = "CapacityDurationHours";
59256
60560
  var _CDM = "CompletionDurationMinutes";
59257
60561
  var _CDO = "CreateDhcpOptions";
60562
+ var _CDPR = "CancelDeclarativePoliciesReport";
59258
60563
  var _CDS = "CreateDefaultSubnet";
59259
60564
  var _CDSDA = "ConfigDeliveryS3DestinationArn";
59260
60565
  var _CDSu = "CustomDnsServers";
@@ -59264,6 +60569,7 @@ var _CDr = "CreateDate";
59264
60569
  var _CDre = "CreationDate";
59265
60570
  var _CDrea = "CreatedDate";
59266
60571
  var _CE = "CronExpression";
60572
+ var _CECSD = "CidrEndpointsCustomSubDomain";
59267
60573
  var _CED = "CommitmentEndDate";
59268
60574
  var _CEOIG = "CreateEgressOnlyInternetGateway";
59269
60575
  var _CET = "CancelExportTask";
@@ -59351,11 +60657,12 @@ var _CNS = "ConnectionNotificationState";
59351
60657
  var _CNSo = "ConnectionNotificationSet";
59352
60658
  var _CNT = "ConnectionNotificationType";
59353
60659
  var _CNo = "ConnectionNotification";
59354
- var _CO = "CpuOptions";
60660
+ var _CO = "CidrOptions";
59355
60661
  var _COI = "CustomerOwnedIp";
59356
60662
  var _COIP = "CustomerOwnedIpv4Pool";
59357
60663
  var _COP = "CoolOffPeriod";
59358
60664
  var _COPEO = "CoolOffPeriodExpiresOn";
60665
+ var _COp = "CpuOptions";
59359
60666
  var _CP = "CoipPool";
59360
60667
  var _CPC = "ConnectPeerConfiguration";
59361
60668
  var _CPG = "CreatePlacementGroup";
@@ -59474,6 +60781,7 @@ var _Cod = "Code";
59474
60781
  var _Com = "Component";
59475
60782
  var _Con = "Context";
59476
60783
  var _Conf = "Configured";
60784
+ var _Confi = "Config";
59477
60785
  var _Conn = "Connections";
59478
60786
  var _Cor = "Cores";
59479
60787
  var _Cou = "Count";
@@ -59484,6 +60792,7 @@ var _DAA = "DescribeAccountAttributes";
59484
60792
  var _DAAI = "DelegatedAdminAccountId";
59485
60793
  var _DAAe = "DescribeAddressesAttribute";
59486
60794
  var _DAIF = "DescribeAggregateIdFormat";
60795
+ var _DAIS = "DisableAllowedImagesSettings";
59487
60796
  var _DAIT = "DenyAllIgwTraffic";
59488
60797
  var _DANPMS = "DescribeAwsNetworkPerformanceMetricSubscriptions";
59489
60798
  var _DANPMSi = "DisableAwsNetworkPerformanceMetricSubscription";
@@ -59540,6 +60849,7 @@ var _DCi = "DiskContainers";
59540
60849
  var _DCis = "DiskContainer";
59541
60850
  var _DDO = "DeleteDhcpOptions";
59542
60851
  var _DDOe = "DescribeDhcpOptions";
60852
+ var _DDPR = "DescribeDeclarativePoliciesReports";
59543
60853
  var _DE = "DnsEntries";
59544
60854
  var _DECIR = "DisassociateEnclaveCertificateIamRole";
59545
60855
  var _DEEBD = "DisableEbsEncryptionByDefault";
@@ -59549,6 +60859,7 @@ var _DEKI = "DataEncryptionKeyId";
59549
60859
  var _DEOIG = "DeleteEgressOnlyInternetGateway";
59550
60860
  var _DEOIGe = "DescribeEgressOnlyInternetGateways";
59551
60861
  var _DET = "DescribeExportTasks";
60862
+ var _DEn = "DnsEntry";
59552
60863
  var _DF = "DeleteFleets";
59553
60864
  var _DFA = "DefaultForAz";
59554
60865
  var _DFH = "DescribeFleetHistory";
@@ -59800,6 +61111,7 @@ var _DTMS = "DeleteTrafficMirrorSession";
59800
61111
  var _DTMSe = "DescribeTrafficMirrorSessions";
59801
61112
  var _DTMT = "DeleteTrafficMirrorTarget";
59802
61113
  var _DTMTe = "DescribeTrafficMirrorTargets";
61114
+ var _DTP = "DeviceTrustProviders";
59803
61115
  var _DTPC = "DefaultThreadsPerCore";
59804
61116
  var _DTPT = "DeviceTrustProviderType";
59805
61117
  var _DTS = "DpdTimeoutSeconds";
@@ -59837,6 +61149,7 @@ var _DVCe = "DescribeVpnConnections";
59837
61149
  var _DVCef = "DefaultVCpus";
59838
61150
  var _DVD = "DeviceValidationDomain";
59839
61151
  var _DVE = "DeleteVpcEndpoints";
61152
+ var _DVEA = "DescribeVpcEndpointAssociations";
59840
61153
  var _DVEC = "DescribeVpcEndpointConnections";
59841
61154
  var _DVECN = "DeleteVpcEndpointConnectionNotifications";
59842
61155
  var _DVECNe = "DescribeVpcEndpointConnectionNotifications";
@@ -59872,8 +61185,10 @@ var _Do = "Domain";
59872
61185
  var _Du = "Duration";
59873
61186
  var _E = "Ebs";
59874
61187
  var _EA = "EnableAcceleration";
61188
+ var _EAIS = "EnableAllowedImagesSettings";
59875
61189
  var _EANPMS = "EnableAwsNetworkPerformanceMetricSubscription";
59876
61190
  var _EAT = "EnableAddressTransfer";
61191
+ var _EAx = "ExclusionsAllowed";
59877
61192
  var _EB = "EgressBytes";
59878
61193
  var _EBV = "ExcludeBootVolume";
59879
61194
  var _EC = "ErrorCode";
@@ -59986,6 +61301,7 @@ var _ETx = "ExpirationTime";
59986
61301
  var _ETxp = "ExportTask";
59987
61302
  var _ETxpo = "ExportTasks";
59988
61303
  var _EU = "ExecutableUsers";
61304
+ var _EVAICC = "ExportVerifiedAccessInstanceClientConfiguration";
59989
61305
  var _EVCL = "EnableVpcClassicLink";
59990
61306
  var _EVCLDS = "EnableVpcClassicLinkDnsSupport";
59991
61307
  var _EVIO = "EnableVolumeIO";
@@ -60061,6 +61377,7 @@ var _G = "Groups";
60061
61377
  var _GA = "GroupArn";
60062
61378
  var _GAECIR = "GetAssociatedEnclaveCertificateIamRoles";
60063
61379
  var _GAIPC = "GetAssociatedIpv6PoolCidrs";
61380
+ var _GAIS = "GetAllowedImagesSettings";
60064
61381
  var _GANPD = "GetAwsNetworkPerformanceData";
60065
61382
  var _GAS = "GatewayAssociationState";
60066
61383
  var _GCO = "GetConsoleOutput";
@@ -60069,6 +61386,7 @@ var _GCRU = "GetCapacityReservationUsage";
60069
61386
  var _GCS = "GetConsoleScreenshot";
60070
61387
  var _GD = "GroupDescription";
60071
61388
  var _GDCS = "GetDefaultCreditSpecification";
61389
+ var _GDPRS = "GetDeclarativePoliciesReportSummary";
60072
61390
  var _GEDKKI = "GetEbsDefaultKmsKeyId";
60073
61391
  var _GEEBD = "GetEbsEncryptionByDefault";
60074
61392
  var _GFLIT = "GetFlowLogsIntegrationTemplate";
@@ -60119,6 +61437,7 @@ var _GTGPTE = "GetTransitGatewayPolicyTableEntries";
60119
61437
  var _GTGRTA = "GetTransitGatewayRouteTableAssociations";
60120
61438
  var _GTGRTP = "GetTransitGatewayRouteTablePropagations";
60121
61439
  var _GVAEP = "GetVerifiedAccessEndpointPolicy";
61440
+ var _GVAET = "GetVerifiedAccessEndpointTargets";
60122
61441
  var _GVAGP = "GetVerifiedAccessGroupPolicy";
60123
61442
  var _GVCDSC = "GetVpnConnectionDeviceSampleConfiguration";
60124
61443
  var _GVCDT = "GetVpnConnectionDeviceTypes";
@@ -60159,6 +61478,7 @@ var _IAPI = "Ipv4AddressesPerInterface";
60159
61478
  var _IAPIp = "Ipv6AddressesPerInterface";
60160
61479
  var _IAT = "IpAddressType";
60161
61480
  var _IATOI = "IncludeAllTagsOfInstance";
61481
+ var _IAm = "ImageAllowed";
60162
61482
  var _IAn = "InterfaceAssociation";
60163
61483
  var _IAnt = "InterfaceAssociations";
60164
61484
  var _IAp = "IpAddress";
@@ -60182,6 +61502,7 @@ var _ICEIn = "InstanceConnectEndpointIds";
60182
61502
  var _ICEn = "InstanceConnectEndpoints";
60183
61503
  var _ICS = "InstanceCreditSpecifications";
60184
61504
  var _ICVCCRL = "ImportClientVpnClientCertificateRevocationList";
61505
+ var _ICm = "ImageCriteria";
60185
61506
  var _ICn = "InstanceCounts";
60186
61507
  var _ICp = "Ipv6Cidr";
60187
61508
  var _ID = "IncludeDeprecated";
@@ -60273,6 +61594,7 @@ var _IPK = "IncludePublicKey";
60273
61594
  var _IPO = "IpamPoolOwner";
60274
61595
  var _IPR = "IsPermanentRestore";
60275
61596
  var _IPTUC = "InstancePoolsToUseCount";
61597
+ var _IPm = "ImageProviders";
60276
61598
  var _IPn = "InstancePlatform";
60277
61599
  var _IPng = "IngressPackets";
60278
61600
  var _IPns = "InstancePort";
@@ -60284,6 +61606,7 @@ var _IPpa = "IpamPool";
60284
61606
  var _IPpam = "IpamPools";
60285
61607
  var _IPpe = "IpPermissions";
60286
61608
  var _IPpr = "IpProtocol";
61609
+ var _IPpre = "IpPrefixes";
60287
61610
  var _IPpv = "Ipv6Pool";
60288
61611
  var _IPpvo = "Ipv6Pools";
60289
61612
  var _IPpvr = "Ipv4Prefix";
@@ -60500,6 +61823,7 @@ var _MAS = "MovingAddressStatuses";
60500
61823
  var _MATV = "MoveAddressToVpc";
60501
61824
  var _MAZG = "ModifyAvailabilityZoneGroup";
60502
61825
  var _MAa = "MacAddress";
61826
+ var _MB = "ManagedBy";
60503
61827
  var _MBCTI = "MoveByoipCidrToIpam";
60504
61828
  var _MBIM = "MaximumBandwidthInMbps";
60505
61829
  var _MC = "MaxCount";
@@ -60522,8 +61846,10 @@ var _MDi = "MinDuration";
60522
61846
  var _ME = "MaxEntries";
60523
61847
  var _MEDKKI = "ModifyEbsDefaultKmsKeyId";
60524
61848
  var _MEI = "MaximumEfaInterfaces";
61849
+ var _MEM = "ManagedExceptionMessage";
60525
61850
  var _MF = "ModifyFleet";
60526
61851
  var _MFIA = "ModifyFpgaImageAttribute";
61852
+ var _MFV = "MostFrequentValue";
60527
61853
  var _MG = "MulticastGroups";
60528
61854
  var _MGBPVC = "MemoryGiBPerVCpu";
60529
61855
  var _MH = "ModifyHosts";
@@ -60640,6 +61966,7 @@ var _NAAI = "NetworkAclAssociationId";
60640
61966
  var _NAI = "NetworkAclId";
60641
61967
  var _NAIe = "NetworkAclIds";
60642
61968
  var _NAIew = "NewAssociationId";
61969
+ var _NAOO = "NativeApplicationOidcOptions";
60643
61970
  var _NAe = "NetworkAcls";
60644
61971
  var _NAo = "NotAfter";
60645
61972
  var _NB = "NotBefore";
@@ -60696,6 +62023,10 @@ var _NL = "NetmaskLength";
60696
62023
  var _NLBA = "NetworkLoadBalancerArn";
60697
62024
  var _NLBAe = "NetworkLoadBalancerArns";
60698
62025
  var _NN = "NetworkNodes";
62026
+ var _NOA = "NumberOfAccounts";
62027
+ var _NOFA = "NumberOfFailedAccounts";
62028
+ var _NOMA = "NumberOfMatchedAccounts";
62029
+ var _NOUA = "NumberOfUnmatchedAccounts";
60699
62030
  var _NP = "NetworkPerformance";
60700
62031
  var _NPF = "NetworkPathFound";
60701
62032
  var _NPe = "NetworkPlatform";
@@ -60707,6 +62038,7 @@ var _NT = "NextToken";
60707
62038
  var _NTI = "NitroTpmInfo";
60708
62039
  var _NTS = "NitroTpmSupport";
60709
62040
  var _NTe = "NetworkType";
62041
+ var _Na = "Nameservers";
60710
62042
  var _O = "Operator";
60711
62043
  var _OA = "OutpostArn";
60712
62044
  var _OAr = "OrganizationArn";
@@ -60749,6 +62081,7 @@ var _OUA = "OrganizationalUnitArn";
60749
62081
  var _OUAr = "OrganizationalUnitArns";
60750
62082
  var _OUE = "OrganizationalUnitExclusions";
60751
62083
  var _OUI = "OrganizationalUnitId";
62084
+ var _OVC = "OpenVpnConfigurations";
60752
62085
  var _OVT = "OriginalVolumeType";
60753
62086
  var _Op = "Options";
60754
62087
  var _Or = "Origin";
@@ -60785,6 +62118,7 @@ var _PCoo = "PoolCount";
60785
62118
  var _PCr = "ProductCodes";
60786
62119
  var _PD = "PolicyDocument";
60787
62120
  var _PDE = "PrivateDnsEnabled";
62121
+ var _PDEr = "PrivateDnsEntry";
60788
62122
  var _PDHGN = "Phase1DHGroupNumbers";
60789
62123
  var _PDHGNh = "Phase2DHGroupNumbers";
60790
62124
  var _PDHT = "PrivateDnsHostnameType";
@@ -60811,6 +62145,7 @@ var _PE = "PolicyEnabled";
60811
62145
  var _PEA = "Phase1EncryptionAlgorithms";
60812
62146
  var _PEAh = "Phase2EncryptionAlgorithms";
60813
62147
  var _PED = "PartitionEndDate";
62148
+ var _PEk = "PkceEnabled";
60814
62149
  var _PF = "PacketField";
60815
62150
  var _PFS = "PreviousFleetState";
60816
62151
  var _PG = "PlacementGroup";
@@ -60881,6 +62216,7 @@ var _PSET = "PreviousSlotEndTime";
60881
62216
  var _PSFRS = "PreviousSpotFleetRequestState";
60882
62217
  var _PSI = "PurchaseScheduledInstances";
60883
62218
  var _PSK = "PreSharedKey";
62219
+ var _PSKE = "PublicSigningKeyEndpoint";
60884
62220
  var _PSKU = "PublicSigningKeyUrl";
60885
62221
  var _PSe = "PeeringStatus";
60886
62222
  var _PSer = "PermissionState";
@@ -60935,6 +62271,8 @@ var _RBET = "RecycleBinEnterTime";
60935
62271
  var _RBETe = "RecycleBinExitTime";
60936
62272
  var _RBUI = "RestorableByUserIds";
60937
62273
  var _RC = "ResourceCidr";
62274
+ var _RCA = "ResourceConfigurationArn";
62275
+ var _RCGA = "ResourceConfigurationGroupArn";
60938
62276
  var _RCRBO = "RejectCapacityReservationBillingOwnership";
60939
62277
  var _RCS = "ResourceComplianceStatus";
60940
62278
  var _RCVI = "RevokeClientVpnIngress";
@@ -60943,15 +62281,19 @@ var _RCec = "RecurringCharges";
60943
62281
  var _RCet = "ReturnCode";
60944
62282
  var _RD = "RestoreDuration";
60945
62283
  var _RDAC = "ResourceDiscoveryAssociationCount";
62284
+ var _RDCA = "RdsDbClusterArn";
60946
62285
  var _RDI = "RamDiskId";
62286
+ var _RDIA = "RdsDbInstanceArn";
60947
62287
  var _RDN = "RootDeviceName";
62288
+ var _RDPA = "RdsDbProxyArn";
60948
62289
  var _RDS = "ResourceDiscoveryStatus";
60949
62290
  var _RDT = "RootDeviceType";
60950
- var _RE = "RemoveEntries";
62291
+ var _RE = "RdsEndpoint";
60951
62292
  var _RED = "RemoveEndDate";
60952
62293
  var _REDKKI = "ResetEbsDefaultKmsKeyId";
60953
62294
  var _RET = "RestoreExpiryTime";
60954
- var _REe = "ResponseError";
62295
+ var _REe = "RemoveEntries";
62296
+ var _REes = "ResponseError";
60955
62297
  var _RF = "RemoveFields";
60956
62298
  var _RFIA = "ResetFpgaImageAttribute";
60957
62299
  var _RFP = "RekeyFuzzPercentage";
@@ -60967,6 +62309,7 @@ var _RHS = "RequireHibernateSupport";
60967
62309
  var _RI = "RebootInstances";
60968
62310
  var _RIA = "ResetImageAttribute";
60969
62311
  var _RIAe = "ResetInstanceAttribute";
62312
+ var _RICIAIS = "ReplaceImageCriteriaInAllowedImagesSettings";
60970
62313
  var _RIENA = "RegisterInstanceEventNotificationAttributes";
60971
62314
  var _RIFRB = "RestoreImageFromRecycleBin";
60972
62315
  var _RII = "ReservedInstanceIds";
@@ -60990,6 +62333,8 @@ var _RIVR = "ReservedInstanceValueRollup";
60990
62333
  var _RIVS = "ReservedInstanceValueSet";
60991
62334
  var _RIa = "RamdiskId";
60992
62335
  var _RIe = "RegisterImage";
62336
+ var _RIep = "ReportId";
62337
+ var _RIepo = "ReportIds";
60993
62338
  var _RIeq = "RequesterId";
60994
62339
  var _RIes = "ResourceIds";
60995
62340
  var _RIese = "ReservedInstances";
@@ -61013,11 +62358,12 @@ var _RNe = "RegionNames";
61013
62358
  var _RNes = "ResourceName";
61014
62359
  var _RNo = "RoleName";
61015
62360
  var _RNu = "RuleNumber";
61016
- var _RO = "ResourceOwner";
62361
+ var _RO = "RdsOptions";
61017
62362
  var _ROI = "ResourceOwnerId";
61018
62363
  var _ROR = "RemoveOperatingRegions";
61019
62364
  var _ROS = "ResourceOverlapStatus";
61020
62365
  var _ROUE = "RemoveOrganizationalUnitExclusions";
62366
+ var _ROe = "ResourceOwner";
61021
62367
  var _ROo = "RouteOrigin";
61022
62368
  var _ROu = "RuleOptions";
61023
62369
  var _RP = "ResetPolicy";
@@ -61048,6 +62394,7 @@ var _RSR = "RemoveSupportedRegions";
61048
62394
  var _RST = "RestoreSnapshotTier";
61049
62395
  var _RSTe = "RestoreStartTime";
61050
62396
  var _RSe = "ResourceStatement";
62397
+ var _RSeg = "RegionalSummaries";
61051
62398
  var _RT = "ResourceType";
61052
62399
  var _RTAI = "RouteTableAssociationId";
61053
62400
  var _RTGCB = "RemoveTransitGatewayCidrBlocks";
@@ -61087,6 +62434,7 @@ var _Rec = "Recurrence";
61087
62434
  var _Reg = "Regions";
61088
62435
  var _Regi = "Region";
61089
62436
  var _Rem = "Remove";
62437
+ var _Rep = "Reports";
61090
62438
  var _Req = "Requested";
61091
62439
  var _Res = "Resource";
61092
62440
  var _Rese = "Reservations";
@@ -61126,12 +62474,14 @@ var _SDC = "SourceDestCheck";
61126
62474
  var _SDI = "SendDiagnosticInterrupt";
61127
62475
  var _SDIH = "SlotDurationInHours";
61128
62476
  var _SDLTV = "SuccessfullyDeletedLaunchTemplateVersions";
62477
+ var _SDPR = "StartDeclarativePoliciesReport";
61129
62478
  var _SDR = "StartDateRange";
61130
62479
  var _SDS = "SpotDatafeedSubscription";
61131
62480
  var _SDV = "SetDefaultVersion";
61132
62481
  var _SDe = "ServiceDetails";
61133
62482
  var _SDn = "SnapshotDetails";
61134
62483
  var _SDp = "SpreadDomain";
62484
+ var _SDu = "SubDomain";
61135
62485
  var _SEL = "S3ExportLocation";
61136
62486
  var _SET = "SampledEndTime";
61137
62487
  var _SF = "SupportedFeatures";
@@ -61205,8 +62555,10 @@ var _SMS = "SpotMaintenanceStrategies";
61205
62555
  var _SMTP = "SpotMaxTotalPrice";
61206
62556
  var _SMt = "StateMessage";
61207
62557
  var _SN = "SessionNumber";
62558
+ var _SNA = "ServiceNetworkArn";
61208
62559
  var _SNIA = "StartNetworkInsightsAnalysis";
61209
62560
  var _SNIASA = "StartNetworkInsightsAccessScopeAnalysis";
62561
+ var _SNN = "ServiceNetworkName";
61210
62562
  var _SNS = "SriovNetSupport";
61211
62563
  var _SNe = "ServiceName";
61212
62564
  var _SNeq = "SequenceNumber";
@@ -61282,6 +62634,7 @@ var _SWD = "StartWeekDay";
61282
62634
  var _S_ = "S3";
61283
62635
  var _Sc = "Scope";
61284
62636
  var _Sco = "Score";
62637
+ var _Scop = "Scopes";
61285
62638
  var _Se = "Service";
61286
62639
  var _Set = "Settings";
61287
62640
  var _Si = "Signature";
@@ -61381,7 +62734,8 @@ var _TIIC = "TunnelInsideIpv6Cidr";
61381
62734
  var _TIIV = "TunnelInsideIpVersion";
61382
62735
  var _TIMIMB = "TotalInferenceMemoryInMiB";
61383
62736
  var _TIWE = "TerminateInstancesWithExpiration";
61384
- var _TIa = "TargetIops";
62737
+ var _TIa = "TargetId";
62738
+ var _TIar = "TargetIops";
61385
62739
  var _TIe = "TenantId";
61386
62740
  var _TIer = "TerminatingInstances";
61387
62741
  var _TLSGB = "TotalLocalStorageGB";
@@ -61492,6 +62846,7 @@ var _USp = "UploadSize";
61492
62846
  var _USpl = "UploadStart";
61493
62847
  var _USs = "UsageStrategy";
61494
62848
  var _UT = "UdpTimeout";
62849
+ var _UTP = "UserTrustProvider";
61495
62850
  var _UTPT = "UserTrustProviderType";
61496
62851
  var _UTp = "UpdateTime";
61497
62852
  var _Un = "Unsuccessful";
@@ -61501,6 +62856,9 @@ var _VA = "VpcAttachment";
61501
62856
  var _VAE = "VerifiedAccessEndpoint";
61502
62857
  var _VAEI = "VerifiedAccessEndpointId";
61503
62858
  var _VAEIe = "VerifiedAccessEndpointIds";
62859
+ var _VAET = "VerifiedAccessEndpointTargets";
62860
+ var _VAETD = "VerifiedAccessEndpointTargetDns";
62861
+ var _VAETIA = "VerifiedAccessEndpointTargetIpAddress";
61504
62862
  var _VAEe = "VerifiedAccessEndpoints";
61505
62863
  var _VAG = "VerifiedAccessGroup";
61506
62864
  var _VAGA = "VerifiedAccessGroupArn";
@@ -61531,6 +62889,7 @@ var _VCa = "ValidCores";
61531
62889
  var _VCp = "VpnConnections";
61532
62890
  var _VD = "VersionDescription";
61533
62891
  var _VE = "VpcEndpoint";
62892
+ var _VEA = "VpcEndpointAssociations";
61534
62893
  var _VEC = "VpcEndpointConnections";
61535
62894
  var _VECI = "VpcEndpointConnectionId";
61536
62895
  var _VEI = "VpcEndpointIds";
@@ -61642,6 +63001,7 @@ var _aICv = "availableInstanceCount";
61642
63001
  var _aIPS = "assignedIpv6PrefixSet";
61643
63002
  var _aIPSs = "assignedIpv4PrefixSet";
61644
63003
  var _aIS = "activeInstanceSet";
63004
+ var _aISS = "allowedImagesSettingsState";
61645
63005
  var _aITS = "allowedInstanceTypeSet";
61646
63006
  var _aIc = "accountId";
61647
63007
  var _aIm = "amiId";
@@ -61671,6 +63031,8 @@ var _aPu = "autoPlacement";
61671
63031
  var _aR = "authorizationRule";
61672
63032
  var _aRA = "associatedRoleArn";
61673
63033
  var _aRAd = "additionalRoutesAvailable";
63034
+ var _aRAs = "associatedResourceAccessibility";
63035
+ var _aRAss = "associatedResourceArn";
61674
63036
  var _aRC = "acceptedRouteCount";
61675
63037
  var _aRS = "associatedRoleSet";
61676
63038
  var _aRSu = "autoRecoverySupported";
@@ -61684,6 +63046,7 @@ var _aRw = "awsRegion";
61684
63046
  var _aS = "associationState";
61685
63047
  var _aSA = "amazonSideAsn";
61686
63048
  var _aSS = "amdSevSnp";
63049
+ var _aSSt = "attributeSummarySet";
61687
63050
  var _aSc = "activityStatus";
61688
63051
  var _aSct = "actionsSet";
61689
63052
  var _aSd = "addressSet";
@@ -61803,6 +63166,7 @@ var _cDM = "completionDurationMinutes";
61803
63166
  var _cDr = "creationDate";
61804
63167
  var _cDre = "createdDate";
61805
63168
  var _cE = "connectionEvents";
63169
+ var _cECSD = "cidrEndpointsCustomSubDomain";
61806
63170
  var _cED = "commitmentEndDate";
61807
63171
  var _cET = "connectionEstablishedTime";
61808
63172
  var _cETo = "connectionEndTime";
@@ -61854,6 +63218,7 @@ var _cOI = "customerOwnedIp";
61854
63218
  var _cOIP = "customerOwnedIpv4Pool";
61855
63219
  var _cOP = "coolOffPeriod";
61856
63220
  var _cOPEO = "coolOffPeriodExpiresOn";
63221
+ var _cOi = "cidrOptions";
61857
63222
  var _cP = "coipPool";
61858
63223
  var _cPC = "connectPeerConfiguration";
61859
63224
  var _cPI = "coipPoolId";
@@ -61911,6 +63276,7 @@ var _ci = "cidr";
61911
63276
  var _co = "code";
61912
63277
  var _con = "connections";
61913
63278
  var _conf = "configured";
63279
+ var _confi = "config";
61914
63280
  var _cont = "context";
61915
63281
  var _cor = "cores";
61916
63282
  var _cou = "count";
@@ -61931,6 +63297,7 @@ var _dCB = "destinationCidrBlock";
61931
63297
  var _dCR = "destinationCapacityReservation";
61932
63298
  var _dCS = "dhcpConfigurationSet";
61933
63299
  var _dCe = "defaultCores";
63300
+ var _dE = "dnsEntry";
61934
63301
  var _dEKI = "dataEncryptionKeyId";
61935
63302
  var _dES = "dnsEntrySet";
61936
63303
  var _dFA = "defaultForAz";
@@ -61987,6 +63354,7 @@ var _dT = "deletionTime";
61987
63354
  var _dTA = "dpdTimeoutAction";
61988
63355
  var _dTCT = "defaultTargetCapacityType";
61989
63356
  var _dTPC = "defaultThreadsPerCore";
63357
+ var _dTPS = "deviceTrustProviderSet";
61990
63358
  var _dTPT = "deviceTrustProviderType";
61991
63359
  var _dTS = "dpdTimeoutSeconds";
61992
63360
  var _dTe = "deprecationTime";
@@ -62009,7 +63377,8 @@ var _dis = "disks";
62009
63377
  var _do = "domain";
62010
63378
  var _du = "duration";
62011
63379
  var _e = "egress";
62012
- var _eA = "enableAcceleration";
63380
+ var _eA = "exclusionsAllowed";
63381
+ var _eAn = "enableAcceleration";
62013
63382
  var _eB = "egressBytes";
62014
63383
  var _eC = "errorCode";
62015
63384
  var _eCTP = "excessCapacityTerminationPolicy";
@@ -62088,10 +63457,10 @@ var _eTLC = "enableTunnelLifecycleControl";
62088
63457
  var _eTS = "exportTaskSet";
62089
63458
  var _eTSi = "eipTagSet";
62090
63459
  var _eTSx = "exportToS3";
62091
- var _eTn = "enablingTime";
62092
- var _eTna = "enabledTime";
63460
+ var _eTn = "endTime";
63461
+ var _eTna = "enablingTime";
63462
+ var _eTnab = "enabledTime";
62093
63463
  var _eTnd = "endpointType";
62094
- var _eTndi = "endTime";
62095
63464
  var _eTv = "eventType";
62096
63465
  var _eTx = "exportTask";
62097
63466
  var _eWD = "endWeekDay";
@@ -62199,6 +63568,7 @@ var _iAS = "interfaceAssociationSet";
62199
63568
  var _iASp = "ipv6AddressesSet";
62200
63569
  var _iAT = "ipAddressType";
62201
63570
  var _iATOI = "includeAllTagsOfInstance";
63571
+ var _iAm = "imageAllowed";
62202
63572
  var _iAp = "ipAddress";
62203
63573
  var _iApa = "ipamArn";
62204
63574
  var _iApv = "ipv6Address";
@@ -62216,6 +63586,7 @@ var _iCE = "instanceConnectEndpoint";
62216
63586
  var _iCEA = "instanceConnectEndpointArn";
62217
63587
  var _iCEI = "instanceConnectEndpointId";
62218
63588
  var _iCES = "instanceConnectEndpointSet";
63589
+ var _iCS = "imageCriterionSet";
62219
63590
  var _iCSS = "instanceCreditSpecificationSet";
62220
63591
  var _iCn = "instanceCounts";
62221
63592
  var _iCp = "ipv6Cidr";
@@ -62289,7 +63660,9 @@ var _iPI = "isPrimaryIpv6";
62289
63660
  var _iPIp = "ipamPoolId";
62290
63661
  var _iPR = "isPermanentRestore";
62291
63662
  var _iPS = "ipamPoolSet";
63663
+ var _iPSm = "imageProviderSet";
62292
63664
  var _iPSp = "ipv6PoolSet";
63665
+ var _iPSpr = "ipPrefixSet";
62293
63666
  var _iPSpv = "ipv4PrefixSet";
62294
63667
  var _iPSpvr = "ipv6PrefixSet";
62295
63668
  var _iPTUC = "instancePoolsToUseCount";
@@ -62486,6 +63859,7 @@ var _mAI = "maxAggregationInterval";
62486
63859
  var _mAIe = "mediaAcceleratorInfo";
62487
63860
  var _mASS = "movingAddressStatusSet";
62488
63861
  var _mAa = "macAddress";
63862
+ var _mB = "managedBy";
62489
63863
  var _mBIM = "maximumBandwidthInMbps";
62490
63864
  var _mC = "missingComponent";
62491
63865
  var _mCOIOL = "mapCustomerOwnedIpOnLaunch";
@@ -62496,6 +63870,8 @@ var _mDV = "metaDataValue";
62496
63870
  var _mDe = "metaData";
62497
63871
  var _mE = "maxEntries";
62498
63872
  var _mEI = "maximumEfaInterfaces";
63873
+ var _mEM = "managedExceptionMessage";
63874
+ var _mFV = "mostFrequentValue";
62499
63875
  var _mG = "multicastGroups";
62500
63876
  var _mGBPVC = "memoryGiBPerVCpu";
62501
63877
  var _mHS = "macHostSet";
@@ -62545,6 +63921,7 @@ var _nA = "networkAcl";
62545
63921
  var _nAAI = "networkAclAssociationId";
62546
63922
  var _nAI = "networkAclId";
62547
63923
  var _nAIe = "newAssociationId";
63924
+ var _nAOO = "nativeApplicationOidcOptions";
62548
63925
  var _nAS = "networkAclSet";
62549
63926
  var _nAo = "notAfter";
62550
63927
  var _nB = "notBefore";
@@ -62595,12 +63972,17 @@ var _nL = "netmaskLength";
62595
63972
  var _nLBA = "networkLoadBalancerArn";
62596
63973
  var _nLBAS = "networkLoadBalancerArnSet";
62597
63974
  var _nNS = "networkNodeSet";
63975
+ var _nOA = "numberOfAccounts";
63976
+ var _nOFA = "numberOfFailedAccounts";
63977
+ var _nOMA = "numberOfMatchedAccounts";
63978
+ var _nOUA = "numberOfUnmatchedAccounts";
62598
63979
  var _nP = "networkPerformance";
62599
63980
  var _nPF = "networkPathFound";
62600
63981
  var _nPe = "networkPlatform";
62601
63982
  var _nS = "nvmeSupport";
62602
63983
  var _nSS = "networkServiceSet";
62603
63984
  var _nSST = "nextSlotStartTime";
63985
+ var _nSa = "nameserverSet";
62604
63986
  var _nT = "networkType";
62605
63987
  var _nTI = "nitroTpmInfo";
62606
63988
  var _nTS = "nitroTpmSupport";
@@ -62642,6 +64024,7 @@ var _oU = "occurrenceUnit";
62642
64024
  var _oUA = "organizationalUnitArn";
62643
64025
  var _oUES = "organizationalUnitExclusionSet";
62644
64026
  var _oUI = "organizationalUnitId";
64027
+ var _oVCS = "openVpnConfigurationSet";
62645
64028
  var _oVT = "originalVolumeType";
62646
64029
  var _op = "operator";
62647
64030
  var _opt = "options";
@@ -62671,6 +64054,7 @@ var _pCo = "poolCount";
62671
64054
  var _pCr = "productCode";
62672
64055
  var _pD = "passwordData";
62673
64056
  var _pDE = "privateDnsEnabled";
64057
+ var _pDEr = "privateDnsEntry";
62674
64058
  var _pDHGNS = "phase1DHGroupNumberSet";
62675
64059
  var _pDHGNSh = "phase2DHGroupNumberSet";
62676
64060
  var _pDN = "privateDnsName";
@@ -62693,6 +64077,7 @@ var _pDr = "productDescription";
62693
64077
  var _pE = "policyEnabled";
62694
64078
  var _pEAS = "phase1EncryptionAlgorithmSet";
62695
64079
  var _pEASh = "phase2EncryptionAlgorithmSet";
64080
+ var _pEk = "pkceEnabled";
62696
64081
  var _pF = "packetField";
62697
64082
  var _pFS = "previousFleetState";
62698
64083
  var _pG = "placementGroup";
@@ -62744,6 +64129,7 @@ var _pS = "previousState";
62744
64129
  var _pSET = "previousSlotEndTime";
62745
64130
  var _pSFRS = "previousSpotFleetRequestState";
62746
64131
  var _pSK = "preSharedKey";
64132
+ var _pSKE = "publicSigningKeyEndpoint";
62747
64133
  var _pSKU = "publicSigningKeyUrl";
62748
64134
  var _pSe = "permissionState";
62749
64135
  var _pSee = "peeringStatus";
@@ -62783,17 +64169,23 @@ var _rB = "requestedBy";
62783
64169
  var _rBET = "recycleBinEnterTime";
62784
64170
  var _rBETe = "recycleBinExitTime";
62785
64171
  var _rC = "returnCode";
64172
+ var _rCA = "resourceConfigurationArn";
64173
+ var _rCGA = "resourceConfigurationGroupArn";
62786
64174
  var _rCS = "resourceComplianceStatus";
62787
64175
  var _rCe = "resourceCidr";
62788
64176
  var _rCec = "recurringCharges";
62789
64177
  var _rD = "restoreDuration";
62790
64178
  var _rDAC = "resourceDiscoveryAssociationCount";
64179
+ var _rDCA = "rdsDbClusterArn";
62791
64180
  var _rDI = "ramDiskId";
64181
+ var _rDIA = "rdsDbInstanceArn";
62792
64182
  var _rDN = "rootDeviceName";
64183
+ var _rDPA = "rdsDbProxyArn";
62793
64184
  var _rDS = "resourceDiscoveryStatus";
62794
64185
  var _rDT = "rootDeviceType";
62795
64186
  var _rE = "responseError";
62796
64187
  var _rET = "restoreExpiryTime";
64188
+ var _rEd = "rdsEndpoint";
62797
64189
  var _rEe = "regionEndpoint";
62798
64190
  var _rFP = "rekeyFuzzPercentage";
62799
64191
  var _rGA = "ruleGroupArn";
@@ -62803,7 +64195,7 @@ var _rGROPS = "ruleGroupRuleOptionsPairSet";
62803
64195
  var _rGT = "ruleGroupType";
62804
64196
  var _rGTPS = "ruleGroupTypePairSet";
62805
64197
  var _rHS = "requireHibernateSupport";
62806
- var _rI = "regionInfo";
64198
+ var _rI = "reportId";
62807
64199
  var _rII = "reservedInstancesId";
62808
64200
  var _rIIe = "reservedInstanceId";
62809
64201
  var _rILI = "reservedInstancesListingId";
@@ -62818,9 +64210,10 @@ var _rIS = "reservedInstancesSet";
62818
64210
  var _rIVR = "reservedInstanceValueRollup";
62819
64211
  var _rIVS = "reservedInstanceValueSet";
62820
64212
  var _rIa = "ramdiskId";
62821
- var _rIe = "resourceId";
64213
+ var _rIe = "regionInfo";
62822
64214
  var _rIeq = "requesterId";
62823
- var _rIes = "reservationId";
64215
+ var _rIes = "resourceId";
64216
+ var _rIese = "reservationId";
62824
64217
  var _rM = "requesterManaged";
62825
64218
  var _rMGM = "registeredMulticastGroupMembers";
62826
64219
  var _rMGS = "registeredMulticastGroupSources";
@@ -62834,6 +64227,7 @@ var _rO = "resourceOwner";
62834
64227
  var _rOI = "resourceOwnerId";
62835
64228
  var _rOS = "ruleOptionSet";
62836
64229
  var _rOSe = "resourceOverlapStatus";
64230
+ var _rOd = "rdsOptions";
62837
64231
  var _rOo = "routeOrigin";
62838
64232
  var _rPCO = "requesterPeeringConnectionOptions";
62839
64233
  var _rPCS = "returnPathComponentSet";
@@ -62843,11 +64237,13 @@ var _rRVTI = "replaceRootVolumeTaskId";
62843
64237
  var _rRVTS = "replaceRootVolumeTaskSet";
62844
64238
  var _rS = "referenceSet";
62845
64239
  var _rSGRS = "revokedSecurityGroupRuleSet";
64240
+ var _rSS = "regionalSummarySet";
62846
64241
  var _rST = "restoreStartTime";
62847
- var _rSe = "reservationSet";
64242
+ var _rSe = "reportSet";
62848
64243
  var _rSep = "replacementStrategy";
62849
- var _rSes = "resourceStatement";
62850
- var _rSeso = "resourceSet";
64244
+ var _rSes = "reservationSet";
64245
+ var _rSeso = "resourceStatement";
64246
+ var _rSesou = "resourceSet";
62851
64247
  var _rSo = "routeSet";
62852
64248
  var _rT = "reservationType";
62853
64249
  var _rTAI = "routeTableAssociationId";
@@ -62871,12 +64267,12 @@ var _rVIe = "requesterVpcInfo";
62871
64267
  var _rVe = "reservationValue";
62872
64268
  var _rWS = "replayWindowSize";
62873
64269
  var _ra = "ramdisk";
62874
- var _re = "result";
64270
+ var _re = "region";
62875
64271
  var _rea = "reason";
62876
64272
  var _rec = "recurrence";
62877
- var _reg = "region";
62878
64273
  var _req = "requested";
62879
- var _res = "resource";
64274
+ var _res = "result";
64275
+ var _reso = "resource";
62880
64276
  var _ro = "route";
62881
64277
  var _rou = "routes";
62882
64278
  var _s = "source";
@@ -62909,6 +64305,7 @@ var _sDS = "spotDatafeedSubscription";
62909
64305
  var _sDSe = "serviceDetailSet";
62910
64306
  var _sDSn = "snapshotDetailSet";
62911
64307
  var _sDp = "spreadDomain";
64308
+ var _sDu = "subDomain";
62912
64309
  var _sEL = "s3ExportLocation";
62913
64310
  var _sET = "sampledEndTime";
62914
64311
  var _sF = "supportedFeatures";
@@ -62972,6 +64369,8 @@ var _sMS = "spotMaintenanceStrategies";
62972
64369
  var _sMTP = "spotMaxTotalPrice";
62973
64370
  var _sMt = "stateMessage";
62974
64371
  var _sN = "serviceName";
64372
+ var _sNA = "serviceNetworkArn";
64373
+ var _sNN = "serviceNetworkName";
62975
64374
  var _sNS = "serviceNameSet";
62976
64375
  var _sNSr = "sriovNetSupport";
62977
64376
  var _sNe = "sequenceNumber";
@@ -63036,6 +64435,7 @@ var _sWD = "startWeekDay";
63036
64435
  var _s_ = "s3";
63037
64436
  var _sc = "scope";
63038
64437
  var _sco = "score";
64438
+ var _scop = "scopes";
63039
64439
  var _se = "service";
63040
64440
  var _si = "size";
63041
64441
  var _so = "sockets";
@@ -63112,7 +64512,7 @@ var _tGVA = "transitGatewayVpcAttachment";
63112
64512
  var _tGVAr = "transitGatewayVpcAttachments";
63113
64513
  var _tGa = "targetGroups";
63114
64514
  var _tHP = "totalHourlyPrice";
63115
- var _tI = "tenantId";
64515
+ var _tI = "targetId";
63116
64516
  var _tIC = "totalInstanceCount";
63117
64517
  var _tICu = "tunnelInsideCidr";
63118
64518
  var _tII = "trunkInterfaceId";
@@ -63121,6 +64521,7 @@ var _tIIV = "tunnelInsideIpVersion";
63121
64521
  var _tIMIMB = "totalInferenceMemoryInMiB";
63122
64522
  var _tIWE = "terminateInstancesWithExpiration";
63123
64523
  var _tIa = "targetIops";
64524
+ var _tIe = "tenantId";
63124
64525
  var _tLSGB = "totalLocalStorageGB";
63125
64526
  var _tMAE = "targetMultiAttachEnabled";
63126
64527
  var _tMF = "trafficMirrorFilter";
@@ -63207,6 +64608,7 @@ var _uRBOI = "unusedReservationBillingOwnerId";
63207
64608
  var _uS = "usageStrategy";
63208
64609
  var _uST = "udpStreamTimeout";
63209
64610
  var _uT = "updateTime";
64611
+ var _uTP = "userTrustProvider";
63210
64612
  var _uTPT = "userTrustProviderType";
63211
64613
  var _uTd = "udpTimeout";
63212
64614
  var _ur = "url";
@@ -63215,6 +64617,9 @@ var _v = "value";
63215
64617
  var _vAE = "verifiedAccessEndpoint";
63216
64618
  var _vAEI = "verifiedAccessEndpointId";
63217
64619
  var _vAES = "verifiedAccessEndpointSet";
64620
+ var _vAETD = "verifiedAccessEndpointTargetDns";
64621
+ var _vAETIA = "verifiedAccessEndpointTargetIpAddress";
64622
+ var _vAETS = "verifiedAccessEndpointTargetSet";
63218
64623
  var _vAG = "verifiedAccessGroup";
63219
64624
  var _vAGA = "verifiedAccessGroupArn";
63220
64625
  var _vAGI = "verifiedAccessGroupId";
@@ -63239,6 +64644,7 @@ var _vCS = "vpnConnectionSet";
63239
64644
  var _vCa = "validCores";
63240
64645
  var _vD = "versionDescription";
63241
64646
  var _vE = "vpcEndpoint";
64647
+ var _vEAS = "vpcEndpointAssociationSet";
63242
64648
  var _vECI = "vpcEndpointConnectionId";
63243
64649
  var _vECS = "vpcEndpointConnectionSet";
63244
64650
  var _vEI = "vpcEndpointId";
@@ -63863,6 +65269,7 @@ var ResourceType = {
63863
65269
  client_vpn_endpoint: "client-vpn-endpoint",
63864
65270
  coip_pool: "coip-pool",
63865
65271
  customer_gateway: "customer-gateway",
65272
+ declarative_policies_report: "declarative-policies-report",
63866
65273
  dedicated_host: "dedicated-host",
63867
65274
  dhcp_options: "dhcp-options",
63868
65275
  egress_only_internet_gateway: "egress-only-internet-gateway",
@@ -63927,6 +65334,7 @@ var ResourceType = {
63927
65334
  transit_gateway_route_table: "transit-gateway-route-table",
63928
65335
  transit_gateway_route_table_announcement: "transit-gateway-route-table-announcement",
63929
65336
  verified_access_endpoint: "verified-access-endpoint",
65337
+ verified_access_endpoint_target: "verified-access-endpoint-target",
63930
65338
  verified_access_group: "verified-access-group",
63931
65339
  verified_access_instance: "verified-access-instance",
63932
65340
  verified_access_policy: "verified-access-policy",
@@ -64110,6 +65518,13 @@ var AllocationStrategy = {
64110
65518
  var AllocationType = {
64111
65519
  used: "used"
64112
65520
  };
65521
+ var AllowedImagesSettingsDisabledState = {
65522
+ disabled: "disabled"
65523
+ };
65524
+ var AllowedImagesSettingsEnabledState = {
65525
+ audit_mode: "audit-mode",
65526
+ enabled: "enabled"
65527
+ };
64113
65528
  var AllowsMultipleInstanceTypes = {
64114
65529
  off: "off",
64115
65530
  on: "on"
@@ -64308,38 +65723,6 @@ var CapacityReservationDeliveryPreference = {
64308
65723
  FIXED: "fixed",
64309
65724
  INCREMENTAL: "incremental"
64310
65725
  };
64311
- var EndDateType = {
64312
- limited: "limited",
64313
- unlimited: "unlimited"
64314
- };
64315
- var InstanceMatchCriteria = {
64316
- open: "open",
64317
- targeted: "targeted"
64318
- };
64319
- var CapacityReservationInstancePlatform = {
64320
- LINUX_UNIX: "Linux/UNIX",
64321
- LINUX_WITH_SQL_SERVER_ENTERPRISE: "Linux with SQL Server Enterprise",
64322
- LINUX_WITH_SQL_SERVER_STANDARD: "Linux with SQL Server Standard",
64323
- LINUX_WITH_SQL_SERVER_WEB: "Linux with SQL Server Web",
64324
- RED_HAT_ENTERPRISE_LINUX: "Red Hat Enterprise Linux",
64325
- RHEL_WITH_HA: "RHEL with HA",
64326
- RHEL_WITH_HA_AND_SQL_SERVER_ENTERPRISE: "RHEL with HA and SQL Server Enterprise",
64327
- RHEL_WITH_HA_AND_SQL_SERVER_STANDARD: "RHEL with HA and SQL Server Standard",
64328
- RHEL_WITH_SQL_SERVER_ENTERPRISE: "RHEL with SQL Server Enterprise",
64329
- RHEL_WITH_SQL_SERVER_STANDARD: "RHEL with SQL Server Standard",
64330
- RHEL_WITH_SQL_SERVER_WEB: "RHEL with SQL Server Web",
64331
- SUSE_LINUX: "SUSE Linux",
64332
- UBUNTU_PRO_LINUX: "Ubuntu Pro",
64333
- WINDOWS: "Windows",
64334
- WINDOWS_WITH_SQL_SERVER: "Windows with SQL Server",
64335
- WINDOWS_WITH_SQL_SERVER_ENTERPRISE: "Windows with SQL Server Enterprise",
64336
- WINDOWS_WITH_SQL_SERVER_STANDARD: "Windows with SQL Server Standard",
64337
- WINDOWS_WITH_SQL_SERVER_WEB: "Windows with SQL Server Web"
64338
- };
64339
- var CapacityReservationTenancy = {
64340
- dedicated: "dedicated",
64341
- default: "default"
64342
- };
64343
65726
  var OidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
64344
65727
  ...obj,
64345
65728
  ...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
@@ -64534,6 +65917,20 @@ var _CancelConversionTaskCommand = class _CancelConversionTaskCommand extends im
64534
65917
  __name(_CancelConversionTaskCommand, "CancelConversionTaskCommand");
64535
65918
  var CancelConversionTaskCommand = _CancelConversionTaskCommand;
64536
65919
 
65920
+ // src/commands/CancelDeclarativePoliciesReportCommand.ts
65921
+
65922
+
65923
+
65924
+ var _CancelDeclarativePoliciesReportCommand = class _CancelDeclarativePoliciesReportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
65925
+ return [
65926
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
65927
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
65928
+ ];
65929
+ }).s("AmazonEC2", "CancelDeclarativePoliciesReport", {}).n("EC2Client", "CancelDeclarativePoliciesReportCommand").f(void 0, void 0).ser(se_CancelDeclarativePoliciesReportCommand).de(de_CancelDeclarativePoliciesReportCommand).build() {
65930
+ };
65931
+ __name(_CancelDeclarativePoliciesReportCommand, "CancelDeclarativePoliciesReportCommand");
65932
+ var CancelDeclarativePoliciesReportCommand = _CancelDeclarativePoliciesReportCommand;
65933
+
64537
65934
  // src/commands/CancelExportTaskCommand.ts
64538
65935
 
64539
65936
 
@@ -65047,6 +66444,38 @@ var CreateIpamScopeCommand = _CreateIpamScopeCommand;
65047
66444
 
65048
66445
  // src/models/models_1.ts
65049
66446
 
66447
+ var EndDateType = {
66448
+ limited: "limited",
66449
+ unlimited: "unlimited"
66450
+ };
66451
+ var InstanceMatchCriteria = {
66452
+ open: "open",
66453
+ targeted: "targeted"
66454
+ };
66455
+ var CapacityReservationInstancePlatform = {
66456
+ LINUX_UNIX: "Linux/UNIX",
66457
+ LINUX_WITH_SQL_SERVER_ENTERPRISE: "Linux with SQL Server Enterprise",
66458
+ LINUX_WITH_SQL_SERVER_STANDARD: "Linux with SQL Server Standard",
66459
+ LINUX_WITH_SQL_SERVER_WEB: "Linux with SQL Server Web",
66460
+ RED_HAT_ENTERPRISE_LINUX: "Red Hat Enterprise Linux",
66461
+ RHEL_WITH_HA: "RHEL with HA",
66462
+ RHEL_WITH_HA_AND_SQL_SERVER_ENTERPRISE: "RHEL with HA and SQL Server Enterprise",
66463
+ RHEL_WITH_HA_AND_SQL_SERVER_STANDARD: "RHEL with HA and SQL Server Standard",
66464
+ RHEL_WITH_SQL_SERVER_ENTERPRISE: "RHEL with SQL Server Enterprise",
66465
+ RHEL_WITH_SQL_SERVER_STANDARD: "RHEL with SQL Server Standard",
66466
+ RHEL_WITH_SQL_SERVER_WEB: "RHEL with SQL Server Web",
66467
+ SUSE_LINUX: "SUSE Linux",
66468
+ UBUNTU_PRO_LINUX: "Ubuntu Pro",
66469
+ WINDOWS: "Windows",
66470
+ WINDOWS_WITH_SQL_SERVER: "Windows with SQL Server",
66471
+ WINDOWS_WITH_SQL_SERVER_ENTERPRISE: "Windows with SQL Server Enterprise",
66472
+ WINDOWS_WITH_SQL_SERVER_STANDARD: "Windows with SQL Server Standard",
66473
+ WINDOWS_WITH_SQL_SERVER_WEB: "Windows with SQL Server Web"
66474
+ };
66475
+ var CapacityReservationTenancy = {
66476
+ dedicated: "dedicated",
66477
+ default: "default"
66478
+ };
65050
66479
  var CapacityReservationType = {
65051
66480
  CAPACITY_BLOCK: "capacity-block",
65052
66481
  DEFAULT: "default"
@@ -65384,6 +66813,24 @@ var _InstanceType = {
65384
66813
  i4i_large: "i4i.large",
65385
66814
  i4i_metal: "i4i.metal",
65386
66815
  i4i_xlarge: "i4i.xlarge",
66816
+ i7ie_12xlarge: "i7ie.12xlarge",
66817
+ i7ie_18xlarge: "i7ie.18xlarge",
66818
+ i7ie_24xlarge: "i7ie.24xlarge",
66819
+ i7ie_2xlarge: "i7ie.2xlarge",
66820
+ i7ie_3xlarge: "i7ie.3xlarge",
66821
+ i7ie_48xlarge: "i7ie.48xlarge",
66822
+ i7ie_6xlarge: "i7ie.6xlarge",
66823
+ i7ie_large: "i7ie.large",
66824
+ i7ie_xlarge: "i7ie.xlarge",
66825
+ i8g_12xlarge: "i8g.12xlarge",
66826
+ i8g_16xlarge: "i8g.16xlarge",
66827
+ i8g_24xlarge: "i8g.24xlarge",
66828
+ i8g_2xlarge: "i8g.2xlarge",
66829
+ i8g_4xlarge: "i8g.4xlarge",
66830
+ i8g_8xlarge: "i8g.8xlarge",
66831
+ i8g_large: "i8g.large",
66832
+ i8g_metal_24xl: "i8g.metal-24xl",
66833
+ i8g_xlarge: "i8g.xlarge",
65387
66834
  im4gn_16xlarge: "im4gn.16xlarge",
65388
66835
  im4gn_2xlarge: "im4gn.2xlarge",
65389
66836
  im4gn_4xlarge: "im4gn.4xlarge",
@@ -66301,17 +67748,6 @@ var PrefixListState = {
66301
67748
  restore_failed: "restore-failed",
66302
67749
  restore_in_progress: "restore-in-progress"
66303
67750
  };
66304
- var ConnectivityType = {
66305
- PRIVATE: "private",
66306
- PUBLIC: "public"
66307
- };
66308
- var NatGatewayState = {
66309
- AVAILABLE: "available",
66310
- DELETED: "deleted",
66311
- DELETING: "deleting",
66312
- FAILED: "failed",
66313
- PENDING: "pending"
66314
- };
66315
67751
  var KeyPairFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
66316
67752
  ...obj,
66317
67753
  ...obj.KeyMaterial && { KeyMaterial: import_smithy_client.SENSITIVE_STRING }
@@ -67025,6 +68461,17 @@ var CreateVerifiedAccessInstanceCommand = _CreateVerifiedAccessInstanceCommand;
67025
68461
 
67026
68462
  // src/models/models_2.ts
67027
68463
 
68464
+ var ConnectivityType = {
68465
+ PRIVATE: "private",
68466
+ PUBLIC: "public"
68467
+ };
68468
+ var NatGatewayState = {
68469
+ AVAILABLE: "available",
68470
+ DELETED: "deleted",
68471
+ DELETING: "deleting",
68472
+ FAILED: "failed",
68473
+ PENDING: "pending"
68474
+ };
67028
68475
  var RuleAction = {
67029
68476
  allow: "allow",
67030
68477
  deny: "deny"
@@ -67253,13 +68700,16 @@ var TransitGatewayRouteTableAnnouncementState = {
67253
68700
  var VerifiedAccessEndpointAttachmentType = {
67254
68701
  vpc: "vpc"
67255
68702
  };
67256
- var VerifiedAccessEndpointType = {
67257
- load_balancer: "load-balancer",
67258
- network_interface: "network-interface"
67259
- };
67260
68703
  var VerifiedAccessEndpointProtocol = {
67261
68704
  http: "http",
67262
- https: "https"
68705
+ https: "https",
68706
+ tcp: "tcp"
68707
+ };
68708
+ var VerifiedAccessEndpointType = {
68709
+ cidr: "cidr",
68710
+ load_balancer: "load-balancer",
68711
+ network_interface: "network-interface",
68712
+ rds: "rds"
67263
68713
  };
67264
68714
  var VerifiedAccessEndpointStatusCode = {
67265
68715
  active: "active",
@@ -67306,7 +68756,9 @@ var IpAddressType = {
67306
68756
  var VpcEndpointType = {
67307
68757
  Gateway: "Gateway",
67308
68758
  GatewayLoadBalancer: "GatewayLoadBalancer",
67309
- Interface: "Interface"
68759
+ Interface: "Interface",
68760
+ Resource: "Resource",
68761
+ ServiceNetwork: "ServiceNetwork"
67310
68762
  };
67311
68763
  var State = {
67312
68764
  Available: "Available",
@@ -67314,6 +68766,7 @@ var State = {
67314
68766
  Deleting: "Deleting",
67315
68767
  Expired: "Expired",
67316
68768
  Failed: "Failed",
68769
+ Partial: "Partial",
67317
68770
  Pending: "Pending",
67318
68771
  PendingAcceptance: "PendingAcceptance",
67319
68772
  Rejected: "Rejected"
@@ -67372,21 +68825,10 @@ var TelemetryStatus = {
67372
68825
  DOWN: "DOWN",
67373
68826
  UP: "UP"
67374
68827
  };
67375
- var FleetStateCode = {
67376
- ACTIVE: "active",
67377
- DELETED: "deleted",
67378
- DELETED_RUNNING: "deleted_running",
67379
- DELETED_TERMINATING_INSTANCES: "deleted_terminating",
67380
- FAILED: "failed",
67381
- MODIFYING: "modifying",
67382
- SUBMITTED: "submitted"
67383
- };
67384
- var DeleteFleetErrorCode = {
67385
- FLEET_ID_DOES_NOT_EXIST: "fleetIdDoesNotExist",
67386
- FLEET_ID_MALFORMED: "fleetIdMalformed",
67387
- FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState",
67388
- UNEXPECTED_ERROR: "unexpectedError"
67389
- };
68828
+ var CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
68829
+ ...obj,
68830
+ ...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
68831
+ }), "CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog");
67390
68832
  var CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
67391
68833
  ...obj,
67392
68834
  ...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
@@ -67395,6 +68837,11 @@ var CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog = /* @__PURE__ */
67395
68837
  ...obj,
67396
68838
  ...obj.OidcOptions && {
67397
68839
  OidcOptions: CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions)
68840
+ },
68841
+ ...obj.NativeApplicationOidcOptions && {
68842
+ NativeApplicationOidcOptions: CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog(
68843
+ obj.NativeApplicationOidcOptions
68844
+ )
67398
68845
  }
67399
68846
  }), "CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog");
67400
68847
  var CreateVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
@@ -68506,6 +69953,21 @@ var DeleteVerifiedAccessInstanceCommand = _DeleteVerifiedAccessInstanceCommand;
68506
69953
 
68507
69954
  // src/models/models_3.ts
68508
69955
 
69956
+ var FleetStateCode = {
69957
+ ACTIVE: "active",
69958
+ DELETED: "deleted",
69959
+ DELETED_RUNNING: "deleted_running",
69960
+ DELETED_TERMINATING_INSTANCES: "deleted_terminating",
69961
+ FAILED: "failed",
69962
+ MODIFYING: "modifying",
69963
+ SUBMITTED: "submitted"
69964
+ };
69965
+ var DeleteFleetErrorCode = {
69966
+ FLEET_ID_DOES_NOT_EXIST: "fleetIdDoesNotExist",
69967
+ FLEET_ID_MALFORMED: "fleetIdMalformed",
69968
+ FLEET_NOT_IN_DELETABLE_STATE: "fleetNotInDeletableState",
69969
+ UNEXPECTED_ERROR: "unexpectedError"
69970
+ };
68509
69971
  var LaunchTemplateErrorCode = {
68510
69972
  LAUNCH_TEMPLATE_ID_DOES_NOT_EXIST: "launchTemplateIdDoesNotExist",
68511
69973
  LAUNCH_TEMPLATE_ID_MALFORMED: "launchTemplateIdMalformed",
@@ -68606,6 +70068,12 @@ var ConversionTaskState = {
68606
70068
  cancelling: "cancelling",
68607
70069
  completed: "completed"
68608
70070
  };
70071
+ var ReportState = {
70072
+ cancelled: "cancelled",
70073
+ complete: "complete",
70074
+ error: "error",
70075
+ running: "running"
70076
+ };
68609
70077
  var ElasticGpuStatus = {
68610
70078
  Impaired: "IMPAIRED",
68611
70079
  Ok: "OK"
@@ -68642,15 +70110,6 @@ var FleetActivityStatus = {
68642
70110
  PENDING_FULFILLMENT: "pending_fulfillment",
68643
70111
  PENDING_TERMINATION: "pending_termination"
68644
70112
  };
68645
- var FpgaImageAttributeName = {
68646
- description: "description",
68647
- loadPermission: "loadPermission",
68648
- name: "name",
68649
- productCodes: "productCodes"
68650
- };
68651
- var PermissionGroup = {
68652
- all: "all"
68653
- };
68654
70113
  var DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
68655
70114
  ...obj,
68656
70115
  ...obj.VerifiedAccessTrustProvider && {
@@ -69302,6 +70761,20 @@ var _DescribeCustomerGatewaysCommand = class _DescribeCustomerGatewaysCommand ex
69302
70761
  __name(_DescribeCustomerGatewaysCommand, "DescribeCustomerGatewaysCommand");
69303
70762
  var DescribeCustomerGatewaysCommand = _DescribeCustomerGatewaysCommand;
69304
70763
 
70764
+ // src/commands/DescribeDeclarativePoliciesReportsCommand.ts
70765
+
70766
+
70767
+
70768
+ var _DescribeDeclarativePoliciesReportsCommand = class _DescribeDeclarativePoliciesReportsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
70769
+ return [
70770
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
70771
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
70772
+ ];
70773
+ }).s("AmazonEC2", "DescribeDeclarativePoliciesReports", {}).n("EC2Client", "DescribeDeclarativePoliciesReportsCommand").f(void 0, void 0).ser(se_DescribeDeclarativePoliciesReportsCommand).de(de_DescribeDeclarativePoliciesReportsCommand).build() {
70774
+ };
70775
+ __name(_DescribeDeclarativePoliciesReportsCommand, "DescribeDeclarativePoliciesReportsCommand");
70776
+ var DescribeDeclarativePoliciesReportsCommand = _DescribeDeclarativePoliciesReportsCommand;
70777
+
69305
70778
  // src/commands/DescribeDhcpOptionsCommand.ts
69306
70779
 
69307
70780
 
@@ -69603,6 +71076,15 @@ var DescribeImagesCommand = _DescribeImagesCommand;
69603
71076
 
69604
71077
  // src/models/models_4.ts
69605
71078
 
71079
+ var FpgaImageAttributeName = {
71080
+ description: "description",
71081
+ loadPermission: "loadPermission",
71082
+ name: "name",
71083
+ productCodes: "productCodes"
71084
+ };
71085
+ var PermissionGroup = {
71086
+ all: "all"
71087
+ };
69606
71088
  var ProductCodeValues = {
69607
71089
  devpay: "devpay",
69608
71090
  marketplace: "marketplace"
@@ -70959,11 +72441,19 @@ var VpcAttributeName = {
70959
72441
  enableDnsSupport: "enableDnsSupport",
70960
72442
  enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics"
70961
72443
  };
72444
+ var VpcBlockPublicAccessExclusionsAllowed = {
72445
+ allowed: "allowed",
72446
+ not_allowed: "not-allowed"
72447
+ };
70962
72448
  var InternetGatewayBlockMode = {
70963
72449
  block_bidirectional: "block-bidirectional",
70964
72450
  block_ingress: "block-ingress",
70965
72451
  off: "off"
70966
72452
  };
72453
+ var ManagedBy = {
72454
+ account: "account",
72455
+ declarative_policy: "declarative-policy"
72456
+ };
70967
72457
  var VpcBlockPublicAccessState = {
70968
72458
  default_state: "default-state",
70969
72459
  update_complete: "update-complete",
@@ -70983,9 +72473,6 @@ var TransitGatewayPropagationState = {
70983
72473
  enabled: "enabled",
70984
72474
  enabling: "enabling"
70985
72475
  };
70986
- var ImageBlockPublicAccessEnabledState = {
70987
- block_new_sharing: "block-new-sharing"
70988
- };
70989
72476
  var SpotFleetLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
70990
72477
  ...obj,
70991
72478
  ...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
@@ -71543,6 +73030,20 @@ var _DescribeVpcClassicLinkDnsSupportCommand = class _DescribeVpcClassicLinkDnsS
71543
73030
  __name(_DescribeVpcClassicLinkDnsSupportCommand, "DescribeVpcClassicLinkDnsSupportCommand");
71544
73031
  var DescribeVpcClassicLinkDnsSupportCommand = _DescribeVpcClassicLinkDnsSupportCommand;
71545
73032
 
73033
+ // src/commands/DescribeVpcEndpointAssociationsCommand.ts
73034
+
73035
+
73036
+
73037
+ var _DescribeVpcEndpointAssociationsCommand = class _DescribeVpcEndpointAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
73038
+ return [
73039
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
73040
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
73041
+ ];
73042
+ }).s("AmazonEC2", "DescribeVpcEndpointAssociations", {}).n("EC2Client", "DescribeVpcEndpointAssociationsCommand").f(void 0, void 0).ser(se_DescribeVpcEndpointAssociationsCommand).de(de_DescribeVpcEndpointAssociationsCommand).build() {
73043
+ };
73044
+ __name(_DescribeVpcEndpointAssociationsCommand, "DescribeVpcEndpointAssociationsCommand");
73045
+ var DescribeVpcEndpointAssociationsCommand = _DescribeVpcEndpointAssociationsCommand;
73046
+
71546
73047
  // src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts
71547
73048
 
71548
73049
 
@@ -71781,6 +73282,20 @@ var _DisableAddressTransferCommand = class _DisableAddressTransferCommand extend
71781
73282
  __name(_DisableAddressTransferCommand, "DisableAddressTransferCommand");
71782
73283
  var DisableAddressTransferCommand = _DisableAddressTransferCommand;
71783
73284
 
73285
+ // src/commands/DisableAllowedImagesSettingsCommand.ts
73286
+
73287
+
73288
+
73289
+ var _DisableAllowedImagesSettingsCommand = class _DisableAllowedImagesSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
73290
+ return [
73291
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
73292
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
73293
+ ];
73294
+ }).s("AmazonEC2", "DisableAllowedImagesSettings", {}).n("EC2Client", "DisableAllowedImagesSettingsCommand").f(void 0, void 0).ser(se_DisableAllowedImagesSettingsCommand).de(de_DisableAllowedImagesSettingsCommand).build() {
73295
+ };
73296
+ __name(_DisableAllowedImagesSettingsCommand, "DisableAllowedImagesSettingsCommand");
73297
+ var DisableAllowedImagesSettingsCommand = _DisableAllowedImagesSettingsCommand;
73298
+
71784
73299
  // src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts
71785
73300
 
71786
73301
 
@@ -72243,6 +73758,20 @@ var _EnableAddressTransferCommand = class _EnableAddressTransferCommand extends
72243
73758
  __name(_EnableAddressTransferCommand, "EnableAddressTransferCommand");
72244
73759
  var EnableAddressTransferCommand = _EnableAddressTransferCommand;
72245
73760
 
73761
+ // src/commands/EnableAllowedImagesSettingsCommand.ts
73762
+
73763
+
73764
+
73765
+ var _EnableAllowedImagesSettingsCommand = class _EnableAllowedImagesSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
73766
+ return [
73767
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
73768
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
73769
+ ];
73770
+ }).s("AmazonEC2", "EnableAllowedImagesSettings", {}).n("EC2Client", "EnableAllowedImagesSettingsCommand").f(void 0, void 0).ser(se_EnableAllowedImagesSettingsCommand).de(de_EnableAllowedImagesSettingsCommand).build() {
73771
+ };
73772
+ __name(_EnableAllowedImagesSettingsCommand, "EnableAllowedImagesSettingsCommand");
73773
+ var EnableAllowedImagesSettingsCommand = _EnableAllowedImagesSettingsCommand;
73774
+
72246
73775
  // src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts
72247
73776
 
72248
73777
 
@@ -72537,223 +74066,16 @@ var _ExportTransitGatewayRoutesCommand = class _ExportTransitGatewayRoutesComman
72537
74066
  __name(_ExportTransitGatewayRoutesCommand, "ExportTransitGatewayRoutesCommand");
72538
74067
  var ExportTransitGatewayRoutesCommand = _ExportTransitGatewayRoutesCommand;
72539
74068
 
72540
- // src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts
72541
-
72542
-
72543
-
72544
- var _GetAssociatedEnclaveCertificateIamRolesCommand = class _GetAssociatedEnclaveCertificateIamRolesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72545
- return [
72546
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72547
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72548
- ];
72549
- }).s("AmazonEC2", "GetAssociatedEnclaveCertificateIamRoles", {}).n("EC2Client", "GetAssociatedEnclaveCertificateIamRolesCommand").f(void 0, void 0).ser(se_GetAssociatedEnclaveCertificateIamRolesCommand).de(de_GetAssociatedEnclaveCertificateIamRolesCommand).build() {
72550
- };
72551
- __name(_GetAssociatedEnclaveCertificateIamRolesCommand, "GetAssociatedEnclaveCertificateIamRolesCommand");
72552
- var GetAssociatedEnclaveCertificateIamRolesCommand = _GetAssociatedEnclaveCertificateIamRolesCommand;
72553
-
72554
- // src/commands/GetAssociatedIpv6PoolCidrsCommand.ts
72555
-
72556
-
72557
-
72558
- var _GetAssociatedIpv6PoolCidrsCommand = class _GetAssociatedIpv6PoolCidrsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72559
- return [
72560
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72561
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72562
- ];
72563
- }).s("AmazonEC2", "GetAssociatedIpv6PoolCidrs", {}).n("EC2Client", "GetAssociatedIpv6PoolCidrsCommand").f(void 0, void 0).ser(se_GetAssociatedIpv6PoolCidrsCommand).de(de_GetAssociatedIpv6PoolCidrsCommand).build() {
72564
- };
72565
- __name(_GetAssociatedIpv6PoolCidrsCommand, "GetAssociatedIpv6PoolCidrsCommand");
72566
- var GetAssociatedIpv6PoolCidrsCommand = _GetAssociatedIpv6PoolCidrsCommand;
72567
-
72568
- // src/commands/GetAwsNetworkPerformanceDataCommand.ts
72569
-
72570
-
72571
-
72572
- var _GetAwsNetworkPerformanceDataCommand = class _GetAwsNetworkPerformanceDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72573
- return [
72574
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72575
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72576
- ];
72577
- }).s("AmazonEC2", "GetAwsNetworkPerformanceData", {}).n("EC2Client", "GetAwsNetworkPerformanceDataCommand").f(void 0, void 0).ser(se_GetAwsNetworkPerformanceDataCommand).de(de_GetAwsNetworkPerformanceDataCommand).build() {
72578
- };
72579
- __name(_GetAwsNetworkPerformanceDataCommand, "GetAwsNetworkPerformanceDataCommand");
72580
- var GetAwsNetworkPerformanceDataCommand = _GetAwsNetworkPerformanceDataCommand;
72581
-
72582
- // src/commands/GetCapacityReservationUsageCommand.ts
72583
-
72584
-
72585
-
72586
- var _GetCapacityReservationUsageCommand = class _GetCapacityReservationUsageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72587
- return [
72588
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72589
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72590
- ];
72591
- }).s("AmazonEC2", "GetCapacityReservationUsage", {}).n("EC2Client", "GetCapacityReservationUsageCommand").f(void 0, void 0).ser(se_GetCapacityReservationUsageCommand).de(de_GetCapacityReservationUsageCommand).build() {
72592
- };
72593
- __name(_GetCapacityReservationUsageCommand, "GetCapacityReservationUsageCommand");
72594
- var GetCapacityReservationUsageCommand = _GetCapacityReservationUsageCommand;
72595
-
72596
- // src/commands/GetCoipPoolUsageCommand.ts
72597
-
72598
-
72599
-
72600
- var _GetCoipPoolUsageCommand = class _GetCoipPoolUsageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72601
- return [
72602
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72603
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72604
- ];
72605
- }).s("AmazonEC2", "GetCoipPoolUsage", {}).n("EC2Client", "GetCoipPoolUsageCommand").f(void 0, void 0).ser(se_GetCoipPoolUsageCommand).de(de_GetCoipPoolUsageCommand).build() {
72606
- };
72607
- __name(_GetCoipPoolUsageCommand, "GetCoipPoolUsageCommand");
72608
- var GetCoipPoolUsageCommand = _GetCoipPoolUsageCommand;
72609
-
72610
- // src/commands/GetConsoleOutputCommand.ts
72611
-
72612
-
72613
-
72614
- var _GetConsoleOutputCommand = class _GetConsoleOutputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72615
- return [
72616
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72617
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72618
- ];
72619
- }).s("AmazonEC2", "GetConsoleOutput", {}).n("EC2Client", "GetConsoleOutputCommand").f(void 0, void 0).ser(se_GetConsoleOutputCommand).de(de_GetConsoleOutputCommand).build() {
72620
- };
72621
- __name(_GetConsoleOutputCommand, "GetConsoleOutputCommand");
72622
- var GetConsoleOutputCommand = _GetConsoleOutputCommand;
72623
-
72624
- // src/commands/GetConsoleScreenshotCommand.ts
72625
-
72626
-
72627
-
72628
- var _GetConsoleScreenshotCommand = class _GetConsoleScreenshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72629
- return [
72630
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72631
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72632
- ];
72633
- }).s("AmazonEC2", "GetConsoleScreenshot", {}).n("EC2Client", "GetConsoleScreenshotCommand").f(void 0, void 0).ser(se_GetConsoleScreenshotCommand).de(de_GetConsoleScreenshotCommand).build() {
72634
- };
72635
- __name(_GetConsoleScreenshotCommand, "GetConsoleScreenshotCommand");
72636
- var GetConsoleScreenshotCommand = _GetConsoleScreenshotCommand;
72637
-
72638
- // src/commands/GetDefaultCreditSpecificationCommand.ts
72639
-
72640
-
72641
-
72642
- var _GetDefaultCreditSpecificationCommand = class _GetDefaultCreditSpecificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72643
- return [
72644
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72645
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72646
- ];
72647
- }).s("AmazonEC2", "GetDefaultCreditSpecification", {}).n("EC2Client", "GetDefaultCreditSpecificationCommand").f(void 0, void 0).ser(se_GetDefaultCreditSpecificationCommand).de(de_GetDefaultCreditSpecificationCommand).build() {
72648
- };
72649
- __name(_GetDefaultCreditSpecificationCommand, "GetDefaultCreditSpecificationCommand");
72650
- var GetDefaultCreditSpecificationCommand = _GetDefaultCreditSpecificationCommand;
72651
-
72652
- // src/commands/GetEbsDefaultKmsKeyIdCommand.ts
72653
-
72654
-
72655
-
72656
- var _GetEbsDefaultKmsKeyIdCommand = class _GetEbsDefaultKmsKeyIdCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72657
- return [
72658
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72659
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72660
- ];
72661
- }).s("AmazonEC2", "GetEbsDefaultKmsKeyId", {}).n("EC2Client", "GetEbsDefaultKmsKeyIdCommand").f(void 0, void 0).ser(se_GetEbsDefaultKmsKeyIdCommand).de(de_GetEbsDefaultKmsKeyIdCommand).build() {
72662
- };
72663
- __name(_GetEbsDefaultKmsKeyIdCommand, "GetEbsDefaultKmsKeyIdCommand");
72664
- var GetEbsDefaultKmsKeyIdCommand = _GetEbsDefaultKmsKeyIdCommand;
72665
-
72666
- // src/commands/GetEbsEncryptionByDefaultCommand.ts
72667
-
72668
-
72669
-
72670
- var _GetEbsEncryptionByDefaultCommand = class _GetEbsEncryptionByDefaultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72671
- return [
72672
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72673
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72674
- ];
72675
- }).s("AmazonEC2", "GetEbsEncryptionByDefault", {}).n("EC2Client", "GetEbsEncryptionByDefaultCommand").f(void 0, void 0).ser(se_GetEbsEncryptionByDefaultCommand).de(de_GetEbsEncryptionByDefaultCommand).build() {
72676
- };
72677
- __name(_GetEbsEncryptionByDefaultCommand, "GetEbsEncryptionByDefaultCommand");
72678
- var GetEbsEncryptionByDefaultCommand = _GetEbsEncryptionByDefaultCommand;
72679
-
72680
- // src/commands/GetFlowLogsIntegrationTemplateCommand.ts
72681
-
72682
-
72683
-
72684
- var _GetFlowLogsIntegrationTemplateCommand = class _GetFlowLogsIntegrationTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72685
- return [
72686
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72687
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72688
- ];
72689
- }).s("AmazonEC2", "GetFlowLogsIntegrationTemplate", {}).n("EC2Client", "GetFlowLogsIntegrationTemplateCommand").f(void 0, void 0).ser(se_GetFlowLogsIntegrationTemplateCommand).de(de_GetFlowLogsIntegrationTemplateCommand).build() {
72690
- };
72691
- __name(_GetFlowLogsIntegrationTemplateCommand, "GetFlowLogsIntegrationTemplateCommand");
72692
- var GetFlowLogsIntegrationTemplateCommand = _GetFlowLogsIntegrationTemplateCommand;
72693
-
72694
- // src/commands/GetGroupsForCapacityReservationCommand.ts
72695
-
72696
-
72697
-
72698
- var _GetGroupsForCapacityReservationCommand = class _GetGroupsForCapacityReservationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72699
- return [
72700
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72701
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72702
- ];
72703
- }).s("AmazonEC2", "GetGroupsForCapacityReservation", {}).n("EC2Client", "GetGroupsForCapacityReservationCommand").f(void 0, void 0).ser(se_GetGroupsForCapacityReservationCommand).de(de_GetGroupsForCapacityReservationCommand).build() {
72704
- };
72705
- __name(_GetGroupsForCapacityReservationCommand, "GetGroupsForCapacityReservationCommand");
72706
- var GetGroupsForCapacityReservationCommand = _GetGroupsForCapacityReservationCommand;
72707
-
72708
- // src/commands/GetHostReservationPurchasePreviewCommand.ts
72709
-
72710
-
72711
-
72712
- var _GetHostReservationPurchasePreviewCommand = class _GetHostReservationPurchasePreviewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72713
- return [
72714
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72715
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72716
- ];
72717
- }).s("AmazonEC2", "GetHostReservationPurchasePreview", {}).n("EC2Client", "GetHostReservationPurchasePreviewCommand").f(void 0, void 0).ser(se_GetHostReservationPurchasePreviewCommand).de(de_GetHostReservationPurchasePreviewCommand).build() {
72718
- };
72719
- __name(_GetHostReservationPurchasePreviewCommand, "GetHostReservationPurchasePreviewCommand");
72720
- var GetHostReservationPurchasePreviewCommand = _GetHostReservationPurchasePreviewCommand;
72721
-
72722
- // src/commands/GetImageBlockPublicAccessStateCommand.ts
72723
-
72724
-
72725
-
72726
- var _GetImageBlockPublicAccessStateCommand = class _GetImageBlockPublicAccessStateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72727
- return [
72728
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72729
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72730
- ];
72731
- }).s("AmazonEC2", "GetImageBlockPublicAccessState", {}).n("EC2Client", "GetImageBlockPublicAccessStateCommand").f(void 0, void 0).ser(se_GetImageBlockPublicAccessStateCommand).de(de_GetImageBlockPublicAccessStateCommand).build() {
72732
- };
72733
- __name(_GetImageBlockPublicAccessStateCommand, "GetImageBlockPublicAccessStateCommand");
72734
- var GetImageBlockPublicAccessStateCommand = _GetImageBlockPublicAccessStateCommand;
72735
-
72736
- // src/commands/GetInstanceMetadataDefaultsCommand.ts
72737
-
72738
-
72739
-
72740
- var _GetInstanceMetadataDefaultsCommand = class _GetInstanceMetadataDefaultsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72741
- return [
72742
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72743
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72744
- ];
72745
- }).s("AmazonEC2", "GetInstanceMetadataDefaults", {}).n("EC2Client", "GetInstanceMetadataDefaultsCommand").f(void 0, void 0).ser(se_GetInstanceMetadataDefaultsCommand).de(de_GetInstanceMetadataDefaultsCommand).build() {
72746
- };
72747
- __name(_GetInstanceMetadataDefaultsCommand, "GetInstanceMetadataDefaultsCommand");
72748
- var GetInstanceMetadataDefaultsCommand = _GetInstanceMetadataDefaultsCommand;
72749
-
72750
- // src/commands/GetInstanceTpmEkPubCommand.ts
74069
+ // src/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.ts
72751
74070
 
72752
74071
 
72753
74072
 
72754
74073
 
72755
74074
  // src/models/models_6.ts
72756
74075
 
74076
+ var ImageBlockPublicAccessEnabledState = {
74077
+ block_new_sharing: "block-new-sharing"
74078
+ };
72757
74079
  var ClientCertificateRevocationListStatusCode = {
72758
74080
  active: "active",
72759
74081
  pending: "pending"
@@ -72879,14 +74201,18 @@ var DefaultInstanceMetadataTagsState = {
72879
74201
  enabled: "enabled",
72880
74202
  no_preference: "no-preference"
72881
74203
  };
72882
- var HostTenancy = {
72883
- dedicated: "dedicated",
72884
- default: "default",
72885
- host: "host"
72886
- };
72887
- var TargetStorageTier = {
72888
- archive: "archive"
72889
- };
74204
+ var VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
74205
+ ...obj,
74206
+ ...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
74207
+ }), "VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog");
74208
+ var ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
74209
+ ...obj,
74210
+ ...obj.UserTrustProvider && {
74211
+ UserTrustProvider: VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog(
74212
+ obj.UserTrustProvider
74213
+ )
74214
+ }
74215
+ }), "ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog");
72890
74216
  var GetInstanceTpmEkPubResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
72891
74217
  ...obj,
72892
74218
  ...obj.KeyValue && { KeyValue: import_smithy_client.SENSITIVE_STRING }
@@ -72968,7 +74294,259 @@ var ImportVolumeResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
72968
74294
  ...obj.ConversionTask && { ConversionTask: ConversionTaskFilterSensitiveLog(obj.ConversionTask) }
72969
74295
  }), "ImportVolumeResultFilterSensitiveLog");
72970
74296
 
74297
+ // src/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.ts
74298
+ var _ExportVerifiedAccessInstanceClientConfigurationCommand = class _ExportVerifiedAccessInstanceClientConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74299
+ return [
74300
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74301
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74302
+ ];
74303
+ }).s("AmazonEC2", "ExportVerifiedAccessInstanceClientConfiguration", {}).n("EC2Client", "ExportVerifiedAccessInstanceClientConfigurationCommand").f(void 0, ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog).ser(se_ExportVerifiedAccessInstanceClientConfigurationCommand).de(de_ExportVerifiedAccessInstanceClientConfigurationCommand).build() {
74304
+ };
74305
+ __name(_ExportVerifiedAccessInstanceClientConfigurationCommand, "ExportVerifiedAccessInstanceClientConfigurationCommand");
74306
+ var ExportVerifiedAccessInstanceClientConfigurationCommand = _ExportVerifiedAccessInstanceClientConfigurationCommand;
74307
+
74308
+ // src/commands/GetAllowedImagesSettingsCommand.ts
74309
+
74310
+
74311
+
74312
+ var _GetAllowedImagesSettingsCommand = class _GetAllowedImagesSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74313
+ return [
74314
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74315
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74316
+ ];
74317
+ }).s("AmazonEC2", "GetAllowedImagesSettings", {}).n("EC2Client", "GetAllowedImagesSettingsCommand").f(void 0, void 0).ser(se_GetAllowedImagesSettingsCommand).de(de_GetAllowedImagesSettingsCommand).build() {
74318
+ };
74319
+ __name(_GetAllowedImagesSettingsCommand, "GetAllowedImagesSettingsCommand");
74320
+ var GetAllowedImagesSettingsCommand = _GetAllowedImagesSettingsCommand;
74321
+
74322
+ // src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts
74323
+
74324
+
74325
+
74326
+ var _GetAssociatedEnclaveCertificateIamRolesCommand = class _GetAssociatedEnclaveCertificateIamRolesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74327
+ return [
74328
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74329
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74330
+ ];
74331
+ }).s("AmazonEC2", "GetAssociatedEnclaveCertificateIamRoles", {}).n("EC2Client", "GetAssociatedEnclaveCertificateIamRolesCommand").f(void 0, void 0).ser(se_GetAssociatedEnclaveCertificateIamRolesCommand).de(de_GetAssociatedEnclaveCertificateIamRolesCommand).build() {
74332
+ };
74333
+ __name(_GetAssociatedEnclaveCertificateIamRolesCommand, "GetAssociatedEnclaveCertificateIamRolesCommand");
74334
+ var GetAssociatedEnclaveCertificateIamRolesCommand = _GetAssociatedEnclaveCertificateIamRolesCommand;
74335
+
74336
+ // src/commands/GetAssociatedIpv6PoolCidrsCommand.ts
74337
+
74338
+
74339
+
74340
+ var _GetAssociatedIpv6PoolCidrsCommand = class _GetAssociatedIpv6PoolCidrsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74341
+ return [
74342
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74343
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74344
+ ];
74345
+ }).s("AmazonEC2", "GetAssociatedIpv6PoolCidrs", {}).n("EC2Client", "GetAssociatedIpv6PoolCidrsCommand").f(void 0, void 0).ser(se_GetAssociatedIpv6PoolCidrsCommand).de(de_GetAssociatedIpv6PoolCidrsCommand).build() {
74346
+ };
74347
+ __name(_GetAssociatedIpv6PoolCidrsCommand, "GetAssociatedIpv6PoolCidrsCommand");
74348
+ var GetAssociatedIpv6PoolCidrsCommand = _GetAssociatedIpv6PoolCidrsCommand;
74349
+
74350
+ // src/commands/GetAwsNetworkPerformanceDataCommand.ts
74351
+
74352
+
74353
+
74354
+ var _GetAwsNetworkPerformanceDataCommand = class _GetAwsNetworkPerformanceDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74355
+ return [
74356
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74357
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74358
+ ];
74359
+ }).s("AmazonEC2", "GetAwsNetworkPerformanceData", {}).n("EC2Client", "GetAwsNetworkPerformanceDataCommand").f(void 0, void 0).ser(se_GetAwsNetworkPerformanceDataCommand).de(de_GetAwsNetworkPerformanceDataCommand).build() {
74360
+ };
74361
+ __name(_GetAwsNetworkPerformanceDataCommand, "GetAwsNetworkPerformanceDataCommand");
74362
+ var GetAwsNetworkPerformanceDataCommand = _GetAwsNetworkPerformanceDataCommand;
74363
+
74364
+ // src/commands/GetCapacityReservationUsageCommand.ts
74365
+
74366
+
74367
+
74368
+ var _GetCapacityReservationUsageCommand = class _GetCapacityReservationUsageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74369
+ return [
74370
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74371
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74372
+ ];
74373
+ }).s("AmazonEC2", "GetCapacityReservationUsage", {}).n("EC2Client", "GetCapacityReservationUsageCommand").f(void 0, void 0).ser(se_GetCapacityReservationUsageCommand).de(de_GetCapacityReservationUsageCommand).build() {
74374
+ };
74375
+ __name(_GetCapacityReservationUsageCommand, "GetCapacityReservationUsageCommand");
74376
+ var GetCapacityReservationUsageCommand = _GetCapacityReservationUsageCommand;
74377
+
74378
+ // src/commands/GetCoipPoolUsageCommand.ts
74379
+
74380
+
74381
+
74382
+ var _GetCoipPoolUsageCommand = class _GetCoipPoolUsageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74383
+ return [
74384
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74385
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74386
+ ];
74387
+ }).s("AmazonEC2", "GetCoipPoolUsage", {}).n("EC2Client", "GetCoipPoolUsageCommand").f(void 0, void 0).ser(se_GetCoipPoolUsageCommand).de(de_GetCoipPoolUsageCommand).build() {
74388
+ };
74389
+ __name(_GetCoipPoolUsageCommand, "GetCoipPoolUsageCommand");
74390
+ var GetCoipPoolUsageCommand = _GetCoipPoolUsageCommand;
74391
+
74392
+ // src/commands/GetConsoleOutputCommand.ts
74393
+
74394
+
74395
+
74396
+ var _GetConsoleOutputCommand = class _GetConsoleOutputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74397
+ return [
74398
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74399
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74400
+ ];
74401
+ }).s("AmazonEC2", "GetConsoleOutput", {}).n("EC2Client", "GetConsoleOutputCommand").f(void 0, void 0).ser(se_GetConsoleOutputCommand).de(de_GetConsoleOutputCommand).build() {
74402
+ };
74403
+ __name(_GetConsoleOutputCommand, "GetConsoleOutputCommand");
74404
+ var GetConsoleOutputCommand = _GetConsoleOutputCommand;
74405
+
74406
+ // src/commands/GetConsoleScreenshotCommand.ts
74407
+
74408
+
74409
+
74410
+ var _GetConsoleScreenshotCommand = class _GetConsoleScreenshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74411
+ return [
74412
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74413
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74414
+ ];
74415
+ }).s("AmazonEC2", "GetConsoleScreenshot", {}).n("EC2Client", "GetConsoleScreenshotCommand").f(void 0, void 0).ser(se_GetConsoleScreenshotCommand).de(de_GetConsoleScreenshotCommand).build() {
74416
+ };
74417
+ __name(_GetConsoleScreenshotCommand, "GetConsoleScreenshotCommand");
74418
+ var GetConsoleScreenshotCommand = _GetConsoleScreenshotCommand;
74419
+
74420
+ // src/commands/GetDeclarativePoliciesReportSummaryCommand.ts
74421
+
74422
+
74423
+
74424
+ var _GetDeclarativePoliciesReportSummaryCommand = class _GetDeclarativePoliciesReportSummaryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74425
+ return [
74426
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74427
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74428
+ ];
74429
+ }).s("AmazonEC2", "GetDeclarativePoliciesReportSummary", {}).n("EC2Client", "GetDeclarativePoliciesReportSummaryCommand").f(void 0, void 0).ser(se_GetDeclarativePoliciesReportSummaryCommand).de(de_GetDeclarativePoliciesReportSummaryCommand).build() {
74430
+ };
74431
+ __name(_GetDeclarativePoliciesReportSummaryCommand, "GetDeclarativePoliciesReportSummaryCommand");
74432
+ var GetDeclarativePoliciesReportSummaryCommand = _GetDeclarativePoliciesReportSummaryCommand;
74433
+
74434
+ // src/commands/GetDefaultCreditSpecificationCommand.ts
74435
+
74436
+
74437
+
74438
+ var _GetDefaultCreditSpecificationCommand = class _GetDefaultCreditSpecificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74439
+ return [
74440
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74441
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74442
+ ];
74443
+ }).s("AmazonEC2", "GetDefaultCreditSpecification", {}).n("EC2Client", "GetDefaultCreditSpecificationCommand").f(void 0, void 0).ser(se_GetDefaultCreditSpecificationCommand).de(de_GetDefaultCreditSpecificationCommand).build() {
74444
+ };
74445
+ __name(_GetDefaultCreditSpecificationCommand, "GetDefaultCreditSpecificationCommand");
74446
+ var GetDefaultCreditSpecificationCommand = _GetDefaultCreditSpecificationCommand;
74447
+
74448
+ // src/commands/GetEbsDefaultKmsKeyIdCommand.ts
74449
+
74450
+
74451
+
74452
+ var _GetEbsDefaultKmsKeyIdCommand = class _GetEbsDefaultKmsKeyIdCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74453
+ return [
74454
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74455
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74456
+ ];
74457
+ }).s("AmazonEC2", "GetEbsDefaultKmsKeyId", {}).n("EC2Client", "GetEbsDefaultKmsKeyIdCommand").f(void 0, void 0).ser(se_GetEbsDefaultKmsKeyIdCommand).de(de_GetEbsDefaultKmsKeyIdCommand).build() {
74458
+ };
74459
+ __name(_GetEbsDefaultKmsKeyIdCommand, "GetEbsDefaultKmsKeyIdCommand");
74460
+ var GetEbsDefaultKmsKeyIdCommand = _GetEbsDefaultKmsKeyIdCommand;
74461
+
74462
+ // src/commands/GetEbsEncryptionByDefaultCommand.ts
74463
+
74464
+
74465
+
74466
+ var _GetEbsEncryptionByDefaultCommand = class _GetEbsEncryptionByDefaultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74467
+ return [
74468
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74469
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74470
+ ];
74471
+ }).s("AmazonEC2", "GetEbsEncryptionByDefault", {}).n("EC2Client", "GetEbsEncryptionByDefaultCommand").f(void 0, void 0).ser(se_GetEbsEncryptionByDefaultCommand).de(de_GetEbsEncryptionByDefaultCommand).build() {
74472
+ };
74473
+ __name(_GetEbsEncryptionByDefaultCommand, "GetEbsEncryptionByDefaultCommand");
74474
+ var GetEbsEncryptionByDefaultCommand = _GetEbsEncryptionByDefaultCommand;
74475
+
74476
+ // src/commands/GetFlowLogsIntegrationTemplateCommand.ts
74477
+
74478
+
74479
+
74480
+ var _GetFlowLogsIntegrationTemplateCommand = class _GetFlowLogsIntegrationTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74481
+ return [
74482
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74483
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74484
+ ];
74485
+ }).s("AmazonEC2", "GetFlowLogsIntegrationTemplate", {}).n("EC2Client", "GetFlowLogsIntegrationTemplateCommand").f(void 0, void 0).ser(se_GetFlowLogsIntegrationTemplateCommand).de(de_GetFlowLogsIntegrationTemplateCommand).build() {
74486
+ };
74487
+ __name(_GetFlowLogsIntegrationTemplateCommand, "GetFlowLogsIntegrationTemplateCommand");
74488
+ var GetFlowLogsIntegrationTemplateCommand = _GetFlowLogsIntegrationTemplateCommand;
74489
+
74490
+ // src/commands/GetGroupsForCapacityReservationCommand.ts
74491
+
74492
+
74493
+
74494
+ var _GetGroupsForCapacityReservationCommand = class _GetGroupsForCapacityReservationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74495
+ return [
74496
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74497
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74498
+ ];
74499
+ }).s("AmazonEC2", "GetGroupsForCapacityReservation", {}).n("EC2Client", "GetGroupsForCapacityReservationCommand").f(void 0, void 0).ser(se_GetGroupsForCapacityReservationCommand).de(de_GetGroupsForCapacityReservationCommand).build() {
74500
+ };
74501
+ __name(_GetGroupsForCapacityReservationCommand, "GetGroupsForCapacityReservationCommand");
74502
+ var GetGroupsForCapacityReservationCommand = _GetGroupsForCapacityReservationCommand;
74503
+
74504
+ // src/commands/GetHostReservationPurchasePreviewCommand.ts
74505
+
74506
+
74507
+
74508
+ var _GetHostReservationPurchasePreviewCommand = class _GetHostReservationPurchasePreviewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74509
+ return [
74510
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74511
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74512
+ ];
74513
+ }).s("AmazonEC2", "GetHostReservationPurchasePreview", {}).n("EC2Client", "GetHostReservationPurchasePreviewCommand").f(void 0, void 0).ser(se_GetHostReservationPurchasePreviewCommand).de(de_GetHostReservationPurchasePreviewCommand).build() {
74514
+ };
74515
+ __name(_GetHostReservationPurchasePreviewCommand, "GetHostReservationPurchasePreviewCommand");
74516
+ var GetHostReservationPurchasePreviewCommand = _GetHostReservationPurchasePreviewCommand;
74517
+
74518
+ // src/commands/GetImageBlockPublicAccessStateCommand.ts
74519
+
74520
+
74521
+
74522
+ var _GetImageBlockPublicAccessStateCommand = class _GetImageBlockPublicAccessStateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74523
+ return [
74524
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74525
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74526
+ ];
74527
+ }).s("AmazonEC2", "GetImageBlockPublicAccessState", {}).n("EC2Client", "GetImageBlockPublicAccessStateCommand").f(void 0, void 0).ser(se_GetImageBlockPublicAccessStateCommand).de(de_GetImageBlockPublicAccessStateCommand).build() {
74528
+ };
74529
+ __name(_GetImageBlockPublicAccessStateCommand, "GetImageBlockPublicAccessStateCommand");
74530
+ var GetImageBlockPublicAccessStateCommand = _GetImageBlockPublicAccessStateCommand;
74531
+
74532
+ // src/commands/GetInstanceMetadataDefaultsCommand.ts
74533
+
74534
+
74535
+
74536
+ var _GetInstanceMetadataDefaultsCommand = class _GetInstanceMetadataDefaultsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74537
+ return [
74538
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74539
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74540
+ ];
74541
+ }).s("AmazonEC2", "GetInstanceMetadataDefaults", {}).n("EC2Client", "GetInstanceMetadataDefaultsCommand").f(void 0, void 0).ser(se_GetInstanceMetadataDefaultsCommand).de(de_GetInstanceMetadataDefaultsCommand).build() {
74542
+ };
74543
+ __name(_GetInstanceMetadataDefaultsCommand, "GetInstanceMetadataDefaultsCommand");
74544
+ var GetInstanceMetadataDefaultsCommand = _GetInstanceMetadataDefaultsCommand;
74545
+
72971
74546
  // src/commands/GetInstanceTpmEkPubCommand.ts
74547
+
74548
+
74549
+
72972
74550
  var _GetInstanceTpmEkPubCommand = class _GetInstanceTpmEkPubCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72973
74551
  return [
72974
74552
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
@@ -73385,6 +74963,20 @@ var _GetVerifiedAccessEndpointPolicyCommand = class _GetVerifiedAccessEndpointPo
73385
74963
  __name(_GetVerifiedAccessEndpointPolicyCommand, "GetVerifiedAccessEndpointPolicyCommand");
73386
74964
  var GetVerifiedAccessEndpointPolicyCommand = _GetVerifiedAccessEndpointPolicyCommand;
73387
74965
 
74966
+ // src/commands/GetVerifiedAccessEndpointTargetsCommand.ts
74967
+
74968
+
74969
+
74970
+ var _GetVerifiedAccessEndpointTargetsCommand = class _GetVerifiedAccessEndpointTargetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74971
+ return [
74972
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74973
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74974
+ ];
74975
+ }).s("AmazonEC2", "GetVerifiedAccessEndpointTargets", {}).n("EC2Client", "GetVerifiedAccessEndpointTargetsCommand").f(void 0, void 0).ser(se_GetVerifiedAccessEndpointTargetsCommand).de(de_GetVerifiedAccessEndpointTargetsCommand).build() {
74976
+ };
74977
+ __name(_GetVerifiedAccessEndpointTargetsCommand, "GetVerifiedAccessEndpointTargetsCommand");
74978
+ var GetVerifiedAccessEndpointTargetsCommand = _GetVerifiedAccessEndpointTargetsCommand;
74979
+
73388
74980
  // src/commands/GetVerifiedAccessGroupPolicyCommand.ts
73389
74981
 
73390
74982
 
@@ -74288,6 +75880,14 @@ var ModifyVerifiedAccessInstanceLoggingConfigurationCommand = _ModifyVerifiedAcc
74288
75880
 
74289
75881
  // src/models/models_7.ts
74290
75882
 
75883
+ var HostTenancy = {
75884
+ dedicated: "dedicated",
75885
+ default: "default",
75886
+ host: "host"
75887
+ };
75888
+ var TargetStorageTier = {
75889
+ archive: "archive"
75890
+ };
74291
75891
  var TrafficMirrorFilterRuleField = {
74292
75892
  description: "description",
74293
75893
  destination_port_range: "destination-port-range",
@@ -74336,6 +75936,10 @@ var MembershipType = {
74336
75936
  igmp: "igmp",
74337
75937
  static: "static"
74338
75938
  };
75939
+ var ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
75940
+ ...obj,
75941
+ ...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
75942
+ }), "ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog");
74339
75943
  var ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
74340
75944
  ...obj,
74341
75945
  ...obj.ClientSecret && { ClientSecret: import_smithy_client.SENSITIVE_STRING }
@@ -74344,6 +75948,11 @@ var ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog = /* @__PURE__ */
74344
75948
  ...obj,
74345
75949
  ...obj.OidcOptions && {
74346
75950
  OidcOptions: ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions)
75951
+ },
75952
+ ...obj.NativeApplicationOidcOptions && {
75953
+ NativeApplicationOidcOptions: ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog(
75954
+ obj.NativeApplicationOidcOptions
75955
+ )
74347
75956
  }
74348
75957
  }), "ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog");
74349
75958
  var ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
@@ -75044,6 +76653,20 @@ var _ReplaceIamInstanceProfileAssociationCommand = class _ReplaceIamInstanceProf
75044
76653
  __name(_ReplaceIamInstanceProfileAssociationCommand, "ReplaceIamInstanceProfileAssociationCommand");
75045
76654
  var ReplaceIamInstanceProfileAssociationCommand = _ReplaceIamInstanceProfileAssociationCommand;
75046
76655
 
76656
+ // src/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.ts
76657
+
76658
+
76659
+
76660
+ var _ReplaceImageCriteriaInAllowedImagesSettingsCommand = class _ReplaceImageCriteriaInAllowedImagesSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
76661
+ return [
76662
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
76663
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
76664
+ ];
76665
+ }).s("AmazonEC2", "ReplaceImageCriteriaInAllowedImagesSettings", {}).n("EC2Client", "ReplaceImageCriteriaInAllowedImagesSettingsCommand").f(void 0, void 0).ser(se_ReplaceImageCriteriaInAllowedImagesSettingsCommand).de(de_ReplaceImageCriteriaInAllowedImagesSettingsCommand).build() {
76666
+ };
76667
+ __name(_ReplaceImageCriteriaInAllowedImagesSettingsCommand, "ReplaceImageCriteriaInAllowedImagesSettingsCommand");
76668
+ var ReplaceImageCriteriaInAllowedImagesSettingsCommand = _ReplaceImageCriteriaInAllowedImagesSettingsCommand;
76669
+
75047
76670
  // src/commands/ReplaceNetworkAclAssociationCommand.ts
75048
76671
 
75049
76672
 
@@ -75464,6 +77087,20 @@ var _SendDiagnosticInterruptCommand = class _SendDiagnosticInterruptCommand exte
75464
77087
  __name(_SendDiagnosticInterruptCommand, "SendDiagnosticInterruptCommand");
75465
77088
  var SendDiagnosticInterruptCommand = _SendDiagnosticInterruptCommand;
75466
77089
 
77090
+ // src/commands/StartDeclarativePoliciesReportCommand.ts
77091
+
77092
+
77093
+
77094
+ var _StartDeclarativePoliciesReportCommand = class _StartDeclarativePoliciesReportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
77095
+ return [
77096
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
77097
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
77098
+ ];
77099
+ }).s("AmazonEC2", "StartDeclarativePoliciesReport", {}).n("EC2Client", "StartDeclarativePoliciesReportCommand").f(void 0, void 0).ser(se_StartDeclarativePoliciesReportCommand).de(de_StartDeclarativePoliciesReportCommand).build() {
77100
+ };
77101
+ __name(_StartDeclarativePoliciesReportCommand, "StartDeclarativePoliciesReportCommand");
77102
+ var StartDeclarativePoliciesReportCommand = _StartDeclarativePoliciesReportCommand;
77103
+
75467
77104
  // src/commands/StartInstancesCommand.ts
75468
77105
 
75469
77106
 
@@ -75724,6 +77361,7 @@ var commands = {
75724
77361
  CancelCapacityReservationCommand,
75725
77362
  CancelCapacityReservationFleetsCommand,
75726
77363
  CancelConversionTaskCommand,
77364
+ CancelDeclarativePoliciesReportCommand,
75727
77365
  CancelExportTaskCommand,
75728
77366
  CancelImageLaunchPermissionCommand,
75729
77367
  CancelImportTaskCommand,
@@ -75928,6 +77566,7 @@ var commands = {
75928
77566
  DescribeCoipPoolsCommand,
75929
77567
  DescribeConversionTasksCommand,
75930
77568
  DescribeCustomerGatewaysCommand,
77569
+ DescribeDeclarativePoliciesReportsCommand,
75931
77570
  DescribeDhcpOptionsCommand,
75932
77571
  DescribeEgressOnlyInternetGatewaysCommand,
75933
77572
  DescribeElasticGpusCommand,
@@ -76052,6 +77691,7 @@ var commands = {
76052
77691
  DescribeVpcBlockPublicAccessOptionsCommand,
76053
77692
  DescribeVpcClassicLinkCommand,
76054
77693
  DescribeVpcClassicLinkDnsSupportCommand,
77694
+ DescribeVpcEndpointAssociationsCommand,
76055
77695
  DescribeVpcEndpointConnectionNotificationsCommand,
76056
77696
  DescribeVpcEndpointConnectionsCommand,
76057
77697
  DescribeVpcEndpointsCommand,
@@ -76069,6 +77709,7 @@ var commands = {
76069
77709
  DetachVolumeCommand,
76070
77710
  DetachVpnGatewayCommand,
76071
77711
  DisableAddressTransferCommand,
77712
+ DisableAllowedImagesSettingsCommand,
76072
77713
  DisableAwsNetworkPerformanceMetricSubscriptionCommand,
76073
77714
  DisableEbsEncryptionByDefaultCommand,
76074
77715
  DisableFastLaunchCommand,
@@ -76102,6 +77743,7 @@ var commands = {
76102
77743
  DisassociateTrunkInterfaceCommand,
76103
77744
  DisassociateVpcCidrBlockCommand,
76104
77745
  EnableAddressTransferCommand,
77746
+ EnableAllowedImagesSettingsCommand,
76105
77747
  EnableAwsNetworkPerformanceMetricSubscriptionCommand,
76106
77748
  EnableEbsEncryptionByDefaultCommand,
76107
77749
  EnableFastLaunchCommand,
@@ -76123,6 +77765,8 @@ var commands = {
76123
77765
  ExportClientVpnClientConfigurationCommand,
76124
77766
  ExportImageCommand,
76125
77767
  ExportTransitGatewayRoutesCommand,
77768
+ ExportVerifiedAccessInstanceClientConfigurationCommand,
77769
+ GetAllowedImagesSettingsCommand,
76126
77770
  GetAssociatedEnclaveCertificateIamRolesCommand,
76127
77771
  GetAssociatedIpv6PoolCidrsCommand,
76128
77772
  GetAwsNetworkPerformanceDataCommand,
@@ -76130,6 +77774,7 @@ var commands = {
76130
77774
  GetCoipPoolUsageCommand,
76131
77775
  GetConsoleOutputCommand,
76132
77776
  GetConsoleScreenshotCommand,
77777
+ GetDeclarativePoliciesReportSummaryCommand,
76133
77778
  GetDefaultCreditSpecificationCommand,
76134
77779
  GetEbsDefaultKmsKeyIdCommand,
76135
77780
  GetEbsEncryptionByDefaultCommand,
@@ -76168,6 +77813,7 @@ var commands = {
76168
77813
  GetTransitGatewayRouteTableAssociationsCommand,
76169
77814
  GetTransitGatewayRouteTablePropagationsCommand,
76170
77815
  GetVerifiedAccessEndpointPolicyCommand,
77816
+ GetVerifiedAccessEndpointTargetsCommand,
76171
77817
  GetVerifiedAccessGroupPolicyCommand,
76172
77818
  GetVpnConnectionDeviceSampleConfigurationCommand,
76173
77819
  GetVpnConnectionDeviceTypesCommand,
@@ -76277,6 +77923,7 @@ var commands = {
76277
77923
  ReleaseHostsCommand,
76278
77924
  ReleaseIpamPoolAllocationCommand,
76279
77925
  ReplaceIamInstanceProfileAssociationCommand,
77926
+ ReplaceImageCriteriaInAllowedImagesSettingsCommand,
76280
77927
  ReplaceNetworkAclAssociationCommand,
76281
77928
  ReplaceNetworkAclEntryCommand,
76282
77929
  ReplaceRouteCommand,
@@ -76307,6 +77954,7 @@ var commands = {
76307
77954
  SearchTransitGatewayMulticastGroupsCommand,
76308
77955
  SearchTransitGatewayRoutesCommand,
76309
77956
  SendDiagnosticInterruptCommand,
77957
+ StartDeclarativePoliciesReportCommand,
76310
77958
  StartInstancesCommand,
76311
77959
  StartNetworkInsightsAccessScopeAnalysisCommand,
76312
77960
  StartNetworkInsightsAnalysisCommand,
@@ -78845,6 +80493,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
78845
80493
  CancelCapacityReservationCommand,
78846
80494
  CancelCapacityReservationFleetsCommand,
78847
80495
  CancelConversionTaskCommand,
80496
+ CancelDeclarativePoliciesReportCommand,
78848
80497
  CancelExportTaskCommand,
78849
80498
  CancelImageLaunchPermissionCommand,
78850
80499
  CancelImportTaskCommand,
@@ -79049,6 +80698,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79049
80698
  DescribeCoipPoolsCommand,
79050
80699
  DescribeConversionTasksCommand,
79051
80700
  DescribeCustomerGatewaysCommand,
80701
+ DescribeDeclarativePoliciesReportsCommand,
79052
80702
  DescribeDhcpOptionsCommand,
79053
80703
  DescribeEgressOnlyInternetGatewaysCommand,
79054
80704
  DescribeElasticGpusCommand,
@@ -79173,6 +80823,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79173
80823
  DescribeVpcBlockPublicAccessOptionsCommand,
79174
80824
  DescribeVpcClassicLinkCommand,
79175
80825
  DescribeVpcClassicLinkDnsSupportCommand,
80826
+ DescribeVpcEndpointAssociationsCommand,
79176
80827
  DescribeVpcEndpointConnectionNotificationsCommand,
79177
80828
  DescribeVpcEndpointConnectionsCommand,
79178
80829
  DescribeVpcEndpointServiceConfigurationsCommand,
@@ -79190,6 +80841,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79190
80841
  DetachVolumeCommand,
79191
80842
  DetachVpnGatewayCommand,
79192
80843
  DisableAddressTransferCommand,
80844
+ DisableAllowedImagesSettingsCommand,
79193
80845
  DisableAwsNetworkPerformanceMetricSubscriptionCommand,
79194
80846
  DisableEbsEncryptionByDefaultCommand,
79195
80847
  DisableFastLaunchCommand,
@@ -79223,6 +80875,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79223
80875
  DisassociateTrunkInterfaceCommand,
79224
80876
  DisassociateVpcCidrBlockCommand,
79225
80877
  EnableAddressTransferCommand,
80878
+ EnableAllowedImagesSettingsCommand,
79226
80879
  EnableAwsNetworkPerformanceMetricSubscriptionCommand,
79227
80880
  EnableEbsEncryptionByDefaultCommand,
79228
80881
  EnableFastLaunchCommand,
@@ -79244,6 +80897,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79244
80897
  ExportClientVpnClientConfigurationCommand,
79245
80898
  ExportImageCommand,
79246
80899
  ExportTransitGatewayRoutesCommand,
80900
+ ExportVerifiedAccessInstanceClientConfigurationCommand,
80901
+ GetAllowedImagesSettingsCommand,
79247
80902
  GetAssociatedEnclaveCertificateIamRolesCommand,
79248
80903
  GetAssociatedIpv6PoolCidrsCommand,
79249
80904
  GetAwsNetworkPerformanceDataCommand,
@@ -79251,6 +80906,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79251
80906
  GetCoipPoolUsageCommand,
79252
80907
  GetConsoleOutputCommand,
79253
80908
  GetConsoleScreenshotCommand,
80909
+ GetDeclarativePoliciesReportSummaryCommand,
79254
80910
  GetDefaultCreditSpecificationCommand,
79255
80911
  GetEbsDefaultKmsKeyIdCommand,
79256
80912
  GetEbsEncryptionByDefaultCommand,
@@ -79289,6 +80945,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79289
80945
  GetTransitGatewayRouteTableAssociationsCommand,
79290
80946
  GetTransitGatewayRouteTablePropagationsCommand,
79291
80947
  GetVerifiedAccessEndpointPolicyCommand,
80948
+ GetVerifiedAccessEndpointTargetsCommand,
79292
80949
  GetVerifiedAccessGroupPolicyCommand,
79293
80950
  GetVpnConnectionDeviceSampleConfigurationCommand,
79294
80951
  GetVpnConnectionDeviceTypesCommand,
@@ -79398,6 +81055,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79398
81055
  ReleaseHostsCommand,
79399
81056
  ReleaseIpamPoolAllocationCommand,
79400
81057
  ReplaceIamInstanceProfileAssociationCommand,
81058
+ ReplaceImageCriteriaInAllowedImagesSettingsCommand,
79401
81059
  ReplaceNetworkAclAssociationCommand,
79402
81060
  ReplaceNetworkAclEntryCommand,
79403
81061
  ReplaceRouteCommand,
@@ -79428,6 +81086,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79428
81086
  SearchTransitGatewayMulticastGroupsCommand,
79429
81087
  SearchTransitGatewayRoutesCommand,
79430
81088
  SendDiagnosticInterruptCommand,
81089
+ StartDeclarativePoliciesReportCommand,
79431
81090
  StartInstancesCommand,
79432
81091
  StartNetworkInsightsAccessScopeAnalysisCommand,
79433
81092
  StartNetworkInsightsAnalysisCommand,
@@ -79692,6 +81351,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79692
81351
  AllocationState,
79693
81352
  AllocationStrategy,
79694
81353
  AllocationType,
81354
+ AllowedImagesSettingsDisabledState,
81355
+ AllowedImagesSettingsEnabledState,
79695
81356
  AllowsMultipleInstanceTypes,
79696
81357
  NatGatewayAddressStatus,
79697
81358
  AssociationStatusCode,
@@ -79723,10 +81384,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79723
81384
  CancelBatchErrorCode,
79724
81385
  CancelSpotInstanceRequestState,
79725
81386
  CapacityReservationDeliveryPreference,
79726
- EndDateType,
79727
- InstanceMatchCriteria,
79728
- CapacityReservationInstancePlatform,
79729
- CapacityReservationTenancy,
79730
81387
  OidcOptionsFilterSensitiveLog,
79731
81388
  VerifiedAccessTrustProviderFilterSensitiveLog,
79732
81389
  AttachVerifiedAccessTrustProviderResultFilterSensitiveLog,
@@ -79737,6 +81394,10 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79737
81394
  BundleInstanceResultFilterSensitiveLog,
79738
81395
  CancelBundleTaskResultFilterSensitiveLog,
79739
81396
  CopySnapshotRequestFilterSensitiveLog,
81397
+ EndDateType,
81398
+ InstanceMatchCriteria,
81399
+ CapacityReservationInstancePlatform,
81400
+ CapacityReservationTenancy,
79740
81401
  CapacityReservationType,
79741
81402
  CapacityReservationState,
79742
81403
  FleetInstanceMatchCriteria,
@@ -79810,8 +81471,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79810
81471
  LocalGatewayRouteType,
79811
81472
  LocalGatewayRouteTableMode,
79812
81473
  PrefixListState,
79813
- ConnectivityType,
79814
- NatGatewayState,
79815
81474
  KeyPairFilterSensitiveLog,
79816
81475
  RequestLaunchTemplateDataFilterSensitiveLog,
79817
81476
  CreateLaunchTemplateRequestFilterSensitiveLog,
@@ -79819,6 +81478,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79819
81478
  ResponseLaunchTemplateDataFilterSensitiveLog,
79820
81479
  LaunchTemplateVersionFilterSensitiveLog,
79821
81480
  CreateLaunchTemplateVersionResultFilterSensitiveLog,
81481
+ ConnectivityType,
81482
+ NatGatewayState,
79822
81483
  RuleAction,
79823
81484
  NetworkInterfaceCreationType,
79824
81485
  NetworkInterfaceType,
@@ -79863,8 +81524,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79863
81524
  TransitGatewayRouteTableAnnouncementDirection,
79864
81525
  TransitGatewayRouteTableAnnouncementState,
79865
81526
  VerifiedAccessEndpointAttachmentType,
79866
- VerifiedAccessEndpointType,
79867
81527
  VerifiedAccessEndpointProtocol,
81528
+ VerifiedAccessEndpointType,
79868
81529
  VerifiedAccessEndpointStatusCode,
79869
81530
  VolumeState,
79870
81531
  InternetGatewayExclusionMode,
@@ -79885,8 +81546,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79885
81546
  VpnStaticRouteSource,
79886
81547
  VpnState,
79887
81548
  TelemetryStatus,
79888
- FleetStateCode,
79889
- DeleteFleetErrorCode,
81549
+ CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog,
79890
81550
  CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog,
79891
81551
  CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog,
79892
81552
  CreateVerifiedAccessTrustProviderResultFilterSensitiveLog,
@@ -79897,6 +81557,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79897
81557
  VpnConnectionOptionsFilterSensitiveLog,
79898
81558
  VpnConnectionFilterSensitiveLog,
79899
81559
  CreateVpnConnectionResultFilterSensitiveLog,
81560
+ FleetStateCode,
81561
+ DeleteFleetErrorCode,
79900
81562
  LaunchTemplateErrorCode,
79901
81563
  DeleteQueuedReservedInstancesErrorCode,
79902
81564
  AsnState,
@@ -79915,6 +81577,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79915
81577
  ClientVpnEndpointAttributeStatusCode,
79916
81578
  VpnProtocol,
79917
81579
  ConversionTaskState,
81580
+ ReportState,
79918
81581
  ElasticGpuStatus,
79919
81582
  ElasticGpuState,
79920
81583
  FastLaunchResourceType,
@@ -79922,8 +81585,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79922
81585
  FastSnapshotRestoreStateCode,
79923
81586
  FleetEventType,
79924
81587
  FleetActivityStatus,
79925
- FpgaImageAttributeName,
79926
- PermissionGroup,
79927
81588
  DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog,
79928
81589
  DescribeBundleTasksResultFilterSensitiveLog,
79929
81590
  DiskImageDescriptionFilterSensitiveLog,
@@ -79932,6 +81593,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
79932
81593
  ImportVolumeTaskDetailsFilterSensitiveLog,
79933
81594
  ConversionTaskFilterSensitiveLog,
79934
81595
  DescribeConversionTasksResultFilterSensitiveLog,
81596
+ FpgaImageAttributeName,
81597
+ PermissionGroup,
79935
81598
  ProductCodeValues,
79936
81599
  FpgaImageStateCode,
79937
81600
  PaymentOption,
@@ -80010,12 +81673,13 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
80010
81673
  VolumeStatusName,
80011
81674
  VolumeStatusInfoStatus,
80012
81675
  VpcAttributeName,
81676
+ VpcBlockPublicAccessExclusionsAllowed,
80013
81677
  InternetGatewayBlockMode,
81678
+ ManagedBy,
80014
81679
  VpcBlockPublicAccessState,
80015
81680
  ImageBlockPublicAccessDisabledState,
80016
81681
  SnapshotBlockPublicAccessState,
80017
81682
  TransitGatewayPropagationState,
80018
- ImageBlockPublicAccessEnabledState,
80019
81683
  SpotFleetLaunchSpecificationFilterSensitiveLog,
80020
81684
  SpotFleetRequestConfigDataFilterSensitiveLog,
80021
81685
  SpotFleetRequestConfigFilterSensitiveLog,
@@ -80026,6 +81690,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
80026
81690
  DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog,
80027
81691
  DescribeVpnConnectionsResultFilterSensitiveLog,
80028
81692
  DetachVerifiedAccessTrustProviderResultFilterSensitiveLog,
81693
+ ImageBlockPublicAccessEnabledState,
80029
81694
  ClientCertificateRevocationListStatusCode,
80030
81695
  UnlimitedSupportedInstanceFamily,
80031
81696
  PartitionLoadFrequency,
@@ -80049,8 +81714,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
80049
81714
  DefaultInstanceMetadataEndpointState,
80050
81715
  MetadataDefaultHttpTokensState,
80051
81716
  DefaultInstanceMetadataTagsState,
80052
- HostTenancy,
80053
- TargetStorageTier,
81717
+ VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog,
81718
+ ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog,
80054
81719
  GetInstanceTpmEkPubResultFilterSensitiveLog,
80055
81720
  GetLaunchTemplateDataResultFilterSensitiveLog,
80056
81721
  GetPasswordDataResultFilterSensitiveLog,
@@ -80069,6 +81734,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
80069
81734
  ImportSnapshotResultFilterSensitiveLog,
80070
81735
  ImportVolumeRequestFilterSensitiveLog,
80071
81736
  ImportVolumeResultFilterSensitiveLog,
81737
+ HostTenancy,
81738
+ TargetStorageTier,
80072
81739
  TrafficMirrorFilterRuleField,
80073
81740
  TrafficMirrorSessionField,
80074
81741
  VpcTenancy,
@@ -80079,6 +81746,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
80079
81746
  ResetFpgaImageAttributeName,
80080
81747
  ResetImageAttributeName,
80081
81748
  MembershipType,
81749
+ ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog,
80082
81750
  ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog,
80083
81751
  ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog,
80084
81752
  ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog,