@aws-sdk/client-ec2 3.701.0 → 3.708.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 (312) hide show
  1. package/README.md +96 -0
  2. package/dist-cjs/index.js +2291 -481
  3. package/dist-es/EC2.js +24 -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/ModifyInstanceNetworkPerformanceOptionsCommand.js +22 -0
  14. package/dist-es/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
  15. package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
  16. package/dist-es/commands/index.js +12 -0
  17. package/dist-es/models/index.js +1 -0
  18. package/dist-es/models/models_0.js +9 -32
  19. package/dist-es/models/models_1.js +55 -25
  20. package/dist-es/models/models_2.js +42 -19
  21. package/dist-es/models/models_3.js +21 -15
  22. package/dist-es/models/models_4.js +20 -21
  23. package/dist-es/models/models_5.js +29 -3
  24. package/dist-es/models/models_6.js +13 -23
  25. package/dist-es/models/models_7.js +30 -0
  26. package/dist-es/models/models_8.js +1 -0
  27. package/dist-es/protocols/Aws_ec2.js +1662 -123
  28. package/dist-types/EC2.d.ts +89 -0
  29. package/dist-types/EC2Client.d.ts +14 -2
  30. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  32. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  33. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  34. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  35. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  36. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  37. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
  38. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  39. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
  42. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  43. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  50. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +6 -3
  64. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +10 -4
  65. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +3 -2
  68. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
  69. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
  70. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  75. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
  98. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
  100. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
  101. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +26 -5
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  109. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +2 -1
  110. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  116. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -2
  117. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  118. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  119. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  120. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  122. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +2 -1
  123. package/dist-types/commands/DescribeFleetsCommand.d.ts +5 -5
  124. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  126. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  127. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  128. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +5 -2
  131. package/dist-types/commands/DescribeInstancesCommand.d.ts +4 -1
  132. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -2
  133. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  134. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  136. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  137. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  139. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  141. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  143. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  144. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  145. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  146. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  147. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  148. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +21 -2
  149. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  150. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  151. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +101 -0
  152. package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  153. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  154. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  155. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  156. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  157. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  158. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  159. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  160. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  161. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  162. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  163. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  164. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  165. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  166. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  167. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  168. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  169. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  170. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +5 -2
  171. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  172. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  173. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  174. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  175. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  176. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  177. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  178. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  180. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  181. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  182. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +75 -0
  183. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  194. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  195. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  198. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -3
  199. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +68 -5
  200. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +7 -0
  201. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +19 -0
  202. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  203. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  204. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  205. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  206. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  207. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  208. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  209. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  210. package/dist-types/commands/RunInstancesCommand.d.ts +9 -3
  211. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  212. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  213. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  214. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  215. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  216. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  217. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  218. package/dist-types/commands/index.d.ts +12 -0
  219. package/dist-types/models/index.d.ts +1 -0
  220. package/dist-types/models/models_0.d.ts +119 -298
  221. package/dist-types/models/models_1.d.ts +392 -279
  222. package/dist-types/models/models_2.d.ts +627 -314
  223. package/dist-types/models/models_3.d.ts +422 -924
  224. package/dist-types/models/models_4.d.ts +7153 -7068
  225. package/dist-types/models/models_5.d.ts +5632 -5095
  226. package/dist-types/models/models_6.d.ts +4278 -4390
  227. package/dist-types/models/models_7.d.ts +1591 -172
  228. package/dist-types/models/models_8.d.ts +168 -0
  229. package/dist-types/protocols/Aws_ec2.d.ts +108 -0
  230. package/dist-types/ts3.4/EC2.d.ts +239 -0
  231. package/dist-types/ts3.4/EC2Client.d.ts +72 -0
  232. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  233. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -4
  235. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  237. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +2 -4
  238. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +4 -2
  245. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  246. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +2 -4
  247. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  250. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  251. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  256. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  257. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +49 -0
  258. package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  267. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  271. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  272. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  273. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  274. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +51 -0
  278. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  289. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  290. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +4 -2
  294. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  295. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  296. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  300. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  301. package/dist-types/ts3.4/models/index.d.ts +1 -0
  302. package/dist-types/ts3.4/models/models_0.d.ts +37 -64
  303. package/dist-types/ts3.4/models/models_1.d.ts +102 -85
  304. package/dist-types/ts3.4/models/models_2.d.ts +171 -94
  305. package/dist-types/ts3.4/models/models_3.d.ts +108 -174
  306. package/dist-types/ts3.4/models/models_4.d.ts +187 -166
  307. package/dist-types/ts3.4/models/models_5.d.ts +215 -142
  308. package/dist-types/ts3.4/models/models_6.d.ts +255 -297
  309. package/dist-types/ts3.4/models/models_7.d.ts +366 -41
  310. package/dist-types/ts3.4/models/models_8.d.ts +40 -0
  311. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +144 -0
  312. package/package.json +1 -1
@@ -483,6 +483,16 @@ export const se_CancelConversionTaskCommand = async (input, context) => {
483
483
  });
484
484
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
485
485
  };
486
+ export const se_CancelDeclarativePoliciesReportCommand = async (input, context) => {
487
+ const headers = SHARED_HEADERS;
488
+ let body;
489
+ body = buildFormUrlencodedString({
490
+ ...se_CancelDeclarativePoliciesReportRequest(input, context),
491
+ [_A]: _CDPR,
492
+ [_V]: _,
493
+ });
494
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
495
+ };
486
496
  export const se_CancelExportTaskCommand = async (input, context) => {
487
497
  const headers = SHARED_HEADERS;
488
498
  let body;
@@ -2523,6 +2533,16 @@ export const se_DescribeCustomerGatewaysCommand = async (input, context) => {
2523
2533
  });
2524
2534
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
2525
2535
  };
2536
+ export const se_DescribeDeclarativePoliciesReportsCommand = async (input, context) => {
2537
+ const headers = SHARED_HEADERS;
2538
+ let body;
2539
+ body = buildFormUrlencodedString({
2540
+ ...se_DescribeDeclarativePoliciesReportsRequest(input, context),
2541
+ [_A]: _DDPR,
2542
+ [_V]: _,
2543
+ });
2544
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
2545
+ };
2526
2546
  export const se_DescribeDhcpOptionsCommand = async (input, context) => {
2527
2547
  const headers = SHARED_HEADERS;
2528
2548
  let body;
@@ -3763,6 +3783,16 @@ export const se_DescribeVpcClassicLinkDnsSupportCommand = async (input, context)
3763
3783
  });
3764
3784
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
3765
3785
  };
3786
+ export const se_DescribeVpcEndpointAssociationsCommand = async (input, context) => {
3787
+ const headers = SHARED_HEADERS;
3788
+ let body;
3789
+ body = buildFormUrlencodedString({
3790
+ ...se_DescribeVpcEndpointAssociationsRequest(input, context),
3791
+ [_A]: _DVEA,
3792
+ [_V]: _,
3793
+ });
3794
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
3795
+ };
3766
3796
  export const se_DescribeVpcEndpointConnectionNotificationsCommand = async (input, context) => {
3767
3797
  const headers = SHARED_HEADERS;
3768
3798
  let body;
@@ -3933,6 +3963,16 @@ export const se_DisableAddressTransferCommand = async (input, context) => {
3933
3963
  });
3934
3964
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
3935
3965
  };
3966
+ export const se_DisableAllowedImagesSettingsCommand = async (input, context) => {
3967
+ const headers = SHARED_HEADERS;
3968
+ let body;
3969
+ body = buildFormUrlencodedString({
3970
+ ...se_DisableAllowedImagesSettingsRequest(input, context),
3971
+ [_A]: _DAIS,
3972
+ [_V]: _,
3973
+ });
3974
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
3975
+ };
3936
3976
  export const se_DisableAwsNetworkPerformanceMetricSubscriptionCommand = async (input, context) => {
3937
3977
  const headers = SHARED_HEADERS;
3938
3978
  let body;
@@ -4263,6 +4303,16 @@ export const se_EnableAddressTransferCommand = async (input, context) => {
4263
4303
  });
4264
4304
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
4265
4305
  };
4306
+ export const se_EnableAllowedImagesSettingsCommand = async (input, context) => {
4307
+ const headers = SHARED_HEADERS;
4308
+ let body;
4309
+ body = buildFormUrlencodedString({
4310
+ ...se_EnableAllowedImagesSettingsRequest(input, context),
4311
+ [_A]: _EAIS,
4312
+ [_V]: _,
4313
+ });
4314
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
4315
+ };
4266
4316
  export const se_EnableAwsNetworkPerformanceMetricSubscriptionCommand = async (input, context) => {
4267
4317
  const headers = SHARED_HEADERS;
4268
4318
  let body;
@@ -4473,6 +4523,26 @@ export const se_ExportTransitGatewayRoutesCommand = async (input, context) => {
4473
4523
  });
4474
4524
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
4475
4525
  };
4526
+ export const se_ExportVerifiedAccessInstanceClientConfigurationCommand = async (input, context) => {
4527
+ const headers = SHARED_HEADERS;
4528
+ let body;
4529
+ body = buildFormUrlencodedString({
4530
+ ...se_ExportVerifiedAccessInstanceClientConfigurationRequest(input, context),
4531
+ [_A]: _EVAICC,
4532
+ [_V]: _,
4533
+ });
4534
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
4535
+ };
4536
+ export const se_GetAllowedImagesSettingsCommand = async (input, context) => {
4537
+ const headers = SHARED_HEADERS;
4538
+ let body;
4539
+ body = buildFormUrlencodedString({
4540
+ ...se_GetAllowedImagesSettingsRequest(input, context),
4541
+ [_A]: _GAIS,
4542
+ [_V]: _,
4543
+ });
4544
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
4545
+ };
4476
4546
  export const se_GetAssociatedEnclaveCertificateIamRolesCommand = async (input, context) => {
4477
4547
  const headers = SHARED_HEADERS;
4478
4548
  let body;
@@ -4543,6 +4613,16 @@ export const se_GetConsoleScreenshotCommand = async (input, context) => {
4543
4613
  });
4544
4614
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
4545
4615
  };
4616
+ export const se_GetDeclarativePoliciesReportSummaryCommand = async (input, context) => {
4617
+ const headers = SHARED_HEADERS;
4618
+ let body;
4619
+ body = buildFormUrlencodedString({
4620
+ ...se_GetDeclarativePoliciesReportSummaryRequest(input, context),
4621
+ [_A]: _GDPRS,
4622
+ [_V]: _,
4623
+ });
4624
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
4625
+ };
4546
4626
  export const se_GetDefaultCreditSpecificationCommand = async (input, context) => {
4547
4627
  const headers = SHARED_HEADERS;
4548
4628
  let body;
@@ -4923,6 +5003,16 @@ export const se_GetVerifiedAccessEndpointPolicyCommand = async (input, context)
4923
5003
  });
4924
5004
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
4925
5005
  };
5006
+ export const se_GetVerifiedAccessEndpointTargetsCommand = async (input, context) => {
5007
+ const headers = SHARED_HEADERS;
5008
+ let body;
5009
+ body = buildFormUrlencodedString({
5010
+ ...se_GetVerifiedAccessEndpointTargetsRequest(input, context),
5011
+ [_A]: _GVAET,
5012
+ [_V]: _,
5013
+ });
5014
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
5015
+ };
4926
5016
  export const se_GetVerifiedAccessGroupPolicyCommand = async (input, context) => {
4927
5017
  const headers = SHARED_HEADERS;
4928
5018
  let body;
@@ -5273,6 +5363,16 @@ export const se_ModifyInstanceMetadataOptionsCommand = async (input, context) =>
5273
5363
  });
5274
5364
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
5275
5365
  };
5366
+ export const se_ModifyInstanceNetworkPerformanceOptionsCommand = async (input, context) => {
5367
+ const headers = SHARED_HEADERS;
5368
+ let body;
5369
+ body = buildFormUrlencodedString({
5370
+ ...se_ModifyInstanceNetworkPerformanceRequest(input, context),
5371
+ [_A]: _MINPO,
5372
+ [_V]: _,
5373
+ });
5374
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
5375
+ };
5276
5376
  export const se_ModifyInstancePlacementCommand = async (input, context) => {
5277
5377
  const headers = SHARED_HEADERS;
5278
5378
  let body;
@@ -6013,6 +6113,16 @@ export const se_ReplaceIamInstanceProfileAssociationCommand = async (input, cont
6013
6113
  });
6014
6114
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
6015
6115
  };
6116
+ export const se_ReplaceImageCriteriaInAllowedImagesSettingsCommand = async (input, context) => {
6117
+ const headers = SHARED_HEADERS;
6118
+ let body;
6119
+ body = buildFormUrlencodedString({
6120
+ ...se_ReplaceImageCriteriaInAllowedImagesSettingsRequest(input, context),
6121
+ [_A]: _RICIAIS,
6122
+ [_V]: _,
6123
+ });
6124
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
6125
+ };
6016
6126
  export const se_ReplaceNetworkAclAssociationCommand = async (input, context) => {
6017
6127
  const headers = SHARED_HEADERS;
6018
6128
  let body;
@@ -6313,6 +6423,16 @@ export const se_SendDiagnosticInterruptCommand = async (input, context) => {
6313
6423
  });
6314
6424
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
6315
6425
  };
6426
+ export const se_StartDeclarativePoliciesReportCommand = async (input, context) => {
6427
+ const headers = SHARED_HEADERS;
6428
+ let body;
6429
+ body = buildFormUrlencodedString({
6430
+ ...se_StartDeclarativePoliciesReportRequest(input, context),
6431
+ [_A]: _SDPR,
6432
+ [_V]: _,
6433
+ });
6434
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
6435
+ };
6316
6436
  export const se_StartInstancesCommand = async (input, context) => {
6317
6437
  const headers = SHARED_HEADERS;
6318
6438
  let body;
@@ -7078,6 +7198,19 @@ export const de_CancelConversionTaskCommand = async (output, context) => {
7078
7198
  };
7079
7199
  return response;
7080
7200
  };
7201
+ export const de_CancelDeclarativePoliciesReportCommand = async (output, context) => {
7202
+ if (output.statusCode >= 300) {
7203
+ return de_CommandError(output, context);
7204
+ }
7205
+ const data = await parseBody(output.body, context);
7206
+ let contents = {};
7207
+ contents = de_CancelDeclarativePoliciesReportResult(data, context);
7208
+ const response = {
7209
+ $metadata: deserializeMetadata(output),
7210
+ ...contents,
7211
+ };
7212
+ return response;
7213
+ };
7081
7214
  export const de_CancelExportTaskCommand = async (output, context) => {
7082
7215
  if (output.statusCode >= 300) {
7083
7216
  return de_CommandError(output, context);
@@ -9658,6 +9791,19 @@ export const de_DescribeCustomerGatewaysCommand = async (output, context) => {
9658
9791
  };
9659
9792
  return response;
9660
9793
  };
9794
+ export const de_DescribeDeclarativePoliciesReportsCommand = async (output, context) => {
9795
+ if (output.statusCode >= 300) {
9796
+ return de_CommandError(output, context);
9797
+ }
9798
+ const data = await parseBody(output.body, context);
9799
+ let contents = {};
9800
+ contents = de_DescribeDeclarativePoliciesReportsResult(data, context);
9801
+ const response = {
9802
+ $metadata: deserializeMetadata(output),
9803
+ ...contents,
9804
+ };
9805
+ return response;
9806
+ };
9661
9807
  export const de_DescribeDhcpOptionsCommand = async (output, context) => {
9662
9808
  if (output.statusCode >= 300) {
9663
9809
  return de_CommandError(output, context);
@@ -11270,6 +11416,19 @@ export const de_DescribeVpcClassicLinkDnsSupportCommand = async (output, context
11270
11416
  };
11271
11417
  return response;
11272
11418
  };
11419
+ export const de_DescribeVpcEndpointAssociationsCommand = async (output, context) => {
11420
+ if (output.statusCode >= 300) {
11421
+ return de_CommandError(output, context);
11422
+ }
11423
+ const data = await parseBody(output.body, context);
11424
+ let contents = {};
11425
+ contents = de_DescribeVpcEndpointAssociationsResult(data, context);
11426
+ const response = {
11427
+ $metadata: deserializeMetadata(output),
11428
+ ...contents,
11429
+ };
11430
+ return response;
11431
+ };
11273
11432
  export const de_DescribeVpcEndpointConnectionNotificationsCommand = async (output, context) => {
11274
11433
  if (output.statusCode >= 300) {
11275
11434
  return de_CommandError(output, context);
@@ -11482,6 +11641,19 @@ export const de_DisableAddressTransferCommand = async (output, context) => {
11482
11641
  };
11483
11642
  return response;
11484
11643
  };
11644
+ export const de_DisableAllowedImagesSettingsCommand = async (output, context) => {
11645
+ if (output.statusCode >= 300) {
11646
+ return de_CommandError(output, context);
11647
+ }
11648
+ const data = await parseBody(output.body, context);
11649
+ let contents = {};
11650
+ contents = de_DisableAllowedImagesSettingsResult(data, context);
11651
+ const response = {
11652
+ $metadata: deserializeMetadata(output),
11653
+ ...contents,
11654
+ };
11655
+ return response;
11656
+ };
11485
11657
  export const de_DisableAwsNetworkPerformanceMetricSubscriptionCommand = async (output, context) => {
11486
11658
  if (output.statusCode >= 300) {
11487
11659
  return de_CommandError(output, context);
@@ -11902,6 +12074,19 @@ export const de_EnableAddressTransferCommand = async (output, context) => {
11902
12074
  };
11903
12075
  return response;
11904
12076
  };
12077
+ export const de_EnableAllowedImagesSettingsCommand = async (output, context) => {
12078
+ if (output.statusCode >= 300) {
12079
+ return de_CommandError(output, context);
12080
+ }
12081
+ const data = await parseBody(output.body, context);
12082
+ let contents = {};
12083
+ contents = de_EnableAllowedImagesSettingsResult(data, context);
12084
+ const response = {
12085
+ $metadata: deserializeMetadata(output),
12086
+ ...contents,
12087
+ };
12088
+ return response;
12089
+ };
11905
12090
  export const de_EnableAwsNetworkPerformanceMetricSubscriptionCommand = async (output, context) => {
11906
12091
  if (output.statusCode >= 300) {
11907
12092
  return de_CommandError(output, context);
@@ -12169,6 +12354,32 @@ export const de_ExportTransitGatewayRoutesCommand = async (output, context) => {
12169
12354
  };
12170
12355
  return response;
12171
12356
  };
12357
+ export const de_ExportVerifiedAccessInstanceClientConfigurationCommand = async (output, context) => {
12358
+ if (output.statusCode >= 300) {
12359
+ return de_CommandError(output, context);
12360
+ }
12361
+ const data = await parseBody(output.body, context);
12362
+ let contents = {};
12363
+ contents = de_ExportVerifiedAccessInstanceClientConfigurationResult(data, context);
12364
+ const response = {
12365
+ $metadata: deserializeMetadata(output),
12366
+ ...contents,
12367
+ };
12368
+ return response;
12369
+ };
12370
+ export const de_GetAllowedImagesSettingsCommand = async (output, context) => {
12371
+ if (output.statusCode >= 300) {
12372
+ return de_CommandError(output, context);
12373
+ }
12374
+ const data = await parseBody(output.body, context);
12375
+ let contents = {};
12376
+ contents = de_GetAllowedImagesSettingsResult(data, context);
12377
+ const response = {
12378
+ $metadata: deserializeMetadata(output),
12379
+ ...contents,
12380
+ };
12381
+ return response;
12382
+ };
12172
12383
  export const de_GetAssociatedEnclaveCertificateIamRolesCommand = async (output, context) => {
12173
12384
  if (output.statusCode >= 300) {
12174
12385
  return de_CommandError(output, context);
@@ -12260,6 +12471,19 @@ export const de_GetConsoleScreenshotCommand = async (output, context) => {
12260
12471
  };
12261
12472
  return response;
12262
12473
  };
12474
+ export const de_GetDeclarativePoliciesReportSummaryCommand = async (output, context) => {
12475
+ if (output.statusCode >= 300) {
12476
+ return de_CommandError(output, context);
12477
+ }
12478
+ const data = await parseBody(output.body, context);
12479
+ let contents = {};
12480
+ contents = de_GetDeclarativePoliciesReportSummaryResult(data, context);
12481
+ const response = {
12482
+ $metadata: deserializeMetadata(output),
12483
+ ...contents,
12484
+ };
12485
+ return response;
12486
+ };
12263
12487
  export const de_GetDefaultCreditSpecificationCommand = async (output, context) => {
12264
12488
  if (output.statusCode >= 300) {
12265
12489
  return de_CommandError(output, context);
@@ -12754,6 +12978,19 @@ export const de_GetVerifiedAccessEndpointPolicyCommand = async (output, context)
12754
12978
  };
12755
12979
  return response;
12756
12980
  };
12981
+ export const de_GetVerifiedAccessEndpointTargetsCommand = async (output, context) => {
12982
+ if (output.statusCode >= 300) {
12983
+ return de_CommandError(output, context);
12984
+ }
12985
+ const data = await parseBody(output.body, context);
12986
+ let contents = {};
12987
+ contents = de_GetVerifiedAccessEndpointTargetsResult(data, context);
12988
+ const response = {
12989
+ $metadata: deserializeMetadata(output),
12990
+ ...contents,
12991
+ };
12992
+ return response;
12993
+ };
12757
12994
  export const de_GetVerifiedAccessGroupPolicyCommand = async (output, context) => {
12758
12995
  if (output.statusCode >= 300) {
12759
12996
  return de_CommandError(output, context);
@@ -13197,6 +13434,19 @@ export const de_ModifyInstanceMetadataOptionsCommand = async (output, context) =
13197
13434
  };
13198
13435
  return response;
13199
13436
  };
13437
+ export const de_ModifyInstanceNetworkPerformanceOptionsCommand = async (output, context) => {
13438
+ if (output.statusCode >= 300) {
13439
+ return de_CommandError(output, context);
13440
+ }
13441
+ const data = await parseBody(output.body, context);
13442
+ let contents = {};
13443
+ contents = de_ModifyInstanceNetworkPerformanceResult(data, context);
13444
+ const response = {
13445
+ $metadata: deserializeMetadata(output),
13446
+ ...contents,
13447
+ };
13448
+ return response;
13449
+ };
13200
13450
  export const de_ModifyInstancePlacementCommand = async (output, context) => {
13201
13451
  if (output.statusCode >= 300) {
13202
13452
  return de_CommandError(output, context);
@@ -14138,6 +14388,19 @@ export const de_ReplaceIamInstanceProfileAssociationCommand = async (output, con
14138
14388
  };
14139
14389
  return response;
14140
14390
  };
14391
+ export const de_ReplaceImageCriteriaInAllowedImagesSettingsCommand = async (output, context) => {
14392
+ if (output.statusCode >= 300) {
14393
+ return de_CommandError(output, context);
14394
+ }
14395
+ const data = await parseBody(output.body, context);
14396
+ let contents = {};
14397
+ contents = de_ReplaceImageCriteriaInAllowedImagesSettingsResult(data, context);
14398
+ const response = {
14399
+ $metadata: deserializeMetadata(output),
14400
+ ...contents,
14401
+ };
14402
+ return response;
14403
+ };
14141
14404
  export const de_ReplaceNetworkAclAssociationCommand = async (output, context) => {
14142
14405
  if (output.statusCode >= 300) {
14143
14406
  return de_CommandError(output, context);
@@ -14504,6 +14767,19 @@ export const de_SendDiagnosticInterruptCommand = async (output, context) => {
14504
14767
  };
14505
14768
  return response;
14506
14769
  };
14770
+ export const de_StartDeclarativePoliciesReportCommand = async (output, context) => {
14771
+ if (output.statusCode >= 300) {
14772
+ return de_CommandError(output, context);
14773
+ }
14774
+ const data = await parseBody(output.body, context);
14775
+ let contents = {};
14776
+ contents = de_StartDeclarativePoliciesReportResult(data, context);
14777
+ const response = {
14778
+ $metadata: deserializeMetadata(output),
14779
+ ...contents,
14780
+ };
14781
+ return response;
14782
+ };
14507
14783
  export const de_StartInstancesCommand = async (output, context) => {
14508
14784
  if (output.statusCode >= 300) {
14509
14785
  return de_CommandError(output, context);
@@ -16140,6 +16416,16 @@ const se_CancelConversionRequest = (input, context) => {
16140
16416
  }
16141
16417
  return entries;
16142
16418
  };
16419
+ const se_CancelDeclarativePoliciesReportRequest = (input, context) => {
16420
+ const entries = {};
16421
+ if (input[_DRr] != null) {
16422
+ entries[_DRr] = input[_DRr];
16423
+ }
16424
+ if (input[_RIep] != null) {
16425
+ entries[_RIep] = input[_RIep];
16426
+ }
16427
+ return entries;
16428
+ };
16143
16429
  const se_CancelExportTaskRequest = (input, context) => {
16144
16430
  const entries = {};
16145
16431
  if (input[_ETI] != null) {
@@ -18929,6 +19215,30 @@ const se_CreateTransitGatewayVpcAttachmentRequestOptions = (input, context) => {
18929
19215
  }
18930
19216
  return entries;
18931
19217
  };
19218
+ const se_CreateVerifiedAccessEndpointCidrOptions = (input, context) => {
19219
+ const entries = {};
19220
+ if (input[_P] != null) {
19221
+ entries[_P] = input[_P];
19222
+ }
19223
+ if (input[_SIu] != null) {
19224
+ const memberEntries = se_CreateVerifiedAccessEndpointSubnetIdList(input[_SIu], context);
19225
+ Object.entries(memberEntries).forEach(([key, value]) => {
19226
+ const loc = `SubnetId.${key.substring(key.indexOf(".") + 1)}`;
19227
+ entries[loc] = value;
19228
+ });
19229
+ }
19230
+ if (input[_C] != null) {
19231
+ entries[_C] = input[_C];
19232
+ }
19233
+ if (input[_PRo] != null) {
19234
+ const memberEntries = se_CreateVerifiedAccessEndpointPortRangeList(input[_PRo], context);
19235
+ Object.entries(memberEntries).forEach(([key, value]) => {
19236
+ const loc = `PortRange.${key.substring(key.indexOf(".") + 1)}`;
19237
+ entries[loc] = value;
19238
+ });
19239
+ }
19240
+ return entries;
19241
+ };
18932
19242
  const se_CreateVerifiedAccessEndpointEniOptions = (input, context) => {
18933
19243
  const entries = {};
18934
19244
  if (input[_NII] != null) {
@@ -18940,6 +19250,13 @@ const se_CreateVerifiedAccessEndpointEniOptions = (input, context) => {
18940
19250
  if (input[_Po] != null) {
18941
19251
  entries[_Po] = input[_Po];
18942
19252
  }
19253
+ if (input[_PRo] != null) {
19254
+ const memberEntries = se_CreateVerifiedAccessEndpointPortRangeList(input[_PRo], context);
19255
+ Object.entries(memberEntries).forEach(([key, value]) => {
19256
+ const loc = `PortRange.${key.substring(key.indexOf(".") + 1)}`;
19257
+ entries[loc] = value;
19258
+ });
19259
+ }
18943
19260
  return entries;
18944
19261
  };
18945
19262
  const se_CreateVerifiedAccessEndpointLoadBalancerOptions = (input, context) => {
@@ -18960,6 +19277,67 @@ const se_CreateVerifiedAccessEndpointLoadBalancerOptions = (input, context) => {
18960
19277
  entries[loc] = value;
18961
19278
  });
18962
19279
  }
19280
+ if (input[_PRo] != null) {
19281
+ const memberEntries = se_CreateVerifiedAccessEndpointPortRangeList(input[_PRo], context);
19282
+ Object.entries(memberEntries).forEach(([key, value]) => {
19283
+ const loc = `PortRange.${key.substring(key.indexOf(".") + 1)}`;
19284
+ entries[loc] = value;
19285
+ });
19286
+ }
19287
+ return entries;
19288
+ };
19289
+ const se_CreateVerifiedAccessEndpointPortRange = (input, context) => {
19290
+ const entries = {};
19291
+ if (input[_FP] != null) {
19292
+ entries[_FP] = input[_FP];
19293
+ }
19294
+ if (input[_TP] != null) {
19295
+ entries[_TP] = input[_TP];
19296
+ }
19297
+ return entries;
19298
+ };
19299
+ const se_CreateVerifiedAccessEndpointPortRangeList = (input, context) => {
19300
+ const entries = {};
19301
+ let counter = 1;
19302
+ for (const entry of input) {
19303
+ if (entry === null) {
19304
+ continue;
19305
+ }
19306
+ const memberEntries = se_CreateVerifiedAccessEndpointPortRange(entry, context);
19307
+ Object.entries(memberEntries).forEach(([key, value]) => {
19308
+ entries[`Item.${counter}.${key}`] = value;
19309
+ });
19310
+ counter++;
19311
+ }
19312
+ return entries;
19313
+ };
19314
+ const se_CreateVerifiedAccessEndpointRdsOptions = (input, context) => {
19315
+ const entries = {};
19316
+ if (input[_P] != null) {
19317
+ entries[_P] = input[_P];
19318
+ }
19319
+ if (input[_Po] != null) {
19320
+ entries[_Po] = input[_Po];
19321
+ }
19322
+ if (input[_RDIA] != null) {
19323
+ entries[_RDIA] = input[_RDIA];
19324
+ }
19325
+ if (input[_RDCA] != null) {
19326
+ entries[_RDCA] = input[_RDCA];
19327
+ }
19328
+ if (input[_RDPA] != null) {
19329
+ entries[_RDPA] = input[_RDPA];
19330
+ }
19331
+ if (input[_RE] != null) {
19332
+ entries[_RE] = input[_RE];
19333
+ }
19334
+ if (input[_SIu] != null) {
19335
+ const memberEntries = se_CreateVerifiedAccessEndpointSubnetIdList(input[_SIu], context);
19336
+ Object.entries(memberEntries).forEach(([key, value]) => {
19337
+ const loc = `SubnetId.${key.substring(key.indexOf(".") + 1)}`;
19338
+ entries[loc] = value;
19339
+ });
19340
+ }
18963
19341
  return entries;
18964
19342
  };
18965
19343
  const se_CreateVerifiedAccessEndpointRequest = (input, context) => {
@@ -19032,6 +19410,20 @@ const se_CreateVerifiedAccessEndpointRequest = (input, context) => {
19032
19410
  entries[loc] = value;
19033
19411
  });
19034
19412
  }
19413
+ if (input[_RO] != null) {
19414
+ const memberEntries = se_CreateVerifiedAccessEndpointRdsOptions(input[_RO], context);
19415
+ Object.entries(memberEntries).forEach(([key, value]) => {
19416
+ const loc = `RdsOptions.${key}`;
19417
+ entries[loc] = value;
19418
+ });
19419
+ }
19420
+ if (input[_CO] != null) {
19421
+ const memberEntries = se_CreateVerifiedAccessEndpointCidrOptions(input[_CO], context);
19422
+ Object.entries(memberEntries).forEach(([key, value]) => {
19423
+ const loc = `CidrOptions.${key}`;
19424
+ entries[loc] = value;
19425
+ });
19426
+ }
19035
19427
  return entries;
19036
19428
  };
19037
19429
  const se_CreateVerifiedAccessEndpointSubnetIdList = (input, context) => {
@@ -19106,6 +19498,37 @@ const se_CreateVerifiedAccessInstanceRequest = (input, context) => {
19106
19498
  if (input[_FIPSE] != null) {
19107
19499
  entries[_FIPSE] = input[_FIPSE];
19108
19500
  }
19501
+ if (input[_CECSD] != null) {
19502
+ entries[_CECSD] = input[_CECSD];
19503
+ }
19504
+ return entries;
19505
+ };
19506
+ const se_CreateVerifiedAccessNativeApplicationOidcOptions = (input, context) => {
19507
+ const entries = {};
19508
+ if (input[_PSKE] != null) {
19509
+ entries[_PSKE] = input[_PSKE];
19510
+ }
19511
+ if (input[_I] != null) {
19512
+ entries[_I] = input[_I];
19513
+ }
19514
+ if (input[_AE] != null) {
19515
+ entries[_AE] = input[_AE];
19516
+ }
19517
+ if (input[_TEo] != null) {
19518
+ entries[_TEo] = input[_TEo];
19519
+ }
19520
+ if (input[_UIE] != null) {
19521
+ entries[_UIE] = input[_UIE];
19522
+ }
19523
+ if (input[_CIl] != null) {
19524
+ entries[_CIl] = input[_CIl];
19525
+ }
19526
+ if (input[_CSl] != null) {
19527
+ entries[_CSl] = input[_CSl];
19528
+ }
19529
+ if (input[_Sc] != null) {
19530
+ entries[_Sc] = input[_Sc];
19531
+ }
19109
19532
  return entries;
19110
19533
  };
19111
19534
  const se_CreateVerifiedAccessTrustProviderDeviceOptions = (input, context) => {
@@ -19197,6 +19620,13 @@ const se_CreateVerifiedAccessTrustProviderRequest = (input, context) => {
19197
19620
  entries[loc] = value;
19198
19621
  });
19199
19622
  }
19623
+ if (input[_NAOO] != null) {
19624
+ const memberEntries = se_CreateVerifiedAccessNativeApplicationOidcOptions(input[_NAOO], context);
19625
+ Object.entries(memberEntries).forEach(([key, value]) => {
19626
+ const loc = `NativeApplicationOidcOptions.${key}`;
19627
+ entries[loc] = value;
19628
+ });
19629
+ }
19200
19630
  return entries;
19201
19631
  };
19202
19632
  const se_CreateVolumePermission = (input, context) => {
@@ -19416,6 +19846,12 @@ const se_CreateVpcEndpointRequest = (input, context) => {
19416
19846
  entries[loc] = value;
19417
19847
  });
19418
19848
  }
19849
+ if (input[_SNA] != null) {
19850
+ entries[_SNA] = input[_SNA];
19851
+ }
19852
+ if (input[_RCA] != null) {
19853
+ entries[_RCA] = input[_RCA];
19854
+ }
19419
19855
  if (input[_SRe] != null) {
19420
19856
  entries[_SRe] = input[_SRe];
19421
19857
  }
@@ -21281,6 +21717,26 @@ const se_DescribeCustomerGatewaysRequest = (input, context) => {
21281
21717
  }
21282
21718
  return entries;
21283
21719
  };
21720
+ const se_DescribeDeclarativePoliciesReportsRequest = (input, context) => {
21721
+ const entries = {};
21722
+ if (input[_DRr] != null) {
21723
+ entries[_DRr] = input[_DRr];
21724
+ }
21725
+ if (input[_NT] != null) {
21726
+ entries[_NT] = input[_NT];
21727
+ }
21728
+ if (input[_MR] != null) {
21729
+ entries[_MR] = input[_MR];
21730
+ }
21731
+ if (input[_RIepo] != null) {
21732
+ const memberEntries = se_ValueStringList(input[_RIepo], context);
21733
+ Object.entries(memberEntries).forEach(([key, value]) => {
21734
+ const loc = `ReportId.${key.substring(key.indexOf(".") + 1)}`;
21735
+ entries[loc] = value;
21736
+ });
21737
+ }
21738
+ return entries;
21739
+ };
21284
21740
  const se_DescribeDhcpOptionsRequest = (input, context) => {
21285
21741
  const entries = {};
21286
21742
  if (input[_DOIh] != null) {
@@ -24467,6 +24923,33 @@ const se_DescribeVpcClassicLinkRequest = (input, context) => {
24467
24923
  }
24468
24924
  return entries;
24469
24925
  };
24926
+ const se_DescribeVpcEndpointAssociationsRequest = (input, context) => {
24927
+ const entries = {};
24928
+ if (input[_DRr] != null) {
24929
+ entries[_DRr] = input[_DRr];
24930
+ }
24931
+ if (input[_VEI] != null) {
24932
+ const memberEntries = se_VpcEndpointIdList(input[_VEI], context);
24933
+ Object.entries(memberEntries).forEach(([key, value]) => {
24934
+ const loc = `VpcEndpointId.${key.substring(key.indexOf(".") + 1)}`;
24935
+ entries[loc] = value;
24936
+ });
24937
+ }
24938
+ if (input[_Fi] != null) {
24939
+ const memberEntries = se_FilterList(input[_Fi], context);
24940
+ Object.entries(memberEntries).forEach(([key, value]) => {
24941
+ const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
24942
+ entries[loc] = value;
24943
+ });
24944
+ }
24945
+ if (input[_MR] != null) {
24946
+ entries[_MR] = input[_MR];
24947
+ }
24948
+ if (input[_NT] != null) {
24949
+ entries[_NT] = input[_NT];
24950
+ }
24951
+ return entries;
24952
+ };
24470
24953
  const se_DescribeVpcEndpointConnectionNotificationsRequest = (input, context) => {
24471
24954
  const entries = {};
24472
24955
  if (input[_DRr] != null) {
@@ -24849,6 +25332,13 @@ const se_DisableAddressTransferRequest = (input, context) => {
24849
25332
  }
24850
25333
  return entries;
24851
25334
  };
25335
+ const se_DisableAllowedImagesSettingsRequest = (input, context) => {
25336
+ const entries = {};
25337
+ if (input[_DRr] != null) {
25338
+ entries[_DRr] = input[_DRr];
25339
+ }
25340
+ return entries;
25341
+ };
24852
25342
  const se_DisableAwsNetworkPerformanceMetricSubscriptionRequest = (input, context) => {
24853
25343
  const entries = {};
24854
25344
  if (input[_S] != null) {
@@ -25459,6 +25949,16 @@ const se_EnableAddressTransferRequest = (input, context) => {
25459
25949
  }
25460
25950
  return entries;
25461
25951
  };
25952
+ const se_EnableAllowedImagesSettingsRequest = (input, context) => {
25953
+ const entries = {};
25954
+ if (input[_AISS] != null) {
25955
+ entries[_AISS] = input[_AISS];
25956
+ }
25957
+ if (input[_DRr] != null) {
25958
+ entries[_DRr] = input[_DRr];
25959
+ }
25960
+ return entries;
25961
+ };
25462
25962
  const se_EnableAwsNetworkPerformanceMetricSubscriptionRequest = (input, context) => {
25463
25963
  const entries = {};
25464
25964
  if (input[_S] != null) {
@@ -25874,6 +26374,16 @@ const se_ExportTransitGatewayRoutesRequest = (input, context) => {
25874
26374
  }
25875
26375
  return entries;
25876
26376
  };
26377
+ const se_ExportVerifiedAccessInstanceClientConfigurationRequest = (input, context) => {
26378
+ const entries = {};
26379
+ if (input[_VAII] != null) {
26380
+ entries[_VAII] = input[_VAII];
26381
+ }
26382
+ if (input[_DRr] != null) {
26383
+ entries[_DRr] = input[_DRr];
26384
+ }
26385
+ return entries;
26386
+ };
25877
26387
  const se_FastLaunchImageIdList = (input, context) => {
25878
26388
  const entries = {};
25879
26389
  let counter = 1;
@@ -26127,6 +26637,13 @@ const se_FpgaImageIdList = (input, context) => {
26127
26637
  }
26128
26638
  return entries;
26129
26639
  };
26640
+ const se_GetAllowedImagesSettingsRequest = (input, context) => {
26641
+ const entries = {};
26642
+ if (input[_DRr] != null) {
26643
+ entries[_DRr] = input[_DRr];
26644
+ }
26645
+ return entries;
26646
+ };
26130
26647
  const se_GetAssociatedEnclaveCertificateIamRolesRequest = (input, context) => {
26131
26648
  const entries = {};
26132
26649
  if (input[_CA] != null) {
@@ -26244,6 +26761,16 @@ const se_GetConsoleScreenshotRequest = (input, context) => {
26244
26761
  }
26245
26762
  return entries;
26246
26763
  };
26764
+ const se_GetDeclarativePoliciesReportSummaryRequest = (input, context) => {
26765
+ const entries = {};
26766
+ if (input[_DRr] != null) {
26767
+ entries[_DRr] = input[_DRr];
26768
+ }
26769
+ if (input[_RIep] != null) {
26770
+ entries[_RIep] = input[_RIep];
26771
+ }
26772
+ return entries;
26773
+ };
26247
26774
  const se_GetDefaultCreditSpecificationRequest = (input, context) => {
26248
26775
  const entries = {};
26249
26776
  if (input[_DRr] != null) {
@@ -26584,8 +27111,8 @@ const se_GetIpamResourceCidrsRequest = (input, context) => {
26584
27111
  entries[loc] = value;
26585
27112
  });
26586
27113
  }
26587
- if (input[_RO] != null) {
26588
- entries[_RO] = input[_RO];
27114
+ if (input[_ROe] != null) {
27115
+ entries[_ROe] = input[_ROe];
26589
27116
  }
26590
27117
  return entries;
26591
27118
  };
@@ -26965,6 +27492,22 @@ const se_GetVerifiedAccessEndpointPolicyRequest = (input, context) => {
26965
27492
  }
26966
27493
  return entries;
26967
27494
  };
27495
+ const se_GetVerifiedAccessEndpointTargetsRequest = (input, context) => {
27496
+ const entries = {};
27497
+ if (input[_VAEI] != null) {
27498
+ entries[_VAEI] = input[_VAEI];
27499
+ }
27500
+ if (input[_MR] != null) {
27501
+ entries[_MR] = input[_MR];
27502
+ }
27503
+ if (input[_NT] != null) {
27504
+ entries[_NT] = input[_NT];
27505
+ }
27506
+ if (input[_DRr] != null) {
27507
+ entries[_DRr] = input[_DRr];
27508
+ }
27509
+ return entries;
27510
+ };
26968
27511
  const se_GetVerifiedAccessGroupPolicyRequest = (input, context) => {
26969
27512
  const entries = {};
26970
27513
  if (input[_VAGI] != null) {
@@ -27139,6 +27682,32 @@ const se_IKEVersionsRequestListValue = (input, context) => {
27139
27682
  }
27140
27683
  return entries;
27141
27684
  };
27685
+ const se_ImageCriterionRequest = (input, context) => {
27686
+ const entries = {};
27687
+ if (input[_IPm] != null) {
27688
+ const memberEntries = se_ImageProviderRequestList(input[_IPm], context);
27689
+ Object.entries(memberEntries).forEach(([key, value]) => {
27690
+ const loc = `ImageProvider.${key.substring(key.indexOf(".") + 1)}`;
27691
+ entries[loc] = value;
27692
+ });
27693
+ }
27694
+ return entries;
27695
+ };
27696
+ const se_ImageCriterionRequestList = (input, context) => {
27697
+ const entries = {};
27698
+ let counter = 1;
27699
+ for (const entry of input) {
27700
+ if (entry === null) {
27701
+ continue;
27702
+ }
27703
+ const memberEntries = se_ImageCriterionRequest(entry, context);
27704
+ Object.entries(memberEntries).forEach(([key, value]) => {
27705
+ entries[`ImageCriterion.${counter}.${key}`] = value;
27706
+ });
27707
+ counter++;
27708
+ }
27709
+ return entries;
27710
+ };
27142
27711
  const se_ImageDiskContainer = (input, context) => {
27143
27712
  const entries = {};
27144
27713
  if (input[_De] != null) {
@@ -27204,6 +27773,18 @@ const se_ImageIdStringList = (input, context) => {
27204
27773
  }
27205
27774
  return entries;
27206
27775
  };
27776
+ const se_ImageProviderRequestList = (input, context) => {
27777
+ const entries = {};
27778
+ let counter = 1;
27779
+ for (const entry of input) {
27780
+ if (entry === null) {
27781
+ continue;
27782
+ }
27783
+ entries[`Item.${counter}`] = entry;
27784
+ counter++;
27785
+ }
27786
+ return entries;
27787
+ };
27207
27788
  const se_ImportClientVpnClientCertificateRevocationListRequest = (input, context) => {
27208
27789
  const entries = {};
27209
27790
  if (input[_CVEI] != null) {
@@ -27902,6 +28483,13 @@ const se_InstanceNetworkInterfaceSpecificationList = (input, context) => {
27902
28483
  }
27903
28484
  return entries;
27904
28485
  };
28486
+ const se_InstanceNetworkPerformanceOptionsRequest = (input, context) => {
28487
+ const entries = {};
28488
+ if (input[_BW] != null) {
28489
+ entries[_BW] = input[_BW];
28490
+ }
28491
+ return entries;
28492
+ };
27905
28493
  const se_InstanceRequirements = (input, context) => {
27906
28494
  const entries = {};
27907
28495
  if (input[_VCC] != null) {
@@ -28350,8 +28938,8 @@ const se_IpamPoolSourceResourceRequest = (input, context) => {
28350
28938
  if (input[_RRe] != null) {
28351
28939
  entries[_RRe] = input[_RRe];
28352
28940
  }
28353
- if (input[_RO] != null) {
28354
- entries[_RO] = input[_RO];
28941
+ if (input[_ROe] != null) {
28942
+ entries[_ROe] = input[_ROe];
28355
28943
  }
28356
28944
  return entries;
28357
28945
  };
@@ -29012,6 +29600,13 @@ const se_LaunchTemplateNameStringList = (input, context) => {
29012
29600
  }
29013
29601
  return entries;
29014
29602
  };
29603
+ const se_LaunchTemplateNetworkPerformanceOptionsRequest = (input, context) => {
29604
+ const entries = {};
29605
+ if (input[_BW] != null) {
29606
+ entries[_BW] = input[_BW];
29607
+ }
29608
+ return entries;
29609
+ };
29015
29610
  const se_LaunchTemplateOverrides = (input, context) => {
29016
29611
  const entries = {};
29017
29612
  if (input[_IT] != null) {
@@ -30056,6 +30651,19 @@ const se_ModifyInstanceMetadataOptionsRequest = (input, context) => {
30056
30651
  }
30057
30652
  return entries;
30058
30653
  };
30654
+ const se_ModifyInstanceNetworkPerformanceRequest = (input, context) => {
30655
+ const entries = {};
30656
+ if (input[_IIn] != null) {
30657
+ entries[_IIn] = input[_IIn];
30658
+ }
30659
+ if (input[_BW] != null) {
30660
+ entries[_BW] = input[_BW];
30661
+ }
30662
+ if (input[_DRr] != null) {
30663
+ entries[_DRr] = input[_DRr];
30664
+ }
30665
+ return entries;
30666
+ };
30059
30667
  const se_ModifyInstancePlacementRequest = (input, context) => {
30060
30668
  const entries = {};
30061
30669
  if (input[_GN] != null) {
@@ -30300,8 +30908,8 @@ const se_ModifyManagedPrefixListRequest = (input, context) => {
30300
30908
  entries[loc] = value;
30301
30909
  });
30302
30910
  }
30303
- if (input[_RE] != null) {
30304
- const memberEntries = se_RemovePrefixListEntries(input[_RE], context);
30911
+ if (input[_REe] != null) {
30912
+ const memberEntries = se_RemovePrefixListEntries(input[_REe], context);
30305
30913
  Object.entries(memberEntries).forEach(([key, value]) => {
30306
30914
  const loc = `RemoveEntry.${key.substring(key.indexOf(".") + 1)}`;
30307
30915
  entries[loc] = value;
@@ -30810,6 +31418,17 @@ const se_ModifyTransitGatewayVpcAttachmentRequestOptions = (input, context) => {
30810
31418
  }
30811
31419
  return entries;
30812
31420
  };
31421
+ const se_ModifyVerifiedAccessEndpointCidrOptions = (input, context) => {
31422
+ const entries = {};
31423
+ if (input[_PRo] != null) {
31424
+ const memberEntries = se_ModifyVerifiedAccessEndpointPortRangeList(input[_PRo], context);
31425
+ Object.entries(memberEntries).forEach(([key, value]) => {
31426
+ const loc = `PortRange.${key.substring(key.indexOf(".") + 1)}`;
31427
+ entries[loc] = value;
31428
+ });
31429
+ }
31430
+ return entries;
31431
+ };
30813
31432
  const se_ModifyVerifiedAccessEndpointEniOptions = (input, context) => {
30814
31433
  const entries = {};
30815
31434
  if (input[_P] != null) {
@@ -30818,6 +31437,13 @@ const se_ModifyVerifiedAccessEndpointEniOptions = (input, context) => {
30818
31437
  if (input[_Po] != null) {
30819
31438
  entries[_Po] = input[_Po];
30820
31439
  }
31440
+ if (input[_PRo] != null) {
31441
+ const memberEntries = se_ModifyVerifiedAccessEndpointPortRangeList(input[_PRo], context);
31442
+ Object.entries(memberEntries).forEach(([key, value]) => {
31443
+ const loc = `PortRange.${key.substring(key.indexOf(".") + 1)}`;
31444
+ entries[loc] = value;
31445
+ });
31446
+ }
30821
31447
  return entries;
30822
31448
  };
30823
31449
  const se_ModifyVerifiedAccessEndpointLoadBalancerOptions = (input, context) => {
@@ -30835,6 +31461,13 @@ const se_ModifyVerifiedAccessEndpointLoadBalancerOptions = (input, context) => {
30835
31461
  if (input[_Po] != null) {
30836
31462
  entries[_Po] = input[_Po];
30837
31463
  }
31464
+ if (input[_PRo] != null) {
31465
+ const memberEntries = se_ModifyVerifiedAccessEndpointPortRangeList(input[_PRo], context);
31466
+ Object.entries(memberEntries).forEach(([key, value]) => {
31467
+ const loc = `PortRange.${key.substring(key.indexOf(".") + 1)}`;
31468
+ entries[loc] = value;
31469
+ });
31470
+ }
30838
31471
  return entries;
30839
31472
  };
30840
31473
  const se_ModifyVerifiedAccessEndpointPolicyRequest = (input, context) => {
@@ -30866,6 +31499,48 @@ const se_ModifyVerifiedAccessEndpointPolicyRequest = (input, context) => {
30866
31499
  }
30867
31500
  return entries;
30868
31501
  };
31502
+ const se_ModifyVerifiedAccessEndpointPortRange = (input, context) => {
31503
+ const entries = {};
31504
+ if (input[_FP] != null) {
31505
+ entries[_FP] = input[_FP];
31506
+ }
31507
+ if (input[_TP] != null) {
31508
+ entries[_TP] = input[_TP];
31509
+ }
31510
+ return entries;
31511
+ };
31512
+ const se_ModifyVerifiedAccessEndpointPortRangeList = (input, context) => {
31513
+ const entries = {};
31514
+ let counter = 1;
31515
+ for (const entry of input) {
31516
+ if (entry === null) {
31517
+ continue;
31518
+ }
31519
+ const memberEntries = se_ModifyVerifiedAccessEndpointPortRange(entry, context);
31520
+ Object.entries(memberEntries).forEach(([key, value]) => {
31521
+ entries[`Item.${counter}.${key}`] = value;
31522
+ });
31523
+ counter++;
31524
+ }
31525
+ return entries;
31526
+ };
31527
+ const se_ModifyVerifiedAccessEndpointRdsOptions = (input, context) => {
31528
+ const entries = {};
31529
+ if (input[_SIu] != null) {
31530
+ const memberEntries = se_ModifyVerifiedAccessEndpointSubnetIdList(input[_SIu], context);
31531
+ Object.entries(memberEntries).forEach(([key, value]) => {
31532
+ const loc = `SubnetId.${key.substring(key.indexOf(".") + 1)}`;
31533
+ entries[loc] = value;
31534
+ });
31535
+ }
31536
+ if (input[_Po] != null) {
31537
+ entries[_Po] = input[_Po];
31538
+ }
31539
+ if (input[_RE] != null) {
31540
+ entries[_RE] = input[_RE];
31541
+ }
31542
+ return entries;
31543
+ };
30869
31544
  const se_ModifyVerifiedAccessEndpointRequest = (input, context) => {
30870
31545
  const entries = {};
30871
31546
  if (input[_VAEI] != null) {
@@ -30900,6 +31575,20 @@ const se_ModifyVerifiedAccessEndpointRequest = (input, context) => {
30900
31575
  if (input[_DRr] != null) {
30901
31576
  entries[_DRr] = input[_DRr];
30902
31577
  }
31578
+ if (input[_RO] != null) {
31579
+ const memberEntries = se_ModifyVerifiedAccessEndpointRdsOptions(input[_RO], context);
31580
+ Object.entries(memberEntries).forEach(([key, value]) => {
31581
+ const loc = `RdsOptions.${key}`;
31582
+ entries[loc] = value;
31583
+ });
31584
+ }
31585
+ if (input[_CO] != null) {
31586
+ const memberEntries = se_ModifyVerifiedAccessEndpointCidrOptions(input[_CO], context);
31587
+ Object.entries(memberEntries).forEach(([key, value]) => {
31588
+ const loc = `CidrOptions.${key}`;
31589
+ entries[loc] = value;
31590
+ });
31591
+ }
30903
31592
  return entries;
30904
31593
  };
30905
31594
  const se_ModifyVerifiedAccessEndpointSubnetIdList = (input, context) => {
@@ -31005,6 +31694,37 @@ const se_ModifyVerifiedAccessInstanceRequest = (input, context) => {
31005
31694
  if (input[_CTl] != null) {
31006
31695
  entries[_CTl] = input[_CTl];
31007
31696
  }
31697
+ if (input[_CECSD] != null) {
31698
+ entries[_CECSD] = input[_CECSD];
31699
+ }
31700
+ return entries;
31701
+ };
31702
+ const se_ModifyVerifiedAccessNativeApplicationOidcOptions = (input, context) => {
31703
+ const entries = {};
31704
+ if (input[_PSKE] != null) {
31705
+ entries[_PSKE] = input[_PSKE];
31706
+ }
31707
+ if (input[_I] != null) {
31708
+ entries[_I] = input[_I];
31709
+ }
31710
+ if (input[_AE] != null) {
31711
+ entries[_AE] = input[_AE];
31712
+ }
31713
+ if (input[_TEo] != null) {
31714
+ entries[_TEo] = input[_TEo];
31715
+ }
31716
+ if (input[_UIE] != null) {
31717
+ entries[_UIE] = input[_UIE];
31718
+ }
31719
+ if (input[_CIl] != null) {
31720
+ entries[_CIl] = input[_CIl];
31721
+ }
31722
+ if (input[_CSl] != null) {
31723
+ entries[_CSl] = input[_CSl];
31724
+ }
31725
+ if (input[_Sc] != null) {
31726
+ entries[_Sc] = input[_Sc];
31727
+ }
31008
31728
  return entries;
31009
31729
  };
31010
31730
  const se_ModifyVerifiedAccessTrustProviderDeviceOptions = (input, context) => {
@@ -31077,6 +31797,13 @@ const se_ModifyVerifiedAccessTrustProviderRequest = (input, context) => {
31077
31797
  entries[loc] = value;
31078
31798
  });
31079
31799
  }
31800
+ if (input[_NAOO] != null) {
31801
+ const memberEntries = se_ModifyVerifiedAccessNativeApplicationOidcOptions(input[_NAOO], context);
31802
+ Object.entries(memberEntries).forEach(([key, value]) => {
31803
+ const loc = `NativeApplicationOidcOptions.${key}`;
31804
+ entries[loc] = value;
31805
+ });
31806
+ }
31080
31807
  return entries;
31081
31808
  };
31082
31809
  const se_ModifyVolumeAttributeRequest = (input, context) => {
@@ -33078,6 +33805,20 @@ const se_ReplaceIamInstanceProfileAssociationRequest = (input, context) => {
33078
33805
  }
33079
33806
  return entries;
33080
33807
  };
33808
+ const se_ReplaceImageCriteriaInAllowedImagesSettingsRequest = (input, context) => {
33809
+ const entries = {};
33810
+ if (input[_ICm] != null) {
33811
+ const memberEntries = se_ImageCriterionRequestList(input[_ICm], context);
33812
+ Object.entries(memberEntries).forEach(([key, value]) => {
33813
+ const loc = `ImageCriterion.${key.substring(key.indexOf(".") + 1)}`;
33814
+ entries[loc] = value;
33815
+ });
33816
+ }
33817
+ if (input[_DRr] != null) {
33818
+ entries[_DRr] = input[_DRr];
33819
+ }
33820
+ return entries;
33821
+ };
33081
33822
  const se_ReplaceNetworkAclAssociationRequest = (input, context) => {
33082
33823
  const entries = {};
33083
33824
  if (input[_DRr] != null) {
@@ -33465,8 +34206,8 @@ const se_RequestLaunchTemplateData = (input, context) => {
33465
34206
  entries[loc] = value;
33466
34207
  });
33467
34208
  }
33468
- if (input[_CO] != null) {
33469
- const memberEntries = se_LaunchTemplateCpuOptionsRequest(input[_CO], context);
34209
+ if (input[_COp] != null) {
34210
+ const memberEntries = se_LaunchTemplateCpuOptionsRequest(input[_COp], context);
33470
34211
  Object.entries(memberEntries).forEach(([key, value]) => {
33471
34212
  const loc = `CpuOptions.${key}`;
33472
34213
  entries[loc] = value;
@@ -33538,6 +34279,13 @@ const se_RequestLaunchTemplateData = (input, context) => {
33538
34279
  entries[loc] = value;
33539
34280
  });
33540
34281
  }
34282
+ if (input[_NPO] != null) {
34283
+ const memberEntries = se_LaunchTemplateNetworkPerformanceOptionsRequest(input[_NPO], context);
34284
+ Object.entries(memberEntries).forEach(([key, value]) => {
34285
+ const loc = `NetworkPerformanceOptions.${key}`;
34286
+ entries[loc] = value;
34287
+ });
34288
+ }
33541
34289
  return entries;
33542
34290
  };
33543
34291
  const se_RequestSpotFleetRequest = (input, context) => {
@@ -34283,8 +35031,8 @@ const se_RunInstancesRequest = (input, context) => {
34283
35031
  entries[loc] = value;
34284
35032
  });
34285
35033
  }
34286
- if (input[_CO] != null) {
34287
- const memberEntries = se_CpuOptionsRequest(input[_CO], context);
35034
+ if (input[_COp] != null) {
35035
+ const memberEntries = se_CpuOptionsRequest(input[_COp], context);
34288
35036
  Object.entries(memberEntries).forEach(([key, value]) => {
34289
35037
  const loc = `CpuOptions.${key}`;
34290
35038
  entries[loc] = value;
@@ -34345,6 +35093,13 @@ const se_RunInstancesRequest = (input, context) => {
34345
35093
  if (input[_EPI] != null) {
34346
35094
  entries[_EPI] = input[_EPI];
34347
35095
  }
35096
+ if (input[_NPO] != null) {
35097
+ const memberEntries = se_InstanceNetworkPerformanceOptionsRequest(input[_NPO], context);
35098
+ Object.entries(memberEntries).forEach(([key, value]) => {
35099
+ const loc = `NetworkPerformanceOptions.${key}`;
35100
+ entries[loc] = value;
35101
+ });
35102
+ }
34348
35103
  if (input[_O] != null) {
34349
35104
  const memberEntries = se_OperatorRequest(input[_O], context);
34350
35105
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -35372,6 +36127,29 @@ const se_SpotPlacement = (input, context) => {
35372
36127
  }
35373
36128
  return entries;
35374
36129
  };
36130
+ const se_StartDeclarativePoliciesReportRequest = (input, context) => {
36131
+ const entries = {};
36132
+ if (input[_DRr] != null) {
36133
+ entries[_DRr] = input[_DRr];
36134
+ }
36135
+ if (input[_SB] != null) {
36136
+ entries[_SB] = input[_SB];
36137
+ }
36138
+ if (input[_SP] != null) {
36139
+ entries[_SP] = input[_SP];
36140
+ }
36141
+ if (input[_TIa] != null) {
36142
+ entries[_TIa] = input[_TIa];
36143
+ }
36144
+ if (input[_TS] != null) {
36145
+ const memberEntries = se_TagSpecificationList(input[_TS], context);
36146
+ Object.entries(memberEntries).forEach(([key, value]) => {
36147
+ const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
36148
+ entries[loc] = value;
36149
+ });
36150
+ }
36151
+ return entries;
36152
+ };
35375
36153
  const se_StartInstancesRequest = (input, context) => {
35376
36154
  const entries = {};
35377
36155
  if (input[_IIns] != null) {
@@ -37787,6 +38565,35 @@ const de_AttributeBooleanValue = (output, context) => {
37787
38565
  }
37788
38566
  return contents;
37789
38567
  };
38568
+ const de_AttributeSummary = (output, context) => {
38569
+ const contents = {};
38570
+ if (output[_aN] != null) {
38571
+ contents[_ANt] = __expectString(output[_aN]);
38572
+ }
38573
+ if (output[_mFV] != null) {
38574
+ contents[_MFV] = __expectString(output[_mFV]);
38575
+ }
38576
+ if (output[_nOMA] != null) {
38577
+ contents[_NOMA] = __strictParseInt32(output[_nOMA]);
38578
+ }
38579
+ if (output[_nOUA] != null) {
38580
+ contents[_NOUA] = __strictParseInt32(output[_nOUA]);
38581
+ }
38582
+ if (output.regionalSummarySet === "") {
38583
+ contents[_RSeg] = [];
38584
+ }
38585
+ else if (output[_rSS] != null && output[_rSS][_i] != null) {
38586
+ contents[_RSeg] = de_RegionalSummaryList(__getArrayIfSingleItem(output[_rSS][_i]), context);
38587
+ }
38588
+ return contents;
38589
+ };
38590
+ const de_AttributeSummaryList = (output, context) => {
38591
+ return (output || [])
38592
+ .filter((e) => e != null)
38593
+ .map((entry) => {
38594
+ return de_AttributeSummary(entry, context);
38595
+ });
38596
+ };
37790
38597
  const de_AttributeValue = (output, context) => {
37791
38598
  const contents = {};
37792
38599
  if (output[_v] != null) {
@@ -37937,6 +38744,13 @@ const de_AvailableInstanceCapacityList = (output, context) => {
37937
38744
  return de_InstanceCapacity(entry, context);
37938
38745
  });
37939
38746
  };
38747
+ const de_BandwidthWeightingTypeList = (output, context) => {
38748
+ return (output || [])
38749
+ .filter((e) => e != null)
38750
+ .map((entry) => {
38751
+ return __expectString(entry);
38752
+ });
38753
+ };
37940
38754
  const de_BaselineEbsBandwidthMbps = (output, context) => {
37941
38755
  const contents = {};
37942
38756
  if (output[_m] != null) {
@@ -38138,6 +38952,13 @@ const de_CancelCapacityReservationResult = (output, context) => {
38138
38952
  }
38139
38953
  return contents;
38140
38954
  };
38955
+ const de_CancelDeclarativePoliciesReportResult = (output, context) => {
38956
+ const contents = {};
38957
+ if (output[_r] != null) {
38958
+ contents[_Ret] = __parseBoolean(output[_r]);
38959
+ }
38960
+ return contents;
38961
+ };
38141
38962
  const de_CancelImageLaunchPermissionResult = (output, context) => {
38142
38963
  const contents = {};
38143
38964
  if (output[_r] != null) {
@@ -40224,6 +41045,44 @@ const de_DataResponses = (output, context) => {
40224
41045
  return de_DataResponse(entry, context);
40225
41046
  });
40226
41047
  };
41048
+ const de_DeclarativePoliciesReport = (output, context) => {
41049
+ const contents = {};
41050
+ if (output[_rI] != null) {
41051
+ contents[_RIep] = __expectString(output[_rI]);
41052
+ }
41053
+ if (output[_sB] != null) {
41054
+ contents[_SB] = __expectString(output[_sB]);
41055
+ }
41056
+ if (output[_sP] != null) {
41057
+ contents[_SP] = __expectString(output[_sP]);
41058
+ }
41059
+ if (output[_tI] != null) {
41060
+ contents[_TIa] = __expectString(output[_tI]);
41061
+ }
41062
+ if (output[_sT] != null) {
41063
+ contents[_STt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_sT]));
41064
+ }
41065
+ if (output[_eTn] != null) {
41066
+ contents[_ETn] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTn]));
41067
+ }
41068
+ if (output[_sta] != null) {
41069
+ contents[_Statu] = __expectString(output[_sta]);
41070
+ }
41071
+ if (output.tagSet === "") {
41072
+ contents[_Ta] = [];
41073
+ }
41074
+ else if (output[_tS] != null && output[_tS][_i] != null) {
41075
+ contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
41076
+ }
41077
+ return contents;
41078
+ };
41079
+ const de_DeclarativePoliciesReportList = (output, context) => {
41080
+ return (output || [])
41081
+ .filter((e) => e != null)
41082
+ .map((entry) => {
41083
+ return de_DeclarativePoliciesReport(entry, context);
41084
+ });
41085
+ };
40227
41086
  const de_DedicatedHostIdList = (output, context) => {
40228
41087
  return (output || [])
40229
41088
  .filter((e) => e != null)
@@ -40431,7 +41290,7 @@ const de_DeleteLaunchTemplateVersionsResponseErrorItem = (output, context) => {
40431
41290
  contents[_VNe] = __strictParseLong(output[_vNe]);
40432
41291
  }
40433
41292
  if (output[_rE] != null) {
40434
- contents[_REe] = de_ResponseError(output[_rE], context);
41293
+ contents[_REes] = de_ResponseError(output[_rE], context);
40435
41294
  }
40436
41295
  return contents;
40437
41296
  };
@@ -41148,6 +42007,19 @@ const de_DescribeCustomerGatewaysResult = (output, context) => {
41148
42007
  }
41149
42008
  return contents;
41150
42009
  };
42010
+ const de_DescribeDeclarativePoliciesReportsResult = (output, context) => {
42011
+ const contents = {};
42012
+ if (output[_nTe] != null) {
42013
+ contents[_NT] = __expectString(output[_nTe]);
42014
+ }
42015
+ if (output.reportSet === "") {
42016
+ contents[_Rep] = [];
42017
+ }
42018
+ else if (output[_rSe] != null && output[_rSe][_i] != null) {
42019
+ contents[_Rep] = de_DeclarativePoliciesReportList(__getArrayIfSingleItem(output[_rSe][_i]), context);
42020
+ }
42021
+ return contents;
42022
+ };
41151
42023
  const de_DescribeDhcpOptionsResult = (output, context) => {
41152
42024
  const contents = {};
41153
42025
  if (output[_nTe] != null) {
@@ -41297,14 +42169,14 @@ const de_DescribeFastSnapshotRestoreSuccessItem = (output, context) => {
41297
42169
  if (output[_oAw] != null) {
41298
42170
  contents[_OAw] = __expectString(output[_oAw]);
41299
42171
  }
41300
- if (output[_eTn] != null) {
41301
- contents[_ETna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTn]));
42172
+ if (output[_eTna] != null) {
42173
+ contents[_ETna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTna]));
41302
42174
  }
41303
42175
  if (output[_oT] != null) {
41304
42176
  contents[_OTpt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_oT]));
41305
42177
  }
41306
- if (output[_eTna] != null) {
41307
- contents[_ETnab] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTna]));
42178
+ if (output[_eTnab] != null) {
42179
+ contents[_ETnab] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTnab]));
41308
42180
  }
41309
42181
  if (output[_dTi] != null) {
41310
42182
  contents[_DTi] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_dTi]));
@@ -41635,8 +42507,8 @@ const de_DescribeInstancesResult = (output, context) => {
41635
42507
  if (output.reservationSet === "") {
41636
42508
  contents[_Rese] = [];
41637
42509
  }
41638
- else if (output[_rSe] != null && output[_rSe][_i] != null) {
41639
- contents[_Rese] = de_ReservationList(__getArrayIfSingleItem(output[_rSe][_i]), context);
42510
+ else if (output[_rSes] != null && output[_rSes][_i] != null) {
42511
+ contents[_Rese] = de_ReservationList(__getArrayIfSingleItem(output[_rSes][_i]), context);
41640
42512
  }
41641
42513
  return contents;
41642
42514
  };
@@ -42158,8 +43030,8 @@ const de_DescribeRegionsResult = (output, context) => {
42158
43030
  if (output.regionInfo === "") {
42159
43031
  contents[_Reg] = [];
42160
43032
  }
42161
- else if (output[_rI] != null && output[_rI][_i] != null) {
42162
- contents[_Reg] = de_RegionList(__getArrayIfSingleItem(output[_rI][_i]), context);
43033
+ else if (output[_rIe] != null && output[_rIe][_i] != null) {
43034
+ contents[_Reg] = de_RegionList(__getArrayIfSingleItem(output[_rIe][_i]), context);
42163
43035
  }
42164
43036
  return contents;
42165
43037
  };
@@ -42865,6 +43737,19 @@ const de_DescribeVpcClassicLinkResult = (output, context) => {
42865
43737
  }
42866
43738
  return contents;
42867
43739
  };
43740
+ const de_DescribeVpcEndpointAssociationsResult = (output, context) => {
43741
+ const contents = {};
43742
+ if (output.vpcEndpointAssociationSet === "") {
43743
+ contents[_VEA] = [];
43744
+ }
43745
+ else if (output[_vEAS] != null && output[_vEAS][_i] != null) {
43746
+ contents[_VEA] = de_VpcEndpointAssociationSet(__getArrayIfSingleItem(output[_vEAS][_i]), context);
43747
+ }
43748
+ if (output[_nTe] != null) {
43749
+ contents[_NT] = __expectString(output[_nTe]);
43750
+ }
43751
+ return contents;
43752
+ };
42868
43753
  const de_DescribeVpcEndpointConnectionNotificationsResult = (output, context) => {
42869
43754
  const contents = {};
42870
43755
  if (output.connectionNotificationSet === "") {
@@ -43027,14 +43912,21 @@ const de_DetachVerifiedAccessTrustProviderResult = (output, context) => {
43027
43912
  };
43028
43913
  const de_DeviceOptions = (output, context) => {
43029
43914
  const contents = {};
43030
- if (output[_tI] != null) {
43031
- contents[_TIe] = __expectString(output[_tI]);
43915
+ if (output[_tIe] != null) {
43916
+ contents[_TIe] = __expectString(output[_tIe]);
43032
43917
  }
43033
43918
  if (output[_pSKU] != null) {
43034
43919
  contents[_PSKU] = __expectString(output[_pSKU]);
43035
43920
  }
43036
43921
  return contents;
43037
43922
  };
43923
+ const de_DeviceTrustProviderTypeList = (output, context) => {
43924
+ return (output || [])
43925
+ .filter((e) => e != null)
43926
+ .map((entry) => {
43927
+ return __expectString(entry);
43928
+ });
43929
+ };
43038
43930
  const de_DhcpConfiguration = (output, context) => {
43039
43931
  const contents = {};
43040
43932
  if (output[_k] != null) {
@@ -43105,6 +43997,13 @@ const de_DisableAddressTransferResult = (output, context) => {
43105
43997
  }
43106
43998
  return contents;
43107
43999
  };
44000
+ const de_DisableAllowedImagesSettingsResult = (output, context) => {
44001
+ const contents = {};
44002
+ if (output[_aISS] != null) {
44003
+ contents[_AISS] = __expectString(output[_aISS]);
44004
+ }
44005
+ return contents;
44006
+ };
43108
44007
  const de_DisableAwsNetworkPerformanceMetricSubscriptionResult = (output, context) => {
43109
44008
  const contents = {};
43110
44009
  if (output[_ou] != null) {
@@ -43233,14 +44132,14 @@ const de_DisableFastSnapshotRestoreSuccessItem = (output, context) => {
43233
44132
  if (output[_oAw] != null) {
43234
44133
  contents[_OAw] = __expectString(output[_oAw]);
43235
44134
  }
43236
- if (output[_eTn] != null) {
43237
- contents[_ETna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTn]));
44135
+ if (output[_eTna] != null) {
44136
+ contents[_ETna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTna]));
43238
44137
  }
43239
44138
  if (output[_oT] != null) {
43240
44139
  contents[_OTpt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_oT]));
43241
44140
  }
43242
- if (output[_eTna] != null) {
43243
- contents[_ETnab] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTna]));
44141
+ if (output[_eTnab] != null) {
44142
+ contents[_ETnab] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTnab]));
43244
44143
  }
43245
44144
  if (output[_dTi] != null) {
43246
44145
  contents[_DTi] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_dTi]));
@@ -43853,6 +44752,13 @@ const de_EnableAddressTransferResult = (output, context) => {
43853
44752
  }
43854
44753
  return contents;
43855
44754
  };
44755
+ const de_EnableAllowedImagesSettingsResult = (output, context) => {
44756
+ const contents = {};
44757
+ if (output[_aISS] != null) {
44758
+ contents[_AISS] = __expectString(output[_aISS]);
44759
+ }
44760
+ return contents;
44761
+ };
43856
44762
  const de_EnableAwsNetworkPerformanceMetricSubscriptionResult = (output, context) => {
43857
44763
  const contents = {};
43858
44764
  if (output[_ou] != null) {
@@ -43981,14 +44887,14 @@ const de_EnableFastSnapshotRestoreSuccessItem = (output, context) => {
43981
44887
  if (output[_oAw] != null) {
43982
44888
  contents[_OAw] = __expectString(output[_oAw]);
43983
44889
  }
43984
- if (output[_eTn] != null) {
43985
- contents[_ETna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTn]));
44890
+ if (output[_eTna] != null) {
44891
+ contents[_ETna] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTna]));
43986
44892
  }
43987
44893
  if (output[_oT] != null) {
43988
44894
  contents[_OTpt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_oT]));
43989
44895
  }
43990
- if (output[_eTna] != null) {
43991
- contents[_ETnab] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTna]));
44896
+ if (output[_eTnab] != null) {
44897
+ contents[_ETnab] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTnab]));
43992
44898
  }
43993
44899
  if (output[_dTi] != null) {
43994
44900
  contents[_DTi] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_dTi]));
@@ -44491,6 +45397,34 @@ const de_ExportTransitGatewayRoutesResult = (output, context) => {
44491
45397
  }
44492
45398
  return contents;
44493
45399
  };
45400
+ const de_ExportVerifiedAccessInstanceClientConfigurationResult = (output, context) => {
45401
+ const contents = {};
45402
+ if (output[_ve] != null) {
45403
+ contents[_V] = __expectString(output[_ve]);
45404
+ }
45405
+ if (output[_vAII] != null) {
45406
+ contents[_VAII] = __expectString(output[_vAII]);
45407
+ }
45408
+ if (output[_re] != null) {
45409
+ contents[_Regi] = __expectString(output[_re]);
45410
+ }
45411
+ if (output.deviceTrustProviderSet === "") {
45412
+ contents[_DTP] = [];
45413
+ }
45414
+ else if (output[_dTPS] != null && output[_dTPS][_i] != null) {
45415
+ contents[_DTP] = de_DeviceTrustProviderTypeList(__getArrayIfSingleItem(output[_dTPS][_i]), context);
45416
+ }
45417
+ if (output[_uTP] != null) {
45418
+ contents[_UTP] = de_VerifiedAccessInstanceUserTrustProviderClientConfiguration(output[_uTP], context);
45419
+ }
45420
+ if (output.openVpnConfigurationSet === "") {
45421
+ contents[_OVC] = [];
45422
+ }
45423
+ else if (output[_oVCS] != null && output[_oVCS][_i] != null) {
45424
+ contents[_OVC] = de_VerifiedAccessInstanceOpenVpnClientConfigurationList(__getArrayIfSingleItem(output[_oVCS][_i]), context);
45425
+ }
45426
+ return contents;
45427
+ };
44494
45428
  const de_FailedCapacityReservationFleetCancellationResult = (output, context) => {
44495
45429
  const contents = {};
44496
45430
  if (output[_cRFI] != null) {
@@ -44892,8 +45826,8 @@ const de_FlowLog = (output, context) => {
44892
45826
  if (output[_lGN] != null) {
44893
45827
  contents[_LGN] = __expectString(output[_lGN]);
44894
45828
  }
44895
- if (output[_rIe] != null) {
44896
- contents[_RIeso] = __expectString(output[_rIe]);
45829
+ if (output[_rIes] != null) {
45830
+ contents[_RIeso] = __expectString(output[_rIes]);
44897
45831
  }
44898
45832
  if (output[_tT] != null) {
44899
45833
  contents[_TT] = __expectString(output[_tT]);
@@ -45074,6 +46008,22 @@ const de_FpgaInfo = (output, context) => {
45074
46008
  }
45075
46009
  return contents;
45076
46010
  };
46011
+ const de_GetAllowedImagesSettingsResult = (output, context) => {
46012
+ const contents = {};
46013
+ if (output[_st] != null) {
46014
+ contents[_Stat] = __expectString(output[_st]);
46015
+ }
46016
+ if (output.imageCriterionSet === "") {
46017
+ contents[_ICm] = [];
46018
+ }
46019
+ else if (output[_iCS] != null && output[_iCS][_i] != null) {
46020
+ contents[_ICm] = de_ImageCriterionList(__getArrayIfSingleItem(output[_iCS][_i]), context);
46021
+ }
46022
+ if (output[_mB] != null) {
46023
+ contents[_MB] = __expectString(output[_mB]);
46024
+ }
46025
+ return contents;
46026
+ };
45077
46027
  const de_GetAssociatedEnclaveCertificateIamRolesResult = (output, context) => {
45078
46028
  const contents = {};
45079
46029
  if (output.associatedRoleSet === "") {
@@ -45180,6 +46130,40 @@ const de_GetConsoleScreenshotResult = (output, context) => {
45180
46130
  }
45181
46131
  return contents;
45182
46132
  };
46133
+ const de_GetDeclarativePoliciesReportSummaryResult = (output, context) => {
46134
+ const contents = {};
46135
+ if (output[_rI] != null) {
46136
+ contents[_RIep] = __expectString(output[_rI]);
46137
+ }
46138
+ if (output[_sB] != null) {
46139
+ contents[_SB] = __expectString(output[_sB]);
46140
+ }
46141
+ if (output[_sP] != null) {
46142
+ contents[_SP] = __expectString(output[_sP]);
46143
+ }
46144
+ if (output[_tI] != null) {
46145
+ contents[_TIa] = __expectString(output[_tI]);
46146
+ }
46147
+ if (output[_sT] != null) {
46148
+ contents[_STt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_sT]));
46149
+ }
46150
+ if (output[_eTn] != null) {
46151
+ contents[_ETn] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTn]));
46152
+ }
46153
+ if (output[_nOA] != null) {
46154
+ contents[_NOA] = __strictParseInt32(output[_nOA]);
46155
+ }
46156
+ if (output[_nOFA] != null) {
46157
+ contents[_NOFA] = __strictParseInt32(output[_nOFA]);
46158
+ }
46159
+ if (output.attributeSummarySet === "") {
46160
+ contents[_ASt] = [];
46161
+ }
46162
+ else if (output[_aSSt] != null && output[_aSSt][_i] != null) {
46163
+ contents[_ASt] = de_AttributeSummaryList(__getArrayIfSingleItem(output[_aSSt][_i]), context);
46164
+ }
46165
+ return contents;
46166
+ };
45183
46167
  const de_GetDefaultCreditSpecificationResult = (output, context) => {
45184
46168
  const contents = {};
45185
46169
  if (output[_iFCS] != null) {
@@ -45206,8 +46190,8 @@ const de_GetEbsEncryptionByDefaultResult = (output, context) => {
45206
46190
  };
45207
46191
  const de_GetFlowLogsIntegrationTemplateResult = (output, context) => {
45208
46192
  const contents = {};
45209
- if (output[_re] != null) {
45210
- contents[_Resu] = __expectString(output[_re]);
46193
+ if (output[_res] != null) {
46194
+ contents[_Resu] = __expectString(output[_res]);
45211
46195
  }
45212
46196
  return contents;
45213
46197
  };
@@ -45248,6 +46232,9 @@ const de_GetImageBlockPublicAccessStateResult = (output, context) => {
45248
46232
  if (output[_iBPAS] != null) {
45249
46233
  contents[_IBPAS] = __expectString(output[_iBPAS]);
45250
46234
  }
46235
+ if (output[_mB] != null) {
46236
+ contents[_MB] = __expectString(output[_mB]);
46237
+ }
45251
46238
  return contents;
45252
46239
  };
45253
46240
  const de_GetInstanceMetadataDefaultsResult = (output, context) => {
@@ -45517,6 +46504,9 @@ const de_GetSerialConsoleAccessStatusResult = (output, context) => {
45517
46504
  if (output[_sCAE] != null) {
45518
46505
  contents[_SCAE] = __parseBoolean(output[_sCAE]);
45519
46506
  }
46507
+ if (output[_mB] != null) {
46508
+ contents[_MB] = __expectString(output[_mB]);
46509
+ }
45520
46510
  return contents;
45521
46511
  };
45522
46512
  const de_GetSnapshotBlockPublicAccessStateResult = (output, context) => {
@@ -45524,6 +46514,9 @@ const de_GetSnapshotBlockPublicAccessStateResult = (output, context) => {
45524
46514
  if (output[_st] != null) {
45525
46515
  contents[_Stat] = __expectString(output[_st]);
45526
46516
  }
46517
+ if (output[_mB] != null) {
46518
+ contents[_MB] = __expectString(output[_mB]);
46519
+ }
45527
46520
  return contents;
45528
46521
  };
45529
46522
  const de_GetSpotPlacementScoresResult = (output, context) => {
@@ -45656,6 +46649,19 @@ const de_GetVerifiedAccessEndpointPolicyResult = (output, context) => {
45656
46649
  }
45657
46650
  return contents;
45658
46651
  };
46652
+ const de_GetVerifiedAccessEndpointTargetsResult = (output, context) => {
46653
+ const contents = {};
46654
+ if (output.verifiedAccessEndpointTargetSet === "") {
46655
+ contents[_VAET] = [];
46656
+ }
46657
+ else if (output[_vAETS] != null && output[_vAETS][_i] != null) {
46658
+ contents[_VAET] = de_VerifiedAccessEndpointTargetList(__getArrayIfSingleItem(output[_vAETS][_i]), context);
46659
+ }
46660
+ if (output[_nTe] != null) {
46661
+ contents[_NT] = __expectString(output[_nTe]);
46662
+ }
46663
+ return contents;
46664
+ };
45659
46665
  const de_GetVerifiedAccessGroupPolicyResult = (output, context) => {
45660
46666
  const contents = {};
45661
46667
  if (output[_pE] != null) {
@@ -46097,8 +47103,8 @@ const de_IdFormat = (output, context) => {
46097
47103
  if (output[_dea] != null) {
46098
47104
  contents[_Dea] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_dea]));
46099
47105
  }
46100
- if (output[_res] != null) {
46101
- contents[_Res] = __expectString(output[_res]);
47106
+ if (output[_reso] != null) {
47107
+ contents[_Res] = __expectString(output[_reso]);
46102
47108
  }
46103
47109
  if (output[_uLI] != null) {
46104
47110
  contents[_ULI] = __parseBoolean(output[_uLI]);
@@ -46197,6 +47203,9 @@ const de_Image = (output, context) => {
46197
47203
  if (output[_lLT] != null) {
46198
47204
  contents[_LLT] = __expectString(output[_lLT]);
46199
47205
  }
47206
+ if (output[_iAm] != null) {
47207
+ contents[_IAm] = __parseBoolean(output[_iAm]);
47208
+ }
46200
47209
  if (output[_sIIo] != null) {
46201
47210
  contents[_SII] = __expectString(output[_sIIo]);
46202
47211
  }
@@ -46299,6 +47308,23 @@ const de_ImageAttribute = (output, context) => {
46299
47308
  }
46300
47309
  return contents;
46301
47310
  };
47311
+ const de_ImageCriterion = (output, context) => {
47312
+ const contents = {};
47313
+ if (output.imageProviderSet === "") {
47314
+ contents[_IPm] = [];
47315
+ }
47316
+ else if (output[_iPSm] != null && output[_iPSm][_i] != null) {
47317
+ contents[_IPm] = de_ImageProviderList(__getArrayIfSingleItem(output[_iPSm][_i]), context);
47318
+ }
47319
+ return contents;
47320
+ };
47321
+ const de_ImageCriterionList = (output, context) => {
47322
+ return (output || [])
47323
+ .filter((e) => e != null)
47324
+ .map((entry) => {
47325
+ return de_ImageCriterion(entry, context);
47326
+ });
47327
+ };
46302
47328
  const de_ImageList = (output, context) => {
46303
47329
  return (output || [])
46304
47330
  .filter((e) => e != null)
@@ -46329,11 +47355,21 @@ const de_ImageMetadata = (output, context) => {
46329
47355
  if (output[_dTe] != null) {
46330
47356
  contents[_DTep] = __expectString(output[_dTe]);
46331
47357
  }
47358
+ if (output[_iAm] != null) {
47359
+ contents[_IAm] = __parseBoolean(output[_iAm]);
47360
+ }
46332
47361
  if (output[_iPs] != null) {
46333
47362
  contents[_IPs] = __parseBoolean(output[_iPs]);
46334
47363
  }
46335
47364
  return contents;
46336
47365
  };
47366
+ const de_ImageProviderList = (output, context) => {
47367
+ return (output || [])
47368
+ .filter((e) => e != null)
47369
+ .map((entry) => {
47370
+ return __expectString(entry);
47371
+ });
47372
+ };
46337
47373
  const de_ImageRecycleBinInfo = (output, context) => {
46338
47374
  const contents = {};
46339
47375
  if (output[_iIma] != null) {
@@ -46795,7 +47831,7 @@ const de_Instance = (output, context) => {
46795
47831
  contents[_VTir] = __expectString(output[_vTi]);
46796
47832
  }
46797
47833
  if (output[_cO] != null) {
46798
- contents[_CO] = de_CpuOptions(output[_cO], context);
47834
+ contents[_COp] = de_CpuOptions(output[_cO], context);
46799
47835
  }
46800
47836
  if (output[_cRI] != null) {
46801
47837
  contents[_CRI] = __expectString(output[_cRI]);
@@ -46845,6 +47881,9 @@ const de_Instance = (output, context) => {
46845
47881
  if (output[_cIBM] != null) {
46846
47882
  contents[_CIBM] = __expectString(output[_cIBM]);
46847
47883
  }
47884
+ if (output[_nPO] != null) {
47885
+ contents[_NPO] = de_InstanceNetworkPerformanceOptions(output[_nPO], context);
47886
+ }
46848
47887
  if (output[_op] != null) {
46849
47888
  contents[_O] = de_OperatorResponse(output[_op], context);
46850
47889
  }
@@ -47323,6 +48362,12 @@ const de_InstanceMetadataDefaultsResponse = (output, context) => {
47323
48362
  if (output[_iMT] != null) {
47324
48363
  contents[_IMT] = __expectString(output[_iMT]);
47325
48364
  }
48365
+ if (output[_mB] != null) {
48366
+ contents[_MB] = __expectString(output[_mB]);
48367
+ }
48368
+ if (output[_mEM] != null) {
48369
+ contents[_MEM] = __expectString(output[_mEM]);
48370
+ }
47326
48371
  return contents;
47327
48372
  };
47328
48373
  const de_InstanceMetadataOptionsResponse = (output, context) => {
@@ -47586,6 +48631,13 @@ const de_InstanceNetworkInterfaceSpecificationList = (output, context) => {
47586
48631
  return de_InstanceNetworkInterfaceSpecification(entry, context);
47587
48632
  });
47588
48633
  };
48634
+ const de_InstanceNetworkPerformanceOptions = (output, context) => {
48635
+ const contents = {};
48636
+ if (output[_bW] != null) {
48637
+ contents[_BW] = __expectString(output[_bW]);
48638
+ }
48639
+ return contents;
48640
+ };
47589
48641
  const de_InstancePrivateIpAddress = (output, context) => {
47590
48642
  const contents = {};
47591
48643
  if (output[_ass] != null) {
@@ -48212,8 +49264,8 @@ const de_IpamAddressHistoryRecord = (output, context) => {
48212
49264
  if (output[_rTe] != null) {
48213
49265
  contents[_RT] = __expectString(output[_rTe]);
48214
49266
  }
48215
- if (output[_rIe] != null) {
48216
- contents[_RIeso] = __expectString(output[_rIe]);
49267
+ if (output[_rIes] != null) {
49268
+ contents[_RIeso] = __expectString(output[_rIes]);
48217
49269
  }
48218
49270
  if (output[_rCe] != null) {
48219
49271
  contents[_RC] = __expectString(output[_rCe]);
@@ -48353,8 +49405,8 @@ const de_IpamDiscoveredResourceCidr = (output, context) => {
48353
49405
  if (output[_rR] != null) {
48354
49406
  contents[_RRe] = __expectString(output[_rR]);
48355
49407
  }
48356
- if (output[_rIe] != null) {
48357
- contents[_RIeso] = __expectString(output[_rIe]);
49408
+ if (output[_rIes] != null) {
49409
+ contents[_RIeso] = __expectString(output[_rIes]);
48358
49410
  }
48359
49411
  if (output[_rOI] != null) {
48360
49412
  contents[_ROI] = __expectString(output[_rOI]);
@@ -48579,8 +49631,8 @@ const de_IpamPoolAllocation = (output, context) => {
48579
49631
  if (output[_de] != null) {
48580
49632
  contents[_De] = __expectString(output[_de]);
48581
49633
  }
48582
- if (output[_rIe] != null) {
48583
- contents[_RIeso] = __expectString(output[_rIe]);
49634
+ if (output[_rIes] != null) {
49635
+ contents[_RIeso] = __expectString(output[_rIes]);
48584
49636
  }
48585
49637
  if (output[_rTe] != null) {
48586
49638
  contents[_RT] = __expectString(output[_rTe]);
@@ -48589,7 +49641,7 @@ const de_IpamPoolAllocation = (output, context) => {
48589
49641
  contents[_RRe] = __expectString(output[_rR]);
48590
49642
  }
48591
49643
  if (output[_rO] != null) {
48592
- contents[_RO] = __expectString(output[_rO]);
49644
+ contents[_ROe] = __expectString(output[_rO]);
48593
49645
  }
48594
49646
  return contents;
48595
49647
  };
@@ -48645,8 +49697,8 @@ const de_IpamPoolSet = (output, context) => {
48645
49697
  };
48646
49698
  const de_IpamPoolSourceResource = (output, context) => {
48647
49699
  const contents = {};
48648
- if (output[_rIe] != null) {
48649
- contents[_RIeso] = __expectString(output[_rIe]);
49700
+ if (output[_rIes] != null) {
49701
+ contents[_RIeso] = __expectString(output[_rIes]);
48650
49702
  }
48651
49703
  if (output[_rTe] != null) {
48652
49704
  contents[_RT] = __expectString(output[_rTe]);
@@ -48655,7 +49707,7 @@ const de_IpamPoolSourceResource = (output, context) => {
48655
49707
  contents[_RRe] = __expectString(output[_rR]);
48656
49708
  }
48657
49709
  if (output[_rO] != null) {
48658
- contents[_RO] = __expectString(output[_rO]);
49710
+ contents[_ROe] = __expectString(output[_rO]);
48659
49711
  }
48660
49712
  return contents;
48661
49713
  };
@@ -48720,8 +49772,8 @@ const de_IpamResourceCidr = (output, context) => {
48720
49772
  if (output[_rOI] != null) {
48721
49773
  contents[_ROI] = __expectString(output[_rOI]);
48722
49774
  }
48723
- if (output[_rIe] != null) {
48724
- contents[_RIeso] = __expectString(output[_rIe]);
49775
+ if (output[_rIes] != null) {
49776
+ contents[_RIeso] = __expectString(output[_rIes]);
48725
49777
  }
48726
49778
  if (output[_rNes] != null) {
48727
49779
  contents[_RNes] = __expectString(output[_rNes]);
@@ -49669,6 +50721,13 @@ const de_LaunchTemplateLicenseList = (output, context) => {
49669
50721
  return de_LaunchTemplateLicenseConfiguration(entry, context);
49670
50722
  });
49671
50723
  };
50724
+ const de_LaunchTemplateNetworkPerformanceOptions = (output, context) => {
50725
+ const contents = {};
50726
+ if (output[_bW] != null) {
50727
+ contents[_BW] = __expectString(output[_bW]);
50728
+ }
50729
+ return contents;
50730
+ };
49672
50731
  const de_LaunchTemplateOverrides = (output, context) => {
49673
50732
  const contents = {};
49674
50733
  if (output[_iT] != null) {
@@ -50579,6 +51638,16 @@ const de_ModifyInstanceMetadataOptionsResult = (output, context) => {
50579
51638
  }
50580
51639
  return contents;
50581
51640
  };
51641
+ const de_ModifyInstanceNetworkPerformanceResult = (output, context) => {
51642
+ const contents = {};
51643
+ if (output[_iI] != null) {
51644
+ contents[_IIn] = __expectString(output[_iI]);
51645
+ }
51646
+ if (output[_bW] != null) {
51647
+ contents[_BW] = __expectString(output[_bW]);
51648
+ }
51649
+ return contents;
51650
+ };
50582
51651
  const de_ModifyInstancePlacementResult = (output, context) => {
50583
51652
  const contents = {};
50584
51653
  if (output[_r] != null) {
@@ -51042,6 +52111,31 @@ const de_NatGatewayList = (output, context) => {
51042
52111
  return de_NatGateway(entry, context);
51043
52112
  });
51044
52113
  };
52114
+ const de_NativeApplicationOidcOptions = (output, context) => {
52115
+ const contents = {};
52116
+ if (output[_pSKE] != null) {
52117
+ contents[_PSKE] = __expectString(output[_pSKE]);
52118
+ }
52119
+ if (output[_is] != null) {
52120
+ contents[_I] = __expectString(output[_is]);
52121
+ }
52122
+ if (output[_aE] != null) {
52123
+ contents[_AE] = __expectString(output[_aE]);
52124
+ }
52125
+ if (output[_tEo] != null) {
52126
+ contents[_TEo] = __expectString(output[_tEo]);
52127
+ }
52128
+ if (output[_uIE] != null) {
52129
+ contents[_UIE] = __expectString(output[_uIE]);
52130
+ }
52131
+ if (output[_cIli] != null) {
52132
+ contents[_CIl] = __expectString(output[_cIli]);
52133
+ }
52134
+ if (output[_sc] != null) {
52135
+ contents[_Sc] = __expectString(output[_sc]);
52136
+ }
52137
+ return contents;
52138
+ };
51045
52139
  const de_NetworkAcl = (output, context) => {
51046
52140
  const contents = {};
51047
52141
  if (output.associationSet === "") {
@@ -51218,6 +52312,12 @@ const de_NetworkInfo = (output, context) => {
51218
52312
  if (output[_eSSn] != null) {
51219
52313
  contents[_ESSn] = __parseBoolean(output[_eSSn]);
51220
52314
  }
52315
+ if (output.bandwidthWeightings === "") {
52316
+ contents[_BWa] = [];
52317
+ }
52318
+ else if (output[_bWa] != null && output[_bWa][_i] != null) {
52319
+ contents[_BWa] = de_BandwidthWeightingTypeList(__getArrayIfSingleItem(output[_bWa][_i]), context);
52320
+ }
51221
52321
  return contents;
51222
52322
  };
51223
52323
  const de_NetworkInsightsAccessScope = (output, context) => {
@@ -52004,8 +53104,8 @@ const de_PathStatement = (output, context) => {
52004
53104
  if (output[_pHS] != null) {
52005
53105
  contents[_PHS] = de_PacketHeaderStatement(output[_pHS], context);
52006
53106
  }
52007
- if (output[_rSes] != null) {
52008
- contents[_RSe] = de_ResourceStatement(output[_rSes], context);
53107
+ if (output[_rSeso] != null) {
53108
+ contents[_RSe] = de_ResourceStatement(output[_rSeso], context);
52009
53109
  }
52010
53110
  return contents;
52011
53111
  };
@@ -52059,8 +53159,8 @@ const de_PeeringTgwInfo = (output, context) => {
52059
53159
  if (output[_oI] != null) {
52060
53160
  contents[_OIwn] = __expectString(output[_oI]);
52061
53161
  }
52062
- if (output[_reg] != null) {
52063
- contents[_Regi] = __expectString(output[_reg]);
53162
+ if (output[_re] != null) {
53163
+ contents[_Regi] = __expectString(output[_re]);
52064
53164
  }
52065
53165
  return contents;
52066
53166
  };
@@ -52304,11 +53404,11 @@ const de_PrefixList = (output, context) => {
52304
53404
  };
52305
53405
  const de_PrefixListAssociation = (output, context) => {
52306
53406
  const contents = {};
52307
- if (output[_rIe] != null) {
52308
- contents[_RIeso] = __expectString(output[_rIe]);
53407
+ if (output[_rIes] != null) {
53408
+ contents[_RIeso] = __expectString(output[_rIes]);
52309
53409
  }
52310
53410
  if (output[_rO] != null) {
52311
- contents[_RO] = __expectString(output[_rO]);
53411
+ contents[_ROe] = __expectString(output[_rO]);
52312
53412
  }
52313
53413
  return contents;
52314
53414
  };
@@ -52841,6 +53941,26 @@ const de_Region = (output, context) => {
52841
53941
  }
52842
53942
  return contents;
52843
53943
  };
53944
+ const de_RegionalSummary = (output, context) => {
53945
+ const contents = {};
53946
+ if (output[_rNe] != null) {
53947
+ contents[_RN] = __expectString(output[_rNe]);
53948
+ }
53949
+ if (output[_nOMA] != null) {
53950
+ contents[_NOMA] = __strictParseInt32(output[_nOMA]);
53951
+ }
53952
+ if (output[_nOUA] != null) {
53953
+ contents[_NOUA] = __strictParseInt32(output[_nOUA]);
53954
+ }
53955
+ return contents;
53956
+ };
53957
+ const de_RegionalSummaryList = (output, context) => {
53958
+ return (output || [])
53959
+ .filter((e) => e != null)
53960
+ .map((entry) => {
53961
+ return de_RegionalSummary(entry, context);
53962
+ });
53963
+ };
52844
53964
  const de_RegionList = (output, context) => {
52845
53965
  return (output || [])
52846
53966
  .filter((e) => e != null)
@@ -52951,6 +54071,13 @@ const de_ReplaceIamInstanceProfileAssociationResult = (output, context) => {
52951
54071
  }
52952
54072
  return contents;
52953
54073
  };
54074
+ const de_ReplaceImageCriteriaInAllowedImagesSettingsResult = (output, context) => {
54075
+ const contents = {};
54076
+ if (output[_r] != null) {
54077
+ contents[_RV] = __parseBoolean(output[_r]);
54078
+ }
54079
+ return contents;
54080
+ };
52954
54081
  const de_ReplaceNetworkAclAssociationResult = (output, context) => {
52955
54082
  const contents = {};
52956
54083
  if (output[_nAIe] != null) {
@@ -53042,8 +54169,8 @@ const de_RequestSpotInstancesResult = (output, context) => {
53042
54169
  };
53043
54170
  const de_Reservation = (output, context) => {
53044
54171
  const contents = {};
53045
- if (output[_rIes] != null) {
53046
- contents[_RIeser] = __expectString(output[_rIes]);
54172
+ if (output[_rIese] != null) {
54173
+ contents[_RIeser] = __expectString(output[_rIese]);
53047
54174
  }
53048
54175
  if (output[_oI] != null) {
53049
54176
  contents[_OIwn] = __expectString(output[_oI]);
@@ -53405,8 +54532,8 @@ const de_ResourceStatement = (output, context) => {
53405
54532
  if (output.resourceSet === "") {
53406
54533
  contents[_Re] = [];
53407
54534
  }
53408
- else if (output[_rSeso] != null && output[_rSeso][_i] != null) {
53409
- contents[_Re] = de_ValueStringList(__getArrayIfSingleItem(output[_rSeso][_i]), context);
54535
+ else if (output[_rSesou] != null && output[_rSesou][_i] != null) {
54536
+ contents[_Re] = de_ValueStringList(__getArrayIfSingleItem(output[_rSesou][_i]), context);
53410
54537
  }
53411
54538
  if (output.resourceTypeSet === "") {
53412
54539
  contents[_RTeso] = [];
@@ -53527,7 +54654,7 @@ const de_ResponseLaunchTemplateData = (output, context) => {
53527
54654
  contents[_CSred] = de_CreditSpecification(output[_cSr], context);
53528
54655
  }
53529
54656
  if (output[_cO] != null) {
53530
- contents[_CO] = de_LaunchTemplateCpuOptions(output[_cO], context);
54657
+ contents[_COp] = de_LaunchTemplateCpuOptions(output[_cO], context);
53531
54658
  }
53532
54659
  if (output[_cRSa] != null) {
53533
54660
  contents[_CRS] = de_LaunchTemplateCapacityReservationSpecificationResponse(output[_cRSa], context);
@@ -53562,6 +54689,9 @@ const de_ResponseLaunchTemplateData = (output, context) => {
53562
54689
  if (output[_op] != null) {
53563
54690
  contents[_O] = de_OperatorResponse(output[_op], context);
53564
54691
  }
54692
+ if (output[_nPO] != null) {
54693
+ contents[_NPO] = de_LaunchTemplateNetworkPerformanceOptions(output[_nPO], context);
54694
+ }
53565
54695
  return contents;
53566
54696
  };
53567
54697
  const de_RestoreAddressToClassicResult = (output, context) => {
@@ -55208,8 +56338,8 @@ const de_SpotPlacement = (output, context) => {
55208
56338
  };
55209
56339
  const de_SpotPlacementScore = (output, context) => {
55210
56340
  const contents = {};
55211
- if (output[_reg] != null) {
55212
- contents[_Regi] = __expectString(output[_reg]);
56341
+ if (output[_re] != null) {
56342
+ contents[_Regi] = __expectString(output[_re]);
55213
56343
  }
55214
56344
  if (output[_aZI] != null) {
55215
56345
  contents[_AZI] = __expectString(output[_aZI]);
@@ -55325,6 +56455,13 @@ const de_StaleSecurityGroupSet = (output, context) => {
55325
56455
  return de_StaleSecurityGroup(entry, context);
55326
56456
  });
55327
56457
  };
56458
+ const de_StartDeclarativePoliciesReportResult = (output, context) => {
56459
+ const contents = {};
56460
+ if (output[_rI] != null) {
56461
+ contents[_RIep] = __expectString(output[_rI]);
56462
+ }
56463
+ return contents;
56464
+ };
55328
56465
  const de_StartInstancesResult = (output, context) => {
55329
56466
  const contents = {};
55330
56467
  if (output.instancesSet === "") {
@@ -55560,6 +56697,26 @@ const de_SubnetCidrReservationList = (output, context) => {
55560
56697
  return de_SubnetCidrReservation(entry, context);
55561
56698
  });
55562
56699
  };
56700
+ const de_SubnetIpPrefixes = (output, context) => {
56701
+ const contents = {};
56702
+ if (output[_sIu] != null) {
56703
+ contents[_SIub] = __expectString(output[_sIu]);
56704
+ }
56705
+ if (output.ipPrefixSet === "") {
56706
+ contents[_IPpre] = [];
56707
+ }
56708
+ else if (output[_iPSpr] != null && output[_iPSpr][_i] != null) {
56709
+ contents[_IPpre] = de_ValueStringList(__getArrayIfSingleItem(output[_iPSpr][_i]), context);
56710
+ }
56711
+ return contents;
56712
+ };
56713
+ const de_SubnetIpPrefixesList = (output, context) => {
56714
+ return (output || [])
56715
+ .filter((e) => e != null)
56716
+ .map((entry) => {
56717
+ return de_SubnetIpPrefixes(entry, context);
56718
+ });
56719
+ };
55563
56720
  const de_SubnetIpv6CidrBlockAssociation = (output, context) => {
55564
56721
  const contents = {};
55565
56722
  if (output[_aIs] != null) {
@@ -55663,8 +56820,8 @@ const de_SupportedIpAddressTypes = (output, context) => {
55663
56820
  };
55664
56821
  const de_SupportedRegionDetail = (output, context) => {
55665
56822
  const contents = {};
55666
- if (output[_reg] != null) {
55667
- contents[_Regi] = __expectString(output[_reg]);
56823
+ if (output[_re] != null) {
56824
+ contents[_Regi] = __expectString(output[_re]);
55668
56825
  }
55669
56826
  if (output[_sSer] != null) {
55670
56827
  contents[_SSe] = __expectString(output[_sSer]);
@@ -55693,8 +56850,8 @@ const de_TagDescription = (output, context) => {
55693
56850
  if (output[_k] != null) {
55694
56851
  contents[_Ke] = __expectString(output[_k]);
55695
56852
  }
55696
- if (output[_rIe] != null) {
55697
- contents[_RIeso] = __expectString(output[_rIe]);
56853
+ if (output[_rIes] != null) {
56854
+ contents[_RIeso] = __expectString(output[_rIes]);
55698
56855
  }
55699
56856
  if (output[_rTe] != null) {
55700
56857
  contents[_RT] = __expectString(output[_rTe]);
@@ -55895,8 +57052,8 @@ const de_ThreadsPerCoreList = (output, context) => {
55895
57052
  };
55896
57053
  const de_ThroughResourcesStatement = (output, context) => {
55897
57054
  const contents = {};
55898
- if (output[_rSes] != null) {
55899
- contents[_RSe] = de_ResourceStatement(output[_rSes], context);
57055
+ if (output[_rSeso] != null) {
57056
+ contents[_RSe] = de_ResourceStatement(output[_rSeso], context);
55900
57057
  }
55901
57058
  return contents;
55902
57059
  };
@@ -56153,8 +57310,8 @@ const de_TransitGatewayAssociation = (output, context) => {
56153
57310
  if (output[_tGAI] != null) {
56154
57311
  contents[_TGAI] = __expectString(output[_tGAI]);
56155
57312
  }
56156
- if (output[_rIe] != null) {
56157
- contents[_RIeso] = __expectString(output[_rIe]);
57313
+ if (output[_rIes] != null) {
57314
+ contents[_RIeso] = __expectString(output[_rIes]);
56158
57315
  }
56159
57316
  if (output[_rTe] != null) {
56160
57317
  contents[_RT] = __expectString(output[_rTe]);
@@ -56181,8 +57338,8 @@ const de_TransitGatewayAttachment = (output, context) => {
56181
57338
  if (output[_rTe] != null) {
56182
57339
  contents[_RT] = __expectString(output[_rTe]);
56183
57340
  }
56184
- if (output[_rIe] != null) {
56185
- contents[_RIeso] = __expectString(output[_rIe]);
57341
+ if (output[_rIes] != null) {
57342
+ contents[_RIeso] = __expectString(output[_rIes]);
56186
57343
  }
56187
57344
  if (output[_st] != null) {
56188
57345
  contents[_Stat] = __expectString(output[_st]);
@@ -56435,8 +57592,8 @@ const de_TransitGatewayMulticastDomainAssociation = (output, context) => {
56435
57592
  if (output[_tGAI] != null) {
56436
57593
  contents[_TGAI] = __expectString(output[_tGAI]);
56437
57594
  }
56438
- if (output[_rIe] != null) {
56439
- contents[_RIeso] = __expectString(output[_rIe]);
57595
+ if (output[_rIes] != null) {
57596
+ contents[_RIeso] = __expectString(output[_rIes]);
56440
57597
  }
56441
57598
  if (output[_rTe] != null) {
56442
57599
  contents[_RT] = __expectString(output[_rTe]);
@@ -56464,8 +57621,8 @@ const de_TransitGatewayMulticastDomainAssociations = (output, context) => {
56464
57621
  if (output[_tGAI] != null) {
56465
57622
  contents[_TGAI] = __expectString(output[_tGAI]);
56466
57623
  }
56467
- if (output[_rIe] != null) {
56468
- contents[_RIeso] = __expectString(output[_rIe]);
57624
+ if (output[_rIes] != null) {
57625
+ contents[_RIeso] = __expectString(output[_rIes]);
56469
57626
  }
56470
57627
  if (output[_rTe] != null) {
56471
57628
  contents[_RT] = __expectString(output[_rTe]);
@@ -56512,8 +57669,8 @@ const de_TransitGatewayMulticastGroup = (output, context) => {
56512
57669
  if (output[_sIu] != null) {
56513
57670
  contents[_SIub] = __expectString(output[_sIu]);
56514
57671
  }
56515
- if (output[_rIe] != null) {
56516
- contents[_RIeso] = __expectString(output[_rIe]);
57672
+ if (output[_rIes] != null) {
57673
+ contents[_RIeso] = __expectString(output[_rIes]);
56517
57674
  }
56518
57675
  if (output[_rTe] != null) {
56519
57676
  contents[_RT] = __expectString(output[_rTe]);
@@ -56727,8 +57884,8 @@ const de_TransitGatewayPolicyTableAssociation = (output, context) => {
56727
57884
  if (output[_tGAI] != null) {
56728
57885
  contents[_TGAI] = __expectString(output[_tGAI]);
56729
57886
  }
56730
- if (output[_rIe] != null) {
56731
- contents[_RIeso] = __expectString(output[_rIe]);
57887
+ if (output[_rIes] != null) {
57888
+ contents[_RIeso] = __expectString(output[_rIes]);
56732
57889
  }
56733
57890
  if (output[_rTe] != null) {
56734
57891
  contents[_RT] = __expectString(output[_rTe]);
@@ -56780,8 +57937,8 @@ const de_TransitGatewayPrefixListAttachment = (output, context) => {
56780
57937
  if (output[_rTe] != null) {
56781
57938
  contents[_RT] = __expectString(output[_rTe]);
56782
57939
  }
56783
- if (output[_rIe] != null) {
56784
- contents[_RIeso] = __expectString(output[_rIe]);
57940
+ if (output[_rIes] != null) {
57941
+ contents[_RIeso] = __expectString(output[_rIes]);
56785
57942
  }
56786
57943
  return contents;
56787
57944
  };
@@ -56819,8 +57976,8 @@ const de_TransitGatewayPropagation = (output, context) => {
56819
57976
  if (output[_tGAI] != null) {
56820
57977
  contents[_TGAI] = __expectString(output[_tGAI]);
56821
57978
  }
56822
- if (output[_rIe] != null) {
56823
- contents[_RIeso] = __expectString(output[_rIe]);
57979
+ if (output[_rIes] != null) {
57980
+ contents[_RIeso] = __expectString(output[_rIes]);
56824
57981
  }
56825
57982
  if (output[_rTe] != null) {
56826
57983
  contents[_RT] = __expectString(output[_rTe]);
@@ -56863,8 +58020,8 @@ const de_TransitGatewayRoute = (output, context) => {
56863
58020
  };
56864
58021
  const de_TransitGatewayRouteAttachment = (output, context) => {
56865
58022
  const contents = {};
56866
- if (output[_rIe] != null) {
56867
- contents[_RIeso] = __expectString(output[_rIe]);
58023
+ if (output[_rIes] != null) {
58024
+ contents[_RIeso] = __expectString(output[_rIes]);
56868
58025
  }
56869
58026
  if (output[_tGAI] != null) {
56870
58027
  contents[_TGAI] = __expectString(output[_tGAI]);
@@ -56968,8 +58125,8 @@ const de_TransitGatewayRouteTableAssociation = (output, context) => {
56968
58125
  if (output[_tGAI] != null) {
56969
58126
  contents[_TGAI] = __expectString(output[_tGAI]);
56970
58127
  }
56971
- if (output[_rIe] != null) {
56972
- contents[_RIeso] = __expectString(output[_rIe]);
58128
+ if (output[_rIes] != null) {
58129
+ contents[_RIeso] = __expectString(output[_rIes]);
56973
58130
  }
56974
58131
  if (output[_rTe] != null) {
56975
58132
  contents[_RT] = __expectString(output[_rTe]);
@@ -56998,8 +58155,8 @@ const de_TransitGatewayRouteTablePropagation = (output, context) => {
56998
58155
  if (output[_tGAI] != null) {
56999
58156
  contents[_TGAI] = __expectString(output[_tGAI]);
57000
58157
  }
57001
- if (output[_rIe] != null) {
57002
- contents[_RIeso] = __expectString(output[_rIe]);
58158
+ if (output[_rIes] != null) {
58159
+ contents[_RIeso] = __expectString(output[_rIes]);
57003
58160
  }
57004
58161
  if (output[_rTe] != null) {
57005
58162
  contents[_RT] = __expectString(output[_rTe]);
@@ -57036,8 +58193,8 @@ const de_TransitGatewayRouteTableRoute = (output, context) => {
57036
58193
  if (output[_aIt] != null) {
57037
58194
  contents[_AIt] = __expectString(output[_aIt]);
57038
58195
  }
57039
- if (output[_rIe] != null) {
57040
- contents[_RIeso] = __expectString(output[_rIe]);
58196
+ if (output[_rIes] != null) {
58197
+ contents[_RIeso] = __expectString(output[_rIes]);
57041
58198
  }
57042
58199
  if (output[_rTe] != null) {
57043
58200
  contents[_RT] = __expectString(output[_rTe]);
@@ -57315,8 +58472,8 @@ const de_UnsuccessfulItem = (output, context) => {
57315
58472
  if (output[_er] != null) {
57316
58473
  contents[_Er] = de_UnsuccessfulItemError(output[_er], context);
57317
58474
  }
57318
- if (output[_rIe] != null) {
57319
- contents[_RIeso] = __expectString(output[_rIe]);
58475
+ if (output[_rIes] != null) {
58476
+ contents[_RIeso] = __expectString(output[_rIes]);
57320
58477
  }
57321
58478
  return contents;
57322
58479
  };
@@ -57541,6 +58698,34 @@ const de_VerifiedAccessEndpoint = (output, context) => {
57541
58698
  if (output[_sSs] != null) {
57542
58699
  contents[_SS] = de_VerifiedAccessSseSpecificationResponse(output[_sSs], context);
57543
58700
  }
58701
+ if (output[_rOd] != null) {
58702
+ contents[_RO] = de_VerifiedAccessEndpointRdsOptions(output[_rOd], context);
58703
+ }
58704
+ if (output[_cOi] != null) {
58705
+ contents[_CO] = de_VerifiedAccessEndpointCidrOptions(output[_cOi], context);
58706
+ }
58707
+ return contents;
58708
+ };
58709
+ const de_VerifiedAccessEndpointCidrOptions = (output, context) => {
58710
+ const contents = {};
58711
+ if (output[_ci] != null) {
58712
+ contents[_C] = __expectString(output[_ci]);
58713
+ }
58714
+ if (output.portRangeSet === "") {
58715
+ contents[_PRo] = [];
58716
+ }
58717
+ else if (output[_pRS] != null && output[_pRS][_i] != null) {
58718
+ contents[_PRo] = de_VerifiedAccessEndpointPortRangeList(__getArrayIfSingleItem(output[_pRS][_i]), context);
58719
+ }
58720
+ if (output[_pr] != null) {
58721
+ contents[_P] = __expectString(output[_pr]);
58722
+ }
58723
+ if (output.subnetIdSet === "") {
58724
+ contents[_SIu] = [];
58725
+ }
58726
+ else if (output[_sISu] != null && output[_sISu][_i] != null) {
58727
+ contents[_SIu] = de_VerifiedAccessEndpointSubnetIdList(__getArrayIfSingleItem(output[_sISu][_i]), context);
58728
+ }
57544
58729
  return contents;
57545
58730
  };
57546
58731
  const de_VerifiedAccessEndpointEniOptions = (output, context) => {
@@ -57554,6 +58739,12 @@ const de_VerifiedAccessEndpointEniOptions = (output, context) => {
57554
58739
  if (output[_po] != null) {
57555
58740
  contents[_Po] = __strictParseInt32(output[_po]);
57556
58741
  }
58742
+ if (output.portRangeSet === "") {
58743
+ contents[_PRo] = [];
58744
+ }
58745
+ else if (output[_pRS] != null && output[_pRS][_i] != null) {
58746
+ contents[_PRo] = de_VerifiedAccessEndpointPortRangeList(__getArrayIfSingleItem(output[_pRS][_i]), context);
58747
+ }
57557
58748
  return contents;
57558
58749
  };
57559
58750
  const de_VerifiedAccessEndpointList = (output, context) => {
@@ -57580,6 +58771,57 @@ const de_VerifiedAccessEndpointLoadBalancerOptions = (output, context) => {
57580
58771
  else if (output[_sISu] != null && output[_sISu][_i] != null) {
57581
58772
  contents[_SIu] = de_VerifiedAccessEndpointSubnetIdList(__getArrayIfSingleItem(output[_sISu][_i]), context);
57582
58773
  }
58774
+ if (output.portRangeSet === "") {
58775
+ contents[_PRo] = [];
58776
+ }
58777
+ else if (output[_pRS] != null && output[_pRS][_i] != null) {
58778
+ contents[_PRo] = de_VerifiedAccessEndpointPortRangeList(__getArrayIfSingleItem(output[_pRS][_i]), context);
58779
+ }
58780
+ return contents;
58781
+ };
58782
+ const de_VerifiedAccessEndpointPortRange = (output, context) => {
58783
+ const contents = {};
58784
+ if (output[_fP] != null) {
58785
+ contents[_FP] = __strictParseInt32(output[_fP]);
58786
+ }
58787
+ if (output[_tPo] != null) {
58788
+ contents[_TP] = __strictParseInt32(output[_tPo]);
58789
+ }
58790
+ return contents;
58791
+ };
58792
+ const de_VerifiedAccessEndpointPortRangeList = (output, context) => {
58793
+ return (output || [])
58794
+ .filter((e) => e != null)
58795
+ .map((entry) => {
58796
+ return de_VerifiedAccessEndpointPortRange(entry, context);
58797
+ });
58798
+ };
58799
+ const de_VerifiedAccessEndpointRdsOptions = (output, context) => {
58800
+ const contents = {};
58801
+ if (output[_pr] != null) {
58802
+ contents[_P] = __expectString(output[_pr]);
58803
+ }
58804
+ if (output[_po] != null) {
58805
+ contents[_Po] = __strictParseInt32(output[_po]);
58806
+ }
58807
+ if (output[_rDIA] != null) {
58808
+ contents[_RDIA] = __expectString(output[_rDIA]);
58809
+ }
58810
+ if (output[_rDCA] != null) {
58811
+ contents[_RDCA] = __expectString(output[_rDCA]);
58812
+ }
58813
+ if (output[_rDPA] != null) {
58814
+ contents[_RDPA] = __expectString(output[_rDPA]);
58815
+ }
58816
+ if (output[_rEd] != null) {
58817
+ contents[_RE] = __expectString(output[_rEd]);
58818
+ }
58819
+ if (output.subnetIdSet === "") {
58820
+ contents[_SIu] = [];
58821
+ }
58822
+ else if (output[_sISu] != null && output[_sISu][_i] != null) {
58823
+ contents[_SIu] = de_VerifiedAccessEndpointSubnetIdList(__getArrayIfSingleItem(output[_sISu][_i]), context);
58824
+ }
57583
58825
  return contents;
57584
58826
  };
57585
58827
  const de_VerifiedAccessEndpointStatus = (output, context) => {
@@ -57599,6 +58841,26 @@ const de_VerifiedAccessEndpointSubnetIdList = (output, context) => {
57599
58841
  return __expectString(entry);
57600
58842
  });
57601
58843
  };
58844
+ const de_VerifiedAccessEndpointTarget = (output, context) => {
58845
+ const contents = {};
58846
+ if (output[_vAEI] != null) {
58847
+ contents[_VAEI] = __expectString(output[_vAEI]);
58848
+ }
58849
+ if (output[_vAETIA] != null) {
58850
+ contents[_VAETIA] = __expectString(output[_vAETIA]);
58851
+ }
58852
+ if (output[_vAETD] != null) {
58853
+ contents[_VAETD] = __expectString(output[_vAETD]);
58854
+ }
58855
+ return contents;
58856
+ };
58857
+ const de_VerifiedAccessEndpointTargetList = (output, context) => {
58858
+ return (output || [])
58859
+ .filter((e) => e != null)
58860
+ .map((entry) => {
58861
+ return de_VerifiedAccessEndpointTarget(entry, context);
58862
+ });
58863
+ };
57602
58864
  const de_VerifiedAccessGroup = (output, context) => {
57603
58865
  const contents = {};
57604
58866
  if (output[_vAGI] != null) {
@@ -57672,6 +58934,22 @@ const de_VerifiedAccessInstance = (output, context) => {
57672
58934
  if (output[_fE] != null) {
57673
58935
  contents[_FE] = __parseBoolean(output[_fE]);
57674
58936
  }
58937
+ if (output[_cECSD] != null) {
58938
+ contents[_CECSD] = de_VerifiedAccessInstanceCustomSubDomain(output[_cECSD], context);
58939
+ }
58940
+ return contents;
58941
+ };
58942
+ const de_VerifiedAccessInstanceCustomSubDomain = (output, context) => {
58943
+ const contents = {};
58944
+ if (output[_sDu] != null) {
58945
+ contents[_SDu] = __expectString(output[_sDu]);
58946
+ }
58947
+ if (output.nameserverSet === "") {
58948
+ contents[_Na] = [];
58949
+ }
58950
+ else if (output[_nSa] != null && output[_nSa][_i] != null) {
58951
+ contents[_Na] = de_ValueStringList(__getArrayIfSingleItem(output[_nSa][_i]), context);
58952
+ }
57675
58953
  return contents;
57676
58954
  };
57677
58955
  const de_VerifiedAccessInstanceList = (output, context) => {
@@ -57698,6 +58976,74 @@ const de_VerifiedAccessInstanceLoggingConfigurationList = (output, context) => {
57698
58976
  return de_VerifiedAccessInstanceLoggingConfiguration(entry, context);
57699
58977
  });
57700
58978
  };
58979
+ const de_VerifiedAccessInstanceOpenVpnClientConfiguration = (output, context) => {
58980
+ const contents = {};
58981
+ if (output[_confi] != null) {
58982
+ contents[_Confi] = __expectString(output[_confi]);
58983
+ }
58984
+ if (output.routeSet === "") {
58985
+ contents[_Rout] = [];
58986
+ }
58987
+ else if (output[_rSo] != null && output[_rSo][_i] != null) {
58988
+ contents[_Rout] = de_VerifiedAccessInstanceOpenVpnClientConfigurationRouteList(__getArrayIfSingleItem(output[_rSo][_i]), context);
58989
+ }
58990
+ return contents;
58991
+ };
58992
+ const de_VerifiedAccessInstanceOpenVpnClientConfigurationList = (output, context) => {
58993
+ return (output || [])
58994
+ .filter((e) => e != null)
58995
+ .map((entry) => {
58996
+ return de_VerifiedAccessInstanceOpenVpnClientConfiguration(entry, context);
58997
+ });
58998
+ };
58999
+ const de_VerifiedAccessInstanceOpenVpnClientConfigurationRoute = (output, context) => {
59000
+ const contents = {};
59001
+ if (output[_ci] != null) {
59002
+ contents[_C] = __expectString(output[_ci]);
59003
+ }
59004
+ return contents;
59005
+ };
59006
+ const de_VerifiedAccessInstanceOpenVpnClientConfigurationRouteList = (output, context) => {
59007
+ return (output || [])
59008
+ .filter((e) => e != null)
59009
+ .map((entry) => {
59010
+ return de_VerifiedAccessInstanceOpenVpnClientConfigurationRoute(entry, context);
59011
+ });
59012
+ };
59013
+ const de_VerifiedAccessInstanceUserTrustProviderClientConfiguration = (output, context) => {
59014
+ const contents = {};
59015
+ if (output[_ty] != null) {
59016
+ contents[_T] = __expectString(output[_ty]);
59017
+ }
59018
+ if (output[_scop] != null) {
59019
+ contents[_Scop] = __expectString(output[_scop]);
59020
+ }
59021
+ if (output[_is] != null) {
59022
+ contents[_I] = __expectString(output[_is]);
59023
+ }
59024
+ if (output[_aE] != null) {
59025
+ contents[_AE] = __expectString(output[_aE]);
59026
+ }
59027
+ if (output[_pSKE] != null) {
59028
+ contents[_PSKE] = __expectString(output[_pSKE]);
59029
+ }
59030
+ if (output[_tEo] != null) {
59031
+ contents[_TEo] = __expectString(output[_tEo]);
59032
+ }
59033
+ if (output[_uIE] != null) {
59034
+ contents[_UIE] = __expectString(output[_uIE]);
59035
+ }
59036
+ if (output[_cIli] != null) {
59037
+ contents[_CIl] = __expectString(output[_cIli]);
59038
+ }
59039
+ if (output[_cSl] != null) {
59040
+ contents[_CSl] = __expectString(output[_cSl]);
59041
+ }
59042
+ if (output[_pEk] != null) {
59043
+ contents[_PEk] = __parseBoolean(output[_pEk]);
59044
+ }
59045
+ return contents;
59046
+ };
57701
59047
  const de_VerifiedAccessLogCloudWatchLogsDestination = (output, context) => {
57702
59048
  const contents = {};
57703
59049
  if (output[_en] != null) {
@@ -57823,6 +59169,9 @@ const de_VerifiedAccessTrustProvider = (output, context) => {
57823
59169
  if (output[_sSs] != null) {
57824
59170
  contents[_SS] = de_VerifiedAccessSseSpecificationResponse(output[_sSs], context);
57825
59171
  }
59172
+ if (output[_nAOO] != null) {
59173
+ contents[_NAOO] = de_NativeApplicationOidcOptions(output[_nAOO], context);
59174
+ }
57826
59175
  return contents;
57827
59176
  };
57828
59177
  const de_VerifiedAccessTrustProviderCondensed = (output, context) => {
@@ -58015,7 +59364,7 @@ const de_VolumeModification = (output, context) => {
58015
59364
  contents[_TSar] = __strictParseInt32(output[_tSar]);
58016
59365
  }
58017
59366
  if (output[_tIa] != null) {
58018
- contents[_TIa] = __strictParseInt32(output[_tIa]);
59367
+ contents[_TIar] = __strictParseInt32(output[_tIa]);
58019
59368
  }
58020
59369
  if (output[_tVT] != null) {
58021
59370
  contents[_TVT] = __expectString(output[_tVT]);
@@ -58047,8 +59396,8 @@ const de_VolumeModification = (output, context) => {
58047
59396
  if (output[_sT] != null) {
58048
59397
  contents[_STt] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_sT]));
58049
59398
  }
58050
- if (output[_eTndi] != null) {
58051
- contents[_ETn] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTndi]));
59399
+ if (output[_eTn] != null) {
59400
+ contents[_ETn] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_eTn]));
58052
59401
  }
58053
59402
  return contents;
58054
59403
  };
@@ -58185,10 +59534,10 @@ const de_VolumeStatusItem = (output, context) => {
58185
59534
  contents[_VSol] = de_VolumeStatusInfo(output[_vSol], context);
58186
59535
  }
58187
59536
  if (output.attachmentStatuses === "") {
58188
- contents[_ASt] = [];
59537
+ contents[_AStt] = [];
58189
59538
  }
58190
59539
  else if (output[_aStt] != null && output[_aStt][_i] != null) {
58191
- contents[_ASt] = de_VolumeStatusAttachmentStatusList(__getArrayIfSingleItem(output[_aStt][_i]), context);
59540
+ contents[_AStt] = de_VolumeStatusAttachmentStatusList(__getArrayIfSingleItem(output[_aStt][_i]), context);
58192
59541
  }
58193
59542
  return contents;
58194
59543
  };
@@ -58323,6 +59672,12 @@ const de_VpcBlockPublicAccessOptions = (output, context) => {
58323
59672
  if (output[_lUTas] != null) {
58324
59673
  contents[_LUTas] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_lUTas]));
58325
59674
  }
59675
+ if (output[_mB] != null) {
59676
+ contents[_MB] = __expectString(output[_mB]);
59677
+ }
59678
+ if (output[_eA] != null) {
59679
+ contents[_EAx] = __expectString(output[_eA]);
59680
+ }
58326
59681
  return contents;
58327
59682
  };
58328
59683
  const de_VpcCidrBlockAssociation = (output, context) => {
@@ -58455,11 +59810,82 @@ const de_VpcEndpoint = (output, context) => {
58455
59810
  if (output[_lEa] != null) {
58456
59811
  contents[_LEa] = de_LastError(output[_lEa], context);
58457
59812
  }
59813
+ if (output.ipv4PrefixSet === "") {
59814
+ contents[_IPp] = [];
59815
+ }
59816
+ else if (output[_iPSpv] != null && output[_iPSpv][_i] != null) {
59817
+ contents[_IPp] = de_SubnetIpPrefixesList(__getArrayIfSingleItem(output[_iPSpv][_i]), context);
59818
+ }
59819
+ if (output.ipv6PrefixSet === "") {
59820
+ contents[_IP] = [];
59821
+ }
59822
+ else if (output[_iPSpvr] != null && output[_iPSpvr][_i] != null) {
59823
+ contents[_IP] = de_SubnetIpPrefixesList(__getArrayIfSingleItem(output[_iPSpvr][_i]), context);
59824
+ }
59825
+ if (output[_fR] != null) {
59826
+ contents[_FR] = __expectString(output[_fR]);
59827
+ }
59828
+ if (output[_sNA] != null) {
59829
+ contents[_SNA] = __expectString(output[_sNA]);
59830
+ }
59831
+ if (output[_rCA] != null) {
59832
+ contents[_RCA] = __expectString(output[_rCA]);
59833
+ }
58458
59834
  if (output[_sR] != null) {
58459
59835
  contents[_SRe] = __expectString(output[_sR]);
58460
59836
  }
58461
59837
  return contents;
58462
59838
  };
59839
+ const de_VpcEndpointAssociation = (output, context) => {
59840
+ const contents = {};
59841
+ if (output[_id] != null) {
59842
+ contents[_Id] = __expectString(output[_id]);
59843
+ }
59844
+ if (output[_vEI] != null) {
59845
+ contents[_VEIp] = __expectString(output[_vEI]);
59846
+ }
59847
+ if (output[_sNA] != null) {
59848
+ contents[_SNA] = __expectString(output[_sNA]);
59849
+ }
59850
+ if (output[_sNN] != null) {
59851
+ contents[_SNN] = __expectString(output[_sNN]);
59852
+ }
59853
+ if (output[_aRAs] != null) {
59854
+ contents[_ARAs] = __expectString(output[_aRAs]);
59855
+ }
59856
+ if (output[_fR] != null) {
59857
+ contents[_FR] = __expectString(output[_fR]);
59858
+ }
59859
+ if (output[_fCa] != null) {
59860
+ contents[_FCa] = __expectString(output[_fCa]);
59861
+ }
59862
+ if (output[_dE] != null) {
59863
+ contents[_DEn] = de_DnsEntry(output[_dE], context);
59864
+ }
59865
+ if (output[_pDEr] != null) {
59866
+ contents[_PDEr] = de_DnsEntry(output[_pDEr], context);
59867
+ }
59868
+ if (output[_aRAss] != null) {
59869
+ contents[_ARAss] = __expectString(output[_aRAss]);
59870
+ }
59871
+ if (output[_rCGA] != null) {
59872
+ contents[_RCGA] = __expectString(output[_rCGA]);
59873
+ }
59874
+ if (output.tagSet === "") {
59875
+ contents[_Ta] = [];
59876
+ }
59877
+ else if (output[_tS] != null && output[_tS][_i] != null) {
59878
+ contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
59879
+ }
59880
+ return contents;
59881
+ };
59882
+ const de_VpcEndpointAssociationSet = (output, context) => {
59883
+ return (output || [])
59884
+ .filter((e) => e != null)
59885
+ .map((entry) => {
59886
+ return de_VpcEndpointAssociation(entry, context);
59887
+ });
59888
+ };
58463
59889
  const de_VpcEndpointConnection = (output, context) => {
58464
59890
  const contents = {};
58465
59891
  if (output[_sI] != null) {
@@ -58646,8 +60072,8 @@ const de_VpcPeeringConnectionVpcInfo = (output, context) => {
58646
60072
  if (output[_vI] != null) {
58647
60073
  contents[_VI] = __expectString(output[_vI]);
58648
60074
  }
58649
- if (output[_reg] != null) {
58650
- contents[_Regi] = __expectString(output[_reg]);
60075
+ if (output[_re] != null) {
60076
+ contents[_Regi] = __expectString(output[_re]);
58651
60077
  }
58652
60078
  return contents;
58653
60079
  };
@@ -58741,8 +60167,8 @@ const de_VpnConnectionList = (output, context) => {
58741
60167
  };
58742
60168
  const de_VpnConnectionOptions = (output, context) => {
58743
60169
  const contents = {};
58744
- if (output[_eA] != null) {
58745
- contents[_EA] = __parseBoolean(output[_eA]);
60170
+ if (output[_eAn] != null) {
60171
+ contents[_EA] = __parseBoolean(output[_eAn]);
58746
60172
  }
58747
60173
  if (output[_sRO] != null) {
58748
60174
  contents[_SRO] = __parseBoolean(output[_sRO]);
@@ -58948,6 +60374,7 @@ const _AIP = "AssignedIpv6Prefixes";
58948
60374
  const _AIPC = "AllocateIpamPoolCidr";
58949
60375
  const _AIPs = "AssignedIpv4Prefixes";
58950
60376
  const _AIRD = "AssociateIpamResourceDiscovery";
60377
+ const _AISS = "AllowedImagesSettingsState";
58951
60378
  const _AIT = "AllowedInstanceTypes";
58952
60379
  const _AIc = "ActiveInstances";
58953
60380
  const _AIcc = "AccountId";
@@ -58994,6 +60421,8 @@ const _APl = "AllowedPrincipals";
58994
60421
  const _AR = "AllowReassignment";
58995
60422
  const _ARA = "AssociatedRoleArn";
58996
60423
  const _ARAd = "AdditionalRoutesAvailable";
60424
+ const _ARAs = "AssociatedResourceAccessibility";
60425
+ const _ARAss = "AssociatedResourceArn";
58997
60426
  const _ARC = "AcceptedRouteCount";
58998
60427
  const _ARIEQ = "AcceptReservedInstancesExchangeQuote";
58999
60428
  const _ARS = "AutoRecoverySupported";
@@ -59029,7 +60458,8 @@ const _ASc = "ActivityStatus";
59029
60458
  const _ASn = "AnalysisStatus";
59030
60459
  const _ASs = "AssociationState";
59031
60460
  const _ASss = "AssociationStatus";
59032
- const _ASt = "AttachmentStatuses";
60461
+ const _ASt = "AttributeSummaries";
60462
+ const _AStt = "AttachmentStatuses";
59033
60463
  const _ASw = "AwsService";
59034
60464
  const _AT = "AssociationTarget";
59035
60465
  const _ATGAI = "AccepterTransitGatewayAttachmentId";
@@ -59123,6 +60553,8 @@ const _BTE = "BundleTaskError";
59123
60553
  const _BTIMB = "BaselineThroughputInMBps";
59124
60554
  const _BTu = "BundleTask";
59125
60555
  const _BTun = "BundleTasks";
60556
+ const _BW = "BandwidthWeighting";
60557
+ const _BWa = "BandwidthWeightings";
59126
60558
  const _Bl = "Blackhole";
59127
60559
  const _By = "Bytes";
59128
60560
  const _Byo = "Byoasn";
@@ -59179,6 +60611,7 @@ const _CD = "CommitmentDuration";
59179
60611
  const _CDH = "CapacityDurationHours";
59180
60612
  const _CDM = "CompletionDurationMinutes";
59181
60613
  const _CDO = "CreateDhcpOptions";
60614
+ const _CDPR = "CancelDeclarativePoliciesReport";
59182
60615
  const _CDS = "CreateDefaultSubnet";
59183
60616
  const _CDSDA = "ConfigDeliveryS3DestinationArn";
59184
60617
  const _CDSu = "CustomDnsServers";
@@ -59188,6 +60621,7 @@ const _CDr = "CreateDate";
59188
60621
  const _CDre = "CreationDate";
59189
60622
  const _CDrea = "CreatedDate";
59190
60623
  const _CE = "CronExpression";
60624
+ const _CECSD = "CidrEndpointsCustomSubDomain";
59191
60625
  const _CED = "CommitmentEndDate";
59192
60626
  const _CEOIG = "CreateEgressOnlyInternetGateway";
59193
60627
  const _CET = "CancelExportTask";
@@ -59275,11 +60709,12 @@ const _CNS = "ConnectionNotificationState";
59275
60709
  const _CNSo = "ConnectionNotificationSet";
59276
60710
  const _CNT = "ConnectionNotificationType";
59277
60711
  const _CNo = "ConnectionNotification";
59278
- const _CO = "CpuOptions";
60712
+ const _CO = "CidrOptions";
59279
60713
  const _COI = "CustomerOwnedIp";
59280
60714
  const _COIP = "CustomerOwnedIpv4Pool";
59281
60715
  const _COP = "CoolOffPeriod";
59282
60716
  const _COPEO = "CoolOffPeriodExpiresOn";
60717
+ const _COp = "CpuOptions";
59283
60718
  const _CP = "CoipPool";
59284
60719
  const _CPC = "ConnectPeerConfiguration";
59285
60720
  const _CPG = "CreatePlacementGroup";
@@ -59398,6 +60833,7 @@ const _Cod = "Code";
59398
60833
  const _Com = "Component";
59399
60834
  const _Con = "Context";
59400
60835
  const _Conf = "Configured";
60836
+ const _Confi = "Config";
59401
60837
  const _Conn = "Connections";
59402
60838
  const _Cor = "Cores";
59403
60839
  const _Cou = "Count";
@@ -59408,6 +60844,7 @@ const _DAA = "DescribeAccountAttributes";
59408
60844
  const _DAAI = "DelegatedAdminAccountId";
59409
60845
  const _DAAe = "DescribeAddressesAttribute";
59410
60846
  const _DAIF = "DescribeAggregateIdFormat";
60847
+ const _DAIS = "DisableAllowedImagesSettings";
59411
60848
  const _DAIT = "DenyAllIgwTraffic";
59412
60849
  const _DANPMS = "DescribeAwsNetworkPerformanceMetricSubscriptions";
59413
60850
  const _DANPMSi = "DisableAwsNetworkPerformanceMetricSubscription";
@@ -59464,6 +60901,7 @@ const _DCi = "DiskContainers";
59464
60901
  const _DCis = "DiskContainer";
59465
60902
  const _DDO = "DeleteDhcpOptions";
59466
60903
  const _DDOe = "DescribeDhcpOptions";
60904
+ const _DDPR = "DescribeDeclarativePoliciesReports";
59467
60905
  const _DE = "DnsEntries";
59468
60906
  const _DECIR = "DisassociateEnclaveCertificateIamRole";
59469
60907
  const _DEEBD = "DisableEbsEncryptionByDefault";
@@ -59473,6 +60911,7 @@ const _DEKI = "DataEncryptionKeyId";
59473
60911
  const _DEOIG = "DeleteEgressOnlyInternetGateway";
59474
60912
  const _DEOIGe = "DescribeEgressOnlyInternetGateways";
59475
60913
  const _DET = "DescribeExportTasks";
60914
+ const _DEn = "DnsEntry";
59476
60915
  const _DF = "DeleteFleets";
59477
60916
  const _DFA = "DefaultForAz";
59478
60917
  const _DFH = "DescribeFleetHistory";
@@ -59724,6 +61163,7 @@ const _DTMS = "DeleteTrafficMirrorSession";
59724
61163
  const _DTMSe = "DescribeTrafficMirrorSessions";
59725
61164
  const _DTMT = "DeleteTrafficMirrorTarget";
59726
61165
  const _DTMTe = "DescribeTrafficMirrorTargets";
61166
+ const _DTP = "DeviceTrustProviders";
59727
61167
  const _DTPC = "DefaultThreadsPerCore";
59728
61168
  const _DTPT = "DeviceTrustProviderType";
59729
61169
  const _DTS = "DpdTimeoutSeconds";
@@ -59761,6 +61201,7 @@ const _DVCe = "DescribeVpnConnections";
59761
61201
  const _DVCef = "DefaultVCpus";
59762
61202
  const _DVD = "DeviceValidationDomain";
59763
61203
  const _DVE = "DeleteVpcEndpoints";
61204
+ const _DVEA = "DescribeVpcEndpointAssociations";
59764
61205
  const _DVEC = "DescribeVpcEndpointConnections";
59765
61206
  const _DVECN = "DeleteVpcEndpointConnectionNotifications";
59766
61207
  const _DVECNe = "DescribeVpcEndpointConnectionNotifications";
@@ -59796,8 +61237,10 @@ const _Do = "Domain";
59796
61237
  const _Du = "Duration";
59797
61238
  const _E = "Ebs";
59798
61239
  const _EA = "EnableAcceleration";
61240
+ const _EAIS = "EnableAllowedImagesSettings";
59799
61241
  const _EANPMS = "EnableAwsNetworkPerformanceMetricSubscription";
59800
61242
  const _EAT = "EnableAddressTransfer";
61243
+ const _EAx = "ExclusionsAllowed";
59801
61244
  const _EB = "EgressBytes";
59802
61245
  const _EBV = "ExcludeBootVolume";
59803
61246
  const _EC = "ErrorCode";
@@ -59910,6 +61353,7 @@ const _ETx = "ExpirationTime";
59910
61353
  const _ETxp = "ExportTask";
59911
61354
  const _ETxpo = "ExportTasks";
59912
61355
  const _EU = "ExecutableUsers";
61356
+ const _EVAICC = "ExportVerifiedAccessInstanceClientConfiguration";
59913
61357
  const _EVCL = "EnableVpcClassicLink";
59914
61358
  const _EVCLDS = "EnableVpcClassicLinkDnsSupport";
59915
61359
  const _EVIO = "EnableVolumeIO";
@@ -59985,6 +61429,7 @@ const _G = "Groups";
59985
61429
  const _GA = "GroupArn";
59986
61430
  const _GAECIR = "GetAssociatedEnclaveCertificateIamRoles";
59987
61431
  const _GAIPC = "GetAssociatedIpv6PoolCidrs";
61432
+ const _GAIS = "GetAllowedImagesSettings";
59988
61433
  const _GANPD = "GetAwsNetworkPerformanceData";
59989
61434
  const _GAS = "GatewayAssociationState";
59990
61435
  const _GCO = "GetConsoleOutput";
@@ -59993,6 +61438,7 @@ const _GCRU = "GetCapacityReservationUsage";
59993
61438
  const _GCS = "GetConsoleScreenshot";
59994
61439
  const _GD = "GroupDescription";
59995
61440
  const _GDCS = "GetDefaultCreditSpecification";
61441
+ const _GDPRS = "GetDeclarativePoliciesReportSummary";
59996
61442
  const _GEDKKI = "GetEbsDefaultKmsKeyId";
59997
61443
  const _GEEBD = "GetEbsEncryptionByDefault";
59998
61444
  const _GFLIT = "GetFlowLogsIntegrationTemplate";
@@ -60043,6 +61489,7 @@ const _GTGPTE = "GetTransitGatewayPolicyTableEntries";
60043
61489
  const _GTGRTA = "GetTransitGatewayRouteTableAssociations";
60044
61490
  const _GTGRTP = "GetTransitGatewayRouteTablePropagations";
60045
61491
  const _GVAEP = "GetVerifiedAccessEndpointPolicy";
61492
+ const _GVAET = "GetVerifiedAccessEndpointTargets";
60046
61493
  const _GVAGP = "GetVerifiedAccessGroupPolicy";
60047
61494
  const _GVCDSC = "GetVpnConnectionDeviceSampleConfiguration";
60048
61495
  const _GVCDT = "GetVpnConnectionDeviceTypes";
@@ -60083,6 +61530,7 @@ const _IAPI = "Ipv4AddressesPerInterface";
60083
61530
  const _IAPIp = "Ipv6AddressesPerInterface";
60084
61531
  const _IAT = "IpAddressType";
60085
61532
  const _IATOI = "IncludeAllTagsOfInstance";
61533
+ const _IAm = "ImageAllowed";
60086
61534
  const _IAn = "InterfaceAssociation";
60087
61535
  const _IAnt = "InterfaceAssociations";
60088
61536
  const _IAp = "IpAddress";
@@ -60106,6 +61554,7 @@ const _ICEIn = "InstanceConnectEndpointIds";
60106
61554
  const _ICEn = "InstanceConnectEndpoints";
60107
61555
  const _ICS = "InstanceCreditSpecifications";
60108
61556
  const _ICVCCRL = "ImportClientVpnClientCertificateRevocationList";
61557
+ const _ICm = "ImageCriteria";
60109
61558
  const _ICn = "InstanceCounts";
60110
61559
  const _ICp = "Ipv6Cidr";
60111
61560
  const _ID = "IncludeDeprecated";
@@ -60197,6 +61646,7 @@ const _IPK = "IncludePublicKey";
60197
61646
  const _IPO = "IpamPoolOwner";
60198
61647
  const _IPR = "IsPermanentRestore";
60199
61648
  const _IPTUC = "InstancePoolsToUseCount";
61649
+ const _IPm = "ImageProviders";
60200
61650
  const _IPn = "InstancePlatform";
60201
61651
  const _IPng = "IngressPackets";
60202
61652
  const _IPns = "InstancePort";
@@ -60208,6 +61658,7 @@ const _IPpa = "IpamPool";
60208
61658
  const _IPpam = "IpamPools";
60209
61659
  const _IPpe = "IpPermissions";
60210
61660
  const _IPpr = "IpProtocol";
61661
+ const _IPpre = "IpPrefixes";
60211
61662
  const _IPpv = "Ipv6Pool";
60212
61663
  const _IPpvo = "Ipv6Pools";
60213
61664
  const _IPpvr = "Ipv4Prefix";
@@ -60424,6 +61875,7 @@ const _MAS = "MovingAddressStatuses";
60424
61875
  const _MATV = "MoveAddressToVpc";
60425
61876
  const _MAZG = "ModifyAvailabilityZoneGroup";
60426
61877
  const _MAa = "MacAddress";
61878
+ const _MB = "ManagedBy";
60427
61879
  const _MBCTI = "MoveByoipCidrToIpam";
60428
61880
  const _MBIM = "MaximumBandwidthInMbps";
60429
61881
  const _MC = "MaxCount";
@@ -60446,8 +61898,10 @@ const _MDi = "MinDuration";
60446
61898
  const _ME = "MaxEntries";
60447
61899
  const _MEDKKI = "ModifyEbsDefaultKmsKeyId";
60448
61900
  const _MEI = "MaximumEfaInterfaces";
61901
+ const _MEM = "ManagedExceptionMessage";
60449
61902
  const _MF = "ModifyFleet";
60450
61903
  const _MFIA = "ModifyFpgaImageAttribute";
61904
+ const _MFV = "MostFrequentValue";
60451
61905
  const _MG = "MulticastGroups";
60452
61906
  const _MGBPVC = "MemoryGiBPerVCpu";
60453
61907
  const _MH = "ModifyHosts";
@@ -60466,6 +61920,7 @@ const _MIIF = "ModifyIdentityIdFormat";
60466
61920
  const _MIMD = "ModifyInstanceMetadataDefaults";
60467
61921
  const _MIMO = "ModifyInstanceMaintenanceOptions";
60468
61922
  const _MIMOo = "ModifyInstanceMetadataOptions";
61923
+ const _MINPO = "ModifyInstanceNetworkPerformanceOptions";
60469
61924
  const _MIP = "ModifyInstancePlacement";
60470
61925
  const _MIPo = "ModifyIpamPool";
60471
61926
  const _MIRC = "ModifyIpamResourceCidr";
@@ -60564,6 +62019,7 @@ const _NAAI = "NetworkAclAssociationId";
60564
62019
  const _NAI = "NetworkAclId";
60565
62020
  const _NAIe = "NetworkAclIds";
60566
62021
  const _NAIew = "NewAssociationId";
62022
+ const _NAOO = "NativeApplicationOidcOptions";
60567
62023
  const _NAe = "NetworkAcls";
60568
62024
  const _NAo = "NotAfter";
60569
62025
  const _NB = "NotBefore";
@@ -60620,8 +62076,13 @@ const _NL = "NetmaskLength";
60620
62076
  const _NLBA = "NetworkLoadBalancerArn";
60621
62077
  const _NLBAe = "NetworkLoadBalancerArns";
60622
62078
  const _NN = "NetworkNodes";
62079
+ const _NOA = "NumberOfAccounts";
62080
+ const _NOFA = "NumberOfFailedAccounts";
62081
+ const _NOMA = "NumberOfMatchedAccounts";
62082
+ const _NOUA = "NumberOfUnmatchedAccounts";
60623
62083
  const _NP = "NetworkPerformance";
60624
62084
  const _NPF = "NetworkPathFound";
62085
+ const _NPO = "NetworkPerformanceOptions";
60625
62086
  const _NPe = "NetworkPlatform";
60626
62087
  const _NR = "NoReboot";
60627
62088
  const _NS = "NvmeSupport";
@@ -60631,6 +62092,7 @@ const _NT = "NextToken";
60631
62092
  const _NTI = "NitroTpmInfo";
60632
62093
  const _NTS = "NitroTpmSupport";
60633
62094
  const _NTe = "NetworkType";
62095
+ const _Na = "Nameservers";
60634
62096
  const _O = "Operator";
60635
62097
  const _OA = "OutpostArn";
60636
62098
  const _OAr = "OrganizationArn";
@@ -60673,6 +62135,7 @@ const _OUA = "OrganizationalUnitArn";
60673
62135
  const _OUAr = "OrganizationalUnitArns";
60674
62136
  const _OUE = "OrganizationalUnitExclusions";
60675
62137
  const _OUI = "OrganizationalUnitId";
62138
+ const _OVC = "OpenVpnConfigurations";
60676
62139
  const _OVT = "OriginalVolumeType";
60677
62140
  const _Op = "Options";
60678
62141
  const _Or = "Origin";
@@ -60709,6 +62172,7 @@ const _PCoo = "PoolCount";
60709
62172
  const _PCr = "ProductCodes";
60710
62173
  const _PD = "PolicyDocument";
60711
62174
  const _PDE = "PrivateDnsEnabled";
62175
+ const _PDEr = "PrivateDnsEntry";
60712
62176
  const _PDHGN = "Phase1DHGroupNumbers";
60713
62177
  const _PDHGNh = "Phase2DHGroupNumbers";
60714
62178
  const _PDHT = "PrivateDnsHostnameType";
@@ -60735,6 +62199,7 @@ const _PE = "PolicyEnabled";
60735
62199
  const _PEA = "Phase1EncryptionAlgorithms";
60736
62200
  const _PEAh = "Phase2EncryptionAlgorithms";
60737
62201
  const _PED = "PartitionEndDate";
62202
+ const _PEk = "PkceEnabled";
60738
62203
  const _PF = "PacketField";
60739
62204
  const _PFS = "PreviousFleetState";
60740
62205
  const _PG = "PlacementGroup";
@@ -60805,6 +62270,7 @@ const _PSET = "PreviousSlotEndTime";
60805
62270
  const _PSFRS = "PreviousSpotFleetRequestState";
60806
62271
  const _PSI = "PurchaseScheduledInstances";
60807
62272
  const _PSK = "PreSharedKey";
62273
+ const _PSKE = "PublicSigningKeyEndpoint";
60808
62274
  const _PSKU = "PublicSigningKeyUrl";
60809
62275
  const _PSe = "PeeringStatus";
60810
62276
  const _PSer = "PermissionState";
@@ -60859,6 +62325,8 @@ const _RBET = "RecycleBinEnterTime";
60859
62325
  const _RBETe = "RecycleBinExitTime";
60860
62326
  const _RBUI = "RestorableByUserIds";
60861
62327
  const _RC = "ResourceCidr";
62328
+ const _RCA = "ResourceConfigurationArn";
62329
+ const _RCGA = "ResourceConfigurationGroupArn";
60862
62330
  const _RCRBO = "RejectCapacityReservationBillingOwnership";
60863
62331
  const _RCS = "ResourceComplianceStatus";
60864
62332
  const _RCVI = "RevokeClientVpnIngress";
@@ -60867,15 +62335,19 @@ const _RCec = "RecurringCharges";
60867
62335
  const _RCet = "ReturnCode";
60868
62336
  const _RD = "RestoreDuration";
60869
62337
  const _RDAC = "ResourceDiscoveryAssociationCount";
62338
+ const _RDCA = "RdsDbClusterArn";
60870
62339
  const _RDI = "RamDiskId";
62340
+ const _RDIA = "RdsDbInstanceArn";
60871
62341
  const _RDN = "RootDeviceName";
62342
+ const _RDPA = "RdsDbProxyArn";
60872
62343
  const _RDS = "ResourceDiscoveryStatus";
60873
62344
  const _RDT = "RootDeviceType";
60874
- const _RE = "RemoveEntries";
62345
+ const _RE = "RdsEndpoint";
60875
62346
  const _RED = "RemoveEndDate";
60876
62347
  const _REDKKI = "ResetEbsDefaultKmsKeyId";
60877
62348
  const _RET = "RestoreExpiryTime";
60878
- const _REe = "ResponseError";
62349
+ const _REe = "RemoveEntries";
62350
+ const _REes = "ResponseError";
60879
62351
  const _RF = "RemoveFields";
60880
62352
  const _RFIA = "ResetFpgaImageAttribute";
60881
62353
  const _RFP = "RekeyFuzzPercentage";
@@ -60891,6 +62363,7 @@ const _RHS = "RequireHibernateSupport";
60891
62363
  const _RI = "RebootInstances";
60892
62364
  const _RIA = "ResetImageAttribute";
60893
62365
  const _RIAe = "ResetInstanceAttribute";
62366
+ const _RICIAIS = "ReplaceImageCriteriaInAllowedImagesSettings";
60894
62367
  const _RIENA = "RegisterInstanceEventNotificationAttributes";
60895
62368
  const _RIFRB = "RestoreImageFromRecycleBin";
60896
62369
  const _RII = "ReservedInstanceIds";
@@ -60914,6 +62387,8 @@ const _RIVR = "ReservedInstanceValueRollup";
60914
62387
  const _RIVS = "ReservedInstanceValueSet";
60915
62388
  const _RIa = "RamdiskId";
60916
62389
  const _RIe = "RegisterImage";
62390
+ const _RIep = "ReportId";
62391
+ const _RIepo = "ReportIds";
60917
62392
  const _RIeq = "RequesterId";
60918
62393
  const _RIes = "ResourceIds";
60919
62394
  const _RIese = "ReservedInstances";
@@ -60937,11 +62412,12 @@ const _RNe = "RegionNames";
60937
62412
  const _RNes = "ResourceName";
60938
62413
  const _RNo = "RoleName";
60939
62414
  const _RNu = "RuleNumber";
60940
- const _RO = "ResourceOwner";
62415
+ const _RO = "RdsOptions";
60941
62416
  const _ROI = "ResourceOwnerId";
60942
62417
  const _ROR = "RemoveOperatingRegions";
60943
62418
  const _ROS = "ResourceOverlapStatus";
60944
62419
  const _ROUE = "RemoveOrganizationalUnitExclusions";
62420
+ const _ROe = "ResourceOwner";
60945
62421
  const _ROo = "RouteOrigin";
60946
62422
  const _ROu = "RuleOptions";
60947
62423
  const _RP = "ResetPolicy";
@@ -60972,6 +62448,7 @@ const _RSR = "RemoveSupportedRegions";
60972
62448
  const _RST = "RestoreSnapshotTier";
60973
62449
  const _RSTe = "RestoreStartTime";
60974
62450
  const _RSe = "ResourceStatement";
62451
+ const _RSeg = "RegionalSummaries";
60975
62452
  const _RT = "ResourceType";
60976
62453
  const _RTAI = "RouteTableAssociationId";
60977
62454
  const _RTGCB = "RemoveTransitGatewayCidrBlocks";
@@ -61011,6 +62488,7 @@ const _Rec = "Recurrence";
61011
62488
  const _Reg = "Regions";
61012
62489
  const _Regi = "Region";
61013
62490
  const _Rem = "Remove";
62491
+ const _Rep = "Reports";
61014
62492
  const _Req = "Requested";
61015
62493
  const _Res = "Resource";
61016
62494
  const _Rese = "Reservations";
@@ -61050,12 +62528,14 @@ const _SDC = "SourceDestCheck";
61050
62528
  const _SDI = "SendDiagnosticInterrupt";
61051
62529
  const _SDIH = "SlotDurationInHours";
61052
62530
  const _SDLTV = "SuccessfullyDeletedLaunchTemplateVersions";
62531
+ const _SDPR = "StartDeclarativePoliciesReport";
61053
62532
  const _SDR = "StartDateRange";
61054
62533
  const _SDS = "SpotDatafeedSubscription";
61055
62534
  const _SDV = "SetDefaultVersion";
61056
62535
  const _SDe = "ServiceDetails";
61057
62536
  const _SDn = "SnapshotDetails";
61058
62537
  const _SDp = "SpreadDomain";
62538
+ const _SDu = "SubDomain";
61059
62539
  const _SEL = "S3ExportLocation";
61060
62540
  const _SET = "SampledEndTime";
61061
62541
  const _SF = "SupportedFeatures";
@@ -61129,8 +62609,10 @@ const _SMS = "SpotMaintenanceStrategies";
61129
62609
  const _SMTP = "SpotMaxTotalPrice";
61130
62610
  const _SMt = "StateMessage";
61131
62611
  const _SN = "SessionNumber";
62612
+ const _SNA = "ServiceNetworkArn";
61132
62613
  const _SNIA = "StartNetworkInsightsAnalysis";
61133
62614
  const _SNIASA = "StartNetworkInsightsAccessScopeAnalysis";
62615
+ const _SNN = "ServiceNetworkName";
61134
62616
  const _SNS = "SriovNetSupport";
61135
62617
  const _SNe = "ServiceName";
61136
62618
  const _SNeq = "SequenceNumber";
@@ -61206,6 +62688,7 @@ const _SWD = "StartWeekDay";
61206
62688
  const _S_ = "S3";
61207
62689
  const _Sc = "Scope";
61208
62690
  const _Sco = "Score";
62691
+ const _Scop = "Scopes";
61209
62692
  const _Se = "Service";
61210
62693
  const _Set = "Settings";
61211
62694
  const _Si = "Signature";
@@ -61305,7 +62788,8 @@ const _TIIC = "TunnelInsideIpv6Cidr";
61305
62788
  const _TIIV = "TunnelInsideIpVersion";
61306
62789
  const _TIMIMB = "TotalInferenceMemoryInMiB";
61307
62790
  const _TIWE = "TerminateInstancesWithExpiration";
61308
- const _TIa = "TargetIops";
62791
+ const _TIa = "TargetId";
62792
+ const _TIar = "TargetIops";
61309
62793
  const _TIe = "TenantId";
61310
62794
  const _TIer = "TerminatingInstances";
61311
62795
  const _TLSGB = "TotalLocalStorageGB";
@@ -61416,6 +62900,7 @@ const _USp = "UploadSize";
61416
62900
  const _USpl = "UploadStart";
61417
62901
  const _USs = "UsageStrategy";
61418
62902
  const _UT = "UdpTimeout";
62903
+ const _UTP = "UserTrustProvider";
61419
62904
  const _UTPT = "UserTrustProviderType";
61420
62905
  const _UTp = "UpdateTime";
61421
62906
  const _Un = "Unsuccessful";
@@ -61425,6 +62910,9 @@ const _VA = "VpcAttachment";
61425
62910
  const _VAE = "VerifiedAccessEndpoint";
61426
62911
  const _VAEI = "VerifiedAccessEndpointId";
61427
62912
  const _VAEIe = "VerifiedAccessEndpointIds";
62913
+ const _VAET = "VerifiedAccessEndpointTargets";
62914
+ const _VAETD = "VerifiedAccessEndpointTargetDns";
62915
+ const _VAETIA = "VerifiedAccessEndpointTargetIpAddress";
61428
62916
  const _VAEe = "VerifiedAccessEndpoints";
61429
62917
  const _VAG = "VerifiedAccessGroup";
61430
62918
  const _VAGA = "VerifiedAccessGroupArn";
@@ -61455,6 +62943,7 @@ const _VCa = "ValidCores";
61455
62943
  const _VCp = "VpnConnections";
61456
62944
  const _VD = "VersionDescription";
61457
62945
  const _VE = "VpcEndpoint";
62946
+ const _VEA = "VpcEndpointAssociations";
61458
62947
  const _VEC = "VpcEndpointConnections";
61459
62948
  const _VECI = "VpcEndpointConnectionId";
61460
62949
  const _VEI = "VpcEndpointIds";
@@ -61566,6 +63055,7 @@ const _aICv = "availableInstanceCount";
61566
63055
  const _aIPS = "assignedIpv6PrefixSet";
61567
63056
  const _aIPSs = "assignedIpv4PrefixSet";
61568
63057
  const _aIS = "activeInstanceSet";
63058
+ const _aISS = "allowedImagesSettingsState";
61569
63059
  const _aITS = "allowedInstanceTypeSet";
61570
63060
  const _aIc = "accountId";
61571
63061
  const _aIm = "amiId";
@@ -61595,6 +63085,8 @@ const _aPu = "autoPlacement";
61595
63085
  const _aR = "authorizationRule";
61596
63086
  const _aRA = "associatedRoleArn";
61597
63087
  const _aRAd = "additionalRoutesAvailable";
63088
+ const _aRAs = "associatedResourceAccessibility";
63089
+ const _aRAss = "associatedResourceArn";
61598
63090
  const _aRC = "acceptedRouteCount";
61599
63091
  const _aRS = "associatedRoleSet";
61600
63092
  const _aRSu = "autoRecoverySupported";
@@ -61608,6 +63100,7 @@ const _aRw = "awsRegion";
61608
63100
  const _aS = "associationState";
61609
63101
  const _aSA = "amazonSideAsn";
61610
63102
  const _aSS = "amdSevSnp";
63103
+ const _aSSt = "attributeSummarySet";
61611
63104
  const _aSc = "activityStatus";
61612
63105
  const _aSct = "actionsSet";
61613
63106
  const _aSd = "addressSet";
@@ -61687,6 +63180,8 @@ const _bS = "byoasnSet";
61687
63180
  const _bSg = "bgpStatus";
61688
63181
  const _bT = "bannerText";
61689
63182
  const _bTIMB = "baselineThroughputInMBps";
63183
+ const _bW = "bandwidthWeighting";
63184
+ const _bWa = "bandwidthWeightings";
61690
63185
  const _bl = "blackhole";
61691
63186
  const _bu = "bucket";
61692
63187
  const _c = "component";
@@ -61727,6 +63222,7 @@ const _cDM = "completionDurationMinutes";
61727
63222
  const _cDr = "creationDate";
61728
63223
  const _cDre = "createdDate";
61729
63224
  const _cE = "connectionEvents";
63225
+ const _cECSD = "cidrEndpointsCustomSubDomain";
61730
63226
  const _cED = "commitmentEndDate";
61731
63227
  const _cET = "connectionEstablishedTime";
61732
63228
  const _cETo = "connectionEndTime";
@@ -61778,6 +63274,7 @@ const _cOI = "customerOwnedIp";
61778
63274
  const _cOIP = "customerOwnedIpv4Pool";
61779
63275
  const _cOP = "coolOffPeriod";
61780
63276
  const _cOPEO = "coolOffPeriodExpiresOn";
63277
+ const _cOi = "cidrOptions";
61781
63278
  const _cP = "coipPool";
61782
63279
  const _cPC = "connectPeerConfiguration";
61783
63280
  const _cPI = "coipPoolId";
@@ -61835,6 +63332,7 @@ const _ci = "cidr";
61835
63332
  const _co = "code";
61836
63333
  const _con = "connections";
61837
63334
  const _conf = "configured";
63335
+ const _confi = "config";
61838
63336
  const _cont = "context";
61839
63337
  const _cor = "cores";
61840
63338
  const _cou = "count";
@@ -61855,6 +63353,7 @@ const _dCB = "destinationCidrBlock";
61855
63353
  const _dCR = "destinationCapacityReservation";
61856
63354
  const _dCS = "dhcpConfigurationSet";
61857
63355
  const _dCe = "defaultCores";
63356
+ const _dE = "dnsEntry";
61858
63357
  const _dEKI = "dataEncryptionKeyId";
61859
63358
  const _dES = "dnsEntrySet";
61860
63359
  const _dFA = "defaultForAz";
@@ -61911,6 +63410,7 @@ const _dT = "deletionTime";
61911
63410
  const _dTA = "dpdTimeoutAction";
61912
63411
  const _dTCT = "defaultTargetCapacityType";
61913
63412
  const _dTPC = "defaultThreadsPerCore";
63413
+ const _dTPS = "deviceTrustProviderSet";
61914
63414
  const _dTPT = "deviceTrustProviderType";
61915
63415
  const _dTS = "dpdTimeoutSeconds";
61916
63416
  const _dTe = "deprecationTime";
@@ -61933,7 +63433,8 @@ const _dis = "disks";
61933
63433
  const _do = "domain";
61934
63434
  const _du = "duration";
61935
63435
  const _e = "egress";
61936
- const _eA = "enableAcceleration";
63436
+ const _eA = "exclusionsAllowed";
63437
+ const _eAn = "enableAcceleration";
61937
63438
  const _eB = "egressBytes";
61938
63439
  const _eC = "errorCode";
61939
63440
  const _eCTP = "excessCapacityTerminationPolicy";
@@ -62012,10 +63513,10 @@ const _eTLC = "enableTunnelLifecycleControl";
62012
63513
  const _eTS = "exportTaskSet";
62013
63514
  const _eTSi = "eipTagSet";
62014
63515
  const _eTSx = "exportToS3";
62015
- const _eTn = "enablingTime";
62016
- const _eTna = "enabledTime";
63516
+ const _eTn = "endTime";
63517
+ const _eTna = "enablingTime";
63518
+ const _eTnab = "enabledTime";
62017
63519
  const _eTnd = "endpointType";
62018
- const _eTndi = "endTime";
62019
63520
  const _eTv = "eventType";
62020
63521
  const _eTx = "exportTask";
62021
63522
  const _eWD = "endWeekDay";
@@ -62123,6 +63624,7 @@ const _iAS = "interfaceAssociationSet";
62123
63624
  const _iASp = "ipv6AddressesSet";
62124
63625
  const _iAT = "ipAddressType";
62125
63626
  const _iATOI = "includeAllTagsOfInstance";
63627
+ const _iAm = "imageAllowed";
62126
63628
  const _iAp = "ipAddress";
62127
63629
  const _iApa = "ipamArn";
62128
63630
  const _iApv = "ipv6Address";
@@ -62140,6 +63642,7 @@ const _iCE = "instanceConnectEndpoint";
62140
63642
  const _iCEA = "instanceConnectEndpointArn";
62141
63643
  const _iCEI = "instanceConnectEndpointId";
62142
63644
  const _iCES = "instanceConnectEndpointSet";
63645
+ const _iCS = "imageCriterionSet";
62143
63646
  const _iCSS = "instanceCreditSpecificationSet";
62144
63647
  const _iCn = "instanceCounts";
62145
63648
  const _iCp = "ipv6Cidr";
@@ -62213,7 +63716,9 @@ const _iPI = "isPrimaryIpv6";
62213
63716
  const _iPIp = "ipamPoolId";
62214
63717
  const _iPR = "isPermanentRestore";
62215
63718
  const _iPS = "ipamPoolSet";
63719
+ const _iPSm = "imageProviderSet";
62216
63720
  const _iPSp = "ipv6PoolSet";
63721
+ const _iPSpr = "ipPrefixSet";
62217
63722
  const _iPSpv = "ipv4PrefixSet";
62218
63723
  const _iPSpvr = "ipv6PrefixSet";
62219
63724
  const _iPTUC = "instancePoolsToUseCount";
@@ -62410,6 +63915,7 @@ const _mAI = "maxAggregationInterval";
62410
63915
  const _mAIe = "mediaAcceleratorInfo";
62411
63916
  const _mASS = "movingAddressStatusSet";
62412
63917
  const _mAa = "macAddress";
63918
+ const _mB = "managedBy";
62413
63919
  const _mBIM = "maximumBandwidthInMbps";
62414
63920
  const _mC = "missingComponent";
62415
63921
  const _mCOIOL = "mapCustomerOwnedIpOnLaunch";
@@ -62420,6 +63926,8 @@ const _mDV = "metaDataValue";
62420
63926
  const _mDe = "metaData";
62421
63927
  const _mE = "maxEntries";
62422
63928
  const _mEI = "maximumEfaInterfaces";
63929
+ const _mEM = "managedExceptionMessage";
63930
+ const _mFV = "mostFrequentValue";
62423
63931
  const _mG = "multicastGroups";
62424
63932
  const _mGBPVC = "memoryGiBPerVCpu";
62425
63933
  const _mHS = "macHostSet";
@@ -62469,6 +63977,7 @@ const _nA = "networkAcl";
62469
63977
  const _nAAI = "networkAclAssociationId";
62470
63978
  const _nAI = "networkAclId";
62471
63979
  const _nAIe = "newAssociationId";
63980
+ const _nAOO = "nativeApplicationOidcOptions";
62472
63981
  const _nAS = "networkAclSet";
62473
63982
  const _nAo = "notAfter";
62474
63983
  const _nB = "notBefore";
@@ -62519,12 +64028,18 @@ const _nL = "netmaskLength";
62519
64028
  const _nLBA = "networkLoadBalancerArn";
62520
64029
  const _nLBAS = "networkLoadBalancerArnSet";
62521
64030
  const _nNS = "networkNodeSet";
64031
+ const _nOA = "numberOfAccounts";
64032
+ const _nOFA = "numberOfFailedAccounts";
64033
+ const _nOMA = "numberOfMatchedAccounts";
64034
+ const _nOUA = "numberOfUnmatchedAccounts";
62522
64035
  const _nP = "networkPerformance";
62523
64036
  const _nPF = "networkPathFound";
64037
+ const _nPO = "networkPerformanceOptions";
62524
64038
  const _nPe = "networkPlatform";
62525
64039
  const _nS = "nvmeSupport";
62526
64040
  const _nSS = "networkServiceSet";
62527
64041
  const _nSST = "nextSlotStartTime";
64042
+ const _nSa = "nameserverSet";
62528
64043
  const _nT = "networkType";
62529
64044
  const _nTI = "nitroTpmInfo";
62530
64045
  const _nTS = "nitroTpmSupport";
@@ -62566,6 +64081,7 @@ const _oU = "occurrenceUnit";
62566
64081
  const _oUA = "organizationalUnitArn";
62567
64082
  const _oUES = "organizationalUnitExclusionSet";
62568
64083
  const _oUI = "organizationalUnitId";
64084
+ const _oVCS = "openVpnConfigurationSet";
62569
64085
  const _oVT = "originalVolumeType";
62570
64086
  const _op = "operator";
62571
64087
  const _opt = "options";
@@ -62595,6 +64111,7 @@ const _pCo = "poolCount";
62595
64111
  const _pCr = "productCode";
62596
64112
  const _pD = "passwordData";
62597
64113
  const _pDE = "privateDnsEnabled";
64114
+ const _pDEr = "privateDnsEntry";
62598
64115
  const _pDHGNS = "phase1DHGroupNumberSet";
62599
64116
  const _pDHGNSh = "phase2DHGroupNumberSet";
62600
64117
  const _pDN = "privateDnsName";
@@ -62617,6 +64134,7 @@ const _pDr = "productDescription";
62617
64134
  const _pE = "policyEnabled";
62618
64135
  const _pEAS = "phase1EncryptionAlgorithmSet";
62619
64136
  const _pEASh = "phase2EncryptionAlgorithmSet";
64137
+ const _pEk = "pkceEnabled";
62620
64138
  const _pF = "packetField";
62621
64139
  const _pFS = "previousFleetState";
62622
64140
  const _pG = "placementGroup";
@@ -62668,6 +64186,7 @@ const _pS = "previousState";
62668
64186
  const _pSET = "previousSlotEndTime";
62669
64187
  const _pSFRS = "previousSpotFleetRequestState";
62670
64188
  const _pSK = "preSharedKey";
64189
+ const _pSKE = "publicSigningKeyEndpoint";
62671
64190
  const _pSKU = "publicSigningKeyUrl";
62672
64191
  const _pSe = "permissionState";
62673
64192
  const _pSee = "peeringStatus";
@@ -62707,17 +64226,23 @@ const _rB = "requestedBy";
62707
64226
  const _rBET = "recycleBinEnterTime";
62708
64227
  const _rBETe = "recycleBinExitTime";
62709
64228
  const _rC = "returnCode";
64229
+ const _rCA = "resourceConfigurationArn";
64230
+ const _rCGA = "resourceConfigurationGroupArn";
62710
64231
  const _rCS = "resourceComplianceStatus";
62711
64232
  const _rCe = "resourceCidr";
62712
64233
  const _rCec = "recurringCharges";
62713
64234
  const _rD = "restoreDuration";
62714
64235
  const _rDAC = "resourceDiscoveryAssociationCount";
64236
+ const _rDCA = "rdsDbClusterArn";
62715
64237
  const _rDI = "ramDiskId";
64238
+ const _rDIA = "rdsDbInstanceArn";
62716
64239
  const _rDN = "rootDeviceName";
64240
+ const _rDPA = "rdsDbProxyArn";
62717
64241
  const _rDS = "resourceDiscoveryStatus";
62718
64242
  const _rDT = "rootDeviceType";
62719
64243
  const _rE = "responseError";
62720
64244
  const _rET = "restoreExpiryTime";
64245
+ const _rEd = "rdsEndpoint";
62721
64246
  const _rEe = "regionEndpoint";
62722
64247
  const _rFP = "rekeyFuzzPercentage";
62723
64248
  const _rGA = "ruleGroupArn";
@@ -62727,7 +64252,7 @@ const _rGROPS = "ruleGroupRuleOptionsPairSet";
62727
64252
  const _rGT = "ruleGroupType";
62728
64253
  const _rGTPS = "ruleGroupTypePairSet";
62729
64254
  const _rHS = "requireHibernateSupport";
62730
- const _rI = "regionInfo";
64255
+ const _rI = "reportId";
62731
64256
  const _rII = "reservedInstancesId";
62732
64257
  const _rIIe = "reservedInstanceId";
62733
64258
  const _rILI = "reservedInstancesListingId";
@@ -62742,9 +64267,10 @@ const _rIS = "reservedInstancesSet";
62742
64267
  const _rIVR = "reservedInstanceValueRollup";
62743
64268
  const _rIVS = "reservedInstanceValueSet";
62744
64269
  const _rIa = "ramdiskId";
62745
- const _rIe = "resourceId";
64270
+ const _rIe = "regionInfo";
62746
64271
  const _rIeq = "requesterId";
62747
- const _rIes = "reservationId";
64272
+ const _rIes = "resourceId";
64273
+ const _rIese = "reservationId";
62748
64274
  const _rM = "requesterManaged";
62749
64275
  const _rMGM = "registeredMulticastGroupMembers";
62750
64276
  const _rMGS = "registeredMulticastGroupSources";
@@ -62758,6 +64284,7 @@ const _rO = "resourceOwner";
62758
64284
  const _rOI = "resourceOwnerId";
62759
64285
  const _rOS = "ruleOptionSet";
62760
64286
  const _rOSe = "resourceOverlapStatus";
64287
+ const _rOd = "rdsOptions";
62761
64288
  const _rOo = "routeOrigin";
62762
64289
  const _rPCO = "requesterPeeringConnectionOptions";
62763
64290
  const _rPCS = "returnPathComponentSet";
@@ -62767,11 +64294,13 @@ const _rRVTI = "replaceRootVolumeTaskId";
62767
64294
  const _rRVTS = "replaceRootVolumeTaskSet";
62768
64295
  const _rS = "referenceSet";
62769
64296
  const _rSGRS = "revokedSecurityGroupRuleSet";
64297
+ const _rSS = "regionalSummarySet";
62770
64298
  const _rST = "restoreStartTime";
62771
- const _rSe = "reservationSet";
64299
+ const _rSe = "reportSet";
62772
64300
  const _rSep = "replacementStrategy";
62773
- const _rSes = "resourceStatement";
62774
- const _rSeso = "resourceSet";
64301
+ const _rSes = "reservationSet";
64302
+ const _rSeso = "resourceStatement";
64303
+ const _rSesou = "resourceSet";
62775
64304
  const _rSo = "routeSet";
62776
64305
  const _rT = "reservationType";
62777
64306
  const _rTAI = "routeTableAssociationId";
@@ -62795,12 +64324,12 @@ const _rVIe = "requesterVpcInfo";
62795
64324
  const _rVe = "reservationValue";
62796
64325
  const _rWS = "replayWindowSize";
62797
64326
  const _ra = "ramdisk";
62798
- const _re = "result";
64327
+ const _re = "region";
62799
64328
  const _rea = "reason";
62800
64329
  const _rec = "recurrence";
62801
- const _reg = "region";
62802
64330
  const _req = "requested";
62803
- const _res = "resource";
64331
+ const _res = "result";
64332
+ const _reso = "resource";
62804
64333
  const _ro = "route";
62805
64334
  const _rou = "routes";
62806
64335
  const _s = "source";
@@ -62833,6 +64362,7 @@ const _sDS = "spotDatafeedSubscription";
62833
64362
  const _sDSe = "serviceDetailSet";
62834
64363
  const _sDSn = "snapshotDetailSet";
62835
64364
  const _sDp = "spreadDomain";
64365
+ const _sDu = "subDomain";
62836
64366
  const _sEL = "s3ExportLocation";
62837
64367
  const _sET = "sampledEndTime";
62838
64368
  const _sF = "supportedFeatures";
@@ -62896,6 +64426,8 @@ const _sMS = "spotMaintenanceStrategies";
62896
64426
  const _sMTP = "spotMaxTotalPrice";
62897
64427
  const _sMt = "stateMessage";
62898
64428
  const _sN = "serviceName";
64429
+ const _sNA = "serviceNetworkArn";
64430
+ const _sNN = "serviceNetworkName";
62899
64431
  const _sNS = "serviceNameSet";
62900
64432
  const _sNSr = "sriovNetSupport";
62901
64433
  const _sNe = "sequenceNumber";
@@ -62960,6 +64492,7 @@ const _sWD = "startWeekDay";
62960
64492
  const _s_ = "s3";
62961
64493
  const _sc = "scope";
62962
64494
  const _sco = "score";
64495
+ const _scop = "scopes";
62963
64496
  const _se = "service";
62964
64497
  const _si = "size";
62965
64498
  const _so = "sockets";
@@ -63036,7 +64569,7 @@ const _tGVA = "transitGatewayVpcAttachment";
63036
64569
  const _tGVAr = "transitGatewayVpcAttachments";
63037
64570
  const _tGa = "targetGroups";
63038
64571
  const _tHP = "totalHourlyPrice";
63039
- const _tI = "tenantId";
64572
+ const _tI = "targetId";
63040
64573
  const _tIC = "totalInstanceCount";
63041
64574
  const _tICu = "tunnelInsideCidr";
63042
64575
  const _tII = "trunkInterfaceId";
@@ -63045,6 +64578,7 @@ const _tIIV = "tunnelInsideIpVersion";
63045
64578
  const _tIMIMB = "totalInferenceMemoryInMiB";
63046
64579
  const _tIWE = "terminateInstancesWithExpiration";
63047
64580
  const _tIa = "targetIops";
64581
+ const _tIe = "tenantId";
63048
64582
  const _tLSGB = "totalLocalStorageGB";
63049
64583
  const _tMAE = "targetMultiAttachEnabled";
63050
64584
  const _tMF = "trafficMirrorFilter";
@@ -63131,6 +64665,7 @@ const _uRBOI = "unusedReservationBillingOwnerId";
63131
64665
  const _uS = "usageStrategy";
63132
64666
  const _uST = "udpStreamTimeout";
63133
64667
  const _uT = "updateTime";
64668
+ const _uTP = "userTrustProvider";
63134
64669
  const _uTPT = "userTrustProviderType";
63135
64670
  const _uTd = "udpTimeout";
63136
64671
  const _ur = "url";
@@ -63139,6 +64674,9 @@ const _v = "value";
63139
64674
  const _vAE = "verifiedAccessEndpoint";
63140
64675
  const _vAEI = "verifiedAccessEndpointId";
63141
64676
  const _vAES = "verifiedAccessEndpointSet";
64677
+ const _vAETD = "verifiedAccessEndpointTargetDns";
64678
+ const _vAETIA = "verifiedAccessEndpointTargetIpAddress";
64679
+ const _vAETS = "verifiedAccessEndpointTargetSet";
63142
64680
  const _vAG = "verifiedAccessGroup";
63143
64681
  const _vAGA = "verifiedAccessGroupArn";
63144
64682
  const _vAGI = "verifiedAccessGroupId";
@@ -63163,6 +64701,7 @@ const _vCS = "vpnConnectionSet";
63163
64701
  const _vCa = "validCores";
63164
64702
  const _vD = "versionDescription";
63165
64703
  const _vE = "vpcEndpoint";
64704
+ const _vEAS = "vpcEndpointAssociationSet";
63166
64705
  const _vECI = "vpcEndpointConnectionId";
63167
64706
  const _vECS = "vpcEndpointConnectionSet";
63168
64707
  const _vEI = "vpcEndpointId";